/* Locked type scale — Weeknds-31 cleanup (C4)
   Smoother distribution per Matthew approval.
   Loaded last to override inline page-level clamp scales. */

/* H1 — page hero / page header */
h1, .h1 {
  font-size: 56px !important;
  line-height: 1.05;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  h1, .h1 { font-size: 36px !important; }
}

/* Hero display headline (uses clamp on page) — cap to 72px */
.hero-h, .hero-h-v7 {
  font-size: clamp(40px, 6vw, 72px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.02em !important;
}
@media (max-width: 768px) {
  .hero-h, .hero-h-v7 { font-size: clamp(34px, 9vw, 48px) !important; }
}

/* Big statement (mid + flow + final CTA) — align with H1 scale */
.big-statement, .flow-line {
  font-size: clamp(28px, 4.5vw, 56px) !important;
  line-height: 1.08 !important;
}
@media (max-width: 768px) {
  .big-statement, .flow-line { font-size: clamp(26px, 7vw, 36px) !important; }
}

/* Section header (page-level) */
.sec-h, .sec-h-v7 {
  font-size: clamp(28px, 4vw, 48px) !important;
  line-height: 1 !important;
}

/* H2 — section title */
h2, .h2 {
  font-size: 30px !important;
  line-height: 1.1;
}
@media (max-width: 768px) {
  h2, .h2 { font-size: 24px !important; }
}

/* H3 — sub-shelf title, FAQ question */
h3, .h3 {
  font-size: 22px !important;
  line-height: 1.15;
}
@media (max-width: 768px) {
  h3, .h3 { font-size: 19px !important; }
}

/* lead — hero supporting line, large intro paragraph */
.lead, p.lead {
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .lead, p.lead { font-size: 18px; }
}

/* body — standard paragraph */
p, .body {
  font-size: 17px;
  line-height: 1.55;
}
@media (max-width: 768px) {
  p, .body { font-size: 16px; }
}

/* micro — bottom note, footnote */
.micro, .bottom-note {
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .micro, .bottom-note { font-size: 13px; }
}

/* eyebrow — small caps label, number prefix */
.eyebrow, .num {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ====================================================================
   APPLE-STYLE LIQUID GLASS (Weeknds-34)
   Translucent white + heavy blur + light saturation lift.
   ==================================================================== */

/* Top nav: pill-shaped, deep blur, subtle hairline */
.weeknds-nav,
nav.nav,
.page-nav {
  background: transparent !important;
  border-bottom: none !important;
}
.weeknds-nav .nav-inner,
nav.nav .nav-inner {
  background: rgba(255,255,255,0.55) !important;
  backdrop-filter: blur(40px) saturate(1.8) !important;
  -webkit-backdrop-filter: blur(40px) saturate(1.8) !important;
  border: 1px solid rgba(255,255,255,0.6) !important;
  box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset, 0 8px 24px rgba(14,14,16,0.06) !important;
}

/* Capability dropdown — layered glass card */
.weeknds-nav .cap-drop,
.cap-drop {
  background: rgba(255,255,255,0.65) !important;
  backdrop-filter: blur(48px) saturate(1.8) !important;
  -webkit-backdrop-filter: blur(48px) saturate(1.8) !important;
  border: 1px solid rgba(255,255,255,0.7) !important;
  box-shadow: 0 1px 0 rgba(255,255,255,0.7) inset,
              0 24px 64px rgba(14,14,16,0.10),
              0 4px 12px rgba(14,14,16,0.04) !important;
}

/* Language menu */
.weeknds-nav .lang-menu,
.lang-menu {
  background: rgba(255,255,255,0.7) !important;
  backdrop-filter: blur(40px) saturate(1.8) !important;
  -webkit-backdrop-filter: blur(40px) saturate(1.8) !important;
  border: 1px solid rgba(255,255,255,0.7) !important;
  box-shadow: 0 1px 0 rgba(255,255,255,0.7) inset,
              0 18px 48px rgba(14,14,16,0.08) !important;
}

/* Weeknds-45 — ensure lang dropdown opens (cap.css uses display:none + .lang.open;
   nav JS toggles .lang.is-open). Force visible state for both class names. */
.lang.is-open .lang-menu,
.lang.open .lang-menu,
.weeknds-nav .lang.is-open .lang-menu,
.weeknds-nav .lang.open .lang-menu {
  display: block !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

/* Dropdown / lang hover — NO MORE CREAM. Clean translucent dark wash. */
.cap-drop a:hover,
.cap-drop .cd-all:hover,
.lang-menu a:hover,
.lang-menu a.on,
.weeknds-nav .cap-drop a:hover,
.weeknds-nav .lang-menu a:hover,
.weeknds-nav .lang-menu a.on {
  background: rgba(14,14,16,0.05) !important;
  color: var(--ink) !important;
}

/* ====================================================================
   SPACING CLEANUP (Weeknds-32) — close large vertical gaps
   ==================================================================== */

/* Generic section padding tightening */
section.sec,
.sec,
.flow-section,
.mid-statement {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
@media (max-width: 768px) {
  section.sec, .sec, .flow-section, .mid-statement {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
}

/* Big statement / mid-statement: pull text closer to neighbors */
.big-statement,
.mid-statement .big-statement {
  padding: 32px 0 !important;
  margin: 0 !important;
}

/* Reduce gap below H1 hero & H2 section heads when followed by paragraph */
.hero h1,
.hero .hero-h,
.sec h2,
.sec-h {
  margin-bottom: 18px !important;
}

/* Tighten paragraph and lede spacing under headings */
h1 + p, .h1 + p, h1 + .lead,
h2 + p, .h2 + p, h2 + .lede, h2 + .sec-lede,
h3 + p, .h3 + p,
.big-statement + p,
.sec-h + p {
  margin-top: 12px !important;
}

/* Hero section padding compress */
.hero,
header.hero,
.hero.wrap {
  padding-top: 80px !important;
  padding-bottom: 64px !important;
}
@media (max-width: 768px) {
  .hero, header.hero, .hero.wrap {
    padding-top: 56px !important;
    padding-bottom: 40px !important;
  }
}

/* Footer top breathing room */
footer, .foot, .foot-v7 {
  padding-top: 56px !important;
}
@media (max-width: 768px) {
  footer, .foot, .foot-v7 { padding-top: 36px !important; }
}

/* ====================================================================
   FINAL CTA + FOOTER + FLOW — close large vertical voids
   ==================================================================== */
.final-cta {
  padding: 56px 0 !important;
}
@media (max-width: 768px) { .final-cta { padding: 36px 0 !important; } }

.cta-section-heading {
  margin: 0 auto 20px !important;
}

.final-cta .big-statement {
  padding: 0 0 12px !important;
}

.cta-hero-sub {
  margin: 0 auto 20px !important;
}

.final-cta .hero-ctas {
  margin-top: 16px !important;
}

/* Flow section (“NET GIRİŞ. GÜZEL ÇIKIŞ.”) */
.flow-section {
  padding: 48px 0 !important;
}
@media (max-width: 768px) { .flow-section { padding: 32px 0 !important; } }

.flow-section .big-statement {
  padding: 0 !important;
  margin: 0 !important;
}

/* Footer compact */
.foot.foot-v7 {
  padding: 56px 0 40px !important;
}
@media (max-width: 768px) {
  .foot.foot-v7 { padding: 36px 0 28px !important; }
}

.foot-v7 .foot-mani {
  margin: 0 0 32px !important;
}

.foot-v7 .foot-global { margin-bottom: 20px !important; }

/* Hero sub-headers tighter */
.hero-sub {
  margin-top: 28px !important;
}
.hero-ctas {
  margin-top: 32px !important;
}

/* Mid-statement tighter */
.mid-statement {
  padding: 40px 0 !important;
}
@media (max-width: 768px) { .mid-statement { padding: 28px 0 !important; } }

/* ====================================================================
   SUB-PAGE CENTERING (Weeknds-34)
   page-tag, page-promise sometimes lack auto margins → force center.
   ==================================================================== */
.page-hero {
  text-align: center !important;
}
.page-hero .page-h,
.page-h {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.page-hero .page-tag,
.page-tag {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 60ch;
}
.page-hero .page-promise,
.page-promise {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 60ch;
}

/* Capability page sub-headers and FAQ page header */
.faq-page-h, .faq-page,
.cap-page, .cap-page-h, .cap-page .cap-sub {
  text-align: center !important;
}
.faq-page-h, .cap-page-h {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ====================================================================
   PAPER-2 CREAM WASH → NEUTRAL GLASS TINT (Weeknds-34)
   --paper-2 was #ECE6D9 (cream); replace with neutral translucent.
   ==================================================================== */
:root {
  --paper-2: rgba(14,14,16,0.04) !important;
}

/* CTA hero card (Image-6) — glass treatment */
.cta {
  background: rgba(255,255,255,0.55) !important;
  backdrop-filter: blur(40px) saturate(1.8) !important;
  -webkit-backdrop-filter: blur(40px) saturate(1.8) !important;
  border: 1px solid rgba(255,255,255,0.7) !important;
  border-radius: 24px !important;
  box-shadow: 0 1px 0 rgba(255,255,255,0.7) inset,
              0 18px 48px rgba(14,14,16,0.06) !important;
}

/* Final CTA inner block (image-6) becomes a centered glass card */
.final-cta {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}
.final-cta .cta-section-heading,
.final-cta .big-statement,
.final-cta .cta-hero-sub,
.final-cta .hero-ctas {
  width: 100%;
  max-width: 720px;
  text-align: center !important;
}

/* CTA bottom block (sub + button) wrapped visually as a glass capsule */
.final-cta .cta-hero-sub {
  margin: 0 auto 16px !important;
  font-size: 14px !important;
}
.final-cta .hero-ctas {
  display: flex !important;
  justify-content: center !important;
  margin: 0 auto !important;
}
.final-cta .btn-primary {
  background: rgba(14,14,16,0.92) !important;
  color: #fff !important;
  backdrop-filter: blur(20px) saturate(1.8) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.8) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 999px !important;
  padding: 14px 28px !important;
  box-shadow: 0 8px 24px rgba(14,14,16,0.18),
              0 1px 0 rgba(255,255,255,0.12) inset !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}
.final-cta .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(14,14,16,0.24),
              0 1px 0 rgba(255,255,255,0.16) inset !important;
}

/* ====================================================================
   FONT-SIZE ALIGNMENT (image-5):
   .cta-section-heading and .foot-brand-tag should match.
   ==================================================================== */
.cta-section-heading,
.foot-v7 .foot-brand-tag,
.foot-bot .foot-brand-tag {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}
@media (max-width: 768px) {
  .cta-section-heading,
  .foot-v7 .foot-brand-tag,
  .foot-bot .foot-brand-tag { font-size: 11px !important; }
}

/* WEEKENDS INC. brand label slightly stronger above tag */
.foot-v7 .foot-brand,
.foot-bot .foot-brand {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0.18em !important;
  font-size: 13px !important;
  display: block !important;
  margin-bottom: 8px !important;
}

/* ====================================================================
   WEEKNDS-34 POLISH PASS 2 — fixes from user screenshots
   ==================================================================== */

/* 1. CAPABILITIES DROPDOWN VISIBILITY
   Earlier override forced rgba(255,255,255,0.65) but did not include
   visibility / pointer-events handling. Make sure hover state still
   reveals the dropdown and that the layered glass does not collapse it. */
.has-drop .cap-drop,
nav .has-drop .cap-drop,
.weeknds-nav .has-drop .cap-drop {
  opacity: 0;
  pointer-events: none;
  visibility: visible !important;
  transform: translateX(-50%) translateY(6px);
  transition: opacity .22s ease, transform .22s ease !important;
  display: block !important;
}
.has-drop:hover .cap-drop,
.has-drop:focus-within .cap-drop,
nav .has-drop:hover .cap-drop,
.weeknds-nav .has-drop:hover .cap-drop {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(0) !important;
}

/* 2. NAV → HERO SPACING — open up the gap between the top pill nav and
   the first headline ("CONTENT PRODUCTION..."). */
body {
  padding-top: 0;
}
.hero,
header.hero,
.hero.wrap,
.page-hero {
  padding-top: 132px !important;
}
@media (max-width: 768px) {
  .hero, header.hero, .hero.wrap, .page-hero {
    padding-top: 96px !important;
  }
}

/* 3. FOOT-MANIFESTO ("WEEKENDS INC. THE PRODUCTION OPERATING SYSTEM…")
   match the .cta-section-heading size — same Manrope 700 13px. */
.foot-v7 .foot-mani,
.foot .foot-mani,
.foot-mani {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  line-height: 1.5 !important;
  max-width: 60ch !important;
  margin: 0 auto 28px !important;
  text-align: center !important;
  color: var(--ink) !important;
}
@media (max-width: 768px) {
  .foot-v7 .foot-mani,
  .foot .foot-mani,
  .foot-mani { font-size: 11px !important; }
}

/* 4. CENTER THE CTA-SECTION-HEADING BETWEEN "CLARITY IN…" AND
   "START WITH ONE PRODUCT." — vertical breathing room. */
.final-cta {
  padding: 80px 0 !important;
}
@media (max-width: 768px) {
  .final-cta { padding: 56px 0 !important; }
}
.final-cta .cta-section-heading {
  margin: 0 auto 32px !important;
}
.final-cta .big-statement {
  margin: 0 auto !important;
  padding: 0 !important;
}

/* 5. CTA SUB + BUTTON BLOCK → wrap visually as ONE liquid-glass capsule.
   We keep the existing markup; we add a glass background on .hero-ctas
   container and pair it with the .cta-hero-sub above it inside an
   inline-flex column. */
.final-cta .cta-hero-sub {
  margin: 32px auto 0 !important;
  padding: 18px 28px 0 !important;
  font-size: 14px !important;
  color: var(--ink-2) !important;
  background: rgba(255,255,255,0.55) !important;
  backdrop-filter: blur(40px) saturate(1.8) !important;
  -webkit-backdrop-filter: blur(40px) saturate(1.8) !important;
  border: 1px solid rgba(255,255,255,0.7) !important;
  border-bottom: 0 !important;
  border-radius: 24px 24px 0 0 !important;
  display: block !important;
  max-width: 420px !important;
  text-align: center !important;
  box-shadow: 0 1px 0 rgba(255,255,255,0.7) inset,
              0 -2px 0 rgba(255,255,255,0.4) inset !important;
}
.final-cta .hero-ctas {
  margin: 0 auto !important;
  padding: 16px 28px 22px !important;
  display: flex !important;
  justify-content: center !important;
  background: rgba(255,255,255,0.55) !important;
  backdrop-filter: blur(40px) saturate(1.8) !important;
  -webkit-backdrop-filter: blur(40px) saturate(1.8) !important;
  border: 1px solid rgba(255,255,255,0.7) !important;
  border-top: 0 !important;
  border-radius: 0 0 24px 24px !important;
  max-width: 420px !important;
  box-shadow: 0 18px 48px rgba(14,14,16,0.06) !important;
}

/* 6. SUB-PAGE FOOTER — force WEEKENDS INC + tag on one centered column,
   meta (copyright + privacy/terms) on a separate centered row.
   Image-4 showed brand row centered but copyright pushed to right. */
.foot .foot-bot,
.foot-v7 .foot-bot,
footer .foot-bot {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 6px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
}
.foot .foot-meta,
.foot-v7 .foot-meta,
footer .foot-meta {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  max-width: none !important;
  margin: 16px auto 0 !important;
  text-align: center !important;
}
@media (max-width: 720px) {
  .foot .foot-meta,
  .foot-v7 .foot-meta,
  footer .foot-meta {
    flex-direction: column !important;
    gap: 8px !important;
  }
}

/* ====================================================================
   WEEKNDS-36 — dropdown hover highlight, CTA centering, footer legal
   ==================================================================== */

/* CAPABILITIES DROPDOWN — strong opacity, clear hover, high z-index */
.cap-drop,
.weeknds-nav .cap-drop {
  z-index: 1000 !important;
  background: rgba(255,255,255,0.96) !important;
  -webkit-backdrop-filter: blur(48px) saturate(1.8) !important;
  backdrop-filter: blur(48px) saturate(1.8) !important;
}
.cap-drop a,
.cap-drop .cd-all,
.weeknds-nav .cap-drop a,
.weeknds-nav .cap-drop .cd-all {
  transition: background .18s ease, color .18s ease !important;
  border-radius: 12px !important;
}
.cap-drop a:hover,
.cap-drop .cd-all:hover,
.weeknds-nav .cap-drop a:hover,
.weeknds-nav .cap-drop .cd-all:hover,
.cap-drop a:focus,
.cap-drop a:focus-visible {
  background: rgba(14,14,16,0.10) !important;
  color: var(--ink) !important;
  outline: none !important;
}
.cap-drop a:hover .cd-t,
.cap-drop a:hover .cd-d,
.cap-drop a:hover .cd-n,
.weeknds-nav .cap-drop a:hover .cd-t,
.weeknds-nav .cap-drop a:hover .cd-d,
.weeknds-nav .cap-drop a:hover .cd-n {
  color: var(--ink) !important;
}
/* Slightly stronger ink contrast on dropdown text by default */
.cap-drop a .cd-t,
.cap-drop a .cd-d,
.cap-drop a .cd-n {
  color: var(--ink) !important;
}
.cap-drop a .cd-d { opacity: 0.62 !important; }
.cap-drop a .cd-n { opacity: 0.5 !important; }

/* FLOW SECTION ("CLARITY IN. BEAUTIFUL OUT.") — force center */
.flow-section,
.flow-section .big-statement,
.flow-section .flow-line {
  text-align: center !important;
}
.flow-section .big-statement,
.flow-section .flow-line {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* FINAL CTA — every text element fully centered, no carryover left-align */
.final-cta,
.final-cta .cta-section-heading,
.final-cta .big-statement,
.final-cta .cta-hero-sub,
.final-cta .hero-ctas,
.final-cta * {
  text-align: center !important;
}
.final-cta {
  align-items: center !important;
  justify-content: center !important;
}
.final-cta .cta-section-heading {
  display: block !important;
  width: 100% !important;
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.final-cta .big-statement {
  width: 100% !important;
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* FOOTER LEGAL VISIBILITY — ensure privacy/terms render on all pages */
.foot-legal,
.foot-v7 .foot-legal,
.foot .foot-legal,
footer .foot-legal {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 11.5px !important;
  color: var(--ink-3) !important;
}
.foot-legal a,
.foot-v7 .foot-legal a,
.foot .foot-legal a,
footer .foot-legal a {
  display: inline !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: var(--ink-3) !important;
  text-decoration: none !important;
}
.foot-legal a:hover,
.foot-v7 .foot-legal a:hover {
  color: var(--ink) !important;
}
.foot-legal .sep,
.foot-v7 .foot-legal .sep {
  display: inline !important;
  visibility: visible !important;
  color: var(--ink-4) !important;
  margin: 0 4px !important;
}

/* FOOTER META — force single centered row across all pages, including FAQ */
footer .foot-meta,
.foot .foot-meta,
.foot-v7 .foot-meta {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  text-align: center !important;
  width: 100% !important;
  max-width: none !important;
  margin: 16px auto 0 !important;
  padding: 0 !important;
}
footer .foot-meta > span,
.foot .foot-meta > span,
.foot-v7 .foot-meta > span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* FOOTER BRAND BOT BAR — always center column, never two-column flex */
footer .foot-bot,
.foot .foot-bot,
.foot-v7 .foot-bot {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 6px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding-top: 24px !important;
  border-top: 1px solid var(--hair) !important;
}

/* ====================================================================
   WEEKNDS-38 — photo + ai sub-page text blocks centered
   ==================================================================== */

/* PHOTO sub-page — .sublines block ("VIDEO AVAILABLE / Casting… / MULTIPLE STUDIOS…") */
section.sublines,
.sublines {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
section.sublines p,
.sublines p,
section.sublines .last,
.sublines .last {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 80ch !important;
}

/* AI sub-page — .ai-truth headings ("Garment-true…", "Campaigns…")
   Inline CSS gives padding:140px 32px — cut vertical padding in half. */
h2.ai-truth,
.ai-truth {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 24ch !important;
  display: block !important;
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
@media (max-width: 768px) {
  h2.ai-truth,
  .ai-truth {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
}

/* ====================================================================
   WEEKNDS-40 — prominent liquid-glass frames
   Apple-style: thicker border, deeper blur, layered highlight + shadow
   ==================================================================== */

/* HOME PAGE FINAL CTA — ONE unified liquid-glass card.
   Strategy: build the card as a single ::before background that spans
   .cta-hero-sub + .hero-ctas. The two elements stay transparent and sit
   ON TOP of the single card — no internal seam can ever appear. */
.final-cta {
  position: relative !important;
}
.final-cta .cta-hero-sub {
  position: relative !important;
  z-index: 2 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  margin: 32px auto 0 !important;
  padding: 28px 40px 12px !important;
  font-size: 14px !important;
  color: var(--ink-2) !important;
  display: block !important;
  max-width: 460px !important;
  text-align: center !important;
}
.final-cta .hero-ctas {
  position: relative !important;
  z-index: 2 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  margin: 0 auto !important;
  padding: 12px 40px 28px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  max-width: 460px !important;
}
/* Single liquid-glass card behind both elements — no seam. */
.final-cta .cta-hero-sub::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  /* Extend down past .hero-ctas (estimate combined height) so one card
     visually wraps both elements. */
  bottom: calc(-1 * (var(--cta-card-extend, 100px))) !important;
  z-index: -1 !important;
  background: rgba(255,255,255,0.62) !important;
  -webkit-backdrop-filter: blur(48px) saturate(1.9) !important;
  backdrop-filter: blur(48px) saturate(1.9) !important;
  border: 1.5px solid rgba(255,255,255,0.85) !important;
  border-radius: 28px !important;
  box-shadow: 0 1px 0 rgba(255,255,255,0.95) inset,
              0 0 0 1px rgba(14,14,16,0.04) inset,
              0 24px 56px rgba(14,14,16,0.10),
              0 4px 12px rgba(14,14,16,0.04) !important;
  pointer-events: none !important;
}
/* Tune the extend distance so the card encloses both sub + button row */
.final-cta {
  --cta-card-extend: 92px;
}
@media (max-width: 720px) {
  .final-cta { --cta-card-extend: 84px; }
}

/* RETOUCH — .bullet-row (COLOR TRUTH · FABRIC TRUTH · SKIN TRUTH) wrapped
   as ONE liquid-glass card. Vertical center each label. Keep the inner
   dividers between cells. */
.bullet-row,
#retouch-bullets.bullet-row {
  background: rgba(255,255,255,0.62) !important;
  -webkit-backdrop-filter: blur(48px) saturate(1.9) !important;
  backdrop-filter: blur(48px) saturate(1.9) !important;
  border: 1.5px solid rgba(255,255,255,0.85) !important;
  border-radius: 28px !important;
  box-shadow: 0 1px 0 rgba(255,255,255,0.95) inset,
              0 0 0 1px rgba(14,14,16,0.04) inset,
              0 24px 56px rgba(14,14,16,0.08),
              0 4px 12px rgba(14,14,16,0.04) !important;
  padding: 0 !important;
  margin: 32px auto !important;
  max-width: 1200px !important;
  overflow: hidden !important;
  border-top-width: 1.5px !important;
}
.bullet-row > span,
#retouch-bullets.bullet-row > span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  min-height: 200px !important;
  padding: 56px 24px !important;
  border-right: 1px solid rgba(14,14,16,0.10) !important;
  border-bottom: 0 !important;
  background: transparent !important;
}
.bullet-row > span:last-child,
#retouch-bullets.bullet-row > span:last-child {
  border-right: 0 !important;
}
@media (max-width: 720px) {
  .bullet-row,
  #retouch-bullets.bullet-row {
    border-radius: 22px !important;
    margin: 20px auto !important;
  }
  .bullet-row > span,
  #retouch-bullets.bullet-row > span {
    min-height: 140px !important;
    padding: 36px 16px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(14,14,16,0.10) !important;
  }
  .bullet-row > span:last-child,
  #retouch-bullets.bullet-row > span:last-child {
    border-bottom: 0 !important;
  }
}

/* RETOUCH — wrap entire pricing grid (.retouch-grid) inside a SINGLE
   liquid-glass card. */
.retouch-grid,
#retouch-grid.retouch-grid {
  background: rgba(255,255,255,0.62) !important;
  -webkit-backdrop-filter: blur(48px) saturate(1.9) !important;
  backdrop-filter: blur(48px) saturate(1.9) !important;
  border: 1.5px solid rgba(255,255,255,0.85) !important;
  border-radius: 28px !important;
  box-shadow: 0 1px 0 rgba(255,255,255,0.95) inset,
              0 0 0 1px rgba(14,14,16,0.04) inset,
              0 24px 56px rgba(14,14,16,0.08),
              0 4px 12px rgba(14,14,16,0.04) !important;
  padding: 56px 48px !important;
  margin: 32px auto !important;
  max-width: 1200px !important;
}
@media (max-width: 720px) {
  .retouch-grid,
  #retouch-grid.retouch-grid {
    border-radius: 22px !important;
    padding: 32px 20px !important;
    margin: 20px auto !important;
  }
}

/* Retouch r-cell internal layout — keep existing flow but soften the bg */
.retouch-grid .r-cell,
#retouch-grid .r-cell {
  background: transparent !important;
}

/* ====================================================================
   WEEKNDS-43 — apply locked liquid-glass design to ALL sub-pages
   Spec mirrors homepage final-cta + retouch (Weeknds-40/42).
   Locked values: rgba(255,255,255,0.62), blur(48) saturate(1.9),
   border 1.5px rgba(255,255,255,0.85), border-radius 28px,
   layered shadow.
   ==================================================================== */

/* ---- PHOTO sub-page — wrap .sublines block ---- */
.sublines{
  position: relative !important;
  background: rgba(255,255,255,0.62) !important;
  -webkit-backdrop-filter: blur(48px) saturate(1.9) !important;
  backdrop-filter: blur(48px) saturate(1.9) !important;
  border: 1.5px solid rgba(255,255,255,0.85) !important;
  border-radius: 28px !important;
  box-shadow: 0 1px 0 rgba(255,255,255,0.95) inset,
              0 0 0 1px rgba(14,14,16,0.04) inset,
              0 24px 56px rgba(14,14,16,0.10),
              0 4px 12px rgba(14,14,16,0.04) !important;
  max-width: 720px !important;
  margin: 60px auto 80px !important;
  padding: 56px 40px !important;
}
@media (max-width: 720px){
  .sublines{
    max-width: calc(100% - 32px) !important;
    margin: 40px auto 56px !important;
    padding: 40px 24px !important;
    border-radius: 22px !important;
  }
}

/* ---- AI sub-page — glass-wrapped Start a Project button only ---- */
.ai-cta{
  text-align: center !important;
  padding: 100px 32px 120px !important;
}
.ai-cta .ai-cta-h{
  margin: 0 auto 40px !important;
}
.hero-ctas-glass{
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 auto !important;
  padding: 28px 40px !important;
  background: rgba(255,255,255,0.62) !important;
  -webkit-backdrop-filter: blur(48px) saturate(1.9) !important;
  backdrop-filter: blur(48px) saturate(1.9) !important;
  border: 1.5px solid rgba(255,255,255,0.85) !important;
  border-radius: 28px !important;
  box-shadow: 0 1px 0 rgba(255,255,255,0.95) inset,
              0 0 0 1px rgba(14,14,16,0.04) inset,
              0 24px 56px rgba(14,14,16,0.10),
              0 4px 12px rgba(14,14,16,0.04) !important;
}
@media (max-width: 720px){
  .hero-ctas-glass{
    padding: 22px 28px !important;
    border-radius: 22px !important;
  }
}

/* ---- RETOUCH sub-page — pricing calculator inside glass card ---- */
.retouch-calc{
  position: relative !important;
  max-width: 720px !important;
  margin: 40px auto 100px !important;
  padding: 56px 48px !important;
  background: rgba(255,255,255,0.62) !important;
  -webkit-backdrop-filter: blur(48px) saturate(1.9) !important;
  backdrop-filter: blur(48px) saturate(1.9) !important;
  border: 1.5px solid rgba(255,255,255,0.85) !important;
  border-radius: 28px !important;
  box-shadow: 0 1px 0 rgba(255,255,255,0.95) inset,
              0 0 0 1px rgba(14,14,16,0.04) inset,
              0 24px 56px rgba(14,14,16,0.10),
              0 4px 12px rgba(14,14,16,0.04) !important;
  font-family: 'Manrope', sans-serif !important;
  text-align: center !important;
}
.retouch-calc .calc-h{
  font-family: 'Manrope', sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  color: var(--ink) !important;
  margin: 0 0 32px !important;
}
.retouch-calc .calc-row{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  text-align: left !important;
  margin: 0 0 24px !important;
}
.retouch-calc label{
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 10.5px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--ink-3) !important;
  margin: 0 0 6px !important;
  display: block !important;
}
.retouch-calc select,
.retouch-calc input[type="number"]{
  width: 100% !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--ink) !important;
  background: rgba(255,255,255,0.7) !important;
  border: 1px solid rgba(14,14,16,0.12) !important;
  border-radius: 14px !important;
  padding: 14px 18px !important;
  outline: none !important;
  transition: border-color .15s ease, box-shadow .15s ease !important;
}
.retouch-calc select{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%231A1714' stroke-width='1.4' d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  padding-right: 42px !important;
}
.retouch-calc select:focus,
.retouch-calc input[type="number"]:focus{
  border-color: var(--ink) !important;
  box-shadow: 0 0 0 3px rgba(14,14,16,0.06) !important;
}
.retouch-calc .calc-btn{
  display: inline-block !important;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  font-size: 13px !important;
  padding: 14px 32px !important;
  border-radius: 99px !important;
  background: var(--ink) !important;
  color: var(--paper) !important;
  border: 0 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: opacity .15s ease, transform .15s ease !important;
  margin: 8px auto 0 !important;
}
.retouch-calc .calc-btn:hover{
  opacity: .88 !important;
  transform: translateY(-1px) !important;
}
.retouch-calc .calc-total{
  font-family: 'Manrope', sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(40px, 6vw, 64px) !important;
  letter-spacing: -0.01em !important;
  color: var(--ink) !important;
  margin: 28px 0 8px !important;
  line-height: 1 !important;
  min-height: 1em !important;
}
.retouch-calc .calc-total-label{
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 10.5px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: var(--ink-3) !important;
  margin: 0 0 24px !important;
}
.retouch-calc .calc-total-wrap{
  display: none;
  margin: 24px 0 8px !important;
}
.retouch-calc .calc-total-wrap.is-visible{
  display: block !important;
}
.retouch-calc .calc-secondary{
  display: none;
  margin: 16px auto 0 !important;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  font-size: 13px !important;
  padding: 14px 32px !important;
  border-radius: 99px !important;
  background: transparent !important;
  color: var(--ink) !important;
  border: 1.5px solid var(--ink) !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: background .15s ease, color .15s ease !important;
}
.retouch-calc .calc-secondary.is-visible{
  display: inline-block !important;
}
.retouch-calc .calc-secondary:hover{
  background: var(--ink) !important;
  color: var(--paper) !important;
}
@media (max-width: 720px){
  .retouch-calc{
    max-width: calc(100% - 32px) !important;
    padding: 36px 24px !important;
    border-radius: 22px !important;
    margin: 28px auto 64px !important;
  }
  .retouch-calc .calc-total{
    font-size: 44px !important;
  }
}

/* ==== WEEKNDS-44 — embedded retouch calc + modal pop-up (LOCKED) ==== */

/* Wrapper — keep the locked liquid-glass container, add hint at top */
.retouch-grid-wrap{
  position: relative !important;
  max-width: 1100px !important;
  margin: 24px auto 56px !important;
  padding: 32px 28px 36px !important;
  border-radius: 28px !important;
  background: rgba(255,255,255,0.62) !important;
  -webkit-backdrop-filter: blur(48px) saturate(1.9) !important;
  backdrop-filter: blur(48px) saturate(1.9) !important;
  border: 1.5px solid rgba(255,255,255,0.85) !important;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.95) inset,
    0 0 0 1px rgba(14,14,16,0.04) inset,
    0 24px 56px rgba(14,14,16,0.10),
    0 4px 12px rgba(14,14,16,0.04) !important;
}
.retouch-grid-wrap .grid-hint{
  margin: 0 auto 20px !important;
  text-align: center !important;
  font-family: 'Inter Tight', system-ui, -apple-system, sans-serif !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  letter-spacing: 0.02em !important;
  color: rgba(14,14,16,0.62) !important;
  max-width: 640px !important;
}
/* Reset retouch-grid frame inside wrap (no double frame) */
.retouch-grid-wrap .retouch-grid{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  border-radius: 0 !important;
}

/* Clickable cells (Weeknds-45 — liquid-glass selection, badge moved to bottom-right) */
.retouch-grid-wrap .r-cell{
  cursor: pointer !important;
  position: relative !important;
  user-select: none !important;
  padding: 14px 16px !important;
  border-radius: 20px !important;
  background: transparent !important;
  transition: background .22s ease, box-shadow .22s ease, transform .22s ease !important;
}
.retouch-grid-wrap .r-cell:hover{
  background: rgba(255,255,255,0.42) !important;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.85) inset,
    0 0 0 1px rgba(14,14,16,0.04) inset,
    0 6px 14px rgba(14,14,16,0.05) !important;
}
.retouch-grid-wrap .r-cell.is-selected{
  background: rgba(255,255,255,0.72) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.5) !important;
  backdrop-filter: blur(20px) saturate(1.5) !important;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.95) inset,
    0 0 0 1px rgba(14,14,16,0.05) inset,
    0 0 0 1.5px rgba(14,14,16,0.85) inset,
    0 8px 22px rgba(14,14,16,0.10),
    0 2px 6px rgba(14,14,16,0.05) !important;
  transform: translateY(-1px) !important;
}
.retouch-grid-wrap .r-cell.is-selected::after{
  content: "✓" !important;
  position: absolute !important;
  bottom: 10px !important;
  right: 12px !important;
  width: 22px !important;
  height: 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--ink) !important;
  color: var(--paper) !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.18) inset,
    0 4px 10px rgba(14,14,16,0.18) !important;
  pointer-events: none !important;
}
.retouch-grid-wrap .r-cell:focus-visible{
  outline: none !important;
  box-shadow:
    0 0 0 2px rgba(255,255,255,0.95),
    0 0 0 4px rgba(14,14,16,0.55) !important;
}

/* See Total Price button */
.see-total-btn{
  display: block !important;
  margin: 28px auto 0 !important;
  font-family: 'Inter Tight', system-ui, -apple-system, sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  font-size: 12px !important;
  padding: 14px 32px !important;
  border-radius: 99px !important;
  background: var(--ink) !important;
  color: var(--paper) !important;
  border: 1.5px solid var(--ink) !important;
  cursor: pointer !important;
  transition: transform .15s ease, box-shadow .15s ease, opacity .2s ease !important;
  box-shadow: 0 8px 20px rgba(14,14,16,0.18) !important;
}
.see-total-btn:hover{
  transform: translateY(-1px) !important;
  box-shadow: 0 12px 26px rgba(14,14,16,0.22) !important;
}
.see-total-btn[hidden]{ display: none !important; }

/* Modal */
.calc-modal{
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 24px !important;
  opacity: 0 !important;
  transition: opacity .22s ease !important;
}
.calc-modal[hidden]{ display: none !important; }
.calc-modal.is-open{ opacity: 1 !important; }
.calc-modal-backdrop{
  position: absolute !important;
  inset: 0 !important;
  background: rgba(14,14,16,0.32) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  backdrop-filter: blur(8px) !important;
}
.calc-modal-card{
  position: relative !important;
  width: 100% !important;
  max-width: 520px !important;
  max-height: calc(100vh - 48px) !important;
  overflow-y: auto !important;
  padding: 48px 40px 40px !important;
  border-radius: 28px !important;
  background: rgba(255,255,255,0.62) !important;
  -webkit-backdrop-filter: blur(48px) saturate(1.9) !important;
  backdrop-filter: blur(48px) saturate(1.9) !important;
  border: 1.5px solid rgba(255,255,255,0.85) !important;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.95) inset,
    0 0 0 1px rgba(14,14,16,0.04) inset,
    0 24px 56px rgba(14,14,16,0.18),
    0 4px 12px rgba(14,14,16,0.06) !important;
  transform: scale(0.96) !important;
  transition: transform .22s ease !important;
}
.calc-modal.is-open .calc-modal-card{ transform: scale(1) !important; }
.calc-modal-close{
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  width: 36px !important;
  height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: rgba(14,14,16,0.06) !important;
  border: none !important;
  color: var(--ink) !important;
  font-size: 22px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  transition: background .15s ease !important;
}
.calc-modal-close:hover{ background: rgba(14,14,16,0.12) !important; }

.calc-modal-card .calc-h{
  margin: 0 0 22px !important;
  text-align: center !important;
  font-family: 'Inter Tight', system-ui, -apple-system, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  color: var(--ink) !important;
}

/* List */
.calc-list{
  list-style: none !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}
.calc-list-item{
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 12px 14px !important;
  background: rgba(255,255,255,0.55) !important;
  border: 1px solid rgba(14,14,16,0.08) !important;
  border-radius: 14px !important;
}
.calc-list-item .cli-name{
  flex: 1 1 auto !important;
  font-family: 'Inter Tight', system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
}
.calc-list-item .cli-price{
  font-family: 'Inter Tight', system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: rgba(14,14,16,0.70) !important;
  white-space: nowrap !important;
}
.calc-list-item .cli-x{
  width: 26px !important;
  height: 26px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: rgba(14,14,16,0.06) !important;
  border: none !important;
  color: var(--ink) !important;
  font-size: 16px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  transition: background .15s ease !important;
  flex: 0 0 auto !important;
}
.calc-list-item .cli-x:hover{ background: rgba(14,14,16,0.14) !important; }
.calc-list-empty{
  list-style: none !important;
  text-align: center !important;
  color: rgba(14,14,16,0.42) !important;
  font-family: 'Inter Tight', system-ui, sans-serif !important;
  font-size: 13px !important;
  padding: 12px 0 !important;
}

/* Add wrap */
.calc-add-wrap{ margin: 6px 0 18px !important; }
.calc-add-btn{
  width: 100% !important;
  padding: 11px 16px !important;
  background: transparent !important;
  border: 1.5px dashed rgba(14,14,16,0.30) !important;
  border-radius: 14px !important;
  font-family: 'Inter Tight', system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
  cursor: pointer !important;
  transition: background .15s ease, border-color .15s ease !important;
}
.calc-add-btn:hover{
  background: rgba(14,14,16,0.04) !important;
  border-color: rgba(14,14,16,0.55) !important;
}
.calc-add-btn:disabled{ opacity: 0.4 !important; cursor: not-allowed !important; }
.calc-add-pick{ margin-top: 10px !important; }
.calc-add-pick[hidden]{ display: none !important; }
.calc-add-pick select{
  width: 100% !important;
  padding: 11px 14px !important;
  border: 1px solid rgba(14,14,16,0.18) !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,0.85) !important;
  font-family: 'Inter Tight', system-ui, sans-serif !important;
  font-size: 13px !important;
  color: var(--ink) !important;
}

/* Qty row */
.calc-modal-card .calc-qty-row{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  margin: 0 0 18px !important;
  padding: 14px 16px !important;
  background: rgba(255,255,255,0.55) !important;
  border: 1px solid rgba(14,14,16,0.08) !important;
  border-radius: 14px !important;
}
.calc-modal-card .calc-qty-row label{
  font-family: 'Inter Tight', system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
  margin: 0 !important;
}
.calc-modal-card .calc-qty-row input{
  width: 96px !important;
  padding: 9px 12px !important;
  border: 1px solid rgba(14,14,16,0.18) !important;
  border-radius: 10px !important;
  background: rgba(255,255,255,0.95) !important;
  font-family: 'Inter Tight', system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--ink) !important;
  text-align: center !important;
}

/* Calculate button */
.calc-modal-card .calc-btn{
  display: block !important;
  width: 100% !important;
  margin: 0 0 18px !important;
  font-family: 'Inter Tight', system-ui, sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  font-size: 12px !important;
  padding: 14px 24px !important;
  border-radius: 99px !important;
  background: var(--ink) !important;
  color: var(--paper) !important;
  border: 1.5px solid var(--ink) !important;
  cursor: pointer !important;
  transition: opacity .15s ease !important;
}
.calc-modal-card .calc-btn:hover{ opacity: 0.88 !important; }

/* Total */
.calc-modal-card .calc-total-wrap{
  display: none !important;
  text-align: center !important;
  margin: 8px 0 16px !important;
}
.calc-modal-card .calc-total-wrap.is-visible{ display: block !important; }
.calc-modal-card .calc-total{
  font-family: 'Inter Tight', system-ui, sans-serif !important;
  font-weight: 700 !important;
  font-size: 52px !important;
  letter-spacing: -0.02em !important;
  line-height: 1 !important;
  color: var(--ink) !important;
}
.calc-modal-card .calc-total-label{
  margin-top: 6px !important;
  font-family: 'Inter Tight', system-ui, sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: rgba(14,14,16,0.55) !important;
}

/* Secondary (See Discounted Prices) */
.calc-modal-card .calc-secondary{
  display: none !important;
  margin: 0 auto !important;
  text-align: center !important;
  font-family: 'Inter Tight', system-ui, sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  font-size: 12px !important;
  padding: 12px 26px !important;
  border-radius: 99px !important;
  background: transparent !important;
  color: var(--ink) !important;
  border: 1.5px solid var(--ink) !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: background .15s ease, color .15s ease !important;
  width: fit-content !important;
}
.calc-modal-card .calc-secondary.is-visible{ display: block !important; }
.calc-modal-card .calc-secondary:hover{
  background: var(--ink) !important;
  color: var(--paper) !important;
}

/* Mobile */
@media (max-width: 720px){
  .retouch-grid-wrap{
    max-width: calc(100% - 24px) !important;
    padding: 24px 18px 28px !important;
    border-radius: 22px !important;
    margin: 18px auto 48px !important;
  }
  .calc-modal{ padding: 16px !important; }
  .calc-modal-card{
    padding: 40px 22px 28px !important;
    border-radius: 22px !important;
    max-height: calc(100vh - 32px) !important;
  }
  .calc-modal-card .calc-total{ font-size: 42px !important; }
}

/* ====================================================================
   WEEKNDS-46 — PHOTO page embedded calculator
   Mirrors Weeknds-44/45 retouch-grid-wrap design, scoped to .photo-grid-wrap
   with .price-cell (photo grid uses 2-col instead of 3-col).
   Locked liquid-glass spec; do not alter.
   ==================================================================== */

.photo-grid-wrap{
  position: relative !important;
  max-width: 1100px !important;
  margin: 24px auto 56px !important;
  padding: 32px 28px 36px !important;
  border-radius: 28px !important;
  background: rgba(255,255,255,0.62) !important;
  -webkit-backdrop-filter: blur(48px) saturate(1.9) !important;
  backdrop-filter: blur(48px) saturate(1.9) !important;
  border: 1.5px solid rgba(255,255,255,0.85) !important;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.95) inset,
    0 0 0 1px rgba(14,14,16,0.04) inset,
    0 24px 56px rgba(14,14,16,0.10),
    0 4px 12px rgba(14,14,16,0.04) !important;
}
.photo-grid-wrap .grid-hint{
  margin: 0 auto 20px !important;
  text-align: center !important;
  font-family: 'Inter Tight', system-ui, -apple-system, sans-serif !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  letter-spacing: 0.02em !important;
  color: rgba(14,14,16,0.62) !important;
  max-width: 640px !important;
}
/* Reset price-grid frame inside wrap (no double frame, kill original borders) */
.photo-grid-wrap .price-grid{
  background: transparent !important;
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  border-radius: 0 !important;
}
/* Cell separator borders inside the glass frame are removed; gaps via spacing */
.photo-grid-wrap .price-cell{
  border-right: none !important;
  border-bottom: none !important;
}

/* Clickable price cells (mirrors Weeknds-45 retouch r-cell selection) */
.photo-grid-wrap .price-cell{
  cursor: pointer !important;
  position: relative !important;
  user-select: none !important;
  padding: 18px 20px !important;
  border-radius: 20px !important;
  background: transparent !important;
  transition: background .22s ease, box-shadow .22s ease, transform .22s ease !important;
}
.photo-grid-wrap .price-cell:hover{
  background: rgba(255,255,255,0.42) !important;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.85) inset,
    0 0 0 1px rgba(14,14,16,0.04) inset,
    0 6px 14px rgba(14,14,16,0.05) !important;
}
.photo-grid-wrap .price-cell.is-selected{
  background: rgba(255,255,255,0.72) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.5) !important;
  backdrop-filter: blur(20px) saturate(1.5) !important;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.95) inset,
    0 0 0 1px rgba(14,14,16,0.05) inset,
    0 0 0 1.5px rgba(14,14,16,0.85) inset,
    0 8px 22px rgba(14,14,16,0.10),
    0 2px 6px rgba(14,14,16,0.05) !important;
  transform: translateY(-1px) !important;
}
.photo-grid-wrap .price-cell.is-selected::after{
  content: "✓" !important;
  position: absolute !important;
  bottom: 10px !important;
  right: 12px !important;
  width: 22px !important;
  height: 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--ink) !important;
  color: var(--paper) !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.18) inset,
    0 4px 10px rgba(14,14,16,0.18) !important;
  pointer-events: none !important;
}
.photo-grid-wrap .price-cell:focus-visible{
  outline: none !important;
  box-shadow:
    0 0 0 2px rgba(255,255,255,0.95),
    0 0 0 4px rgba(14,14,16,0.55) !important;
}

@media (max-width: 720px){
  .photo-grid-wrap{
    max-width: calc(100% - 24px) !important;
    padding: 24px 18px 28px !important;
    border-radius: 22px !important;
    margin: 18px auto 48px !important;
  }
}

/* ====================================================================
   WEEKNDS-49 — Hero parity across PHOTO / AI / RETOUCH
   - Liquid-glass bullet-row with 6 cells in ONE row (matches reference)
   - Same .v3-truth-definitions / .v3-photo-shelf spacing
   - Same .page-promise size for all three pages
   ==================================================================== */
.bullet-row.photo-bullets,
.bullet-row.ai-bullets{
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 0 !important;
  border-top: 0 !important;
  background: rgba(255,255,255,0.62) !important;
  -webkit-backdrop-filter: blur(48px) saturate(1.9) !important;
  backdrop-filter: blur(48px) saturate(1.9) !important;
  border: 1.5px solid rgba(255,255,255,0.85) !important;
  border-radius: 28px !important;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.95) inset,
    0 0 0 1px rgba(14,14,16,0.04) inset,
    0 24px 56px rgba(14,14,16,0.10),
    0 4px 12px rgba(14,14,16,0.04) !important;
  overflow: hidden !important;
}
.bullet-row.photo-bullets > span,
.bullet-row.ai-bullets > span{
  padding: 28px 14px !important;
  border-right: 1px solid rgba(14,14,16,0.08) !important;
  border-bottom: 0 !important;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  font-size: clamp(11px, 1.05vw, 13px) !important;
  color: var(--ink) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  min-height: 64px !important;
  line-height: 1.2 !important;
}
.bullet-row.photo-bullets > span::before,
.bullet-row.ai-bullets > span::before{
  content: none !important;
}
.bullet-row.photo-bullets > span:last-child,
.bullet-row.ai-bullets > span:last-child{
  border-right: 0 !important;
}
.page-promise.photo-promise,
.page-promise.ai-promise,
.page-promise.retouch-promise{
  text-align: center !important;
  margin: 18px auto 0 !important;
  max-width: 60ch !important;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  font-size: clamp(12px, 1.2vw, 14px) !important;
  color: var(--ink-2) !important;
}
/* Photo + AI hero shared paddings (parity with retouch) */
.subpage .page-hero{
  padding: 96px 0 28px !important;
  text-align: center !important;
}
.subpage .page-h{
  font-size: clamp(40px, 7.4vw, 100px) !important;
  letter-spacing: 0.04em !important;
}
.bullet-row.photo-bullets,
.bullet-row.ai-bullets{
  margin-top: 28px !important;
  margin-bottom: 0 !important;
}
/* RETOUCH bullet-row — 3 cells, parity with photo/ai (compact, single row) */
#retouch-bullets.bullet-row{
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  margin: 28px auto 0 !important;
}
#retouch-bullets.bullet-row > span{
  min-height: 64px !important;
  padding: 28px 14px !important;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  font-size: clamp(11px, 1.05vw, 13px) !important;
  color: var(--ink) !important;
}
@media (max-width: 720px){
  #retouch-bullets.bullet-row{
    grid-template-columns: 1fr !important;
  }
  #retouch-bullets.bullet-row > span{
    min-height: 56px !important;
    padding: 18px 10px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(14,14,16,0.08) !important;
  }
  #retouch-bullets.bullet-row > span:last-child{ border-bottom: 0 !important; }
}
/* truth-definitions / photo-shelf parity — same paddings */
.v3-truth-definitions,
.v3-photo-shelf{
  padding: 56px 32px 72px !important;
  gap: 48px !important;
  max-width: 1200px !important;
}
@media (max-width: 720px){
  .bullet-row.photo-bullets,
  .bullet-row.ai-bullets{
    grid-template-columns: repeat(2, 1fr) !important;
    border-radius: 22px !important;
  }
  .bullet-row.photo-bullets > span,
  .bullet-row.ai-bullets > span{
    border-right: 1px solid rgba(14,14,16,0.08) !important;
    border-bottom: 1px solid rgba(14,14,16,0.08) !important;
    min-height: 56px !important;
    padding: 18px 10px !important;
  }
  .bullet-row.photo-bullets > span:nth-child(2n),
  .bullet-row.ai-bullets > span:nth-child(2n){ border-right: 0 !important; }
  .bullet-row.photo-bullets > span:nth-last-child(-n+2),
  .bullet-row.ai-bullets > span:nth-last-child(-n+2){ border-bottom: 0 !important; }
  .v3-truth-definitions,
  .v3-photo-shelf{
    padding: 36px 20px 48px !important;
    gap: 28px !important;
  }
  .subpage .page-hero{ padding: 56px 0 18px !important; }
}

/* ====================================================================
   WEEKNDS-47 — Mobile compactness + remove orphan "·" bullets
   - Removes the inline ".bullet-row span+span::before { content:'·' }"
     dot that the legacy retouch HTML files inject. The dot worked when
     bullets were a horizontal flex row, but the locked Weeknds-43 design
     stacks bullets vertically on mobile, leaving the dot orphaned at the
     left edge of every cell.
   - Reduces hero/section/cell paddings ~1/3 on mobile (max-width 720px)
     across all subpages while preserving the locked liquid-glass spec.
   ==================================================================== */

/* Kill inline dot bullets in ALL bullet-row variants (desktop + mobile) */
.bullet-row > span + span::before,
#retouch-bullets.bullet-row > span + span::before,
.bullet-row.photo-bullets > span + span::before,
#photo-bullets.bullet-row > span + span::before {
  content: none !important;
  margin: 0 !important;
}

@media (max-width: 720px) {
  /* Page hero — drop top padding ~1/3, keep brand presence */
  .page-hero {
    padding: 96px 0 28px !important;
  }
  .page-h {
    font-size: clamp(34px, 11vw, 56px) !important;
  }
  .page-tag {
    margin-top: 22px !important;
  }
  .page-promise {
    margin-top: 18px !important;
    font-size: 12.5px !important;
  }
  .page-promise.photo-promise {
    margin-top: 22px !important;
  }

  /* Retouch bullet-row (3 cells) — tighter cells */
  .bullet-row,
  #retouch-bullets.bullet-row {
    margin: 14px auto !important;
    border-radius: 20px !important;
  }
  .bullet-row > span,
  #retouch-bullets.bullet-row > span {
    min-height: 96px !important;
    padding: 24px 16px !important;
    font-size: clamp(15px, 4.4vw, 20px) !important;
    letter-spacing: 0.14em !important;
  }

  /* Photo bullet-row (6 cells) — tighter, single column */
  .bullet-row.photo-bullets {
    padding: 18px 14px !important;
    border-radius: 20px !important;
    margin: 14px 12px !important;
  }
  .bullet-row.photo-bullets > span {
    min-height: 40px !important;
    padding: 10px 14px !important;
    font-size: clamp(14px, 4vw, 18px) !important;
    letter-spacing: 0.14em !important;
  }

  /* Retouch / Photo grid wrappers — slimmer outer padding */
  .retouch-grid-wrap,
  .photo-grid-wrap {
    padding: 18px 14px 22px !important;
    margin: 14px auto 32px !important;
    max-width: calc(100% - 24px) !important;
    border-radius: 20px !important;
  }
  .retouch-grid-wrap .grid-hint,
  .photo-grid-wrap .grid-hint {
    margin-bottom: 14px !important;
    font-size: 12px !important;
  }

  /* V3 micro-shelves (truth definitions / photo deliverables) */
  .v3-truth-definitions,
  .v3-photo-shelf {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    gap: 18px !important;
  }
  .v3-truth-definitions article,
  .v3-photo-shelf article {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  /* Sublines (footer-adjacent body text) */
  .sublines {
    padding: 36px 24px !important;
  }
  .sublines p {
    margin: 0 0 10px !important;
  }
  .sublines .last {
    margin-top: 22px !important;
  }

  /* Output grid section */
  .output-grid-section {
    padding: 28px 18px !important;
  }
  .output-grid-h {
    margin-bottom: 26px !important;
  }

  /* Footer — trim vertical air */
  .foot.foot-v7,
  .foot {
    padding-top: 36px !important;
    padding-bottom: 28px !important;
  }
  .foot .foot-inner {
    gap: 22px !important;
  }
  .foot-mani {
    margin-bottom: 18px !important;
  }
  .foot-global,
  .foot-pricing {
    margin-bottom: 14px !important;
  }
}

/* WEEKNDS-50 — FAQ open state liquid-glass parity ============================ */
.faq-item {
  border-bottom: 1px solid rgba(26,23,20,0.08);
  padding: 0;
  margin: 12px 0;
  border-radius: 28px;
  transition: background 0.32s ease, box-shadow 0.32s ease,
              border-color 0.32s ease, padding 0.32s ease;
}
.faq-item:first-child { border-top: 1px solid rgba(26,23,20,0.08); }
.faq-item summary {
  padding: 22px 24px;
  border-radius: 28px;
}
.faq-item[open] {
  background: rgba(255,255,255,0.62);
  -webkit-backdrop-filter: blur(48px) saturate(1.9);
          backdrop-filter: blur(48px) saturate(1.9);
  border: 1.5px solid rgba(255,255,255,0.85);
  border-bottom-color: rgba(255,255,255,0.85);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.95) inset,
    0 0 0 1px rgba(14,14,16,0.04) inset,
    0 24px 56px rgba(14,14,16,0.10),
    0 4px 12px rgba(14,14,16,0.04);
  padding: 6px 6px 22px;
}
.faq-item[open] summary {
  padding: 22px 24px 14px;
}
.faq-item[open] .ans {
  margin: 4px 28px 8px;
  max-width: none;
}
@media (max-width: 720px) {
  .faq-item[open] { border-radius: 22px; padding: 4px 4px 16px; }
  .faq-item[open] summary { padding: 18px 16px 10px; }
  .faq-item[open] .ans { margin: 2px 18px 6px; }
}

/* ======================================================================
   EDITORIAL RESTORATION (Brief: Vogue Italia + Apple Keynote)
   Hero left-align, OS section rhythm, Maharishi intro, footer left-align
   ====================================================================== */

/* --- HERO EDITORIAL: left-aligned, larger giant serif moments --- */
.hero.hero-editorial{
  text-align:left;
  padding-top:clamp(48px,8vw,120px);
  padding-bottom:clamp(40px,6vw,72px);
}
.hero-editorial .hero-h-editorial{
  text-align:left;
  font-family:'Instrument Serif','Times New Roman',serif;
  font-weight:400;
  font-style:normal;
  font-size:clamp(56px,10vw,168px);
  line-height:0.92;
  letter-spacing:-0.025em;
  margin:0 0 28px;
  max-width:18ch;
  white-space:pre-line;
}
.hero-editorial .hero-h-editorial br{display:block}
.hero-editorial .hero-sub-editorial{
  text-align:left;
  margin:0 0 36px;
  max-width:34ch;
  font-size:clamp(15px,1.5vw,19px);
  line-height:1.45;
  color:var(--ink-2);
  text-transform:none !important;
  letter-spacing:0 !important;
}
.hero-editorial .hero-ctas-editorial{
  justify-content:flex-start;
  margin:0 0 56px;
}
@media(max-width:720px){
  .hero-editorial .hero-h-editorial{font-size:clamp(44px,12vw,84px);max-width:100%}
  .hero-editorial .hero-sub-editorial{max-width:100%}
}

/* --- OS BLOCK: tighter rhythm, headline + category line --- */
.os-block{
  padding-top:clamp(72px,9vw,140px);
  padding-bottom:clamp(56px,7vw,96px);
}
.os-block .sys-kicker{
  text-align:center;
  font-family:'Inter Tight',-apple-system,sans-serif;
  font-size:11px;
  letter-spacing:0.16em;
  text-transform:uppercase;
  color:var(--ink-2);
  margin:0 0 28px;
}
.os-block .os-headline{
  text-align:center;
  font-family:'Instrument Serif','Times New Roman',serif;
  font-weight:400;
  font-size:clamp(48px,8vw,128px);
  line-height:0.96;
  letter-spacing:-0.02em;
  margin:0 0 18px;
}
.os-block .os-category{
  text-align:center;
  font-family:'Inter Tight',-apple-system,sans-serif;
  font-size:11px;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:var(--ink);
  margin:0 0 56px;
}
.os-block .os-category .tm{font-size:0.7em;vertical-align:super;margin-left:1px}

/* --- MAHARISHI INTRO: 2-col grid (copy + glass panel) --- */
.maharishi-intro{
  padding-top:clamp(72px,9vw,140px);
  padding-bottom:clamp(72px,9vw,140px);
  background:var(--paper);
}
.maharishi-intro .mh-grid{
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:clamp(40px,6vw,96px);
  align-items:center;
}
.mh-copy .mh-eyebrow{
  font-family:'JetBrains Mono','SF Mono',ui-monospace,monospace;
  font-size:11px;
  letter-spacing:0.16em;
  text-transform:uppercase;
  color:var(--ink-2);
  margin:0 0 22px;
}
.mh-copy .mh-headline{
  font-family:'Instrument Serif','Times New Roman',serif;
  font-weight:400;
  font-size:clamp(40px,5.6vw,80px);
  line-height:1.0;
  letter-spacing:-0.02em;
  margin:0 0 24px;
  max-width:14ch;
}
.mh-copy .mh-body{
  font-size:clamp(15px,1.4vw,18px);
  line-height:1.55;
  color:var(--ink-2);
  margin:0 0 32px;
  max-width:46ch;
}
.mh-copy .btn{display:inline-flex}

/* Maharishi liquid-glass panel (locked spec) */
.mh-panel{
  position:relative;
  background:rgba(255,255,255,0.62);
  -webkit-backdrop-filter:blur(48px) saturate(1.9);
  backdrop-filter:blur(48px) saturate(1.9);
  border:1.5px solid rgba(255,255,255,0.85);
  border-radius:28px;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.95) inset,
    0 0 0 1px rgba(14,14,16,0.04) inset,
    0 24px 56px rgba(14,14,16,0.10),
    0 4px 12px rgba(14,14,16,0.04);
  padding:28px 28px 24px;
  font-family:'JetBrains Mono','SF Mono',ui-monospace,monospace;
}
.mh-panel-head{
  display:flex;align-items:center;gap:8px;
  padding-bottom:14px;
  border-bottom:1px solid rgba(14,14,16,0.08);
  margin-bottom:18px;
}
.mh-panel-head .mh-dot{
  width:8px;height:8px;border-radius:50%;
  background:#0ea968;
  box-shadow:0 0 0 3px rgba(14,169,104,0.18);
}
.mh-panel-head .mh-panel-label{
  font-size:10px;letter-spacing:0.2em;text-transform:uppercase;color:var(--ink);
}
.mh-questions{
  list-style:none;padding:0;margin:0 0 18px;
  display:flex;flex-direction:column;gap:10px;
}
.mh-questions li{
  font-family:'Inter Tight',-apple-system,sans-serif;
  font-size:14px;
  line-height:1.4;
  color:var(--ink);
  padding-left:18px;
  position:relative;
}
.mh-questions li::before{
  content:"›";
  position:absolute;left:0;top:0;
  font-family:'JetBrains Mono',monospace;
  color:var(--ink-2);
}
.mh-foot{
  font-size:10px;letter-spacing:0.14em;text-transform:uppercase;
  color:var(--ink-2);
  padding-top:14px;border-top:1px solid rgba(14,14,16,0.08);
  margin:0;
}
@media(max-width:900px){
  .maharishi-intro .mh-grid{grid-template-columns:1fr;gap:48px}
  .mh-copy .mh-headline{max-width:none}
}

/* --- FOOTER EDITORIAL: centered upper block (Weeknds-52 update) --- */
.foot.foot-editorial .foot-inner{
  text-align:center !important;
  align-items:center !important;
  max-width:1200px;
}
.foot.foot-editorial .foot-mani{
  text-align:center !important;
  font-family:'Instrument Serif','Times New Roman',serif;
  font-weight:400;
  font-size:clamp(28px,3.6vw,52px);
  line-height:1.0;
  letter-spacing:-0.01em;
  margin:0 0 36px !important;
}
.foot.foot-editorial .foot-global{
  align-items:center !important;
  margin:0 0 24px !important;
}
.foot.foot-editorial .foot-global p{
  text-align:center !important;
  font-family:'Inter Tight',-apple-system,sans-serif;
  font-size:11px;letter-spacing:0.16em;text-transform:uppercase;
  color:var(--ink);
  margin:0 0 4px;
}
.foot.foot-editorial .foot-pricing{
  margin:0 0 36px !important;
  align-items:center !important;
}
.foot.foot-editorial .foot-pricing p{
  text-align:center !important;
  font-size:13px;
  color:var(--ink-2);
  margin:0;
}
.foot.foot-editorial .foot-nav{
  justify-content:center !important;
  flex-wrap:wrap;
  gap:24px;
  margin:0 0 36px;
}
.foot.foot-editorial .foot-langs{
  justify-content:center !important;
}
.foot.foot-editorial .foot-bot{
  flex-direction:row !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:24px;
  flex-wrap:wrap;
}
.foot.foot-editorial .foot-meta{
  justify-content:space-between !important;
  align-items:center !important;
  flex-direction:row;
  gap:24px;
  flex-wrap:wrap;
}
@media(max-width:720px){
  .foot.foot-editorial .foot-bot,
  .foot.foot-editorial .foot-meta{
    flex-direction:column !important;
    align-items:center !important;
    text-align:center;
    gap:8px;
  }
}

/* ======================================================================
   AI PAGE EDITORIAL: CONTENT+ hero, OS top, Maharishi qualifies block
   ====================================================================== */
.ai-hero-editorial{
  text-align:left !important;
  padding-top:clamp(48px,7vw,96px) !important;
  padding-bottom:clamp(24px,3vw,40px) !important;
}
.ai-hero-editorial .ai-h-editorial,
.ai-hero-editorial .page-h{
  font-family:'Instrument Serif','Times New Roman',serif !important;
  font-weight:400 !important;
  font-size:clamp(64px,11vw,180px) !important;
  line-height:0.92 !important;
  letter-spacing:-0.025em !important;
  margin:0 0 18px !important;
  text-align:left !important;
  text-transform:none !important;
}
.ai-hero-editorial .ai-promise,
.ai-hero-editorial .page-promise{
  text-align:left !important;
  font-size:clamp(15px,1.5vw,19px) !important;
  color:var(--ink-2) !important;
  text-transform:none !important;
  letter-spacing:0 !important;
  margin:0 !important;
  max-width:42ch;
}
.ai-os-top{
  padding:clamp(24px,3vw,48px) 0 clamp(8px,1vw,16px);
}
.ai-os-top + .v3-ingest-caption.subpage{
  text-align:center;
  font-family:'JetBrains Mono','SF Mono',ui-monospace,monospace;
  font-size:11px;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:var(--ink-2);
  margin:0 0 clamp(48px,6vw,80px);
}

/* MAHARISHI QUALIFIES THE INPUT block */
.ai-maharishi-qualifies{
  padding:clamp(64px,8vw,120px) 32px;
  text-align:left;
  border-top:1px solid var(--hair);
  border-bottom:1px solid var(--hair);
  background:var(--paper);
  margin:clamp(48px,6vw,80px) 0;
}
.ai-maharishi-qualifies .mq-eyebrow{
  font-family:'JetBrains Mono','SF Mono',ui-monospace,monospace;
  font-size:11px;
  letter-spacing:0.16em;
  text-transform:uppercase;
  color:var(--ink-2);
  margin:0 0 22px;
}
.ai-maharishi-qualifies .mq-headline{
  font-family:'Instrument Serif','Times New Roman',serif;
  font-weight:400;
  font-size:clamp(40px,6vw,84px);
  line-height:1.0;
  letter-spacing:-0.02em;
  margin:0 0 24px;
  max-width:18ch;
}
.ai-maharishi-qualifies .mq-body{
  font-size:clamp(15px,1.4vw,18px);
  line-height:1.55;
  color:var(--ink-2);
  margin:0 0 32px;
  max-width:54ch;
}
@media(max-width:720px){
  .ai-hero-editorial .ai-h-editorial{font-size:clamp(56px,14vw,84px)}
  .ai-maharishi-qualifies .mq-headline{font-size:clamp(36px,9vw,56px);max-width:none}
}

/* PHOTO PAGE EDITORIAL: hero left-align, headline serif giant */
.photo-hero-editorial{
  text-align:left !important;
  padding-top:clamp(48px,7vw,96px) !important;
  padding-bottom:clamp(28px,3vw,40px) !important;
}
.photo-hero-editorial .photo-h-editorial,
.photo-hero-editorial .page-h{
  font-family:'Instrument Serif','Times New Roman',serif !important;
  font-weight:400 !important;
  font-size:clamp(80px,14vw,220px) !important;
  line-height:0.9 !important;
  letter-spacing:-0.025em !important;
  margin:0 0 18px !important;
  text-align:left !important;
  text-transform:uppercase;
}
.photo-hero-editorial .photo-promise,
.photo-hero-editorial .page-promise{
  text-align:left !important;
  font-family:'Inter Tight',-apple-system,sans-serif !important;
  font-size:clamp(18px,2vw,28px) !important;
  font-weight:400 !important;
  color:var(--ink) !important;
  text-transform:none !important;
  letter-spacing:-0.01em !important;
  line-height:1.25 !important;
  margin:0 0 18px !important;
  max-width:32ch;
}
.photo-hero-editorial .photo-360-line{
  text-align:left !important;
  font-family:'JetBrains Mono','SF Mono',ui-monospace,monospace !important;
  font-size:11px !important;
  letter-spacing:0.18em !important;
  text-transform:uppercase !important;
  color:var(--ink-2) !important;
  margin:0 !important;
}
@media(max-width:720px){
  .photo-hero-editorial .photo-h-editorial,
  .photo-hero-editorial .page-h{font-size:clamp(64px,18vw,120px) !important}
  .photo-hero-editorial .photo-promise{font-size:clamp(16px,4.4vw,22px) !important;max-width:none}
}

/* RETOUCH PAGE EDITORIAL: hero left-align, giant serif, scientific tone */
.retouch-hero-editorial{
  text-align:left !important;
  padding-top:clamp(48px,7vw,96px) !important;
  padding-bottom:clamp(28px,3vw,40px) !important;
}
.retouch-hero-editorial .retouch-h-editorial,
.retouch-hero-editorial .page-h{
  font-family:'Instrument Serif','Times New Roman',serif !important;
  font-weight:400 !important;
  font-size:clamp(80px,14vw,220px) !important;
  line-height:0.9 !important;
  letter-spacing:-0.025em !important;
  margin:0 0 18px !important;
  text-align:left !important;
  text-transform:uppercase;
}
.retouch-hero-editorial .retouch-promise-editorial,
.retouch-hero-editorial .page-promise{
  text-align:left !important;
  font-family:'Inter Tight',-apple-system,sans-serif !important;
  font-size:clamp(18px,2vw,28px) !important;
  font-weight:400 !important;
  color:var(--ink) !important;
  text-transform:none !important;
  letter-spacing:-0.01em !important;
  line-height:1.25 !important;
  margin:0 0 18px !important;
  max-width:38ch;
}
.retouch-hero-editorial .retouch-discipline-line{
  text-align:left !important;
  font-family:'JetBrains Mono','SF Mono',ui-monospace,monospace !important;
  font-size:11px !important;
  letter-spacing:0.18em !important;
  text-transform:uppercase !important;
  color:var(--ink-2) !important;
  margin:0 !important;
}
@media(max-width:720px){
  .retouch-hero-editorial .retouch-h-editorial,
  .retouch-hero-editorial .page-h{font-size:clamp(64px,18vw,120px) !important}
  .retouch-hero-editorial .retouch-promise-editorial{font-size:clamp(16px,4.4vw,22px) !important;max-width:none}
}
