/* Riamont Holdings — bespoke, dependency-free landing page. */
:root {
  --navy:#0e2c43;
  --navy-dark:#0a2336;
  --navy-light:#15374e;
  --gold:#ad9051;
  --gold-light:#ceb884;
  --paper:#faf9f6;
  --cream:#f2efe8;
  --ink:#102e44;
  --muted:#61707a;
  --line:#dedfd9;
  --max-width:1248px;
  --gutter:64px;
  --sans:Arial,Helvetica,sans-serif;
  --serif:Georgia,'Times New Roman',serif;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:114px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
::selection{color:var(--navy-dark);background:#dccb9f}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;cursor:pointer}
button,a{-webkit-tap-highlight-color:transparent}
button{border:0}
img,svg{display:block;max-width:100%}
img{height:auto}
p,h1,h2,h3{margin:0}
p{line-height:1.75}
button:focus-visible,a:focus-visible{outline:2px solid var(--gold);outline-offset:6px}
[hidden]{display:none!important}
.container{width:calc(100% - var(--gutter)*2);max-width:var(--max-width);margin-inline:auto}
.icon{width:20px;height:20px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
.svg-definitions{position:absolute;width:0;height:0;overflow:hidden}
.skip-link{position:fixed;top:14px;left:20px;z-index:100;background:var(--navy);color:white;padding:14px 20px;transform:translateY(-180%)}
.skip-link:focus{transform:translateY(0)}
.eyebrow{text-transform:uppercase;font-size:10px;font-weight:600;line-height:1.5;letter-spacing:2px;display:flex;align-items:center;gap:14px}
.section-number{color:#89703c;letter-spacing:1px;font-weight:400}
h2{font-size:clamp(38px,4.1vw,57px);line-height:1.13;letter-spacing:-2.1px;font-weight:400}
h2 em{font-family:var(--serif);font-weight:400;letter-spacing:-2.1px}
.section-heading .eyebrow,.section-top .eyebrow{margin-bottom:27px}
.section-light{background:var(--paper)}
.section-top{display:flex;justify-content:space-between;gap:48px;align-items:flex-end}
.section-intro{font-size:15px;line-height:1.7;color:var(--muted);max-width:320px;margin-bottom:7px}
.small-line{width:30px;height:1px;background:var(--gold)}

/* Header */
.site-header{position:sticky;top:0;z-index:30;background:rgba(250,249,246,.97);transition:box-shadow .3s,border-color .3s;border-bottom:1px solid transparent;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.site-header.is-scrolled{border-bottom-color:var(--line);box-shadow:0 5px 24px rgba(14,44,67,.035)}
.header-inner{min-height:104px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}
.is-scrolled .header-inner{border-bottom-color:transparent}
.brand{display:block;width:202px;padding-block:10px;flex-shrink:0}
.brand img{width:100%}
.primary-navigation{display:flex;align-items:center;gap:39px;font-size:12px}
.primary-navigation>a:not(.nav-contact){position:relative;padding:15px 0}
.primary-navigation>a:not(.nav-contact)::after{content:'';position:absolute;bottom:5px;left:0;right:0;height:1px;transform:scaleX(0);transform-origin:left;background:var(--gold);transition:transform .25s}
.primary-navigation>a:hover::after,.primary-navigation>a[aria-current="location"]::after{transform:scaleX(1)}
.nav-contact{border:1px solid #bcc3c4;display:flex;align-items:center;gap:28px;padding:15px 20px;margin-left:16px;transition:background .25s,color .25s,border-color .25s}
.nav-contact:hover{background:var(--navy);border-color:var(--navy);color:var(--paper)}
.nav-contact .icon{width:15px;height:15px}
.menu-toggle{display:none}

/* Hero */
.hero{overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.08fr 1fr;gap:70px;padding-top:68px;padding-bottom:61px;align-items:center}
.hero-eyebrow{font-size:9px;letter-spacing:1.9px;margin-bottom:30px}
h1{font-size:clamp(73px,7.1vw,104px);font-weight:400;line-height:1.025;letter-spacing:-5.6px}
h1 span,h1 em{display:block}
h1 em{font-family:var(--serif);font-weight:400;color:#a38749;letter-spacing:-4.8px;line-height:1.05}
.hero-description{font-size:17px;line-height:1.7;color:var(--muted);max-width:367px;margin-top:29px}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:48px;font-size:12px;padding:19px 24px;min-height:55px;transition:background .25s,transform .25s}
.button-navy{background:var(--navy);color:var(--paper);margin-top:28px}
.button-navy:hover{background:#1b415b;transform:translateY(-2px)}
.button .icon{width:17px;height:17px;transition:transform .25s}
.button:hover .icon{transform:translate(2px,-2px)}
.hero-signature{display:flex;align-items:center;gap:15px;margin-top:32px;text-transform:uppercase;font-size:8px;letter-spacing:2px;color:#65747d}
.hero-signature i{width:3px;height:3px;background:var(--gold);border-radius:50%}
.hero-art{position:relative;min-width:0;aspect-ratio:1 / 1.095;background:var(--navy-dark);isolation:isolate;overflow:hidden;color:var(--paper);align-self:center}
.hero-art::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% 47%,rgba(65,93,101,.25),transparent 62%),linear-gradient(145deg,rgba(34,67,87,.22),transparent 60%);z-index:-1}
.hero-art::after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,rgba(202,177,119,.035),transparent 40%,rgba(0,0,0,.08));box-shadow:inset 0 0 70px rgba(0,0,0,.07)}
.art-head{display:flex;justify-content:space-between;align-items:center;position:absolute;left:32px;right:31px;top:31px;font-size:9px;letter-spacing:1.3px;color:#d7dcd9;z-index:2}
.art-star{width:22px;height:22px;color:var(--gold-light)}
.terrain-wrapper{position:absolute;width:113%;left:-6.5%;top:11%;animation:terrain-float 9s ease-in-out infinite;transform-origin:center}
.terrain{width:100%;height:auto;opacity:.97}
.terrain-caption{position:absolute;left:32px;bottom:145px;display:flex;align-items:center;gap:10px;color:#c1bea9;font-size:8px;letter-spacing:1px}
.caption-line{height:1px;width:25px;background:#938052}
.art-bottom{position:absolute;left:32px;right:32px;bottom:32px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px;z-index:2;border-top:1px solid rgba(230,223,202,.17);padding-top:22px}
.art-bottom>div{font-size:31px;font-weight:400;letter-spacing:-1px;line-height:1.15}
.art-bottom em{font-family:var(--serif);color:#d7c391;font-size:36px}
.art-edition{font-size:7px;line-height:1.7;letter-spacing:1.6px;color:#a3b0b6;text-align:right;margin-bottom:3px}
.art-corner{position:absolute;width:10px;height:10px;z-index:3;border-color:rgba(206,184,132,.45);border-style:solid;border-width:0}
.corner-tl{top:12px;left:12px;border-top-width:1px;border-left-width:1px}.corner-tr{top:12px;right:12px;border-top-width:1px;border-right-width:1px}.corner-bl{bottom:12px;left:12px;border-bottom-width:1px;border-left-width:1px}.corner-br{bottom:12px;right:12px;border-bottom-width:1px;border-right-width:1px}
.art-orbit{position:absolute;left:50%;top:41%;width:80%;height:68%;border:1px solid rgba(149,170,176,.06);border-radius:50%;transform:translate(-50%,-50%)}
.orbit-two{width:103%;height:88%}
.hero-base{border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding-block:22px 27px}
.hero-base p{font-size:10px;letter-spacing:.6px}
.hero-base p span{color:var(--muted);margin-left:10px}
.scroll-cue{display:flex;align-items:center;gap:25px;font-size:9px;text-transform:uppercase;letter-spacing:1.4px}
.scroll-cue .icon{width:15px;height:15px;transition:transform .2s}
.scroll-cue:hover .icon{transform:translateY(3px)}

/* About */
.about{padding-block:114px 119px;border-top:1px solid #ecece7}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:start}
.about-copy{padding-top:39px}
.about-copy .lead{font-size:21px;line-height:1.62;letter-spacing:-.25px;color:var(--ink)}
.about-copy>p+p{font-size:15px;color:var(--muted);margin-top:23px;line-height:1.8}
.about-note{display:flex;align-items:center;gap:12px;margin-top:31px;font-size:10px;letter-spacing:.25px;color:var(--ink)}
.about-note>span{width:23px;height:1px;flex-shrink:0;background:var(--gold)}

/* Signature Discover / Build / Scale section */
.approach{position:relative;background:var(--navy);color:var(--paper);padding-block:103px 100px;overflow:hidden}
.approach::before{content:'';position:absolute;top:-400px;right:-350px;width:850px;height:850px;border:1px solid rgba(167,186,194,.045);border-radius:50%;pointer-events:none}
.approach .eyebrow{color:#c8d1d5}
.approach .section-number{color:var(--gold-light)}
.approach h2{font-size:clamp(38px,4.15vw,60px)}
.approach h2 em{color:var(--gold-light)}
.approach .section-intro{color:#adbec7;min-width:228px}
.process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:42px;margin-top:65px}
.process-step{position:relative;border-top:1px solid rgba(204,215,216,.27);padding-top:20px;display:flex;flex-direction:column}
.process-step::before{content:'';position:absolute;top:-1px;left:0;width:0;height:1px;background:var(--gold-light);transition:width .55s}
.process-step:hover::before{width:100%}
.process-top{display:flex;justify-content:space-between;align-items:center}
.step-label{font-size:8px;line-height:1.5;letter-spacing:1.3px;color:#a6b8c1}
.process-dot{width:5px;height:5px;background:var(--gold-light);border-radius:50%}
.process-icon{width:51px;height:51px;stroke:var(--gold-light);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;color:var(--gold-light);margin-top:37px}
.process-step h3{font-size:32px;font-weight:400;letter-spacing:-.8px;margin-top:23px}
.process-step>p{font-size:14px;line-height:1.85;color:#b5c3ca;max-width:318px;margin-top:16px;margin-bottom:36px}
.step-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:16px;color:#d7dfe2;font-size:10px;letter-spacing:.3px;padding-top:19px;border-top:1px solid rgba(204,215,216,.11)}
.step-foot .icon{width:16px;height:16px;color:var(--gold-light)}

/* Focus */
.focus{padding-block:110px 107px}
.focus .section-intro{max-width:289px}
.focus-list{margin-top:57px;border-top:1px solid var(--line)}
.focus-item{display:grid;grid-template-columns:1.03fr 1fr;gap:50px;align-items:center;padding-block:31px;border-bottom:1px solid var(--line)}
.focus-identity{display:flex;align-items:center;gap:27px;min-width:0}
.focus-index{font-size:10px;color:#737367;width:18px;flex-shrink:0}
.focus-icon{width:39px;height:39px;stroke:var(--gold);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;color:var(--gold);flex-shrink:0}
.focus-item h3{font-size:24px;font-weight:400;letter-spacing:-.7px;line-height:1.2}
.focus-item p{font-size:14px;line-height:1.8;color:var(--muted);padding-right:30px}

/* Perspective */
.philosophy{padding-block:81px 83px;background:var(--cream);position:relative;isolation:isolate;overflow:hidden;border-top:1px solid #e9e4d9}
.philosophy-inner{text-align:center;position:relative;z-index:1}
.star-trio{display:flex;align-items:center;justify-content:center;gap:15px;color:var(--gold);margin-bottom:26px}
.star-trio svg{width:12px;height:12px}.star-trio svg:nth-child(2){width:24px;height:24px}
.philosophy .eyebrow{justify-content:center;font-size:9px;color:#6e6757}
.philosophy h2{font-size:clamp(39px,4.65vw,67px);line-height:1.15;letter-spacing:-2.9px;margin-top:27px;font-weight:400}
.philosophy h2 em{color:#9d8248;font-size:1.05em;letter-spacing:-2.8px}
.philosophy p{max-width:650px;margin:28px auto 0;font-size:14px;line-height:1.8;color:var(--muted)}
.philosophy-rule{display:block;width:46px;height:1px;background:var(--gold);margin:31px auto 0}
.philosophy-rings{position:absolute;inset:0;pointer-events:none;z-index:0;opacity:.65}
.philosophy-rings span{position:absolute;left:50%;top:50%;border:1px solid rgba(157,141,110,.07);border-radius:50%;width:900px;height:900px;transform:translate(-50%,-50%)}
.philosophy-rings span:nth-child(2){width:1100px;height:1100px}.philosophy-rings span:nth-child(3){width:1320px;height:1320px}

/* Contact + corporate footer */
.contact{background:var(--navy-dark);color:var(--paper);padding-top:105px}
.contact-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:120px;padding-bottom:92px}
.contact .eyebrow{color:#aebdc5;font-size:9px;letter-spacing:1.9px}
.contact .section-number{color:var(--gold-light)}
.contact h2{font-size:clamp(48px,5.25vw,76px);margin-top:29px;line-height:1.08;letter-spacing:-3.2px}
.contact h2 em{color:var(--gold-light);letter-spacing:-3.2px}
.contact-statement>p{font-size:13px;line-height:1.8;color:#aebdc5;margin-top:27px}
.contact-signature{margin-top:35px;font-size:10px;letter-spacing:1.3px;color:#d0d7d8}
.contact-details{padding-top:2px;max-width:400px}
.contact-kicker{display:flex;align-items:center;justify-content:space-between;font-size:21px;letter-spacing:-.4px;border-bottom:1px solid rgba(202,216,221,.22);padding-bottom:19px}
.contact-kicker .icon{color:var(--gold-light);width:23px;height:23px}
.contact-description{color:#b5c4cb;font-size:13px;line-height:1.8;margin-top:19px}
.email-link{display:block;color:var(--gold-light);font-size:18px;margin-top:22px;overflow-wrap:anywhere;line-height:1.5}
.email-link:hover{text-decoration:underline;text-underline-offset:5px}
.office-block{margin-top:30px}
.office-block .eyebrow{font-size:8px;letter-spacing:1.7px;color:#b5a06e;margin-bottom:12px}
.company-name{font-size:12px;color:#dde3e4;margin-bottom:4px}
address{font-family:var(--sans);font-style:normal;line-height:1.8;font-size:12px;color:#aebdc5}
.copy-address{background:none;padding:12px 0 2px;display:flex;align-items:center;gap:14px;font-size:9px;color:#c8d0d2;letter-spacing:.4px}
.copy-address:hover{color:var(--gold-light)}
.copy-address .icon{width:13px;height:13px;stroke-width:1.2}
.site-footer{border-top:1px solid rgba(202,216,221,.15);min-height:115px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:28px}
.footer-brand{width:167px;display:block}
.site-footer>p{font-size:9px;letter-spacing:.3px;color:#93a5b0}
.back-top{display:flex;align-items:center;gap:20px;font-size:9px;letter-spacing:.4px;color:#c1cdd2}
.back-top .icon{width:15px;height:15px}
.back-top:hover{color:var(--gold-light)}
.toast{position:fixed;z-index:60;bottom:28px;left:50%;transform:translate(-50%,15px);background:var(--paper);color:var(--navy);border:1px solid var(--line);box-shadow:0 10px 40px rgba(0,0,0,.15);padding:15px 24px;font-size:12px;opacity:0;pointer-events:none;transition:transform .25s,opacity .25s;max-width:calc(100% - 40px);text-align:center}
.toast.visible{transform:translate(-50%,0);opacity:1}
.js-only{display:none}.has-js .js-only{display:flex}

/* Restrained motion. Content remains available when JS is disabled. */
.reveal{opacity:1;transform:none}
.motion-ready .reveal{opacity:0;transform:translateY(19px);transition:opacity .75s ease var(--delay,0ms),transform .75s cubic-bezier(.2,.65,.3,1) var(--delay,0ms)}
.motion-ready .reveal.is-visible{opacity:1;transform:none}
@keyframes terrain-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@keyframes fade-up{from{opacity:0;transform:translateY(13px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:no-preference){.hero-copy{animation:fade-up .8s ease both}.hero-art{animation:fade-up 1s .1s ease both}}

/* Tablet */
@media(min-width:1600px){:root{--max-width:1340px}.hero-grid{gap:110px}.hero-art{aspect-ratio:1/1.035}h1{font-size:110px}}
@media(max-width:1199px){
  :root{--gutter:42px}
  .primary-navigation{gap:28px}.nav-contact{gap:20px;margin-left:5px}
  .hero-grid{gap:43px;padding-top:56px;padding-bottom:50px}
  h1{font-size:clamp(70px,7.5vw,91px);letter-spacing:-4.6px}.hero-description{font-size:16px}
  .hero-art{aspect-ratio:1/1.16}
  .hero-eyebrow{font-size:8px;letter-spacing:1.3px;gap:11px}
  .about-grid{gap:65px}.about-copy .lead{font-size:19px}
  .process-grid{gap:29px}.process-step>p{font-size:13px}
  .focus-item{gap:30px}.focus-identity{gap:20px}.focus-item h3{font-size:22px}
  .focus-item p{padding-right:0}
  .contact-grid{gap:90px}
}
@media(max-width:900px){
  :root{--gutter:30px}
  .header-inner{min-height:91px}.brand{width:180px}.primary-navigation{gap:22px;font-size:11px}.nav-contact{padding:13px 16px;gap:15px;margin-left:0}
  .hero-grid{gap:30px;padding-block:50px 42px;grid-template-columns:1.07fr 1fr}
  .hero-eyebrow{max-width:290px;line-height:1.7;letter-spacing:1.3px;font-size:7px;margin-bottom:24px;gap:8px}.small-line{width:20px}
  h1{font-size:clamp(61px,8vw,74px);letter-spacing:-3.8px}h1 em{letter-spacing:-3.5px}
  .hero-description{font-size:14px;margin-top:23px;max-width:303px}
  .button{font-size:11px;padding:17px 21px;gap:35px;min-height:50px}.button-navy{margin-top:22px}
  .hero-signature{font-size:7px;margin-top:25px;gap:11px}
  .hero-art{aspect-ratio:1 / 1.3}
  .art-head{left:24px;right:24px;top:24px;font-size:7px}.art-star{width:18px;height:18px}
  .terrain-wrapper{width:125%;left:-12.5%;top:12%}
  .art-bottom{left:24px;right:24px;bottom:26px;padding-top:17px}.art-bottom>div{font-size:25px}.art-bottom em{font-size:29px}.art-edition{display:none}
  .terrain-caption{left:24px;font-size:7px;bottom:126px}
  .about{padding-block:86px}.about-grid{gap:40px}.about-copy{padding-top:35px}.about-copy .lead{font-size:18px}.about-copy>p+p{font-size:13px}
  h2{font-size:40px;letter-spacing:-1.8px}h2 em{letter-spacing:-1.8px}
  .approach{padding-block:83px}.approach .section-intro{min-width:185px;font-size:13px}.process-grid{gap:23px;margin-top:50px}
  .step-label{font-size:7px;letter-spacing:.8px}.process-icon{margin-top:30px;width:45px;height:45px}.process-step h3{font-size:28px}.process-step>p{font-size:12px}.step-foot{font-size:9px}
  .focus{padding-block:85px}.section-intro{font-size:13px;max-width:250px!important}
  .focus-item{grid-template-columns:1.1fr 1fr;gap:25px}.focus-identity{gap:16px}.focus-icon{width:30px;height:30px}.focus-item h3{font-size:19px;letter-spacing:-.5px}.focus-item p{font-size:12px}
  .philosophy{padding-block:75px}.philosophy h2{font-size:48px}.philosophy p{font-size:13px}
  .contact{padding-top:82px}.contact-grid{gap:60px;padding-bottom:75px}.contact h2{font-size:58px}.contact-statement>p{font-size:12px}.contact-description{font-size:12px}
  .site-footer{min-height:101px}.footer-brand{width:145px}
}

/* Mobile */
@media(max-width:700px){
  :root{--gutter:24px}
  html{scroll-padding-top:95px}
  .header-inner{min-height:82px}.brand{width:174px}
  body:not(.has-js) .header-inner{flex-wrap:wrap;padding-block:12px;gap:4px}
  body:not(.has-js) .primary-navigation{width:100%;margin-left:0;justify-content:space-between;padding-block:4px;gap:5px}
  .has-js .menu-toggle{display:flex;width:44px;height:44px;align-items:center;justify-content:center;flex-direction:column;gap:6px;padding:8px;background:transparent;margin-right:-8px;z-index:2}
  .menu-toggle span{display:block;width:21px;height:1px;background:var(--navy);transition:transform .25s}
  .menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
  .primary-navigation{gap:8px;font-size:12px;flex-wrap:wrap;justify-content:flex-end;margin-left:20px}
  .primary-navigation>a:not(.nav-contact){padding:7px}.nav-contact{padding:8px 10px;font-size:11px}.nav-contact .icon{width:13px;height:13px}
  .has-js .primary-navigation{position:absolute;left:var(--gutter);right:var(--gutter);top:75px;margin:0;padding:15px 22px 24px;border:1px solid var(--line);background:var(--paper);box-shadow:0 20px 40px rgba(14,44,67,.1);display:none;align-items:stretch;gap:0;flex-direction:column;visibility:hidden}
  .has-js .primary-navigation.is-open{display:flex;visibility:visible}
  .has-js .primary-navigation>a:not(.nav-contact){padding:16px 0;font-size:15px;border-bottom:1px solid var(--line)}
  .has-js .primary-navigation>a::after{display:none}
  .has-js .primary-navigation .nav-contact{padding:16px 18px;margin-top:20px;font-size:13px;justify-content:space-between;align-self:stretch}
  .hero-grid{display:flex;flex-direction:column;gap:42px;padding-top:45px;padding-bottom:30px;align-items:stretch}
  .hero-eyebrow{font-size:8px;letter-spacing:1.4px;margin-bottom:26px;max-width:none;gap:12px}.small-line{width:26px}
  h1{font-size:clamp(66px,15.5vw,93px);letter-spacing:-4px;line-height:1.015}h1 em{letter-spacing:-3.6px;line-height:1.04}
  .hero-description{font-size:15px;line-height:1.75;max-width:340px;margin-top:24px}
  .button{padding:18px 22px;font-size:12px;gap:50px;min-height:53px}.button-navy{margin-top:24px}
  .hero-signature{font-size:8px;margin-top:29px;gap:13px}
  .hero-art{width:100%;aspect-ratio:1.16/1;min-height:295px;max-height:445px}
  .art-head{font-size:8px;top:24px;left:25px;right:25px}.art-star{width:21px;height:21px}
  .terrain-wrapper{width:98%;left:1%;top:-.5%}
  .art-bottom{bottom:25px;left:25px;right:25px;padding-top:17px}.art-bottom>div{font-size:25px;letter-spacing:-.6px}.art-bottom em{font-size:30px}.art-edition{display:block;font-size:6px}
  .terrain-caption{display:none}
  .art-orbit{height:86%;width:69%;top:42%}.orbit-two{height:115%;width:94%}
  .hero-base{padding-block:17px 23px;align-items:flex-start;gap:16px}
  .hero-base p{font-size:9px;letter-spacing:.2px;line-height:1.8}.hero-base p span{display:block;margin:0}
  .scroll-cue{font-size:8px;gap:12px;padding-top:7px}
  .about{padding-block:67px 65px}.about-grid{grid-template-columns:1fr;gap:28px}
  h2{font-size:39px;letter-spacing:-1.5px;line-height:1.17}h2 em{letter-spacing:-1.6px}
  .section-heading .eyebrow,.section-top .eyebrow{margin-bottom:23px}.eyebrow{font-size:9px;gap:12px;letter-spacing:1.7px}
  .about-copy{padding:0}.about-copy .lead{font-size:19px;line-height:1.6;letter-spacing:-.25px}.about-copy>p+p{font-size:14px;line-height:1.8;margin-top:20px}.about-note{font-size:9px;margin-top:26px}
  .section-top{display:block}.section-intro{margin-top:23px;font-size:14px;max-width:330px!important}
  .approach{padding-block:66px 68px}.approach h2{font-size:clamp(33px,7.7vw,52px);letter-spacing:-1.5px;white-space:nowrap}.approach h2 em{letter-spacing:-1.5px}.approach .section-intro{font-size:13px;line-height:1.7}
  .process-grid{grid-template-columns:1fr;gap:35px;margin-top:37px}
  .process-step{padding-top:16px;display:grid;grid-template-columns:1fr 60px;column-gap:16px}
  .process-top{grid-column:1/-1}.step-label{font-size:8px;letter-spacing:1.1px}
  .process-icon{grid-column:2;grid-row:2/4;margin-top:23px;width:45px;height:45px;justify-self:end}
  .process-step h3{grid-column:1;margin-top:25px;font-size:33px}.process-step>p{grid-column:1/-1;font-size:14px;max-width:100%;margin-top:12px;margin-bottom:21px;line-height:1.8}
  .step-foot{grid-column:1/-1;padding-top:17px;font-size:10px}
  .focus{padding-block:67px}.focus .section-intro{margin-top:22px;font-size:13px}.focus-list{margin-top:36px}
  .focus-item{display:block;padding-block:27px}.focus-identity{gap:17px}.focus-index{font-size:9px;width:15px}.focus-icon{width:32px;height:32px}.focus-item h3{font-size:22px;letter-spacing:-.65px}
  .focus-item p{font-size:13px;line-height:1.8;margin-top:16px;padding-left:32px}
  .philosophy{padding-block:62px}.star-trio{margin-bottom:24px}.philosophy .eyebrow{font-size:8px;letter-spacing:1.6px}
  .philosophy h2{font-size:clamp(32px,8vw,45px);line-height:1.22;letter-spacing:-1.5px;margin-top:25px}.philosophy h2 em{font-size:1.03em;letter-spacing:-1.7px}
  .philosophy p{font-size:13px;line-height:1.8;margin-top:23px;max-width:400px}.desktop-break{display:none}.philosophy-rule{margin-top:26px}
  .contact{padding-top:66px}.contact-grid{grid-template-columns:1fr;gap:54px;padding-bottom:49px}.contact h2{font-size:clamp(51px,13vw,76px);letter-spacing:-2.5px;margin-top:24px}.contact h2 em{letter-spacing:-2.4px}
  .contact-statement>p{font-size:12px;line-height:1.8;margin-top:24px}.contact-signature{font-size:9px;margin-top:28px}
  .contact-details{max-width:none;padding-top:0}.contact-kicker{font-size:23px;padding-bottom:17px}.contact-description{font-size:14px;max-width:310px}.office-block{margin-top:25px}.office-block .eyebrow{font-size:9px}.company-name,address{font-size:13px}.copy-address{font-size:10px;padding-top:13px;min-height:38px}
  .site-footer{display:grid;grid-template-columns:1fr auto;gap:22px 12px;padding-block:29px 28px;min-height:140px}.footer-brand{width:163px}.site-footer>p{grid-row:2;grid-column:1/-1;font-size:8px;letter-spacing:.25px}.back-top{grid-row:1;grid-column:2;font-size:8px;gap:11px}.back-top .icon{width:13px;height:13px}
}
@media(max-width:370px){
  :root{--gutter:20px}.brand{width:164px}.hero-eyebrow{font-size:7px;letter-spacing:1.1px}.hero-description{font-size:14px}.hero-art{min-height:280px}.art-bottom>div{font-size:23px}.art-bottom em{font-size:28px}.about-copy .lead{font-size:18px}.focus-item h3{font-size:20px}.focus-identity{gap:13px}.contact-statement>p br{display:none}.hero-signature{font-size:7px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.motion-ready .reveal{opacity:1!important;transform:none!important}}
@media print{.site-header{position:static}.primary-navigation,.hero-art,.scroll-cue,.button,.copy-address,.back-top,.toast{display:none!important}.container{width:100%}.hero-grid,.about-grid,.contact-grid{display:block}.hero-grid{padding:25px 0}.about,.approach,.focus,.philosophy,.contact{padding-block:25px}.reveal{opacity:1!important;transform:none!important}.hero-description{max-width:100%}h1{font-size:55px}h1 span,h1 em{display:inline;margin-right:.2em}.contact,.approach{print-color-adjust:exact;-webkit-print-color-adjust:exact}.process-grid{gap:20px;margin-top:25px}.site-footer{padding-inline:10px}}
