
:root{
  --ink:#11110f;
  --cream:#f4efe6;
  --cream-2:#ece4d7;
  --gold:#b58a36;
  --gold-2:#c79b45;
  --white:#fffdf9;
  --muted:#716b61;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:"DM Sans",Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
.site-header{
  position:sticky;top:0;z-index:50;
  height:76px;padding:0 4vw;
  display:flex;align-items:center;justify-content:space-between;
  background:rgba(244,239,230,.92);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(17,17,15,.12);
}
.brand{display:flex;align-items:center;gap:12px}
.brand-o{
  width:34px;height:34px;border:2px solid var(--gold);
  border-radius:50%;display:grid;place-items:center;
  font:500 18px/1 "Oswald";color:var(--gold);
}
.brand-name{font:500 19px/1 "Oswald";letter-spacing:.18em}
.desktop-nav{display:flex;gap:28px;font-size:13px}
.desktop-nav a{opacity:.72}.desktop-nav a:hover{opacity:1}
.header-cta{
  padding:12px 18px;border:1px solid var(--ink);font-size:12px;
  text-transform:uppercase;letter-spacing:.08em
}
.hero{
  min-height:calc(100vh - 76px);
  padding:5vh 4vw 3vh;
  display:flex;flex-direction:column;justify-content:space-between;
}
.hero-kicker,.eyebrow,.coming{
  color:var(--gold);font-weight:600;font-size:11px;letter-spacing:.18em;text-transform:uppercase
}
.hero-grid{
  display:grid;grid-template-columns:1.25fr .75fr;gap:6vw;align-items:center
}
h1,h2,h3{
  font-family:"Oswald",Impact,sans-serif;
  text-transform:uppercase;font-weight:500;margin:0;line-height:.94
}
h1{font-size:clamp(58px,8vw,126px);letter-spacing:-.035em;max-width:1000px}
h1 span,h2 span{color:var(--gold)}
.hero-intro{max-width:700px;font-size:clamp(17px,1.4vw,22px);line-height:1.55;margin:32px 0 0;color:#403c35}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}
.button{padding:15px 22px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;border:1px solid var(--ink)}
.button.primary{background:var(--ink);color:var(--cream)}
.button.ghost:hover,.header-cta:hover{background:var(--ink);color:var(--cream)}
.hero-mark{text-align:center;padding:4vw 1vw}
.o-sculpture{
  width:min(29vw,360px);height:min(38vw,470px);margin:0 auto 24px;
  position:relative;display:grid;place-items:center
}
.o-sculpture:before,.o-sculpture:after{
  content:"";position:absolute;inset:0;
  border:clamp(26px,3.2vw,46px) solid var(--gold);
  border-radius:50%;
}
.o-sculpture:before{clip-path:inset(0 50% 0 0)}
.o-sculpture:after{clip-path:inset(0 0 0 50%)}
.o-sculpture span:before,.o-sculpture span:after{
  content:"";position:absolute;z-index:3;left:49%;width:4%;height:9%;background:var(--cream)
}
.o-sculpture span:before{top:-1%}.o-sculpture span:after{bottom:-1%}
.hero-wordmark{font:500 clamp(24px,3vw,42px)/1 "Oswald";letter-spacing:.18em}
.gold-line{width:70px;height:2px;background:var(--gold);margin:19px auto}
.hero-claim{font-size:11px;letter-spacing:.14em;line-height:1.7}
.hero-claim strong{color:var(--gold)}
.scroll-note{font-size:10px;letter-spacing:.2em;opacity:.55}
.statement,.stories,.format-section,.partners{padding:110px 4vw;border-top:1px solid rgba(17,17,15,.14)}
.section-number{font:500 12px/1 "Oswald";color:var(--gold);border-bottom:1px solid var(--gold);padding-bottom:8px;width:38px;margin-bottom:36px}
.statement-grid{display:grid;grid-template-columns:.35fr 1.65fr;gap:8vw}
.statement h2,.format-section h2,.newsletter h2,.partners h2{
  font-size:clamp(52px,7vw,110px);letter-spacing:-.025em
}
.large-copy{
  max-width:830px;font-size:clamp(20px,2vw,31px);line-height:1.48;margin:36px 0 0
}
.quote-band{background:var(--ink);color:var(--cream);padding:130px 6vw}
.quote-inner{max-width:1200px;margin:auto;text-align:center}
.quote-mark{font-family:Georgia,serif;font-size:100px;color:var(--gold);height:70px;display:block}
blockquote{font:500 clamp(38px,5vw,78px)/1.08 "Oswald";margin:10px auto 38px;text-transform:uppercase}
.quote-inner p{color:var(--gold);font-size:11px;letter-spacing:.2em}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:44px}
.section-lead{max-width:540px;font-size:18px;line-height:1.5;color:#514c43}
.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.story-card{
  min-height:500px;background:var(--cream-2);padding:28px;
  display:flex;flex-direction:column;justify-content:space-between;
  border:1px solid rgba(17,17,15,.1);transition:.25s ease
}
.story-card:hover{transform:translateY(-6px)}
.story-card.featured{background:var(--ink);color:var(--cream)}
.story-index{font:500 14px "Oswald";opacity:.55}
.story-card h3{font-size:clamp(38px,4vw,64px);margin:18px 0 24px}
.story-card p{opacity:.7;line-height:1.5}
.format-grid,.partners-grid{display:grid;grid-template-columns:1fr 1fr;gap:8vw}
.format-list{border-top:1px solid var(--ink)}
.format-list>div{display:grid;grid-template-columns:48px 1fr;column-gap:22px;padding:25px 0;border-bottom:1px solid rgba(17,17,15,.25)}
.format-list span{font:500 12px "Oswald";color:var(--gold);grid-row:1/3}
.format-list strong{font:500 22px "Oswald";letter-spacing:.05em}
.format-list p{margin:6px 0 0;color:var(--muted)}
.newsletter{
  margin:0;background:var(--gold);padding:90px 4vw;
  display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:end
}
.newsletter .eyebrow{color:var(--ink)}
.newsletter-copy>p:last-child{max-width:570px;font-size:18px;line-height:1.5}
.newsletter-form{display:flex;flex-direction:column;gap:10px}
.newsletter-form input{
  background:transparent;border:0;border-bottom:2px solid var(--ink);
  padding:17px 0;font:500 23px "DM Sans";outline:none;color:var(--ink)
}
.newsletter-form input::placeholder{color:rgba(17,17,15,.6)}
.newsletter-form button{
  margin-top:10px;background:var(--ink);color:var(--cream);border:0;padding:17px 20px;
  text-transform:uppercase;letter-spacing:.08em;font-weight:600;cursor:pointer
}
#form-note{font-size:11px;opacity:.7}
.partners-grid p{font-size:19px;line-height:1.6;margin-top:0}
.text-link{display:inline-block;margin-top:18px;padding-bottom:5px;border-bottom:1px solid var(--gold);font-weight:600}
footer{background:var(--ink);color:var(--cream);padding:60px 4vw 24px}
.footer-brand{display:flex;align-items:center;gap:18px}
.footer-o{width:58px;height:58px;border:3px solid var(--gold);border-radius:50%;display:grid;place-items:center;font:500 27px "Oswald";color:var(--gold)}
.footer-brand strong{display:block;font:500 28px "Oswald";letter-spacing:.18em}
.footer-brand span{display:block;margin-top:8px;font-size:9px;letter-spacing:.16em;color:var(--gold)}
.footer-links{display:flex;gap:26px;margin:65px 0 45px;font-size:13px;flex-wrap:wrap}
.footer-bottom{border-top:1px solid rgba(255,255,255,.16);padding-top:20px;display:flex;justify-content:space-between;font-size:10px;letter-spacing:.1em;opacity:.55}
.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}
@media(max-width:900px){
  .desktop-nav{display:none}
  .hero{padding-top:35px}
  .hero-grid,.statement-grid,.format-grid,.partners-grid,.newsletter{grid-template-columns:1fr}
  .hero-mark{margin-top:40px}
  .o-sculpture{width:230px;height:300px}
  .story-grid{grid-template-columns:1fr}
  .story-card{min-height:390px}
  .section-head{display:block}.section-lead{margin-top:20px}
  .newsletter{gap:55px}
}
@media(max-width:560px){
  .site-header{height:68px}
  .header-cta{font-size:9px;padding:10px}
  .brand-name{font-size:15px}
  .hero{min-height:calc(100vh - 68px)}
  h1{font-size:50px}
  .hero-actions{flex-direction:column}.button{text-align:center}
  .statement,.stories,.format-section,.partners{padding:78px 5vw}
  .quote-band{padding:90px 5vw}
  .footer-bottom{gap:20px;flex-direction:column}
}


/* Official ORDINAIRES logo integration */
.brand img{
  height:52px;
  width:auto;
  display:block;
  object-fit:contain;
  border-radius:50%;
}
.hero-mark{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:2vw 0;
}
.hero-logo-official{
  width:min(34vw,520px);
  height:auto;
  display:block;
  border-radius:50%;
  box-shadow:0 18px 45px rgba(17,17,15,.12);
}
.footer-brand img{
  width:170px;
  height:auto;
  display:block;
  border-radius:50%;
}
@media(max-width:900px){
  .brand img{height:44px}
  .hero-logo-official{width:min(70vw,420px)}
}
@media(max-width:560px){
  .brand img{height:38px}
  .hero-logo-official{width:78vw}
  .footer-brand img{width:140px}
}


/* v3 — official logo, hard sizing */
.site-header .brand{
  display:flex;
  align-items:center;
  gap:11px;
  min-width:0;
}
.site-header .brand img{
  width:48px !important;
  height:48px !important;
  max-width:48px !important;
  max-height:48px !important;
  object-fit:cover !important;
  border-radius:50%;
  flex:0 0 48px;
}
.site-header .brand-name{
  display:inline-block;
  font:500 19px/1 "Oswald", Impact, sans-serif;
  letter-spacing:.18em;
}
.hero-mark-official{
  display:flex !important;
  align-items:center;
  justify-content:center;
  padding:0 !important;
  overflow:visible;
}
.hero-mark-official img{
  width:min(30vw,430px) !important;
  max-width:100% !important;
  height:auto !important;
  display:block;
  border-radius:50%;
  box-shadow:0 18px 45px rgba(17,17,15,.10);
}
@media(max-width:900px){
  .site-header .brand img{
    width:42px !important;height:42px !important;
    max-width:42px !important;max-height:42px !important;
    flex-basis:42px;
  }
  .hero-mark-official img{width:min(68vw,390px) !important;}
}
@media(max-width:560px){
  .site-header .brand-name{font-size:14px;}
  .site-header .brand img{
    width:38px !important;height:38px !important;
    max-width:38px !important;max-height:38px !important;
    flex-basis:38px;
  }
  .hero-mark-official img{width:75vw !important;}
}


/* v4 — testimony recruitment */
.testimony-callout{
  background:var(--gold);
  padding:90px 4vw;
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:8vw;
  align-items:end;
}
.testimony-callout .eyebrow{color:var(--ink)}
.testimony-callout h2{
  font-size:clamp(52px,7vw,110px);
  letter-spacing:-.025em;
}
.testimony-callout p{
  max-width:700px;
  font-size:18px;
  line-height:1.55;
}
.testimony-callout-action{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:16px;
}
.testimony-button{
  background:var(--ink);
  color:var(--cream);
  border-color:var(--ink);
}
.testimony-callout-action p{
  margin:0;
  font-size:12px;
  opacity:.72;
}
.testimony-page{
  min-height:100vh;
}
.testimony-hero{
  padding:90px 4vw 70px;
  border-bottom:1px solid rgba(17,17,15,.14);
}
.testimony-hero h1{
  font-size:clamp(58px,8vw,120px);
  max-width:1250px;
  margin-top:18px;
}
.testimony-hero h1 span{color:var(--gold)}
.testimony-intro{
  max-width:840px;
  margin:34px 0 0;
  font-size:clamp(18px,1.7vw,25px);
  line-height:1.5;
  color:#403c35;
}
.testimony-form-section{
  padding:80px 4vw 110px;
}
.testimony-form{
  max-width:1100px;
  margin:0 auto;
}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px 38px;
}
.field{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.field.full{
  margin-top:30px;
}
.field label{
  font:500 12px "DM Sans";
  text-transform:uppercase;
  letter-spacing:.11em;
}
.field input,
.field textarea{
  width:100%;
  border:0;
  border-bottom:1px solid rgba(17,17,15,.45);
  background:transparent;
  padding:13px 0;
  color:var(--ink);
  font:400 18px/1.5 "DM Sans";
  outline:none;
}
.field textarea{
  border:1px solid rgba(17,17,15,.28);
  padding:18px;
  resize:vertical;
  min-height:140px;
}
.field input:focus,
.field textarea:focus{
  border-color:var(--gold);
}
.consent{
  display:flex;
  gap:12px;
  align-items:flex-start;
  margin:28px 0;
  font-size:13px;
  line-height:1.5;
}
.consent input{
  margin-top:3px;
}
.form-submit-row{
  display:flex;
  align-items:center;
  gap:30px;
  margin-top:28px;
}
.testimony-submit{
  cursor:pointer;
  min-width:270px;
}
.form-help{
  max-width:500px;
  color:var(--muted);
  font-size:12px;
  line-height:1.5;
}
.testimony-reassurance{
  padding:90px 4vw;
  background:var(--ink);
  color:var(--cream);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8vw;
  align-items:end;
}
.testimony-reassurance h2{
  font-size:clamp(52px,7vw,100px);
  letter-spacing:-.025em;
}
.testimony-reassurance p{
  font-size:20px;
  line-height:1.6;
  color:rgba(244,239,230,.8);
}
@media(max-width:900px){
  .testimony-callout,
  .testimony-reassurance,
  .form-grid{
    grid-template-columns:1fr;
  }
  .testimony-callout{gap:45px}
}
@media(max-width:560px){
  .testimony-hero{padding:65px 5vw 55px}
  .testimony-form-section{padding:55px 5vw 80px}
  .testimony-callout,.testimony-reassurance{padding:70px 5vw}
  .form-submit-row{flex-direction:column;align-items:flex-start}
  .testimony-submit{width:100%}
}


/* v5 — direct testimony submission */
.hp-field{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}
.privacy-note{
  max-width:850px;
  margin:0 0 24px;
  font-size:12px;
  line-height:1.55;
  color:var(--muted);
}
.form-error{
  max-width:1100px;
  margin:0 auto 30px;
  padding:16px 18px;
  border:1px solid #8d2e2e;
  background:rgba(141,46,46,.06);
  font-size:14px;
}
.testimony-success{
  min-height:70vh;
  padding:110px 4vw;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}
.testimony-success h1{
  font-size:clamp(58px,8vw,120px);
  max-width:1200px;
  margin:16px 0 30px;
}
.testimony-success h1 span{color:var(--gold)}
.testimony-success p{
  max-width:760px;
  font-size:21px;
  line-height:1.55;
  margin:0 0 34px;
}


/* v6 — fix testimony callout title overflow */
.testimony-callout{
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
  overflow:hidden;
}
.testimony-callout-copy{
  min-width:0;
}
.testimony-callout h2{
  max-width:900px;
  font-size:clamp(48px,6.4vw,98px);
  line-height:.95;
  overflow:visible;
  word-break:normal;
  overflow-wrap:normal;
  hyphens:none;
}
.testimony-callout h2 span{
  display:block;
  color:var(--ink);
}
.testimony-callout-action{
  justify-self:end;
  align-self:end;
  max-width:420px;
}
@media(max-width:1100px){
  .testimony-callout{
    grid-template-columns:1fr;
  }
  .testimony-callout-action{
    justify-self:start;
    max-width:none;
  }
}
@media(max-width:560px){
  .testimony-callout h2{
    font-size:clamp(42px,14vw,64px);
  }
}


/* v7 — definitive testimony callout layout */
.testimony-callout{
  display:grid !important;
  grid-template-columns:minmax(0, 1fr) 360px !important;
  gap:60px !important;
  align-items:end !important;
  overflow:visible !important;
  min-height:auto !important;
}
.testimony-callout-copy{
  min-width:0 !important;
  overflow:visible !important;
}
.testimony-callout-title{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  margin:24px 0 34px !important;
  padding:0 !important;
  overflow:visible !important;
  font-size:clamp(58px,6.6vw,104px) !important;
  line-height:.93 !important;
  letter-spacing:-.03em !important;
}
.testimony-callout-title .line-black{
  display:block !important;
  width:100% !important;
  color:var(--ink) !important;
  white-space:nowrap !important;
  overflow:visible !important;
}
.testimony-callout-action{
  justify-self:end !important;
  align-self:end !important;
  width:100% !important;
  max-width:360px !important;
}
@media(max-width:1200px){
  .testimony-callout{
    grid-template-columns:1fr !important;
    gap:42px !important;
  }
  .testimony-callout-action{
    justify-self:start !important;
    max-width:420px !important;
  }
  .testimony-callout-title .line-black{
    white-space:normal !important;
  }
}
@media(max-width:700px){
  .testimony-callout-title{
    font-size:clamp(44px,13vw,72px) !important;
  }
}


/* v9 — responsive mobile polish */
html, body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
img, svg, video{
  max-width:100%;
  height:auto;
}
button, input, textarea, select{
  font-family:inherit;
}
a, button{
  -webkit-tap-highlight-color:transparent;
}

/* Tablet */
@media(max-width:900px){
  .site-header{
    padding-left:5vw;
    padding-right:5vw;
  }

  .hero{
    min-height:auto;
    padding:42px 5vw 48px;
  }
  .hero-grid{
    gap:36px;
  }
  .hero-copy h1{
    max-width:100%;
    font-size:clamp(54px,10vw,84px);
    line-height:.92;
  }
  .hero-intro{
    margin-top:24px;
    max-width:720px;
  }
  .hero-mark-official{
    margin-top:8px !important;
  }
  .hero-mark-official img{
    width:min(58vw,360px) !important;
  }
  .scroll-note{
    margin-top:32px;
  }

  .statement,
  .stories,
  .format-section,
  .partners{
    padding:88px 5vw;
  }

  .statement-grid,
  .format-grid,
  .partners-grid{
    gap:40px;
  }

  .statement h2,
  .format-section h2,
  .partners h2{
    font-size:clamp(50px,9vw,86px);
  }

  .quote-band{
    padding:100px 6vw;
  }

  .story-grid{
    gap:14px;
  }
  .story-card{
    min-height:340px;
  }

  .testimony-callout{
    padding:82px 5vw !important;
  }

  .footer-links{
    margin:48px 0 36px;
  }
}

/* Phone */
@media(max-width:600px){
  .site-header{
    height:64px;
    padding:0 16px;
    gap:10px;
  }

  .site-header .brand{
    gap:8px;
    min-width:0;
  }
  .site-header .brand img{
    width:36px !important;
    height:36px !important;
    max-width:36px !important;
    max-height:36px !important;
    flex-basis:36px !important;
  }
  .site-header .brand-name{
    font-size:13px !important;
    letter-spacing:.13em !important;
    white-space:nowrap;
  }
  .header-cta{
    padding:9px 10px;
    font-size:8px;
    letter-spacing:.06em;
    white-space:nowrap;
    flex:0 0 auto;
  }

  .hero{
    min-height:auto;
    padding:32px 18px 36px;
  }
  .hero-kicker{
    font-size:9px;
    line-height:1.5;
    letter-spacing:.15em;
    max-width:90%;
  }
  .hero-grid{
    display:flex !important;
    flex-direction:column;
    gap:30px;
    align-items:stretch;
  }
  .hero-copy h1{
    font-size:clamp(46px,14.2vw,64px) !important;
    line-height:.90 !important;
    letter-spacing:-.035em;
    overflow-wrap:normal;
    word-break:normal;
  }
  .hero-copy h1 br{
    display:none;
  }
  .hero-copy h1 span{
    display:block;
    margin-top:4px;
  }
  .hero-intro{
    margin-top:22px;
    font-size:16px;
    line-height:1.55;
  }
  .hero-actions{
    flex-direction:column;
    gap:10px;
    margin-top:26px;
  }
  .hero-actions .button{
    width:100%;
    text-align:center;
    padding:14px 16px;
  }
  .hero-mark-official{
    order:2;
    margin-top:0 !important;
  }
  .hero-mark-official img{
    width:min(72vw,300px) !important;
  }
  .scroll-note{
    display:none;
  }

  .statement,
  .stories,
  .format-section,
  .partners{
    padding:64px 18px;
  }
  .section-number{
    margin-bottom:24px;
  }
  .statement-grid,
  .format-grid,
  .partners-grid{
    gap:28px;
  }
  .statement h2,
  .format-section h2,
  .partners h2{
    font-size:clamp(43px,12vw,58px) !important;
    line-height:.94;
  }
  .large-copy{
    margin-top:24px;
    font-size:18px;
    line-height:1.55;
  }

  .quote-band{
    padding:72px 18px;
  }
  .quote-mark{
    font-size:76px;
    height:54px;
  }
  blockquote{
    font-size:clamp(32px,9.5vw,46px);
    line-height:1.06;
    margin-bottom:26px;
  }

  .section-head{
    margin-bottom:28px;
  }
  .section-lead{
    font-size:16px;
    margin-top:14px;
  }
  .story-grid{
    grid-template-columns:1fr !important;
    gap:12px;
  }
  .story-card{
    min-height:300px;
    padding:22px;
  }
  .story-card h3{
    font-size:clamp(38px,11vw,52px);
  }
  .story-card:hover{
    transform:none;
  }

  .format-list>div{
    grid-template-columns:38px 1fr;
    column-gap:14px;
    padding:21px 0;
  }
  .format-list strong{
    font-size:19px;
  }
  .format-list p{
    font-size:14px;
    line-height:1.45;
  }

  .testimony-callout{
    display:block !important;
    padding:64px 18px !important;
    overflow:hidden !important;
  }
  .testimony-callout-title{
    margin:18px 0 26px !important;
    font-size:clamp(44px,13vw,60px) !important;
    line-height:.91 !important;
  }
  .testimony-callout-title .line-black{
    white-space:normal !important;
  }
  .testimony-callout p{
    font-size:16px;
    line-height:1.5;
  }
  .testimony-callout-action{
    width:100% !important;
    max-width:none !important;
    margin-top:30px;
  }
  .testimony-button{
    width:100%;
    text-align:center;
    padding:15px 14px;
  }
  .testimony-callout-action p{
    font-size:11px;
  }

  .partners-grid p{
    font-size:16px;
    line-height:1.55;
  }

  footer{
    padding:48px 18px 22px;
  }
  .footer-brand img{
    width:112px !important;
  }
  .footer-links{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0;
    margin:36px 0 32px;
    border-top:1px solid rgba(255,255,255,.13);
  }
  .footer-links a{
    padding:13px 0;
    border-bottom:1px solid rgba(255,255,255,.13);
    font-size:12px;
  }
  .footer-links a:first-child{
    grid-column:1 / -1;
  }
  .footer-bottom{
    flex-direction:column;
    gap:8px;
    font-size:9px;
  }

  /* Testimony page */
  .testimony-hero{
    padding:54px 18px 46px !important;
  }
  .testimony-hero h1{
    font-size:clamp(46px,13vw,64px) !important;
    line-height:.91;
  }
  .testimony-hero h1 br{
    display:none;
  }
  .testimony-intro{
    margin-top:24px;
    font-size:16px;
    line-height:1.55;
  }

  .testimony-form-section{
    padding:50px 18px 70px !important;
  }
  .testimony-form{
    width:100%;
  }
  .form-grid{
    grid-template-columns:1fr !important;
    gap:22px !important;
  }
  .field.full{
    margin-top:24px;
  }
  .field label{
    font-size:11px;
  }
  .field input,
  .field textarea{
    font-size:16px !important; /* prevents iOS auto-zoom */
  }
  .field textarea{
    min-height:170px;
    padding:14px;
  }
  .consent{
    font-size:12px;
    margin:24px 0;
  }
  .privacy-note{
    font-size:11px;
  }
  .form-submit-row{
    flex-direction:column;
    align-items:stretch;
    gap:14px;
    margin-top:24px;
  }
  .testimony-submit{
    width:100%;
    min-width:0;
  }
  .form-help{
    font-size:11px;
  }

  .testimony-reassurance{
    grid-template-columns:1fr !important;
    gap:28px;
    padding:64px 18px !important;
  }
  .testimony-reassurance h2{
    font-size:clamp(44px,12vw,58px);
  }
  .testimony-reassurance p{
    font-size:16px;
    line-height:1.55;
  }

  .testimony-success{
    min-height:65vh;
    padding:70px 18px !important;
  }
  .testimony-success h1{
    font-size:clamp(46px,13vw,64px) !important;
  }
  .testimony-success p{
    font-size:17px;
  }
}

/* Very small phones */
@media(max-width:380px){
  .site-header .brand-name{
    font-size:11px !important;
    letter-spacing:.10em !important;
  }
  .header-cta{
    font-size:7.5px;
    padding:8px;
  }
  .hero-copy h1{
    font-size:44px !important;
  }
  .footer-links{
    grid-template-columns:1fr;
  }
  .footer-links a:first-child{
    grid-column:auto;
  }
}


/* v10 — final mobile polish */
@media(max-width:600px){
  .hero-copy h1{
    font-size:clamp(42px,12.8vw,58px) !important;
    line-height:.91 !important;
  }

  .testimony-callout-title{
    font-size:clamp(42px,12.2vw,56px) !important;
    line-height:.92 !important;
  }

  footer{
    padding-top:40px !important;
  }

  .footer-brand{
    margin-bottom:18px !important;
  }

  .footer-brand img{
    width:102px !important;
  }

  .footer-links{
    margin-top:24px !important;
  }
}


/* v11 — final mobile testimony hero fix */
.testimony-hero-title .tline{
  display:block;
}
.testimony-hero-title .goldline{
  color:var(--gold);
}

@media(max-width:600px){
  .testimony-hero{
    padding-top:46px !important;
    padding-bottom:38px !important;
  }

  .testimony-hero-title{
    font-size:clamp(38px,10.8vw,50px) !important;
    line-height:.92 !important;
    letter-spacing:-.03em !important;
    margin-top:18px !important;
    overflow:visible !important;
  }

  .testimony-hero-title .tline{
    white-space:normal !important;
    overflow:visible !important;
  }

  .testimony-intro{
    margin-top:22px !important;
  }

  .testimony-form-section{
    padding-top:38px !important;
  }
}

@media(max-width:380px){
  .testimony-hero-title{
    font-size:36px !important;
  }
}
