:root {
  --ink: #171413;
  --soft-ink: #4f4541;
  --pearl: #f8f4ef;
  --powder: #f3ece5;
  --blush: #e6c4cb;
  --sand: #d9c3ad;
  --rose: #cb7b93;
  --rose-deep: #a65371;
  --moss: #839880;
  --champagne: #b99563;
  --fog: #ece6df;
  --line: rgba(23, 20, 19, 0.12);
  --glass-line: rgba(255, 247, 240, 0.76);
  --shadow: 0 30px 80px rgba(43, 31, 29, 0.14);
  color-scheme: light;
  font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(230, 196, 203, 0.32), transparent 34%),
    radial-gradient(circle at 85% 16%, rgba(185, 149, 99, 0.14), transparent 24%),
    linear-gradient(180deg, #fbf8f4 0%, #f5eee7 34%, #f1e9e1 100%);
  color: var(--ink);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(23, 20, 19, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 20, 19, 0.026) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, #000, transparent 74%);
}

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

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

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--rose);
  outline-offset: 4px;
}

h1,
h2,
h3,
p,
figure {
  margin: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 16px clamp(18px, 4vw, 58px);
  border-bottom: 1px solid rgba(131, 152, 128, 0.18);
  background: rgba(248, 244, 239, 0.82);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: grid;
  gap: 1px;
  font-family: Didot, "Bodoni 72", "Bodoni MT", Georgia, serif;
  font-size: clamp(1rem, 1.55vw, 1.22rem);
  font-weight: 700;
  line-height: 0.9;
}

.brand-mark span:last-child {
  color: var(--rose);
}

.site-nav {
  display: flex;
  gap: clamp(14px, 3vw, 34px);
  color: rgba(79, 69, 65, 0.82);
  font-size: 0.87rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.site-nav a {
  position: relative;
  padding-bottom: 5px;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--rose);
  transition: transform 180ms ease;
}

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

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

.hero,
.section,
.lookbook-ribbon,
.contact-panel {
  padding-left: clamp(18px, 4vw, 58px);
  padding-right: clamp(18px, 4vw, 58px);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(430px, 1.16fr);
  gap: clamp(28px, 5vw, 86px);
  align-items: center;
  min-height: min(900px, calc(100vh - 74px));
  padding-top: clamp(42px, 7vw, 94px);
  padding-bottom: 56px;
  overflow: clip;
}

.hero-backdrop {
  position: absolute;
  inset: 4% 30% 10% -4%;
  z-index: 0;
  border-radius: 0 220px 220px 0;
  background:
    linear-gradient(135deg, rgba(255, 251, 247, 0.9), rgba(243, 236, 229, 0.62)),
    linear-gradient(90deg, rgba(203, 123, 147, 0.12), transparent 60%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.42),
    0 30px 90px rgba(43, 31, 29, 0.07);
  pointer-events: none;
}

.hero::after {
  content: "motion / square crops / accessory rhythm";
  position: absolute;
  right: clamp(18px, 4vw, 58px);
  bottom: 18px;
  color: rgba(79, 69, 65, 0.46);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
  padding: clamp(18px, 3vw, 34px) 0;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--rose);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-meta-line,
.hero-subline {
  color: rgba(79, 69, 65, 0.62);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-meta-line {
  margin-bottom: 22px;
}

h1 {
  max-width: 6.1ch;
  margin-bottom: 24px;
  font-family: Didot, "Bodoni 72", "Bodoni MT", Georgia, serif;
  font-size: clamp(4.4rem, 12vw, 11.6rem);
  font-weight: 700;
  line-height: 0.77;
}

.hero-lede {
  max-width: 560px;
  color: var(--soft-ink);
  font-size: clamp(1.08rem, 1.45vw, 1.36rem);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
}

.primary-link,
.contact-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
  font-weight: 900;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.primary-link:hover,
.contact-links a:hover {
  border-color: var(--rose);
  background: var(--rose);
  color: var(--ink);
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(166, 83, 113, 0.18);
}

.text-link {
  color: rgba(79, 69, 65, 0.82);
  border-bottom: 1px solid rgba(79, 69, 65, 0.24);
  padding-bottom: 4px;
  font-weight: 700;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 560px;
  margin-top: 38px;
}

.hero-metrics div {
  padding: 16px 14px;
  border: 1px solid rgba(185, 149, 99, 0.24);
  background: rgba(255, 250, 246, 0.54);
  backdrop-filter: blur(10px);
}

.hero-metrics strong {
  display: block;
  margin-bottom: 6px;
  font-family: Didot, "Bodoni 72", "Bodoni MT", Georgia, serif;
  font-size: 1.8rem;
  line-height: 0.95;
}

.hero-metrics span {
  color: rgba(79, 69, 65, 0.78);
  font-size: 0.82rem;
  line-height: 1.45;
}

.hero-subline {
  margin-top: 16px;
}

.hero-gallery {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(66px, 1fr));
  grid-template-rows: repeat(6, minmax(0, 1fr));
  gap: clamp(10px, 1.5vw, 16px);
  height: min(74vh, 720px);
  min-height: 560px;
  width: min(100%, 760px);
  justify-self: end;
  padding-right: clamp(0px, 2vw, 18px);
  transform: rotate(-1.5deg);
  will-change: transform;
}

.hero-orbit {
  position: absolute;
  right: 10%;
  top: 8%;
  z-index: 4;
  width: min(31vw, 268px);
  aspect-ratio: 1.85 / 1;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 999px 999px 860px 860px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.58), transparent 34%),
    linear-gradient(145deg, rgba(131, 152, 128, 0.22), rgba(203, 123, 147, 0.18));
  box-shadow:
    inset 0 0 30px rgba(255, 255, 255, 0.34),
    0 18px 60px rgba(23, 20, 19, 0.12);
  pointer-events: none;
}

.hero-orbit::after {
  content: "";
  position: absolute;
  inset: 18% 12%;
  border-top: 2px solid rgba(255, 255, 255, 0.76);
  transform: rotate(-12deg);
}

.hero-tile,
.mini-frame,
.ribbon-frame,
.spotlight-image,
.spotlight-thumb,
.spotlight-lead-media,
.mosaic-card,
.statement-frame {
  overflow: hidden;
  border: 1px solid var(--glass-line);
  background: var(--fog);
  box-shadow: var(--shadow);
  transform-origin: center center;
  will-change: transform;
}

.hero-tile img,
.mini-frame img,
.ribbon-frame img,
.spotlight-image img,
.spotlight-thumb img,
.spotlight-lead-media img,
.mosaic-card img,
.statement-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 620ms ease;
}

.hero-tile:hover img,
.mini-frame:hover img,
.ribbon-frame:hover img,
.spotlight-item:hover img,
.spotlight-lead:hover img,
.mosaic-card:hover img,
.statement-shell:hover img {
  transform: scale(1.045);
}

.hero-tile-1 {
  grid-column: 1 / 4;
  grid-row: 1 / 4;
  z-index: 2;
}

.hero-tile-2 {
  grid-column: 4 / 7;
  grid-row: 1 / 3;
  z-index: 5;
}

.hero-tile-3 {
  grid-column: 4 / 6;
  grid-row: 3 / 5;
  z-index: 3;
}

.hero-tile-4 {
  grid-column: 1 / 3;
  grid-row: 4 / 7;
  z-index: 4;
}

.hero-tile-5 {
  grid-column: 3 / 5;
  grid-row: 5 / 7;
  z-index: 2;
}

.hero-tile-6 {
  grid-column: 5 / 7;
  grid-row: 5 / 7;
  z-index: 6;
}

.hero-mini-rail {
  position: absolute;
  right: -2%;
  bottom: 4%;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 112px));
  gap: 10px;
  width: min(250px, 24vw);
}

.mini-frame {
  aspect-ratio: 1 / 1;
  background: rgba(255, 248, 243, 0.92);
}

.hero-tile::before,
.mini-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 28%, rgba(23, 20, 19, 0.08));
  pointer-events: none;
}

.intro-band {
  position: relative;
  margin: 0 clamp(18px, 4vw, 58px);
  padding: clamp(32px, 5vw, 60px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(203, 123, 147, 0.14), transparent 58%),
    rgba(255, 251, 247, 0.7);
}

.intro-band::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(390px, 62vw);
  height: 1px;
  background: var(--champagne);
  transform: translateX(-50%);
}

.intro-band p {
  max-width: 1080px;
  margin: 0 auto;
  color: var(--soft-ink);
  font-family: Didot, "Bodoni 72", "Bodoni MT", Georgia, serif;
  font-size: clamp(1.36rem, 3vw, 2.62rem);
  line-height: 1.18;
  text-align: center;
}

.lookbook-ribbon {
  padding-top: clamp(34px, 5vw, 52px);
  padding-bottom: clamp(16px, 3vw, 28px);
}

.section {
  padding-top: clamp(68px, 9vw, 120px);
  padding-bottom: clamp(68px, 9vw, 120px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(150px, 0.3fr) minmax(0, 0.7fr);
  gap: clamp(20px, 4vw, 56px);
  align-items: end;
  max-width: 1180px;
  margin: 0 auto 34px;
}

.section-heading.narrow {
  display: block;
  max-width: 760px;
  margin-left: 0;
}

.section h2,
.contact-panel h2 {
  font-family: Didot, "Bodoni 72", "Bodoni MT", Georgia, serif;
  font-size: clamp(2rem, 5vw, 4.5rem);
  font-weight: 700;
  line-height: 0.98;
}

.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;
}

.lookbook-track-wrap {
  overflow: hidden;
  padding: 8px 0 14px;
}

.lookbook-track {
  display: flex;
  width: max-content;
  gap: 14px;
  will-change: transform;
}

.ribbon-frame {
  width: clamp(140px, 16vw, 240px);
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
}

.spotlight-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 22px;
  max-width: 1240px;
  margin: 0 auto;
}

.spotlight-lead {
  display: grid;
  grid-template-rows: auto minmax(360px, 1fr);
  gap: 18px;
  min-height: 100%;
  padding: clamp(22px, 3vw, 34px);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.78), rgba(243, 236, 229, 0.85)),
    var(--powder);
  border: 1px solid rgba(185, 149, 99, 0.18);
}

.spotlight-lead-copy {
  max-width: 520px;
}

.spotlight-lead-copy h3,
.spotlight-copy h3 {
  margin-bottom: 12px;
  font-family: Didot, "Bodoni 72", "Bodoni MT", Georgia, serif;
  font-size: clamp(1.82rem, 3vw, 3.2rem);
  line-height: 0.98;
}

.spotlight-lead-copy p:last-child {
  color: var(--soft-ink);
  line-height: 1.72;
}

.spotlight-lead-media {
  min-height: 360px;
}

.spotlight-stack {
  display: grid;
  gap: 18px;
}

.spotlight-item {
  display: grid;
  grid-template-columns: minmax(160px, 0.36fr) minmax(0, 0.64fr) 136px;
  gap: 16px;
  align-items: stretch;
  min-height: 256px;
  padding: 16px;
  background: rgba(255, 251, 247, 0.7);
  border: 1px solid rgba(131, 152, 128, 0.18);
}

.spotlight-image {
  min-height: 100%;
}

.spotlight-copy {
  align-self: center;
}

.spotlight-copy p {
  margin-bottom: 8px;
  color: var(--champagne);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.spotlight-copy span {
  color: var(--soft-ink);
  line-height: 1.68;
}

.spotlight-thumbs {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}

.spotlight-thumb {
  aspect-ratio: 1 / 1;
}

.collection-section {
  background:
    linear-gradient(180deg, rgba(185, 149, 99, 0.09), transparent 32%),
    linear-gradient(180deg, rgba(236, 230, 223, 0.92), rgba(247, 241, 235, 0.84));
}

.mosaic-gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: 120px;
  gap: 12px;
  max-width: 1280px;
}

.mosaic-card {
  min-height: 0;
}

.mosaic-card-square {
  grid-column: span 2;
  grid-row: span 2;
}

.mosaic-card-tall {
  grid-column: span 2;
  grid-row: span 3;
}

.mosaic-card-wide {
  grid-column: span 3;
  grid-row: span 2;
}

.statement-section {
  padding-top: clamp(26px, 5vw, 52px);
}

.statement-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: clamp(26px, 4vw, 58px);
  align-items: center;
  min-height: 560px;
  padding: clamp(28px, 4vw, 54px);
  background:
    radial-gradient(circle at 18% 18%, rgba(203, 123, 147, 0.16), transparent 24%),
    linear-gradient(140deg, rgba(255, 250, 246, 0.86), rgba(243, 236, 229, 0.92));
  border: 1px solid rgba(203, 123, 147, 0.16);
  overflow: clip;
}

.statement-copy {
  max-width: 640px;
}

.statement-stack {
  position: relative;
  min-height: 420px;
}

.statement-frame {
  position: absolute;
  width: min(220px, 34vw);
  aspect-ratio: 1 / 1;
}

.statement-frame-1 {
  left: 0;
  top: 8%;
}

.statement-frame-2 {
  right: 7%;
  top: 0;
}

.statement-frame-3 {
  left: 12%;
  bottom: 2%;
}

.statement-frame-4 {
  right: 0;
  bottom: 10%;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: end;
  margin: clamp(20px, 4vw, 58px);
  padding-top: clamp(34px, 5vw, 64px);
  padding-bottom: clamp(34px, 5vw, 64px);
  border: 1px solid rgba(185, 149, 99, 0.42);
  background:
    linear-gradient(135deg, rgba(203, 123, 147, 0.16), transparent 48%),
    linear-gradient(135deg, rgba(255, 250, 246, 0.88), rgba(243, 236, 229, 0.92));
  box-shadow: 0 18px 52px rgba(54, 43, 39, 0.09);
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.contact-links a:nth-child(2),
.contact-links a:nth-child(3) {
  background: transparent;
  color: var(--ink);
}

.contact-links a:nth-child(2):hover,
.contact-links a:nth-child(3):hover {
  border-color: var(--soft-ink);
  background: var(--soft-ink);
  color: #fff;
}

.site-footer {
  padding: 34px clamp(18px, 4vw, 58px) 42px;
  border-top: 1px solid var(--line);
  background: #171413;
  color: var(--pearl);
  text-align: center;
}

.footer-brand {
  display: grid;
  gap: 6px;
  justify-items: center;
  margin-bottom: 22px;
}

.footer-brand strong {
  font-family: Didot, "Bodoni 72", "Bodoni MT", Georgia, serif;
  font-size: 1.26rem;
}

.footer-brand span,
.beian-block {
  color: rgba(248, 244, 239, 0.72);
  font-size: 0.84rem;
}

.beian-block {
  display: grid;
  justify-items: center;
  gap: 8px;
  line-height: 1.4;
}

.beian-block a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.beian-block a:hover {
  color: rgba(230, 196, 203, 0.92);
}

@media screen and (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-backdrop {
    inset: 2% 4% 22% 0;
    border-radius: 0 0 140px 0;
  }

  .hero-gallery {
    min-height: 560px;
    width: 100%;
    max-width: 760px;
    justify-self: start;
    transform: none;
  }

  .spotlight-layout,
  .statement-shell,
  .contact-panel,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .spotlight-item {
    grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr);
  }

  .spotlight-thumbs {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .statement-stack {
    min-height: 340px;
  }

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

@media screen and (min-width: 1480px) {
  .hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(560px, 0.92fr);
    gap: clamp(34px, 4vw, 92px);
  }

  .hero-gallery {
    width: min(100%, 700px);
    height: min(72vh, 700px);
    min-height: 600px;
  }
}

@media screen and (max-width: 820px) {
  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .mosaic-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 150px;
  }

  .mosaic-card-square,
  .mosaic-card-tall,
  .mosaic-card-wide {
    grid-column: span 1;
  }

  .mosaic-card-square,
  .mosaic-card-wide {
    grid-row: span 1;
  }

  .mosaic-card-tall {
    grid-row: span 2;
  }
}

@media screen and (max-width: 640px) {
  .site-header {
    position: static;
    align-items: flex-start;
    gap: 16px;
  }

  .site-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 16px;
  }

  h1 {
    font-size: clamp(3.5rem, 21vw, 5.4rem);
  }

  .hero {
    padding-bottom: 24px;
  }

  .hero-backdrop {
    inset: 0 0 38% 0;
    border-radius: 0 0 72px 0;
  }

  .hero::after {
    position: static;
    display: block;
    margin-top: 10px;
  }

  .hero-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 170px;
    grid-auto-rows: 170px;
    height: auto;
    min-height: 0;
    padding-right: 0;
  }

  .hero-tile {
    grid-column: auto;
    grid-row: auto;
  }

  .hero-tile:nth-child(n + 4) {
    display: none;
  }

  .hero-orbit {
    width: 160px;
    right: 5%;
    top: 10px;
  }

  .hero-mini-rail {
    position: static;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 12px;
  }

  .mini-frame:nth-child(n + 3) {
    display: none;
  }

  .section,
  .lookbook-ribbon,
  .hero,
  .contact-panel {
    padding-left: 18px;
    padding-right: 18px;
  }

  .intro-band {
    margin-left: 18px;
    margin-right: 18px;
    padding: 26px 18px;
  }

  .spotlight-item {
    grid-template-columns: 1fr;
  }

  .spotlight-image {
    max-height: 280px;
  }

  .statement-shell {
    min-height: 0;
  }

  .statement-stack {
    min-height: 260px;
  }

  .statement-frame {
    width: 128px;
  }

  .ribbon-frame {
    width: 128px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
