:root {
  color-scheme: dark;
  --black: #080808;
  --near-black: #101010;
  --paper: #f0eee9;
  --muted: #aaa7a1;
  --line: rgba(240, 238, 233, .18);
  --accent: #b89b65;
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--paper); font: 400 1rem/1.65 var(--sans); }
a { color: inherit; }
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; height: 5.25rem; padding: 0 clamp(1.25rem, 4vw, 4rem); border-bottom: 1px solid transparent; transition: background .3s, border-color .3s; }
.site-header.scrolled { background: rgba(8,8,8,.92); backdrop-filter: blur(12px); border-color: var(--line); }
.wordmark { font: 500 1.5rem/1 var(--serif); text-decoration: none; letter-spacing: -.04em; }
nav { display: flex; gap: clamp(1.25rem, 3vw, 2.75rem); }
nav a { font-size: .82rem; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
nav a:hover, nav a:focus-visible { color: var(--accent); }
.menu-button { display: none; border: 0; padding: .5rem 0; color: inherit; background: none; font: 500 .8rem var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.hero { position: relative; min-height: 100svh; overflow: hidden; display: grid; align-items: end; padding: 8rem clamp(1.25rem, 5vw, 5rem) clamp(2.5rem, 6vw, 5rem); }
.hero img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero img { object-fit: cover; object-position: center; filter: contrast(1.07); }
.hero-shade { background: linear-gradient(90deg, rgba(8,8,8,.88) 0%, rgba(8,8,8,.5) 40%, rgba(8,8,8,.12) 75%), linear-gradient(0deg, rgba(8,8,8,.7), transparent 45%); }
.hero-copy { position: relative; z-index: 2; width: min(44rem, 78vw); }
.eyebrow, .section-number { margin: 0 0 1.5rem; color: var(--accent); font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.5rem; font: 300 clamp(5.5rem, 14vw, 12rem)/.72 var(--serif); letter-spacing: -.065em; }
.hero-line { max-width: 37rem; margin-bottom: 2rem; color: rgba(240,238,233,.84); font: 300 clamp(1.3rem, 2.2vw, 2rem)/1.35 var(--serif); }
.hero-mark { position: absolute; z-index: 2; right: clamp(1.25rem, 5vw, 5rem); bottom: clamp(2.5rem, 6vw, 5rem); margin: 0; font-size: .76rem; letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl; }
.text-link { display: inline-block; padding-bottom: .25rem; border-bottom: 1px solid currentColor; font-size: .83rem; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.text-link span, .button span { padding-left: .45rem; }
.text-link:hover, .text-link:focus-visible { color: var(--accent); }
.light { color: var(--paper); }
section:not(.hero) { padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 7vw, 7rem); border-top: 1px solid var(--line); }
.statement { display: grid; grid-template-columns: minmax(8rem, 1fr) 3fr; gap: 3rem; background: var(--paper); color: var(--black); }
.statement .section-number { color: #75633f; }
.statement > div { max-width: 58rem; }
h2 { margin-bottom: 2.5rem; font: 300 clamp(3.2rem, 7vw, 7rem)/.95 var(--serif); letter-spacing: -.045em; }
.statement div > p { max-width: 43rem; color: #3e3d3a; font-size: clamp(1.05rem, 1.6vw, 1.28rem); }
.section-heading { display: grid; grid-template-columns: minmax(8rem, 1fr) 3fr; gap: 3rem; }
.section-heading h2 { max-width: 52rem; }
.practice { background: var(--near-black); }
.practice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 4rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.practice-grid article { min-height: 25rem; padding: 2.25rem; border-right: 1px solid var(--line); }
.practice-grid article:last-child { border-right: 0; }
.index { color: var(--accent); font: 400 1rem var(--serif); }
h3 { margin: 4rem 0 1.5rem; font: 400 clamp(1.8rem, 3vw, 2.8rem)/1.1 var(--serif); }
.practice-grid article > p:not(.index) { max-width: 26rem; color: var(--muted); }
.writing { display: grid; grid-template-columns: 1fr 2fr 1.2fr; gap: clamp(2rem, 5vw, 6rem); align-items: start; background: var(--paper); color: var(--black); }
.writing .section-number { color: #75633f; }
.writing h2 { font-size: clamp(3.2rem, 6vw, 6.2rem); }
.writing-copy > p { max-width: 40rem; color: #3e3d3a; font-size: 1.1rem; }
.writing-links { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem 1.75rem; margin-top: 1.5rem; }
.writing-links .button { margin-top: 0; }
.button { display: inline-block; margin-top: 1.5rem; padding: 1rem 1.35rem; background: var(--black); color: var(--paper); font-size: .8rem; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.button:hover, .button:focus-visible { background: #292929; }
blockquote { margin: .5rem 0 0; padding-left: 2rem; border-left: 1px solid #b8b5af; }
blockquote p { font: 300 clamp(1.6rem, 3vw, 2.7rem)/1.2 var(--serif); }
.shop { background: #17140f; }
.shop .section-heading > div { max-width: 57rem; }
.shop-intro { max-width: 42rem; margin: -1rem 0 0; color: var(--muted); font-size: 1.1rem; }
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(3rem, 7vw, 7rem); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.shop-grid > a { display: flex; flex-direction: column; min-height: 25rem; padding: 2.25rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: background .2s, color .2s; }
.shop-grid > a:hover, .shop-grid > a:focus-visible { background: var(--paper); color: var(--black); }
.shop-grid h3 { margin: 4rem 0 1.5rem; }
.shop-grid > a > p:not(.index) { max-width: 22rem; color: var(--muted); }
.shop-grid > a:hover > p:not(.index), .shop-grid > a:focus-visible > p:not(.index) { color: #3e3d3a; }
.shop-grid span { margin-top: auto; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.shop-grid b { padding-left: .4rem; font-weight: 400; }
.creative { background: #0c0c0c; }
.creative-copy { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(3rem, 8vw, 9rem); margin: 3rem 0 0 calc(25% + 2.25rem); }
.creative-copy > p { max-width: 39rem; color: var(--muted); font-size: 1.1rem; }
dl { margin: 0; }
dl div { display: grid; grid-template-columns: 1fr 1.5fr; gap: 1rem; padding: .9rem 0; border-top: 1px solid var(--line); }
dt { color: var(--muted); }
dd { margin: 0; }
.watch { background: var(--paper); color: var(--black); }
.watch .section-number { color: #75633f; }
.watch .section-heading > div { max-width: 55rem; }
.watch-intro { max-width: 38rem; margin: -1rem 0 0; color: #3e3d3a; font-size: 1.1rem; }
.social-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: clamp(3rem, 7vw, 7rem); border-top: 1px solid #b8b5af; border-left: 1px solid #b8b5af; }
.social-grid a { display: grid; grid-template-columns: 1fr auto; align-items: center; min-height: 10rem; padding: 2rem; border-right: 1px solid #b8b5af; border-bottom: 1px solid #b8b5af; text-decoration: none; transition: background .2s, color .2s; }
.social-grid a:hover, .social-grid a:focus-visible { background: var(--black); color: var(--paper); }
.social-grid span { font: 300 clamp(2rem, 4vw, 4rem)/1 var(--serif); letter-spacing: -.035em; }
.social-grid small { grid-column: 1; margin-top: .8rem; color: #75633f; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.social-grid a:hover small, .social-grid a:focus-visible small { color: var(--accent); }
.social-grid b { grid-column: 2; grid-row: 1 / span 2; font-size: 1.35rem; font-weight: 400; }
.contact { min-height: 75vh; display: flex; flex-direction: column; justify-content: space-between; background: var(--accent); color: var(--black); }
.contact .section-number { color: #3f321c; }
.contact h2 { font-size: clamp(4rem, 10vw, 10rem); }
.email { width: max-content; font: 300 clamp(1.4rem, 3vw, 2.8rem) var(--serif); text-decoration-thickness: 1px; text-underline-offset: .3em; }
footer { display: flex; justify-content: space-between; gap: 2rem; padding: 2rem clamp(1.25rem, 7vw, 7rem); color: var(--muted); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
footer p { margin: 0; }
footer a { text-decoration: none; }

@media (max-width: 800px) {
  .site-header { height: 4.5rem; }
  .menu-button { display: block; }
  nav { position: absolute; top: 4.5rem; left: 0; right: 0; display: none; flex-direction: column; gap: 0; padding: .5rem 1.25rem 1.25rem; background: rgba(8,8,8,.97); border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  nav a { padding: .8rem 0; border-bottom: 1px solid var(--line); }
  .hero { min-height: 92svh; }
  .hero img { object-position: 59% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(8,8,8,.9) 0%, rgba(8,8,8,.38) 60%, rgba(8,8,8,.3)); }
  .hero-copy { width: 100%; }
  h1 { font-size: clamp(5rem, 26vw, 7.6rem); }
  .hero-mark { display: none; }
  .statement, .section-heading, .writing { grid-template-columns: 1fr; gap: 1rem; }
  .practice-grid { grid-template-columns: 1fr; }
  .practice-grid article { min-height: 0; padding: 2rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .practice-grid article:last-child { border-bottom: 0; }
  h3 { margin-top: 2.5rem; }
  blockquote { margin-top: 2rem; }
  .shop-grid { grid-template-columns: 1fr; }
  .shop-grid > a { min-height: 19rem; padding: 2rem; }
  .shop-grid h3 { margin-top: 2.5rem; }
  .creative-copy { grid-template-columns: 1fr; margin: 2rem 0 0; }
  .social-grid { grid-template-columns: 1fr; }
  .social-grid a { min-height: 8rem; padding: 1.5rem; }
  footer { flex-direction: column; gap: .5rem; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
