/* ============================================================
   QUEST REFINED — FABLE EDITION
   The Quest template's own section grammar (hero → statement →
   pillar trio → image tiles → numbered process → about → photo
   CTA), streamlined to the July copy and made image-forward.
   Simple. Clean. Visual.
   ============================================================ */
:root{
  /* Brand palette — Curated Connections brand guide (Dec 2022):
     Brand Blue #0e5a6a (replaces Morning Blue) · Kombu Green #364033 · Rocket Metallic #877d78 · Spanish Grey #8f9494 */
  --brand:#0e5a6a;        /* Brand Blue — logo, statement bands, interactive accents */
  --cream:#ffffff;
  --white:#ffffff;
  --teal-deep:#364033;    /* Kombu Green (exact) — headings, dark bands, footer */
  --teal-text:#0e5a6a;    /* Brand Blue — passes AA for small text as-is */
  --body:#474c4b;
  --sand:#ffffff;
  --hair:#d9dbda;
  --ink:#364033;          /* Kombu (exact) — nav ink, scrims */
  --serif:"Instrument Serif", Georgia, serif;
  --sans:"Open Sans", Helvetica, Arial, sans-serif;
  --pad:clamp(1.25rem,4.5vw,4.25rem);
  --maxw:1360px;
}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{overflow-x:clip}
body{
  font-family:var(--sans);font-weight:400;font-size:1rem;line-height:1.7;
  color:var(--body);background:var(--cream);-webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
ul{list-style:none}
::selection{background:var(--teal-deep);color:var(--cream)}

.wrap{max-width:var(--maxw);margin:0 auto;padding-left:var(--pad);padding-right:var(--pad)}
.wrap--narrow{max-width:860px}
.center{text-align:center}

h1,h2,h3{font-family:var(--serif);font-weight:400;color:var(--teal-deep);line-height:1.05;letter-spacing:.005em}
h1 em,h2 em,h3 em{font-style:italic}
.eyebrow{
  font-size:.6875rem;font-weight:600;letter-spacing:.32em;text-transform:uppercase;color:var(--teal-text);
}
.eyebrow--light{color:var(--sand)}
.lead{font-size:clamp(1rem,1.25vw,1.125rem);font-weight:300}

.btn{
  display:inline-block;border:1px solid var(--teal-deep);border-radius:0;
  padding:1.05em 2.4em;font-size:.6875rem;font-weight:600;letter-spacing:.24em;
  text-transform:uppercase;line-height:1;cursor:pointer;
  color:var(--teal-deep);background:transparent;
  transition:background .45s ease,color .45s ease,border-color .45s ease;
}
.btn:hover{background:var(--teal-deep);color:var(--cream)}
.btn--solid{background:var(--teal-deep);color:var(--cream)}
.btn--solid:hover{background:var(--ink);border-color:var(--ink)}
.btn--cream{border-color:rgba(250,252,251,.7);color:#fff}
.btn--cream:hover{background:#fff;border-color:#fff;color:var(--teal-deep)}
.btn--cream-solid{background:var(--sand);border-color:var(--sand);color:var(--teal-deep)}
.btn--cream-solid:hover{background:transparent;color:var(--sand)}

/* reveal */
.rv{opacity:0;transform:translateY(26px);transition:opacity .9s ease var(--d,0s),transform 1s cubic-bezier(.19,1,.22,1) var(--d,0s)}
.rv.in{opacity:1;transform:none}
html.no-js .rv{opacity:1;transform:none}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  .rv{opacity:1;transform:none;transition:none}
  *,*::before,*::after{animation-duration:.001s !important;transition-duration:.001s !important}
}

/* ============ HEADER ============ */
.site-head{position:fixed;inset:0 0 auto 0;z-index:60;transition:background .5s ease,box-shadow .5s ease}
.site-head .wrap{max-width:none;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-top:1.05rem;padding-bottom:1.05rem}
.site-head.scrolled{background:rgba(255,255,255,.94);backdrop-filter:blur(10px);box-shadow:0 1px 0 var(--hair)}
.brand{display:flex;align-items:center;gap:.85rem;color:#fff;transition:color .4s ease}
.site-head.scrolled .brand{color:var(--brand)}
.brand-mark{width:2.6rem;height:2.6rem;border:1px solid currentColor;display:grid;place-items:center;font-family:var(--serif);font-size:1.15rem}
.brand-name{font-family:var(--serif);font-size:1.15rem;line-height:1.1}
.brand-logo{display:block;height:4rem;width:calc(4rem * 2400 / 1124);color:inherit}
.site-foot .brand-logo{height:4.2rem;width:calc(4.2rem * 2400 / 1124)}
@media (max-width:600px){.brand-logo{height:3rem;width:calc(3rem * 2400 / 1124)}}
.brand-sub{font-size:.53rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;opacity:.75;margin-top:.2rem}
.main-nav{display:flex;align-items:center;gap:1.9rem}
.main-nav a:not(.btn){
  font-size:.6875rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.9);
  position:relative;padding:.3rem 0;transition:color .4s ease;
}
.site-head.scrolled .main-nav a:not(.btn){color:var(--ink)}
.main-nav a:not(.btn)::after{
  content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:currentColor;
  transform:scaleX(0);transform-origin:right;transition:transform .45s cubic-bezier(.19,1,.22,1);
}
.main-nav a:not(.btn):hover::after,.main-nav a[aria-current]::after{transform:scaleX(1);transform-origin:left}
.main-nav .btn{padding:.9em 1.7em;border-color:rgba(250,252,251,.7);color:#fff}
.main-nav .btn:hover{background:#fff;border-color:#fff;color:var(--teal-deep)}
.site-head.scrolled .main-nav .btn{border-color:var(--teal-deep);color:var(--teal-deep)}
.site-head.scrolled .main-nav .btn:hover{background:var(--teal-deep);color:var(--cream)}
.burger{display:none;background:none;border:1px solid currentColor;color:#fff;width:2.6rem;height:2.6rem;cursor:pointer;position:relative;z-index:70;transition:color .4s ease}
.site-head.scrolled .burger{color:var(--ink)}
html.menu-open .burger{color:var(--ink)}
.burger span{position:absolute;left:23%;width:54%;height:1px;background:currentColor;transition:transform .4s ease}
.burger span:nth-child(1){top:38%}
.burger span:nth-child(2){top:62%}
html.menu-open .burger span:nth-child(1){transform:translateY(.31rem) rotate(45deg)}
html.menu-open .burger span:nth-child(2){transform:translateY(-.31rem) rotate(-45deg)}
.mobile-nav{
  position:fixed;inset:0;z-index:65;background:var(--cream);
  display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.35rem;
  opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease;
}
html.menu-open .mobile-nav{opacity:1;visibility:visible}
.mobile-nav a{font-family:var(--serif);font-size:clamp(2rem,8vw,3rem);color:var(--ink)}
.mobile-nav a:hover{font-style:italic;color:var(--teal-text)}
.mobile-nav .btn{font-family:var(--sans);font-size:.6875rem;margin-top:1.3rem}
@media (max-width:900px){.main-nav{display:none}.burger{display:block}}

/* ============ HERO ============ */
.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}
.hero-bg{position:absolute;inset:0;z-index:0;background:var(--ink)}
.hero-bg .hero-poster{position:absolute;inset:0 0 auto 0}
.hero-bg video{position:relative;opacity:0;transition:opacity 1.2s ease}
.hero-bg video.is-playing{opacity:1}
.hero-bg img,.hero-bg video{display:block;width:100%;height:112%;object-fit:cover;will-change:transform}
.hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(54,64,51,.28) 0%,rgba(54,64,51,.1) 45%,rgba(54,64,51,.34) 100%)}
.hero-inner{position:relative;z-index:2;max-width:1160px;padding:9rem var(--pad) 7rem}
.hero .eyebrow{color:var(--sand)}
.hero h1{
  color:#fff;text-transform:uppercase;
  font-size:clamp(2.6rem,5.6vw,4.9rem);line-height:1.04;margin:1.3rem 0 1.5rem;
}
.hero h1 em{color:var(--sand);text-transform:none}
.hero .lead{color:rgba(250,252,251,.92);max-width:44rem;margin:0 auto}
.hero-btns{display:flex;justify-content:center;gap:.9rem;flex-wrap:wrap;margin-top:2.2rem}
.hero-scroll{
  position:absolute;left:50%;bottom:1.9rem;transform:translateX(-50%);z-index:2;
  color:rgba(250,252,251,.75);font-size:.56rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;
  display:flex;flex-direction:column;align-items:center;gap:.6rem;
}
.hero-scroll::after{content:"";width:1px;height:2.6rem;background:rgba(250,252,251,.5)}

/* ============ STATEMENT (Company Why) ============ */
.statement{padding:clamp(4.5rem,9vh,7.5rem) 0 clamp(3rem,6vh,4.5rem)}
.statement h2{font-size:clamp(1.9rem,3.6vw,3.3rem);max-width:21ch;margin:1.2rem auto 1.6rem}
.statement p{max-width:46rem;margin:0 auto}

/* triptych image band */
.triptych{
  display:grid;grid-template-columns:1fr 1.15fr 1fr;gap:clamp(.8rem,1.6vw,1.4rem);
  align-items:center;
  padding:clamp(2.6rem,6vh,4.5rem) var(--pad) 0;
  max-width:var(--maxw);margin:0 auto;
}
.triptych figure{overflow:hidden;position:relative;background:var(--teal-deep)}
.triptych img{width:100%;height:100%;object-fit:cover;transition:transform 1.4s cubic-bezier(.19,1,.22,1)}
.triptych figure:hover img{transform:scale(1.05)}
.triptych figure:nth-child(1),.triptych figure:nth-child(3){aspect-ratio:4/4.4}
.triptych figure:nth-child(2){aspect-ratio:4/5.4}

/* ============ VALUES TRIO ============ */
.values{padding:clamp(3.2rem,7vh,5.5rem) 0 clamp(4.5rem,9vh,7.5rem)}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.6rem,3.4vw,3.6rem);border-top:1px solid var(--hair)}
.value{padding:1.9rem 1.2rem .4rem 0}
.value .n{font-family:var(--serif);font-style:italic;font-size:.95rem;color:var(--teal-text);opacity:.75}
.value h3{font-size:clamp(1.45rem,1.9vw,1.8rem);margin:.55rem 0 .7rem}
.value p{font-size:.925rem}

/* ============ HELPS (dark numbered process) ============ */
.helps{background:var(--teal-deep);color:var(--cream);padding:clamp(4.5rem,10vh,8rem) 0}
.helps-head{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(1.8rem,4vw,4rem);align-items:end;margin-bottom:clamp(2.6rem,6vh,4.2rem)}
.helps h2{color:#fff;font-size:clamp(1.9rem,3.4vw,3rem);margin-top:1.1rem}
.helps h2 em{color:var(--sand)}
.helps-head p{color:rgba(255,255,255,.82);font-weight:300}
.helps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid rgba(255,255,255,.25)}
.help{padding:2.1rem 2.6rem 2.6rem 0;border-right:1px solid rgba(255,255,255,.25)}
.help + .help{padding-left:2.6rem}
.help:last-child{border-right:0}
.help .n{font-family:var(--serif);font-size:2.6rem;color:var(--sand);line-height:1}
.help h3{color:#fff;font-size:clamp(1.35rem,1.8vw,1.65rem);margin:.9rem 0 .65rem}
.help p{font-size:.925rem;color:rgba(255,255,255,.82)}

/* ============ COLLECTION ============ */
.collection{padding:clamp(4.5rem,10vh,8rem) 0}
.collection-head h2{font-size:clamp(2rem,3.8vw,3.4rem);margin:1.2rem 0 1.4rem}
.collection-head p{max-width:46rem;margin:0 auto}
.cat-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(.9rem,1.8vw,1.5rem);
  margin-top:clamp(2.4rem,5.5vh,3.8rem);
}
.cat{position:relative;overflow:hidden;display:block;aspect-ratio:3/4;background:var(--teal-deep)}
.cat img{width:100%;height:100%;object-fit:cover;transition:transform 1.4s cubic-bezier(.19,1,.22,1)}
.cat:hover img{transform:scale(1.06)}
.cat::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(54,64,51,0) 40%,rgba(54,64,51,.72) 100%);transition:background .5s ease}
.cat:hover::after{background:linear-gradient(180deg,rgba(54,64,51,.08) 20%,rgba(54,64,51,.8) 100%)}
.cat-label{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:1.7rem 1.6rem;color:#fff}
.cat-label .k{font-size:.6rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--sand)}
.cat-label h3{color:#fff;font-size:clamp(1.5rem,2.1vw,1.95rem);margin-top:.45rem}
.cat-label .who{font-size:.78rem;letter-spacing:.05em;color:rgba(250,252,251,.85);margin-top:.4rem;font-weight:300}
.cat-label .go{
  display:inline-block;margin-top:.9rem;font-size:.62rem;font-weight:600;letter-spacing:.26em;text-transform:uppercase;color:var(--sand);
  border-bottom:1px solid rgba(255,255,255,.55);padding-bottom:.25rem;
  opacity:0;transform:translateY(6px);transition:opacity .45s ease,transform .45s ease;
}
.cat:hover .go{opacity:1;transform:none}
.collection-cta{margin-top:clamp(2.4rem,5vh,3.4rem)}

/* logo strip */
.logo-strip{
  display:flex;flex-wrap:wrap;justify-content:center;align-items:center;
  gap:1.5rem 2.8rem;
  margin-top:clamp(3rem,6.5vh,4.6rem);padding-top:clamp(2.2rem,4.5vh,3rem);
  border-top:1px solid var(--hair);
}
.logo-strip img{height:2rem;width:auto;max-width:8.5rem;object-fit:contain;opacity:.72;transition:opacity .4s ease}
.logo-strip img:hover{opacity:.95}
.logo-strip .alt{display:none;font-family:var(--serif);font-style:italic;font-size:.9rem;color:var(--teal-text)}


/* ============ PARTNER COLLAGE (full-bleed masonry) ============ */
.partners{background:var(--ink);padding:clamp(4.5rem,10vh,8rem) 0 0}
.partners-head{padding-bottom:clamp(2.2rem,5vh,3.4rem)}
.partners-head .eyebrow{color:var(--sand)}
.partners-head h2{color:#fff;font-size:clamp(2rem,3.8vw,3.4rem);margin:1.2rem 0 0}
.partners-head h2 em{color:var(--sand)}
.collage{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:15vw;grid-auto-flow:dense;gap:3px;width:100%}
.ctile{position:relative;overflow:hidden;display:block;background:var(--teal-deep)}
.ctile img{width:100%;height:100%;object-fit:cover;transition:transform 1.4s cubic-bezier(.19,1,.22,1),filter .6s ease}
.ctile:hover img{transform:scale(1.06)}
.ctile::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(54,64,51,0) 45%,rgba(54,64,51,.74) 100%);transition:background .5s ease}
.ctile:hover::after{background:linear-gradient(180deg,rgba(54,64,51,.06) 25%,rgba(54,64,51,.82) 100%)}
.ctile-cap{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:1.1rem 1.2rem;color:#fff}
.ctile-cap .k{display:block;font-size:.53rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--sand);opacity:.9}
.ctile-cap h3{color:#fff;font-size:clamp(1.05rem,1.5vw,1.6rem);margin-top:.25rem;line-height:1.1}
.ctile-cap .loc{display:block;font-size:.72rem;font-weight:300;letter-spacing:.05em;color:rgba(250,252,251,.85);margin-top:.15rem}
.ctile-cap .go{display:inline-block;font-size:.56rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--sand);border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:.15rem;margin-top:.5rem;opacity:0;transform:translateY(5px);transition:opacity .4s ease,transform .4s ease}
.ctile:hover .go{opacity:1;transform:none}
.sp-22{grid-column:span 2;grid-row:span 2}
.sp-21{grid-column:span 2}
.sp-22 .ctile-cap h3{font-size:clamp(1.4rem,2vw,2.1rem)}
@media (max-width:700px){
  .collage{grid-template-columns:repeat(2,1fr);grid-auto-rows:36vw}
  .sp-22{grid-column:span 2;grid-row:span 2}
  .sp-21{grid-column:span 2;grid-row:span 1}
  .ctile-cap .go{display:none}
}

/* ============ MARCE ============ */
.marce{background:var(--sand);padding:clamp(4.5rem,10vh,8rem) 0}
.marce-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(2.2rem,5.5vw,5.5rem);align-items:center}
.marce-photo{position:relative}
.marce-photo img{width:100%;aspect-ratio:4/4.9;object-fit:cover;box-shadow:0 26px 60px rgba(54,64,51,.22)}
.marce-photo .tag{
  position:absolute;left:0;bottom:0;background:var(--teal-deep);color:var(--cream);
  padding:.85rem 1.3rem;font-size:.58rem;font-weight:600;letter-spacing:.26em;text-transform:uppercase;
}
.marce h2{font-size:clamp(1.9rem,3.4vw,3.1rem);margin:1.1rem 0 1.4rem}
.marce p{margin-bottom:1rem;max-width:34rem}
.marce .btn{margin-top:.9rem}

/* ============ FINAL CTA ============ */
.cta{position:relative;overflow:hidden;text-align:center;padding:clamp(6rem,15vh,10rem) 0}
.cta-bg{position:absolute;inset:0;z-index:0}
.cta-bg img{width:100%;height:100%;object-fit:cover}
.cta-bg::after{content:"";position:absolute;inset:0;background:rgba(54,64,51,.4)}
.cta-inner{position:relative;z-index:2}
.cta h2{color:#fff;text-transform:uppercase;font-size:clamp(2.2rem,4.6vw,4rem)}
.cta h2 em{color:var(--sand);text-transform:none}
.cta p{color:rgba(250,252,251,.88);max-width:38rem;margin:1.3rem auto 2.1rem;font-weight:300}

/* ============ FOOTER ============ */
.site-foot{background:var(--teal-deep);color:rgba(255,255,255,.82);padding:clamp(3.6rem,7vh,5.5rem) 0 2.2rem}
.foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2.8rem;padding-bottom:2.6rem;border-bottom:1px solid rgba(255,255,255,.18)}
.site-foot .brand{color:var(--cream)}
.foot-desc{font-size:.9rem;font-weight:300;max-width:24rem;margin-top:1.1rem;color:rgba(255,255,255,.75)}
.foot-col h4{font-family:var(--serif);font-weight:400;color:#fff;font-size:1.05rem;margin-bottom:1rem}
.foot-col li{margin-bottom:.55rem}
.foot-col a{font-size:.875rem;color:rgba(255,255,255,.75);transition:color .3s ease}
.foot-col a:hover{color:var(--sand)}
.foot-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.8rem;padding-top:1.6rem;font-size:.72rem;letter-spacing:.05em;color:rgba(255,255,255,.55)}

/* ============ RESPONSIVE ============ */
@media (max-width:980px){
  .helps-head{grid-template-columns:1fr}
  .helps-grid{grid-template-columns:1fr;border-top:0}
  .help{border-right:0;border-top:1px solid rgba(255,255,255,.25);padding:1.8rem 0 .6rem}
  .help + .help{padding-left:0}
  .marce-grid{grid-template-columns:1fr}
  .values-grid{grid-template-columns:1fr;gap:0;border-top:0}
  .value{border-top:1px solid var(--hair);padding:1.6rem 0}
  .cat-grid{grid-template-columns:1fr}
  .cat{aspect-ratio:16/10}
  .triptych{grid-template-columns:1fr 1fr}
  .triptych figure:nth-child(3){display:none}
  .foot-grid{grid-template-columns:1fr;gap:1.8rem}
}

/* ============ INTERIOR PAGE COMPONENTS ============ */
.page-hero{position:relative;min-height:56vh;display:flex;align-items:flex-end;overflow:hidden;padding:8.5rem 0 3.4rem}
.page-hero .hero-bg{position:absolute;inset:0;z-index:0;background:var(--ink)}
.hero-bg .hero-poster{position:absolute;inset:0 0 auto 0}
.hero-bg video{position:relative;opacity:0;transition:opacity 1.2s ease}
.hero-bg video.is-playing{opacity:1}
.page-hero .hero-bg img{width:100%;height:100%;object-fit:cover}
.page-hero .hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(54,64,51,.5) 0%,rgba(54,64,51,.25) 45%,rgba(54,64,51,.66) 100%)}
.page-hero .wrap{position:relative;z-index:2}
.page-hero .eyebrow{color:var(--sand)}
.page-hero h1{color:#fff;text-transform:uppercase;font-size:clamp(2.1rem,4.4vw,3.9rem);line-height:1.05;margin:1rem 0 .9rem;max-width:20ch}
.page-hero h1 em{color:var(--sand);text-transform:none}
.page-hero .lead{color:rgba(250,252,251,.92);max-width:42rem}
.section{padding:clamp(4rem,9vh,7rem) 0}
.section--white{background:var(--white)}
.section--sand{background:var(--sand)}
.section--ink{background:var(--teal-deep);color:var(--cream)}
.section--ink h2,.section--ink h3{color:#fff}
.section--ink h2 em,.section--ink h3 em{color:var(--sand)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.2rem,5.5vw,5rem);align-items:center}
.split-img img{width:100%;aspect-ratio:4/4.6;object-fit:cover;box-shadow:0 26px 60px rgba(54,64,51,.18)}
.split h2{font-size:clamp(1.8rem,3vw,2.7rem);margin:1rem 0 1.2rem}
.split p{margin-bottom:1rem;max-width:34rem}
@media (max-width:900px){.split{grid-template-columns:1fr}}

/* ============ AUDIENCE DIPTYCH ============ */
.aud{padding-top:clamp(4.5rem,10vh,8rem)}
.aud-head{padding-bottom:clamp(2.2rem,5vh,3.4rem)}
.aud-head h2{font-size:clamp(2rem,3.8vw,3.4rem);margin:1.2rem 0 0;max-width:24ch;margin-inline:auto}
.aud-dip{display:flex;gap:3px;min-height:74vh;background:var(--cream)}
.aud-panel{position:relative;flex:1;overflow:hidden;display:flex;align-items:flex-end;transition:flex 1.1s cubic-bezier(.19,1,.22,1)}
.aud-panel img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 1.5s cubic-bezier(.19,1,.22,1)}
.aud-panel::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(54,64,51,.12) 30%,rgba(54,64,51,.78) 100%);transition:background .6s ease}
.aud-panel:hover{flex:1.45}
.aud-panel:hover img{transform:scale(1.05)}
.aud-panel:hover::after{background:linear-gradient(180deg,rgba(54,64,51,.05) 20%,rgba(54,64,51,.84) 100%)}
.aud-copy{position:relative;z-index:2;padding:clamp(1.8rem,3.5vw,3.4rem);max-width:36rem;color:#fff}
.aud-copy .k{font-size:.6rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--sand)}
.aud-copy h3{color:#fff;font-size:clamp(1.5rem,2.3vw,2.15rem);line-height:1.15;margin:.7rem 0 .8rem}
.aud-copy h3 em{color:var(--sand)}
.aud-copy p{font-size:.95rem;font-weight:300;color:rgba(250,252,251,.9);max-width:30rem;margin-bottom:1.5rem}
@media (max-width:900px){
  .aud-dip{flex-direction:column;min-height:0}
  .aud-panel{min-height:56vh}
  .aud-panel:hover{flex:1}
}
@media (prefers-reduced-motion: reduce){.aud-panel,.aud-panel img{transition:none}.aud-panel:hover{flex:1}}

/* ============ FOOTER SOCIAL ICONS ============ */
.soc{display:flex;gap:.8rem;margin-top:1rem}
.soc a{width:2.5rem;height:2.5rem;border:1px solid rgba(255,255,255,.35);display:grid;place-items:center;color:rgba(255,255,255,.8);transition:color .35s ease,border-color .35s ease,background .35s ease}
.soc a:hover{color:var(--teal-deep);background:var(--sand);border-color:var(--sand)}
.soc svg{width:1.1rem;height:1.1rem;display:block}

/* ============ INSTAGRAM STRIP ============ */
.ig{padding:clamp(4rem,9vh,7rem) 0 0;text-align:center}
.ig .eyebrow{margin-bottom:.9rem}
.ig h2{font-size:clamp(1.7rem,2.8vw,2.5rem);margin-bottom:clamp(2rem,4.5vh,3rem)}
.ig-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:3px}
.ig-grid a{position:relative;display:block;aspect-ratio:1;overflow:hidden;background:var(--teal-deep)}
.ig-grid img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s cubic-bezier(.19,1,.22,1)}
.ig-grid a:hover img{transform:scale(1.06)}
.ig-grid a::after{content:"";position:absolute;inset:0;background:rgba(54,64,51,0);transition:background .45s ease}
.ig-grid a:hover::after{background:rgba(54,64,51,.35)}
.ig-grid .gl{position:absolute;inset:0;display:grid;place-items:center;z-index:2;color:#fff;opacity:0;transition:opacity .45s ease}
.ig-grid a:hover .gl{opacity:1}
.ig-grid .gl svg{width:1.6rem;height:1.6rem}
@media (max-width:760px){.ig-grid{grid-template-columns:repeat(3,1fr)}}

/* ============ PARTNER GALLERY — editorial mosaic ============ */
.pgal{background:var(--white);padding:clamp(4rem,9vh,7rem) 0}
.pgal-head{text-align:center;margin-bottom:clamp(2.2rem,5vh,3.4rem)}
.pgal-head h2{font-size:clamp(1.8rem,3vw,2.7rem);margin-top:1rem}
.pgal-grid{display:grid;grid-template-columns:1.15fr .85fr 1fr;gap:clamp(.9rem,1.8vw,1.4rem);align-items:start}
.pgal-col{display:grid;gap:clamp(.9rem,1.8vw,1.4rem)}
.pgal-col:nth-child(2){margin-top:clamp(2rem,4.5vw,3.6rem)}
.pgal-grid figure{overflow:hidden;background:var(--teal-deep);margin:0}
.pgal-grid img{width:100%;height:100%;object-fit:cover;transition:transform 1.3s cubic-bezier(.19,1,.22,1)}
.pgal-grid figure:hover img{transform:scale(1.05)}
.pgal-grid .r-tall img{aspect-ratio:3/3.9}.pgal-grid .r-wide img{aspect-ratio:3/2}.pgal-grid .r-sq img{aspect-ratio:1/1}
.pgal-note{text-align:center;margin-top:clamp(1.6rem,3.5vh,2.4rem);font-family:var(--serif);font-style:italic;font-size:.95rem;color:var(--teal-text)}
@media (max-width:760px){.pgal-grid{grid-template-columns:1fr 1fr}.pgal-col{display:contents}.pgal-col:nth-child(2){margin-top:0}}

/* hero subtext band (lead moved out of the video hero) — dark statement strip */
.hero-sub{background:var(--brand);padding:clamp(3rem,6.5vh,4.6rem) 0}
.hero-sub .lead{color:var(--cream);font-family:var(--serif);font-size:clamp(1.25rem,1.9vw,1.7rem);line-height:1.55;font-weight:400;max-width:44rem;margin:0 auto}
.hero-sub .lead em{color:#ffffff;font-style:italic}

/* ============================================================
   BRAND PALETTE ROLES (D8) — white-first
   Backgrounds: white everywhere, plus three deliberate moments —
   the Morning Blue statement bar, Kombu content bands (always
   framed by white), and the Kombu footer. Rocket Metallic is the
   warm muted-text voice; Spanish Grey is the line voice.
   ============================================================ */

/* --- Morning Blue: buttons sitewide --- */
.btn{border-color:#0e5a6a;color:#0e5a6a}
.btn:hover{background:#0e5a6a;border-color:#0e5a6a;color:#fff}
.btn--solid{background:#0e5a6a;border-color:#0e5a6a;color:#fff}
.btn--solid:hover{background:var(--teal-deep);border-color:var(--teal-deep);color:#fff}
.btn--cream{border-color:rgba(255,255,255,.7);color:#fff}
.btn--cream:hover{background:#fff;border-color:#fff;color:#0e5a6a}
.btn--cream-solid{background:#fff;border-color:#fff;color:#0e5a6a}
.btn--cream-solid:hover{background:#0e5a6a;border-color:#0e5a6a;color:#fff}
.site-head.scrolled .main-nav .btn{border-color:#0e5a6a;color:#0e5a6a}
.site-head.scrolled .main-nav .btn:hover{background:#0e5a6a;border-color:#0e5a6a;color:#fff}

/* --- Morning Blue: italic serif accents + display numbers --- */
h1 em,h2 em{color:#0e5a6a}
.page-hero h1 em,.hero h1 em,.hero-sub .lead em,.section--ink h2 em{color:#fff}
.hl-rows .n{color:#fff}
.help .n{color:#fff}
.value .n{color:#0e5a6a;opacity:1}

/* --- Morning Blue: collection interactions --- */
.pcard .irow:hover{background:#0e5a6a}
.pcard .irow:hover .ibody h3,.pcard .irow:hover .ibody h3 em,.pcard .irow:hover .desc,
.pcard .irow:hover .loc,.pcard .irow:hover .k,.pcard .irow:hover .pn-k,.pcard .irow:hover .pn-t{color:#fff}
.pcard .irow:hover .pnote{border-color:rgba(255,255,255,.6)}
.pcard .irow:hover .go-arrow,.pcard .irow:focus-visible .go-arrow{background:#fff;border-color:#fff;color:#0e5a6a}
.pcard .irow:hover .ilogo{filter:brightness(0) invert(1)}
.pnote{border-left-color:#0e5a6a}
button.filter-btn:hover{border-color:#0e5a6a;color:#0e5a6a}
button.filter-btn[aria-pressed="true"]{background:#0e5a6a;border-color:#0e5a6a;color:#fff}
.pn-band a:hover{border-color:#0e5a6a;color:#0e5a6a}

/* --- Rocket Metallic: content bands framed by white (Kombu keeps the footer) --- */
.section--ink{background:#877d78}
.helps{background:#877d78}

/* --- White-first: colored blocks never stack against each other or photos --- */
.partners{background:#fff}
.partners-head .eyebrow{color:var(--teal-text)}
.partners-head h2{color:var(--teal-deep)}
.partners-head h2 em{color:#0e5a6a}
.collection-ask{background:#fff;color:var(--body)}
.collection-ask h2{color:var(--teal-deep)}
.collection-ask h2 em{color:#0e5a6a}
.collection-ask .eyebrow--light{color:var(--teal-text)}
.collection-ask .btn--cream-solid{background:#0e5a6a;border-color:#0e5a6a;color:#fff}
.collection-ask .btn--cream-solid:hover{background:var(--teal-deep);border-color:var(--teal-deep);color:#fff}
section[data-screen-label="Giving Back / Special Spirit"]{background:#fff;color:var(--body)}
section[data-screen-label="Giving Back / Special Spirit"] h2{color:var(--teal-deep)}
section[data-screen-label="Giving Back / Special Spirit"] h2 em{color:#0e5a6a}
section[data-screen-label="Giving Back / Special Spirit"] p{color:var(--body)}
section[data-screen-label="Giving Back / Special Spirit"] .eyebrow--light{color:var(--teal-text)}
section[data-screen-label="Giving Back / Special Spirit"] .btn--cream-solid{background:#0e5a6a;border-color:#0e5a6a;color:#fff}
section[data-screen-label="Giving Back / Special Spirit"] .btn--cream-solid:hover{background:var(--teal-deep);border-color:var(--teal-deep);color:#fff}

/* --- Rocket Metallic: the warm muted-text voice --- */
figure.ifig .plate{color:#6e6560}
.pgal-note{color:#6e6560}
.cc-note{color:#6e6560}
.marce-photo .tag{background:#877d78}
.foot-bottom{color:rgba(255,255,255,.5)}

/* --- Spanish Grey: the line voice --- */
div.itin::before{background:#8f9494}
article.pcard::after{border-color:#8f9494}
article.pcard.in::after{background:#8f9494;box-shadow:0 0 0 4px rgba(143,148,148,.15)}
.ifig .plate{border:1px solid #8f9494;border-left:none;border-bottom:none}
span.go-arrow{border-color:#8f9494;color:#0e5a6a}
button.filter-btn{border-color:#8f9494}

/* Giving Back hero: title right-aligned so it clears Marce's face */
.page-hero--right .wrap{display:flex;flex-direction:column;align-items:flex-end;text-align:right}

/* Elfsight Instagram embed: gutter-matched breathing room above the footer */
.ig-embed{padding-bottom:10px}

/* ===== Breakpoint sweep fixes ===== */
/* Partner prev/next band: stack cleanly on phones instead of awkward two-line wrap */
@media (max-width:640px){
  .pn-band .wrap{flex-direction:column;gap:.9rem}
  .pn-band .pn-all{order:3}
}
/* Contact rows: label above value, left-aligned, on phones */
@media (max-width:640px){
  .contact-rows li{flex-direction:column;align-items:flex-start;gap:.2rem}
}
