:root {
  --black: #090907;
  --ink: #11100d;
  --ivory: #e3ddd2;
  --paper: #cfc5b5;
  --muted: #958b7c;
  --brass: #ad8a54;
  --brass-light: #c9a66d;
  --oxblood: #3b1d14;
  --line: rgba(201, 166, 109, .27);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--ivory); font-family: "DM Sans", sans-serif; font-size: 15px; }
img { max-width: 100%; }
a { color: inherit; }
::selection { color: var(--black); background: var(--brass-light); }
.grain { position: fixed; z-index: 20; inset: 0; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; height: 126px; padding: 0 5.5vw; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 17px; text-decoration: none; }
.brand img { width: 52px; height: auto; filter: drop-shadow(0 3px 18px rgba(0,0,0,.35)); }
.brand-copy { padding-left: 17px; display: flex; flex-direction: column; border-left: 1px solid rgba(201,166,109,.48); }
.brand-name { font: 400 25px/.9 "Instrument Serif", serif; letter-spacing: .025em; }
.brand-title { margin-top: 9px; color: var(--brass-light); text-transform: uppercase; font-size: 7.5px; font-weight: 600; letter-spacing: .3em; }
.header-contact { padding-bottom: 8px; border-bottom: 1px solid var(--line); text-decoration: none; text-transform: uppercase; font-size: 10px; letter-spacing: .18em; transition: color .25s, border-color .25s; }
.header-contact .link-arrow { margin-left: 13px; }
.header-contact:hover { color: var(--brass-light); border-color: var(--brass-light); }

.hero { position: relative; min-height: 760px; height: 100svh; overflow: hidden; display: flex; align-items: center; isolation: isolate; background: #0a0907 url("assets/hero-walnut-guitar-clean.png") center center / cover no-repeat; }
.hero-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(5,5,3,.86) 0%, rgba(5,5,3,.55) 34%, rgba(5,5,3,.08) 70%), linear-gradient(0deg, rgba(5,5,3,.55), transparent 45%); }
.hero-copy { width: min(700px, 49vw); margin: 8vh 0 0 7vw; }
.eyebrow { margin: 0 0 31px; color: var(--brass-light); text-transform: uppercase; font-size: 9px; font-weight: 600; letter-spacing: .27em; }
.eyebrow span { display: inline-block; width: 38px; height: 1px; margin: 0 14px 3px 0; background: currentColor; }
.hero h1, .bench h2, .process h2, .contact h2 { margin: 0; font-family: "Instrument Serif", serif; font-weight: 400; letter-spacing: -.035em; }
.hero h1 { font-size: clamp(66px, 7.4vw, 118px); line-height: .85; text-shadow: 0 4px 34px rgba(0,0,0,.45); }
.hero h1 em { color: var(--brass-light); font-weight: 400; }
.intro { max-width: 520px; margin: 42px 0 0; color: var(--paper); font-size: clamp(14px, 1.15vw, 17px); line-height: 1.75; }
.hero-actions { margin-top: 44px; display: flex; align-items: center; gap: 34px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 180px; padding: 17px 20px; border: 1px solid var(--brass); color: var(--ivory); text-decoration: none; text-transform: uppercase; font-size: 9px; letter-spacing: .2em; transition: color .25s, background .25s; }
.link-arrow { position: relative; width: 12px; height: 12px; display: inline-block; flex: 0 0 12px; color: var(--brass-light); }
.link-arrow::before { content: ""; position: absolute; top: 1px; right: 1px; width: 7px; height: 7px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; }
.link-arrow::after { content: ""; position: absolute; top: 6px; left: 1px; width: 12px; height: 1px; background: currentColor; transform: rotate(-45deg); transform-origin: center; }
.button:hover { color: var(--black); background: var(--brass-light); }
.button:hover span { color: var(--black); }
.text-link { color: var(--paper); text-decoration: none; text-transform: uppercase; font-size: 9px; letter-spacing: .17em; }
.text-link span { margin-left: 10px; color: var(--brass-light); }
.hero-note { position: absolute; right: 5.5vw; bottom: 50px; margin: 0; text-align: right; color: rgba(227,221,210,.72); text-transform: uppercase; font-size: 8px; line-height: 1.8; letter-spacing: .18em; }
.scroll-cue { position: absolute; left: 7vw; bottom: 34px; display: flex; align-items: center; gap: 15px; color: var(--brass-light); text-decoration: none; text-transform: uppercase; font-size: 8px; font-weight: 600; letter-spacing: .22em; }
.scroll-cue i { position: relative; width: 1px; height: 42px; display: block; background: linear-gradient(to bottom, currentColor 0 72%, transparent 72%); animation: scroll-pulse 2.2s ease-in-out infinite; }
.scroll-cue i::after { content: ""; position: absolute; right: -3px; bottom: 1px; width: 6px; height: 6px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); }
.scroll-cue:hover { color: var(--ivory); }
@keyframes scroll-pulse { 0%, 100% { transform: translateY(-3px); opacity: .65; } 50% { transform: translateY(4px); opacity: 1; } }

.bench { padding: 150px 5vw 165px; background: #100f0c; }
.section-intro { width: min(1220px, 88vw); margin: 0 auto 100px; display: grid; grid-template-columns: 1fr 1fr; align-items: end; }
.section-intro .eyebrow { grid-column: 1 / -1; }
.bench h2 { font-size: clamp(62px, 7vw, 105px); line-height: .92; }
.bench h2 em { color: var(--brass-light); font-weight: 400; }
.section-intro > p:last-child { max-width: 420px; justify-self: end; margin: 0 0 8px; color: var(--muted); line-height: 1.8; }
.image-study { position: relative; width: min(1300px, 90vw); min-height: 1100px; margin: auto; }
.image-study figure { margin: 0; }
.image-primary { width: 61%; }
.image-frame { position: relative; overflow: hidden; }
.image-secondary { position: absolute; top: 26%; right: 0; width: 35%; }
.image-study img { width: 100%; height: auto; display: block; filter: saturate(.85) contrast(1.04); }
.image-study figcaption { padding-top: 14px; color: var(--muted); border-top: 1px solid var(--line); text-transform: uppercase; font-size: 8px; letter-spacing: .17em; }
.image-study figcaption > span:first-child { margin-right: 20px; color: var(--brass-light); }
.build-caption { position: relative; z-index: 2; display: flex; background: #100f0c; }
.caption-copy { max-width: 680px; display: grid; gap: 6px; }
.caption-copy strong { color: var(--paper); font-size: 9px; font-weight: 500; }
.caption-copy small { color: var(--muted); font-size: 8px; line-height: 1.55; letter-spacing: .14em; }
.bench-note { position: absolute; left: 6%; bottom: 38px; width: 76%; padding-left: 32px; }
.bench-note::before { content: ""; position: absolute; top: 3px; left: 0; width: 1px; height: 58px; background: var(--brass); }
.bench-note p { margin: 0 0 17px; color: var(--paper); font: italic clamp(28px, 3vw, 46px)/1.15 "Instrument Serif", serif; }
.bench-note span { color: var(--muted); text-transform: uppercase; font-size: 8px; letter-spacing: .2em; }

.process { min-height: 820px; display: grid; grid-template-columns: 1.12fr .88fr; background: #0a0907; }
.process-image { min-height: 760px; background: #1a0d08 url("assets/wood-shavings-dark.png") 58% center / cover no-repeat; }
.process-copy { padding: 115px 7vw; align-self: center; }
.process h2 { font-size: clamp(67px, 7vw, 105px); line-height: .88; }
.process-copy > p:not(.eyebrow) { max-width: 500px; margin: 40px 0 55px; color: var(--muted); line-height: 1.85; }
.process dl { margin: 0; border-top: 1px solid var(--line); }
.process dl div { padding: 17px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }
.process dt { color: var(--muted); text-transform: uppercase; font-size: 8px; letter-spacing: .2em; }
.process dd { margin: 0; color: var(--paper); font: italic 18px "Instrument Serif", serif; }

.contact { min-height: 650px; padding: 110px 7vw; display: grid; place-items: center; text-align: center; background: var(--oxblood) url("assets/workshop-graded.jpg") center 46% / cover no-repeat; isolation: isolate; }
.contact::before { content: ""; position: absolute; z-index: -1; inset: auto; }
.contact { position: relative; }
.contact::after { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(18,10,7,.83); }
.contact-inner { max-width: 1000px; }
.contact .eyebrow span { display: none; }
.contact h2 { font-size: clamp(65px, 8vw, 120px); line-height: .9; }
.contact-lead { margin: 35px 0 48px; color: var(--paper); font: italic 23px "Instrument Serif", serif; }
.contact a { display: inline-block; padding-bottom: 11px; border-bottom: 1px solid var(--brass); text-decoration: none; font: 400 clamp(23px, 3vw, 38px) "Instrument Serif", serif; }
.contact a .link-arrow { margin-left: 16px; }

footer { min-height: 105px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); background: #060604; }
footer p { margin: 0; color: var(--muted); text-transform: uppercase; font-size: 8px; letter-spacing: .19em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 800px) {
  .site-header { height: 92px; padding: 0 22px; }
  .brand { gap: 11px; }
  .brand img { width: 40px; }
  .brand-copy { padding-left: 11px; }
  .brand-name { font-size: 20px; }
  .brand-title { margin-top: 7px; font-size: 6px; letter-spacing: .24em; }
  .header-contact { font-size: 0; padding: 9px; border: 1px solid var(--line); }
  .header-contact .link-arrow { margin: 0; }
  .hero { min-height: 730px; align-items: flex-end; background-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,5,3,.95) 0%, rgba(5,5,3,.4) 65%, rgba(5,5,3,.16) 100%); }
  .hero-copy { width: auto; margin: 0 24px 12vh; }
  .hero h1 { font-size: clamp(58px, 18vw, 79px); }
  .intro { max-width: 390px; margin-top: 29px; font-size: 14px; }
  .hero-actions { margin-top: 31px; gap: 22px; }
  .text-link { display: none; }
  .hero-note { display: none; }
  .scroll-cue { left: auto; right: 24px; bottom: 23px; }
  .scroll-cue span { display: none; }
  .bench { padding: 95px 20px 110px; }
  .section-intro { width: 100%; margin-bottom: 58px; display: block; }
  .bench h2 { font-size: 58px; }
  .section-intro > p:last-child { margin-top: 30px; }
  .image-study { width: 100%; min-height: 0; }
  .image-primary { width: 91%; }
  .image-secondary { position: relative; top: auto; right: auto; width: 72%; margin: -25px 0 0 auto !important; }
  .image-study figcaption { margin-bottom: 26px; }
  .build-caption { padding-bottom: 4px; }
  .caption-copy { gap: 7px; }
  .bench-note { left: 20px; bottom: 25px; width: calc(100% - 40px); margin: 0; padding-left: 20px; }
  .bench-note p { margin-bottom: 10px; font-size: clamp(25px, 8vw, 37px); }
  .bench-note::before { height: 45px; }
  .process { display: block; }
  .process-image { min-height: 560px; background-position: 60% center; }
  .process-copy { padding: 90px 24px 100px; }
  .process h2 { font-size: 68px; }
  .contact { min-height: 590px; padding: 90px 24px; }
  .contact h2 { font-size: 65px; }
  .contact-lead { font-size: 20px; }
  .contact a { font-size: 21px; }
  footer { padding: 35px 24px; gap: 18px; flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .scroll-cue i { animation: none; }
}
