
:root {
  --black: #15120f;
  --cream: #f6efe5;
  --paper: #fbf8f3;
  --gold: #b38a45;
  --gold-dark: #8f682e;
  --muted: #756a5f;
  --line: rgba(21,18,15,.14);
  --shadow: 0 24px 70px rgba(34,23,13,.15);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--black);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.6;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 1000; background: #fff; padding: 10px 14px; }
.skip-link:focus { top: 12px; }
.site-header {
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(16px);
  background: rgba(251,248,243,.88);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: block; width: 184px; height: 58px; overflow: visible; flex: 0 0 auto; }
.brand img { width: 210px; max-width: none; height: auto; transform: translate(-12px, -114px); }
.site-nav { display: flex; gap: 20px; align-items: center; }
.site-nav a { text-decoration: none; font-size: .87rem; font-weight: 700; letter-spacing: .02em; }
.site-nav a[aria-current="page"] { color: var(--gold-dark); }
.site-nav a:not(.nav-cta):hover { color: var(--gold-dark); }
.nav-cta { color: white; background: var(--black); padding: 12px 18px; border-radius: 999px; }
.nav-toggle { display: none; border: 1px solid var(--line); background: transparent; padding: 9px 12px; border-radius: 8px; font-weight: 700; }

.hero { padding: 70px 0 92px; background:
  radial-gradient(circle at 82% 15%, rgba(179,138,69,.16), transparent 30%),
  linear-gradient(180deg, #fbf8f3 0%, #f2e7d8 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .8fr; gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 18px; text-transform: uppercase; color: var(--gold-dark); font-size: .75rem; font-weight: 800; letter-spacing: .18em; }
.eyebrow--light { color: #dcbf87; }
h1, h2, h3 { font-family: var(--serif); margin-top: 0; line-height: .98; }
h1 { font-size: clamp(4rem, 8vw, 7.7rem); font-weight: 600; letter-spacing: -.05em; margin-bottom: 26px; }
h1 span { color: var(--gold-dark); font-style: italic; }
.hero-lead { max-width: 610px; font-size: 1.1rem; color: var(--muted); }
.hero-actions { display: flex; gap: 12px; margin: 34px 0 26px; flex-wrap: wrap; }
.btn {
  display: inline-flex; justify-content: center; align-items: center;
  min-height: 50px; padding: 0 22px; border-radius: 999px;
  flex-shrink: 0; white-space: nowrap;
  text-decoration: none; font-weight: 800; font-size: .9rem;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0,0,0,.14); }
.btn-gold { background: var(--gold); color: var(--black); }
.btn-ghost { border: 1px solid var(--black); }
.btn-light { background: white; color: var(--black); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 11px; }
.hero-meta span { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; font-size: .74rem; font-weight: 700; }
.hero-media { position: relative; justify-self: end; }
.hero-media video {
  width: min(400px, 100%);
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 180px 180px 24px 24px;
  box-shadow: var(--shadow);
  background: var(--black);
}
.hero-badge {
  position: absolute; right: -26px; bottom: 44px;
  width: 128px; aspect-ratio: 1; border-radius: 50%;
  display: grid; place-items: center; text-align: center;
  background: var(--black); color: white;
  border: 3px solid var(--gold);
  font-family: var(--serif); font-weight: 700; font-size: 1.1rem; line-height: 1.05;
}
.statement { position: relative; overflow: hidden; background: radial-gradient(circle at 82% 18%, rgba(179,138,69,.13), transparent 27%), var(--black); color: white; }
.statement::before { content: ""; position: absolute; inset: 0; border-top: 1px solid rgba(217,184,123,.18); border-bottom: 1px solid rgba(217,184,123,.18); pointer-events: none; }
.statement-inner { min-height: 280px; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(210px, .55fr); align-items: center; gap: clamp(45px, 8vw, 120px); padding-block: 52px; }
.statement p { max-width: 820px; font-family: var(--serif); font-size: clamp(2.65rem, 4.6vw, 4.7rem); line-height: .9; letter-spacing: -.025em; margin: 0; }
.statement span { align-self: stretch; display: flex; align-items: center; padding-left: clamp(26px, 4vw, 58px); border-left: 1px solid rgba(217,184,123,.32); color: #d9b87b; text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; line-height: 1.6; }

.section { padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1.1fr .75fr; align-items: end; gap: 80px; margin-bottom: 52px; }
.section-heading h2 { font-size: clamp(3rem, 5.5vw, 5.5rem); font-weight: 600; letter-spacing: -.04em; margin-bottom: 0; }
.section-heading > p { color: var(--muted); margin-bottom: 12px; }

.look-grid { display: grid; grid-template-columns: 1.05fr .75fr; grid-template-rows: repeat(2, 420px); gap: 20px; }
.look-card { position: relative; overflow: hidden; min-height: 0; background: #ddd; }
.look-card--large { grid-row: 1 / 3; }
.look-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.look-card picture { display: block; width: 100%; height: 100%; }
.look-card:hover img { transform: scale(1.025); }
.look-overlay {
  position: absolute; inset: auto 0 0; padding: 80px 30px 28px; color: white;
  background: linear-gradient(transparent, rgba(0,0,0,.82));
}
.look-overlay span { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: #e7c585; }
.look-overlay h3 { font-size: 2rem; margin: 7px 0 4px; }
.look-overlay p { margin: 0; font-size: .85rem; opacity: .9; }

.promo { background: var(--cream); }
.promo-card {
  display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(250px, .6fr); min-height: 530px;
  color: white; background:
  radial-gradient(circle at 80% 20%, rgba(179,138,69,.35), transparent 24%),
  var(--black);
  padding: 75px; align-items: center; gap: 60px;
}
.promo-card > div:first-child { min-width: 0; }
.promo-card h2 { font-size: clamp(3.6rem, 7vw, 7rem); line-height: .84; margin-bottom: 30px; }
.promo-card h2 span { display: block; }
.promo-card h2 .promo-discount, .promo-card h2 .promo-workmanship { color: #d9b87b; font-style: italic; }
.promo-card h2 .promo-discount { font-size: .76em; }
.promo-card h2 .promo-workmanship { font-size: .78em; }
.promo-card h2 .promo-designs { color: #fff; font-size: .82em; margin-top: .15em; }
.promo-card p:not(.eyebrow):not(.promo-date) { color: #d5cec7; max-width: 660px; }
.promo-side { border-left: 1px solid rgba(255,255,255,.2); padding-left: 55px; }
.promo-date { font-family: var(--serif); font-size: 4.4rem; line-height: .8; color: #d9b87b; margin: 0 0 38px; }

.price-table-wrap { border: 1px solid var(--line); background: white; overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 650px; }
th, td { text-align: left; padding: 20px 24px; border-bottom: 1px solid var(--line); }
th { background: var(--black); color: white; font-size: .77rem; letter-spacing: .08em; text-transform: uppercase; }
td:nth-child(2), td:nth-child(3), th:nth-child(2), th:nth-child(3) { text-align: right; }
td:nth-child(3) { color: var(--gold-dark); font-weight: 800; }
.fine-print { color: var(--muted); font-size: .82rem; }

.process { background: #f0e6d8; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); }
.steps li { padding: 28px; border-left: 1px solid rgba(21,18,15,.2); }
.steps li:last-child { border-right: 1px solid rgba(21,18,15,.2); }
.steps span { font-family: var(--serif); color: var(--gold-dark); font-size: 3.4rem; }
.steps h3 { font-size: 1.65rem; margin: 18px 0 10px; }
.steps p { color: var(--muted); font-size: .88rem; }

.cta { background: var(--black); color: white; text-align: center; }
.cta-inner { padding-block: 30px; }
.cta h2 { font-size: clamp(3.8rem, 8vw, 8rem); margin: 0 0 36px; }
footer { background: #0d0c0b; color: #ded5cc; padding: 70px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .7fr; gap: 60px; }
.footer-brand .brand { margin-bottom: 16px; }
.footer-brand .brand img { filter: invert(1); }
footer strong { display: block; color: white; margin-bottom: 14px; }
footer a, footer p { display: block; color: #bcb2a8; text-decoration: none; margin: 5px 0; font-size: .87rem; }
.social-row { display: flex; gap: 12px; padding-top: 35px; }
.social-link { width: 42px; height: 42px; display: inline-grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #fff; font-size: 1.15rem; transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.social-link:hover, .social-link:focus-visible { color: #d9b87b; border-color: #d9b87b; transform: translateY(-2px); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); margin-top: 52px; padding-top: 20px; font-size: .75rem; }
.page-hero { padding: 95px 0 80px; background: radial-gradient(circle at 82% 15%, rgba(179,138,69,.16), transparent 30%), linear-gradient(180deg, #fbf8f3 0%, #f2e7d8 100%); }
.page-hero__inner { max-width: 820px; }
.page-hero h1 { font-size: clamp(4rem, 8vw, 7rem); margin-bottom: 22px; }
.page-hero h1 span, .admin-page h1 span { color: var(--gold-dark); font-style: italic; }
.page-hero__inner > p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 1.08rem; margin-bottom: 30px; }
.page-hero--editorial { overflow: hidden; padding: 76px 0 88px; }
.page-hero__layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .58fr); gap: clamp(50px, 8vw, 110px); align-items: center; }
.page-hero--editorial h1 { max-width: 800px; }
.page-hero__media { position: relative; width: min(100%, 390px); margin: 0; justify-self: end; }
.page-hero__media::before { content: ""; position: absolute; z-index: 1; inset: 16px -16px -16px 16px; border: 1px solid rgba(143,104,46,.42); pointer-events: none; }
.page-hero__media img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: center 24%; filter: saturate(.9) contrast(1.02); box-shadow: var(--shadow); }
.catalogue-section { background: var(--cream); }
.page-hero--catalogue { overflow: hidden; background: radial-gradient(circle at 80% 15%, rgba(179,138,69,.28), transparent 26%), var(--black); color: #fff; }
.catalogue-hero__layout { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(250px, .45fr); gap: clamp(50px, 8vw, 110px); align-items: stretch; }
.page-hero--catalogue .page-hero__inner > p:not(.eyebrow) { color: #cec4ba; }
.page-hero--catalogue h1 span { color: #d9b87b; }
.catalogue-hero__edition { display: grid; align-content: end; gap: 12px; min-height: 360px; margin: 0; padding: 32px 0 8px 42px; border-left: 1px solid rgba(217,184,123,.35); }
.catalogue-hero__edition span { color: #d9b87b; font-family: var(--serif); font-size: clamp(6rem, 11vw, 10rem); font-style: italic; line-height: .7; }
.catalogue-hero__edition p { margin: 0; color: #cfc4b9; font-size: .7rem; font-weight: 700; letter-spacing: .15em; line-height: 1.8; text-transform: uppercase; }
.catalogue-gallery-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: end; margin-bottom: 42px; }
.catalogue-gallery-heading h2 { font-size: clamp(3rem, 5.5vw, 5.5rem); font-weight: 600; letter-spacing: -.04em; margin: 0; }
.catalogue-gallery-heading > p:not(.eyebrow) { color: var(--muted); margin: 0; }
.catalogue-gallery { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; padding: 0; margin: 0; }
.catalogue-restricted { max-width: 820px; padding: clamp(34px, 6vw, 70px); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.catalogue-restricted h2, .catalogue-access-dialog h2 { font-size: clamp(2.9rem, 6vw, 5.8rem); line-height: .9; margin: 14px 0 24px; }
.catalogue-restricted h2 span { color: var(--gold-dark); font-style: italic; }
.catalogue-restricted p:not(.eyebrow), .catalogue-access-dialog p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: 1.03rem; margin-bottom: 26px; }
.catalogue-card { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; border: 1px solid var(--line); background: #fff; color: var(--black); text-align: left; cursor: zoom-in; box-shadow: 0 12px 32px rgba(34,23,13,.08); transition: transform .2s ease, box-shadow .2s ease; }
.catalogue-card:hover, .catalogue-card:focus-visible { transform: translateY(-4px); box-shadow: var(--shadow); }
.catalogue-card img { display: block; width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; background: var(--paper); }
.catalogue-card > span { display: block; padding: 12px 15px; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.catalogue-dialog { position: fixed; inset: 0; width: min(920px, calc(100% - 30px)); max-height: calc(100dvh - 30px); margin: auto; padding: 18px; overflow: auto; border: 0; background: var(--paper); box-shadow: 0 24px 80px rgba(0,0,0,.42); }
.catalogue-dialog::backdrop { background: rgba(0,0,0,.74); }
.catalogue-dialog figure { margin: 0; }
.catalogue-dialog__media { position: relative; }
.catalogue-dialog__image { width: 100%; max-height: calc(100vh - 120px); object-fit: contain; background: #fff; }
.catalogue-dialog__caption { padding: 12px 4px 0; font-weight: 700; }
.catalogue-dialog__close { position: fixed; z-index: 5; top: max(20px, env(safe-area-inset-top)); right: max(20px, env(safe-area-inset-right)); margin: 0; border: 0; background: var(--black); color: #fff; padding: 10px 14px; border-radius: 999px; font: inherit; font-weight: 800; cursor: pointer; touch-action: manipulation; }
.catalogue-access-dialog { width: min(620px, calc(100% - 30px)); padding: clamp(28px, 5vw, 52px); border: 0; background: var(--paper); box-shadow: 0 24px 80px rgba(0,0,0,.42); }
.catalogue-access-dialog::backdrop { background: rgba(0,0,0,.74); }
.catalogue-access-dialog__close { float: right; margin: 0 0 10px; border: 0; background: var(--black); color: #fff; padding: 10px 14px; border-radius: 999px; font: inherit; font-weight: 800; cursor: pointer; }
.admin-page { min-height: 100vh; display: grid; place-items: center; background: radial-gradient(circle at 82% 15%, rgba(179,138,69,.16), transparent 30%), linear-gradient(180deg, #fbf8f3 0%, #f2e7d8 100%); }
.admin-shell { width: min(760px, calc(100% - 40px)); padding: 70px 0; }
.admin-brand { margin-bottom: 46px; }
.admin-page h1 { font-size: clamp(4rem, 8vw, 6.8rem); margin-bottom: 22px; }
.admin-lead { max-width: 650px; color: var(--muted); font-size: 1.1rem; }
.admin-notice { margin: 34px 0; padding: 28px; border-left: 4px solid var(--gold); background: rgba(255,255,255,.64); box-shadow: 0 10px 35px rgba(34,23,13,.08); }
.admin-notice p { margin-bottom: 0; color: var(--muted); }
.admin-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.floating-whatsapp {
  position: fixed; right: 18px; bottom: 18px; z-index: 90;
  background: #25d366; color: #0b2c18; font-weight: 900; text-decoration: none;
  padding: 13px 18px; border-radius: 999px; box-shadow: 0 10px 35px rgba(0,0,0,.22);
}

/* Search landing pages use the same editorial rhythm as the main collection. */
.site-nav--seo { margin-left: auto; }
.seo-breadcrumb { display: flex; gap: 10px; padding-top: 22px; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.seo-breadcrumb a { color: inherit; text-underline-offset: .25em; }
.seo-copy { background: var(--paper); }
.seo-copy__inner { max-width: 820px; font-size: 1.08rem; color: var(--muted); }
.seo-copy__inner p { margin: 0 0 22px; }
.seo-copy--editorial .seo-copy__inner { position: relative; padding-left: clamp(0px, 7vw, 92px); }
.seo-copy--editorial .seo-copy__inner::before { content: "THE ATELIER"; position: absolute; top: 9px; left: 0; color: var(--gold-dark); font-size: .68rem; font-weight: 800; letter-spacing: .2em; writing-mode: vertical-rl; }
.seo-copy--editorial .seo-copy__inner p:first-child { color: var(--black); font-family: var(--serif); font-size: clamp(1.75rem, 3vw, 2.45rem); line-height: 1.18; }
.seo-section { padding: 90px 0; background: var(--cream); }
.seo-section h2 { max-width: 880px; font-size: clamp(3rem, 5vw, 5rem); line-height: .92; margin-bottom: 34px; }
.seo-link-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: rgba(21,18,15,.18); border: 1px solid rgba(21,18,15,.18); }
.seo-link-grid a { position: relative; min-height: 210px; display: grid; align-content: space-between; gap: 24px; padding: 28px; background: var(--paper); color: var(--black); text-decoration: none; transition: background .25s ease, color .25s ease, transform .25s ease; }
.seo-link-grid a strong { max-width: 250px; font-family: var(--serif); font-size: clamp(1.55rem, 2.5vw, 2.15rem); font-weight: 600; line-height: 1; }
.seo-link-index { color: var(--gold-dark); font-size: .68rem; font-weight: 800; letter-spacing: .16em; }
.seo-link-arrow { position: absolute; right: 25px; top: 25px; font-family: var(--serif); font-size: 1.45rem; }
.seo-link-grid a:hover, .seo-link-grid a:focus-visible { z-index: 1; background: var(--black); color: #fff; transform: translateY(-3px); }
.seo-link-grid a:hover .seo-link-index, .seo-link-grid a:focus-visible .seo-link-index { color: var(--gold); }
.seo-section--journey { background: radial-gradient(circle at 82% 15%, rgba(179,138,69,.16), transparent 30%), var(--black); color: #fff; }
.seo-section--journey .seo-link-grid { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.16); }
.seo-section--journey .seo-link-grid a { background: #1d1915; color: #fff; }
.seo-section--journey .seo-link-grid a:hover, .seo-section--journey .seo-link-grid a:focus-visible { background: var(--gold); color: var(--black); }
.seo-section--faq { background: var(--paper); }
.seo-copy__inner details { border-top: 1px solid var(--line); padding: 22px 0; }
.seo-copy__inner details:last-child { border-bottom: 1px solid var(--line); }
.seo-copy__inner summary { display: flex; justify-content: space-between; gap: 24px; cursor: pointer; color: var(--black); font-family: var(--serif); font-size: 1.45rem; font-weight: 600; list-style: none; }
.seo-copy__inner summary::-webkit-details-marker { display: none; }
.seo-copy__inner summary span { color: var(--gold-dark); font-family: var(--sans); font-size: 1.1rem; }
.seo-copy__inner details[open] summary span { transform: rotate(45deg); }
.seo-copy__inner details p { max-width: 680px; margin: 13px 0 0; }
.seo-section--form { background: #f0e6d8; }
.seo-form { display: grid; gap: 18px; margin-top: 30px; padding: clamp(26px, 5vw, 48px); border-top: 3px solid var(--gold); background: #fff; box-shadow: var(--shadow); }
.seo-form label { display: grid; gap: 8px; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.seo-form input, .seo-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); padding: 13px 2px; background: transparent; color: var(--black); font: inherit; text-transform: none; }
.seo-form .btn { justify-self: start; }

/* JaneM TV — a dedicated editorial video destination. */
.janem-tv-hero { padding: 24px 0 22px; background: radial-gradient(circle at 78% 8%, rgba(179,138,69,.25), transparent 28%), linear-gradient(135deg, #15120f 0%, #211b16 56%, #5b4225 100%); color: #fff; }
.janem-tv-hero__inner { display: grid; grid-template-columns: minmax(300px,.7fr) minmax(0,1.3fr); gap: clamp(36px,8vw,120px); align-items: end; max-width: none; }
.janem-tv-hero h1 { font-size: clamp(3.5rem, 5vw, 5.2rem); line-height: .86; margin: 8px 0 0; }
.janem-tv-hero h1 span { color: var(--gold); font-style: italic; }
.janem-tv-hero p:not(.eyebrow) { max-width: 660px; color: #ded5cc; font-size: 1.02rem; line-height: 1.7; margin: 0 0 5px; }
.janem-tv-feature { padding: 22px 0 76px; background: var(--paper); }
.janem-tv-gallery { background: var(--cream); }
.janem-tv-intro { display: grid; grid-template-columns: .45fr 1.55fr; gap: 36px; align-items: end; margin-bottom: 16px; }
.janem-tv-intro h2 { font-size: clamp(2.35rem, 3.3vw, 3.5rem); line-height: .92; margin: 0 0 6px; }
.janem-tv-intro p:not(.eyebrow) { max-width: 640px; color: var(--muted); }
.janem-tv-player { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: linear-gradient(135deg, #201914, #090807); box-shadow: 0 22px 55px rgba(34,23,13,.22); }
.janem-tv-player iframe { width: 100%; height: 100%; border: 0; }
.janem-tv-player__footer { display: flex; justify-content: space-between; gap: 28px; align-items: center; padding: 22px 0 0; border-bottom: 1px solid var(--line); }
.janem-tv-player__footer p { display: grid; gap: 4px; margin: 0 0 22px; }
.janem-tv-player__footer strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; }
.janem-tv-player__footer span { color: var(--muted); font-size: .82rem; }
.janem-tv-channel-link { margin-bottom: 22px; color: var(--gold-dark); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.janem-tv-channel-link:hover,.janem-tv-channel-link:focus-visible { color: var(--black); }
.janem-tv-player__preview { position: relative; width: 100%; height: 100%; color: #fff; }
.janem-tv-player__preview::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(11,8,6,.84), rgba(11,8,6,.28) 58%, rgba(11,8,6,.1)); }
.janem-tv-player__preview img { width: 100%; height: 100%; object-fit: cover; }
.janem-tv-player__preview-content { position: absolute; z-index: 1; inset: 0; display: grid; align-content: center; gap: 15px; max-width: 560px; padding: clamp(24px, 5vw, 72px); }
.janem-tv-player__preview-content .eyebrow { margin: 0; color: var(--gold); }
.janem-tv-player__preview-content strong { font-family: var(--serif); font-size: clamp(2rem, 4.5vw, 4.7rem); line-height: .92; }
.janem-tv-player__actions { display: flex; gap: 11px; flex-wrap: wrap; }
.janem-tv-player__actions button { border: 1px solid var(--gold); padding: 11px 15px; background: var(--gold); color: var(--black); font: inherit; font-size: .82rem; font-weight: 800; cursor: pointer; }
.janem-tv-player__help { margin: 13px 0 0; color: var(--muted); font-size: .87rem; }
.janem-tv-player__help a { color: var(--gold-dark); font-weight: 800; text-underline-offset: .22em; }
.janem-tv__unavailable { position: absolute; inset: 0; display: grid; place-content: center; padding: 30px; text-align: center; background: radial-gradient(circle at 50% 35%, rgba(179,138,69,.35), transparent 30%), linear-gradient(135deg, #17120e, #080706); color: #fff; }
.janem-tv__unavailable span { color: var(--gold); font-weight: 800; letter-spacing: .16em; text-transform: uppercase; font-size: .72rem; }
.janem-tv__unavailable strong { margin: 14px 0 8px; font-family: var(--serif); font-size: clamp(2rem, 4vw, 4rem); font-weight: 600; }
.janem-tv__unavailable p { max-width: 420px; margin: 0; color: #ded5cc; }
.janem-tv-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.janem-tv-card-wrap { display: grid; gap: 9px; }
.janem-tv-card { width: 100%; padding: 0; overflow: hidden; border: 1px solid var(--line); background: #fff; color: var(--black); text-align: left; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.janem-tv-card:hover, .janem-tv-card:focus-visible, .janem-tv-card[aria-pressed="true"] { transform: translateY(-4px); border-color: var(--gold-dark); box-shadow: var(--shadow); }
.janem-tv-card__image { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #191511; }
.janem-tv-card__image img, .janem-tv-card__fallback { width: 100%; height: 100%; object-fit: cover; }
.janem-tv-card__fallback { display: block; background: linear-gradient(130deg, rgba(29,22,17,.05), rgba(29,22,17,.6)), url("assets/look-gold.jpg") center 35% / cover; filter: saturate(.78); }
.janem-tv-card__play { position: absolute; left: 15px; bottom: 15px; padding: 8px 11px; background: var(--gold); color: var(--black); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.janem-tv-card__copy { display: grid; gap: 8px; padding: 20px; }
.janem-tv-card__copy strong { font-family: var(--serif); font-size: 1.7rem; line-height: 1; }
.janem-tv-card__copy span { color: var(--muted); font-size: .84rem; line-height: 1.55; }
.janem-tv-card__youtube-link { justify-self: start; color: var(--gold-dark); font-size: .82rem; font-weight: 800; text-underline-offset: .22em; }
.janem-tv-card__youtube-link:hover, .janem-tv-card__youtube-link:focus-visible { color: var(--black); }
.janem-tv-channel-cta { margin-top: 34px; }

.style-studio-cta { background: #f0e6d8; }
.style-studio-cta__inner { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 34px; padding: clamp(38px, 6vw, 72px); border: 1px solid rgba(217,184,123,.24); background: radial-gradient(circle at 90% 15%, rgba(179,138,69,.26), transparent 27%), var(--black); color: #fff; }
.style-studio-cta__inner::after { content: "JM"; position: absolute; right: 4%; bottom: -28%; color: rgba(217,184,123,.08); font-family: var(--serif); font-size: clamp(9rem, 18vw, 17rem); font-style: italic; line-height: 1; pointer-events: none; }
.style-studio-cta__inner > * { position: relative; z-index: 1; }
.style-studio-cta__inner .btn { min-width: max-content; }
.style-studio-cta h2 { margin: 0 0 12px; font-size: clamp(2.5rem, 4.5vw, 4.5rem); }
.style-studio-cta p:not(.eyebrow) { max-width: 650px; margin: 0; color: #cfc4b9; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .site-nav {
    display: none; position: absolute; top: 76px; left: 0; right: 0;
    padding: 20px; background: var(--paper); border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch;
  }
  .style-studio-cta__inner { align-items: flex-start; flex-direction: column; }
  .site-nav.open { display: flex; }
  .hero { padding-top: 42px; }
  .hero-grid, .section-heading, .promo-card, .footer-grid, .catalogue-gallery-heading, .page-hero__layout, .catalogue-hero__layout { grid-template-columns: 1fr; }
  .hero-copy { order: 2; }
  .hero-media { order: 1; justify-self: center; }
  .hero-media video { width: 290px; }
  .hero-badge { right: -25px; }
  .statement-inner { grid-template-columns: 1fr; gap: 32px; padding-block: 52px; }
  .statement span { min-height: 70px; padding: 22px 0 0; border-left: 0; border-top: 1px solid rgba(217,184,123,.32); }
  .page-hero__media { width: min(78%, 360px); justify-self: center; }
  .catalogue-hero__edition { min-height: 0; padding: 30px 0 0; border-top: 1px solid rgba(217,184,123,.35); border-left: 0; }
  .look-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 530px); }
  .look-card--large { grid-row: auto; }
  .promo-card { padding: 42px 26px; }
  .promo-side { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); padding: 35px 0 0; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps li:nth-child(3) { border-top: 1px solid rgba(21,18,15,.2); }
  .steps li:nth-child(4) { border-top: 1px solid rgba(21,18,15,.2); }
}
@media (max-width: 560px) {
  .container { width: min(100% - 26px, 1180px); }
  .section { padding: 75px 0; }
  h1 { font-size: 4.1rem; }
  .hero-actions .btn { width: 100%; }
  .hero-meta { display: grid; }
  .look-grid { grid-template-rows: repeat(3, 450px); }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li:last-child { border: 0; border-top: 1px solid rgba(21,18,15,.2); }
  .footer-bottom { flex-direction: column; }
  .brand { width: 166px; height: 54px; }
  .catalogue-section { padding-top: 45px; }
  .catalogue-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .catalogue-dialog { width: calc(100% - 18px); max-height: calc(100dvh - 18px); padding: 10px; }
  .catalogue-dialog__close { top: max(14px, env(safe-area-inset-top)); right: max(14px, env(safe-area-inset-right)); min-width: 46px; min-height: 46px; padding: 10px 13px; box-shadow: 0 8px 22px rgba(0,0,0,.3); }
  .catalogue-dialog__image { max-height: calc(100vh - 96px); }
  .seo-link-grid { grid-template-columns: 1fr; }
  .seo-link-grid a { min-height: 165px; }
  .janem-tv-hero { padding: 27px 0 25px; }
  .janem-tv-hero__inner,.janem-tv-intro { grid-template-columns: 1fr; gap: 14px; }
  .janem-tv-hero h1 { font-size: clamp(3.5rem,16vw,5rem); }
  .janem-tv-feature { padding-top: 22px; }
  .janem-tv-cards { grid-template-columns: 1fr; }
  .janem-tv-player__footer { align-items: flex-start; flex-direction: column; gap: 0; }
  .janem-tv-channel-link { margin-top: 0; }
}

@media (max-width: 700px) {
  .price-table-wrap { overflow: visible; border: 0; background: transparent; }
  .price-table-wrap table { display: block; min-width: 0; }
  .price-table-wrap thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
  .price-table-wrap tbody { display: grid; gap: 12px; }
  .price-table-wrap tr { display: grid; grid-template-columns: 1fr; padding: 18px 18px 14px; border: 1px solid var(--line); border-top: 3px solid var(--gold); background: #fff; box-shadow: 0 10px 28px rgba(34,23,13,.07); }
  .price-table-wrap td { display: flex; justify-content: space-between; gap: 20px; padding: 7px 0; border: 0; text-align: right; }
  .price-table-wrap td:first-child { display: block; padding: 0 0 11px; border-bottom: 1px solid var(--line); color: var(--black); font-family: var(--serif); font-size: 1.45rem; font-weight: 600; line-height: 1.05; text-align: left; }
  .price-table-wrap td[data-label]::before { content: attr(data-label); color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .price-table-wrap td:nth-child(3) { color: var(--gold-dark); font-size: 1.05rem; }
  .fine-print { margin-top: 18px; }
}

/* Jane.M appearance system — automatic evening mode with explicit user control. */
.theme-picker { position: relative; display: inline-flex; align-items: center; }
.theme-trigger { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: currentColor; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.theme-trigger:hover,.theme-trigger:focus-visible,.theme-trigger[aria-expanded="true"] { border-color: var(--gold-dark); background: rgba(179,138,69,.1); transform: translateY(-1px); }
.theme-trigger__icon { font-family: var(--serif); font-size: 1.2rem; line-height: 1; transform: rotate(-28deg); }
.theme-trigger__text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.theme-menu { position: absolute; z-index: 120; top: calc(100% + 14px); right: 0; width: 246px; padding: 12px; border: 1px solid var(--line); background: rgba(251,248,243,.98); box-shadow: 0 22px 65px rgba(20,14,10,.2); backdrop-filter: blur(18px); }
.theme-menu[hidden] { display: none; }
.theme-menu > p { margin: 2px 8px 10px; color: var(--gold-dark); font-size: .66rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.theme-menu button { position: relative; width: 100%; display: grid; gap: 1px; padding: 11px 34px 11px 12px; border: 0; border-top: 1px solid var(--line); background: transparent; color: inherit; font: inherit; text-align: left; cursor: pointer; }
.theme-menu button span { font-size: .8rem; font-weight: 800; }
.theme-menu button small { color: var(--muted); font-size: .68rem; }
.theme-menu button.is-active::after { content: "✓"; position: absolute; right: 12px; top: 17px; color: var(--gold-dark); font-weight: 900; }
.theme-menu button:hover,.theme-menu button:focus-visible { background: rgba(179,138,69,.1); outline: 0; }

html[data-theme="dark"] {
  color-scheme: dark;
  --muted: #b6aaa0;
  --line: rgba(239,226,211,.15);
  --gold-dark: #d0a55e;
  --shadow: 0 28px 80px rgba(0,0,0,.42);
}
html[data-theme="dark"] body { color: #f3ece4; background: #0f0d0b; }
html[data-theme="dark"] .site-header { background: rgba(15,13,11,.9); }
html[data-theme="dark"] .site-header .brand img { filter: invert(1) sepia(.12) brightness(1.08); }
html[data-theme="dark"] .site-nav a:not(.nav-cta) { color: #eee5dc; }
html[data-theme="dark"] .site-nav a[aria-current="page"],html[data-theme="dark"] .site-nav a:not(.nav-cta):hover { color: #d9b87b; }
html[data-theme="dark"] .nav-cta { background: var(--gold); color: #15120f; }
html[data-theme="dark"] .nav-toggle { color: #f3ece4; }
html[data-theme="dark"] .skip-link { background: #211b17; color: #fff; }
html[data-theme="dark"] .theme-menu { background: rgba(25,21,18,.98); }
html[data-theme="dark"] .theme-menu button:hover,html[data-theme="dark"] .theme-menu button:focus-visible { background: rgba(217,184,123,.1); }

html[data-theme="dark"] .hero,html[data-theme="dark"] .page-hero,html[data-theme="dark"] .admin-page { background: radial-gradient(circle at 82% 15%,rgba(179,138,69,.18),transparent 30%),linear-gradient(180deg,#171310 0%,#0f0d0b 100%); }
html[data-theme="dark"] .hero-lead,html[data-theme="dark"] .section-heading > p,html[data-theme="dark"] .page-hero__inner > p:not(.eyebrow),html[data-theme="dark"] .catalogue-gallery-heading > p:not(.eyebrow) { color: var(--muted); }
html[data-theme="dark"] .btn-ghost { border-color: rgba(243,236,228,.62); color: #f3ece4; }
html[data-theme="dark"] .btn-light { background: #f3ece4; color: #15120f; }
html[data-theme="dark"] .promo,html[data-theme="dark"] .process,html[data-theme="dark"] .catalogue-section,html[data-theme="dark"] .seo-section,html[data-theme="dark"] .seo-section--form,html[data-theme="dark"] .janem-tv-gallery,html[data-theme="dark"] .style-studio-cta { background: #14110f; }
html[data-theme="dark"] .price-table-wrap,html[data-theme="dark"] .catalogue-restricted,html[data-theme="dark"] .catalogue-card,html[data-theme="dark"] .catalogue-dialog,html[data-theme="dark"] .catalogue-access-dialog,html[data-theme="dark"] .seo-form,html[data-theme="dark"] .janem-tv-card { background: #1a1613; color: #f3ece4; }
html[data-theme="dark"] .catalogue-card img { background: #211c18; }
html[data-theme="dark"] .catalogue-dialog__image { background: #e8e1d7; }
html[data-theme="dark"] .catalogue-dialog__close,html[data-theme="dark"] .catalogue-access-dialog__close { background: var(--gold); color: #15120f; }
html[data-theme="dark"] .admin-notice { background: rgba(255,255,255,.06); }
html[data-theme="dark"] .seo-copy,html[data-theme="dark"] .seo-section--faq,html[data-theme="dark"] .janem-tv-feature { background: #0f0d0b; }
html[data-theme="dark"] .seo-copy--editorial .seo-copy__inner p:first-child,html[data-theme="dark"] .seo-copy__inner summary { color: #f3ece4; }
html[data-theme="dark"] .seo-link-grid { background: rgba(239,226,211,.16); border-color: rgba(239,226,211,.16); }
html[data-theme="dark"] .seo-link-grid a { background: #191512; color: #f3ece4; }
html[data-theme="dark"] .seo-link-grid a:hover,html[data-theme="dark"] .seo-link-grid a:focus-visible { background: var(--gold); color: #15120f; }
html[data-theme="dark"] .seo-section--journey { background: radial-gradient(circle at 82% 15%,rgba(179,138,69,.16),transparent 30%),#090806; }
html[data-theme="dark"] .seo-form input,html[data-theme="dark"] .seo-form textarea { color: #f3ece4; }
html[data-theme="dark"] .janem-tv-channel-link:hover,html[data-theme="dark"] .janem-tv-channel-link:focus-visible { color: #f3ece4; }
html[data-theme="dark"] .page-hero__media img { filter: saturate(.86) contrast(1.04) brightness(.9); }

@media (max-width: 860px) {
  .theme-picker { width: 100%; display: grid; grid-template-columns: minmax(0,1fr); order: 20; padding-top: 8px; border-top: 1px solid var(--line); }
  .theme-trigger { width: 100%; height: 42px; display: flex; justify-content: flex-start; gap: 10px; padding: 0 12px; border: 0; border-radius: 0; }
  .theme-trigger__text { position: static; width: auto; height: auto; clip-path: none; font-size: .8rem; font-weight: 800; }
  .theme-menu { position: static; width: 100%; max-width: none; margin-top: 8px; box-sizing: border-box; box-shadow: none; }
  html[data-theme="dark"] .site-nav { background: #15120f; }
}
@media (max-width: 700px) {
  html[data-theme="dark"] .price-table-wrap tr { background: #1a1613; }
  html[data-theme="dark"] .price-table-wrap td:first-child { color: #f3ece4; }
}
