:root{
  --ink:#2d2927;
  --muted:#706866;
  --soft:#f4f1ee;
  --paper:#fbfaf8;
  --line:rgba(77,68,64,.16);
  --line-strong:rgba(77,68,64,.25);
  --footer:#958b88;
  --brown:#7b563f;
  --gold:#d2a04f;
  --shadow:0 14px 38px rgba(48,39,34,.08);
  --container:1320px;
  --header-x:88px;
  --hero-ratio:4.7627907;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--paper);
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(var(--container), calc(100% - 64px));margin-inline:auto}

.site-header{
  position:absolute;
  z-index:20;
  inset:0 0 auto;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  padding:34px var(--header-x) 0;
  pointer-events:none;
}
.brand,.site-nav,.menu-toggle{pointer-events:auto}
.brand{display:block;width:98px;line-height:0}
.brand img{width:100%;height:auto;filter:drop-shadow(0 2px 8px rgba(0,0,0,.08))}
.site-nav{
  display:flex;
  align-items:center;
  gap:52px;
  color:#fff;
  font-size:15px;
  line-height:1;
  letter-spacing:.22em;
  text-shadow:0 2px 12px rgba(0,0,0,.14);
  padding-top:8px;
  white-space:nowrap;
}
.site-nav a{position:relative;padding:0 0 14px;opacity:.94}
.site-nav a::after{content:"";position:absolute;left:50%;bottom:0;width:0;height:1px;transform:translateX(-50%);background:currentColor;transition:width .24s ease}
.site-nav a:hover::after,.site-nav a.active::after{width:100%}
.menu-toggle{display:none;width:42px;height:42px;border:1px solid rgba(255,255,255,.42);background:rgba(255,255,255,.08);border-radius:50%;padding:0}
.menu-toggle span{display:block;width:18px;height:1px;margin:6px auto;background:#fff}

.hero{
  position:relative;
  height:clamp(320px, calc(100vw / var(--hero-ratio)), 860px);
  min-height:350px;
  overflow:hidden;
  isolation:isolate;
  background:#aaa19f;
}
.hero__media{position:absolute;inset:0;overflow:hidden;z-index:-3;display:block}
.hero__media picture{display:block;width:100%;height:100%;line-height:0}
.hero__media img{display:block;width:100%;height:100%;max-width:none;transform:none;object-fit:cover;object-position:center top}
.hero__shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(42,35,32,.60) 0%,rgba(60,50,45,.32) 28%,rgba(255,244,232,.04) 70%)}
.hero__content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:flex-start;padding-top:93px;color:#fff}
.hero h1{margin:0;max-width:600px;font-size:45px;line-height:1.45;font-weight:400;letter-spacing:.28em;text-shadow:0 4px 22px rgba(0,0,0,.12)}
.hero h1 span{color:var(--gold)}
.hero__copy{margin:14px 0 0;max-width:560px;font-size:13px;line-height:2.05;letter-spacing:.08em;color:rgba(255,255,255,.82);font-weight:400}
.hero__copy--last{margin-top:11px;color:rgba(255,255,255,.88)}
.hero__actions{display:flex;align-items:center;gap:31px;margin-top:20px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:30px;min-width:192px;height:42px;border:1px solid rgba(255,255,255,.20);font-size:13px;letter-spacing:.20em;transition:background .22s ease,transform .22s ease,border-color .22s ease}
.btn--primary{color:#fff;background:rgba(255,255,255,.20);backdrop-filter:blur(4px)}
.btn:hover{transform:translateY(-1px);background:rgba(255,255,255,.28);border-color:rgba(255,255,255,.38)}
.play{display:inline-flex;align-items:center;gap:18px;border:0;color:#fff;background:transparent;font-size:13px;letter-spacing:.20em;cursor:pointer}
.play i{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.62);position:relative;display:block}
.play i::before{content:"";position:absolute;top:50%;left:53%;transform:translate(-38%,-50%);border-left:9px solid #fff;border-top:6px solid transparent;border-bottom:6px solid transparent}.play span{opacity:.9}

.belief{background:rgba(255,255,255,.94);border-bottom:1px solid var(--line)}
.belief__grid{display:grid;grid-template-columns:1fr 1.68fr;min-height:130px;align-items:center}.belief__title{padding:26px 56px 26px 0}.section-kicker{margin:0 0 13px;font-size:14px;letter-spacing:.20em;color:#5f5652;font-weight:600}.belief h2,.section-side h2{margin:0;font-size:28px;font-weight:500;letter-spacing:.14em;line-height:1.48}.value-list{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid var(--line)}.value-card{min-height:112px;display:grid;place-items:center;text-align:center;border-right:1px solid var(--line);padding:12px 18px 10px}.value-card svg{width:38px;height:38px;margin:0 0 6px;stroke:#8b817d;fill:none;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.value-card h3{margin:0;color:#514944;font-size:17px;font-weight:600;letter-spacing:.18em}.value-card p{margin:5px 0 0;color:#7c7470;font-family:Georgia,"Times New Roman",serif;font-size:10px;letter-spacing:.03em}

.section{border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff 0%,#f8f6f3 100%)}
.split-layout{display:grid;grid-template-columns:250px 1fr;column-gap:50px}.section-side{padding:42px 0 36px}.section-side p:not(.section-kicker){margin:20px 0 30px;color:#6f6762;font-size:13px;line-height:2.08;letter-spacing:.04em}.text-link{display:inline-flex;align-items:center;gap:14px;color:#34302e;font-size:14px;font-weight:600;letter-spacing:.08em}.text-link span{font-size:15px;transition:transform .2s ease}.text-link:hover span{transform:translateX(4px)}
.card-grid{display:grid;gap:20px}.services__cards{grid-template-columns:repeat(4,1fr);padding:30px 0 36px}.service-card{background:#fff;border:1px solid rgba(70,62,58,.08);box-shadow:var(--shadow);transition:transform .24s ease,box-shadow .24s ease}.service-card:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgba(48,39,34,.12)}.service-card img{width:100%;height:122px;object-fit:cover}.service-card div{padding:18px 20px 22px}.service-card h3{margin:0 0 10px;font-size:17px;font-weight:600;letter-spacing:.08em}.service-card p{margin:0;color:#6e6661;font-size:12.5px;line-height:1.95;letter-spacing:.04em}

.works{background:#faf9f7}.works-layout{grid-template-columns:210px 1fr}.work-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;padding:28px 0 38px}.work-card img{width:100%;height:118px;object-fit:cover;box-shadow:0 10px 28px rgba(42,34,30,.08)}.work-card h3{margin:12px 0 4px;color:#342f2d;font-size:14px;font-weight:600;letter-spacing:.04em;line-height:1.45}.work-card p{margin:0;color:#706966;font-size:12px;letter-spacing:.04em;line-height:1.5}

.palette{height:56px;background:#fff;border-bottom:1px solid var(--line)}.palette__inner{height:100%;display:flex;align-items:center;gap:58px}.palette p{margin:0;color:#6a625e;font-size:14px;font-weight:600;letter-spacing:.20em}.swatches{display:flex;align-items:center;gap:28px}.swatches i{display:block;width:52px;height:10px;background:var(--c);box-shadow:inset 0 0 0 1px rgba(0,0,0,.06)}

.site-footer{background:var(--footer);color:rgba(255,255,255,.88)}.footer-grid{height:104px;display:grid;grid-template-columns:176px 1fr 330px;align-items:center;column-gap:24px}.footer-logo{width:91px;display:block;line-height:0}.footer-logo img{width:100%;height:auto}.footer-contact{margin:0;display:grid;grid-template-columns:repeat(3,max-content);justify-content:center;align-items:center;gap:clamp(54px,6.2vw,118px);font-style:normal}.footer-contact a,.footer-contact>span{display:inline-flex;align-items:center;gap:15px;min-width:max-content;font-size:15px;line-height:1;letter-spacing:.03em;white-space:nowrap}.footer-contact svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;opacity:.92;flex:0 0 auto}.copyright{margin:0;text-align:right;font-size:13px;line-height:1.4;letter-spacing:.02em;white-space:nowrap;color:rgba(255,255,255,.78)}

.video-modal{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px;background:rgba(20,16,14,.55);opacity:0;visibility:hidden;transition:.24s ease}.video-modal.is-open{opacity:1;visibility:visible}.video-modal__panel{position:relative;width:min(720px,100%);min-height:280px;background:#111;color:#fff;display:grid;place-items:center;text-align:center;padding:48px;border:1px solid rgba(255,255,255,.18)}.video-modal__close{position:absolute;top:12px;right:16px;border:0;background:transparent;color:#fff;font-size:30px;cursor:pointer}

/* Secondary service pages */
.page-body{background:#f8f6f3}.sub-hero{position:relative;height:360px;overflow:hidden;background:#aaa19f;isolation:isolate}.sub-hero .hero__media picture{width:100%;height:100%}.sub-hero .hero__shade{background:linear-gradient(90deg,rgba(44,36,33,.68),rgba(70,58,50,.30) 45%,rgba(255,245,232,.03))}.sub-hero__content{height:100%;display:flex;flex-direction:column;justify-content:center;color:#fff;padding-top:42px}.sub-hero__content p{margin:0 0 16px;font-family:Georgia,"Times New Roman",serif;font-size:12px;letter-spacing:.26em;color:rgba(255,255,255,.76)}.sub-hero__content h1{margin:0;font-size:46px;font-weight:500;letter-spacing:.18em;line-height:1.3}.sub-hero__content small{margin-top:16px;font-size:15px;letter-spacing:.08em;color:rgba(255,255,255,.84)}.page-section{padding:64px 0}.page-grid{display:grid;grid-template-columns:340px 1fr;gap:70px}.page-lead h2{margin:0 0 18px;font-size:32px;font-weight:500;letter-spacing:.10em;line-height:1.45}.page-lead p{margin:0;color:#6f6762;font-size:15px;line-height:2;letter-spacing:.04em}.process-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.process-card{background:#fff;border:1px solid rgba(70,62,58,.10);padding:28px 30px;box-shadow:0 12px 32px rgba(52,43,38,.06)}.process-card span{display:block;color:#b08a52;font-family:Georgia,"Times New Roman",serif;font-size:13px;margin-bottom:18px}.process-card h3{margin:0 0 12px;font-size:20px;font-weight:600;letter-spacing:.08em}.process-card p{margin:0;color:#6c635f;font-size:14px;line-height:1.95;letter-spacing:.035em}.service-nav{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.service-nav__inner{display:grid;grid-template-columns:repeat(4,1fr)}.service-nav a{display:block;padding:22px 24px;text-align:center;border-right:1px solid var(--line);color:#5a514d;font-weight:600;letter-spacing:.10em}.service-nav a:first-child{border-left:1px solid var(--line)}.service-nav a.active{background:#f4f0eb;color:#2e2926}.cta-band{padding:44px 0;background:#efeae5}.cta-band__inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-band h2{margin:0;font-size:28px;font-weight:500;letter-spacing:.12em}.cta-band p{margin:8px 0 0;color:#706865;font-size:14px;letter-spacing:.04em}.cta-band .text-link{border:1px solid var(--line-strong);padding:14px 24px;background:#fff}

@media (max-width:1180px){
  :root{--header-x:40px}.container{width:min(var(--container),calc(100% - 48px))}.site-nav{gap:30px}.hero h1{font-size:40px}.split-layout,.works-layout{grid-template-columns:1fr}.section-side{padding-bottom:0}.services__cards{grid-template-columns:repeat(2,1fr)}.work-grid{grid-template-columns:repeat(3,1fr)}.belief__grid{grid-template-columns:1fr}.value-list{border-top:1px solid var(--line)}.footer-grid{grid-template-columns:120px 1fr;row-gap:10px;height:auto;padding:26px 0}.copyright{grid-column:2;text-align:left}.footer-contact{gap:28px;justify-content:start}
}
@media (max-width:760px){
  :root{--header-x:22px}.container{width:calc(100% - 36px)}.site-header{padding-top:22px;align-items:center}.brand{width:74px}.menu-toggle{display:block}.site-nav{position:absolute;top:78px;right:20px;display:none;flex-direction:column;align-items:flex-start;gap:0;width:190px;padding:10px 18px;background:rgba(48,42,39,.84);backdrop-filter:blur(12px);font-size:13px}.site-nav.is-open{display:flex}.site-nav a{width:100%;padding:14px 0}.hero{height:560px;min-height:560px}.hero__media picture{height:100%;width:100%}.hero__media img{width:100%;height:100%;max-width:none;object-fit:cover}.hero__content{justify-content:center;padding-top:50px}.hero h1{font-size:34px;letter-spacing:.18em}.hero__copy{font-size:12px;line-height:1.9}.hero__actions{flex-wrap:wrap}.belief__title{padding-right:0}.value-list{grid-template-columns:repeat(2,1fr)}.services__cards,.work-grid,.process-grid,.service-nav__inner{grid-template-columns:1fr}.split-layout{column-gap:0}.footer-grid{grid-template-columns:1fr;gap:22px;text-align:left}.copyright{grid-column:auto}.footer-contact{grid-template-columns:1fr;gap:18px}.palette{height:auto}.palette__inner{padding:18px 0;align-items:flex-start;flex-direction:column;gap:16px}.swatches{gap:14px;flex-wrap:wrap}.page-grid{grid-template-columns:1fr;gap:30px}.sub-hero{height:330px}.sub-hero__content h1{font-size:36px}.cta-band__inner{align-items:flex-start;flex-direction:column}.service-nav a{border-left:1px solid var(--line)}
}


/* V5 responsive viewing optimization
   Goal: the hero artwork is never stretched or deformed; every screen gets a clean crop.
   Desktop keeps the original 4096 × 860 ratio. Narrow screens use a taller crop with a fixed focal point. */
:root{
  --hero-ratio:4.7627907;
  --hero-focus-x:50%;
  --hero-focus-y:50%;
}

html{-webkit-text-size-adjust:100%}
body{overflow-x:hidden}

.hero{
  height:calc(100vw / var(--hero-ratio));
  min-height:0;
  max-height:860px;
}
.hero__media img,
.sub-hero .hero__media img{
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:var(--hero-focus-x) var(--hero-focus-y);
  transform:none;
}
.hero__content{
  padding-top:clamp(70px,4.55vw,93px);
}
.hero h1{
  font-size:clamp(30px,2.2vw,45px);
  line-height:1.42;
}
.hero__copy{
  font-size:clamp(10.5px,.68vw,13px);
  line-height:1.95;
}
.hero__actions{margin-top:clamp(14px,1.2vw,20px)}
.site-header{padding-top:clamp(24px,1.66vw,34px)}
.brand{width:clamp(76px,4.8vw,98px)}
.site-nav{gap:clamp(30px,2.55vw,52px);font-size:clamp(13px,.74vw,15px)}

.sub-hero{
  height:clamp(280px,23vw,360px);
  --hero-focus-x:68%;
  --hero-focus-y:center;
}

@media (min-width:1181px){
  .hero{
    --hero-focus-x:center;
    --hero-focus-y:center;
  }
}

@media (max-width:1180px){
  .hero{
    height:clamp(360px,48vw,520px);
    --hero-focus-x:68%;
    --hero-focus-y:center;
  }
  .hero__shade{background:linear-gradient(90deg,rgba(42,35,32,.62) 0%,rgba(60,50,45,.34) 38%,rgba(255,244,232,.02) 78%)}
  .hero__content{padding-top:clamp(86px,10vw,126px)}
  .hero h1{font-size:clamp(34px,4vw,43px)}
  .hero__copy{font-size:13px;max-width:560px}
  .footer-contact{grid-template-columns:repeat(3,max-content);gap:clamp(28px,4vw,70px)}
}

@media (max-width:980px){
  .hero{
    height:clamp(460px,62vw,620px);
    --hero-focus-x:72%;
  }
  .hero__content{justify-content:center;padding-top:74px}
  .belief__grid,.split-layout,.works-layout,.page-grid{grid-template-columns:1fr}
  .value-list{grid-template-columns:repeat(2,1fr)}
  .services__cards{grid-template-columns:repeat(2,1fr)}
  .work-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr;gap:22px;text-align:left;padding:26px 0;height:auto}
  .copyright{grid-column:auto;text-align:left}
  .footer-contact{justify-content:start;grid-template-columns:1fr;gap:18px}
}

@media (max-width:760px){
  .hero{
    height:clamp(620px,92svh,760px);
    --hero-focus-x:76%;
    --hero-focus-y:center;
  }
  .hero__shade{background:linear-gradient(90deg,rgba(36,30,28,.70) 0%,rgba(55,45,40,.42) 52%,rgba(255,244,232,.02) 100%)}
  .hero__content{justify-content:center;padding-top:62px}
  .hero h1{font-size:clamp(30px,8.2vw,36px);letter-spacing:.16em;line-height:1.5}
  .hero__copy{font-size:12px;line-height:1.9;max-width:92%}
  .hero__actions{gap:18px}
  .btn{min-width:168px;height:40px;gap:20px}
  .sub-hero{height:clamp(320px,58vw,420px);--hero-focus-x:72%}
  .sub-hero__content h1{font-size:clamp(32px,8.5vw,40px)}
}

@media (max-width:480px){
  .container{width:calc(100% - 30px)}
  .site-header{padding-left:18px;padding-right:18px}
  .hero{
    height:650px;
    --hero-focus-x:79%;
  }
  .hero h1{font-size:29px;letter-spacing:.13em}
  .hero__copy{font-size:11.5px;line-height:1.85}
  .play{font-size:12px;gap:12px}
  .play i{width:36px;height:36px}
  .value-list{grid-template-columns:1fr}
  .services__cards,.work-grid{grid-template-columns:1fr}
  .service-card img{height:150px}
  .work-card img{height:150px}
  .footer-contact a,.footer-contact>span{font-size:13px;gap:12px}
}

@media (min-width:1600px){
  .hero__content{padding-top:clamp(86px,4.55vw,118px)}
}


/* =========================
   V9 — V5-based 8K adaptive hero
   Keep V5's correct hero-image behavior, then improve device-specific viewing:
   - main PNG is 8192 × 1720
   - srcset provides 1024/2048/3072/4096/6144/8192 WebP
   - notebook/desktop: keep original 4.7628:1 banner ratio
   - iPad/tablet/phone: controlled focal crop, never stretch
   ========================= */

:root{
  --hero-ratio:4.7627907;
  --hero-focus-x:50%;
  --hero-focus-y:center;
}

/* Desktop and notebook: use the real banner ratio, not a forced tall crop. */
@media (min-width:1181px){
  .hero{
    height:calc(100vw / var(--hero-ratio));
    min-height:300px;
    max-height:860px;
    overflow:hidden;
  }

  .hero__media,
  .hero__media picture,
  .hero__media img{
    width:100%;
    height:100%;
  }

  .hero__media img{
    object-fit:cover;
    object-position:center center;
    transform:none;
  }

  .site-header{
    padding-left:clamp(54px,4.3vw,88px);
    padding-right:clamp(54px,4.3vw,88px);
    padding-top:clamp(24px,1.65vw,34px);
  }

  .brand{
    width:clamp(74px,4.25vw,98px);
  }

  .site-nav{
    gap:clamp(30px,2.4vw,52px);
    font-size:clamp(13px,.78vw,15px);
  }

  .container.hero__content{
    width:100%;
    max-width:none;
    margin:0;
    height:100%;
    justify-content:flex-start;
    padding-top:clamp(70px,4.55vw,96px);
    padding-left:clamp(252px,17.1vw,356px);
    padding-right:clamp(56px,5vw,104px);
  }

  .hero h1{
    max-width:none;
    width:max-content;
    margin:0;
    font-size:clamp(30px,2.15vw,45px);
    line-height:1.42;
    letter-spacing:.18em;
    white-space:nowrap;
    text-wrap:normal;
  }

  .hero h1 br{
    display:block;
  }

  .hero__copy{
    max-width:42em;
    margin-top:clamp(10px,.85vw,14px);
    font-size:clamp(10.8px,.72vw,13px);
    line-height:1.92;
    letter-spacing:.035em;
  }

  .hero__copy--last{
    margin-top:8px;
  }

  .hero__actions{
    margin-top:clamp(10px,1vw,18px);
  }

  .btn{
    min-width:clamp(150px,11vw,180px);
    height:clamp(34px,2.4vw,44px);
  }

  .play{
    font-size:clamp(12px,.75vw,14px);
  }

  .play i{
    width:clamp(36px,2.65vw,46px);
    height:clamp(36px,2.65vw,46px);
  }

  .hero__shade{
    background:linear-gradient(90deg,
      rgba(40,33,30,.58) 0%,
      rgba(52,43,39,.30) 30%,
      rgba(255,244,232,.035) 72%);
  }
}

/* Common 13–16 inch notebook windows. */
@media (min-width:1181px) and (max-width:1599px){
  .hero{
    min-height:315px;
  }

  .container.hero__content{
    padding-left:clamp(220px,15.7vw,292px);
    padding-top:clamp(58px,4vw,76px);
  }

  .hero h1{
    font-size:clamp(28px,2vw,36px);
    line-height:1.40;
    letter-spacing:.14em;
  }

  .hero__copy{
    max-width:38em;
    font-size:clamp(10px,.72vw,12px);
    line-height:1.80;
  }

  .hero__actions{
    margin-top:10px;
  }
}

/* Large desktop / Retina displays keep the 8K source useful. */
@media (min-width:1920px){
  .container.hero__content{
    padding-left:clamp(310px,17.1vw,368px);
  }
}

/* iPad landscape / small laptop: keep the tree visible with focal crop and a slightly taller reading area. */
@media (max-width:1180px){
  .hero{
    height:clamp(390px,48vw,540px);
    min-height:390px;
    max-height:none;
    --hero-focus-x:68%;
    --hero-focus-y:center;
  }

  .hero__media img{
    object-fit:cover;
    object-position:var(--hero-focus-x) var(--hero-focus-y);
  }

  .container.hero__content{
    width:calc(100% - 48px);
    padding-top:clamp(86px,9vw,118px);
  }

  .hero h1{
    max-width:10ch;
    font-size:clamp(32px,3.8vw,42px);
    line-height:1.46;
    letter-spacing:.12em;
    white-space:normal;
  }

  .hero__copy{
    font-size:13px;
    max-width:38em;
  }
}

/* iPad portrait and medium tablets. */
@media (max-width:980px){
  .hero{
    height:clamp(500px,64vw,660px);
    min-height:500px;
    --hero-focus-x:72%;
  }

  .hero__content{
    justify-content:center;
    padding-top:70px;
  }

  .hero h1{
    max-width:9ch;
  }

  .services__cards,
  .work-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

/* Mobile: keep visual focus, text readable, no image stretch. */
@media (max-width:760px){
  .hero{
    height:min(760px,88svh);
    min-height:620px;
    --hero-focus-x:76%;
  }

  .hero__content{
    justify-content:center;
    padding-top:64px;
  }

  .hero h1{
    max-width:8.5ch;
    font-size:clamp(29px,8vw,36px);
    line-height:1.46;
    letter-spacing:.08em;
  }

  .hero__copy{
    font-size:12px;
    line-height:1.88;
    max-width:92%;
  }

  .hero__actions{
    gap:18px;
  }
}

@media (max-width:480px){
  .hero{
    height:min(700px,86svh);
    min-height:600px;
    --hero-focus-x:78%;
  }

  .hero h1{
    font-size:29px;
    letter-spacing:.06em;
  }

  .hero__copy{
    font-size:11.5px;
  }
}
