@font-face { font-family: "Instrument Sans"; src: url("/fonts/instrument-sans-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Instrument Sans"; src: url("/fonts/instrument-sans-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Instrument Sans"; src: url("/fonts/instrument-sans-700.woff2") format("woff2"); font-weight: 700; font-display: swap; }

:root {
  color-scheme: light;
  --paper: #f4efe5;
  --ink: #191714;
  --muted: #6d675e;
  --line: #c9c0b2;
  --accent: #d45632;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; }
button { color: inherit; font: inherit; }
.hidden { display: none !important; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 10; padding: .75rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }

.site-header, main, footer { width: min(100% - 48px, 1320px); margin-inline: auto; }
.site-header { min-height: 90px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--ink); }
.brand { font-weight: 800; letter-spacing: -.03em; text-decoration: none; }
.brand span { margin-left: .45rem; color: var(--accent); font: 500 10px/1 var(--sans); vertical-align: top; }
.site-header nav { display: flex; align-items: center; gap: 2rem; }
.site-header nav a, .text-button { border: 0; padding: 0; background: none; font-size: 13px; text-decoration: underline; text-decoration-color: transparent; cursor: pointer; }
.site-header nav a:hover, .text-button:hover { text-decoration-color: currentColor; }
.micro-login { min-height: 38px; padding: 0 12px 0 7px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 6px; background: transparent; cursor: pointer; font-size: 12px; }
.micro-login img { width: 25px; height: 25px; border-radius: 7px; }
.micro-login:hover { border-color: #3157d5; background: #fff; }

.hero { min-height: 760px; display: grid; grid-template-columns: 1fr .82fr; gap: clamp(60px, 9vw, 150px); align-items: center; padding: 72px 0 96px; }
.eyebrow { margin: 0; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.hero h1 { max-width: 790px; margin: 30px 0 0; font: 400 clamp(60px, 7.5vw, 112px)/.86 var(--serif); letter-spacing: -.065em; }
.lede { max-width: 48ch; margin: 38px 0 0; color: var(--muted); font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.primary-button, .secondary-button { min-height: 52px; padding: 0 22px; border: 1px solid var(--ink); cursor: pointer; font-size: 13px; font-weight: 700; }
.primary-button { background: var(--ink); color: var(--paper); }
.primary-button:hover { background: var(--accent); border-color: var(--accent); }
.secondary-button { background: transparent; }
.secondary-button:hover { background: #ebe3d6; }
.status { min-height: 1.5em; margin: 18px 0 0; color: var(--muted); font-size: 12px; }
.status.error { color: #9d2d1c; }

.cover { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid var(--ink); background-image: linear-gradient(to top, rgba(20,16,12,.5), transparent 55%), url("/images/stillroom-contact.webp"); background-size: auto, 300% 200%; background-position: center, 0 100%; background-repeat: no-repeat; }
.cover strong { position: absolute; left: 8%; bottom: 12%; color: #fff1d8; font: 400 clamp(50px, 6vw, 90px)/.76 var(--serif); letter-spacing: -.065em; }
.cover small, .cover-index { position: absolute; top: 5%; z-index: 1; color: #fff1d8; font-size: 9px; letter-spacing: .15em; }
.cover small { top: auto; right: 7%; bottom: 5%; }
.cover-index { left: 7%; }

.lookbook, .details, .account-panel { border-top: 1px solid var(--ink); padding: 90px 0 110px; }
.lookbook > header { display: grid; grid-template-columns: .45fr 1fr; gap: 60px; }
.lookbook h2, .details h2, .account-panel h2 { margin: 0; font: 400 clamp(42px, 5vw, 72px)/.95 var(--serif); letter-spacing: -.045em; }
.comparisons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 70px; }
.comparison { min-width: 0; }
.pair { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--paper); border: 1px solid var(--ink); }
.pair figure { position: relative; aspect-ratio: 3 / 4; margin: 0; background-image: url("/images/stillroom-contact.webp"); background-size: auto 200%; background-repeat: no-repeat; }
.pair figure span { position: absolute; left: 9px; bottom: 9px; padding: 5px 7px; background: rgba(244,239,229,.88); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.coast .before { background-position: 0 0; }.coast .after { background-position: 0 100%; }
.portrait .before { background-position: 50% 0; }.portrait .after { background-position: 50% 100%; }
.table .before { background-position: 100% 0; }.table .after { background-position: 100% 100%; }
.comparison h3 { margin: 18px 0 0; font: 400 32px/1 var(--serif); }
.comparison > p { max-width: 30ch; margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }

.details { display: grid; grid-template-columns: .7fr 1fr; gap: 80px; }
.details dl { margin: 0; border-top: 1px solid var(--ink); }
.details dl div { min-height: 100px; display: grid; grid-template-columns: 90px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.details dt { font: 400 36px/1 var(--serif); }
.details dd { margin: 0; color: var(--muted); }
.account-panel > p:not(.eyebrow) { max-width: 52ch; color: var(--muted); line-height: 1.6; }
.account-panel h2 { margin-top: 20px; }
.account-panel > div { display: flex; gap: 20px; align-items: center; margin-top: 32px; }

footer { min-height: 150px; display: grid; grid-template-columns: .5fr 1fr auto; align-items: center; gap: 40px; border-top: 1px solid var(--ink); font-size: 12px; }
footer span { font-weight: 800; } footer p { color: var(--muted); }

@media (max-width: 850px) {
  .hero { grid-template-columns: 1fr; }
  .cover { width: min(100%, 580px); }
  .lookbook > header, .details { grid-template-columns: 1fr; }
  .comparisons { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  .site-header, main, footer { width: min(100% - 28px, 1320px); }
  .site-header { min-height: 72px; }
  .site-header nav a { display: none; }
  .hero { min-height: auto; padding: 54px 0 72px; gap: 48px; }
  .hero h1 { font-size: clamp(58px, 19vw, 82px); }
  .lede { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .primary-button, .secondary-button { width: 100%; }
  .lookbook, .details, .account-panel { padding: 64px 0 76px; }
  .comparisons { margin-top: 42px; }
  footer { padding: 32px 0; grid-template-columns: 1fr; gap: 8px; }
}
