:root {
  --ink: #111618;
  --night: #141d21;
  --paper: #f4f1ea;
  --warm: #d9c9b7;
  --ice: #dce4e5;
  --neutral: #e6e2d9;
  --frost: #aabcc2;
  --red: #e51c31;
  --line: rgba(17, 22, 24, 0.2);
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Libre Caslon Display", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; top: 10px; left: 10px; padding: 10px 14px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 14px; font-size: 10px; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }

.scroll-progress { position: fixed; z-index: 150; top: 0; right: 0; left: 0; height: 2px; pointer-events: none; }
.scroll-progress span { display: block; width: var(--page-progress, 0%); height: 100%; background: var(--red); }
.site-header { position: sticky; z-index: 90; top: 0; display: grid; grid-template-columns: 190px minmax(0, 1fr) 190px; min-height: 62px; padding: 0 2.8vw; align-items: center; background: rgba(255, 255, 255, .98); border-top: 1px solid #e4e4e4; border-bottom: 1px solid #d9d9d9; }
.brand { color: var(--red); font-size: 29px; font-weight: 600; letter-spacing: -.08em; }
.brand sup { margin-left: 3px; font-size: 7px; letter-spacing: 0; }
.brand--header { display: block; width: 150px; line-height: 0; }
.brand--header img { width: 100%; height: auto; }
.desktop-nav { display: flex; min-width: 0; align-items: center; justify-content: center; gap: clamp(20px, 2.1vw, 39px); }
.desktop-nav a { position: relative; display: inline-flex; height: 61px; align-items: center; gap: 7px; font-size: 11px; font-weight: 500; white-space: nowrap; text-transform: uppercase; }
.desktop-nav a::before { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::before, .desktop-nav a:focus-visible::before, .desktop-nav__current::before { transform: scaleX(1); transform-origin: left; }
.desktop-nav .has-submenu::after { content: ""; width: 6px; height: 6px; margin-top: -4px; border-right: 1.5px solid; border-bottom: 1.5px solid; transform: rotate(45deg); }
.header-actions { display: flex; grid-column: 3; justify-self: end; align-items: center; gap: 10px; }
.header-icon { position: relative; display: grid; width: 31px; height: 40px; place-items: center; color: #050505; }
.header-icon--heart { padding-bottom: 3px; font-family: Arial, sans-serif; font-size: 31px; font-weight: 300; line-height: 1; }
.icon-search { position: relative; width: 18px; height: 18px; border: 1.6px solid currentColor; border-radius: 50%; }
.icon-search::after { content: ""; position: absolute; right: -5px; bottom: -3px; width: 7px; height: 1.6px; background: currentColor; transform: rotate(48deg); transform-origin: left; }
.icon-account { position: relative; width: 21px; height: 24px; }
.icon-account::before { content: ""; position: absolute; top: 1px; left: 7px; width: 8px; height: 8px; border: 1.5px solid currentColor; border-radius: 50%; }
.icon-account::after { content: ""; position: absolute; right: 1px; bottom: 1px; left: 1px; height: 10px; border: 1.5px solid currentColor; border-bottom: 0; border-radius: 13px 13px 0 0; }
.icon-cart { position: relative; width: 23px; height: 22px; }
.icon-cart::before { content: ""; position: absolute; top: 5px; left: 4px; width: 15px; height: 11px; border: 1.5px solid currentColor; border-top: 0; transform: skew(-8deg); }
.icon-cart::after { content: "•  •"; position: absolute; bottom: -6px; left: 4px; font-family: Arial, sans-serif; font-size: 13px; letter-spacing: 5px; white-space: nowrap; }
.header-icon--cart > b { position: absolute; top: -2px; right: -5px; display: grid; width: 19px; height: 19px; place-items: center; color: #fff; background: #d94836; border-radius: 50%; font-size: 11px; font-weight: 600; }
.menu-button { display: none; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.mobile-nav { position: absolute; top: 100%; right: 0; left: 0; max-height: calc(100svh - 62px); padding: 10px 22px 28px; overflow-y: auto; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(0, 0, 0, .1); }
.mobile-nav > a { display: flex; padding: 17px 0; align-items: center; justify-content: space-between; border-bottom: 1px solid #dedede; font-size: 12px; font-weight: 500; text-transform: uppercase; }
.mobile-nav > a span { color: #858585; font-size: 17px; }
.mobile-nav__utility { display: grid; margin-top: 20px; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mobile-nav__utility a { padding: 12px 5px; background: #f2f2f2; font-size: 9px; text-align: center; text-transform: uppercase; }
body.menu-open { overflow: hidden; }

.hero { position: relative; min-height: min(780px, calc(100vh - 62px)); overflow: hidden; color: #fff; background: #5f482f; }
.hero picture, .hero picture img { position: absolute; inset: 0; height: 100%; }
.hero picture img { object-fit: cover; object-position: center; }
.hero__shade { position: absolute; inset: 0; background: rgba(13, 18, 20, .35); }
.hero__content { position: relative; z-index: 2; display: flex; width: min(680px, 58vw); min-height: inherit; padding: 10vh 0 8vh 5vw; flex-direction: column; align-items: center; justify-content: center; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(74px, 9.2vw, 145px); font-weight: 400; line-height: .72; letter-spacing: -.06em; text-transform: lowercase; }
.hero h1.hero__title { width: clamp(430px, 52vw, 620px); max-width: 100%; line-height: 1; letter-spacing: 0; text-transform: none; }
.hero__title-art { display: block; width: 100%; height: auto; }
.hero__content > .underlined-link { align-self: center; margin-top: -12px; }
.hero h1 span { display: block; margin: 0 0 17px 5px; font-family: var(--sans); font-size: 13px; font-weight: 500; line-height: 1; letter-spacing: .26em; }
.hero__copy { margin: 38px 0 18px; font-family: var(--serif); font-size: clamp(21px, 2vw, 32px); }
.hero__side-note { position: absolute; z-index: 2; right: 24px; bottom: 25px; margin: 0; font-size: 8px; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }
.underlined-link { display: inline-flex; padding: 11px 0 6px; align-items: center; gap: 38px; border-bottom: 1px solid; font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.underlined-link--light { color: #fff; }

.guide-index { display: grid; grid-template-columns: minmax(280px, .68fr) minmax(540px, 1.32fr); gap: 7vw; padding: 86px 7vw 92px; background: #faf9f6; border-bottom: 1px solid var(--line); scroll-margin-top: 62px; }
.guide-index__intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 5vw, 76px); font-weight: 400; line-height: .96; letter-spacing: -.045em; }
.guide-index__links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; align-content: start; }
.guide-index__links a { display: grid; min-width: 0; padding: 22px 0 25px; grid-template-columns: 34px minmax(0, 1fr) auto; gap: 4px 12px; align-items: center; border-top: 1px solid var(--ink); }
.guide-index__links a:nth-last-child(-n + 2) { border-bottom: 1px solid var(--ink); }
.guide-index__links span { grid-row: 1 / 3; grid-column: 1; align-self: start; padding-top: 4px; color: #687277; font-size: 9px; letter-spacing: .12em; }
.guide-index__links strong { grid-row: 1; grid-column: 2; overflow: hidden; font-family: var(--serif); font-size: clamp(23px, 2vw, 31px); font-weight: 400; line-height: 1.05; text-overflow: ellipsis; white-space: nowrap; }
.guide-index__links small { grid-row: 2; grid-column: 2; color: #687277; font-size: 8px; letter-spacing: .09em; line-height: 1.4; text-transform: uppercase; }
.guide-index__links i { grid-row: 1 / 3; grid-column: 3; font-style: normal; transition: transform .2s ease; }
.guide-index__links a:hover i, .guide-index__links a:focus-visible i { transform: translateY(6px); }

.manifesto { display: grid; grid-template-columns: 110px minmax(450px, 1.2fr) minmax(230px, .6fr); gap: 5vw; padding: 110px 7vw 125px; align-items: start; background: var(--paper); }
.manifesto__index { font-family: var(--serif); font-size: 48px; color: #6f7e83; }
.manifesto h2 { margin: 0; font-family: var(--serif); font-size: clamp(43px, 5vw, 78px); font-weight: 400; line-height: 1.02; letter-spacing: -.045em; }
.manifesto > p { max-width: 390px; margin: 32px 0 0; color: #4e595d; font-size: 14px; line-height: 1.75; }

.chapter { padding: 105px 6vw 145px; scroll-margin-top: 73px; }
.chapter--warm { background: var(--warm); }
.chapter--dark { color: #edf1f2; background: var(--night); }
.chapter--ice { background: var(--ice); }
.chapter--neutral { background: var(--neutral); }
.chapter__header { display: grid; grid-template-columns: 120px 1fr minmax(220px, .42fr); gap: 4vw; margin-bottom: 90px; align-items: end; }
.chapter__number { margin: 0; align-self: start; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.chapter__header h2 { margin: 0; font-family: var(--serif); font-size: clamp(60px, 7.3vw, 116px); font-weight: 400; line-height: .78; letter-spacing: -.055em; }
.chapter__header > p:last-child { max-width: 330px; margin: 0; font-size: 13px; line-height: 1.65; }
.chapter--dark .chapter__header > p:last-child, .chapter--dark .look-card__meta b, .chapter--dark .look-card__meta i { color: #a9b6ba; }
.look-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2.7vw, 46px); align-items: start; }
.look-card--lifted { margin-top: 72px; }
.look-card__open { display: block; width: 100%; padding: 0; color: inherit; background: transparent; border: 0; text-align: left; cursor: pointer; }
.look-card__media { position: relative; display: block; overflow: hidden; aspect-ratio: .68; background: rgba(255,255,255,.35); }
.look-card__media img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: opacity .45s ease, transform .7s ease; }
.look-card__detail { opacity: 0; }
.look-card__open:hover .look-card__detail, .look-card__open:focus-visible .look-card__detail { opacity: 1; }
.look-card__open:hover .look-card__media img, .look-card__open:focus-visible .look-card__media img { transform: scale(1.018); }
.look-card__open:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
.look-card__meta { display: grid; grid-template-columns: 62px 1fr auto; gap: 12px; padding: 16px 0 0; align-items: baseline; border-top: 1px solid currentColor; }
.look-card__meta b, .look-card__meta i { color: #596267; font-size: 8px; font-style: normal; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.look-card__meta > span { font-family: var(--serif); font-size: clamp(19px, 1.8vw, 28px); }

.closing-note { padding: 135px 7vw 150px; text-align: center; background: var(--frost); }
.closing-note h2 { max-width: 1050px; margin: 0 auto 42px; font-family: var(--serif); font-size: clamp(47px, 6.4vw, 100px); font-weight: 400; line-height: .98; letter-spacing: -.05em; }
.site-footer { display: grid; grid-template-columns: 1.1fr 1fr 1fr auto; gap: 42px; padding: 58px 7vw; align-items: start; color: #eef1f2; background: var(--night); }
.brand--footer { font-size: 34px; }
.site-footer p { margin: 7px 0 0; color: #9eaaae; font-size: 11px; }
.site-footer nav { display: flex; flex-direction: column; gap: 10px; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.site-footer__small { text-align: right; }

.look-dialog { width: min(1140px, calc(100% - 34px)); max-width: none; height: min(760px, calc(100% - 34px)); max-height: none; padding: 0; color: var(--ink); background: var(--paper); border: 0; }
.look-dialog::backdrop { background: rgba(8, 13, 15, .72); }
.look-dialog[open] { display: grid; grid-template-columns: 1.45fr .55fr; }
.dialog-close { position: absolute; z-index: 3; top: 16px; right: 17px; display: grid; width: 42px; height: 42px; padding: 0; place-items: center; color: #fff; background: var(--night); border: 0; border-radius: 50%; font-family: Arial, sans-serif; font-size: 28px; font-weight: 200; cursor: pointer; }
.dialog-gallery { display: grid; min-width: 0; grid-template-columns: 1fr 1fr; overflow: hidden; background: #c9ced0; }
.dialog-gallery img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.dialog-copy { display: flex; padding: 60px 40px 44px; flex-direction: column; align-items: flex-start; justify-content: center; }
.dialog-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 4vw, 68px); font-weight: 400; line-height: .95; letter-spacing: -.045em; }
.dialog-pieces { margin: 24px 0 42px; color: #596367; font-size: 13px; line-height: 1.7; }
.toast { position: fixed; z-index: 180; right: 24px; bottom: 24px; max-width: 360px; padding: 14px 18px; color: #fff; background: var(--night); font-size: 11px; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 48px minmax(0, 1fr) auto; padding: 0 15px; }
  .menu-button { position: relative; display: block; }
  .menu-button span { position: absolute; left: 10px; width: 23px; height: 1px; background: currentColor; transition: transform .2s ease, top .2s ease; }
  .menu-button span:first-child { top: 17px; }
  .menu-button span:nth-child(2) { top: 25px; }
  .menu-button[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { top: 21px; transform: rotate(-45deg); }
  .brand--header { justify-self: start; width: 132px; }
  .desktop-nav { display: none; }
  .header-actions { gap: 5px; }
  .header-icon--heart { display: none; }
  .guide-index { grid-template-columns: 1fr; gap: 54px; }
  .manifesto { grid-template-columns: 80px 1fr; }
  .manifesto > p { grid-column: 2; margin-top: 0; }
  .chapter__header { grid-template-columns: 90px 1fr; }
  .chapter__header > p:last-child { grid-column: 2; margin-top: -20px; }
  .look-card__meta { grid-template-columns: 52px 1fr; }
  .look-card__meta i { display: none; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer__small { text-align: left; }
  .look-dialog[open] { grid-template-columns: 1.25fr .75fr; }
  .dialog-gallery { grid-template-columns: 1fr; }
  .dialog-detail { display: none; }
}

@media (max-width: 700px) {
  .site-header { grid-template-columns: 42px minmax(0, 1fr) 100px; min-height: 58px; padding: 0 8px; }
  .brand--header { position: absolute; left: 50%; width: 112px; transform: translateX(-50%); }
  .header-actions { gap: 1px; }
  .header-icon { width: 32px; height: 38px; }
  .icon-search { width: 16px; height: 16px; }
  .icon-account { transform: scale(.9); }
  .icon-cart { transform: scale(.92); }
  .header-icon--cart > b { top: 0; right: -2px; width: 16px; height: 16px; font-size: 9px; }
  .mobile-nav { max-height: calc(100svh - 58px); }
  .hero { min-height: calc(100svh - 58px); }
  .hero picture img { object-position: center top; }
  .hero__shade { background: rgba(13, 18, 20, .44); }
  .hero__content { width: 100%; padding: 29vh 16px 38px; align-items: center; justify-content: flex-end; }
  .hero h1 { font-size: clamp(59px, 18vw, 82px); line-height: .78; }
  .hero h1.hero__title { width: min(620px, 100%); }
  .hero h1 span { margin-bottom: 10px; font-size: 10px; }
  .hero__copy { margin: 27px 0 14px; font-size: 20px; }
  .hero__side-note { right: 9px; bottom: 18px; }
  .guide-index { gap: 38px; padding: 66px 20px 72px; scroll-margin-top: 58px; }
  .guide-index__intro h2 { font-size: 46px; }
  .guide-index__links { grid-template-columns: 1fr; }
  .guide-index__links a { padding: 19px 0 21px; }
  .guide-index__links a:nth-last-child(-n + 2) { border-bottom: 0; }
  .guide-index__links a:last-child { border-bottom: 1px solid var(--ink); }
  .guide-index__links strong { font-size: 26px; }
  .manifesto { grid-template-columns: 46px 1fr; gap: 20px 12px; padding: 72px 19px 82px; }
  .manifesto__index { font-size: 29px; }
  .manifesto h2 { font-size: 41px; }
  .manifesto > p { font-size: 13px; }
  .chapter { padding: 73px 0 86px; scroll-margin-top: 58px; }
  .chapter__header { display: block; padding: 0 20px; margin-bottom: 40px; }
  .chapter__number { margin-bottom: 37px; }
  .chapter__header h2 { font-size: 59px; line-height: .82; }
  .chapter__header > p:last-child { margin: 28px 0 0; }
  .look-grid { display: grid; padding: 0 20px 10px; grid-auto-columns: 80vw; grid-template-columns: none; grid-auto-flow: column; gap: 13px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .look-grid::-webkit-scrollbar { display: none; }
  .look-card, .look-card--lifted { min-width: 0; margin-top: 0; scroll-snap-align: start; }
  .look-card__meta { grid-template-columns: 50px 1fr; }
  .look-card__meta > span { font-size: 21px; }
  .closing-note { padding: 93px 20px 102px; }
  .site-footer { grid-template-columns: 1fr; padding: 52px 21px; }
  .site-footer__small { margin-top: 15px !important; }
  .look-dialog { width: calc(100% - 18px); height: calc(100% - 18px); }
  .look-dialog[open] { display: flex; flex-direction: column; overflow: auto; }
  .dialog-gallery { min-height: 66vh; grid-template-columns: 1fr; overflow: visible; }
  .dialog-gallery img { height: 66vh; }
  .dialog-detail { display: none; }
  .dialog-copy { padding: 38px 23px 48px; }
  .dialog-copy h2 { font-size: 49px; }
  .dialog-close { position: fixed; top: 20px; right: 20px; }
  .toast { right: 12px; bottom: 12px; left: 12px; max-width: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
