:root {
  color-scheme: dark;
  --cacao: #241711;
  --cacao-soft: #342119;
  --bronze: #8d5a2b;
  --gold: #c9a45c;
  --gold-bright: #e6c87a;
  --pale-gold: #ead8aa;
  --clay: #a85f43;
  --clay-deep: #713c2e;
  --olive: #656449;
  --cream: #f7f0e5;
  --ivory: #fcf8f0;
  --ink: #1b120e;
  --muted: #bbaea2;
  --font-display: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --font-body: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --container: 92rem;
  --gutter: clamp(1.25rem, 4vw, 4.5rem);
  --header-height: 5.75rem;
  --ease: cubic-bezier(.16, .84, .22, 1);
  --fast: 180ms ease;
  --medium: 420ms var(--ease);
  --slow: 820ms var(--ease);
}

*, *::before, *::after { box-sizing: border-box; }
html { background: var(--cacao); scroll-padding-top: calc(var(--header-height) + 1rem); }
body { margin: 0; min-width: 20rem; overflow-x: clip; background: var(--cacao); color: var(--cream); font-family: var(--font-body); line-height: 1.6; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
h1, h2, h3, p { margin-block-start: 0; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 400; letter-spacing: -.035em; text-wrap: balance; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
button, input, textarea, select { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
::selection { background: var(--gold); color: var(--ink); }
:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 4px; }
.container { width: min(calc(100% - (2 * var(--gutter))), var(--container)); margin-inline: auto; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; padding: .75rem 1rem; border-radius: .7rem; background: var(--gold-bright); color: var(--ink); transform: translateY(-180%); transition: transform var(--fast); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 30; top: 1rem; right: 0; left: 0; color: var(--cream); pointer-events: none; }
.site-header__inner { min-height: 4.5rem; padding: .55rem .7rem .55rem 1.4rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-radius: 1.2rem; background: rgba(35, 22, 16, .66); box-shadow: 0 1rem 3rem rgba(0, 0, 0, .16); backdrop-filter: blur(18px) saturate(120%); transition: background var(--fast), box-shadow var(--fast), transform var(--medium); pointer-events: auto; }
.site-header.is-scrolled .site-header__inner { background: rgba(35, 22, 16, .88); box-shadow: 0 1.25rem 3.5rem rgba(0, 0, 0, .28); }
.wordmark { flex: 0 0 auto; font-family: var(--font-display); font-size: clamp(1.3rem, 2vw, 1.7rem); letter-spacing: -.03em; }
.wordmark span { color: var(--gold-bright); }
.site-nav ul { display: flex; margin: 0; padding: 0; align-items: center; gap: clamp(1.2rem, 2.5vw, 2.8rem); list-style: none; }
.site-nav a { display: inline-flex; min-height: 2.75rem; padding-inline: .35rem; align-items: center; border-radius: .65rem; color: rgba(247, 240, 229, .8); font-size: .92rem; transition: color var(--fast), background var(--fast), transform var(--fast); }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current] { color: var(--gold-bright); transform: translateY(-1px); }
.site-nav .site-nav__contact { padding-inline: 1.25rem; background: rgba(247, 240, 229, .1); color: var(--cream); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05); }
.site-nav .site-nav__contact:hover, .site-nav .site-nav__contact:focus-visible, .site-nav .site-nav__contact[aria-current] { background: var(--gold-bright); color: var(--ink); }
.menu-toggle { display: none; width: 3rem; height: 3rem; padding: 0; place-items: center; border: 0; border-radius: .75rem; background: rgba(247, 240, 229, .1); }
.menu-toggle__icon { position: relative; width: 1.25rem; height: .8rem; }
.menu-toggle__icon span { position: absolute; left: 0; width: 100%; height: 2px; border-radius: 2px; background: currentColor; transition: inset var(--fast), transform var(--fast); }
.menu-toggle__icon span:first-child { top: .12rem; }
.menu-toggle__icon span:last-child { bottom: .12rem; }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon span:first-child { top: 50%; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon span:last-child { top: 50%; bottom: auto; transform: rotate(-45deg); }

.tracked-section { scroll-margin-top: calc(var(--header-height) + 1rem); }
.section-label { margin-bottom: 1.2rem; color: var(--gold); font-size: .77rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.button { position: relative; display: inline-flex; min-height: 3.6rem; padding: .9rem 1.35rem; align-items: center; justify-content: space-between; gap: 2rem; overflow: hidden; border: 0; border-radius: .9rem; font-size: .98rem; font-weight: 600; line-height: 1.2; isolation: isolate; transition: transform var(--fast), box-shadow var(--medium), background var(--fast); }
.button::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(110deg, transparent 22%, rgba(255,255,255,.42) 45%, transparent 68%); content: ""; transform: translateX(-130%); transition: transform 650ms var(--ease); }
.button:hover::before, .button:focus-visible::before { transform: translateX(130%); }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button:active { transform: translateY(0) scale(.985); }
.button__arrow { font-size: 1.15rem; transition: transform var(--fast); }
.button:hover .button__arrow, .button:focus-visible .button__arrow { transform: translate(.16rem, -.16rem); }
.button--gold { background: linear-gradient(135deg, var(--gold-bright), var(--gold)); box-shadow: 0 .8rem 2rem rgba(201,164,92,.2); color: var(--ink); }
.button--gold:hover, .button--gold:focus-visible { box-shadow: 0 1rem 2.5rem rgba(201,164,92,.34); }
.button--dark { background: rgba(247,240,229,.09); box-shadow: inset 0 0 0 1px rgba(247,240,229,.09); color: var(--cream); backdrop-filter: blur(12px); }
.draft-note { display: flex; margin: 2rem 0 0; align-items: center; gap: .65rem; color: rgba(27,18,14,.62); font-size: .79rem; letter-spacing: .02em; }
.draft-note > span { width: .48rem; height: .48rem; flex: 0 0 auto; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 .3rem rgba(201,164,92,.12); }
.draft-note--dark { color: rgba(247,240,229,.58); }

.hero { --pointer-x: 62%; --pointer-y: 25%; position: relative; min-height: 100svh; overflow: hidden; background: radial-gradient(circle at 10% 12%, rgba(168,95,67,.32), transparent 32%), linear-gradient(132deg, #2d1b14 0%, var(--cacao) 48%, #160d09 100%); }
.hero::after { position: absolute; right: -8vw; bottom: -18vw; width: 65vw; height: 36vw; border-radius: 50%; background: linear-gradient(145deg, rgba(168,95,67,.7), rgba(113,60,46,.24)); box-shadow: inset 0 2rem 5rem rgba(255,218,171,.12), 0 -2rem 5rem rgba(0,0,0,.22); content: ""; transform: rotate(-6deg); }
.hero__glow, .contact__glow { position: absolute; z-index: 1; inset: 0; background: radial-gradient(circle 28rem at var(--pointer-x) var(--pointer-y), rgba(230,200,122,.13), transparent 70%); pointer-events: none; }
.hero__inner { position: relative; z-index: 2; min-height: 100svh; padding-top: calc(var(--header-height) + clamp(4rem, 8vw, 8rem)); padding-bottom: clamp(6rem, 9vw, 9rem); display: grid; grid-template-columns: minmax(0, .83fr) minmax(30rem, 1.17fr); align-items: center; gap: clamp(3rem, 6vw, 8rem); }
.hero__copy { max-width: 41rem; }
.hero h1 { max-width: 10ch; margin-bottom: 2rem; font-size: clamp(4.25rem, 6.8vw, 7.4rem); line-height: .92; }
.hero__intro { max-width: 35rem; margin-bottom: 2.4rem; color: rgba(247,240,229,.72); font-size: clamp(1.08rem, 1.4vw, 1.32rem); line-height: 1.55; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero__brand { position: relative; transform: perspective(1200px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg)) translateY(var(--lift, 0px)); transition: transform 160ms ease-out; will-change: transform; }
.hero__brand::before { position: absolute; z-index: -1; inset: 12% -5% -7%; border-radius: 50%; background: rgba(201,164,92,.22); filter: blur(4rem); content: ""; }
.brand-canvas { overflow: hidden; border-radius: 1.2rem; background: #fefbf6; box-shadow: 0 2rem 6rem rgba(0,0,0,.38), 0 .2rem .8rem rgba(230,200,122,.12); }
.brand-canvas img { width: 100%; height: auto; aspect-ratio: 1.5/1; object-fit: contain; }
.scroll-cue { position: absolute; z-index: 3; bottom: 2rem; left: 50%; display: flex; align-items: center; gap: .8rem; color: rgba(247,240,229,.55); font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; transform: translateX(-50%); transition: color var(--fast); }
.scroll-cue:hover, .scroll-cue:focus-visible { color: var(--gold-bright); }
.scroll-cue span:last-child { animation: drift-down 1.8s var(--ease) infinite; font-size: 1rem; }

.services { background: var(--cacao-soft); }
.services__heading { padding-block: clamp(6rem, 10vw, 10rem) clamp(4rem, 6vw, 6rem); display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 4rem; }
.services__heading h2 { max-width: 11ch; margin-bottom: 0; font-size: clamp(3.5rem, 6vw, 6.8rem); line-height: .96; }
.services__heading > p { max-width: 31rem; margin: 0; color: var(--muted); font-size: 1.08rem; }
.service-deck { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(3, 1fr); list-style: none; }
.service-panel { position: relative; min-height: 38rem; padding: clamp(2rem, 4vw, 4.8rem); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; transition: transform var(--medium), filter var(--medium); }
.service-panel:hover, .service-panel:focus-within { z-index: 2; transform: translateY(-1.1rem); filter: brightness(1.06); }
.js .service-panel[data-reveal].is-visible:hover,
.js .service-panel[data-reveal].is-visible:focus-within { transform: translateY(-1.1rem); }
.service-panel::after { position: absolute; top: -40%; left: -60%; width: 80%; height: 180%; border-radius: 50%; background: rgba(255,255,255,.07); content: ""; transform: rotate(20deg) translateX(-40%); transition: transform 900ms var(--ease); }
.service-panel:hover::after, .service-panel:focus-within::after { transform: rotate(20deg) translateX(230%); }
.service-panel--cacao { background: #2a1b15; color: var(--cream); }
.service-panel--bronze { background: linear-gradient(145deg, #9a6330, #70431f); color: var(--cream); }
.service-panel--ivory { background: linear-gradient(145deg, var(--pale-gold), var(--cream)); color: var(--ink); }
.service-panel__number { position: relative; z-index: 1; color: var(--gold-bright); font-family: var(--font-display); font-size: clamp(5rem, 8vw, 8.5rem); line-height: 1; letter-spacing: -.06em; }
.service-panel--ivory .service-panel__number { color: var(--bronze); }
.service-panel h3 { position: relative; z-index: 1; margin-bottom: 1.2rem; font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1.02; }
.service-panel p { position: relative; z-index: 1; max-width: 27rem; margin-bottom: 2.5rem; color: currentColor; opacity: .72; font-size: 1.02rem; }
.service-panel a { position: relative; z-index: 1; display: flex; width: fit-content; min-height: 3rem; align-items: center; gap: 1rem; color: var(--gold-bright); font-weight: 650; }
.service-panel--ivory a { color: var(--clay-deep); }
.service-panel a span:last-child { transition: transform var(--fast); }
.service-panel a:hover span:last-child, .service-panel a:focus-visible span:last-child { transform: translate(.25rem,.25rem); }

.process { padding-block: clamp(7rem, 11vw, 12rem); background: var(--ivory); color: var(--ink); }
.process__layout { display: grid; grid-template-columns: minmax(18rem,.8fr) minmax(0,1.35fr); gap: clamp(4rem, 9vw, 10rem); }
.process__intro { position: sticky; top: calc(var(--header-height) + 3rem); align-self: start; }
.process__intro h2 { max-width: 9ch; margin-bottom: 2rem; font-size: clamp(3.6rem, 6vw, 6.6rem); line-height: .94; }
.process__intro > p:last-child { max-width: 29rem; color: rgba(27,18,14,.62); font-size: 1.08rem; }
.process-steps { display: grid; margin: 0; padding: 3rem 0 0; gap: clamp(1.2rem, 3vw, 2rem); list-style: none; }
.process-step { min-height: 20rem; padding: clamp(2.2rem, 4vw, 4rem); border-radius: 1.25rem; background: linear-gradient(145deg, rgba(234,216,170,.34), rgba(201,164,92,.1)); box-shadow: 0 1.5rem 4rem rgba(74,43,25,.08); opacity: .54; transform: scale(.965) translateY(1rem); transition: opacity var(--slow), transform var(--slow), background var(--slow), box-shadow var(--slow); }
.process-step:nth-child(2) { background: linear-gradient(145deg, rgba(168,95,67,.16), rgba(201,164,92,.15)); }
.process-step:nth-child(3) { background: linear-gradient(145deg, rgba(101,100,73,.18), rgba(234,216,170,.2)); }
.process-step.is-active { opacity: 1; transform: scale(1) translateY(0); box-shadow: 0 2rem 5rem rgba(74,43,25,.13); }
.process-step__number { display: block; margin-bottom: 2.3rem; color: var(--bronze); font-family: var(--font-display); font-size: clamp(4rem, 6vw, 6.5rem); line-height: .8; }
.process-step h3 { margin-bottom: .8rem; font-size: clamp(2.1rem, 3vw, 3.2rem); }
.process-step p { max-width: 29rem; margin: 0; color: rgba(27,18,14,.64); font-size: 1.04rem; }

.about { position: relative; overflow: hidden; padding-block: clamp(7rem, 11vw, 11rem); background: var(--cream); color: var(--ink); }
.about__wash { position: absolute; top: -20rem; right: -13rem; width: 48rem; height: 48rem; border-radius: 50%; background: radial-gradient(circle, rgba(168,95,67,.25), rgba(201,164,92,.12) 45%, transparent 70%); filter: blur(1rem); }
.about__layout { position: relative; z-index: 1; }
.about__intro { max-width: 66rem; margin-inline: auto; text-align: center; }
.about__intro h2 { margin-bottom: 1.7rem; font-size: clamp(3.7rem, 6.5vw, 7rem); line-height: .95; }
.about__intro > p:last-child { color: rgba(27,18,14,.65); font-size: 1.1rem; }
.founders { display: grid; margin-top: clamp(4rem, 8vw, 8rem); grid-template-columns: 1fr 1fr; gap: clamp(1rem, 3vw, 3rem); }
.founder { position: relative; min-height: 30rem; padding: clamp(2rem, 4vw, 4.5rem); display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border-radius: 1.5rem; background: var(--ivory); box-shadow: 0 2rem 5rem rgba(74,43,25,.1); isolation: isolate; transition: transform var(--medium), box-shadow var(--medium); }
.founder:hover { transform: translateY(-.7rem); box-shadow: 0 2.6rem 6rem rgba(74,43,25,.16); }
.js .founder[data-reveal].is-visible:hover { transform: translateY(-.7rem); }
.founder--gabriel { background: linear-gradient(145deg, var(--clay), var(--clay-deep)); color: var(--cream); }
.founder__initial { position: absolute; z-index: -1; top: -.14em; right: .02em; color: var(--pale-gold); font-family: var(--font-display); font-size: clamp(16rem, 31vw, 31rem); line-height: .8; opacity: .42; transition: transform var(--slow), opacity var(--slow); }
.founder--gabriel .founder__initial { color: var(--gold-bright); opacity: .22; }
.founder:hover .founder__initial { opacity: .62; transform: scale(1.035) rotate(-2deg); }
.founder p { margin-bottom: .2rem; color: var(--bronze); font-size: .8rem; font-weight: 750; letter-spacing: .22em; text-transform: uppercase; }
.founder--gabriel p { color: var(--pale-gold); }
.founder h3 { margin: 0; font-size: clamp(4rem, 7vw, 7.5rem); line-height: .86; }
.about__note { justify-content: center; }

.contact { --pointer-x: 62%; --pointer-y: 45%; position: relative; min-height: 48rem; overflow: hidden; background: linear-gradient(120deg, #1b110d, var(--cacao-soft) 55%, #1c120d); }
.contact::before { position: absolute; right: -10%; bottom: -42%; width: 72%; height: 82%; border-radius: 50%; background: linear-gradient(130deg, rgba(168,95,67,.9), rgba(113,60,46,.35)); box-shadow: inset 0 3rem 6rem rgba(230,200,122,.12); content: ""; transform: rotate(-8deg); }
.contact__layout { position: relative; z-index: 2; min-height: 48rem; display: grid; grid-template-columns: minmax(0, .9fr) minmax(22rem, 1.1fr); align-items: center; gap: 3rem; }
.contact__copy { padding-block: 7rem; }
.contact h2 { max-width: 9ch; margin-bottom: 1.7rem; font-size: clamp(4rem, 7vw, 7.5rem); line-height: .91; }
.contact__copy > p:not(.draft-note) { max-width: 34rem; margin-bottom: 2.2rem; color: rgba(247,240,229,.66); font-size: 1.08rem; }
.contact__mark { justify-self: center; color: transparent; font-family: var(--font-display); font-size: clamp(18rem, 36vw, 39rem); line-height: .7; background: linear-gradient(135deg, #f0d997 8%, #b77c35 48%, #f4d98c 72%, #815023); background-clip: text; -webkit-background-clip: text; filter: drop-shadow(0 2rem 2rem rgba(0,0,0,.35)); transform: translate3d(0,var(--mark-y,0),0) rotate(-7deg); transition: transform 180ms ease-out; user-select: none; }

.site-footer { padding-block: clamp(4rem, 7vw, 7rem); background: #101a14; color: var(--cream); }
.site-footer__inner { display: grid; grid-template-columns: 1fr auto; gap: 4rem; }
.site-footer__brand { margin-bottom: .3rem; color: var(--pale-gold); font-family: var(--font-display); font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1; }
.site-footer__descriptor { margin-bottom: 1.7rem; color: var(--gold); font-size: .74rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.site-footer p:last-child { color: rgba(247,240,229,.55); }
.site-footer__status { display: flex; align-items: flex-end; flex-direction: column; text-align: right; }
.site-footer__status > a { display: flex; min-height: 3rem; align-items: center; gap: .8rem; color: var(--gold-bright); transition: transform var(--fast); }
.site-footer__status > a:hover, .site-footer__status > a:focus-visible { transform: translateY(-3px); }
.site-footer .draft-note { justify-content: flex-end; color: rgba(247,240,229,.44); }

.status-dialog { width: min(calc(100% - 2rem), 36rem); padding: 0; border: 0; border-radius: 1.3rem; background: var(--ivory); box-shadow: 0 2rem 7rem rgba(0,0,0,.5); color: var(--ink); }
.status-dialog::backdrop { background: rgba(20,12,9,.76); backdrop-filter: blur(.5rem); }
.status-dialog__inner { padding: clamp(1.5rem, 5vw, 3rem); }
.status-dialog__header { display: flex; margin-bottom: 1.5rem; align-items: center; justify-content: space-between; gap: 2rem; }
.status-dialog h2 { margin: 0; font-size: clamp(2.2rem, 5vw, 3.2rem); }
.status-dialog p:not(.draft-note) { color: rgba(27,18,14,.67); }
.dialog-close { width: 3rem; height: 3rem; padding: 0; border: 0; border-radius: .8rem; background: rgba(27,18,14,.07); font-size: 2rem; line-height: 1; transition: background var(--fast), transform var(--fast); }
.dialog-close:hover, .dialog-close:focus-visible { background: var(--pale-gold); transform: rotate(4deg); }

@media (max-width: 70rem) {
  .hero__inner { grid-template-columns: minmax(0,.9fr) minmax(25rem,1.1fr); gap: 3rem; }
  .hero h1 { font-size: clamp(4rem, 7vw, 6rem); }
  .service-panel { min-height: 34rem; }
}

@media (max-width: 54rem) {
  :root { --header-height: 4.75rem; }
  .site-header { top: .6rem; }
  .site-header__inner { position: relative; min-height: var(--header-height); }
  .js .menu-toggle { display: grid; }
  .site-nav { width: 100%; }
  .no-js .site-header__inner { flex-wrap: wrap; }
  .no-js .site-nav ul { flex-wrap: wrap; }
  .js .site-nav { position: absolute; top: calc(100% + .55rem); right: 0; left: 0; padding: .75rem; border-radius: 1.1rem; background: rgba(35,22,16,.96); box-shadow: 0 1.5rem 3rem rgba(0,0,0,.34); opacity: 0; transform: translateY(-.6rem) scale(.98); transition: opacity var(--fast), transform var(--medium), visibility var(--fast); visibility: hidden; }
  .js .site-nav.is-open { opacity: 1; transform: translateY(0) scale(1); visibility: visible; }
  .js .site-nav ul { align-items: stretch; flex-direction: column; gap: .15rem; }
  .js .site-nav a { min-height: 3.35rem; padding-inline: .8rem; }
  .js .site-nav .site-nav__contact { margin-top: .35rem; justify-content: center; }
  .hero__inner { padding-top: calc(var(--header-height) + 5rem); grid-template-columns: 1fr; align-content: center; }
  .hero__copy { max-width: 44rem; }
  .hero h1 { font-size: clamp(4rem, 12vw, 6.4rem); }
  .hero__brand { width: min(100%, 42rem); }
  .scroll-cue { display: none; }
  .services__heading, .process__layout { grid-template-columns: 1fr; }
  .services__heading { gap: 2rem; }
  .service-deck { grid-template-columns: 1fr; }
  .service-panel { min-height: 26rem; }
  .service-panel:hover, .service-panel:focus-within { transform: translateY(-.4rem); }
  .process__intro { position: static; }
  .process__intro h2 { max-width: 11ch; }
  .process-steps { padding-top: 0; }
  .contact__layout { min-height: auto; grid-template-columns: 1fr; }
  .contact__copy { position: relative; z-index: 2; padding-bottom: 2rem; }
  .contact__mark { margin-bottom: -5rem; justify-self: end; font-size: clamp(18rem, 62vw, 32rem); opacity: .82; }
  .site-footer__inner { grid-template-columns: 1fr; }
  .site-footer__status { align-items: flex-start; text-align: left; }
  .site-footer .draft-note { justify-content: flex-start; }
}

@media (max-width: 40rem) {
  .site-header__inner { padding-left: 1rem; }
  .hero__inner { padding-top: 8.5rem; padding-bottom: 5rem; gap: 3.5rem; }
  .hero h1, .services__heading h2, .process__intro h2, .about__intro h2, .contact h2 { font-size: clamp(3.25rem, 15vw, 4.9rem); }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button, .contact .button { width: 100%; }
  .brand-canvas { border-radius: .9rem; }
  .services__heading { padding-block: 5.5rem 3rem; }
  .service-panel { min-height: 24rem; padding: 2rem 1.4rem; }
  .process { padding-block: 5.5rem; }
  .process-step { min-height: 17rem; padding: 2rem 1.4rem; }
  .founders { grid-template-columns: 1fr; }
  .founder { min-height: 24rem; padding: 2rem 1.4rem; }
  .founder h3 { font-size: clamp(3.7rem, 19vw, 5.5rem); }
  .about__note { justify-content: flex-start; }
  .contact__copy { padding-top: 5.5rem; }
  .contact__mark { margin-top: -1rem; margin-bottom: -2rem; }
  .site-footer { padding-block: 4.5rem; }
}

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
  .js [data-reveal] { opacity: 0; filter: blur(.35rem); transform: translateY(2rem) scale(.985); transition: opacity var(--slow), filter var(--slow), transform var(--slow); }
  .js [data-reveal].is-visible { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); }
  .status-dialog[open] { animation: dialog-in var(--medium) both; }
  .status-dialog[open]::backdrop { animation: fade-in var(--fast) both; }
}

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

@keyframes drift-down { 0%,100% { transform: translateY(-.1rem); } 50% { transform: translateY(.35rem); } }
@keyframes dialog-in { from { opacity: 0; transform: translateY(1rem) scale(.98); } to { opacity: 1; transform: none; } }
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
