*{box-sizing:border-box}
:root{
  --ink:#141414;
  --muted:#615d55;
  --line:#ded9cd;
  --paper:#fffdf8;
  --dark:#101211;
  --accent:#536a45;
  --gold:#b8a46d;
  --max:1120px;
}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Arial, Helvetica, sans-serif;
}
img{display:block;max-width:100%}

/* v9 top brand banner */
.site-header.brand-banner-header{
  display:block;
  border-bottom:1px solid rgba(222,217,205,.9);
  background:
    linear-gradient(180deg, rgba(255,253,248,.98), rgba(251,247,238,.96));
  position:relative;
  z-index:20;
}
.brand-banner-inner{
  max-width:var(--max);
  margin:0 auto;
  padding:18px clamp(22px,5vw,0) 13px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:34px;
}
.brand-lockup{
  display:block;
  text-decoration:none;
  line-height:0;
}
.brand-lockup img{
  width:min(455px, 52vw);
  height:auto;
  object-fit:contain;
  filter:contrast(1.02);
}
.brand-purpose{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:center;
  gap:6px;
  max-width:360px;
  color:#4a463f;
  text-align:right;
}
.brand-purpose span:first-child{
  font-family:Georgia, "Times New Roman", serif;
  font-size:14px;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:#1e1d1a;
}
.brand-purpose span:last-child{
  font-size:12px;
  letter-spacing:.055em;
  text-transform:uppercase;
  line-height:1.45;
  color:var(--muted);
}
.nav{
  max-width:var(--max);
  margin:0 auto;
  padding:0 clamp(22px,5vw,0) 14px;
  display:flex;
  gap:clamp(22px,3.8vw,58px);
  justify-content:center;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.09em;
}
.nav a{
  color:var(--ink);
  text-decoration:none;
  padding:7px 0 2px;
  border-bottom:1px solid transparent;
}
.nav a:hover{
  color:var(--accent);
  border-bottom-color:var(--gold);
}

/* v9 footer brand seal */
.footer-brand-seal{
  display:flex;
  align-items:center;
  gap:16px;
  margin:0 0 22px;
}
.footer-brand-seal img{
  width:58px;
  height:58px;
  object-fit:contain;
  background:#fffdf8;
  border:1px solid rgba(255,255,255,.25);
}
.footer-brand-seal p{
  max-width:420px;
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:13px;
  line-height:1.45;
}




.hero{
  position:relative;
  overflow:hidden;
  color:#fff;
  min-height:460px;
  padding:64px clamp(24px,5vw,76px) 58px;
  display:flex;
  align-items:center;
  background:url("assets/hero-header.jpg") center/cover no-repeat;
}
.hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(7,10,10,.92) 0%, rgba(10,12,12,.78) 42%, rgba(10,12,12,.34) 100%),
    radial-gradient(circle at 72% 42%, rgba(255,255,255,.12), transparent 24%);
}
.hero-inner{
  position:relative;
  z-index:2;
  max-width:var(--max);
  margin:0 auto;
  width:100%;
}
.eyebrow{
  margin:0 0 18px;
  color:rgba(255,255,255,.82);
  font-size:14px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.hero h1{
  margin:0 0 30px;
  max-width:760px;
  font-family:Georgia, "Times New Roman", serif;
  font-weight:500;
  font-size:clamp(38px,5.2vw,68px);
  line-height:.98;
  letter-spacing:-.025em;
}
.cta-row{display:flex;flex-wrap:wrap;gap:12px}
.button{
  min-height:44px;
  padding:0 24px;
  border:1px solid currentColor;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:inherit;
  text-decoration:none;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.075em;
  transition:all .18s ease;
}
.button:hover{background:var(--ink);color:white}
.light{color:#fff}
.light:hover{background:#fff;color:#111}
.dark{color:var(--ink)}

.section{
  max-width:var(--max);
  margin:0 auto;
  padding:48px clamp(22px,5vw,0);
}
.section h2,.footer h2{
  margin:0;
  font-family:Georgia, "Times New Roman", serif;
  text-transform:uppercase;
  letter-spacing:.17em;
  font-weight:500;
  font-size:23px;
}
.rule{
  width:42px;
  height:1px;
  background:var(--gold);
  margin:13px 0 20px;
}
.section-intro{
  margin:0 0 24px;
  color:var(--muted);
  font-size:15px;
  line-height:1.65;
  max-width:780px;
}
.track-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
}
.track-card{
  border:1px solid var(--line);
  background:#fff;
  box-shadow:0 18px 42px rgba(40,35,24,.07);
}
.track-card img{
  width:100%;
  aspect-ratio:1.34/1;
  object-fit:cover;
}
.player{
  min-height:48px;
  border-top:1px solid var(--line);
  display:flex;
  align-items:center;
  gap:13px;
  padding:0 14px;
  font-size:14px;
}
.play{font-size:15px;color:var(--accent)}
.meta{
  min-height:40px;
  border-top:1px solid #eee8dc;
  display:flex;
  align-items:center;
  gap:12px;
  padding:0 12px;
  color:#706b61;
  font-size:11px;
  line-height:1.2;
}
.meta span:last-child{margin-left:auto}
.center{text-align:center;margin-top:26px}

.services{padding-top:22px}
.services-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.service{
  padding:10px 28px 10px 0;
  border-right:1px solid var(--line);
  display:grid;
  grid-template-columns:34px 1fr;
  column-gap:14px;
}
.service:last-child{border-right:0}
.icon{
  font-size:30px;
  line-height:1;
  color:var(--accent);
  grid-row:1 / span 2;
}
.service h3{
  margin:2px 0 12px;
  font-family:Georgia, "Times New Roman", serif;
  font-weight:600;
  font-size:20px;
  line-height:1.08;
}
.service p{
  grid-column:1 / -1;
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.6;
  padding-top:10px;
}

.about{
  padding-top:44px;
  padding-bottom:34px;
}
.about-grid{
  display:grid;
  grid-template-columns:250px minmax(280px,1fr) 420px;
  gap:34px;
  align-items:center;
}
.portrait,.studio{
  width:100%;
  object-fit:cover;
  border:1px solid var(--line);
  box-shadow:0 18px 42px rgba(40,35,24,.07);
}
.portrait{aspect-ratio:1/1}
.studio{aspect-ratio:1.62/1}
.about-copy p{
  margin:0 0 16px;
  color:var(--muted);
  font-size:15px;
  line-height:1.7;
}
.search-copy{
  max-width:var(--max);
  margin:0 auto;
  padding:0 clamp(22px,5vw,0) 48px;
  color:#6b675e;
  font-size:13px;
  line-height:1.65;
}
.search-copy strong{color:#454139;font-weight:600}

.footer{
  color:#fff;
  margin-top:0;
  padding:40px clamp(24px,5vw,76px);
  background:
    radial-gradient(circle at 50% 40%,rgba(255,255,255,.08),transparent 24%),
    linear-gradient(120deg,#0d0f0f,#161817 52%,#0c0d0d);
}
.footer-inner{
  max-width:var(--max);
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1.35fr;
  gap:50px;
  align-items:center;
}
.footer h2{font-size:22px}
.light-rule{background:rgba(255,255,255,.55)}
.footer p{
  color:rgba(255,255,255,.82);
  line-height:1.55;
  font-size:15px;
  margin:0 0 8px;
}
.footer a{color:#fff;text-decoration:none}
.footer-contact>a{font-size:20px}
.socials{
  display:flex;
  justify-content:flex-end;
  gap:clamp(22px,5vw,62px);
}

@media(max-width:950px){
  .track-grid,.services-grid{grid-template-columns:repeat(2,1fr)}
  .service:nth-child(2){border-right:0}
  .service:nth-child(1),.service:nth-child(2){border-bottom:1px solid var(--line);padding-bottom:24px}
  .service:nth-child(3),.service:nth-child(4){padding-top:24px}
  .about-grid{grid-template-columns:220px 1fr}
  .studio{grid-column:1/-1}
  .footer-inner{grid-template-columns:1fr}
  .socials{justify-content:flex-start}
}
@media(max-width:640px){
  .site-header{
    height:auto;
    align-items:flex-start;
    flex-direction:column;
    gap:16px;
    padding-top:18px;
    padding-bottom:18px;
    position:static;
  }
  .nav{
    width:100%;
    justify-content:space-between;
    gap:8px;
    font-size:11px;
  }
  .hero{
    min-height:430px;
    padding-top:58px;
    padding-bottom:58px;
    background-position:center;
  }
  .hero-overlay{
    background:linear-gradient(90deg, rgba(7,10,10,.94), rgba(10,12,12,.72));
  }
  .hero h1{
    max-width:none;
    font-size:43px;
    line-height:1.03;
  }
  .button{width:100%}
  .track-grid,.services-grid,.about-grid{grid-template-columns:1fr}
  .track-card img{aspect-ratio:1.34/1}
  .service,.service:nth-child(2){
    border-right:0;
    border-bottom:1px solid var(--line);
    padding:22px 0;
  }
  .service:last-child{border-bottom:0}
  .portrait{max-width:310px}
  .footer-contact>a{font-size:17px}
  .socials{gap:20px;font-size:14px;flex-wrap:wrap}
  .meta{font-size:12px}
}


/* v5 real about photo layout */
.about-grid.single-about{
  display:grid;
  grid-template-columns:minmax(280px,.86fr) minmax(420px,1.35fr);
  gap:44px;
  align-items:center;
}
.about-main-photo{
  width:100%;
  aspect-ratio:1.52/1;
  object-fit:cover;
  border:1px solid var(--line);
  box-shadow:0 18px 42px rgba(40,35,24,.07);
}
.about-grid.single-about .about-copy{
  max-width:520px;
}
@media(max-width:950px){
  .about-grid.single-about{
    grid-template-columns:1fr;
  }
  .about-grid.single-about .about-copy{
    max-width:720px;
  }
}
@media(max-width:640px){
  .about-main-photo{
    aspect-ratio:1.22/1;
  }
}


/* v9 responsive brand banner overrides */
@media(max-width:760px){
  .brand-banner-inner{
    padding-top:16px;
    flex-direction:column;
    align-items:center;
    gap:10px;
  }
  .brand-lockup img{
    width:min(390px, 86vw);
  }
  .brand-purpose{
    align-items:center;
    text-align:center;
    max-width:520px;
  }
  .brand-purpose span:first-child{
    font-size:12px;
  }
  .brand-purpose span:last-child{
    font-size:11px;
  }
  .nav{
    width:100%;
    justify-content:center;
    flex-wrap:wrap;
    gap:18px 28px;
    padding-bottom:16px;
  }
}
@media(max-width:640px){
  .site-header.brand-banner-header{
    position:relative;
  }
  .brand-lockup img{
    width:min(340px, 88vw);
  }
  .nav{
    font-size:11px;
  }
  .footer-brand-seal{
    align-items:flex-start;
  }
  .footer-brand-seal img{
    width:50px;
    height:50px;
  }
}


/* v10 clean message hierarchy */
.brand-banner-inner{
  flex-direction:column;
  justify-content:center;
  gap:10px;
  padding-top:22px;
  padding-bottom:10px;
}
.brand-lockup img{
  width:min(620px, 76vw);
  max-height:none;
}
.brand-purpose{
  align-items:center;
  text-align:center;
  max-width:760px;
}
.brand-purpose span:first-child{
  font-size:13px;
  letter-spacing:.18em;
}
.brand-purpose span:last-child{
  font-size:12px;
  letter-spacing:.06em;
}
.nav{
  padding-bottom:15px;
  border-top:1px solid rgba(222,217,205,.65);
  padding-top:11px;
}
.hero-inner{
  max-width:800px;
}
.hero h1{
  max-width:780px;
}
.hero-copy{
  max-width:640px;
  margin:18px auto 0;
  color:rgba(255,255,255,.82);
  font-size:17px;
  line-height:1.55;
}
.services-intro{
  margin:14px auto 34px;
  max-width:620px;
}
.service{
  position:relative;
}
.service-kicker{
  margin:0 0 18px;
  font-size:11px;
  letter-spacing:.18em;
  color:var(--gold);
  text-transform:uppercase;
}
.service .icon{
  display:none;
}
.service.primary-service{
  background:rgba(255,255,255,.74);
  border-color:rgba(171,132,69,.38);
  box-shadow:0 22px 52px rgba(38,35,30,.07);
}
.search-copy{
  max-width:920px;
  margin:8px auto 48px;
  padding:0 24px;
  color:rgba(71,67,59,.68);
  font-size:12px;
  line-height:1.55;
  text-align:center;
}
.footer-brand-seal{
  max-width:620px;
}
@media(max-width:760px){
  .brand-lockup img{
    width:min(470px, 88vw);
  }
  .brand-purpose span:last-child{
    max-width:360px;
  }
}
@media(max-width:520px){
  .brand-lockup img{
    width:min(380px, 90vw);
  }
  .hero-copy{
    font-size:15px;
  }
}


/* v11: grounded left-inset sections + otherworldly human theme */
.hero-inner{
  text-align:left;
  margin-left:clamp(28px, 8vw, 150px);
  margin-right:auto;
  max-width:880px;
}
.hero h1{
  max-width:860px;
}
.hero .eyebrow{
  text-align:left;
}
.hero .cta-row{
  justify-content:flex-start;
}

#work.section,
#services.section,
#about.section{
  max-width:var(--max);
  margin-left:auto;
  margin-right:auto;
  padding-left:clamp(26px, 5vw, 74px);
  padding-right:clamp(26px, 5vw, 74px);
}
#work .section-heading,
#services > h2,
#services > .rule,
#services .services-intro{
  text-align:left;
  margin-left:0;
  margin-right:0;
}
#work .section-heading{
  max-width:760px;
}
#work .section-intro{
  max-width:690px;
  margin-left:0;
  margin-right:0;
}
#services .services-intro{
  max-width:700px;
}
#services .rule,
#about .rule{
  margin-left:0;
}
.services-grid{
  gap:24px;
}
.service{
  padding:34px 32px 36px;
  text-align:left;
}
.service h3{
  margin-bottom:18px;
  line-height:1.22;
}
.service p{
  margin-top:0;
  line-height:1.72;
}
.service-kicker{
  display:none;
}
.service.primary-service{
  border-color:rgba(171,132,69,.42);
  box-shadow:0 20px 48px rgba(38,35,30,.065);
}
.about-grid.single-about{
  gap:56px;
}
.about-copy{
  text-align:left;
}
.footer-brand-seal.footer-brand-seal-strong{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:18px;
  margin:0 0 34px;
  max-width:760px;
}
.footer-brand-seal.footer-brand-seal-strong img{
  width:94px;
  height:94px;
  object-fit:contain;
  background:#fffdf8;
}
.footer-brand-seal.footer-brand-seal-strong p{
  margin:0;
  max-width:680px;
  font-family:Georgia, "Times New Roman", serif;
  font-size:clamp(24px, 3.2vw, 38px);
  line-height:1.12;
  color:#fffdf8;
  letter-spacing:-.025em;
}
@media(max-width:760px){
  .hero-inner{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    padding-left:24px;
    padding-right:24px;
  }
  .hero .eyebrow{
    text-align:center;
  }
  .hero .cta-row{
    justify-content:center;
  }
  #work.section,
  #services.section,
  #about.section{
    padding-left:24px;
    padding-right:24px;
  }
  .footer-brand-seal.footer-brand-seal-strong{
    align-items:center;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
  }
  .footer-brand-seal.footer-brand-seal-strong img{
    width:78px;
    height:78px;
  }
}
@media(max-width:520px){
  .service{
    padding:30px 26px 32px;
  }
  .footer-brand-seal.footer-brand-seal-strong p{
    font-size:24px;
  }
}
