:root {
  --ink: #171713;
  --paper: #f0eee8;
  --cream: #d8d1c3;
  --line: rgba(23, 23, 19, 0.2);
  --accent: #a56535;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }
img { display: block; width: 100%; }

.site-header {
  position: absolute; z-index: 5; top: 0; left: 0; right: 0;
  display: flex; justify-content: space-between; align-items: center;
  padding: 28px clamp(24px, 5vw, 76px); color: #fff;
}
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 700; }
.brand-mark { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid currentColor; border-radius: 50%; font-family: Georgia, serif; font-size: 12px; letter-spacing: -.04em; }
.header-link { padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.65); text-decoration: none; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; }

.hero { position: relative; min-height: min(900px, 100svh); display: flex; align-items: flex-end; overflow: hidden; color: #fff; }
.hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,7,6,.82) 0%, rgba(6,7,6,.52) 24%, transparent 42%), linear-gradient(0deg, rgba(6,7,6,.5), transparent 42%); pointer-events: none; }
.hero-content { position: relative; z-index: 1; width: min(900px, 88vw); padding: 150px clamp(24px, 7.5vw, 116px) clamp(62px, 9vw, 120px); }
.eyebrow, .section-number { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .22em; font-size: 10px; font-weight: 700; }
.hero h1, h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.045em; line-height: .95; }
.hero h1 { max-width: 900px; font-size: clamp(50px, 7.4vw, 112px); }
em { color: var(--cream); font-weight: 400; }
.hero-copy { max-width: 590px; margin: 32px 0 36px; font-family: Georgia, serif; font-size: clamp(17px, 1.5vw, 22px); line-height: 1.55; color: rgba(255,255,255,.82); }
.primary-button { display: inline-flex; align-items: center; gap: 28px; padding: 15px 20px; background: rgba(255,255,255,.94); color: var(--ink); text-decoration: none; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 700; transition: gap .25s, background .25s; }
.primary-button:hover { gap: 36px; background: #fff; }
.hero-index { position: absolute; z-index: 1; right: clamp(24px, 5vw, 76px); bottom: 42px; margin: 0; writing-mode: vertical-rl; text-transform: uppercase; letter-spacing: .2em; font-size: 9px; opacity: .7; }

.intro { display: grid; grid-template-columns: minmax(140px, .5fr) 2fr; gap: 40px; padding: clamp(90px, 11vw, 170px) clamp(24px, 7.5vw, 116px); border-bottom: 1px solid var(--line); }
.intro h2, .section-heading h2, .contact h2 { font-size: clamp(44px, 6vw, 86px); }
.intro em, .section-heading em, .contact em { color: var(--accent); }
.intro > div > p { max-width: 610px; margin: 38px 0 0 auto; color: #4e4c45; font-family: Georgia, serif; font-size: 19px; line-height: 1.7; }

.collection { padding: clamp(90px, 10vw, 150px) clamp(24px, 5vw, 76px); }
.section-heading { display: grid; grid-template-columns: minmax(140px, .5fr) 2fr; gap: 40px; align-items: end; margin-bottom: 70px; }
.gallery { display: grid; grid-template-columns: 1.28fr .72fr; gap: clamp(16px, 2.2vw, 34px); align-items: start; }
.gallery-item { margin: 0 0 clamp(30px, 5vw, 80px); }
.gallery-item img { height: clamp(360px, 55vw, 760px); object-fit: contain; background: #e3e0d8; filter: saturate(.78); transition: filter .4s, transform .6s; }
.gallery-item:hover img { filter: saturate(1); transform: scale(1.008); }
.item-2, .item-4 { margin-top: 110px; }
.item-2 img, .item-3 img { height: clamp(310px, 39vw, 570px); }
figcaption { display: flex; gap: 20px; padding-top: 14px; border-top: 1px solid var(--line); margin-top: 12px; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
figcaption span { opacity: .5; }

.contact { margin: 0 clamp(24px, 5vw, 76px) clamp(24px, 5vw, 76px); background: var(--ink); color: #fff; display: grid; grid-template-columns: 1.35fr .65fr; }
.contact-copy { padding: clamp(60px, 8vw, 120px); }
.contact-copy p:last-child { max-width: 540px; margin: 38px 0 0; font-family: Georgia, serif; font-size: 18px; line-height: 1.6; color: rgba(255,255,255,.65); }
.contact-card { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(40px, 6vw, 80px); border-left: 1px solid rgba(255,255,255,.18); background: #23231e; }
.contact-card p { text-transform: uppercase; letter-spacing: .18em; font-size: 9px; opacity: .55; }
.contact-card h3 { margin: auto 0 20px; font-family: Georgia, serif; font-size: clamp(30px, 3vw, 46px); font-weight: 400; }
.contact-card a { display: flex; justify-content: space-between; gap: 14px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.35); text-decoration: none; font-size: 13px; }

footer { display: flex; align-items: center; justify-content: space-between; padding: 36px clamp(24px, 5vw, 76px) 50px; text-transform: uppercase; letter-spacing: .14em; font-size: 8px; }
.footer-brand { font-size: 9px; }

@media (max-width: 720px) {
  .site-header { padding: 20px; }
  .site-header .brand { gap: 13px; font-size: clamp(15px, 4.7vw, 20px); letter-spacing: .08em; }
  .site-header .brand-mark { width: 45px; height: 45px; flex: 0 0 45px; font-size: 14px; }
  .hero { min-height: 780px; }
  .hero-content { padding: 140px 24px 70px; }
  .hero h1 { font-size: clamp(48px, 15vw, 72px); }
  .hero-index { display: none; }
  .intro, .section-heading { grid-template-columns: 1fr; gap: 10px; }
  .intro > div > p { margin-left: 0; }
  .gallery { grid-template-columns: 1fr; }
  .item-2, .item-4 { margin-top: 0; }
  .gallery-item img, .item-2 img, .item-3 img { height: 72vw; min-height: 330px; }
  .contact { grid-template-columns: 1fr; margin-left: 0; margin-right: 0; margin-bottom: 0; }
  .contact-card { min-height: 330px; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  footer { align-items: flex-end; }
  footer > p:nth-child(2) { display: none; }
}

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