/* ============================================================
   Second Nature Realty, LLC
   Candis Hills — Broker & Investor | New Orleans Metro
   ============================================================ */

:root{
  --ink:        #14110F;   /* warm near-black          */
  --ink-soft:   #2A2522;
  --bone:       #F5F2ED;   /* paper                    */
  --bone-warm:  #EDE8E0;
  --stone:      #8B8279;   /* secondary text on light  */
  --stone-dark: #A79E94;   /* secondary text on dark   */
  --rose:       #C9A9A6;   /* restrained brand accent  */
  --line-light: rgba(20,17,15,.14);
  --line-dark:  rgba(245,242,237,.16);

  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans:  "Jost", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;

  --shell: 1280px;
  --gut: clamp(22px, 5vw, 72px);
  --header-h: 92px;
}

*,*::before,*::after{ box-sizing:border-box; }

html{ -webkit-text-size-adjust:100%; scroll-behavior:smooth; }

body{
  margin:0;
  background:var(--bone);
  color:var(--ink);
  font-family:var(--sans);
  font-weight:300;
  font-size:16px;
  line-height:1.75;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  overflow-x:hidden;
}

img{ display:block; max-width:100%; }
section[id]{ scroll-margin-top:var(--header-h); }
a{ color:inherit; text-decoration:none; }
h1,h2,h3,p,dl,dd,figure,ul{ margin:0; }
ul{ padding:0; list-style:none; }

.shell{
  width:100%;
  max-width:var(--shell);
  margin-inline:auto;
  padding-inline:var(--gut);
}

.sr-only{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0;
}
.skip{
  position:absolute; left:-9999px; top:0; z-index:200;
  background:var(--ink); color:var(--bone); padding:12px 20px; font-size:13px;
}
.skip:focus{ left:0; }

/* ── shared type ──────────────────────────────────────────── */

.eyebrow{
  font-size:11px;
  letter-spacing:.34em;
  text-transform:uppercase;
  font-weight:400;
  color:var(--stone-dark);
  margin:0;
}
.eyebrow--ink{ color:var(--stone); }

.section-title{
  font-family:var(--serif);
  font-weight:300;
  font-size:clamp(38px, 6.2vw, 76px);
  line-height:1.02;
  letter-spacing:-.015em;
  margin:.34em 0 0;
}
.section-title--light{ color:var(--bone); }

.section-head{ margin-bottom:clamp(48px, 7vw, 92px); }

.btn{
  display:inline-block;
  font-family:var(--sans);
  font-size:11px;
  font-weight:400;
  letter-spacing:.26em;
  text-transform:uppercase;
  padding:19px 40px;
  border:1px solid transparent;
  transition:background-color .45s ease, color .45s ease, border-color .45s ease;
}
.btn--light{ background:var(--bone); color:var(--ink); }
.btn--light:hover{ background:transparent; color:var(--bone); border-color:var(--bone); }
.btn--ink{ background:var(--ink); color:var(--bone); }
.btn--ink:hover{ background:transparent; color:var(--ink); border-color:var(--ink); }
.btn--outline{ border-color:var(--line-dark); color:var(--bone); }
.btn--outline:hover{ background:var(--bone); color:var(--ink); border-color:var(--bone); }

/* ── header ───────────────────────────────────────────────── */

.site-header{
  position:fixed; inset:0 0 auto 0; z-index:90;
  transition:background-color .5s ease, border-color .5s ease, backdrop-filter .5s ease;
  border-bottom:1px solid transparent;
}
.header-inner{
  height:var(--header-h);
  display:flex; align-items:center; gap:32px;
}

.brand{ flex:0 0 auto; display:block; line-height:0; }
.brand__mark{ width:clamp(132px, 13vw, 176px); height:auto; transition:opacity .5s ease; }
.brand__mark--dark{ display:none; }

.nav{
  margin-left:auto;
  display:flex; align-items:center; gap:clamp(22px, 2.6vw, 40px);
}
.nav a{
  font-size:11px;
  letter-spacing:.24em;
  text-transform:uppercase;
  white-space:nowrap;
  color:var(--bone);
  padding-block:6px;
  position:relative;
  transition:color .4s ease;
}
.nav a::after{
  content:""; position:absolute; left:0; bottom:0; height:1px; width:0;
  background:currentColor; transition:width .45s cubic-bezier(.22,1,.36,1);
}
.nav a:hover::after{ width:100%; }

.header-cta{
  font-size:11px; letter-spacing:.22em; text-transform:uppercase;
  white-space:nowrap;
  color:var(--bone);
  border:1px solid var(--line-dark);
  padding:13px 24px;
  transition:background-color .45s ease, color .45s ease, border-color .45s ease;
}
.header-cta:hover{ background:var(--bone); color:var(--ink); border-color:var(--bone); }

/* scrolled state → paper header */
.site-header.is-solid{
  background:rgba(245,242,237,.94);
  backdrop-filter:saturate(150%) blur(14px);
  -webkit-backdrop-filter:saturate(150%) blur(14px);
  border-bottom-color:var(--line-light);
}
.site-header.is-solid .brand__mark--light{ display:none; }
.site-header.is-solid .brand__mark--dark{ display:block; }
.site-header.is-solid .nav a{ color:var(--ink); }
.site-header.is-solid .header-cta{ color:var(--ink); border-color:var(--line-light); }
.site-header.is-solid .header-cta:hover{ background:var(--ink); color:var(--bone); border-color:var(--ink); }
.site-header.is-solid .menu-toggle__bars i{ background:var(--ink); }

.menu-toggle{
  display:none; margin-left:auto;
  background:none; border:0; padding:12px 0 12px 12px; cursor:pointer;
}
.menu-toggle__bars{ display:block; width:26px; }
.menu-toggle__bars i{
  display:block; height:1px; background:var(--bone);
  transition:transform .4s ease, opacity .3s ease, background-color .5s ease;
}
.menu-toggle__bars i + i{ margin-top:7px; }
.menu-toggle[aria-expanded="true"] .menu-toggle__bars i:first-child{ transform:translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle__bars i:last-child{ transform:translateY(-4px) rotate(-45deg); }

/* ── mobile nav ───────────────────────────────────────────── */

/* the author `display:flex` below beats the UA [hidden] rule, so the closed
   panel would otherwise sit invisible over the whole page and eat every click */
.mobile-nav[hidden]{ display:none; }

.mobile-nav{
  position:fixed; inset:var(--header-h) 0 0 0; z-index:80;
  background:var(--ink);
  padding:clamp(28px,7vw,56px) var(--gut) 40px;
  display:flex; flex-direction:column; justify-content:space-between;
  opacity:0; transition:opacity .4s ease;
}
.mobile-nav.is-open{ opacity:1; }
.mobile-nav nav{ display:flex; flex-direction:column; gap:6px; }
.mobile-nav nav a{
  font-family:var(--serif);
  font-size:clamp(34px, 10vw, 52px);
  font-weight:300;
  line-height:1.28;
  color:var(--bone);
}
.mobile-nav__foot{
  display:flex; flex-direction:column; gap:8px;
  font-size:12px; letter-spacing:.14em; color:var(--stone-dark);
  border-top:1px solid var(--line-dark); padding-top:24px;
}

/* ═══════════════════════════ HERO ═══════════════════════════ */

.hero{
  position:relative;
  min-height:100svh;
  background:var(--ink);
  overflow:hidden;
  isolation:isolate;
}

/* full-bleed cinematic backdrop, built from her own photograph */
.hero__ambient{
  position:absolute; inset:-6%;
  background:url("assets/ambient.jpg") center 22% / cover no-repeat;
  filter:blur(28px) saturate(.7);
  opacity:.55;
  transform:scale(1.08);
  z-index:0;
}
.hero__scrim{
  position:absolute; inset:0; z-index:2;
  background:
    linear-gradient(180deg, rgba(12,10,9,.72) 0%, rgba(12,10,9,.30) 22%, rgba(12,10,9,.34) 62%, rgba(12,10,9,.86) 100%),
    linear-gradient(96deg, rgba(12,10,9,.90) 0%, rgba(12,10,9,.72) 38%, rgba(12,10,9,.24) 62%, rgba(12,10,9,.30) 100%);
  pointer-events:none;
}

/* crisp portrait — never cropped, full head always visible */
.hero__portrait{
  position:absolute;
  right:clamp(0px, 3vw, 76px);
  top:calc(var(--header-h) + 8px);
  bottom:64px;
  z-index:1;
  margin:0;
  display:flex; align-items:flex-end; justify-content:flex-end;
}
.hero__portrait img{
  height:100%; width:auto; max-width:none;
  object-fit:contain; object-position:bottom right;
  -webkit-mask-image:linear-gradient(100deg, transparent 0%, rgba(0,0,0,.55) 12%, #000 34%);
          mask-image:linear-gradient(100deg, transparent 0%, rgba(0,0,0,.55) 12%, #000 34%);
}

.hero__inner{
  position:relative; z-index:3;
  min-height:100svh;
  display:flex; align-items:center;
  padding-top:var(--header-h);
  padding-bottom:120px;
}
.hero__copy{ max-width:min(620px, 54%); }

.hero__title{
  font-family:var(--serif);
  font-weight:300;
  color:var(--bone);
  font-size:clamp(46px, 6.6vw, 96px);
  line-height:1.0;
  letter-spacing:-.02em;
  margin:clamp(20px,2.4vw,32px) 0 0;
}
.hero__title em{
  font-style:italic;
  font-weight:300;
  color:#F0E4E1;
}
.hero__lede{
  color:rgba(245,242,237,.82);
  font-size:clamp(15px, 1.35vw, 18px);
  line-height:1.85;
  max-width:36ch;
  margin:clamp(24px,2.6vw,34px) 0 clamp(32px,3.4vw,44px);
}

.hero__foot{
  position:absolute; left:0; right:0; bottom:0; z-index:3;
  border-top:1px solid var(--line-dark);
}
.hero__foot-inner{
  display:flex; align-items:center; gap:18px;
  padding-block:22px;
  font-size:10.5px; letter-spacing:.26em; text-transform:uppercase;
  color:var(--stone-dark);
}
.hero__foot-sep{ flex:0 0 46px; height:1px; background:var(--line-dark); }

/* ══════════════════════════ STATEMENT ══════════════════════ */

.statement{
  background:var(--bone);
  padding-block:clamp(88px, 13vw, 176px);
}
.statement__grid{
  display:grid;
  grid-template-columns:minmax(160px,1fr) minmax(0,2.4fr);
  gap:clamp(28px, 5vw, 80px);
}
.statement__label{ padding-top:14px; }
.statement__body p{
  color:var(--ink-soft);
  font-size:clamp(15px,1.2vw,17px);
  line-height:1.9;
  max-width:62ch;
}
.statement__body p + p{ margin-top:1.5em; }
.statement__lead{
  font-family:var(--serif) !important;
  font-size:clamp(25px, 3.1vw, 42px) !important;
  line-height:1.32 !important;
  font-weight:300;
  color:var(--ink) !important;
  letter-spacing:-.008em;
  max-width:25ch !important;
  margin-bottom:1.1em !important;
}
.statement__lead + p{ margin-top:0 !important; }

.signature{
  font-family:var(--serif) !important;
  font-size:26px !important;
  font-style:italic;
  color:var(--ink) !important;
  margin-top:2.6em !important;
  line-height:1.3 !important;
}
.signature span{
  display:block;
  font-family:var(--sans);
  font-style:normal;
  font-size:10.5px;
  letter-spacing:.26em;
  text-transform:uppercase;
  color:var(--stone);
  margin-top:12px;
}

/* ══════════════════════════ SERVICES ═══════════════════════ */

.services{
  background:var(--bone-warm);
  padding-block:clamp(88px, 13vw, 176px);
}

.rows{ border-top:1px solid var(--line-light); }

.row{
  display:grid;
  grid-template-columns:88px minmax(220px, 1.1fr) minmax(0, 2fr);
  gap:clamp(24px, 4vw, 64px);
  padding-block:clamp(44px, 5.4vw, 76px);
  border-bottom:1px solid var(--line-light);
  align-items:start;
}
.row__num{
  font-size:11px; letter-spacing:.24em;
  color:var(--stone);
  padding-top:.9em;
}
.row__title{
  font-family:var(--serif);
  font-weight:300;
  font-size:clamp(28px, 3.5vw, 46px);
  line-height:1.1;
  letter-spacing:-.012em;
}
.row__body p{
  color:var(--ink-soft);
  font-size:clamp(14.5px,1.1vw,16.5px);
  line-height:1.9;
  max-width:56ch;
}
.row__meta{
  margin-top:26px;
  display:flex; flex-direction:column;
}
.row__meta li{
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--stone);
  padding-block:11px;
  border-top:1px solid var(--line-light);
}

/* ══════════════════════════ PROPERTIES ═════════════════════ */

.properties{
  background:var(--ink);
  color:var(--bone);
  padding-block:clamp(88px, 13vw, 176px);
}
.properties__grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:clamp(36px, 6vw, 100px);
  align-items:start;
}
.properties__body p{
  color:rgba(245,242,237,.74);
  font-size:clamp(15px,1.15vw,17px);
  line-height:1.9;
  max-width:52ch;
}
.properties__note{
  margin-top:1.4em !important;
  color:var(--stone-dark) !important;
  font-size:11px !important;
  letter-spacing:.2em;
  text-transform:uppercase;
}
.properties__body .btn{ margin-top:clamp(30px,3.4vw,44px); }

/* ════════════════════════ AGENT SAFETY ═════════════════════ */

.safety{
  background:var(--bone-warm);
  padding-block:clamp(88px, 13vw, 176px);
}
.safety__grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);
  gap:clamp(36px, 6vw, 100px);
  padding-top:clamp(34px,4vw,54px);
  border-top:1px solid var(--line-light);
}
.safety__body p{
  color:var(--ink-soft);
  font-size:clamp(15px,1.15vw,17px);
  line-height:1.9;
  max-width:54ch;
}
.safety__lead{
  font-family:var(--serif) !important;
  font-size:clamp(21px, 2.3vw, 30px) !important;
  line-height:1.42 !important;
  color:var(--ink) !important;
  max-width:26ch !important;
  margin-bottom:1.2em !important;
}
.safety__list{
  margin-top:clamp(30px,3.4vw,44px);
  border-top:1px solid var(--line-light);
}
.safety__list li{
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  gap:12px;
  align-items:baseline;
  padding-block:15px;
  border-bottom:1px solid var(--line-light);
  font-size:11.5px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--ink-soft);
}
.safety__list span{ color:var(--stone); letter-spacing:.2em; }
.safety__note{
  margin-top:clamp(24px,2.6vw,32px) !important;
  color:var(--stone) !important;
  font-size:11px !important;
  letter-spacing:.18em;
  text-transform:uppercase;
  line-height:1.9 !important;
  max-width:none !important;
}
.safety__body .btn{ margin-top:clamp(26px,3vw,38px); }

/* ══════════════════════════ CONTACT ════════════════════════ */

.contact{
  background:var(--bone);
  padding-block:clamp(88px, 13vw, 176px);
}
.contact__grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);
  gap:clamp(44px, 7vw, 120px);
}
.contact__note{
  color:var(--ink-soft);
  font-size:clamp(15px,1.15vw,17px);
  line-height:1.9;
  max-width:40ch;
  margin-top:clamp(24px,2.6vw,34px);
}

.detail{
  display:grid;
  grid-template-columns:120px minmax(0,1fr);
  gap:20px;
  padding-block:22px;
  border-top:1px solid var(--line-light);
  align-items:baseline;
}
.detail:first-child{ border-top:0; padding-top:0; }
.detail dt{
  font-size:10.5px; letter-spacing:.24em; text-transform:uppercase;
  color:var(--stone);
}
.detail dd{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(19px, 1.9vw, 26px);
  line-height:1.35;
  color:var(--ink);
  word-break:break-word;
}
.detail dd a{ transition:color .35s ease; }
.detail dd a:hover{ color:var(--rose); }
.detail .muted{
  display:block;
  font-family:var(--sans);
  font-size:11px; letter-spacing:.2em; text-transform:uppercase;
  color:var(--stone);
  margin-top:8px;
}
.contact__details .btn{ margin-top:clamp(34px,4vw,52px); }

/* ══════════════════════════ FOOTER ═════════════════════════ */

.site-footer{
  background:var(--ink);
  color:var(--bone);
  padding-top:clamp(64px, 8vw, 104px);
  padding-bottom:96px;      /* clearance for the fixed chat button */
}
.footer__grid{
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) minmax(0,1fr);
  gap:clamp(34px, 5vw, 72px);
  padding-bottom:clamp(48px,6vw,80px);
  border-bottom:1px solid var(--line-dark);
}
.footer__brand img{ width:220px; height:auto; }
.footer__brand p{
  margin-top:22px;
  color:var(--stone-dark);
  font-size:13px; line-height:1.9;
}
.footer__nav, .footer__meta{ display:flex; flex-direction:column; gap:12px; }
.footer__nav a, .footer__meta a{
  font-size:11px; letter-spacing:.22em; text-transform:uppercase;
  color:rgba(245,242,237,.7);
  transition:color .35s ease;
}
.footer__nav a:hover, .footer__meta a:hover{ color:var(--bone); }
.footer__legal{
  display:flex; justify-content:space-between; gap:20px; flex-wrap:wrap;
  padding-top:28px;
  font-size:10.5px; letter-spacing:.16em; text-transform:uppercase;
  color:rgba(245,242,237,.42);
}

/* ═══════════════════════════ CHAT ══════════════════════════ */

.chat{
  position:fixed; right:clamp(18px,2.6vw,40px); bottom:clamp(18px,2.6vw,40px);
  z-index:95;
  display:flex; flex-direction:column; align-items:flex-end; gap:14px;
  transition:opacity .3s ease;
}
body.nav-open .chat{ opacity:0; pointer-events:none; }
.chat__btn{
  display:inline-flex; align-items:center; gap:11px;
  background:rgba(20,17,15,.9);
  backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px);
  color:var(--bone);
  border:1px solid rgba(245,242,237,.2);
  padding:14px 22px;
  font-family:var(--sans);
  font-size:10.5px; font-weight:400; letter-spacing:.22em; text-transform:uppercase;
  cursor:pointer;
  transition:background-color .4s ease, color .4s ease, border-color .4s ease;
}
.chat__btn:hover{ background:var(--bone); color:var(--ink); border-color:var(--bone); }
.chat__dot{
  width:5px; height:5px; border-radius:50%;
  background:var(--rose); flex:0 0 auto;
}

.chat__panel{
  width:min(330px, calc(100vw - 36px));
  background:var(--bone);
  border:1px solid var(--line-light);
  padding:26px 26px 22px;
  box-shadow:0 30px 70px -30px rgba(20,17,15,.5);
  position:relative;
  animation:chatIn .38s cubic-bezier(.22,1,.36,1) both;
}
@keyframes chatIn{ from{ opacity:0; transform:translateY(10px);} to{ opacity:1; transform:none;} }
.chat__head{ border-bottom:1px solid var(--line-light); padding-bottom:16px; }
.chat__name{ font-family:var(--serif); font-size:24px; line-height:1.2; }
.chat__role{ font-size:10px; letter-spacing:.24em; text-transform:uppercase; color:var(--stone); margin-top:6px; }
.chat__close{
  position:absolute; top:16px; right:18px;
  background:none; border:0; font-size:22px; line-height:1;
  color:var(--stone); cursor:pointer;
}
.chat__msg{
  font-size:14px; line-height:1.8; color:var(--ink-soft);
  padding-block:18px;
}
.chat__actions{ display:flex; flex-direction:column; }
.chat__actions a{
  font-size:10.5px; letter-spacing:.2em; text-transform:uppercase;
  padding-block:14px;
  border-top:1px solid var(--line-light);
  transition:color .35s ease;
}
.chat__actions a:hover{ color:var(--rose); }

/* ═════════════════════════ REVEAL ══════════════════════════ */

.reveal{ opacity:0; transform:translateY(22px); }
.reveal.is-in{ opacity:1; transform:none; transition:opacity 1s ease, transform 1s cubic-bezier(.22,1,.36,1); }

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  .reveal, .reveal.is-in{ opacity:1; transform:none; transition:none; }
  .chat__panel{ animation:none; }
}

/* ═════════════════════════ RESPONSIVE ══════════════════════ */

@media (max-width:1180px){
  .hero__copy{ max-width:min(560px, 58%); }
  .detail{ grid-template-columns:104px minmax(0,1fr); }
}

@media (max-width:1240px){
  /* five nav items need the room — the CTA repeats below anyway */
  .header-cta{ display:none; }
}

@media (max-width:1024px){
  .row{ grid-template-columns:64px minmax(180px,1fr) minmax(0,1.6fr); }
  .footer__grid{ grid-template-columns:minmax(0,1fr) minmax(0,1fr); }
  .footer__brand{ grid-column:1 / -1; }
}

@media (max-width:860px){
  :root{ --header-h:76px; }

  .nav{ display:none; }
  .menu-toggle{ display:block; }

  /* ── hero: copy and portrait stack in normal flow ───────────
     Absolute positioning let the CTA land on her face at some
     viewport heights. In flow they cannot collide at any size. */
  .hero{
    min-height:100svh;
    display:flex;
    flex-direction:column;
  }
  .hero__inner{
    order:1;
    position:relative;
    min-height:0;
    flex:0 0 auto;
    padding-bottom:clamp(24px,4vw,40px);
  }
  .hero__portrait{
    order:2;
    position:relative;
    left:auto; right:auto; top:auto; bottom:auto;
    /* width drives height — the photograph is never cropped */
    width:min(88vw, calc(40svh * 0.891), 380px);
    height:auto;
    display:block;
    margin-left:auto;   /* hold the right edge */
    margin-top:auto;    /* settle to the bottom of the hero */
  }
  .hero__foot{ order:3; position:relative; }
  .hero__portrait img{
    width:100%; height:auto;
    /* soften both the top and the left edge into the field */
    -webkit-mask-image:
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.45) 9%, #000 26%),
      linear-gradient(90deg,  transparent 0%, rgba(0,0,0,.45) 10%, #000 30%);
    -webkit-mask-composite:source-in;
            mask-image:
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.45) 9%, #000 26%),
      linear-gradient(90deg,  transparent 0%, rgba(0,0,0,.45) 10%, #000 30%);
            mask-composite:intersect;
  }
  .hero__scrim{
    background:
      linear-gradient(180deg, rgba(12,10,9,.80) 0%, rgba(12,10,9,.52) 34%, rgba(12,10,9,.58) 62%, rgba(12,10,9,.92) 100%);
  }
  .hero__inner{
    align-items:flex-start;
    padding-top:calc(var(--header-h) + clamp(28px,7vw,56px));
    padding-bottom:0;
  }
  .hero__copy{ max-width:100%; }
  .hero__lede{ max-width:30ch; }
  .hero__foot-inner{ padding-block:16px; padding-right:200px; font-size:9.5px; letter-spacing:.2em; }
  .hero__foot-sep{ flex-basis:24px; }

  .statement__grid{ grid-template-columns:1fr; gap:26px; }
  .statement__label{ padding-top:0; }
  .statement__lead{ max-width:none !important; }

  .row{ grid-template-columns:1fr; gap:18px; }
  .row__num{ padding-top:0; }
  .row__title br{ display:none; }

  .properties__grid{ grid-template-columns:1fr; align-items:start; gap:28px; }
  .safety__grid{ grid-template-columns:1fr; gap:26px; }
  .safety__head .section-title br{ display:none; }
  .safety__lead{ max-width:none !important; }
  .contact__grid{ grid-template-columns:1fr; }
  .contact__intro .section-title br{ display:none; }

  .footer__grid{ grid-template-columns:1fr; }
  .footer__legal{ flex-direction:column; gap:8px; }
}

@media (max-width:560px){
  .hero__title{ font-size:clamp(40px, 12vw, 58px); }
  .hero__foot{ display:none; }          /* keeps the chat button clear */
  .site-footer{ padding-bottom:118px; }
  .detail{ grid-template-columns:1fr; gap:8px; padding-block:18px; }
  .btn{ padding:17px 30px; letter-spacing:.2em; }
  .chat__btn{ padding:13px 18px; font-size:10px; letter-spacing:.18em; }
}

@media (max-width:400px){
  .hero__lede{ font-size:14.5px; }
  .hero__foot-inner{ gap:12px; }
}

/* short phones (SE and similar): tighten the copy so the portrait
   still lands above the fold instead of being pushed off it */
@media (max-width:860px) and (max-height:720px){
  .hero__inner{ padding-top:calc(var(--header-h) + 18px); }
  .hero__title{ font-size:clamp(30px, 9vw, 40px); margin-top:14px; }
  .hero__lede{
    font-size:14px; line-height:1.7;
    margin-block:16px 22px;
  }
  .btn{ padding:14px 26px; }
  .hero__portrait{ width:min(76vw, calc(34svh * 0.891), 300px); }
}
