:root {
  --ink: #3d2c26;
  --ink-soft: #67534b;
  --cream: #f6f0e9;
  --paper: #fffdf9;
  --sand: #eadbd0;
  --clay: #a66f52;
  --clay-deep: #774835;
  --line: rgba(61, 44, 38, .17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
p { margin: 0; }
h1, h2, h3, blockquote { margin: 0; font-family: "Iowan Old Style", "Baskerville", "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
em { color: var(--clay); font-weight: 400; }

.topbar { position: absolute; inset: 0 0 auto; z-index: 10; height: 86px; padding: 0 clamp(24px, 6vw, 96px); display: flex; align-items: center; justify-content: space-between; color: var(--paper); }
.brand { display: inline-flex; align-items: center; }
.brand-logo { display: block; width: 124px; height: auto; filter: brightness(0) invert(1); }
.topbar nav { display: flex; gap: 30px; font-size: 12px; letter-spacing: .04em; }
.topbar nav a { opacity: .75; transition: opacity .2s; }
.topbar nav a:hover { opacity: 1; }
.nav-cta { display: inline-flex; align-items: center; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.7); padding: 8px 1px; font-size: 12px; font-weight: 700; }

.hero { position: relative; overflow: hidden; min-height: 780px; padding: 150px clamp(24px, 7vw, 112px) 90px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); align-items: center; gap: 5vw; background: var(--clay); color: var(--paper); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 76% 44%, rgba(255,255,255,.13), transparent 26%), linear-gradient(120deg, rgba(61,44,38,.12), transparent 55%); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; max-width: 720px; }
.eyebrow { margin-bottom: 22px; color: var(--clay-deep); font-size: 11px; font-weight: 750; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.eyebrow.light { color: #ead8cc; }
.hero .eyebrow { color: #f1ddd1; }
.hero h1 { max-width: 740px; font-size: clamp(52px, 5.7vw, 88px); line-height: .98; }
.hero h1 em { color: #f0d9cb; }
.hero-lead { max-width: 650px; margin-top: 29px; color: rgba(255,253,249,.83); font-size: 17px; line-height: 1.75; }
.button { width: fit-content; margin-top: 32px; padding: 15px 20px 15px 23px; background: var(--ink); color: var(--paper); display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; border-radius: 2px; font-size: 12px; font-weight: 750; letter-spacing: .02em; box-shadow: 0 10px 28px rgba(61,44,38,.12); transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #261a16; }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: #f3e9e1; }
.microcopy { max-width: 520px; margin-top: 19px; color: rgba(255,253,249,.66); font-size: 11px; line-height: 1.55; }
.hero-art { position: relative; z-index: 1; min-height: 510px; display: grid; place-items: center; }
.browser-card { position: relative; z-index: 2; width: min(100%, 570px); background: var(--paper); border: 7px solid #31231e; border-radius: 13px; color: var(--ink); box-shadow: 0 42px 70px rgba(49,35,30,.26); transform: rotate(1.4deg); }
.browser-bar { height: 32px; padding: 0 12px; display: flex; align-items: center; gap: 5px; background: #eaded5; border-bottom: 1px solid #d5c4b9; }
.browser-bar i { width: 6px; height: 6px; border-radius: 50%; background: #a88f82; }
.browser-bar span { margin-left: auto; margin-right: auto; color: #8f7a6f; font-size: 7px; letter-spacing: .08em; }
.browser-body { min-height: 315px; padding: 42px 32px 30px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; align-items: center; background: linear-gradient(135deg,#fffdf9 56%,#f0e3da 56%); }
.browser-copy { display: flex; flex-direction: column; align-items: flex-start; }
.mini-kicker { margin-bottom: 13px; color: var(--clay); font-size: 7px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.browser-copy strong { max-width: 260px; font-family: Georgia, serif; font-size: clamp(22px, 2.5vw, 36px); font-weight: 400; line-height: 1.05; }
.mini-line { width: 88%; height: 3px; margin-top: 18px; background: #d6c7be; }
.mini-line.short { width: 60%; margin-top: 6px; }
.mini-button { margin-top: 20px; padding: 8px 11px; color: white; background: var(--clay); font-size: 7px; }
.portrait-placeholder { min-height: 220px; padding: 20px 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(155deg, #bd8d72, #774835); color: #f7ede7; border-radius: 100px 100px 4px 4px; text-align: center; }
.portrait-monogram { font-family: Georgia, serif; font-size: 72px; line-height: 1; opacity: .9; }
.portrait-caption { margin-top: 10px; font-family: Georgia, serif; font-size: 12px; line-height: 1.3; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.43); border-radius: 50%; }
.orbit-one { width: 540px; height: 540px; }
.orbit-two { width: 420px; height: 420px; transform: translate(70px,-50px); }
.floating-note { position: absolute; z-index: 4; padding: 9px 13px; background: rgba(255,253,249,.95); color: var(--ink); border-radius: 2px; box-shadow: 0 12px 30px rgba(61,44,38,.16); font-size: 9px; font-weight: 700; letter-spacing: .04em; }
.floating-note span { color: var(--clay); margin-right: 6px; }
.note-one { top: 26%; left: -4%; }
.note-two { right: -3%; bottom: 30%; }
.note-three { left: 8%; bottom: 13%; }
.script-word, .signature { position: absolute; z-index: 3; color: rgba(255,243,235,.78); font-family: "Brush Script MT", "Segoe Script", cursive; font-size: 53px; transform: rotate(-8deg); }
.script-word { right: 0; top: 5%; }

.manifesto-strip { min-height: 64px; padding: 18px 5vw; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: clamp(16px,4vw,58px); background: var(--ink); color: #f1e4dc; font-family: Georgia, serif; font-size: 14px; letter-spacing: .04em; }
.manifesto-strip i { color: var(--clay); font-size: 9px; }
.section { padding: 120px clamp(24px, 8vw, 128px); }
.problem { display: grid; grid-template-columns: 70px minmax(280px,.95fr) minmax(320px,.8fr); gap: 5vw; background: var(--paper); }
.section-number { color: var(--clay); font-family: Georgia, serif; font-size: 48px; line-height: 1; }
.problem h2, .services h2, .commodity h2 { max-width: 680px; font-size: clamp(41px,4.5vw,67px); line-height: 1.04; }
.problem-copy { display: flex; flex-direction: column; gap: 19px; color: var(--ink-soft); font-size: 15px; }
.problem-copy strong { color: var(--ink); }
.quote-card { margin: 10px 0; padding: 25px; background: var(--cream); border-left: 3px solid var(--clay); color: var(--ink); }
.quote-card span { display: block; margin-bottom: 8px; color: var(--clay); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.problem-copy .button { margin-top: 8px; }

.section-dark { padding: 120px clamp(24px, 8vw, 128px); background: var(--ink); color: var(--paper); }
.decision { display: grid; grid-template-columns: .82fr 1.18fr; gap: 7vw; }
.decision-intro h2, .choice h2 { font-size: clamp(43px, 4.6vw, 68px); line-height: 1.03; }
.decision-intro > p:last-child, .choice-copy > p { margin-top: 24px; color: rgba(255,253,249,.65); }
.decision-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.decision-grid article { min-height: 215px; padding: 28px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.decision-grid article > span { color: #d8b7a4; font-size: 10px; }
.decision-grid h3 { margin-top: 44px; font-size: 27px; }
.decision-grid p { margin-top: 8px; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.6; }
.decision-close { grid-column: 1 / -1; margin-top: 56px; padding-top: 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; border-top: 1px solid rgba(255,255,255,.18); }
.decision-close blockquote { color: #e0c1af; font-size: clamp(42px,5vw,78px); line-height: 1; }
.decision-close p { align-self: center; max-width: 620px; color: rgba(255,255,255,.65); }

.perception { position: relative; overflow: hidden; background: var(--cream); }
.oversized-word { position: absolute; top: 25px; right: -20px; color: rgba(166,111,82,.07); font-family: Georgia, serif; font-size: min(24vw,360px); line-height: .8; }
.perception-title { position: relative; z-index: 1; text-align: center; }
.perception-title h2 { font-size: clamp(42px,5vw,74px); line-height: 1.04; }
.comparison { position: relative; z-index: 1; max-width: 980px; margin: 72px auto 0; display: grid; grid-template-columns: .8fr 70px 1.2fr; align-items: stretch; }
.comparison article { min-height: 210px; padding: 35px; }
.comparison article > span { font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.comparison article p { margin-top: 28px; font-family: Georgia, serif; font-size: 27px; line-height: 1.3; }
.comparison-muted { background: #e5d8cf; color: #8c756a; }
.comparison-featured { background: var(--clay); color: white; box-shadow: 0 25px 50px rgba(93,56,41,.14); }
.comparison-arrow { display: grid; place-items: center; color: var(--clay); font-size: 26px; }
.statement { max-width: 980px; margin: 55px auto 0; text-align: center; font-family: Georgia, serif; font-size: clamp(24px,2.4vw,37px); }
.statement strong { display: block; color: var(--clay); font-weight: 400; }

.services { background: var(--paper); }
.services-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 8vw; align-items: end; }
.services-heading > p { max-width: 520px; padding-bottom: 8px; color: var(--ink-soft); }
.service-cards { margin-top: 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.service-card { min-height: 610px; padding: clamp(30px,4vw,58px); border: 1px solid var(--line); }
.service-card h3 { margin-top: 35px; font-size: clamp(38px,4vw,57px); }
.service-card > p { margin-top: 17px; max-width: 580px; }
.service-index { font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.service-light { background: var(--cream); }
.service-accent { background: var(--clay); color: white; }
.service-accent .service-index { color: #f0d9cb; }
.service-card ul { padding: 0; margin: 36px 0; list-style: none; border-top: 1px solid currentColor; }
.service-card li { padding: 13px 0; display: flex; gap: 13px; border-bottom: 1px solid currentColor; font-size: 13px; }
.service-light li { border-color: rgba(61,44,38,.16); }
.service-accent li { border-color: rgba(255,255,255,.25); }
.service-card li i { color: currentColor; font-style: normal; }
.service-foot { padding-top: 18px; border-top: 1px solid currentColor; font-size: 13px; opacity: .8; }
.center-cta { display: flex; justify-content: center; }

.section-soft { padding: 120px clamp(24px, 8vw, 128px); background: var(--cream); }
.authority { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; }
.authority h2, .faq h2 { font-size: clamp(43px,4.6vw,68px); line-height: 1.03; }
.authority-copy > p:not(.eyebrow) { margin-top: 22px; color: var(--ink-soft); }
.questions-stack > p:first-child { max-width: 450px; margin-bottom: 28px; color: var(--ink-soft); }
.questions-stack > div { padding: 24px 4px; display: grid; grid-template-columns: 55px 1fr; gap: 15px; border-top: 1px solid var(--line); font-family: Georgia, serif; font-size: 22px; }
.questions-stack > div span { color: var(--clay); font-family: Inter, sans-serif; font-size: 10px; }
.questions-stack > div:last-of-type { border-bottom: 1px solid var(--line); }
.questions-foot { margin-top: 30px; color: var(--clay-deep); font-weight: 750; }

.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: center; }
.about-visual { position: relative; min-height: 620px; display: flex; align-items: flex-end; justify-content: center; background: var(--sand); overflow: hidden; }
.about-photo-stage { position: relative; z-index: 2; width: 78%; height: 560px; display: flex; align-items: flex-end; justify-content: center; }
.about-photo-panel { position: absolute; inset: 105px 8% 0; background: linear-gradient(150deg,var(--clay),var(--clay-deep)); border-radius: 50% 50% 0 0 / 30% 30% 0 0; box-shadow: 0 30px 60px rgba(61,44,38,.18); }
.about-photo { position: relative; z-index: 2; display: block; width: 100%; max-height: 555px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 22px 26px rgba(61,44,38,.22)); }
.about-badge { position: absolute; z-index: 4; right: 18px; bottom: 35px; min-width: 230px; padding: 17px 19px; display: flex; flex-direction: column; background: rgba(255,253,249,.94); box-shadow: 0 16px 34px rgba(61,44,38,.14); }
.about-badge strong { font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.about-badge span { margin-top: 3px; color: var(--clay-deep); font-size: 8px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.about-ring { position: absolute; width: 480px; height: 480px; border: 1px solid rgba(119,72,53,.42); border-radius: 50%; }
.about-visual > p { position: absolute; z-index: 3; left: 18px; top: 33px; max-width: 180px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.signature { z-index: 3; right: 12px; bottom: 24px; color: rgba(119,72,53,.75); font-size: 42px; }
.about-copy h2 { font-size: clamp(49px,5.5vw,80px); line-height: .98; }
.about-copy > p:not(.eyebrow) { margin-top: 19px; color: var(--ink-soft); }
.about-copy blockquote { margin: 31px 0; padding-left: 22px; border-left: 2px solid var(--clay); color: var(--clay-deep); font-size: 24px; line-height: 1.3; }

.choice { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: center; }
.choice-contrast { display: grid; grid-template-columns: 1fr 40px 1fr; align-items: center; }
.choice-contrast article { min-height: 250px; padding: 34px; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.5); }
.choice-contrast article span { margin-bottom: 24px; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.choice-contrast article p { font-family: Georgia, serif; font-size: 21px; line-height: 1.35; }
.choice-contrast .selected { background: var(--clay); color: white; border-color: var(--clay); transform: translateY(22px); }
.choice-divider { display: grid; place-items: center; }
.choice-divider i { width: 40px; height: 1px; background: rgba(255,255,255,.35); }

.commodity { background: var(--paper); }
.commodity > h2 { max-width: 900px; }
.commodity-grid { margin-top: 68px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.commodity-copy p + p { margin-top: 20px; }
.commodity-copy { color: var(--ink-soft); }
.value-list > p { margin-bottom: 20px; color: var(--ink-soft); }
.value-list > div { padding: 17px 0; display: grid; grid-template-columns: 70px 1fr; border-top: 1px solid var(--line); font-family: Georgia, serif; font-size: 25px; }
.value-list > div:last-child { border-bottom: 1px solid var(--line); }
.value-list span { color: var(--clay); font-family: Inter, sans-serif; font-size: 10px; }
.commodity-close { margin-top: 72px; padding: 45px; display: flex; justify-content: space-between; align-items: center; gap: 30px; background: var(--cream); }
.commodity-close p { font-family: Georgia, serif; font-size: clamp(25px,3vw,41px); line-height: 1.25; }
.commodity-close p strong { color: var(--clay); font-weight: 400; }
.commodity-close .button { flex-shrink: 0; margin-top: 0; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; align-items: start; }
.faq-heading > p:last-child { margin-top: 24px; color: var(--ink-soft); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 24px 0; display: grid; grid-template-columns: 45px 1fr 25px; gap: 12px; align-items: center; cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: 20px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--clay); font-family: Inter, sans-serif; font-size: 10px; }
.faq-list summary i { font-family: Inter, sans-serif; font-size: 19px; font-style: normal; text-align: right; transition: transform .2s; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details > p { padding: 0 40px 25px 57px; color: var(--ink-soft); font-size: 14px; }

.final-cta { position: relative; overflow: hidden; min-height: 660px; padding: 120px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--clay); color: white; text-align: center; }
.final-cta h2 { position: relative; z-index: 1; max-width: 1080px; font-size: clamp(47px,6vw,88px); line-height: .98; }
.final-cta > p:not(.eyebrow) { position: relative; z-index: 1; max-width: 650px; margin-top: 28px; color: rgba(255,255,255,.72); }
.final-cta .button { position: relative; z-index: 1; }
.final-orbit { position: absolute; width: 760px; height: 760px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.018); }
footer { padding: 36px clamp(24px,7vw,112px); display: flex; justify-content: space-between; align-items: center; gap: 24px; background: var(--ink); color: rgba(255,255,255,.72); font-size: 11px; }
footer > a:last-child { color: white; font-weight: 700; }
.mobile-contact { display: none; }

/* Motion system: subtle entrance, scroll reveal and microinteractions */
.topbar { animation: navEnter .75s cubic-bezier(.22,1,.36,1) both; }
.hero-copy > * { animation: heroCopyEnter .8s cubic-bezier(.22,1,.36,1) both; }
.hero-copy > *:nth-child(1) { animation-delay: .08s; }
.hero-copy > *:nth-child(2) { animation-delay: .16s; }
.hero-copy > *:nth-child(3) { animation-delay: .27s; }
.hero-copy > *:nth-child(4) { animation-delay: .38s; }
.hero-copy > *:nth-child(5) { animation-delay: .47s; }
.hero-art { animation: heroArtEnter 1s .18s cubic-bezier(.22,1,.36,1) both; }
.browser-card { animation: browserFloat 7s 1.2s ease-in-out infinite; }
.orbit-one { animation: orbitSpin 28s linear infinite; }
.orbit-two { animation: orbitSpinOffset 23s linear infinite reverse; }
.floating-note { animation: noteFloat 4.6s ease-in-out infinite; }
.note-two { animation-delay: -1.7s; }
.note-three { animation-delay: -3.1s; }
.script-word { animation: scriptDrift 5.5s ease-in-out infinite; }
.manifesto-strip i { animation: starPulse 2.8s ease-in-out infinite; }

.button > span:last-child,
.nav-cta > span:last-child,
footer > a:last-child > span:last-child,
.mobile-contact > span:last-child { display: inline-block; transition: transform .28s cubic-bezier(.22,1,.36,1); }
.button:hover > span:last-child,
.nav-cta:hover > span:last-child,
footer > a:last-child:hover > span:last-child,
.mobile-contact:hover > span:last-child { transform: translate(3px,-3px); }
.service-card { transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 24px 55px rgba(61,44,38,.12); }
.decision-grid article { transition: background-color .3s ease, transform .3s cubic-bezier(.22,1,.36,1); }
.decision-grid article:hover { background: rgba(255,255,255,.045); transform: translateY(-3px); }
.faq-list summary { transition: color .25s ease, padding-left .3s cubic-bezier(.22,1,.36,1); }
.faq-list summary:hover { color: var(--clay); padding-left: 7px; }
.about-photo { transition: transform .7s cubic-bezier(.22,1,.36,1); }
.about-visual:hover .about-photo { transform: scale(1.025) translateY(-3px); }

.motion-ready .reveal-item {
  --reveal-delay: 0ms;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .78s var(--reveal-delay) cubic-bezier(.22,1,.36,1), transform .78s var(--reveal-delay) cubic-bezier(.22,1,.36,1);
  will-change: opacity, transform;
}
.motion-ready .reveal-item.reveal-left { transform: translateX(-36px); }
.motion-ready .reveal-item.reveal-right { transform: translateX(36px); }
.motion-ready .reveal-item.is-visible { opacity: 1; transform: translate(0,0); }
.motion-ready .reveal-item.is-visible.service-card:hover { transform: translateY(-7px); }

@keyframes navEnter {
  from { opacity: 0; transform: translateY(-14px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes heroCopyEnter {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes heroArtEnter {
  from { opacity: 0; transform: translateX(36px) scale(.97); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}
@keyframes browserFloat {
  0%, 100% { transform: translateY(0) rotate(1.4deg); }
  50% { transform: translateY(-10px) rotate(.8deg); }
}
@keyframes orbitSpin {
  to { transform: rotate(360deg); }
}
@keyframes orbitSpinOffset {
  from { transform: translate(70px,-50px) rotate(0); }
  to { transform: translate(70px,-50px) rotate(360deg); }
}
@keyframes noteFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}
@keyframes scriptDrift {
  0%, 100% { transform: rotate(-8deg) translateY(0); }
  50% { transform: rotate(-6deg) translateY(-5px); }
}
@keyframes starPulse {
  0%, 100% { opacity: .45; transform: scale(.85); }
  50% { opacity: 1; transform: scale(1.12); }
}

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; padding-top: 140px; }
  .hero-copy { max-width: 850px; }
  .hero-art { width: min(700px,100%); margin: 20px auto 0; }
  .problem { grid-template-columns: 55px 1fr; }
  .problem-copy { grid-column: 2; }
  .services-heading, .authority, .about, .choice, .faq { grid-template-columns: 1fr; }
  .services-heading { gap: 30px; }
  .about-visual { max-width: 680px; width: 100%; margin: auto; }
  .commodity-close { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 760px) {
  body { font-size: 15px; }
  .topbar { height: 72px; padding: 0 20px; }
  .topbar nav, .nav-cta { display: none; }
  .hero { min-height: auto; padding: 124px 22px 68px; gap: 42px; }
  .hero h1 { font-size: clamp(46px,13vw,64px); }
  .hero-lead { font-size: 15px; }
  .button { width: 100%; margin-top: 26px; }
  .hero-art { min-height: 390px; }
  .browser-card { border-width: 5px; }
  .browser-body { min-height: 260px; padding: 28px 20px; }
  .portrait-placeholder { min-height: 180px; }
  .orbit-one { width: 370px; height: 370px; }
  .orbit-two { width: 280px; height: 280px; }
  .floating-note { font-size: 7px; }
  .note-one { left: 0; top: 18%; }
  .note-two { right: 0; }
  .note-three { left: 3%; bottom: 5%; }
  .script-word { font-size: 38px; }
  .manifesto-strip { gap: 12px 20px; font-size: 12px; }
  .section, .section-dark, .section-soft { padding: 80px 22px; }
  .problem { grid-template-columns: 1fr; gap: 25px; }
  .problem-copy { grid-column: auto; }
  .section-number { font-size: 33px; }
  .problem h2, .services h2, .commodity h2, .authority h2, .faq h2, .choice h2, .decision-intro h2 { font-size: 41px; }
  .decision { grid-template-columns: 1fr; }
  .decision-grid { grid-template-columns: 1fr; }
  .decision-grid article { min-height: 175px; }
  .decision-close { grid-template-columns: 1fr; gap: 25px; }
  .comparison { grid-template-columns: 1fr; margin-top: 50px; }
  .comparison-arrow { min-height: 55px; transform: rotate(90deg); }
  .service-cards { grid-template-columns: 1fr; margin-top: 45px; }
  .service-card { min-height: auto; padding: 32px 24px; }
  .questions-stack { margin-top: 10px; }
  .about-visual { min-height: 480px; }
  .about-photo-stage { width: 92%; height: 450px; }
  .about-photo-panel { inset: 85px 6% 0; }
  .about-badge { right: 12px; bottom: 18px; min-width: 205px; }
  .choice-contrast { grid-template-columns: 1fr; gap: 15px; }
  .choice-divider { display: none; }
  .choice-contrast .selected { transform: none; }
  .commodity-grid { grid-template-columns: 1fr; gap: 45px; margin-top: 45px; }
  .commodity-close { padding: 28px 22px; }
  .faq { gap: 45px; }
  .faq-list summary { grid-template-columns: 34px 1fr 18px; font-size: 18px; }
  .faq-list details > p { padding-left: 46px; }
  .final-cta { min-height: 620px; padding: 90px 22px 120px; }
  .final-cta h2 { font-size: 45px; }
  footer { padding-bottom: 100px; align-items: flex-start; flex-direction: column; }
  .mobile-contact { position: fixed; z-index: 20; left: 12px; right: 12px; bottom: 12px; padding: 15px 18px; display: flex; justify-content: space-between; background: var(--ink); color: white; border: 1px solid rgba(255,255,255,.15); box-shadow: 0 12px 35px rgba(36,22,17,.28); font-size: 12px; font-weight: 750; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .motion-ready .reveal-item { opacity: 1 !important; transform: none !important; }
}
