:root{
  --ink:#332d2a;
  --body:#665a55;
  --muted:#897a72;
  --paper:#fffaf6;
  --cream:#f8f0e8;
  --linen:#efe3d8;
  --peach:#e7cabc;
  --rose:#b97973;
  --rose-dark:#895b56;
  --sage:#9aa48b;
  --line:rgba(51,45,42,.14);
  --shadow:0 22px 60px rgba(96,72,58,.13);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter", "Segoe UI", Arial, sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 78% 8%, rgba(231,202,188,.38), transparent 32%),
    radial-gradient(circle at 10% 18%, rgba(250,246,241,.9), transparent 36%),
    linear-gradient(180deg,#fffaf6 0%,#f6eee7 48%,#fffaf6 100%);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
a{color:var(--rose-dark);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;display:block}
.wrap{width:min(1120px,calc(100% - 42px));margin-inline:auto}
.skip-link{position:absolute;left:-999px;top:8px;background:#fff;color:#000;padding:8px 10px;z-index:10}
.skip-link:focus{left:8px}
.site-header{
  position:sticky;top:0;z-index:5;
  background:rgba(255,250,246,.92);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.header-inner{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{color:var(--ink);text-decoration:none;line-height:1.05}
.brand strong{
  display:block;
  font-family:"Cormorant Garamond", Georgia, serif;
  font-size:clamp(34px,4vw,50px);
  font-weight:650;
  letter-spacing:.015em;
}
.brand span{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:12px;
  letter-spacing:.25em;
  text-transform:uppercase;
}
.nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.nav a{
  color:var(--body);
  font-size:12px;
  letter-spacing:.15em;
  text-transform:uppercase;
  padding:10px 13px;
  border-radius:999px;
  text-decoration:none;
}
.nav a:hover,.nav a[aria-current="page"]{background:var(--linen);color:var(--ink)}
.hero{position:relative;overflow:hidden;padding:74px 0 66px}
.hero:before{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(90deg, rgba(255,250,246,.80), rgba(255,250,246,.32)),
    radial-gradient(circle at 84% 26%, rgba(154,164,139,.20), transparent 30%);
  pointer-events:none;
}
.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,440px);gap:54px;align-items:center}
.kicker{
  margin:0 0 14px;
  color:var(--rose-dark);
  font-size:12px;
  font-weight:700;
  letter-spacing:.24em;
  text-transform:uppercase;
}
h1,h2,h3{margin:0;color:var(--ink)}
h1{
  font-family:"Cormorant Garamond", Georgia, serif;
  font-size:clamp(48px,6.15vw,78px);
  line-height:.96;
  font-weight:650;
  letter-spacing:-.025em;
  max-width:650px;
}
h1 .line{display:block}
.lede{
  font-size:clamp(18px,1.85vw,23px);
  color:var(--body);
  max-width:640px;
  margin:24px 0 0;
}
.hero-card{
  position:relative;
  border-radius:34px;
  padding:13px;
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(239,227,216,.72));
  box-shadow:var(--shadow);
  border:1px solid rgba(255,255,255,.82);
}
.hero-card:after{
  content:"";position:absolute;right:-16px;bottom:-16px;width:52%;height:52%;
  background:rgba(183,121,115,.12);border-radius:34px;z-index:-1;
}
.hero-card img{border-radius:24px;width:100%;aspect-ratio:1/1;object-fit:cover;object-position:center 43%}
.cta-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}
.button{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:48px;padding:13px 20px;border-radius:999px;
  border:1px solid rgba(51,45,42,.15);
  color:var(--ink);background:rgba(255,255,255,.66);
  font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;
  text-decoration:none;box-shadow:0 9px 22px rgba(96,72,58,.08)
}
.button:hover{text-decoration:none;transform:translateY(-1px)}
.button.primary{background:var(--rose-dark);color:#fff;border-color:var(--rose-dark)}
.section{padding:54px 0}
.section-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:26px;border-bottom:1px solid var(--line);padding-bottom:18px}
h2{font-family:"Cormorant Garamond", Georgia, serif;font-size:clamp(36px,4.8vw,56px);line-height:1.04;font-weight:650;letter-spacing:-.018em}
h3{font-family:"Cormorant Garamond", Georgia, serif;font-size:27px;line-height:1.1;font-weight:650;margin-bottom:8px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.panel,.audio-card,.contact-box{
  background:rgba(255,255,255,.66);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:28px;
  box-shadow:0 14px 38px rgba(96,72,58,.065);
}
.panel p,.audio-card p{margin:0;color:var(--body)}
.reel-box{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
audio{width:100%;margin-top:12px;display:block}
.audio-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.profile{display:grid;grid-template-columns:330px minmax(0,1fr);gap:34px;align-items:start}
.profile-img{border-radius:30px;background:#fff;padding:12px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.82)}
.profile-img img{border-radius:21px;aspect-ratio:1/1;object-fit:cover;object-position:center 43%}
.contact-box{
  background:linear-gradient(135deg,#fff,#f2e5dc);
  color:var(--ink);
  max-width:860px;
}
.contact-box h2,.contact-box a{color:var(--ink)}
.contact-box .kicker{color:var(--rose-dark)}
.contact-box p{max-width:660px;color:var(--body);margin:12px 0 0}
footer{padding:34px 0;border-top:1px solid var(--line);color:var(--muted);font-size:14px}
.footer-inner{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}
.note{font-size:14px;color:var(--muted)}
@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr;gap:34px}.hero-card{max-width:460px}.hero{padding:54px 0}.grid-3,.reel-box,.audio-list,.profile{grid-template-columns:1fr}.profile-img{max-width:360px}
}
@media (max-width:760px){
  .header-inner{display:block;padding:19px 0}.nav{justify-content:flex-start;margin-top:16px}.nav a{padding:9px 10px}.section{padding:42px 0}
}
@media (max-width:540px){
  .wrap{width:min(100% - 28px,1120px)}.brand strong{font-size:37px}.brand span{font-size:10px;letter-spacing:.16em}.nav{gap:5px}.nav a{font-size:11px;letter-spacing:.08em}
  h1{font-size:48px;line-height:1}.lede{font-size:18px}.button{width:100%;}.section-title{display:block}.section-title .button{margin-top:16px}.panel,.audio-card,.contact-box{padding:22px}.hero-card{border-radius:27px;padding:10px}.hero-card img{border-radius:19px}
}

.page-start{padding-top:46px}
.profile .panel p + p{margin-top:18px}
@media (max-width:760px){.page-start{padding-top:34px}.profile .panel p + p{margin-top:16px}}

/* V5 refinements */
.profile{
  max-width:980px;
  margin-inline:auto;
  align-items:center;
}
.profile-img{
  justify-self:center;
}
.profile .panel{
  align-self:center;
}
@media (max-width:980px){
  .profile{max-width:620px;}
  .profile-img{max-width:340px;margin-inline:auto;}
}

/* ==========================================================================
   v10 About / Contact page layout
   Scoped to .about-page only. Does not alter header, footer, or other pages.
   ========================================================================== */

.about-page .page-start {
  padding-top: 44px;
}

.about-page .about-layout {
  width: 100%;
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.about-page .profile-img-container {
  width: 340px;
  max-width: 100%;
  margin: 0;
}

.about-page .profile-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  border: 12px solid rgba(255, 255, 255, 0.88);
  box-shadow: 0 26px 60px rgba(81, 61, 51, 0.13);
  box-sizing: border-box;
}

.about-page .profile-panel {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 30px 34px;
  border: 1px solid rgba(90, 68, 58, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 26px 60px rgba(81, 61, 51, 0.10);
  box-sizing: border-box;
}

.about-page .profile-panel p {
  margin: 0 0 18px;
}

.about-page .profile-panel p:last-child {
  margin-bottom: 0;
}

.about-page .about-contact-section {
  padding-top: 0;
}

.about-page .contact-box {
  width: 100%;
  max-width: none;
  margin: 68px 0 0;
  padding: 34px 36px;
  box-sizing: border-box;
}

/* Slightly tighter mid-desktop layout */
@media (min-width: 901px) and (max-width: 1100px) {
  .about-page .about-layout {
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 34px;
  }

  .about-page .profile-img-container {
    width: 310px;
  }

  .about-page .profile-panel {
    padding: 28px 30px;
  }
}

/* Mobile/tablet: keep the approved stacked layout */
@media (max-width: 900px) {
  .about-page .page-start {
    padding-top: 30px;
  }

  .about-page .about-layout {
    display: block;
    max-width: 620px;
    margin: 0 auto;
  }

  .about-page .profile-img-container {
    width: min(340px, 100%);
    margin: 0 auto 28px;
  }

  .about-page .profile-panel {
    padding: 26px 24px;
  }

  .about-page .contact-box {
    max-width: 620px;
    margin: 42px auto 0;
    padding: 28px 24px;
  }
}

/* ==========================================================================
   v11 About / Contact refinements
   ========================================================================== */

/* Prevent horizontal header/nav shift caused by pages with/without scrollbars */
html {
  overflow-y: scroll;
}

/* Keep the About layout compact and consistent on desktop */
@media (min-width: 901px) {
  .about-page .about-layout {
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 34px;
    align-items: stretch; /* allows portrait block to match text panel height */
  }

  .about-page .profile-img-container {
    width: 340px;
    height: auto;
    align-self: stretch;
  }

  .about-page .profile-img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center center;
    border-radius: 22px;
    border-width: 8px; /* thinner margin/border around portrait */
  }

  .about-page .profile-panel {
    padding: 26px 30px;
  }

  .about-page .profile-panel p {
    margin-bottom: 15px;
  }

  .about-page .contact-box {
    margin-top: 40px; /* bring Email Trudi closer */
    padding: 30px 34px;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .about-page .about-layout {
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 30px;
  }

  .about-page .profile-img-container {
    width: 310px;
  }
}

/* On mobile, keep natural portrait proportions rather than forced equal height */
@media (max-width: 900px) {
  html {
    overflow-y: auto;
  }

  .about-page .profile-img {
    height: auto;
    object-fit: initial;
    border-width: 8px;
  }

  .about-page .contact-box {
    margin-top: 34px;
  }
}

/* ==========================================================================
   v12 Homepage Vimeo hero + About portrait update
   ========================================================================== */

.hero-video-frame {
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  border-radius: 26px;
  border: 8px solid rgba(255, 255, 255, 0.88);
  box-shadow: 0 26px 60px rgba(81, 61, 51, 0.13);
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}

.hero-video-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.about-page .profile-img {
  border-radius: 26px;
  border: 8px solid rgba(255, 255, 255, 0.88);
  box-shadow: 0 26px 60px rgba(81, 61, 51, 0.13);
  background: rgba(255, 255, 255, 0.5);
}

@media (min-width: 901px) {
  .about-page .about-layout {
    align-items: stretch;
  }

  .about-page .profile-img-container {
    align-self: stretch;
  }

  .about-page .profile-img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}

@media (max-width: 900px) {
  .hero-video-frame {
    border-radius: 22px;
    border-width: 7px;
  }

  .about-page .profile-img {
    height: auto;
    object-fit: initial;
  }
}

/* ==========================================================================
   v13 Desktop hero video and About portrait sizing refinements
   ========================================================================== */

/* Desktop only: give the Vimeo player more visual weight and slightly reduce
   the left hero copy so the layout still breathes. */
@media (min-width: 981px) {
  .hero {
    grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
    gap: 54px;
    align-items: center;
  }

  .hero h1 {
    font-size: clamp(3.25rem, 6vw, 5.4rem);
    line-height: 0.94;
  }

  .hero .lead {
    max-width: 520px;
    font-size: 1.05rem;
  }

  .hero-video-frame {
    max-width: 680px;
    justify-self: end;
  }
}

/* Slightly narrower desktop/laptop screens: keep the video bigger than before
   without forcing horizontal overflow. */
@media (min-width: 901px) and (max-width: 1180px) {
  .hero {
    grid-template-columns: minmax(0, 0.88fr) minmax(480px, 1.12fr);
    gap: 38px;
  }

  .hero h1 {
    font-size: clamp(3rem, 5.2vw, 4.5rem);
  }

  .hero-video-frame {
    max-width: 600px;
  }
}

/* Desktop About page: larger portrait, thinner frame, text panel narrowed so
   the two blocks feel closer in height. */
@media (min-width: 901px) {
  .about-page .about-layout {
    grid-template-columns: 395px minmax(0, 1fr);
    gap: 34px;
    align-items: stretch;
  }

  .about-page .profile-img-container {
    width: 395px;
    align-self: stretch;
  }

  .about-page .profile-img {
    border-width: 4px;
    border-radius: 22px;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .about-page .profile-panel {
    padding: 28px 30px;
  }

  .about-page .profile-panel p {
    margin-bottom: 16px;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .about-page .about-layout {
    grid-template-columns: 350px minmax(0, 1fr);
    gap: 30px;
  }

  .about-page .profile-img-container {
    width: 350px;
  }
}

/* Mobile remains effectively unchanged. */
@media (max-width: 900px) {
  .about-page .profile-img {
    border-width: 6px;
  }
}

/* ==========================================================================
   v15 Homepage Vimeo sizing fix
   Uses actual homepage classes: .hero-grid, .lede, .hero-video-frame.
   ========================================================================== */

@media (min-width: 981px) {
  .hero {
    padding-top: 62px;
    padding-bottom: 58px;
  }

  .hero .wrap.hero-grid {
    grid-template-columns: minmax(0, 445px) minmax(620px, 1fr) !important;
    gap: 34px !important;
    align-items: center;
  }

  .hero .kicker {
    margin-bottom: 12px;
  }

  .hero h1 {
    font-size: clamp(48px, 4.9vw, 70px) !important;
    line-height: 0.96;
    max-width: 445px;
  }

  .hero .lede {
    font-size: clamp(17px, 1.35vw, 20px) !important;
    line-height: 1.48;
    max-width: 440px !important;
    margin-top: 20px;
  }

  .hero .cta-row {
    margin-top: 32px;
  }

  .hero .hero-video-frame {
    width: 100% !important;
    max-width: none !important;
    justify-self: stretch !important;
    aspect-ratio: 16 / 9;
  }
}

@media (min-width: 1180px) {
  .hero .wrap.hero-grid {
    grid-template-columns: minmax(0, 455px) minmax(680px, 1fr) !important;
    gap: 40px !important;
  }

  .hero .hero-video-frame {
    min-height: 382px;
  }
}

@media (min-width: 981px) and (max-width: 1100px) {
  .hero .wrap.hero-grid {
    grid-template-columns: minmax(0, 390px) minmax(520px, 1fr) !important;
    gap: 28px !important;
  }

  .hero h1 {
    font-size: clamp(44px, 4.5vw, 60px) !important;
    max-width: 390px;
  }

  .hero .lede {
    max-width: 390px !important;
    font-size: 17px !important;
  }
}

/* ==========================================================================
   v16 Brand/logo text refinement
   ========================================================================== */

.brand,
.brand:hover,
.brand:focus,
.brand:visited {
  text-decoration: none !important;
}

.brand strong {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 0.95;
}

.brand:hover strong,
.brand:focus strong {
  text-decoration: none !important;
}


/* ==========================================================================
   SEO Patch 1 additions
   ========================================================================== */
:root{--max-text:780px;}
.nav .quote-link{background:var(--rose-dark);color:#fff;}
.nav .quote-link:hover{background:#744844;color:#fff;}
.breadcrumb{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:18px;}
.breadcrumb a{color:var(--muted);text-decoration:none;}
.breadcrumb a:hover{text-decoration:underline;}
.page-hero{position:relative;overflow:hidden;padding:56px 0 44px;}
.page-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 86% 14%, rgba(231,202,188,.36), transparent 34%);pointer-events:none;}
.page-hero .wrap{position:relative;}
.page-hero h1{max-width:820px;}
.page-hero .lede{max-width:760px;}
.copy{max-width:var(--max-text);color:var(--body);font-size:17px;}
.copy p{margin:0 0 18px;}
.copy ul,.copy ol{margin:14px 0 0;padding-left:22px;}
.copy li{margin:8px 0;color:var(--body);}
.section.compact{padding-top:24px;}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.panel.small{padding:22px;}
.panel .eyebrow,.audio-card .eyebrow{margin:0 0 8px;color:var(--rose-dark);font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;}
.panel ul{margin:12px 0 0;padding-left:20px;color:var(--body);}
.panel li{margin:7px 0;}
.panel .button{margin-top:18px;}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.service-card{display:flex;flex-direction:column;min-height:100%;}
.service-card p{flex:1;}
.pill-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;}
.pill-list span,.pill-list a{display:inline-flex;align-items:center;border:1px solid var(--line);background:rgba(255,255,255,.65);border-radius:999px;padding:8px 12px;color:var(--body);font-size:13px;text-decoration:none;}
.pill-list a:hover{background:var(--linen);color:var(--ink);text-decoration:none;}
.quote-panel{background:linear-gradient(135deg,var(--rose-dark),#a86b64);color:#fff;border-radius:var(--radius);padding:34px;box-shadow:var(--shadow);}
.quote-panel h2,.quote-panel h3,.quote-panel a{color:#fff;}
.quote-panel p,.quote-panel li{color:rgba(255,255,255,.88);}
.quote-panel .button{background:#fff;color:var(--ink);border-color:#fff;}
.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:20px;}
.feature-list div{border:1px solid var(--line);background:rgba(255,255,255,.58);border-radius:18px;padding:16px;}
.feature-list strong{display:block;margin-bottom:4px;}
.audio-card .audio-note{font-size:14px;color:var(--body);margin-top:8px;}
.audio-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px;}
.audio-actions a{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;}
.faq-list{max-width:900px;}
details.faq-item{border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.62);padding:18px 20px;margin:12px 0;box-shadow:0 10px 24px rgba(96,72,58,.045);}
details.faq-item summary{cursor:pointer;font-weight:800;color:var(--ink);}
details.faq-item p{margin:12px 0 0;color:var(--body);}
.text-page h2{margin-top:34px;}
.text-page h3{margin-top:24px;}
.callout{border-left:4px solid var(--rose-dark);background:rgba(255,255,255,.62);border-radius:0 18px 18px 0;padding:18px 20px;color:var(--body);}
.meta-strip{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px;}
.meta-strip span{background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:999px;padding:8px 12px;color:var(--body);font-size:13px;}
.footer-links{display:flex;gap:14px;flex-wrap:wrap;}
.footer-links a{color:var(--muted);}
.service-links{columns:2;column-gap:28px;list-style:none;margin:12px 0 0;padding:0;}
.service-links li{break-inside:avoid;margin:0 0 8px;}
.service-links a{font-weight:700;}
.hero-service-card{align-self:start;}
@media (max-width:980px){.grid-2,.grid-4,.service-grid,.feature-list{grid-template-columns:1fr}.service-links{columns:1}.hero-service-card{max-width:620px}.page-hero{padding:44px 0 34px}}
@media (max-width:760px){.quote-panel{padding:26px 22px}.meta-strip{gap:8px}.page-hero h1{font-size:46px}.grid-2,.grid-4,.service-grid{gap:14px}}


/* =======================================================================
   v18 Header / logo responsive fix
   Keeps the Trudi Wilkes wordmark and subtitle on single lines, and gives
   highlighted navigation pills more vertical breathing room across widths.
   ======================================================================= */

.site-header {
  overflow: visible;
}

.header-inner {
  min-height: 96px;
  padding-top: 12px;
  padding-bottom: 12px;
  gap: 26px;
}

.brand {
  display: inline-block;
  flex: 0 0 auto;
  min-width: max-content;
  max-width: 100%;
  line-height: 1;
}

.brand strong {
  white-space: nowrap;
  font-size: clamp(30px, 2.9vw, 44px) !important;
  line-height: 0.95;
  letter-spacing: 0.075em;
}

.brand span {
  white-space: nowrap;
  width: max-content;
  max-width: 100%;
  margin-top: 7px;
  font-size: clamp(10px, 0.82vw, 12px);
  line-height: 1.12;
  letter-spacing: 0.235em;
}

.nav {
  column-gap: 8px;
  row-gap: 10px;
  align-items: center;
  align-content: center;
}

.nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 12px 15px;
  line-height: 1;
  white-space: nowrap;
}

.nav a:hover,
.nav a[aria-current="page"],
.nav .quote-link,
.nav .quote-link:hover {
  text-decoration: none !important;
}

.nav .quote-link {
  min-height: 42px;
  padding-inline: 18px;
}

@media (min-width: 1051px) and (max-width: 1240px) {
  .header-inner {
    gap: 20px;
  }

  .nav {
    column-gap: 6px;
    row-gap: 11px;
  }

  .nav a {
    padding-inline: 12px;
    letter-spacing: 0.12em;
  }
}

@media (max-width: 1050px) {
  .header-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 0;
    padding-top: 17px;
    padding-bottom: 18px;
    gap: 15px;
  }

  .nav {
    width: 100%;
    justify-content: flex-start;
    margin-top: 0;
  }

  .nav a {
    min-height: 40px;
    padding: 12px 14px;
  }
}

@media (max-width: 760px) {
  .header-inner {
    display: flex;
    padding-top: 17px;
    padding-bottom: 18px;
  }

  .nav {
    margin-top: 0;
    row-gap: 10px;
  }

  .nav a {
    padding: 11px 12px;
  }
}

@media (max-width: 540px) {
  .brand strong {
    font-size: clamp(28px, 7.4vw, 36px) !important;
    letter-spacing: 0.065em;
  }

  .brand span {
    font-size: clamp(8.7px, 2.1vw, 10px);
    letter-spacing: 0.125em;
    margin-top: 6px;
  }

  .nav {
    column-gap: 6px;
    row-gap: 9px;
  }

  .nav a {
    min-height: 38px;
    padding: 10px 11px;
    font-size: 11px;
    letter-spacing: 0.075em;
  }

  .nav .quote-link {
    min-height: 40px;
    padding-inline: 14px;
  }
}

@media (max-width: 360px) {
  .brand strong {
    font-size: 25px !important;
    letter-spacing: 0.052em;
  }

  .brand span {
    font-size: 7.9px;
    letter-spacing: 0.075em;
  }

  .nav a {
    font-size: 10.5px;
    padding-inline: 9px;
  }
}

/* v18.1: allow the header a little more horizontal room on desktop so the
   full navigation can stay on one clean line where the viewport allows it. */
.site-header .wrap {
  width: min(1240px, calc(100% - 42px));
}


/* =======================================================================
   v19 Content and visual polish
   - Cleaner guide page copy
   - Left-aligned privacy body copy
   - Less repetitive FAQ hero label and full-width FAQ block
   - Wider desktop page titles where they read better on one line
   - Softer Vimeo inset so controls do not sit against the frame
   ======================================================================= */

@media (min-width: 761px) {
  .page-hero h1.wide-title {
    max-width: none;
    white-space: nowrap;
    font-size: clamp(50px, 5.1vw, 72px);
  }
}

@media (max-width: 760px) {
  .page-hero h1.wide-title {
    max-width: 100%;
  }
}

.video-inset {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 20px;
  background: #000;
}

.video-inset iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.hero-video-frame {
  aspect-ratio: auto;
  padding: 10px 10px 14px;
  border: 0;
  overflow: visible;
}

.hero-video-frame iframe {
  border-radius: 0;
}

@media (max-width: 900px) {
  .hero-video-frame {
    padding: 7px 7px 12px;
    border-radius: 24px;
  }

  .video-inset {
    border-radius: 18px;
  }
}

.privacy-page .privacy-copy {
  max-width: 850px;
}

.privacy-page .privacy-copy h2 {
  margin: 30px 0 9px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--rose-dark);
}

.privacy-page .privacy-copy p {
  margin: 0 0 18px;
}

.faq-list-full {
  max-width: none;
  width: 100%;
}

.faq-list-full .faq-item {
  width: 100%;
}

.guide-next-steps .copy h2 {
  max-width: 640px;
}

.guide-next-steps .panel h3 {
  margin-bottom: 10px;
}


/* =======================================================================
   v20 Guide page heading spacing fix
   Keeps the "Planning a voiceover project" heading on one line at normal
   desktop widths and adds clear space before the paragraph below.
   ======================================================================= */

.guide-next-steps .wrap.grid-2 {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
}

.guide-next-steps .copy h2 {
  max-width: none;
  margin-bottom: 18px;
  font-size: clamp(38px, 3.4vw, 46px);
  line-height: 1.08;
}

@media (min-width: 1101px) {
  .guide-next-steps .copy h2 {
    white-space: nowrap;
  }
}

@media (max-width: 1100px) {
  .guide-next-steps .wrap.grid-2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .guide-next-steps .copy h2 {
    margin-bottom: 16px;
  }
}
