:root {
  color-scheme: dark;
  --bg: #101010;
  --fg: #f5f3ef;
  --muted: #b4b1ac;
  --line: #373632;
}

/* Product-led personal shopping, using the existing wardrobe palette. */
.catalog-price { display:block; margin:14px 0 7px; font-size:1.15rem; color:#edcfab; }
.product-reference { display:block; color:var(--muted); font-size:.8rem; letter-spacing:.08em; }
.product-detail-link { display:block; margin-top:18px; font-size:.9rem; }
.catalog-price-note, .product-details-note { max-width:850px; color:var(--muted); font-size:.9rem; line-height:1.7; margin:22px 0; }
.catalog-grid .hair-image, .product-photo.hair-image { background:#f7f7f7; }
.catalog-grid .hair-image img { object-fit:contain; }
.collection-count { color:var(--muted); }
.catalog-filters { display:flex; gap:8px; flex-wrap:wrap; margin:25px 0; }
.catalog-filters button { color:var(--fg); background:transparent; border:1px solid #666; padding:10px 16px; cursor:pointer; font:inherit; }
.catalog-filters button.active { background:#edcfab; color:#101010; border-color:#edcfab; }
.catalog-empty { padding:32px; border:1px solid var(--line); }
.collection-inspiration details { border-top:1px solid var(--line); padding-top:20px; }
.collection-inspiration summary { cursor:pointer; font-size:1rem; margin-bottom:20px; }
.member-benefits { display:flex; align-items:flex-start; justify-content:space-between; gap:25px; padding:32px 0; margin-top:42px; border-top:1px solid var(--line); }
.member-benefits h2 { font-size:clamp(26px,3vw,38px); margin:12px 0; }
.member-benefits p { max-width:680px; color:var(--muted); margin-bottom:0; }
.coming-label { white-space:nowrap; border:1px solid #6a6052; color:#edcfab; padding:8px 12px; font-size:.875rem; }
.product-detail { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(0,1fr); align-items:start; gap:clamp(28px,5vw,75px); margin-top:32px; }
.product-photo { width:100%; padding:0; border:0; background:#171717; color:inherit; cursor:zoom-in; }
.product-photo img { width:100%; height:auto; max-height:800px; object-fit:contain; display:block; }
.product-description { min-width:0; }
.product-description h1 { font-size:clamp(32px,3.8vw,58px); line-height:1.1; overflow-wrap:break-word; }
.product-description .product-total { color:#edcfab; font-size:1.6rem; margin:20px 0; }
.product-specs { margin:24px 0; }
.product-specs > div { display:flex; justify-content:space-between; gap:20px; padding:10px 0; border-bottom:1px solid var(--line); }
.product-specs dt { color:var(--muted); }
.product-specs dd { margin:0; text-align:right; }
.product-options { display:grid; grid-template-columns:minmax(0,1fr) 100px; gap:16px; margin:26px 0; }
.product-options label,.bag-item label { display:flex; flex-direction:column; gap:8px; font-size:.875rem; }
.product-options input,.product-options select,.bag-quantity { width:100%; border:1px solid #666; background:#171717; color:var(--fg); min-height:48px; padding:10px; font:inherit; font-size:1rem; border-radius:0; }
.product-options select { max-width:100%; }
.product-options .action { grid-column:1/-1; }
.checkout-status { border-left:2px solid #bba17f; padding:14px 20px; background:#191613; }
.checkout-status p { margin:8px 0 0; color:var(--muted); }
.text-link { display:inline-block; padding:10px 0; border-bottom:1px solid #8f7960; }
.bag-layout { display:grid; grid-template-columns:minmax(0,1.6fr) minmax(260px,.8fr); gap:5vw; align-items:start; margin-top:30px; }
.bag-item { display:grid; grid-template-columns:130px minmax(0,1fr) auto; gap:24px; padding:25px 0; border-top:1px solid var(--line); }
.bag-item img { width:130px; height:160px; object-fit:contain; background:#171717; }
.bag-item h2 { font-size:1.35rem; margin:0 0 10px; }
.bag-item p { color:var(--muted); margin:6px 0; }
.bag-item label { max-width:95px; margin-top:16px; }
.bag-item > strong { white-space:nowrap; color:#edcfab; }
.text-button { padding:9px 0; border:0; background:transparent; color:var(--muted); text-decoration:underline; cursor:pointer; font:inherit; }
.bag-summary { padding:28px; background:#191613; border:1px solid #574938; }
.bag-summary h2 { font-size:1.6rem; margin-top:0; }
.bag-summary p { color:var(--muted); font-size:.95rem; }
.bag-summary .subtotal { color:#edcfab; font-size:1.7rem; }
.bag-summary .action { width:100%; margin:20px 0 0; }
button:disabled { opacity:.65; cursor:not-allowed; }
.shopping-flow { margin-top:55px; border-top:1px solid var(--line); padding-top:25px; }
@media(max-width:900px) {
  .product-detail,.bag-layout { grid-template-columns:1fr; }
  .product-photo { max-width:650px; margin:auto; }
}
@media(max-width:600px) {
  .member-benefits { flex-direction:column; }
  .bag-item { grid-template-columns:90px minmax(0,1fr); gap:16px; }
  .bag-item img { width:90px; height:115px; }
  .bag-item > strong { grid-column:2; }
  .bag-summary { padding:22px; }
  .catalog-filters { gap:7px; }
  .catalog-filters button { padding:10px; font-size:.875rem; }
}

.family-entry,
.family-hero {
  background: #080808;
  border-bottom: 1px solid var(--line);
}
.family-entry {
  padding: 48px 6%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}
.family-entry div { max-width: 760px; }
.family-entry h2 { margin: 8px 0 12px; }
.family-entry p { color: var(--muted); margin-bottom: 0; }
.family-entry { padding: 0; display: block; }
.family-collection-visual {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  min-height: 440px;
  background: #080808;
  border: 1px solid var(--line);
  margin: 34px 0 48px;
  overflow: hidden;
}
.family-entry .family-collection-visual { margin: 0; border-width: 0 0 1px; }
.family-collage { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; min-height: 520px; gap: 1px; background: #332c24; }
.family-collage img { width: 100%; height: 100%; min-height: 0; object-fit: cover; display: block; }
.family-collage img:first-child { grid-row: 1 / 3; }
.family-collage img:nth-child(4) { display: none; }
.family-collection-copy { padding: clamp(34px, 5vw, 72px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.family-collection-copy small { color: #bba17f; text-transform: uppercase; letter-spacing: 2px; }
.family-collection-copy strong { font: clamp(38px, 5vw, 72px)/1.05 Georgia, serif; margin: 22px 0; }
.family-collection-copy em { color: var(--muted); font-style: normal; letter-spacing: 1px; }
.family-maker { margin-top: 28px; color: #d8b486; font: 18px/1.4 Georgia, serif; }
.family-maker small { color: var(--muted); letter-spacing: .06em; text-transform: none; }
.family-collection-copy b { margin-top: 42px; font-size: 14px; font-weight: normal; border-bottom: 1px solid #bba17f; padding-bottom: 7px; }
.family-collection-visual:hover .family-collection-copy b { color: #e4c59e; }
.family-hero {
  min-height: 68vh;
  padding: clamp(70px, 10vw, 150px) 8%;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, .6fr);
  align-items: center;
  gap: 7vw;
  overflow: hidden;
}
.family-hero h1 { font-size: clamp(52px, 8vw, 118px); max-width: 900px; }
.family-hero .lead { color: #c8c4bd; max-width: 660px; font-size: 20px; }
.family-monogram {
  width: min(34vw, 390px);
  aspect-ratio: 1;
  border: 1px solid #735d45;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  font: 96px/.6 Georgia, serif;
  color: #d8b486;
  box-shadow: 0 0 90px #9b6b3322;
}
.family-monogram span { font-size: 50px; color: #f1ece4; }
.family-visual { margin: 0; position: relative; }
.family-visual::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 70px 20px #080808; pointer-events: none; }
.family-visual img { display: block; width: 100%; min-height: 430px; object-fit: cover; filter: saturate(.78) contrast(1.06); }
.family-audience { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.family-audience a,
.supplier-tags a {
  border: 1px solid #555;
  padding: 12px 20px;
  min-width: 110px;
  text-align: center;
}
.family-audience a:hover,
.supplier-tags a:hover { border-color: #d8b486; color: #e4c59e; }
.supplier-feature {
  display: grid;
  grid-template-columns: 1.5fr .7fr;
  gap: 8%;
  align-items: start;
}
.supplier-feature > div > p { max-width: 720px; color: var(--muted); }
.supplier-materials { color: #d8b486 !important; letter-spacing: .04em; }
.supplier-feature aside { border-left: 1px solid #735d45; padding-left: 34px; color: var(--muted); }
.supplier-number { display: block; font: 64px Georgia, serif; color: #d8b486; margin-bottom: 12px; }
.supplier-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0; }
.live-catalog-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.live-catalog-banner { margin: 34px 0; padding: 30px; border: 1px solid #735d45; background: #15120f; }
.live-catalog-banner p { color: var(--muted); max-width: 660px; }
.live-catalog-banner .action { margin: 8px 8px 0 0; }
.live-products-intro { color: var(--muted); max-width: 720px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 34px; }
.product-tile { background: #0d0d0d; }
.product-tile a { display: block; height: 100%; }
.product-image { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #171717; }
.product-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.product-tile:hover .product-image img { transform: scale(1.035); }
.product-image > span { position: absolute; left: 12px; bottom: 12px; background: #080808d9; padding: 6px 10px; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
.product-copy { padding: 20px; }
.product-copy h3 { font-size: 22px; margin-bottom: 16px; }
.product-copy p { color: #d8b486; font: 16px Georgia, serif; margin-bottom: 3px; }
.product-copy small { color: var(--muted); }
.wardrobe-supplier-collection { margin: 58px 0; padding: 42px 0; border-top: 1px solid #735d45; border-bottom: 1px solid #735d45; }
.wardrobe-supplier-collection .section-head p { color: var(--muted); max-width: 620px; }
.wardrobe-product-grid { grid-template-columns: repeat(3, 1fr); }
.supplier-price-policy { max-width: 760px; margin: 14px 0 0; color: var(--gold-light); font-size: .92rem; line-height: 1.55; }
.supplier-price { display: block; margin: 11px 0 8px; color: var(--gold-light); font: 500 .95rem var(--serif); }
.supplier-tags .bespoke { background: #d8b486; border-color: #d8b486; color: #0b0b0b; }
.family-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.family-grid > a { min-height: 230px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.family-grid > a > span { color: #a78b69; font-size: 12px; letter-spacing: 2px; }
.family-grid h3 { margin: 42px 0 10px; }
.family-grid p { color: var(--muted); }
.family-grid a:hover { background: #191713; }
.family-grid .bespoke-card { background: #18130e; }
.label-policy { display: grid; grid-template-columns: .7fr 1.3fr; gap: 6%; align-items: center; border-top: 1px solid var(--line); }
.label-policy img { width: 100%; display: block; }
.label-policy p { color: var(--muted); }
.label-policy ul { padding-left: 20px; color: #d0ccc5; }
.supplier-feature aside small { display: block; margin-top: 18px; color: #d8b486; font-size: 14px; line-height: 1.6; }
.family-editorial { display: grid; grid-template-columns: .72fr 1.28fr; gap: 6%; align-items: center; }
.family-editorial > img { width: 100%; max-height: 760px; object-fit: cover; }
.family-editorial > div > p { color: var(--muted); max-width: 620px; }
.family-editorial > div > img { width: 100%; display: block; margin-top: 34px; }
.platform-roadmap { border: 1px solid #735d45; margin-top: 40px; margin-bottom: 60px; }
.platform-roadmap p { color: var(--muted); max-width: 820px; }

@media (max-width: 850px) {
  .family-collection-visual { grid-template-columns: 1fr; min-height: 0; }
  .family-collage { min-height: 400px; }
  .family-hero { min-height: auto; grid-template-columns: 1fr; padding: 70px 6%; }
  .family-monogram { width: 190px; font-size: 62px; }
  .family-monogram span { font-size: 34px; }
  .family-visual img { min-height: 300px; }
  .family-entry, .supplier-feature, .label-policy { grid-template-columns: 1fr; display: grid; }
  .family-editorial { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .wardrobe-product-grid { grid-template-columns: 1fr 1fr; }
  .family-entry { align-items: start; }
  .supplier-feature aside { border-left: 0; border-top: 1px solid #735d45; padding: 28px 0 0; }
  .family-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .family-collage { min-height: 320px; }
  .family-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .wardrobe-product-grid { grid-template-columns: 1fr; }
  .family-hero h1 { font-size: 48px; }
  .family-audience a, .supplier-tags a { flex: 1 1 42%; }
}
.japan-home{padding:clamp(38px,6vw,78px) 6%;display:grid;grid-template-columns:1fr auto;gap:36px;align-items:center;border-bottom:1px solid var(--line);background:radial-gradient(circle at 82% 50%,#a6132029,transparent 28%),#090909}.japan-home h2{font-size:clamp(38px,5vw,70px);margin:8px 0}.japan-home p{max-width:760px;color:var(--muted)}.japan-home small{color:#d8b486;letter-spacing:.08em;text-transform:uppercase}.japan-source{min-height:72vh}.japan-categories{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin:42px 0}.japan-categories a{background:#0c0c0c;padding:28px 18px;min-height:125px;display:flex;align-items:flex-end;font:20px/1.2 Georgia,serif}.japan-categories a:hover{background:#19130f;color:#e4c59e}.japan-status{border-left:3px solid #b91f2c;padding:22px 28px;background:#151010;max-width:900px;margin-bottom:30px}.japan-status span{color:#e4c59e;font-size:13px;letter-spacing:.12em}.japan-status p{color:var(--muted);margin-bottom:0}@media(max-width:850px){.japan-home{grid-template-columns:1fr}.japan-categories{grid-template-columns:1fr 1fr}}@media(max-width:520px){.japan-categories{grid-template-columns:1fr}}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font:
    16px/1.6 Arial,
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  touch-action: manipulation;
}
button {
  cursor: pointer;
  color: inherit;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid white;
  outline-offset: 5px;
}
header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #101010f5;
  backdrop-filter: blur(15px);
  border-bottom: 1px solid var(--line);
  padding: 16px 4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  line-height: 1.1;
  text-align: center;
  display: grid;
}
.brand > span {
  font:
    17px Georgia,
    serif;
}
.brand small {
  font: 10px Arial;
  letter-spacing: 1px;
  margin-left: 6px;
}
.brand strong {
  font:
    32px Georgia,
    serif;
  letter-spacing: 1px;
}
.brand em {
  font: 10px Arial;
  letter-spacing: 4px;
  margin-top: 5px;
}
header nav {
  display: flex;
  gap: 32px;
  align-items: center;
  font-size: 14px;
}
header nav a:hover,
footer a:hover {
  text-decoration: underline;
  text-underline-offset: 7px;
}
button {
  background: transparent;
  border: 1px solid var(--line);
  padding: 12px 18px;
}
#menu {
  border: 0;
  padding: 12px 0;
}
#menu span {
  margin-left: 14px;
}
#menu-panel {
  position: fixed;
  z-index: 19;
  inset: 103px 0 auto;
  background: #181817;
  padding: 32px 6%;
  max-height: calc(100dvh - 103px);
  overflow: auto;
  border-bottom: 1px solid #555;
}
#category-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px 30px;
  margin: 20px 0 30px;
}
.menu-intro,
.eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: var(--muted);
}
.menu-bottom {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.hero {
  position: relative;
}
.hero > img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-caption {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  padding: 35px 6% 45px;
  border-bottom: 1px solid var(--line);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font:
    clamp(36px, 5vw, 72px) / 1.08 Georgia,
    serif;
  margin: 10px 0 15px;
}
h2 {
  font:
    clamp(30px, 3.5vw, 48px) / 1.15 Georgia,
    serif;
  margin-bottom: 20px;
}
h3 {
  font:
    27px/1.2 Georgia,
    serif;
}
.muted {
  color: var(--muted);
}
.hero-caption p {
  margin-bottom: 0;
  max-width: 560px;
}
.action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #777;
  padding: 13px 23px;
  font-size: 14px;
  min-height: 48px;
  white-space: normal;
  text-align: center;
}
.action.primary {
  background: var(--fg);
  color: var(--bg);
  border-color: var(--fg);
}
.action:hover {
  background: #333;
  color: white;
}
.section {
  padding: 55px 6%;
  max-width: 1600px;
  margin: auto;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
}
.directory {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
}
.directory a {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 16px;
}
.directory .number {
  color: #96938e;
  font-size: 12px;
  min-width: 22px;
}
.directory .name {
  font:
    24px Georgia,
    serif;
}
.directory .arrow {
  margin-left: auto;
}
.directory a:hover {
  color: #dbbd96;
}
.editorial {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 6%;
  align-items: center;
}
.editorial img {
  width: 100%;
  display: block;
}
.editorial p {
  max-width: 550px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 28px;
}
.category-head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
}
.category-head h1 {
  margin-bottom: 12px;
}
.category-head p {
  max-width: 650px;
  margin-bottom: 0;
}
.image-button {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  position: relative;
  background: #161513;
}
.image-button img {
  display: block;
  width: 100%;
  height: auto;
}
.image-label {
  position: absolute;
  right: 16px;
  bottom: 16px;
  font-size: 12px;
  padding: 6px 12px;
  background: #101010e8;
  color: white;
}
.category-caption {
  font-size: 14px;
  color: var(--muted);
  padding: 14px 6% 0;
  margin: 0;
}
.category-tools {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 25px 0;
}
.tags a {
  border-bottom: 1px solid #777;
  padding: 8px 0;
  margin-right: 20px;
  font-size: 15px;
}
.panel {
  border-top: 1px solid var(--line);
  padding: 32px 0;
  margin-top: 35px;
}
.panel p {
  max-width: 680px;
  color: var(--muted);
}
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.next-nav {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 25px;
  gap: 30px;
}
.note-preview {
  max-width: 700px;
  margin: auto;
}
.note-preview img {
  width: 100%;
  height: auto;
}
.form {
  max-width: 720px;
  display: grid;
  gap: 22px;
}
.form label {
  display: grid;
  gap: 7px;
  font-size: 14px;
}
.form input,
.form textarea,
.form select {
  color: var(--fg);
  background: #1b1b1a;
  border: 1px solid #555;
  padding: 14px;
  width: 100%;
  border-radius: 0;
}
.form .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form small {
  color: var(--muted);
  font-size: 14px;
}
.form textarea {
  min-height: 140px;
}
.form button {
  justify-self: start;
}
footer {
  padding: 40px 6%;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}
footer > div {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 22px;
}
footer p {
  margin: 25px 0 0;
}
.footer-brand {
  font:
    24px Georgia,
    serif;
  color: var(--fg);
}
dialog {
  background: #101010;
  color: white;
  border: 1px solid #555;
  padding: 55px 10px 10px;
  max-width: 95vw;
  max-height: 95dvh;
}
dialog::backdrop {
  background: #000e;
}
dialog img {
  max-width: 100%;
  max-height: 80dvh;
  object-fit: contain;
  display: block;
  margin: auto;
}
.close {
  position: absolute;
  right: 10px;
  top: 5px;
  border: 0;
}
.skip {
  position: fixed;
  top: -60px;
  z-index: 100;
  background: white;
  color: black;
  padding: 10px;
}
.skip:focus {
  top: 0;
}
#status {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #f5f3ef;
  color: black;
  padding: 12px 20px;
  z-index: 100;
  display: none;
}
.empty {
  min-height: 35vh;
  padding-top: 30px;
}
[hidden] {
  display: none !important;
}
@media (min-width: 1100px) {
  .hero > img {
    max-height: 660px;
    object-fit: contain;
    background: #161412;
  }
}
@media (max-width: 700px) {
  header {
    padding: 12px 5%;
  }
  .brand strong {
    font-size: 25px;
  }
  .brand > span {
    font-size: 14px;
  }
  .brand em {
    font-size: 9px;
  }
  header nav {
    gap: 19px;
  }
  header nav > a:first-child,
  header nav > a:nth-child(2) {
    display: none;
  }
  #menu-panel {
    top: 86px;
    max-height: calc(100dvh - 86px);
  }
  #category-menu {
    grid-template-columns: 1fr 1fr;
    font-size: 14px;
    gap: 15px;
  }
  .hero-caption {
    display: block;
    padding: 28px 6%;
  }
  .hero-caption .action {
    margin-top: 24px;
  }
  .section {
    padding: 35px 6%;
  }
  .directory {
    grid-template-columns: 1fr;
  }
  .directory .name {
    font-size: 24px;
  }
  .editorial,
  .two-col {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .category-head {
    display: block;
  }
  .category-head > button {
    margin-top: 20px;
  }
  .form .row {
    grid-template-columns: 1fr;
  }
  .section-head {
    display: block;
  }
  .image-label {
    bottom: 8px;
    right: 8px;
    font-size: 12px;
  }
  .category-tools .action {
    flex: 1;
  }
  .next-nav {
    font-size: 14px;
  }
  .hero > img {
    min-height: 0;
  }
  h1 {
    font-size: 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.brand-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--line);
}
.brand-feature img {
  display: block;
  width: 100%;
  height: auto;
}
.brand-feature h2 {
  margin: 12px 0;
}
.brand-feature p {
  color: var(--muted);
}
@media (max-width: 700px) {
  .brand-feature {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.watch-network {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line);
}
.watch-network h2 {
  margin-top: 12px;
}
.watch-house-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  margin: 28px 0;
}
.watch-house {
  background: #171717;
  padding: 30px 16px;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font:
    20px/1.4 Georgia,
    serif;
  letter-spacing: 1px;
}
.watch-house:hover {
  background: #2c2a27;
}
.watch-house:nth-child(3n) {
  font-family: Arial, sans-serif;
  font-size: 17px;
}
@media (max-width: 700px) {
  .watch-house-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .watch-house {
    font-size: 17px;
    padding: 24px 10px;
    overflow-wrap: anywhere;
  }
}

.fashion-brands {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--line);
}
.fashion-brands h2 {
  margin-top: 12px;
}
.fashion-brand-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 28px 0;
}
.fashion-brand {
  min-height: 125px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 25px 15px;
  gap: 12px;
}
.fashion-brand a {
  font-size: 13px;
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.fashion-brand .brand-order {
  display: inline-flex;
  justify-content: center;
  padding: 9px 12px;
  border: 1px solid #777;
  color: var(--fg);
  text-decoration: none;
}
.fashion-brand .brand-order:hover {
  background: var(--fg);
  color: var(--bg);
}
.fashion-brand span {
  font:
    23px/1.3 Georgia,
    serif;
}
.fashion-brand small {
  font-size: 12px;
  color: var(--muted);
}
.fashion-brand:hover {
  background: #252422;
  border-color: #777;
}
.featured-mestiza {
  grid-column: span 2;
  background: #f3eee5;
  color: #191715;
}
.featured-mestiza span {
  font-size: 32px;
  letter-spacing: 2px;
}
.featured-mestiza small {
  color: #575149;
}
.featured-mestiza a {
  color: #575149;
}
.featured-mestiza .brand-order {
  color: #191715;
  border-color: #777067;
}
.featured-mestiza:hover {
  background: #e5dac9;
}
.fashion-brands > p:last-child {
  font-size: 14px;
}
@media (max-width: 700px) {
  .fashion-brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fashion-brand span {
    font-size: 20px;
  }
  .featured-mestiza span {
    font-size: 28px;
  }
}

.arthouse-feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 35px 0;
  margin-bottom: 35px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.arthouse-feature h2 {
  margin: 12px 0;
}
.arthouse-feature p {
  max-width: 620px;
  margin-bottom: 0;
}
@media (max-width: 700px) {
  .arthouse-feature {
    display: block;
  }
  .arthouse-feature .action {
    margin-top: 24px;
  }
}

.visible-postcard {
  max-width: 1000px;
  margin: 32px auto;
  padding: 0 6%;
}
.postcard-heading {
  margin-bottom: 14px;
  text-align: center;
}
.visible-postcard .image-button {
  background: transparent;
}
.visible-postcard img {
  width: 100%;
  height: auto;
}
.visible-postcard .image-label {
  bottom: 8px;
  right: 8px;
}

.private-shopping-band {
  padding: 42px 6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  background: #1b1917;
  border-bottom: 1px solid var(--line);
}
.private-shopping-band h2 {
  margin: 8px 0 10px;
}
.private-shopping-band p {
  margin: 0;
  max-width: 760px;
  color: var(--muted);
}
.personal-shopping .lead {
  max-width: 780px;
  color: var(--muted);
  font:
    22px/1.55 Georgia,
    serif;
}
.archive-models {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  margin: 36px 0 14px;
}
.archive-models article {
  background: #171717;
  padding: 34px;
}
.archive-models h2 {
  margin: 10px 0 14px;
}
.archive-models p {
  color: var(--muted);
}
.archive-note {
  margin-bottom: 42px;
}
.makers-section {
  margin: 48px 0;
  padding: 42px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #181613, #111);
}
.makers-section > h2 {
  margin: 10px 0 14px;
}
.makers-intro {
  max-width: 850px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}
.makers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin: 32px 0;
  background: var(--line);
}
.makers-grid article {
  padding: 28px;
  background: #171717;
}
.makers-grid article > span {
  color: #dbbd96;
  font-size: 12px;
  letter-spacing: 2px;
}
.makers-grid h3 {
  margin: 14px 0 10px;
}
.makers-grid p,
.maker-route p {
  color: var(--muted);
}
.makers-grid a {
  color: #dbbd96;
  text-decoration: none;
}
.maker-route {
  padding: 26px 28px;
  border-left: 2px solid #dbbd96;
  background: #141414;
}
.maker-route h3 {
  margin-top: 0;
}
.seller-program {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 50px;
  margin: 54px 0;
  padding: 42px;
  border: 1px solid var(--line);
  background: #111;
}
.trade-program {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 38px;
  margin: 54px 0;
  padding: 42px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #171717, #111);
}
.trade-program p,
.trade-program aside p {
  color: var(--muted);
}
.trade-program aside {
  padding: 26px;
  border-left: 2px solid #dbbd96;
  background: #141414;
}
.trade-program aside h3 {
  margin-top: 0;
}
.seller-program > div:first-child p,
.seller-benefits p {
  color: var(--muted);
}
.seller-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
}
.seller-benefits article {
  padding: 22px;
  background: #171717;
}
.seller-benefits h3 {
  margin-top: 0;
}
.seller-detail .lead {
  max-width: 820px;
}
.seller-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 40px 0;
  background: var(--line);
}
.channel-note {
  margin: 34px 0 0;
  padding: 28px 32px;
  border-left: 2px solid #dbbd96;
  background: #171717;
}
.channel-note h2 {
  margin-top: 0;
}
.channel-note p {
  margin-bottom: 0;
  color: var(--muted);
}
.seller-detail-grid article {
  padding: 34px;
  background: #171717;
}
.seller-detail-grid li {
  margin-bottom: 12px;
  color: var(--muted);
  line-height: 1.55;
}
.seller-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 40px 0;
  background: var(--line);
}
.seller-flow article {
  padding: 25px;
  background: #171717;
}
.seller-flow b {
  color: #dbbd96;
  letter-spacing: 2px;
}
.seller-flow p {
  color: var(--muted);
}
.market-routes {
  margin: 44px 0;
  padding: 38px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #181613, #111);
}
.market-routes > h2 {
  max-width: 820px;
}
.market-routes > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 28px 0;
  background: var(--line);
}
.market-routes article {
  padding: 28px;
  background: #171717;
}
.market-routes article p {
  color: var(--muted);
}
.workflow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  margin: 42px 0;
}
.workflow article {
  background: #171717;
  padding: 28px 24px;
}
.workflow b {
  color: #dbbd96;
  font-size: 13px;
  letter-spacing: 2px;
}
.workflow h3 {
  margin: 18px 0 10px;
}
.workflow p {
  margin: 0;
  color: var(--muted);
}
.tax-note {
  margin: 38px 0;
  padding: 34px;
  border: 1px solid #8e765d;
  background: linear-gradient(135deg, #211d19, #151515);
}
.tax-note h2 {
  margin: 10px 0 14px;
}
.tax-note p {
  max-width: 900px;
  margin-bottom: 12px;
}
.tax-note small,
.legal-note {
  color: var(--muted);
  font-size: 13px;
}
.final-sale {
  margin: 30px 0 46px;
  padding: 30px 34px;
  background: var(--fg);
  color: var(--bg);
}
.final-sale h2 {
  margin: 8px 0 12px;
}
.final-sale p {
  margin: 0;
  max-width: 900px;
}
.confirm-line {
  display: grid !important;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px !important;
  padding: 16px;
  border: 1px solid #666;
}
.confirm-line input {
  width: auto;
  margin-top: 5px;
}
.directory-brands {
  margin-bottom: 36px;
}

.letters-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin-top: 35px;
}
.letters-gallery article {
  min-width: 0;
}
.letters-gallery h2 {
  font-size: 26px;
  margin-bottom: 14px;
}
@media (max-width: 700px) {
  .letters-gallery {
    grid-template-columns: 1fr;
  }
  .private-shopping-band {
    display: block;
    padding: 32px 6%;
  }
  .private-shopping-band .action {
    margin-top: 24px;
  }
  .workflow {
    grid-template-columns: 1fr;
  }
  .archive-models {
    grid-template-columns: 1fr;
  }
  .makers-section {
    padding: 28px 20px;
  }
  .makers-grid {
    grid-template-columns: 1fr;
  }
  .seller-program,
  .trade-program,
  .seller-detail-grid {
    grid-template-columns: 1fr;
    padding: 28px 20px;
  }
  .seller-benefits,
  .seller-flow,
  .market-routes > div {
    grid-template-columns: 1fr;
  }
  .market-routes {
    padding: 28px 20px;
  }
  .tax-note {
    padding: 25px 20px;
  }
}

.regeneration-mark{font-size:8rem;line-height:1.2;color:#a9d9f8}.regeneration-entry{max-width:1100px}.regeneration-entry .lead{max-width:780px}.regeneration-home{background:#09131a!important;border-color:#254454!important}

@media(max-width:1180px) {
  header nav { gap:20px; }
  header nav > a:not(#saved-link):not(#bag-link) { display:none; }
}
@media(max-width:600px) {
  header nav { gap:16px; }
  header nav > #saved-link { display:none; }
  header nav > #bag-link { display:block; white-space:nowrap; }
  .brand strong { font-size:27px; }
  .brand em { letter-spacing:2px; }
  #menu span { margin-left:5px; }
}
