: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;
}
