/* ============================================================
   Südtirol Wedding — site stylesheet (v3)
   Brand: Stone #F5F2EA, Graphite #1F2420, Silt, Lago accent
   Type: Cormorant Garamond (display) + Inter (text)
   Background: Graphite (intentional deviation from CI Stone surface)
============================================================ */

/* ---------- Tokens ---------- */
:root{
  --stone:#F5F2EA;
  --stone-warm:#FAF8F3;
  --stone-edge:#E8E4D8;
  --graphite:#1F2420;
  --graphite-2:#272D29;
  --graphite-3:#171B18;
  --silt:#8A8A85;
  --silt-light:#A8A89F;
  --lago:#7E9090;
  --lago-deep:#5A6B6B;
  --serif:'Cormorant Garamond',Garamond,'Times New Roman',serif;
  --sans:'Inter',-apple-system,BlinkMacSystemFont,'Helvetica Neue',sans-serif;
  --gutter:clamp(1.5rem,4vw,4rem);
  --ease:cubic-bezier(.2,.8,.2,1);
}

/* ---------- Reset ---------- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{
  scroll-behavior:smooth;
  -webkit-text-size-adjust:100%;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  background:var(--graphite);
}
body{
  background:var(--graphite);
  color:var(--stone);
  font-family:var(--sans);
  font-weight:300;
  font-size:16px;
  line-height:1.65;
  overflow-x:hidden;
  min-height:100vh;
}
img,svg{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;background:none;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent}
input,textarea,select{font:inherit;color:inherit;border-radius:0;-webkit-appearance:none;appearance:none}
::selection{background:var(--stone);color:var(--graphite)}
:focus-visible{outline:1px solid var(--stone);outline-offset:3px}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
  html{scroll-behavior:auto}
}

.skip-link{
  position:absolute;left:-9999px;top:0;z-index:9999;
  padding:.5rem 1rem;background:var(--stone);color:var(--graphite);
  font-size:11px;letter-spacing:.18em;text-transform:uppercase;
}
.skip-link:focus{left:1rem;top:1rem}

/* ---------- Utility ---------- */
.eyebrow{
  font-family:var(--sans);font-size:11px;font-weight:400;
  letter-spacing:.32em;text-transform:uppercase;
  color:var(--lago);display:inline-block;
}

/* ---------- Reveal ---------- */
.reveal{opacity:0;transform:translateY(20px);transition:opacity .9s var(--ease),transform .9s var(--ease)}
.reveal.in{opacity:1;transform:none}
.reveal.d1{transition-delay:.06s}
.reveal.d2{transition-delay:.14s}
.reveal.d3{transition-delay:.22s}

/* ---------- Responsive helpers ---------- */
.br-mobile{display:none}
.sep-desktop{display:inline}
@media(max-width:560px){
  .br-mobile{display:inline}
  .sep-desktop{display:none}
}

/* ============================================================
   HEADER
============================================================ */
.hdr{
  position:fixed;top:0;left:0;right:0;z-index:50;
  display:flex;justify-content:space-between;align-items:center;
  padding:1.4rem var(--gutter);
  padding-top:max(1.4rem, env(safe-area-inset-top));
  background:linear-gradient(180deg,
    rgba(31,36,32,.55) 0%,
    rgba(31,36,32,.25) 60%,
    rgba(31,36,32,0) 100%);
  transition:background .35s var(--ease), backdrop-filter .35s var(--ease), padding .25s var(--ease);
}
.hdr.solid,
.hdr.scrolled{
  background:rgba(31,36,32,.92);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  padding-top:max(.9rem, env(safe-area-inset-top));
  padding-bottom:.9rem;
  border-bottom:1px solid rgba(245,242,234,.08);
}

/* Logo: dominant nav element. 5:1 wordmark — sized to fill most of nav height */
.hdr__brand{
  display:inline-flex;align-items:center;
  height:clamp(44px, 5.2vw, 60px);
  opacity:.95;
  filter:drop-shadow(0 1px 8px rgba(0,0,0,.55));
  transition:opacity .25s, filter .25s, height .3s var(--ease);
}
.hdr.scrolled .hdr__brand,
.hdr.solid .hdr__brand{filter:none;height:clamp(36px, 4vw, 44px)}
.hdr__brand:hover{opacity:1}
.hdr__brand img{height:100%;width:auto;display:block}

.hdr__nav{display:flex;align-items:center;gap:clamp(1rem,2.5vw,2.4rem)}
.hdr__nav a{
  font-family:var(--sans);font-weight:400;
  font-size:13px;letter-spacing:.25em;text-transform:uppercase;
  color:var(--stone);position:relative;
  transition:color .25s var(--ease);
  padding:.4rem 0;
}
.hdr__nav a::after{
  content:"";position:absolute;left:0;right:0;bottom:0;
  height:1px;background:var(--stone);
  transform:scaleX(0);transform-origin:right;
  transition:transform .35s var(--ease);
}
.hdr__nav a:hover{color:var(--stone)}
.hdr__nav a:hover::after,
.hdr__nav a[aria-current="page"]::after{transform:scaleX(1);transform-origin:left}

.hdr__lang{
  display:inline-flex;align-items:center;gap:.5rem;
  font-family:var(--sans);font-size:11px;letter-spacing:.25em;text-transform:uppercase;
  margin-left:.6rem;padding-left:1.2rem;
  border-left:1px solid rgba(245,242,234,.18);
}
.hdr__lang-link{
  position:relative;display:inline-block;
  color:var(--silt);
  padding:.4rem 0;
  transition:color .25s var(--ease);
}
.hdr__lang-link::after{
  content:"";position:absolute;left:0;right:0;bottom:0;
  height:1px;background:var(--stone);
  transform:scaleX(0);transform-origin:right;
  transition:transform .35s var(--ease);
}
.hdr__lang-link:hover{color:var(--stone)}
.hdr__lang-link:hover::after{transform:scaleX(1);transform-origin:left}
.hdr__lang-link[aria-current="true"]{color:var(--stone)}
.hdr__lang-sep{color:var(--silt);opacity:.5}

.hdr__burger{
  display:none;width:34px;height:34px;
  flex-direction:column;justify-content:center;align-items:center;gap:5px;
}
.hdr__burger span{
  display:block;width:22px;height:1px;background:var(--stone);
  transition:transform .3s var(--ease), opacity .3s var(--ease);
}
.hdr__burger[aria-expanded="true"] span:nth-child(1){transform:translateY(3px) rotate(45deg)}
.hdr__burger[aria-expanded="true"] span:nth-child(2){transform:translateY(-3px) rotate(-45deg)}

@media(max-width:860px){
  .hdr__nav{display:none}
  .hdr__burger{display:flex}
  .hdr__brand{height:40px}
  .hdr.solid .hdr__brand,.hdr.scrolled .hdr__brand{height:32px}
}

/* Mobile drawer */
.drawer{
  position:fixed;inset:0;z-index:49;
  background:rgba(23,27,24,.98);
  backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
  display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;
  opacity:0;pointer-events:none;
  transition:opacity .4s var(--ease);
}
.drawer.open{opacity:1;pointer-events:auto}
.drawer > a{
  font-family:var(--serif);font-weight:300;font-size:2rem;
  color:var(--stone);
}
.drawer > a em{font-style:italic;font-weight:400}
.drawer__lang{
  display:inline-flex;align-items:center;gap:.5rem;
  font-family:var(--sans);font-size:12px;letter-spacing:.3em;text-transform:uppercase;
  color:var(--silt);margin-top:1.5rem;
}
.drawer__lang-link{
  color:var(--silt);
  padding:.3rem 0;
  border-bottom:1px solid transparent;
  transition:color .25s var(--ease), border-color .25s var(--ease);
}
.drawer__lang-link:hover,
.drawer__lang-link[aria-current="true"]{
  color:var(--stone);
  border-bottom-color:var(--stone);
}

/* ============================================================
   HERO
============================================================ */
.hero{
  position:relative;
  height:100vh;min-height:600px;max-height:1000px;
  overflow:hidden;
}
.hero__img{position:absolute;inset:0}
.hero__img img{
  width:100%;height:100%;object-fit:cover;object-position:50% 0%;
}
.hero__img::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,
    rgba(31,36,32,.30) 0%,
    rgba(31,36,32,0) 22%,
    rgba(31,36,32,.15) 50%,
    rgba(31,36,32,.75) 80%,
    rgba(31,36,32,.98) 100%);
}

.hero__content{
  position:absolute;
  left:var(--gutter);right:var(--gutter);
  bottom:clamp(4.5rem,10vh,7.5rem);
  z-index:2;
  max-width:1500px;margin:0 auto;
}
.hero__eyebrow{
  display:flex;align-items:center;gap:.8rem;
  margin-bottom:1.4rem;
  font-family:var(--sans);font-size:11px;font-weight:400;
  letter-spacing:.32em;text-transform:uppercase;color:var(--stone);
  opacity:.92;
}
.hero__eyebrow::before{
  content:"";width:36px;height:1px;background:var(--stone);opacity:.6;
}
.hero__title{
  font-family:var(--serif);font-weight:300;
  font-size:clamp(3rem,7.5vw,7rem);
  line-height:1.05;letter-spacing:-.012em;
  color:var(--stone);
  max-width:14ch;
}
.hero__title em{font-style:italic;font-weight:400;display:block;margin-top:.05em}

.hero__bottom-bar{
  position:absolute;left:var(--gutter);right:var(--gutter);
  bottom:1.6rem;z-index:2;
  max-width:1500px;margin:0 auto;
  display:flex;justify-content:space-between;align-items:center;gap:1rem;
  font-family:var(--sans);font-size:10px;font-weight:400;
  letter-spacing:.32em;text-transform:uppercase;color:var(--silt-light);
  padding-top:1rem;
  border-top:1px solid rgba(245,242,234,.14);
}

/* Scroll cue — sits above the bottom-bar, doesn't overlap the divider */
.hero__scroll{
  position:absolute;right:var(--gutter);bottom:8.5rem;z-index:3;
  width:1px;height:42px;background:rgba(245,242,234,.4);
  overflow:hidden;
}
.hero__scroll::after{
  content:"";position:absolute;left:0;top:0;
  width:1px;height:14px;background:var(--stone);
  animation:scrollCue 2.2s var(--ease) infinite;
}
@keyframes scrollCue{
  0%{transform:translateY(-100%)}
  60%,100%{transform:translateY(420%)}
}

@media(max-width:560px){
  /* Hero — quieter, more breathing room */
  .hero__content{bottom:clamp(5rem,12vh,7rem)}
  .hero__eyebrow{
    font-size:10px;letter-spacing:.24em;
    margin-bottom:1.1rem;
  }
  .hero__eyebrow::before{width:24px}
  .hero__title{
    font-size:clamp(2.4rem,11vw,3.4rem);
    line-height:1.1;
    max-width:11ch;
  }
  .hero__bottom-bar{
    font-size:9px;letter-spacing:.22em;
    bottom:1.2rem;
    padding-top:.85rem;
    justify-content:flex-start;
  }
  .hero__since{display:none}
  .hero__scroll{display:none}
}

/* Default: hide the mobile-only line break on desktop */
.br-mobile-only{display:none}

/* ============================================================
   STATEMENT (under hero)
============================================================ */
.statement{
  padding:clamp(5rem,10vw,9rem) var(--gutter);
  text-align:center;
  max-width:1100px;margin:0 auto;
}
.statement__lead{
  font-family:var(--serif);font-weight:300;
  font-size:clamp(1.4rem,2.6vw,2.1rem);
  line-height:1.45;color:var(--stone);
  letter-spacing:-.005em;
}
.statement__lead em{font-style:italic;font-weight:400}
.statement__rule{
  display:inline-block;width:36px;height:1px;background:var(--lago);
  margin:2.4rem 0 0;opacity:.7;
}

/* ============================================================
   FEATURE PLATE
============================================================ */
.feature{
  position:relative;
  background:var(--graphite-3);
}
.feature::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:140px;
  background:linear-gradient(180deg, transparent 0%, rgba(31,36,32,.7) 100%);
  pointer-events:none;
}
.feature img{
  width:100%;height:auto;display:block;
  max-height:90vh;object-fit:cover;
}
.feature__cap{
  position:absolute;left:var(--gutter);right:var(--gutter);bottom:1.4rem;
  z-index:1;
  display:flex;justify-content:space-between;align-items:baseline;gap:1rem;
  font-family:var(--sans);font-size:10px;letter-spacing:.32em;
  text-transform:uppercase;color:var(--stone);font-weight:400;
}

/* ============================================================
   SECTION HEADERS
============================================================ */
.sec-head{
  max-width:1500px;margin:0 auto;
  padding:clamp(5rem,9vw,8rem) var(--gutter) clamp(3rem,5vw,4.5rem);
  display:grid;
  grid-template-columns:1fr auto;gap:2rem;
  align-items:end;
}
.sec-head__title{
  font-family:var(--serif);font-weight:300;
  font-size:clamp(2.4rem,4.5vw,3.6rem);
  line-height:1.05;letter-spacing:-.01em;
  color:var(--stone);
}
.sec-head__title em{font-style:italic;font-weight:400}
.sec-head__meta{
  text-align:right;
  font-family:var(--serif);font-style:italic;font-weight:300;
  font-size:clamp(1rem,1.4vw,1.2rem);
  color:var(--silt-light);
  max-width:30ch;line-height:1.45;
}
@media(max-width:780px){
  .sec-head{grid-template-columns:1fr;gap:1.4rem}
  .sec-head__meta{text-align:left}
}

/* Short intro paragraph that sits between sec-head and the visual content (gallery / films) */
.section-intro{
  max-width:1500px;margin:0 auto;
  padding:0 var(--gutter) clamp(3rem,5vw,4.5rem);
  margin-top:calc(-1 * clamp(2rem,3.5vw,3rem));
}
.section-intro p{
  max-width:62ch;
  font-family:var(--serif);font-weight:300;
  font-size:clamp(1.05rem,1.5vw,1.3rem);
  line-height:1.6;color:var(--silt-light);
  font-style:italic;
}

/* ============================================================
   PHOTOGRAPHY — full-bleed magazine gallery
============================================================ */
.gallery{
  display:flex;flex-direction:column;
  gap:clamp(.5rem,.6vw,.8rem);
  margin-bottom:clamp(2rem,4vw,4rem);
}
.row{position:relative}

.row--full .row__media{
  width:100vw;
  margin-left:calc(50% - 50vw);
}
.row--full img{
  width:100%;height:auto;display:block;
  max-height:90vh;object-fit:cover;
}

.row--two-up .row__media{
  display:grid;grid-template-columns:1fr 1fr;
  gap:clamp(.5rem,.6vw,.8rem);
  width:100vw;
  margin-left:calc(50% - 50vw);
}
.row--two-up img{
  width:100%;height:auto;display:block;aspect-ratio:3/2;object-fit:cover;
}

.row__cap{
  display:flex;justify-content:space-between;align-items:baseline;gap:1rem;
  padding:.7rem var(--gutter) 0;
  max-width:1500px;margin:0 auto;
  font-family:var(--sans);font-size:10px;letter-spacing:.3em;
  text-transform:uppercase;color:var(--silt);font-weight:400;
}
.row__cap em{
  font-family:var(--serif);font-style:italic;font-size:13px;
  letter-spacing:0;text-transform:none;color:var(--silt-light);
}

/* Top-aligned image crop — preserves heads when image is taller than its slot */
.row img.img-top{object-position:top center;}

/* Show more — hidden tail of the gallery */
.gallery[data-collapsed="true"] .gallery__rest{display:none}
.gallery__more{
  display:flex;justify-content:center;
  padding:clamp(1.5rem,3vw,2.5rem) var(--gutter) clamp(.5rem,1.5vw,1rem);
}
.gallery[data-collapsed="false"] .gallery__more{display:none}
.gallery__more-btn{
  background:transparent;
  border:1px solid var(--stone);
  color:var(--stone);
  font-family:var(--sans);
  font-size:11px;
  letter-spacing:.35em;
  text-transform:uppercase;
  padding:1rem 2.5rem;
  cursor:pointer;
  transition:background .25s ease,color .25s ease;
}
.gallery__more-btn:hover,.gallery__more-btn:focus-visible{
  background:var(--stone);
  color:var(--graphite);
  outline:none;
}

@media(max-width:680px){
  .row--two-up .row__media{grid-template-columns:1fr;gap:clamp(.5rem,.6vw,.8rem)}
  .row--two-up img{aspect-ratio:3/2}
}

/* ============================================================
   FILM — 2-up grid, 6 videos in 3×2 rows for more presence
============================================================ */
.films{
  max-width:1500px;margin:0 auto;
  padding:0 var(--gutter) clamp(3rem,5vw,5rem);
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:clamp(1.2rem,2vw,1.8rem);
}
@media(max-width:680px){
  .films{grid-template-columns:1fr}
}

.film{
  position:relative;display:flex;flex-direction:column;
  text-align:left;
  transition:transform .4s var(--ease);
}
.film:hover{transform:translateY(-3px)}

.film__poster{
  position:relative;
  aspect-ratio:16/9;
  background:var(--graphite-3);
  overflow:hidden;
  display:flex;align-items:flex-end;
  cursor:pointer;
}
.film__poster img{
  position:absolute;inset:0;
  width:100%;height:100%;object-fit:cover;
  transition:transform .8s var(--ease), opacity .4s ease;
  opacity:.85;
}
.film:hover .film__poster img{transform:scale(1.04);opacity:1}

.film__poster::before{
  content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(180deg,
    rgba(31,36,32,.05) 0%,
    rgba(31,36,32,.25) 55%,
    rgba(31,36,32,.85) 100%);
  pointer-events:none;
}

.film__play{
  position:absolute;top:1rem;right:1rem;z-index:2;
  width:42px;height:42px;border-radius:50%;
  border:1px solid rgba(245,242,234,.7);
  background:rgba(31,36,32,.45);backdrop-filter:blur(6px);
  display:flex;align-items:center;justify-content:center;
  transition:background .25s var(--ease), transform .25s var(--ease), border-color .25s var(--ease);
}
.film__play::after{
  content:"";display:block;
  border-style:solid;
  border-width:6px 0 6px 10px;
  border-color:transparent transparent transparent var(--stone);
  margin-left:3px;
  transition:border-color .25s var(--ease);
}
.film:hover .film__play{
  background:var(--stone);
  border-color:var(--stone);
  transform:scale(1.08);
}
.film:hover .film__play::after{border-left-color:var(--graphite)}

.film__title{
  position:relative;z-index:2;
  padding:1rem 1.2rem;
  font-family:var(--serif);font-weight:300;font-style:italic;
  font-size:clamp(1.1rem,1.5vw,1.4rem);
  color:var(--stone);
  line-height:1.1;letter-spacing:-.005em;
}
.film__cap{
  margin-top:.7rem;
  padding-top:.6rem;
  border-top:1px solid rgba(245,242,234,.1);
  font-family:var(--sans);font-size:10px;letter-spacing:.3em;
  text-transform:uppercase;color:var(--silt);
  font-weight:400;
  display:flex;justify-content:space-between;gap:1rem;
}

/* Coming-soon placeholder card */
.film--placeholder .film__poster{
  background:var(--graphite-3);
  cursor:default;border:1px dashed rgba(245,242,234,.18);
}
.film--placeholder .film__poster::before{display:none}
.film--placeholder .film__play{display:none}
.film--placeholder .film__title{color:var(--silt)}
.film--placeholder:hover{transform:none}

/* ============================================================
   STUDIO (3 alternating rows: photo / bio)
============================================================ */
.studio-section{
  padding-bottom:clamp(4rem,7vw,6rem);
}
.studio-lead{
  max-width:780px;
  margin:0 auto clamp(3rem,5vw,4.5rem);
  padding:0 var(--gutter);
  text-align:center;
}
.studio-lead p{
  font-family:var(--serif);font-weight:300;
  font-size:clamp(1.15rem,1.7vw,1.4rem);
  color:var(--stone);line-height:1.55;
}
.studio-lead p em{font-style:italic;font-weight:400}
.studio-lead p + p{margin-top:1.2rem}

.member{
  max-width:1300px;margin:0 auto;
  padding:0 var(--gutter);
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:clamp(2rem,5vw,5rem);
  align-items:center;
  margin-bottom:clamp(3rem,6vw,5.5rem);
}
.member--reverse{grid-template-columns:1.2fr 1fr}
.member--reverse .member__photo{order:2}
.member--reverse .member__body{order:1}

.member__photo{
  position:relative;aspect-ratio:1/1;
  background:var(--graphite-3);
  overflow:hidden;
}
.member__photo img{
  width:100%;height:100%;object-fit:cover;display:block;
}

.member__body{
  display:flex;flex-direction:column;gap:1rem;
}
.member__num{
  font-family:var(--serif);font-style:italic;font-weight:300;
  font-size:1.4rem;color:var(--lago);
  margin-bottom:-.4rem;
}
.member__name{
  font-family:var(--serif);font-weight:300;
  font-size:clamp(2rem,3.5vw,2.8rem);
  line-height:1;letter-spacing:-.01em;
  color:var(--stone);
}
.member__name em{font-style:italic;font-weight:400}
.member__role{
  font-family:var(--sans);font-size:11px;font-weight:400;
  letter-spacing:.3em;text-transform:uppercase;
  color:var(--lago);
  margin-bottom:.5rem;
}
.member__bio{
  font-family:var(--sans);font-size:15px;font-weight:300;
  line-height:1.7;color:var(--silt-light);
  max-width:48ch;
}
.member__bio + .member__bio{margin-top:.7rem}

@media(max-width:780px){
  .member,.member--reverse{
    grid-template-columns:1fr;gap:1.6rem;
  }
  .member--reverse .member__photo{order:1}
  .member--reverse .member__body{order:2}
}

/* ============================================================
   CONTACT
============================================================ */
.contact{
  padding:clamp(4rem,8vw,7rem) var(--gutter);
  background:var(--graphite-2);
}
.contact__inner{
  max-width:1300px;margin:0 auto;
}
.contact__head{
  text-align:center;margin-bottom:clamp(3rem,5vw,4.5rem);
}
.contact__head .eyebrow{margin-bottom:1.2rem}
.contact__head h2{
  font-family:var(--serif);font-weight:300;
  font-size:clamp(2.4rem,5vw,3.6rem);
  line-height:1.05;letter-spacing:-.01em;
  color:var(--stone);
  max-width:32ch;margin:0 auto;
}
.contact__head h2 em{font-style:italic;font-weight:400}

.contact__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:clamp(2.5rem,6vw,5rem);
  align-items:start;
}
@media(max-width:860px){
  .contact__grid{grid-template-columns:1fr;gap:3rem}
}

.contact__left p{
  font-family:var(--serif);font-weight:300;
  font-size:clamp(1.05rem,1.5vw,1.25rem);
  line-height:1.6;color:var(--stone);
  max-width:38ch;
}
.contact__left p em{font-style:italic;font-weight:400}
.contact__left p + p{margin-top:1rem}
.contact__channels{
  margin-top:2.4rem;
  padding-top:1.6rem;
  border-top:1px solid rgba(245,242,234,.1);
  display:flex; flex-direction:column;
  gap:1.4rem;
  font-family:var(--sans); font-weight:300;
}
/* Each channel: small uppercase eyebrow + large legible value */
.contact__channels dt{
  font-size:10px; font-weight:400;
  letter-spacing:.3em; text-transform:uppercase;
  color:var(--silt);
  margin-bottom:.35rem;
}
.contact__channels dd{
  font-family:var(--serif); font-weight:300;
  font-size:clamp(1.25rem, 1.8vw, 1.55rem);
  line-height:1.3;
  color:var(--stone);
}
/* Make email + phone read as clickable: subtle underline on hover, color shift */
.contact__channels dd a{
  color:var(--stone);
  border-bottom:1px solid rgba(245,242,234,.25);
  padding:.2rem 0 .35rem;
  transition:border-color .25s var(--ease), color .25s var(--ease);
  display:inline-block;
  /* Mobile tap target — make sure the link area is big enough to tap reliably */
  min-height:32px;
}
.contact__channels dd a:hover,
.contact__channels dd a:focus-visible{
  border-color:var(--stone);
}
/* Address is informational, not a CTA — keep it slightly smaller/quieter */
.contact__channels dd address{
  font-style:normal;
  font-size:1.05rem;
  line-height:1.55;
  color:var(--silt-light);
}

/* The form — fields with solid bordered shells, labels stacked above */
.contact__form{
  display:flex;flex-direction:column;gap:1.2rem;
}
.field{
  display:flex;flex-direction:column;gap:.4rem;
}
.field label{
  font-family:var(--sans);font-size:10px;font-weight:400;
  letter-spacing:.3em;text-transform:uppercase;
  color:var(--silt);
}
.field label .field__hint{
  text-transform:none;letter-spacing:0;color:var(--silt);
  font-size:11px;font-style:italic;font-weight:300;margin-left:.4rem;
}
.field input,
.field textarea{
  background:rgba(31,36,32,.5);
  border:1px solid rgba(245,242,234,.18);
  padding:.85rem 1rem;
  font-family:var(--sans);font-size:15px;font-weight:300;
  color:var(--stone);
  transition:border-color .25s var(--ease), background .25s var(--ease);
}
.field input::placeholder,
.field textarea::placeholder{
  color:var(--silt);font-weight:300;font-style:italic;
}
.field input:focus,
.field textarea:focus{
  background:rgba(31,36,32,.7);
  border-color:var(--stone);
  outline:none;
}
.field textarea{
  min-height:120px;resize:vertical;line-height:1.5;
}
.field--row{
  display:grid;grid-template-columns:1fr 1fr;gap:1rem;
}
@media(max-width:520px){
  .field--row{grid-template-columns:1fr}
}

.contact__submit{
  align-self:flex-start;margin-top:.6rem;
  padding:.9rem 1.6rem;
  border:1px solid var(--stone);
  background:transparent;color:var(--stone);
  font-family:var(--sans);font-size:11px;font-weight:400;
  letter-spacing:.3em;text-transform:uppercase;
  display:inline-flex;align-items:center;gap:.6rem;
  transition:background .25s var(--ease), color .25s var(--ease), padding .25s var(--ease), opacity .25s var(--ease);
  cursor:pointer;
}
.contact__submit:hover{
  background:var(--stone);color:var(--graphite);
}
.contact__submit:disabled{
  opacity:.5; cursor:wait;
}
.contact__submit__arrow{transition:transform .25s var(--ease)}
.contact__submit:hover .contact__submit__arrow{transform:translateX(4px)}

/* Honeypot — visually hidden, accessible name 'leaked' for bots only */
.hp-field{
  position:absolute !important;
  left:-9999px !important; top:-9999px !important;
  width:1px; height:1px;
  opacity:0; pointer-events:none;
}

/* GDPR consent checkbox row */
.field--consent{ margin-top:.4rem; }
.field--consent .consent-label{
  display:flex; align-items:flex-start; gap:.7rem;
  font-family:var(--sans); font-size:13px; font-weight:300;
  line-height:1.55; color:var(--silt-light);
  text-transform:none; letter-spacing:0;
  cursor:pointer;
}
.consent-label input[type="checkbox"]{
  flex:0 0 auto; margin-top:.15rem;
  width:18px; height:18px;
  appearance:none; -webkit-appearance:none;
  background:rgba(31,36,32,.5);
  border:1px solid rgba(245,242,234,.4);
  border-radius:2px;
  cursor:pointer; position:relative;
  transition:border-color .2s var(--ease), background .2s var(--ease);
}
.consent-label input[type="checkbox"]:hover{
  border-color:var(--stone);
}
.consent-label input[type="checkbox"]:checked{
  background:var(--stone);
  border-color:var(--stone);
  /* Centered SVG check mark on stone background */
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%231F2420' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='3.5 8.5 6.8 11.5 12.5 5'/></svg>");
  background-repeat:no-repeat;
  background-position:center;
  background-size:14px 14px;
}
/* Remove the old pseudo-element approach (no longer needed) */
.consent-label input[type="checkbox"]:checked::after{
  content:none;
}
.consent-label input[type="checkbox"]:focus-visible{
  outline:2px solid var(--stone); outline-offset:2px;
}
.consent-label a{
  color:var(--stone);
  border-bottom:1px solid rgba(245,242,234,.3);
  transition:border-color .25s var(--ease);
}
.consent-label a:hover{
  border-color:var(--stone);
}

/* Form status messages — shown after AJAX submit */
.contact__status{
  margin-top:1.2rem;
  padding:1rem 1.2rem;
  border:1px solid;
  font-family:var(--sans); font-size:14px; font-weight:300;
  line-height:1.5;
}
.contact__status p{ margin:0; }
.contact__status em{
  font-family:var(--serif); font-style:italic;
  font-weight:400; font-size:1.05em;
}
.contact__status--success{
  background:rgba(90,107,107,.15);
  border-color:rgba(90,107,107,.5);
  color:var(--stone);
}
.contact__status--error{
  background:rgba(31,36,32,.5);
  border-color:rgba(245,242,234,.25);
  color:var(--silt-light);
}
.contact__status a{
  color:var(--stone);
  border-bottom:1px solid rgba(245,242,234,.3);
}
.contact__status a:hover{
  border-color:var(--stone);
}

/* When form is in success state, hide the form fields */
.contact__form.is-success > :not(.contact__status--success){
  display:none;
}

/* ============================================================
   STUDIO ROW — three portraits inside the fused studio section
============================================================ */
.studio-row{
  max-width:1500px;margin:0 auto clamp(3rem,5vw,4.5rem);
  padding:0 var(--gutter);
  display:grid;grid-template-columns:1fr 1fr 1fr;
  gap:clamp(1.2rem,2.5vw,2.4rem);
}
.studio-row__cell{
  display:flex;flex-direction:column;gap:.7rem;
}
.studio-row__photo{
  position:relative;aspect-ratio:4/5;
  background:var(--graphite-3);overflow:hidden;
}
.studio-row__photo img{
  width:100%;height:100%;object-fit:cover;display:block;
  transition:transform .8s var(--ease);
}
.studio-row__cell:hover .studio-row__photo img{transform:scale(1.03)}
.studio-row__name{
  font-family:var(--serif);font-weight:300;font-size:1.35rem;
  color:var(--stone);
  margin-top:.4rem;
}
.studio-row__name em{font-style:italic;font-weight:400}
.studio-row__role{
  font-family:var(--sans);font-size:10px;font-weight:400;
  letter-spacing:.3em;text-transform:uppercase;color:var(--silt);
}

@media(max-width:780px){
  .studio-row{grid-template-columns:1fr;gap:1.6rem}
}

/* Closing quote line under the studio portrait row */
.studio-quote{
  max-width:780px;margin:0 auto;
  padding:clamp(2rem,3.5vw,3rem) var(--gutter) clamp(1rem,2vw,1.5rem);
  text-align:center;
  font-family:var(--serif);font-weight:300;
  font-size:clamp(1.15rem,1.7vw,1.4rem);
  color:var(--stone);line-height:1.55;
}
.studio-quote em{font-style:italic;font-weight:400;color:var(--lago)}

/* ============================================================
   FOOTER
============================================================ */
.ft{
  background:var(--graphite-3);
  padding:clamp(3rem,5vw,4.5rem) var(--gutter) 0;
  border-top:1px solid rgba(245,242,234,.06);
}
.ft__inner{
  max-width:1500px;margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:clamp(2rem,4vw,4rem);
  padding-bottom:clamp(2.5rem,4vw,3.5rem);
}
@media(max-width:860px){
  .ft__inner{grid-template-columns:1fr 1fr;gap:2rem}
}
@media(max-width:480px){
  .ft__inner{grid-template-columns:1fr}
}

.ft__col h4{
  font-family:var(--sans);font-size:10px;font-weight:400;
  letter-spacing:.3em;text-transform:uppercase;
  color:var(--silt);margin-bottom:1rem;
}
.ft__col ul{list-style:none}
.ft__col li{margin-bottom:.6rem}
.ft__col a{
  color:var(--stone);font-size:14px;font-weight:300;
  transition:color .25s var(--ease);
}
.ft__col a:hover{color:var(--lago)}
.ft__col address{
  font-style:normal;font-size:14px;font-weight:300;
  color:var(--stone);line-height:1.7;
}
.ft__brand{
  display:inline-block;
  font-family:var(--serif);font-weight:300;
  font-size:1.5rem;letter-spacing:.05em;
  color:var(--stone);margin-bottom:.7rem;
}
.ft__tagline{
  font-family:var(--serif);font-weight:300;font-style:italic;
  font-size:14px;color:var(--silt-light);
  max-width:28ch;line-height:1.5;
}
.ft__tagline em{font-weight:400}

/* Bottom row — small caps, tight padding (per Florian) */
.ft__bottom{
  border-top:1px solid rgba(245,242,234,.06);
  padding:1rem 0;
  max-width:1500px;margin:0 auto;
  display:flex;justify-content:space-between;align-items:center;gap:1rem;
  font-family:var(--sans);font-size:9.5px;font-weight:400;
  letter-spacing:.32em;text-transform:uppercase;color:var(--silt);
}
.ft__legal{display:flex;gap:1.6rem}
.ft__legal a{color:var(--silt);transition:color .25s var(--ease)}
.ft__legal a:hover,
.ft__legal a[aria-current="page"]{color:var(--stone)}
@media(max-width:560px){
  .ft__bottom{flex-direction:column;align-items:flex-start;gap:.8rem}
}

/* ============================================================
   COOKIE BANNER — bottom right per Florian
============================================================ */
.cookie{
  position:fixed;
  bottom:1.4rem;right:1.4rem;left:auto;
  z-index:60;
  max-width:380px;
  background:rgba(23,27,24,.96);
  backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
  border:1px solid rgba(245,242,234,.1);
  padding:1.2rem 1.4rem;
  display:none;
  transform:translateY(20px);opacity:0;
  transition:transform .4s var(--ease), opacity .4s var(--ease);
}
.cookie.in{transform:none;opacity:1}
.cookie p{
  font-family:var(--sans);font-size:13px;font-weight:300;
  color:var(--silt-light);line-height:1.55;
  margin-bottom:.9rem;
}
.cookie p em{
  font-family:var(--serif);font-style:italic;color:var(--stone);
}
.cookie a{
  color:var(--stone);border-bottom:1px solid rgba(245,242,234,.3);
  transition:border-color .25s var(--ease);
}
.cookie a:hover{border-color:var(--stone)}
.cookie__buttons{
  display:flex;gap:.6rem;
}
.cookie button{
  flex:1;padding:.6rem .9rem;
  font-family:var(--sans);font-size:10px;font-weight:400;
  letter-spacing:.28em;text-transform:uppercase;
  border:1px solid rgba(245,242,234,.18);color:var(--stone);
  transition:background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
}
.cookie button:hover{
  background:var(--stone);color:var(--graphite);border-color:var(--stone);
}
.cookie__decline{opacity:.7}
.cookie__decline:hover{opacity:1}

@media(max-width:520px){
  .cookie{
    bottom:1rem;right:1rem;left:1rem;max-width:none;
  }
}

/* ============================================================
   LIGHTBOX (video)
============================================================ */
.lightbox{
  position:fixed;inset:0;z-index:70;
  background:rgba(15,17,15,.96);
  display:flex;align-items:center;justify-content:center;
  padding:2rem;
  opacity:0;pointer-events:none;
  transition:opacity .35s var(--ease);
}
.lightbox.open{opacity:1;pointer-events:auto}
.lightbox__frame{
  position:relative;
  width:min(1200px, 100%);
  aspect-ratio:16/9;
  background:#000;
}
.lightbox__frame > #lightbox-content{
  position:absolute;inset:0;
}
.lightbox__frame iframe{
  width:100%;height:100%;border:0;display:block;
}
.lightbox__close{
  position:absolute;top:-44px;right:0;
  width:36px;height:36px;
  display:flex;align-items:center;justify-content:center;
  color:var(--stone);font-family:var(--sans);font-size:20px;
}

/* ============================================================
   PAGE HEAD (legal pages)
============================================================ */
.page-head{
  max-width:900px;margin:0 auto;
  padding:clamp(8rem,12vw,11rem) var(--gutter) clamp(3rem,5vw,4rem);
  text-align:left;
}
.page-head__eyebrow{
  display:flex;align-items:center;gap:.8rem;
  margin-bottom:1.2rem;
  font-family:var(--sans);font-size:11px;font-weight:400;
  letter-spacing:.32em;text-transform:uppercase;color:var(--lago);
}
.page-head__eyebrow::before{
  content:"";width:36px;height:1px;background:var(--lago);opacity:.6;
}
.page-head__title{
  font-family:var(--serif);font-weight:300;
  font-size:clamp(2.6rem,5vw,4rem);
  line-height:1.05;letter-spacing:-.01em;
  color:var(--stone);margin-bottom:1.4rem;
}
.page-head__title em{font-style:italic;font-weight:400}
.page-head__sub{
  font-family:var(--serif);font-style:italic;font-weight:300;
  font-size:clamp(1.05rem,1.5vw,1.25rem);
  color:var(--silt-light);max-width:50ch;line-height:1.5;
}

/* Legal page content — applied to both single .legal-section blocks
   and to <section> elements inside <article class="article"> */
.legal-section,
.article{
  max-width:900px;margin:0 auto;
}
.legal-section{
  padding:0 var(--gutter) clamp(2.5rem,4vw,3.5rem);
}
.article{
  padding:0 var(--gutter) clamp(4rem,6vw,5rem);
}
.article > section{
  padding:clamp(2rem,3.5vw,3rem) 0;
}
.article > section + section{
  border-top:1px solid rgba(245,242,234,.08);
}
.legal-section + .legal-section{
  border-top:1px solid rgba(245,242,234,.08);
  padding-top:clamp(2rem,3.5vw,3rem);
}

/* Headings */
.legal-section h2,
.article > section h2{
  font-family:var(--serif);font-weight:300;
  font-size:clamp(1.4rem,2vw,1.75rem);
  color:var(--stone);margin-bottom:1.2rem;
  letter-spacing:-.005em;
}
.article > section h3{
  font-family:var(--sans);font-weight:500;
  font-size:13px;letter-spacing:.18em;text-transform:uppercase;
  color:var(--stone);
  margin-top:1.6rem;margin-bottom:.7rem;
}
.article > section h3:first-of-type{margin-top:.4rem}

/* Body text */
.legal-section p,
.article > section p{
  font-family:var(--sans);font-size:14px;font-weight:300;
  line-height:1.7;color:var(--silt-light);
  max-width:65ch;
}
.legal-section p + p,
.article > section p + p{margin-top:.9rem}
.article > section p.meta{
  font-family:var(--sans);font-size:11px;letter-spacing:.28em;
  text-transform:uppercase;color:var(--silt);
  margin-bottom:1.6rem;
}
.article > section strong{
  color:var(--stone);font-weight:500;
}

/* Lists */
.article > section ul{
  list-style:none;padding:0;margin:.4rem 0 0;
  max-width:65ch;
}
.article > section ul li{
  position:relative;padding-left:1.4rem;
  font-family:var(--sans);font-size:14px;font-weight:300;
  line-height:1.7;color:var(--silt-light);
}
.article > section ul li + li{margin-top:.5rem}
.article > section ul li::before{
  content:"";position:absolute;left:0;top:.7em;
  width:8px;height:1px;background:var(--lago);opacity:.7;
}

/* Links */
.legal-section a,
.article > section a{
  color:var(--stone);
  border-bottom:1px solid rgba(245,242,234,.3);
  transition:border-color .25s var(--ease);
}
.legal-section a:hover,
.article > section a:hover{border-color:var(--stone)}

/* Definition lists */
.legal-section dl,
.article > section dl{
  display:grid;grid-template-columns:auto 1fr;gap:.6rem 1.6rem;
  font-family:var(--sans);font-size:14px;font-weight:300;
  color:var(--silt-light);
  margin-top:.4rem;
}
.legal-section dt,
.article > section dt{
  font-size:10px;font-weight:400;
  letter-spacing:.28em;text-transform:uppercase;
  color:var(--silt);align-self:start;padding-top:.18rem;
}
.legal-section dd,
.article > section dd{color:var(--stone);line-height:1.5}

/* Inline code */
.legal-section code,
.article > section code{
  font-family:'SF Mono',ui-monospace,monospace;font-size:.85em;
  background:rgba(245,242,234,.06);padding:.1rem .35rem;
  color:var(--stone);
}

/* Ghost button (cookie-settings re-open) */
.btn-ghost{
  display:inline-flex;align-items:center;gap:.6rem;
  margin-top:1rem;padding:.8rem 1.4rem;
  border:1px solid var(--stone);
  background:transparent;color:var(--stone);
  font-family:var(--sans);font-size:11px;font-weight:400;
  letter-spacing:.3em;text-transform:uppercase;
  cursor:pointer;
  transition:background .25s var(--ease), color .25s var(--ease);
}
.btn-ghost:hover{
  background:var(--stone);color:var(--graphite);
}

/* ============================================================
   MOBILE OVERRIDES (kept at end of stylesheet to win source order)
============================================================ */
@media(max-width:560px){
  /* Feature caption — much smaller, hugged to the edges */
  .feature .feature__cap{
    left:.7rem;right:.7rem;bottom:.45rem;
    font-size:7px;letter-spacing:.18em;
    gap:.5rem;
  }

  /* Statement — break after "film" only on mobile */
  .br-mobile-only{display:inline}
}
