:root {
  --ink: #111111;
  --paper: #f0ece4;
  --cream: #f7f3eb;
  --orange: #b9663f;
  --line: rgba(255, 255, 255, 0.24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  overflow: hidden;
  background: #1b1612;
}
.hero::before {
  content: "";
  position: absolute;
  inset: -2%;
  z-index: -2;
  background: url('/images/studio-1.jpg') center 52% / cover no-repeat;
  filter: saturate(.72) contrast(1.02) brightness(.88);
  transform: scale(1.02);
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 7, 6, 0.74) 0%, rgba(8, 7, 6, 0.4) 48%, rgba(8, 7, 6, 0.04) 82%),
    linear-gradient(180deg, rgba(8, 7, 6, 0.18) 0%, transparent 48%, rgba(8, 7, 6, 0.62) 100%);
}
.nav {
  min-height: 116px;
  display: grid;
  grid-template-columns: 255px 1fr auto;
  align-items: center;
  border-bottom: 1px solid var(--line);
  gap: 32px;
}
.brand { display: inline-flex; align-items: center; gap: 14px; width: max-content; }
.brand-logo {
  width: 76px;
  height: 76px;
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
  filter: brightness(1.25) contrast(4);
  mix-blend-mode: screen;
}
.brand-wordmark { display: inline-flex; flex-direction: column; line-height: 0.84; letter-spacing: -0.04em; }
.brand-wordmark strong { font-size: 19px; font-weight: 800; white-space: nowrap; }
.brand-wordmark small { margin-top: 8px; font-size: 9px; letter-spacing: 0.36em; font-weight: 500; }
.nav-links { display: flex; justify-content: center; gap: clamp(20px, 3vw, 48px); font-size: 13px; }
.nav-links a { opacity: 0.78; transition: opacity 180ms ease; }
.nav-links a:hover, .nav-links a:focus-visible { opacity: 1; }
.nav-cta { padding: 13px 17px; border: 1px solid rgba(255,255,255,.54); font-size: 12px; transition: background 180ms ease, color 180ms ease; }
.nav-cta:hover, .nav-cta:focus-visible { background: white; color: var(--ink); }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { cursor: pointer; list-style: none; border: 1px solid rgba(255,255,255,.45); padding: 10px 14px; font-size: 12px; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu > div { position: absolute; right: 0; top: 46px; min-width: 190px; padding: 12px; display: grid; background: #14110e; border: 1px solid rgba(255,255,255,.2); box-shadow: 0 16px 40px rgba(0,0,0,.35); }
.mobile-menu > div a { padding: 12px; font-size: 13px; }

.hero-content { margin-top: auto; padding: 72px 0 64px; }
.eyebrow { margin: 0 0 24px; color: #f6b086; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 700; }
.hero h1 { margin: 0; max-width: 970px; font-size: clamp(52px, 7.4vw, 104px); line-height: .91; letter-spacing: -.055em; font-weight: 520; }
.hero-copy { max-width: 590px; margin: 36px 0 0 5px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(17px, 2vw, 23px); line-height: 1.5; color: rgba(255,255,255,.86); }
.hero-actions { display: flex; gap: 14px; margin: 35px 0 0 5px; flex-wrap: wrap; }
.button { min-height: 51px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; font-size: 13px; border: 1px solid rgba(255,255,255,.42); transition: transform 180ms ease, background 180ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--orange); border-color: var(--orange); }
.button-ghost { background: rgba(0,0,0,.12); backdrop-filter: blur(6px); }
.hero-foot { min-height: 72px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; border-top: 1px solid var(--line); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; color: rgba(255,255,255,.72); }
.hero-foot span:not(:last-child) { border-right: 1px solid var(--line); }
.hero-foot span { height: 18px; display: flex; align-items: center; }
.hero-foot span:not(:first-child) { padding-left: 28px; }

.section-light { background: var(--cream); color: var(--ink); }
.section-paper { background: var(--paper); color: var(--ink); }
.section-dark { background: #111; color: white; }
.section-index { display: flex; align-items: flex-start; gap: 15px; font-size: 11px; text-transform: uppercase; letter-spacing: .16em; }
.section-index span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(17,17,17,.28); border-radius: 50%; font-size: 9px; }
.section-index p { margin: 9px 0 0; font-weight: 700; }
.section-index.light span { border-color: rgba(255,255,255,.34); }
.section-heading { display: grid; grid-template-columns: 170px minmax(0, 1fr) 300px; gap: 35px; align-items: end; }
.section-heading h2, .manifesto h2, .rooms h2, .gear h2, .contact h2 {
  margin: 0;
  font-size: clamp(50px, 6.8vw, 100px);
  line-height: .94;
  letter-spacing: -.06em;
  font-weight: 500;
}
.section-heading > p { margin: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.65; color: rgba(255,255,255,.66); }

.manifesto { padding: 145px 0; }
.manifesto-grid { display: grid; grid-template-columns: 140px minmax(0, 1fr) 40%; gap: clamp(30px, 5vw, 80px); align-items: start; }
.manifesto h2 { font-size: clamp(52px, 6vw, 88px); }
.body-columns { margin-top: 55px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.body-columns p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.75; color: #555047; }
.facts { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cbc4b7; }
.facts div { padding: 20px 10px 0 0; display: grid; gap: 6px; }
.facts div:not(:last-child) { border-right: 1px solid #cbc4b7; }
.facts div:not(:first-child) { padding-left: 18px; }
.facts strong { font-size: 13px; }
.facts span { font-size: 10px; color: #777066; text-transform: uppercase; letter-spacing: .1em; }
.manifesto-image { margin: 6px 0 0; }
.manifesto-image img { width: 100%; min-height: 620px; object-fit: cover; filter: saturate(.78) contrast(1.02) brightness(.97); }
.manifesto-image figcaption, .gallery-grid figcaption { margin-top: 12px; display: flex; justify-content: space-between; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: #6c665e; }

.services { padding: 145px 0 125px; }
.service-grid { margin-top: 95px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); }
.service-grid article { padding: 26px 26px 34px 0; min-height: 405px; display: flex; flex-direction: column; }
.service-grid article:not(:last-child) { border-right: 1px solid rgba(255,255,255,.24); }
.service-grid article:not(:first-child) { padding-left: 26px; }
.service-grid article > span { font-size: 10px; color: #e98b54; }
.service-grid h3 { margin: 74px 0 20px; font-size: 23px; font-weight: 500; letter-spacing: -.025em; }
.service-grid p { margin: 0; color: rgba(255,255,255,.64); font-family: Georgia, "Times New Roman", serif; line-height: 1.6; }
.service-grid ul { margin: auto 0 0; padding: 22px 0 0; list-style: none; border-top: 1px solid rgba(255,255,255,.15); display: grid; gap: 7px; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.rooms { padding: 135px 0 145px; }
.rooms-head { display: grid; grid-template-columns: 1fr 2fr; align-items: end; margin-bottom: 70px; }
.eyebrow.dark { color: #a34f24; }
.gallery-grid { display: grid; grid-template-columns: 1.55fr .75fr; gap: 28px; }
.gallery-grid figure { margin: 0; }
.gallery-grid figure img { width: 100%; height: 330px; object-fit: cover; filter: saturate(.8) contrast(1.015) brightness(.98); }
.gallery-grid .gallery-main { grid-row: span 2; }
.gallery-grid .gallery-main img { height: calc(660px + 66px); }

.gear { padding: 145px 0 135px; }
.gear-intro { display: grid; grid-template-columns: 170px 1fr; gap: 35px; }
.gear .lead { max-width: 740px; margin: 38px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 20px; line-height: 1.65; color: #5c564e; }
.gear-featured { margin-top: 80px; padding: 28px 0; display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid #cfc8bc; border-bottom: 1px solid #cfc8bc; font-size: 12px; font-weight: 800; letter-spacing: -.02em; }
.gear-featured span:not(:first-child) { padding-left: 20px; border-left: 1px solid #cfc8bc; }
.gear-gallery { margin-top: 34px; display: grid; grid-template-columns: 1.55fr .65fr; gap: 24px; }
.gear-gallery figure { margin: 0; position: relative; overflow: hidden; background: #181512; }
.gear-gallery img { width: 100%; height: 440px; display: block; object-fit: cover; filter: saturate(.78) contrast(1.025) brightness(.95); transition: transform 600ms ease; }
.gear-gallery figure:last-child img { object-position: center 42%; }
.gear-gallery figure:hover img { transform: scale(1.012); }
.gear-gallery figcaption { position: absolute; inset: auto 0 0; padding: 50px 22px 20px; display: flex; justify-content: space-between; gap: 20px; background: linear-gradient(transparent, rgba(8,7,6,.78)); color: rgba(255,255,255,.94); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }
.gear-gallery figcaption span { color: rgba(255,255,255,.62); }
.gear-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #cfc8bc; }
.gear-grid article { padding: 24px 22px 30px 0; }
.gear-grid article:not(:last-child) { border-right: 1px solid #cfc8bc; }
.gear-grid article:not(:first-child) { padding-left: 22px; }
.gear-number { font-size: 9px; color: #9d522e; }
.gear-grid h3 { margin: 48px 0 23px; font-size: 18px; font-weight: 500; }
.gear-grid ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; color: #686159; font-family: Georgia, "Times New Roman", serif; font-size: 14px; }
.gear-note { margin-top: 50px; padding-top: 20px; border-top: 1px solid #cfc8bc; display: flex; justify-content: space-between; gap: 35px; font-size: 11px; }
.gear-note p { margin: 0; color: #777066; }
.gear-note a { font-weight: 700; border-bottom: 1px solid #222; padding-bottom: 5px; }

.team { padding: 145px 0; }
.team-grid { margin-top: 90px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.person { display: grid; grid-template-columns: 43% 1fr; background: #1a1a1a; }
.person img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; filter: grayscale(.3) saturate(.72); }
.person > div { padding: 38px 34px; display: flex; flex-direction: column; justify-content: flex-end; }
.person-role { margin: 0 0 auto !important; font-family: inherit !important; text-transform: uppercase; letter-spacing: .11em; font-size: 9px !important; color: #e98b54 !important; }
.person h3 { margin: 55px 0 20px; font-size: 28px; font-weight: 500; }
.person p { margin: 0; color: rgba(255,255,255,.63); font-family: Georgia, "Times New Roman", serif; line-height: 1.65; font-size: 14px; }

.contact { padding: 140px 0 40px; background: #cb8a64; color: #16110e; }
.contact .eyebrow { color: rgba(22,17,14,.66); }
.contact-grid { display: grid; grid-template-columns: 1.6fr .75fr; gap: clamp(45px, 9vw, 140px); align-items: end; }
.contact h2 { font-size: clamp(58px, 8vw, 115px); }
.contact-copy > p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.65; }
.contact-actions { margin-top: 35px; display: grid; gap: 10px; }
.contact .button { border-color: rgba(22,17,14,.55); }
.contact-primary { background: #15110e; color: white; }
.contact-secondary { color: #15110e; }
.contact-meta { margin-top: 110px; padding: 24px 0; border-top: 1px solid rgba(22,17,14,.35); display: grid; grid-template-columns: repeat(3, 1fr); }
.contact-meta div { display: grid; gap: 7px; }
.contact-meta div:not(:first-child) { padding-left: 25px; border-left: 1px solid rgba(22,17,14,.35); }
.contact-meta span { font-size: 9px; text-transform: uppercase; letter-spacing: .12em; opacity: .62; }
.contact-meta strong, .contact-meta a { font-size: 13px; font-weight: 600; }

footer { padding: 56px 0; background: #0b0b0b; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr auto; gap: 35px; align-items: end; }
.brand-footer .brand-logo { width: 58px; height: 58px; }
.brand-footer .brand-wordmark strong { font-size: 16px; }
.brand-footer .brand-wordmark small { font-size: 8px; }
.footer-grid > p { margin: 0; color: rgba(255,255,255,.48); font-size: 10px; }
.footer-grid > div { display: flex; gap: 18px; font-size: 10px; }

@media (max-width: 860px) {
  .shell { width: min(100% - 36px, 720px); }
  .nav { min-height: 86px; grid-template-columns: 1fr auto; }
  .brand { gap: 10px; }
  .brand-logo { width: 58px; height: 58px; }
  .brand-wordmark strong { font-size: 16px; }
  .brand-wordmark small { margin-top: 7px; font-size: 7px; }
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .mobile-menu { display: block; }
  .hero-content { padding: 110px 0 58px; }
  .hero h1 { font-size: clamp(52px, 12vw, 82px); }
  .hero-foot { grid-template-columns: repeat(2, 1fr); padding-block: 16px; row-gap: 15px; }
  .hero-foot span:nth-child(2) { border-right: 0; }
  .hero-foot span:nth-child(3) { padding-left: 0; }
  .manifesto, .services, .rooms, .gear, .team { padding: 95px 0; }
  .manifesto-grid { grid-template-columns: 1fr; }
  .manifesto-copy { grid-column: 1; }
  .manifesto-image { margin-top: 25px; }
  .manifesto-image img { min-height: 480px; }
  .section-heading { grid-template-columns: 1fr; align-items: start; }
  .section-heading > p { max-width: 480px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-grid article:nth-child(2) { border-right: 0; }
  .service-grid article:nth-child(3), .service-grid article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.24); }
  .service-grid article { min-height: 350px; }
  .rooms-head { grid-template-columns: 1fr; gap: 35px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid .gallery-main { grid-column: span 2; grid-row: auto; }
  .gallery-grid .gallery-main img { height: 560px; }
  .gear-intro { grid-template-columns: 1fr; }
  .gear-featured { grid-template-columns: repeat(3, 1fr); row-gap: 20px; }
  .gear-featured span:nth-child(4) { border-left: 0; padding-left: 0; }
  .gear-gallery { grid-template-columns: 1fr 1fr; }
  .gear-gallery img { height: 390px; }
  .gear-grid { grid-template-columns: 1fr 1fr; }
  .gear-grid article { border-bottom: 1px solid #cfc8bc; }
  .gear-grid article:nth-child(2n) { border-right: 0; }
  .gear-grid article:nth-child(odd) { padding-left: 0; }
  .team-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .nav { grid-template-columns: 1fr auto; }
  .nav .brand-wordmark { display: none; }
  .hero { min-height: 820px; }
  .hero-content { padding-top: 120px; }
  .hero h1 { font-size: 49px; }
  .hero-copy { font-size: 18px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-foot { display: none; }
  .body-columns, .facts { grid-template-columns: 1fr; }
  .facts div:not(:last-child) { border-right: 0; border-bottom: 1px solid #cbc4b7; }
  .facts div:not(:first-child) { padding-left: 0; }
  .facts div { padding: 18px 0; }
  .manifesto-image img { min-height: 360px; }
  .section-heading h2, .manifesto h2, .rooms h2, .gear h2, .contact h2 { font-size: 50px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { border-right: 0 !important; border-top: 1px solid rgba(255,255,255,.24); padding: 24px 0 30px !important; min-height: 330px; }
  .gallery-grid { display: block; }
  .gallery-grid figure { margin-bottom: 28px; }
  .gallery-grid figure img, .gallery-grid .gallery-main img { height: 360px; }
  .gear-featured { grid-template-columns: repeat(2, 1fr); }
  .gear-featured span:nth-child(odd) { border-left: 0; padding-left: 0; }
  .gear-featured span:nth-child(4) { border-left: 1px solid #cfc8bc; padding-left: 20px; }
  .gear-gallery { grid-template-columns: 1fr; }
  .gear-gallery img { height: 330px; }
  .gear-grid { grid-template-columns: 1fr; }
  .gear-grid article { border-right: 0 !important; padding-left: 0 !important; }
  .gear-note { flex-direction: column; }
  .person { grid-template-columns: 1fr; }
  .person img { min-height: 390px; }
  .contact { padding-top: 95px; }
  .contact-meta { grid-template-columns: 1fr; gap: 22px; }
  .contact-meta div:not(:first-child) { padding: 20px 0 0; border-left: 0; border-top: 1px solid rgba(22,17,14,.35); }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
