:root {
  --collection-gold: #b99769;
  --collection-dark: #1f2021;
  --collection-paper: #f4f1ec;
  --collection-ink: #252525;
  --collection-muted: #6d6a65;
  --collection-line: rgba(37, 37, 37, .14);
}

.collection-main { background: #fff; color: var(--collection-ink); }
.collection-main a { color: inherit; }
.collection-container { width: min(100% - 48px, 1220px); margin: 0 auto; }
.collection-hero {
  position: relative;
  display: flex;
  min-height: 720px;
  align-items: flex-end;
  padding: 145px 0 90px;
  overflow: hidden;
  background-color: #171819;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.collection-hero--white-truffle { background-image: url('/collections/images/hero-white-truffle.webp'); }
.collection-hero--caviar { background-image: url('/collections/images/hero-caviar.webp'); }
.collection-hero--matsutake { background-image: url('/collections/images/hero-matsutake.webp'); }
.collection-hero--dracaena { background-image: url('/collections/images/hero-dracaena.webp'); }
.collection-hero--edelweiss { background-image: url('/collections/images/hero-edelweiss.webp'); }
.collection-hero--blue-angel { background-image: url('/collections/images/hero-blue-angel.webp'); }
.faq-hero {
  background-image: url('/collections/images/hero-faq-guidance-logo.webp');
  background-position: center 70%;
}
.legal-page-hero { background-image: url('/collections/images/hero-legal.webp'); }
.contact-page-hero { background-image: url('/collections/images/hero-contact.webp'); }
.collection-hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,10,10,.92), rgba(9,10,10,.67) 58%, rgba(9,10,10,.45)); content: ""; }
.collection-hero__content { position: relative; z-index: 1; max-width: 790px; }
.collection-breadcrumb { margin: 0 0 52px; color: rgba(255,255,255,.62); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.collection-breadcrumb a { color: inherit; text-decoration: none; }
.collection-breadcrumb a:hover, .collection-breadcrumb a:focus-visible { color: #fff; }
.collection-kicker { margin: 0 0 16px; color: var(--collection-gold); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.collection-hero h1, .collection-heading h2, .collection-story h2, .legal-section h2, .contact-card h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-weight: 400; line-height: 1.08; }
.products-page--zh .collection-hero h1, .products-page--zh .collection-heading h2, .products-page--zh .collection-story h2, .products-page--zh .legal-section h2, .products-page--zh .contact-card h2 { font-family: "Noto Serif SC", "Songti SC", STSong, serif; }
.collection-hero h1 { max-width: 820px; font-size: clamp(50px, 7vw, 92px); letter-spacing: -.035em; }
.collection-hero__lead { max-width: 660px; margin: 27px 0 0; color: rgba(255,255,255,.76); font-size: clamp(16px,1.7vw,20px); line-height: 1.7; }
.collection-story { padding: 108px 0; }
.collection-story__grid { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); gap: clamp(55px,8vw,118px); align-items: start; }
.collection-story h2, .collection-heading h2 { font-size: clamp(38px,4.7vw,62px); }
.collection-story__copy { color: var(--collection-muted); font-size: 17px; line-height: 1.85; }
.collection-story__copy p { margin: 0 0 20px; }
.collection-story__copy p:first-child { color: var(--collection-ink); font-size: 22px; }
.collection-pillars { padding: 92px 0; background: var(--collection-paper); }
.collection-pillars__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--collection-line); border-bottom: 1px solid var(--collection-line); }
.collection-pillar { padding: 40px 34px; }
.collection-pillar + .collection-pillar { border-left: 1px solid var(--collection-line); }
.collection-pillar__number { display: block; margin-bottom: 43px; color: var(--collection-gold); font-family: "Playfair Display",Georgia,serif; font-size: 25px; }
.collection-pillar h3 { margin: 0 0 14px; font-size: 17px; }
.collection-pillar p { margin: 0; color: var(--collection-muted); font-size: 14px; line-height: 1.75; }
.collection-products { padding: 108px 0 120px; }
.collection-heading { display: flex; gap: 35px; align-items: end; justify-content: space-between; margin-bottom: 48px; }
.collection-heading p:last-child { max-width: 520px; margin: 0; color: var(--collection-muted); }
.collection-products .products-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.collection-links { padding: 78px 0; background: var(--collection-dark); color: #fff; }
.collection-links__grid { display: grid; grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); gap: clamp(50px,8vw,110px); align-items: start; }
.collection-links h2 { margin: 0; font-family: "Playfair Display",Georgia,serif; font-size: clamp(34px,4vw,50px); font-weight: 400; line-height: 1.15; }
.products-page--zh .collection-links h2 { font-family: "Noto Serif SC","Songti SC",STSong,serif; }
.collection-links__list { display: flex; flex-wrap: wrap; gap: 10px; }
.collection-links__list a { padding: 11px 14px; border: 1px solid rgba(255,255,255,.24); color: rgba(255,255,255,.78); font-size: 11px; font-weight: 700; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.collection-links__list a:hover, .collection-links__list a:focus-visible { border-color: var(--collection-gold); color: #fff; }

.legal-hero { min-height: 560px; }
.legal-hero h1 { max-width: 1000px; }
.legal-nav { position: sticky; top: 0; z-index: 4; padding: 18px 0; border-bottom: 1px solid var(--collection-line); background: rgba(255,255,255,.96); }
.legal-nav__links { display: flex; flex-wrap: wrap; gap: 10px 28px; }
.legal-nav a { color: var(--collection-muted); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.legal-content { padding: 95px 0 115px; }
.legal-intro { max-width: 850px; margin: 0 0 72px; color: var(--collection-muted); font-size: 18px; line-height: 1.8; }
.legal-section { display: grid; grid-template-columns: minmax(220px,.55fr) minmax(0,1.45fr); gap: clamp(45px,8vw,115px); padding: 66px 0; border-top: 1px solid var(--collection-line); scroll-margin-top: 85px; }
.legal-section h2 { font-size: clamp(32px,3.7vw,48px); }
.legal-section__copy { color: var(--collection-muted); line-height: 1.8; }
.legal-section__copy h3 { margin: 30px 0 10px; color: var(--collection-ink); font-size: 16px; }
.legal-section__copy h3:first-child { margin-top: 0; }
.legal-section__copy p, .legal-section__copy ul { margin: 0 0 18px; }
.legal-section__copy ul { padding-left: 20px; }
.legal-section__copy a { color: var(--collection-ink); text-underline-offset: 3px; }
.legal-updated { margin-top: 45px; color: var(--collection-muted); font-size: 13px; }

.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--collection-line); background: #fff; }
.faq-list summary { position: relative; padding: 24px 58px 24px 24px; cursor: pointer; color: var(--collection-ink); font-size: 16px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 21px; right: 24px; color: var(--collection-gold); content: "+"; font-size: 24px; font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list__answer { padding: 0 24px 25px; color: var(--collection-muted); line-height: 1.8; }
.faq-list__answer p { margin: 0; }
.faq-contact { margin-top: 36px; padding: 28px; background: var(--collection-paper); }

.contact-content { padding: 110px 0 125px; background: var(--collection-paper); }
.contact-card { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: clamp(50px,8vw,110px); padding: clamp(34px,6vw,75px); background: #fff; }
.contact-card h2 { font-size: clamp(36px,4.7vw,58px); }
.contact-card__copy { color: var(--collection-muted); font-size: 17px; line-height: 1.8; }
.contact-card__email { display: inline-block; margin-top: 22px; color: var(--collection-ink); font-family: "Playfair Display",Georgia,serif; font-size: clamp(23px,3vw,36px); text-decoration: none; word-break: break-word; }
.contact-card__email:hover, .contact-card__email:focus-visible { color: var(--collection-gold); }

.collection-directory { display: flex; flex-wrap: wrap; gap: 8px; margin: -20px 0 48px; }
.collection-directory a { padding: 9px 13px; border-bottom: 1px solid var(--collection-gold); color: var(--collection-ink); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }

@media (max-width: 900px) {
  .collection-story__grid, .collection-links__grid, .legal-section, .contact-card { grid-template-columns: 1fr; }
  .collection-pillars__grid { grid-template-columns: 1fr; }
  .collection-pillar + .collection-pillar { border-top: 1px solid var(--collection-line); border-left: 0; }
  .collection-heading { display: block; }
  .collection-heading > p { margin-top: 20px !important; }
  .collection-products .products-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 620px) {
  .collection-container { width: min(100% - 32px,1220px); }
  .collection-hero { min-height: 650px; padding: 135px 0 68px; background-position: 64% center; }
  .faq-hero { background-position: 89% center; }
  .collection-breadcrumb { margin-bottom: 38px; }
  .collection-hero h1 { font-size: clamp(43px,13vw,62px); }
  .products-page--zh .collection-story h2 { font-size: clamp(31px,8.5vw,38px); line-height: 1.22; }
  .collection-story, .collection-products, .legal-content, .contact-content { padding-block: 72px; }
  .collection-pillars { padding-block: 62px; }
  .collection-products .products-grid { grid-template-columns: 1fr; }
  .collection-links { padding-block: 66px; }
  .legal-nav { position: static; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
  .legal-nav::-webkit-scrollbar { display: none; }
  .legal-nav__links { flex-wrap: nowrap; }
  .legal-nav a { flex: 0 0 auto; }
  .legal-section { padding: 48px 0; }
}

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