:root {
  --ink: #14130f;
  --muted: #68635b;
  --paper: #f8f5ef;
  --porcelain: #fffdf8;
  --line: rgba(20, 19, 15, 0.14);
  --charcoal: #171613;
  --gold: #a8824f;
  --clay: #9b6c54;
  --blue: #1f3448;
  --max: 1480px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 72px;
  padding: 18px clamp(18px, 3vw, 44px);
  color: var(--porcelain);
  transition: background 220ms ease, color 220ms ease, border-color 220ms ease;
}

.site-header.is-scrolled,
.site-header.menu-active {
  background: rgba(248, 245, 239, 0.94);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  backdrop-filter: blur(18px);
}

.detail-header {
  color: var(--ink);
}

.brand {
  grid-column: 1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 2.15rem);
  letter-spacing: 0;
  justify-self: start;
}

.site-nav {
  grid-column: 3;
  justify-self: end;
  display: flex;
  gap: clamp(16px, 2vw, 32px);
  align-items: center;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  color: inherit;
}

.menu-toggle span {
  display: block;
  width: 16px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 180ms ease;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  padding: 112px clamp(18px, 4vw, 56px) 54px;
  overflow: hidden;
  color: var(--porcelain);
  background: #111;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  object-position: center 18%;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(10, 10, 8, 0.72), rgba(10, 10, 8, 0.2) 45%, rgba(10, 10, 8, 0.28)),
    linear-gradient(180deg, rgba(10, 10, 8, 0.25), rgba(10, 10, 8, 0.28));
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 690px;
}

.eyebrow,
.section-kicker,
.piece-number {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1,
.intro h2,
.section-heading h2,
.editorial-copy h2,
.contact h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.96;
}

.hero h1 {
  max-width: 740px;
  font-size: clamp(4.2rem, 10vw, 10.5rem);
}

.hero-copy p:not(.eyebrow) {
  max-width: 520px;
  margin: 24px 0 0;
  color: rgba(255, 253, 248, 0.84);
  font-size: clamp(1rem, 1.2vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid currentColor;
  border-radius: 0;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button.primary {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--porcelain);
}

.hero .button.primary {
  background: var(--porcelain);
  border-color: var(--porcelain);
  color: var(--ink);
}

.button.secondary {
  background: transparent;
  color: currentColor;
}

.button:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--porcelain);
}

.scroll-cue {
  position: absolute;
  right: clamp(18px, 4vw, 56px);
  bottom: 54px;
  z-index: 1;
  color: rgba(255, 253, 248, 0.72);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.intro,
.collection,
.lookbook,
.contact {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: clamp(72px, 9vw, 132px) clamp(18px, 4vw, 56px);
}

.intro {
  padding-bottom: clamp(42px, 6vw, 88px);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(280px, 1fr);
  gap: clamp(28px, 7vw, 112px);
  align-items: start;
}

.intro h2,
.section-heading h2,
.editorial-copy h2,
.contact h2 {
  font-size: clamp(2.35rem, 5vw, 5.4rem);
}

.intro p:not(.section-kicker),
.editorial-copy p,
.contact-details p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.25rem);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: clamp(28px, 5vw, 58px);
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
}

.section-heading .section-kicker {
  margin-bottom: 8px;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
}

.feature-piece {
  min-height: 640px;
  display: grid;
  grid-template-rows: minmax(420px, 1fr) auto;
  background: var(--porcelain);
}

.feature-piece.dark {
  background: var(--charcoal);
  color: var(--porcelain);
}

.feature-piece img {
  aspect-ratio: 4 / 5;
  min-height: 0;
}

.feature-piece div {
  padding: 22px;
  border: 1px solid var(--line);
  border-top: 0;
}

.feature-piece.dark div {
  border-color: rgba(255, 253, 248, 0.16);
}

.feature-piece h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2vw, 2.2rem);
  font-weight: 400;
}

.feature-piece p:last-child {
  margin: 12px 0 0;
  color: var(--muted);
}

.feature-piece.dark p:last-child {
  color: rgba(255, 253, 248, 0.68);
}

.editorial-band {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  min-height: 760px;
  background: var(--charcoal);
  color: var(--porcelain);
}

.editorial-image {
  min-height: 620px;
}

.editorial-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(44px, 7vw, 96px);
}

.editorial-copy p {
  color: rgba(255, 253, 248, 0.72);
  margin-top: 24px;
}

.details-list {
  display: grid;
  gap: 18px;
  margin: 44px 0 0;
}

.details-list div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 253, 248, 0.18);
}

.details-list dt {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.details-list dd {
  margin: 0;
  color: rgba(255, 253, 248, 0.78);
}

.details-list.light div {
  border-top-color: var(--line);
}

.details-list.light dd {
  color: var(--muted);
}

.details-list.light a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.lookbook-intro {
  max-width: 620px;
  margin: -28px 0 36px;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
}

.lookbook-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: clamp(240px, 30vw, 430px);
  gap: clamp(10px, 1.3vw, 18px);
}

.lookbook-item {
  position: relative;
  display: block;
  min-width: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: #ddd;
  color: var(--porcelain);
}

.lookbook-item::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(20, 19, 15, 0);
  transition: background 180ms ease;
}

.lookbook-item:hover::after {
  background: rgba(20, 19, 15, 0.2);
}

.lookbook-item img {
  transition: transform 420ms ease;
}

.lookbook-item:hover img {
  transform: scale(1.025);
}

.lookbook-card-meta {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  color: rgba(255, 253, 248, 0.9);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lookbook-card-meta strong {
  font-weight: 700;
}

.lookbook-card-meta small {
  color: var(--gold);
  font-size: inherit;
  font-weight: 700;
}

.lookbook-item.wide {
  grid-column: span 2;
}

.lookbook-item.tall {
  grid-row: span 2;
}

.contact {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(320px, 1fr);
  gap: clamp(32px, 8vw, 120px);
  align-items: start;
}

.contact-details {
  position: sticky;
  top: 112px;
}

.contact-details p {
  margin-top: 24px;
}

address {
  display: grid;
  gap: 8px;
  margin-top: 34px;
  font-style: normal;
  color: var(--ink);
}

address a:hover {
  color: var(--gold);
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 42px);
  background: var(--porcelain);
  border: 1px solid var(--line);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  outline: none;
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
}

.contact-form textarea {
  resize: vertical;
  min-height: 132px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-bottom-color: var(--gold);
}

.contact-form .button {
  width: fit-content;
  margin-top: 8px;
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.form-note a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  padding: 34px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-company {
  display: grid;
  gap: 7px;
  max-width: 560px;
  letter-spacing: 0;
  text-transform: none;
}

.footer-company p {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.footer-company span,
.footer-company a {
  line-height: 1.6;
}

.footer-company a:hover,
.footer-links a:hover {
  color: var(--gold);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
}

.detail-body {
  background: var(--porcelain);
}

.look-detail {
  padding-top: 72px;
}

.look-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  min-height: calc(100vh - 72px);
}

.look-detail-media {
  min-height: calc(100vh - 72px);
  background: var(--paper);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(18px, 3vw, 44px);
}

.look-detail-media img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.look-detail-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 7vw, 96px);
  border-left: 1px solid var(--line);
}

.look-detail-copy h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 400;
  line-height: 0.94;
}

.look-detail-copy > p:not(.section-kicker) {
  max-width: 560px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
}

.look-disclaimer {
  max-width: 560px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.82rem;
}

.style-guide {
  display: grid;
  gap: 24px;
  margin-top: 34px;
}

.style-guide h2,
.style-guide h3 {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.style-guide h2 {
  color: var(--gold);
}

.piece-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.piece-list div {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 20px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.piece-list dt {
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.piece-list dd {
  margin: 0;
  color: var(--muted);
}

.piece-list strong {
  color: var(--ink);
  font-weight: 700;
}

.styling-notes {
  margin: 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.look-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 42px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .brand {
    grid-column: 2;
    justify-self: center;
  }

  .menu-toggle {
    display: block;
    grid-column: 1;
    grid-row: 1;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 72px 0 auto 0;
    grid-column: 1 / -1;
    display: grid;
    gap: 0;
    padding: 18px;
    background: rgba(248, 245, 239, 0.98);
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    transform: translateY(-120%);
    transition: transform 200ms ease;
  }

  .site-nav.is-open {
    transform: translateY(0);
  }

  .site-nav a {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    font-size: 0.82rem;
  }

  .detail-header {
    position: sticky;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: start;
  }

  .detail-header .brand {
    grid-column: 1;
    justify-self: start;
  }

  .detail-header .detail-nav {
    position: static;
    inset: auto;
    grid-column: 1;
    display: flex;
    justify-self: start;
    gap: 18px;
    padding: 0;
    background: transparent;
    border: 0;
    color: inherit;
    transform: none;
  }

  .detail-header .detail-nav a {
    padding: 0;
    border: 0;
    font-size: 0.72rem;
  }

  .intro-grid,
  .editorial-band,
  .contact,
  .look-detail-grid {
    grid-template-columns: 1fr;
  }

  .collection-grid {
    grid-template-columns: 1fr;
  }

  .feature-piece {
    min-height: 0;
  }

  .feature-piece img {
    aspect-ratio: 5 / 6;
  }

  .editorial-band {
    min-height: 0;
  }

  .contact-details {
    position: static;
  }

  .look-detail {
    padding-top: 0;
  }

  .look-detail-media {
    min-height: 64vh;
  }

  .look-detail-media img {
    max-height: none;
  }

  .look-detail-copy {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .lookbook-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 66px;
  }

  .hero {
    min-height: 86vh;
    padding-top: 94px;
  }

  .hero-media img {
    object-position: 56% 18%;
  }

  .hero h1 {
    font-size: clamp(3.35rem, 18vw, 5.8rem);
  }

  .scroll-cue {
    display: none;
  }

  .section-heading {
    display: block;
  }

  .lookbook-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 430px;
  }

  .lookbook-item.wide,
  .lookbook-item.tall {
    grid-column: auto;
    grid-row: auto;
  }

  .details-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .piece-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}
