:root {
  --paper: #f7f6f2;
  --paper-deep: #ede8df;
  --ink: #151515;
  --muted: #6b665f;
  --line: #d8d0c4;
  --brown: #35251d;
  --brown-soft: #6c4c38;
  --wine: #50182c;
  --olive: #3d4930;
  --blue: #163d68;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(26, 20, 16, 0.16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

img {
  display: block;
  max-width: 100%;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 76px;
  padding: 18px clamp(20px, 4vw, 56px);
  background: rgba(247, 246, 242, 0.88);
  border-bottom: 1px solid rgba(216, 208, 196, 0.72);
  backdrop-filter: blur(18px);
}

.brand {
  position: absolute;
  left: clamp(20px, 4vw, 56px);
  display: grid;
  gap: 0;
  line-height: 1;
  text-transform: lowercase;
}

.brand-main {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800;
  letter-spacing: 0;
}

.brand-sub {
  justify-self: center;
  margin-top: 4px;
  font-size: 10px;
  letter-spacing: 0.46em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: clamp(16px, 2.5vw, 34px);
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-links a {
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.nav-links a:hover {
  color: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  min-height: calc(92vh - 76px);
  padding: clamp(24px, 3.2vw, 44px) clamp(20px, 5vw, 72px) clamp(34px, 4.8vw, 64px);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  width: 46vw;
  height: 46vw;
  background: radial-gradient(circle, rgba(108, 76, 56, 0.18), transparent 64%);
  pointer-events: none;
}

.hero-media {
  position: relative;
  min-height: 440px;
  background: #1d1b19;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(1.05);
}

.hero-copy {
  position: relative;
  max-width: 720px;
}

.season,
.section-kicker,
.look-number {
  margin: 0 0 18px;
  color: var(--brown-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(50px, 6.8vw, 86px);
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(42px, 5.8vw, 82px);
}

h3 {
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.02;
}

.hero-copy p:not(.season),
.intro > p,
.feature-copy > p,
.details-copy > p {
  color: var(--muted);
  font-size: clamp(17px, 1.65vw, 21px);
  line-height: 1.65;
}

.button,
.store-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border: 1px solid var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

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

.button.secondary {
  background: transparent;
}

.hero-card {
  position: relative;
  width: min(360px, calc(100vw - 40px));
  margin-top: 24px;
  padding: 22px;
  color: var(--white);
  background: var(--brown);
  box-shadow: var(--shadow);
}

.hero-card span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-card strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.1;
}

.intro,
.feature-look,
.looks,
.complete-guide,
.details,
.cta-band {
  padding: clamp(72px, 9vw, 132px) clamp(20px, 5vw, 72px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(300px, 1.05fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: end;
  background: var(--white);
}

.intro h2 {
  max-width: 780px;
}

.feature-look {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 1.1fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
}

.feature-image {
  max-height: 840px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-copy {
  max-width: 680px;
}

.check-list {
  display: grid;
  gap: 16px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding: 18px 0;
  border-top: 1px solid var(--line);
  color: var(--brown);
  font-size: 15px;
  line-height: 1.55;
}

.check-list strong,
.detail-list strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.looks {
  background: #191817;
  color: var(--white);
}

.looks .section-kicker,
.looks .look-card span {
  color: #c9a98a;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(30px, 5vw, 58px);
}

.section-heading h2 {
  max-width: 720px;
}

.look-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.look-card {
  display: grid;
  grid-template-rows: 440px 1fr;
  min-height: 640px;
  background: #22201e;
}

.look-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.look-card div {
  display: grid;
  align-content: start;
  padding: 26px;
}

.look-card span {
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.look-card p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.6;
}

.complete-guide {
  background: var(--white);
}

.complete-guide .section-heading {
  align-items: start;
  border-bottom: 1px solid var(--line);
  padding-bottom: clamp(28px, 4vw, 46px);
}

.guide-item {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1.28fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  padding: clamp(42px, 6vw, 78px) 0;
  border-bottom: 1px solid var(--line);
}

.guide-item:nth-child(odd) {
  grid-template-columns: minmax(320px, 1.28fr) minmax(260px, 0.72fr);
}

.guide-item:nth-child(odd) .guide-media {
  order: 2;
}

.guide-media {
  overflow: hidden;
  background: #211d1a;
  box-shadow: 0 18px 52px rgba(26, 20, 16, 0.12);
}

.guide-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.guide-copy h3 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(36px, 4.6vw, 64px);
}

.guide-copy > p:not(.look-number) {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.7;
}

.detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.detail-list li {
  padding: 18px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 15px;
  line-height: 1.58;
}

.details {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(360px, 1.28fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: center;
  background: var(--paper-deep);
}

.details-copy {
  max-width: 600px;
}

.detail-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.detail-strip figure {
  margin: 0;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(26, 20, 16, 0.08);
}

.detail-strip img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.detail-strip figcaption {
  padding: 18px;
  color: var(--brown);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: start;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(21, 21, 21, 0.94), rgba(21, 21, 21, 0.74)),
    url("pdf_images/page1_img7_Im4.jpg.jpg") center / cover;
}

.cta-band .section-kicker {
  color: #d6b99d;
}

.cta-band p:not(.section-kicker) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.65;
}

.store-button {
  align-self: end;
  justify-self: start;
  min-width: 260px;
  border-color: var(--white);
  color: var(--ink);
  background: var(--white);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(20px, 5vw, 72px);
  color: var(--muted);
  background: var(--paper);
  border-top: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .look-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .look-card {
    grid-template-rows: 520px 1fr;
  }
}

@media (max-width: 860px) {
  .site-header {
    align-items: start;
    justify-content: flex-start;
  }

  .brand {
    position: static;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .intro,
  .feature-look,
  .guide-item,
  .guide-item:nth-child(odd),
  .details,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .guide-item:nth-child(odd) .guide-media {
    order: 0;
  }

  .detail-list {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-media,
  .hero-media img {
    min-height: 360px;
  }

  .hero-card {
    width: auto;
  }

  .section-heading {
    display: block;
  }

  .detail-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: clamp(48px, 15vw, 72px);
  }

  h2 {
    font-size: clamp(38px, 11vw, 56px);
  }

  .hero,
  .intro,
  .feature-look,
  .looks,
  .complete-guide,
  .details,
  .cta-band {
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .look-card {
    grid-template-rows: 460px 1fr;
    min-height: auto;
  }

  .site-footer {
    display: grid;
  }
}
