:root {
  --ink: #0b0c0d;
  --paper: #f1eee5;
  --amber: #d8862f;
  --cream: #fff7e8;
  --muted: #bcb7ad;
  --line: rgba(255, 255, 255, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--cream); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
.site-header { position: absolute; z-index: 10; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 28px clamp(24px, 5vw, 78px); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--cream); text-decoration: none; font-family: "Barlow Condensed", sans-serif; font-weight: 700; font-size: 1.25rem; letter-spacing: .04em; text-transform: uppercase; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; color: var(--amber); font-size: .9rem; letter-spacing: 0; }
nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 46px); }
nav a { color: #eee8dc; text-decoration: none; font-size: .85rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
nav a:not(.nav-cta):hover { color: var(--amber); }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(255,255,255,.72); }
.nav-cta:hover { background: var(--cream); color: var(--ink); }

.hero { position: relative; min-height: 790px; height: 100svh; display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { z-index: -2; object-fit: cover; object-position: center; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(7,8,9,.98) 0%, rgba(7,8,9,.83) 34%, rgba(7,8,9,.14) 72%, rgba(7,8,9,.18) 100%), linear-gradient(0deg, rgba(7,8,9,.65), transparent 45%); }
.hero-content { width: min(880px, 80vw); padding: 125px 0 55px clamp(24px, 7.2vw, 112px); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--amber); font-size: .76rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow span { width: 42px; height: 1px; background: currentColor; }
h1, h2 { margin: 0; font-family: "Barlow Condensed", sans-serif; font-weight: 700; letter-spacing: -.035em; text-transform: uppercase; line-height: .83; }
h1 { max-width: 850px; font-size: clamp(5rem, 10.5vw, 10rem); }
h1 em, h2 em { color: var(--amber); font-weight: 600; }
.hero-copy { max-width: 590px; margin: 34px 0 0; color: #d8d2c6; font-size: clamp(1rem, 1.3vw, 1.16rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }
.button { display: inline-flex; gap: 30px; align-items: center; justify-content: space-between; min-width: 255px; padding: 17px 20px; text-decoration: none; font-size: .84rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: .2s ease; }
.button-primary { background: var(--amber); color: var(--ink); }
.button-primary:hover { background: var(--cream); transform: translateY(-2px); }
.text-link { color: var(--cream); font-size: .82rem; font-weight: 600; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 5px; }
.text-link:hover { color: var(--amber); border-color: var(--amber); }
.hero-note { position: absolute; right: clamp(24px, 5vw, 78px); bottom: 34px; margin: 0; color: #c9c3b8; font-size: .73rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-note span { color: var(--amber); padding: 0 8px; }

.story { position: relative; display: grid; grid-template-columns: .9fr 1fr; gap: clamp(50px, 9vw, 150px); padding: clamp(100px, 13vw, 190px) clamp(24px, 8vw, 126px); background: var(--paper); color: var(--ink); }
.section-number { position: absolute; top: 26px; right: 4vw; color: rgba(11,12,13,.07); font: 800 clamp(8rem, 18vw, 17rem)/1 "Barlow Condensed", sans-serif; }
.eyebrow.dark { color: #a55e1f; }
.story h2, .contact h2 { position: relative; font-size: clamp(4.2rem, 7.4vw, 7rem); }
.story-copy { position: relative; max-width: 620px; padding-top: 43px; }
.story-copy p { margin: 0 0 24px; color: #474540; }
.story-copy .lead { color: var(--ink); font-family: "Barlow Condensed", sans-serif; font-size: clamp(1.75rem, 2.8vw, 2.45rem); font-weight: 600; line-height: 1.18; }

.sound { padding: clamp(100px, 12vw, 170px) clamp(24px, 7vw, 112px); background: #111315; }
.sound-intro { display: flex; align-items: end; justify-content: space-between; gap: 50px; padding-bottom: 68px; border-bottom: 1px solid var(--line); }
.sound-intro .eyebrow { align-self: flex-start; }
.sound h2 { font-size: clamp(4.6rem, 8vw, 8rem); text-align: right; }
.qualities { display: grid; grid-template-columns: repeat(3, 1fr); }
.qualities article { min-height: 315px; padding: 42px clamp(20px, 3vw, 44px) 30px 0; border-bottom: 1px solid var(--line); }
.qualities article + article { border-left: 1px solid var(--line); padding-left: clamp(20px, 3vw, 44px); }
.quality-number { color: var(--amber); font: 600 .8rem "DM Sans", sans-serif; letter-spacing: .14em; }
.qualities h3 { margin: 80px 0 14px; font-family: "Barlow Condensed", sans-serif; font-size: 2rem; font-weight: 600; letter-spacing: -.01em; text-transform: uppercase; }
.qualities p { margin: 0; color: #aaa69e; max-width: 330px; }

.contact { padding: clamp(100px, 13vw, 190px) clamp(24px, 8vw, 126px); background: var(--amber); color: var(--ink); }
.contact .eyebrow { color: var(--ink); }
.contact h2 { max-width: 900px; font-size: clamp(5rem, 10vw, 10rem); }
.email-link { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 80px; padding: 20px 0; border-top: 1px solid rgba(11,12,13,.6); border-bottom: 1px solid rgba(11,12,13,.6); color: var(--ink); font-family: "Barlow Condensed", sans-serif; font-size: clamp(1.5rem, 3vw, 2.8rem); font-weight: 600; text-decoration: none; text-transform: uppercase; transition: padding .2s ease; }
.email-link:hover { padding-left: 12px; padding-right: 12px; }
.contact-note { margin: 18px 0 0; font-size: .86rem; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 34px clamp(24px, 5vw, 78px); background: var(--ink); color: #87847d; font-size: .76rem; letter-spacing: .09em; text-transform: uppercase; }
.footer-brand { color: var(--cream); }

@media (max-width: 780px) {
  .site-header { padding: 20px 22px; }
  nav a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 9px 13px; }
  .hero { min-height: 760px; }
  .hero-image { object-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,8,9,.96), rgba(7,8,9,.58) 75%, rgba(7,8,9,.4)), linear-gradient(0deg, rgba(7,8,9,.78), transparent 55%); }
  .hero-content { width: 100%; padding: 120px 22px 80px; }
  h1 { font-size: clamp(4.6rem, 23vw, 7rem); }
  .hero-copy { max-width: 88%; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-note { left: 22px; right: auto; bottom: 24px; }
  .story { grid-template-columns: 1fr; gap: 20px; }
  .story-copy { padding-top: 20px; }
  .sound-intro { align-items: flex-start; flex-direction: column; }
  .sound h2 { text-align: left; }
  .qualities { grid-template-columns: 1fr; }
  .qualities article { min-height: auto; padding: 32px 0; }
  .qualities article + article { border-left: 0; padding-left: 0; }
  .qualities h3 { margin-top: 38px; }
  .email-link { margin-top: 52px; }
  footer { align-items: flex-start; flex-direction: column; }
}

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