:root {
  --ink: #151713;
  --paper: #f1efe8;
  --cream: #e7e3da;
  --line: #c8c4b9;
  --orange: #f05a28;
  --orange-dark: #c73f13;
  --muted: #66685f;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Noto Sans KR", "Segoe UI", sans-serif; line-height: 1.55; word-break: keep-all; overflow-wrap: break-word; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #0b66d8; outline-offset: 4px; }

.site-header { height: 76px; padding: 0 24px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.17); position: absolute; z-index: 20; width: min(1180px, calc(100% - 40px)); left: 50%; transform: translateX(-50%); color: white; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 850; letter-spacing: -.05em; }
.brand-mark { width: 29px; height: 29px; display: flex; align-items: flex-end; gap: 3px; transform: skew(-10deg); }
.brand-mark i { width: 7px; background: var(--orange); display: block; }
.brand-mark i:nth-child(1) { height: 15px; }.brand-mark i:nth-child(2) { height: 23px; }.brand-mark i:nth-child(3) { height: 19px; }
.site-header nav { display: flex; gap: 34px; font-size: 14px; color: #d3d4cf; }
.site-header nav a, .header-cta { transition: color .2s, background .2s; }
.site-header nav a:hover { color: white; }
.header-cta { justify-self: end; padding: 11px 17px; border: 1px solid rgba(255,255,255,.48); font-size: 13px; font-weight: 700; }
.header-cta:hover { background: white; color: var(--ink); }

.hero { min-height: 1050px; background: var(--ink); color: white; padding: 145px 6vw 0; position: relative; overflow: hidden; text-align: center; }
.hero-grid { position: absolute; inset: 0; opacity: .19; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 86px 86px; mask-image: linear-gradient(to bottom, black 0%, transparent 70%); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; background: var(--orange); filter: blur(160px); opacity: .12; left: 50%; top: 120px; transform: translateX(-50%); }
.hero > *:not(.hero-grid) { position: relative; z-index: 1; }
.eyebrow, .section-kicker { font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: inline-flex; gap: 9px; align-items: center; color: #b8bab4; border: 1px solid #43453e; padding: 8px 13px; }
.eyebrow span { width: 7px; height: 7px; background: var(--orange); }
.hero h1 { margin: 28px auto 22px; font-size: clamp(36px, 4.6vw, 70px); line-height: 1.02; letter-spacing: -.065em; max-width: 1000px; font-weight: 850; }
.hero h1 em, .final-cta em, .loss-intro em { color: var(--orange); font-style: normal; }
.hero-copy { font-size: clamp(17px, 1.45vw, 21px); color: #c6c8c1; line-height: 1.8; margin: 0 auto; }
.hero-copy strong { color: white; }
.hero-actions { margin-top: 30px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.button { min-height: 54px; padding: 15px 23px; display: inline-flex; align-items: center; justify-content: center; gap: 45px; font-weight: 800; font-size: 15px; border: 0; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #181914; box-shadow: 0 8px 26px rgba(240,90,40,.2); }
.button-primary:hover { background: #ff7041; box-shadow: 0 12px 30px rgba(240,90,40,.3); }
.hero-actions > span { color: #8d8f88; font-size: 12px; }

.hero-stage { max-width: 1030px; margin: 66px auto 0; position: relative; text-align: left; }
.product-window { background: #f5f3ed; color: var(--ink); padding: 16px; border-radius: 4px 4px 0 0; box-shadow: 0 35px 90px rgba(0,0,0,.45); }
.window-bar { height: 48px; display: flex; justify-content: space-between; align-items: center; padding: 0 10px; }
.window-brand { font-weight: 850; font-size: 14px; display: flex; align-items: center; gap: 8px; }.brand-dot { width: 9px; height: 9px; background: var(--orange); display: inline-block; }
.window-nav { font-size: 9px; letter-spacing: .12em; color: #6b6c65; }
.project-visual { height: 410px; position: relative; overflow: hidden; }
.project-visual::after { content: ""; inset: 0; position: absolute; background: linear-gradient(90deg, rgba(0,0,0,.62), transparent 65%); }
.project-visual img { width: 100%; height: 100%; object-fit: cover; }
.project-title { position: absolute; z-index: 1; left: 45px; bottom: 40px; color: white; }
.project-title span { font-size: 10px; letter-spacing: .18em; color: #d8d5cc; }.project-title h2 { font-size: 38px; line-height: 1.08; letter-spacing: -.055em; margin: 10px 0 0; }
.project-meta { min-height: 78px; padding: 16px 20px; display: grid; grid-template-columns: 1fr 1fr 1.5fr auto; align-items: center; gap: 16px; }
.project-meta > div { display: flex; flex-direction: column; border-right: 1px solid #d0cdc4; }.project-meta small { font-size: 8px; color: #8b8c85; letter-spacing: .1em; }.project-meta b { font-size: 12px; }.project-meta button { border: 0; background: var(--ink); color: white; padding: 13px 18px; cursor: pointer; font-weight: 700; }
.chat-bubble { position: absolute; left: -115px; top: 90px; z-index: 4; background: #f7e42d; color: #171811; padding: 16px 18px; border-radius: 13px 13px 13px 2px; box-shadow: 0 13px 35px rgba(0,0,0,.25); transform: rotate(-2deg); }
.chat-bubble small { font-size: 9px; color: #6c681e; }.chat-bubble p { font-size: 14px; font-weight: 700; margin: 5px 0 0; line-height: 1.45; }
.sent-badge { position: absolute; right: -87px; bottom: 62px; z-index: 4; color: var(--ink); background: white; padding: 15px 19px; box-shadow: 0 13px 35px rgba(0,0,0,.25); display: flex; flex-direction: column; border-left: 4px solid var(--orange); }.sent-badge b { font-size: 13px; }.sent-badge span { font-size: 10px; color: #72746d; }

.proof-strip { min-height: 130px; background: var(--orange); display: grid; grid-template-columns: repeat(3, 1fr) 1.4fr; padding: 25px 6vw; gap: 25px; align-items: center; }
.proof-strip > div { border-right: 1px solid rgba(0,0,0,.25); display: flex; align-items: center; gap: 14px; }.proof-strip strong { font-size: 36px; letter-spacing: -.05em; }.proof-strip span { font-size: 13px; font-weight: 700; }.proof-strip .strip-note { border: 0; font-size: 10px; line-height: 1.6; color: #3c251d; }

.section { max-width: 1280px; margin: 0 auto; padding: 128px 5vw; }
.section-kicker { color: var(--orange-dark); margin-bottom: 26px; }.section-kicker.light { color: #ff7a4e; }
.section-heading h2, .loss-intro h2, .faq-title h2 { font-size: clamp(28px, 3.5vw, 48px); line-height: 1.12; letter-spacing: -.055em; margin: 0; font-weight: 850; }.section-heading h2 span, .faq-title h2 span { color: #8a8c84; }.section-heading h2 span, .loss-intro h2 em, .faq-title h2 span { display: inline-block; white-space: nowrap; }
.split-heading { display: grid; grid-template-columns: 1.5fr .7fr; align-items: end; gap: 8vw; }.split-heading > p { color: var(--muted); font-size: 17px; margin: 0 0 6px; }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid var(--line); }
.pain-card { min-height: 300px; padding: 28px 30px 35px 0; border-right: 1px solid var(--line); position: relative; display: flex; flex-direction: column; }.pain-card:not(:first-child) { padding-left: 30px; }.pain-card:last-child { border: 0; }.pain-card > span { font-size: 12px; color: #8d8e87; }.pain-card p { font-size: 21px; line-height: 1.55; font-weight: 700; margin: 38px 0 30px; }.pain-card strong { margin-top: auto; color: var(--orange-dark); font-size: 13px; }

.loss-section { background: var(--ink); color: white; }.loss-inner { padding-top: 120px; padding-bottom: 80px; }.loss-section .section { max-width: 1400px; }.loss-intro { display: grid; grid-template-columns: 1.5fr .7fr; gap: 4vw; align-items: start; }.loss-intro .section-kicker { grid-column: 1 / -1; }.loss-intro h2 { font-size: clamp(29px, 3.3vw, 47px); }.loss-intro > p { max-width: 420px; color: #9b9d96; font-size: 16px; margin-top: 10px; }
.loss-list { margin-top: 85px; border-top: 1px solid #454740; }.loss-list article { min-height: 145px; display: grid; grid-template-columns: 70px 1fr 220px; align-items: center; border-bottom: 1px solid #454740; gap: 30px; transition: background .2s; }.loss-list article:hover { background: #1c1f1a; }.loss-list article > span { color: #6c6f66; font-size: 12px; }.loss-list h3 { margin: 0 0 7px; font-size: 25px; }.loss-list p { margin: 0; color: #9fa199; font-size: 14px; max-width: 660px; }.loss-list article > b { color: var(--orange); font-size: 18px; text-align: right; }.assumption { text-align: right; color: #777a72; font-size: 10px; margin-top: 14px; }

.comparison { margin-top: 65px; border-top: 2px solid var(--ink); }.compare-row { display: grid; grid-template-columns: .7fr 1.4fr 1.4fr; border-bottom: 1px solid var(--line); min-height: 90px; align-items: stretch; }.compare-row > div { padding: 28px 26px; border-right: 1px solid var(--line); display: flex; align-items: center; position: relative; font-size: 15px; }.compare-row > div:last-child { border-right: 0; background: #e6e1d6; font-weight: 700; padding-right: 60px; }.compare-row > div:first-child { font-weight: 800; }.compare-head { min-height: 50px; background: var(--ink); color: white; }.compare-head > div { padding: 13px 26px; font-size: 11px; letter-spacing: .08em; border-color: #3f413c; }.compare-head > div:last-child { background: var(--orange); color: var(--ink); }.check { position: absolute; right: 23px; width: 25px; height: 25px; background: var(--orange); border-radius: 50%; display: grid; place-items: center; }

.how-section { padding-top: 90px; }.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 68px; border-top: 1px solid var(--line); }.step-card { padding: 24px 28px 20px; border-right: 1px solid var(--line); min-width: 0; }.step-card:first-child { padding-left: 0; }.step-card:last-child { border: 0; padding-right: 0; }.step-num { display: block; color: #8c8d86; font-size: 11px; margin-bottom: 22px; }.step-card h3 { font-size: 25px; letter-spacing: -.04em; margin: 28px 0 9px; }.step-card > p { color: #686a63; font-size: 14px; min-height: 65px; }.step-card > b { font-size: 11px; color: var(--orange-dark); }
.photo-stack { height: 260px; position: relative; }.photo-stack img { position: absolute; width: 72%; height: 72%; object-fit: cover; box-shadow: 0 12px 30px rgba(0,0,0,.16); }.photo-stack img:first-child { left: 0; top: 0; transform: rotate(-2deg); }.photo-stack img:nth-child(2) { right: 0; bottom: 0; transform: rotate(2deg); }.photo-stack div { position: absolute; z-index: 2; width: 50px; height: 50px; right: 9px; bottom: 9px; background: var(--orange); font-weight: 850; display: grid; place-items: center; }
.question-ui, .export-ui { height: 260px; background: #dedbd2; padding: 22px; }.question-ui small { font-size: 10px; color: #777971; }.question-ui > div { height: 43px; display: grid; grid-template-columns: 82px 1fr; align-items: center; border-bottom: 1px solid #bbb8af; font-size: 11px; color: #777971; }.question-ui > div span { color: var(--ink); font-weight: 700; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }.export-ui { display: flex; flex-direction: column; gap: 8px; }.export-ui > div { background: #f6f4ef; padding: 11px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; }.export-ui i { font-style: normal; width: 34px; height: 34px; display: grid; place-items: center; font-weight: 900; font-size: 12px; background: var(--ink); color: white; }.export-ui .blog-icon { background: #03c75a; }.export-ui .copy-icon { background: var(--orange); color: var(--ink); }.export-ui span { display: flex; flex-direction: column; }.export-ui b { font-size: 11px; }.export-ui small { font-size: 8px; color: #777971; }.export-ui em { font-size: 9px; color: #6f716a; font-style: normal; }

.demo-section { background: var(--orange); min-height: 650px; padding: 100px max(6vw, calc((100vw - 1280px)/2 + 5vw)); display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }.demo-copy .section-kicker { color: #482116; }.demo-copy h2 { font-size: clamp(29px, 3.3vw, 47px); line-height: 1.1; letter-spacing: -.055em; margin: 0; }.demo-copy h2 span, .demo-copy h2 em { display: inline-block; white-space: nowrap; }.demo-copy h2 em { color: #fff1e9; font-style: normal; }.demo-copy > p { max-width: 520px; font-size: 15px; color: #4d2519; }.demo-copy ul { display: flex; flex-wrap: wrap; gap: 10px 25px; padding: 0; margin: 30px 0 0; list-style: none; font-size: 11px; font-weight: 800; }.demo-copy li::before { content: "✓"; margin-right: 7px; }
.upload-card { background: #f6f4ed; min-height: 440px; padding: 26px; box-shadow: 20px 20px 0 #b93d17; display: flex; flex-direction: column; }
.contact-top { display: flex; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid #d2cec4; font-weight: 800; }.contact-top small { color: #8b8c84; }
.contact-body { flex: 1; padding: 35px 12px 28px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }.contact-mark { width: 52px; height: 52px; display: grid; place-items: center; background: var(--orange); color: var(--ink); font-size: 24px; font-weight: 900; margin-bottom: 22px; }.contact-body > small { color: var(--orange-dark); font-size: 10px; font-weight: 900; letter-spacing: .14em; }.contact-body h3 { margin: 8px 0 13px; font-size: 29px; line-height: 1.2; letter-spacing: -.04em; }.contact-body p { margin: 0; max-width: 390px; color: #686a63; font-size: 13px; }.contact-button { width: 100%; justify-content: space-between; background: var(--ink); color: white; }.contact-button:hover { background: #31342d; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 65px; border: 1px solid var(--ink); }.price-card { min-height: 570px; padding: 36px; background: #f4f2eb; border-right: 1px solid var(--ink); display: flex; flex-direction: column; position: relative; }.price-card:last-child { border: 0; }.price-card.featured { background: var(--ink); color: white; transform: translateY(-15px); box-shadow: 0 15px 0 var(--orange); }.popular { position: absolute; right: 18px; top: 18px; background: var(--orange); color: var(--ink); padding: 5px 9px; font-size: 9px; font-weight: 900; }.price-card > div > span { font-size: 10px; letter-spacing: .14em; color: var(--orange-dark); font-weight: 800; }.featured > div > span { color: #ff7a4e; }.price-card h3 { font-size: 22px; margin: 9px 0 35px; }.price { margin: 0; min-height: 70px; }.price b { font-size: 35px; letter-spacing: -.05em; }.price small { color: #7f8179; margin-left: 5px; }.price-card ul { list-style: none; padding: 30px 0; margin: 25px 0; border-top: 1px solid #ccc8be; }.featured ul { border-color: #464841; }.price-card li { margin: 13px 0; font-size: 13px; }.price-card li::before { content: "✓"; color: var(--orange); margin-right: 10px; font-weight: 900; }.price-card > a { margin-top: auto; min-height: 51px; border: 1px solid var(--ink); display: flex; justify-content: space-between; align-items: center; padding: 0 17px; font-size: 13px; font-weight: 800; transition: background .2s, color .2s; }.price-card > a:hover { background: var(--ink); color: white; }.featured > a { background: var(--orange); color: var(--ink); border-color: var(--orange); }.featured > a:hover { background: white; color: var(--ink); }.price-note { margin-top: 45px; border-top: 1px solid var(--line); padding-top: 20px; display: flex; gap: 24px; font-size: 13px; }.price-note strong { color: var(--orange-dark); }.price-note span { color: #6e7069; }

.faq-section { display: grid; grid-template-columns: .8fr 1.3fr; gap: 8vw; border-top: 1px solid var(--line); }.faq-title { position: sticky; top: 30px; align-self: start; }.faq-title h2 { font-size: clamp(28px, 3vw, 43px); }.faq-list { border-top: 2px solid var(--ink); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { min-height: 88px; cursor: pointer; display: grid; grid-template-columns: 45px 1fr 35px; align-items: center; font-size: 16px; font-weight: 750; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary > span { color: #999a93; font-size: 11px; }.faq-list summary i { font-style: normal; font-size: 24px; transition: transform .2s; }.faq-list details[open] summary i { transform: rotate(45deg); }.faq-list details p { margin: -4px 35px 30px 45px; color: #63655e; font-size: 14px; line-height: 1.8; }

.final-cta { min-height: 630px; background: var(--ink); color: white; padding: 100px 8vw; position: relative; overflow: hidden; display: grid; place-items: center; text-align: center; }.final-content { position: relative; z-index: 2; }.final-content > p { color: #a4a69e; font-size: 14px; }.final-content h2 { font-size: clamp(32px, 4.3vw, 62px); letter-spacing: -.06em; line-height: 1.08; margin: 20px 0 38px; }.final-content h2 span, .final-content h2 em { display: inline-block; white-space: nowrap; }.button-light { background: white; color: var(--ink); }.final-content small { display: block; color: #81837c; margin-top: 15px; }.big-index { position: absolute; left: -4vw; bottom: -180px; font-size: 620px; line-height: 1; font-weight: 900; letter-spacing: -.13em; color: #1d201b; }.pilot-stamp { position: absolute; right: 8vw; top: 90px; width: 120px; height: 120px; border: 1px solid var(--orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: 7px; transform: rotate(8deg); color: var(--orange); }.pilot-stamp b { font-size: 35px; }.pilot-stamp span { font-size: 9px; font-weight: 800; line-height: 1.4; text-align: left; }
footer { min-height: 180px; background: #0e100d; color: white; padding: 45px 5vw; display: grid; grid-template-columns: 1fr 1.5fr 1fr auto; align-items: center; gap: 30px; }.footer-brand { color: white; }.footer-brand .brand-mark { transform: scale(.8) skew(-10deg); }.footer-brand + p { color: #7e8078; font-size: 12px; }.footer-brand ~ div { display: flex; gap: 25px; font-size: 12px; color: #aaa; }.footer small { color: #63655f; font-size: 9px; }.mobile-sticky { display: none; }

@media (max-width: 1024px) {
  .site-header nav { display: none; }.hero { min-height: 940px; }.hero-stage { max-width: 820px; }.chat-bubble { left: -20px; }.sent-badge { right: -15px; }.proof-strip { grid-template-columns: repeat(3, 1fr); }.proof-strip .strip-note { grid-column: 1 / -1; }.split-heading { grid-template-columns: 1fr; gap: 25px; }.loss-intro { grid-template-columns: 1fr 1fr; }.demo-section { gap: 5vw; }.price-card { padding: 28px 22px; }.faq-section { gap: 5vw; }
}

@media (max-width: 760px) {
  body { padding-bottom: 66px; }.site-header { height: 66px; width: 100%; padding: 0 20px; display: flex; justify-content: space-between; }.site-header .header-cta { display: none; }.brand { font-size: 19px; }.brand-mark { transform: scale(.85) skew(-10deg); }
  .hero { min-height: auto; padding: 110px 20px 0; }.hero h1 { font-size: clamp(34px, 9.3vw, 46px); margin-top: 22px; }.hero-copy br { display: none; }.hero-copy { font-size: 16px; }.hero-actions .button { width: 100%; max-width: 350px; }
  .hero-stage { margin-top: 48px; width: calc(100% + 40px); margin-left: -20px; }.product-window { padding: 8px; }.window-bar { height: 40px; }.window-nav { display: none; }.project-visual { height: 300px; }.project-title { left: 22px; bottom: 25px; }.project-title h2 { font-size: 27px; }.project-meta { grid-template-columns: 1fr 1fr; padding: 13px; }.project-meta > div:nth-child(3), .project-meta button { display: none; }.chat-bubble { left: 10px; top: -32px; }.sent-badge { right: 12px; bottom: 20px; }
  .proof-strip { grid-template-columns: 1fr; padding: 25px 20px; gap: 0; }.proof-strip > div { min-height: 72px; border-right: 0; border-bottom: 1px solid rgba(0,0,0,.2); }.proof-strip .strip-note { padding-top: 15px; border: 0; }
  .section { padding: 88px 20px; }.section-heading h2, .loss-intro h2, .faq-title h2 { font-size: clamp(24px, 6vw, 28px); }.pain-grid, .steps { grid-template-columns: 1fr; }.pain-card, .pain-card:not(:first-child) { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); padding: 25px 0; }.pain-card p { margin: 25px 0; font-size: 19px; }
  .loss-intro { grid-template-columns: 1fr; }.loss-intro .section-kicker { grid-column: auto; }.loss-list { margin-top: 55px; }.loss-list article { grid-template-columns: 35px 1fr; padding: 25px 0; }.loss-list article > b { grid-column: 2; text-align: left; }.assumption { text-align: left; }
  .compare-head { display: none; }.compare-row { grid-template-columns: 1fr; padding: 15px 0; }.compare-row > div { border: 0; padding: 10px 15px; }.compare-row > div::before { content: attr(data-label); width: 68px; flex: 0 0 68px; color: #8b8d85; font-size: 10px; }.compare-row > div:last-child { padding: 14px 50px 14px 15px; }.check { right: 15px; }
  .step-card, .step-card:first-child, .step-card:last-child { padding: 25px 0 45px; border-right: 0; border-bottom: 1px solid var(--line); }.step-card:last-child { border: 0; }.photo-stack, .question-ui, .export-ui { height: 240px; }.step-card > p { min-height: auto; }
  .demo-section { grid-template-columns: 1fr; padding: 80px 20px; }.upload-card { min-height: 400px; padding: 20px; box-shadow: 10px 10px 0 #b93d17; }.demo-copy h2 { font-size: clamp(26px, 5.9vw, 30px); }.contact-body { padding: 30px 5px 24px; }.contact-body h3 { font-size: 25px; }
  .pricing-grid { grid-template-columns: 1fr; border: 0; gap: 20px; }.price-card { min-height: auto; border: 1px solid var(--ink) !important; padding: 30px; }.price-card.featured { transform: none; }.price-card ul { min-height: auto; }.price-card > a { margin-top: 20px; }.price-note { flex-direction: column; gap: 5px; }
  .faq-section { grid-template-columns: 1fr; }.faq-title { position: static; }.faq-list summary { grid-template-columns: 34px 1fr 28px; min-height: 95px; font-size: 15px; }.faq-list details p { margin-left: 34px; }
  .final-cta { min-height: 600px; padding: 90px 20px; }.final-content h2 { font-size: clamp(25px, 5.9vw, 31px); }.pilot-stamp { right: 12px; top: 30px; width: 90px; height: 90px; }.pilot-stamp b { font-size: 25px; }.big-index { font-size: 400px; bottom: -80px; }
  footer { grid-template-columns: 1fr; padding: 45px 20px; gap: 16px; }.footer-brand ~ div { grid-row: 3; }.mobile-sticky { position: fixed; z-index: 50; display: flex; bottom: 0; left: 0; right: 0; height: 66px; background: var(--orange); color: var(--ink); align-items: center; justify-content: space-between; padding: 0 22px; font-weight: 900; box-shadow: 0 -5px 25px rgba(0,0,0,.2); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
