/*
Theme Name: Nomadic Stefi
Theme URI: https://nomadicstefi.com/
Author: Nomadic Stefi
Description: Custom editorial theme for nomadicstefi.com — 1:1 coaching and the Becoming HER method.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nomadicstefi
*/

@font-face {
  font-family: 'La Luxes Serif';
  src: url("assets/fonts/laluxes-serif.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

:root {
  --ivory: #FFFFFF;
  --stone: #ECEAE8;
  --stone-2: #DFDDDC;
  --charcoal: #121210;
  --taupe: #827E76;
  --line: #DDDBD8;
  --grain-opacity: 0.16;
  color-scheme: light;
}

:root[data-theme="dark"] {
  --ivory: #15140F;
  --stone: #201E17;
  --stone-2: #29271C;
  --charcoal: #EFEDE5;
  --taupe: #9C9789;
  --line: #322f24dd;
  color-scheme: dark;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --ivory: #15140F;
    --stone: #201E17;
    --stone-2: #29271C;
    --charcoal: #EFEDE5;
    --taupe: #9C9789;
    --line: #322f24dd;
    color-scheme: dark;
  }
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--ivory);
  color: var(--charcoal);
  font-family: -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

.serif { font-family: "La Luxes Serif", Georgia, serif; font-weight: 300; font-variant-ligatures: none; -webkit-font-feature-settings: "liga" 0, "dlig" 0, "hlig" 0, "clig" 0; font-feature-settings: "liga" 0, "dlig" 0, "hlig" 0, "clig" 0; }

.eyebrow {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--taupe);
}

a { color: inherit; }
:focus-visible { outline: 2px solid var(--taupe); outline-offset: 3px; }

/* ---------------- cookie banner ---------------- */
.cookie-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 200;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 16px 28px; padding: 18px 24px;
  background: var(--charcoal); color: var(--ivory);
  border-top: 1px solid rgba(255,255,255,0.12);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; font-size: 12.5px; line-height: 1.5; max-width: 620px; color: #d8d0bf; }
.cookie-link { background: none; border: none; padding: 0; margin: 0; font: inherit; color: var(--ivory); text-decoration: underline; cursor: pointer; }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }
.btn-cookie {
  background: transparent; border: 1px solid var(--ivory); color: var(--ivory);
  padding: 9px 20px; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase;
  cursor: pointer; font-family: inherit; transition: background 0.2s ease, color 0.2s ease;
}
.btn-cookie:hover { background: var(--ivory); color: var(--charcoal); }
.btn-cookie-primary { background: var(--ivory); color: var(--charcoal); }
.btn-cookie-primary:hover { opacity: 0.85; }

/* ---------------- legal pages ---------------- */
.legal-page .page-hero h1 { font-size: clamp(30px, 4vw, 44px); line-height: 1.12; letter-spacing: 0; }
.legal-page .section-inner { max-width: 720px; }
.legal-page h2 { font-family: "La Luxes Serif", Georgia, serif; font-weight: 300; font-size: clamp(20px, 2.4vw, 27px); text-transform: uppercase; margin: 40px 0 14px; }
.legal-page h2:first-of-type { margin-top: 0; }
.legal-page h3 { font-size: 13.5px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin: 24px 0 8px; }
.legal-page p, .legal-page li { font-size: 14.5px; line-height: 1.75; color: var(--charcoal); }
.legal-page p { margin: 0 0 14px; }
.legal-page ul { margin: 0 0 16px; padding-left: 20px; }
.legal-page li { margin-bottom: 6px; }
.legal-page .legal-meta { color: var(--taupe); font-size: 12.5px; font-style: italic; margin-bottom: 32px; }
.legal-page table { width: 100%; border-collapse: collapse; margin: 8px 0 20px; font-size: 12.5px; }
.legal-page th, .legal-page td { border: 1px solid var(--line); padding: 8px 10px; text-align: left; vertical-align: top; }
.legal-page th { background: var(--stone); text-transform: uppercase; letter-spacing: 0.5px; font-size: 11px; }
.legal-table-wrap { overflow-x: auto; }

/* footer legal row */
.footer-legal { margin-top: 18px; font-size: 11px; letter-spacing: 0.5px; color: var(--taupe); display: flex; flex-wrap: wrap; gap: 6px 12px; justify-content: center; }
.footer-legal button { background: none; border: none; padding: 0; font: inherit; letter-spacing: inherit; color: var(--taupe); cursor: pointer; text-transform: uppercase; text-decoration: underline; text-underline-offset: 3px; transition: color 0.2s ease; }
.footer-legal button:hover { color: var(--ivory); }

/* ---------------- nav ---------------- */
nav.site-nav {
  position: sticky;
  top: 0;
  z-index: 55;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 48px;
  background: var(--ivory);
  border-bottom: 1px solid transparent;
}

.wordmark { font-size: 19px; letter-spacing: 3px; text-transform: uppercase; background: none; border: none; cursor: pointer; color: var(--charcoal); padding: 0; }
.wordmark-block { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; background: none; border: none; cursor: pointer; padding: 0; text-align: left; }
.wordmark-block .tagline { font-size: 10.5px; line-height: 1.4; letter-spacing: 0.5px; color: var(--taupe); font-style: italic; font-family: "La Luxes Serif", Georgia, serif; }

.nav-right { display: flex; align-items: center; gap: 30px; }
.nav-links { display: flex; gap: 30px; list-style: none; margin: 0; padding: 0; }

.nav-divider { width: 1px; height: 16px; background: var(--line); display: inline-block; }
.lang-switch {
  display: flex; align-items: center; gap: 2px;
  border: 1px solid var(--line); border-radius: 999px; padding: 3px;
}
.lang-btn {
  background: none; border: none; cursor: pointer; font-family: inherit; border-radius: 999px;
  font-size: 10px; letter-spacing: 1px; text-transform: uppercase; color: var(--taupe);
  padding: 4px 9px; opacity: 0.75; transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.lang-btn.active { color: var(--ivory); background: var(--charcoal); opacity: 1; }
footer .nav-divider { background: rgba(255,255,255,0.18); }
footer .lang-switch { border-color: rgba(255,255,255,0.25); }
footer .lang-btn { color: var(--ivory); opacity: 0.55; }
footer .lang-btn.active { color: var(--charcoal); background: var(--ivory); opacity: 1; }

.nav-links button, .nav-links a {
  background: none; border: none; cursor: pointer; color: var(--charcoal);
  text-decoration: none; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 4px 0; font-family: inherit; opacity: 0.65; transition: opacity 0.2s ease, border-color 0.2s ease;
  border-bottom: 1px solid transparent;
}
.nav-links button.active, .nav-links a.active,
.nav-links button:hover, .nav-links a:hover { opacity: 1; border-color: var(--charcoal); }

/* ---------------- hero ---------------- */
.hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background:
    radial-gradient(140% 100% at 50% 50%, transparent 45%, rgba(0,0,0,0.42) 100%),
    radial-gradient(120% 90% at 20% 15%, #55534a 0%, transparent 55%),
    radial-gradient(100% 80% at 85% 30%, #36352f 0%, transparent 60%),
    linear-gradient(155deg, #26251f 0%, #1a1915 45%, #0e0d0b 100%);
}
.hero.no-grain::after { display: none; animation: none; }
.hero::after {
  content: "";
  position: absolute; inset: -10%; pointer-events: none;
  width: 120%; height: 120%;
  opacity: var(--grain-opacity); mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  animation: hosGrainShift 0.7s steps(4) infinite;
}

@keyframes hosGrainShift {
  0% { transform: translate(0, 0); }
  25% { transform: translate(-2%, 1%); }
  50% { transform: translate(1%, -2%); }
  75% { transform: translate(-1%, -1%); }
  100% { transform: translate(0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .hero::after, .about-photo::after, .work-tile::after { animation: none !important; }
}
.hero-inner { position: relative; z-index: 2; padding: 0 48px 72px; max-width: 960px; }
.hero .eyebrow { color: #cfc6b4; margin-bottom: 18px; }
.hero h1 { font-size: clamp(22px, 3.2vw, 46px); line-height: 1.25; margin: 0 0 28px; color: #FFFFFF; text-transform: uppercase; letter-spacing: 0.3px; white-space: pre-line; }

/* smaller page-header hero used on inner pages */
.page-hero {
  padding: 100px 48px 56px;
  background: var(--stone);
  border-bottom: 1px solid var(--line);
}
.page-hero .eyebrow { margin-bottom: 14px; }
.page-hero h1 { font-size: clamp(48px, 11vw, 150px); line-height: 1; letter-spacing: -2px; margin: 0; text-transform: uppercase; text-wrap: balance; }

/* ---------------- buttons ---------------- */
.btn {
  display: inline-block; padding: 15px 30px; font-size: 12px; letter-spacing: 2px;
  text-transform: uppercase; text-decoration: none; border: 1px solid currentColor;
  transition: background-color 0.35s ease, color 0.35s ease, transform 0.35s cubic-bezier(0.16,1,0.3,1), border-color 0.35s ease;
  cursor: pointer; background: none; font-family: inherit; transform: scale(1);
}
.btn-ghost-light { color: #FFFFFF; background: transparent; }
.btn-ghost-light:hover { background: #ffffff; color: #111; border-color: #ffffff; transform: scale(1.06); }
.btn-ghost-dark { color: var(--charcoal); background: transparent; }
.btn-ghost-dark:hover { background: #ffffff; color: #111; border-color: #111; transform: scale(1.06); }

body.solid-buttons .btn-ghost-light { color: #1C1712; background: #F8F4EB; }
body.solid-buttons .btn-ghost-dark { color: var(--ivory); background: var(--charcoal); }
body.solid-buttons .btn-ghost-light:hover,
body.solid-buttons .btn-ghost-dark:hover { background: #ffffff; color: #111; transform: scale(1.06); }

.btn-solid-black { color: #fff; background: #111; border-color: #111; }
.btn-solid-black:hover { background: #000; border-color: #000; transform: scale(1.06); }
#coachingCtaBtn { background: #FFFFFF; color: #111; border-color: #FFFFFF; }
#coachingCtaBtn:hover { transform: scale(1.08); }

/* ---------------- sections / rhythm ---------------- */
section { padding: 96px 48px; }
body.cozy-rhythm section { padding: 56px 48px; }
.section-inner { max-width: 980px; margin: 0 auto; }
.section-inner.narrow { max-width: 720px; }

/* ---------------- manifesto ---------------- */
.manifesto { background: var(--ivory); text-align: center; }
.manifesto p {
  font-family: "La Luxes Serif", Georgia, serif; font-weight: 300;
  font-size: clamp(24px, 3.4vw, 38px); line-height: 1.4; max-width: 780px; margin: 0 auto; text-wrap: balance;
}

/* ---------------- what i do (three ways in) ---------------- */
.offer-list { background: var(--stone); }
.offer-list .eyebrow { color: var(--charcoal); }
.offer-row {
  position: relative; display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 28px;
  padding: 34px 28px; margin: 0 -28px; border-top: 1px solid var(--charcoal); overflow: hidden;
}
.offer-row:last-child { border-bottom: 1px solid var(--charcoal); }
.offer-row::before {
  content: ""; position: absolute; inset: 0; background: var(--charcoal); transform: scaleX(0);
  transform-origin: left; transition: transform 0.5s cubic-bezier(0.76,0,0.24,1); z-index: 0;
}
.offer-row:hover::before { transform: scaleX(1); }
.offer-row > * { position: relative; z-index: 1; }
.offer-tag { font-family: "La Luxes Serif", Georgia, serif; font-style: italic; font-weight: 300; font-size: 22px; color: var(--charcoal); transition: color 0.5s ease; }
.offer-text h3 { margin: 0 0 8px; font-weight: 600; font-size: 15px; text-transform: uppercase; letter-spacing: 1.5px; transition: color 0.5s ease; }
.offer-text p { margin: 0; font-size: 14.5px; color: var(--taupe); max-width: 46ch; transition: color 0.5s ease; }
.offer-row a, .offer-row button {
  font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; text-decoration: none; white-space: nowrap;
  border-bottom: 1px solid currentColor; padding-bottom: 2px; color: var(--charcoal); font-weight: 600; background: none; border-top: none; border-left: none; border-right: none;
  font-family: inherit; cursor: pointer; transition: color 0.5s ease;
}
.offer-row:hover .offer-tag,
.offer-row:hover .offer-text h3,
.offer-row:hover .offer-text p,
.offer-row:hover a,
.offer-row:hover button { color: var(--ivory); }
.offer-row.offer-row-tint { background: var(--stone-2); }

/* ---------------- coaching cta (the one contrast moment) ---------------- */
.coaching-cta { background: var(--charcoal); color: var(--ivory); text-align: center; }
.coaching-cta .eyebrow { color: #b8ac93; }
.coaching-cta h2 { font-weight: 500; font-size: clamp(22px, 2.8vw, 32px); letter-spacing: 0.2px; margin: 14px 0 18px; text-wrap: balance; }
.coaching-cta p.desc { max-width: 560px; margin: 0 auto 36px; color: #d8d0bf; font-size: 15px; }
.coaching-cta .price { font-weight: 600; font-size: 13px; letter-spacing: 1.5px; margin-top: 22px; color: #a49f8e; }
.coaching-cta .price-line {
  font-size: 22px; font-weight: 600; letter-spacing: 0.2px; margin: 6px 0 28px; color: #eee8db;
}
.coaching-cta .price-line span { font-size: 0.62em; font-weight: 400; color: #a49f8e; }
.coaching-cta .cta-recap { max-width: 480px; margin: 0 auto -8px; color: #eee8db; font-size: 14px; font-style: italic; line-height: 1.5; }
.pricing-tiers { max-width: 420px; margin: 24px auto 28px; border-top: 1px solid rgba(255,255,255,0.15); }
.pricing-tier { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.15); }
.pricing-tier-name { font-size: 13px; letter-spacing: 0.3px; color: #eee8db; text-align: left; }
.pricing-tier-amt { font-size: 18px; font-weight: 500; color: #eee8db; }
.pricing-tier:first-child .pricing-tier-amt { font-size: 22px; }
.pricing-tier-name { display: block; }
.pricing-tier-perk { display: block; font-size: 11px; color: #b8ac93; margin-top: 2px; }
.pricing-tier-was { font-size: 0.65em; color: #a49f8e; text-decoration: line-through; margin-right: 6px; }
.pricing-tier-btn { width: 100%; background: none; border: none; border-bottom: 1px solid rgba(255,255,255,0.15); cursor: pointer; font-family: inherit; text-align: left; transition: background-color 0.25s ease; }
.pricing-tier-btn:first-child { border-top: 1px solid rgba(255,255,255,0.15); }
.pricing-tier-btn:hover { background: rgba(255,255,255,0.06); }
.coaching-cta .btn { margin-top: 4px; }
.coaching-cta .desc.small { font-size: 12.5px; margin-top: 20px; color: #a49f8e; }
.coaching-cta .desc.small a { color: #eee8db; border-bottom: 1px solid currentColor; text-decoration: none; }

/* ---------------- about page ---------------- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.about-photo {
  aspect-ratio: 4 / 5; background:
    radial-gradient(140% 110% at 50% 50%, transparent 45%, rgba(0,0,0,0.38) 100%),
    radial-gradient(120% 90% at 25% 20%, #625f54 0%, transparent 55%),
    linear-gradient(160deg, #36352f 0%, #16150f 100%);
  position: relative; overflow: hidden;
}
.about-photo::after {
  content: ""; position: absolute; inset: -10%; width: 120%; height: 120%; opacity: var(--grain-opacity); mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  animation: hosGrainShift 0.7s steps(4) infinite;
}
.about-photo span { position: absolute; bottom: 16px; left: 16px; font-size: 11px; letter-spacing: 1px; color: #cfc6b4; }
.about-copy h2 { font-family: "La Luxes Serif", Georgia, serif; font-weight: 300; font-size: clamp(28px, 3.6vw, 42px); text-transform: uppercase; margin: 0 0 22px; }
.about-copy p { margin: 0 0 18px; max-width: 58ch; color: var(--charcoal); text-align: justify; }
.about-copy p.muted { color: var(--taupe); }

/* ---------------- her story (about page, long-form) ---------------- */
.her-story { background: var(--ivory); padding: 90px 48px 110px; }
.her-story .section-inner { max-width: 680px; margin: 0 auto; }
.her-story .eyebrow { margin-bottom: 32px; display: block; }
.her-story .story-p { margin: 0 0 22px; color: var(--charcoal); font-size: 16px; line-height: 1.75; max-width: none; text-align: justify; }
.her-story .story-pull {
  font-family: -apple-system, "Segoe UI", Helvetica, Arial, sans-serif; font-weight: 500; font-style: normal;
  font-size: clamp(19px, 2.1vw, 24px); line-height: 1.5; margin: 38px 0 44px; color: var(--charcoal); text-wrap: balance; text-align: justify;
}
.her-story .story-signature { margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--line); }
.her-story .story-signature p {
  font-family: "La Luxes Serif", Georgia, serif; font-weight: 300; font-size: clamp(20px, 2.6vw, 28px);
  line-height: 1.5; margin: 0 0 16px; text-wrap: balance;
}
.her-story .story-signature cite { font-style: normal; font-size: 12.5px; letter-spacing: 1.5px; color: var(--taupe); text-transform: uppercase; }

/* ---------------- belief statement (about page) ---------------- */
.belief-statement { background: var(--charcoal); color: var(--ivory); text-align: center; padding: 120px 48px; }
.belief-statement .eyebrow { color: #9b9686; margin-bottom: 20px; }
.belief-statement .belief-line {
  font-size: clamp(24px, 3.4vw, 38px); font-weight: 500; line-height: 1.35; max-width: 780px;
  margin: 0 auto 32px; text-wrap: balance;
}
.belief-statement p:not(.belief-line):not(.eyebrow) {
  max-width: 62ch; margin: 0 auto 18px; color: #cfc7b4; font-size: 15px; text-align: left;
}

/* ---------------- coaching page ---------------- */
.coaching-story { background: var(--ivory); }
.coaching-story .lead-line {
  font-weight: 600; font-size: clamp(19px, 2.3vw, 25px); line-height: 1.4; margin: 0 0 18px;
  max-width: 30ch; text-wrap: balance; color: var(--charcoal);
}
.coaching-story p { max-width: 58ch; color: var(--charcoal); margin-bottom: 18px; }
.coaching-story p:not(.lead-line) { color: var(--taupe); font-size: 15px; }

.curriculum { background: var(--stone); }
.curriculum ul {
  list-style: none; margin: 40px 0 0; padding: 0; display: grid;
  grid-template-columns: 1fr 1fr; column-gap: 56px; row-gap: 0;
}
.curriculum li { padding: 30px 0; border-top: 1px solid var(--line); display: flex; align-items: flex-start; gap: 22px; }
.curriculum li:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
.curriculum li .n { font-family: "La Luxes Serif", Georgia, serif; font-style: italic; font-weight: 300; font-size: 40px; line-height: 1; color: var(--charcoal); flex: 0 0 auto; }
.curriculum li strong { font-weight: 600; font-size: 13.5px; text-transform: uppercase; display: block; margin-bottom: 6px; letter-spacing: 1.5px; color: var(--charcoal); }
.curriculum li span { color: var(--taupe); font-size: 14px; }
@media (max-width: 720px) { .curriculum ul { grid-template-columns: 1fr; } .curriculum li:nth-last-child(-n+2) { border-bottom: none; } .curriculum li:last-child { border-bottom: 1px solid var(--line); } }

/* ---------------- testimonials ---------------- */
.testimonials { background: var(--ivory); }
.testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 36px; }
.testimonial-card { padding: 34px; border: 1px solid var(--line); }
.testimonial-grid-solo { grid-template-columns: 1fr; max-width: 640px; margin-left: auto; margin-right: auto; }
.testimonials-note { color: var(--taupe); font-size: 13px; font-style: italic; margin: -8px 0 28px; }
.testimonial-grid-photos { display: block; column-count: 2; column-gap: 20px; }
.testimonial-photo-card { border: 1px solid var(--line); overflow: hidden; background: #eceef1; break-inside: avoid; margin-bottom: 20px; display: inline-block; width: 100%; }
.testimonial-photo-card img { display: block; width: 100%; height: auto; }
@media (max-width: 720px) { .testimonial-grid-photos { column-count: 1; } }
.testimonial-soon p { margin: 0 0 16px; color: var(--charcoal); font-style: italic; }
.testimonial-soon-list { margin: 0; padding: 0; list-style: none; }
.testimonial-soon-list li { position: relative; padding-left: 18px; font-size: 14px; line-height: 1.6; color: var(--taupe); margin-bottom: 8px; }
.testimonial-soon-list li::before { content: "—"; position: absolute; left: 0; }

.coaching-story-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: stretch; }
.coaching-story-photo { aspect-ratio: auto; height: 100%; min-height: 100%; }
.coaching-cta-photo { width: 96px; height: 96px; aspect-ratio: 1; border-radius: 50%; margin: 0 auto 24px; }
.curriculum-note { color: var(--taupe); font-size: 14px; margin: -8px 0 24px; max-width: 52ch; }

.coaching-faq { background: var(--stone); }
.faq-item { padding: 22px 0; border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0 0 8px; font-size: 15px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
.faq-item p { margin: 0; color: var(--taupe); font-size: 14.5px; max-width: 52ch; }
.testimonial-card p {
  font-family: "La Luxes Serif", Georgia, serif; font-style: italic; font-weight: 300;
  font-size: 19px; line-height: 1.55; color: var(--charcoal); margin: 0 0 18px; text-wrap: balance;
}
.testimonial-card span { font-size: 11.5px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--taupe); }
@media (max-width: 720px) { .testimonial-grid { grid-template-columns: 1fr; } }

/* ---------------- subscribe (above footer, every page) ---------------- */
.subscribe-section { background: var(--ivory); text-align: center; padding: 90px 48px; border-top: 1px solid var(--line); }
.subscribe-box { background: var(--charcoal); color: var(--ivory); max-width: 640px; margin: 0 auto; padding: 56px 44px; }
.subscribe-box .eyebrow { color: #d8d0bf; }
#page-home .coaching-cta .eyebrow { color: #d8d0bf; }
.subscribe-box h2 {
  font-family: "La Luxes Serif", Georgia, serif; font-weight: 500; font-size: clamp(26px, 3.6vw, 38px);
  margin: 12px 0 16px; text-wrap: balance; color: #FFFFFF;
}
.subscribe-box .desc { max-width: 520px; margin: 0 auto 30px; color: #d8d0bf; font-size: 14px; line-height: 1.4; }
.subscribe-form { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; max-width: 460px; margin: 0 auto; }
.subscribe-form input {
  flex: 1 1 220px; padding: 12px 14px; border: 1px solid var(--line); background: var(--ivory);
  font-family: inherit; font-size: 13px; color: var(--charcoal);
}
.subscribe-form input:focus { outline: none; border-color: var(--ivory); }
.subscribe-form button { flex: 0 0 auto; padding: 12px 24px; font-size: 11px; }

.booking-panel { background: var(--ivory); text-align: center; }
.booking-mock {
  max-width: 640px; margin: 32px auto 0; border: 1px solid var(--line); padding: 40px; text-align: left;
  background: var(--stone-2);
}
.booking-mock .row { display: flex; justify-content: space-between; font-size: 13px; letter-spacing: 0.5px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.booking-mock .row:last-child { border-bottom: none; }
.booking-mock .row span:first-child { color: var(--taupe); text-transform: uppercase; letter-spacing: 1.5px; font-size: 11px; }

/* ---------------- work page ---------------- */
.work-tabs { display: flex; gap: 28px; margin: 28px 0 0; }
.work-tabs button {
  background: none; border: none; cursor: pointer; font-family: inherit; padding: 6px 0;
  font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--taupe);
  border-bottom: 1px solid transparent;
}
.work-tabs button.active { color: var(--charcoal); border-color: var(--charcoal); }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; margin-top: 32px; }
.work-tile, .insta-tile { aspect-ratio: 3/4; position: relative; overflow: hidden;
  background: linear-gradient(155deg, var(--stone-2) 0%, var(--stone) 100%);
}
.work-tile::after, .insta-tile::after {
  content: ""; position: absolute; inset: -10%; width: 120%; height: 120%; opacity: var(--grain-opacity); mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  animation: hosGrainShift 0.7s steps(4) infinite;
}
.work-tile, .insta-tile { transition: transform 0.6s cubic-bezier(0.16,1,0.3,1); }
.work-tile:hover, .insta-tile:hover { transform: scale(1.03); }
.work-tile span, .insta-tile span { position: absolute; bottom: 10px; left: 10px; font-size: 10px; letter-spacing: 1px; color: var(--taupe); }

.insta-head { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.insta-link { font-size: 13px; letter-spacing: 0.5px; text-decoration: underline; text-underline-offset: 3px; }
.insta-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 4px; margin-top: 28px; }
.insta-tile { aspect-ratio: 1/1; }
a.insta-tile { display: block; }
.insta-tile img { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------------- contact page ---------------- */
.contact-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.contact-info h2 { font-weight: 600; font-size: 15px; letter-spacing: 1.5px; text-transform: uppercase; margin: 0 0 20px; }
.contact-info p { max-width: 48ch; color: var(--taupe); margin-bottom: 26px; }
.contact-links { list-style: none; padding: 0; margin: 0; }
.contact-links li { padding: 14px 0; border-top: 1px solid var(--line); font-size: 14.5px; }
.contact-links li:last-child { border-bottom: 1px solid var(--line); }
.contact-links span { color: var(--taupe); text-transform: uppercase; letter-spacing: 1.5px; font-size: 11px; display: block; margin-bottom: 4px; }

.contact-form { display: flex; flex-direction: column; gap: 18px; }
.contact-form label { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--taupe); display: block; margin-bottom: 8px; }
.contact-form input, .contact-form textarea {
  width: 100%; background: transparent; border: none; border-bottom: 1px solid var(--line);
  padding: 10px 0; font-family: inherit; font-size: 15px; color: var(--charcoal);
}
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--charcoal); }
.contact-form button { align-self: flex-start; margin-top: 8px; }

/* ---- WPForms rendered inside .contact-form: strip its chrome, match the site ---- */
.contact-form .wpforms-container,
.contact-form .wpforms-form { margin: 0; }
.contact-form .wpforms-form { display: flex; flex-direction: column; gap: 18px; }
.contact-form .wpforms-field { padding: 0; }
.contact-form .wpforms-field-label {
  font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--taupe); font-weight: 400; margin-bottom: 8px; display: block;
}
.contact-form .wpforms-required-label { color: var(--taupe); }
.contact-form input.wpforms-field-medium,
.contact-form textarea.wpforms-field-medium,
.contact-form .wpforms-field input,
.contact-form .wpforms-field textarea {
  max-width: 100%; width: 100%; background: transparent; border: none;
  border-bottom: 1px solid var(--line); border-radius: 0;
  padding: 10px 0; font-family: inherit; font-size: 15px; color: var(--charcoal);
  box-shadow: none;
}
.contact-form .wpforms-field input:focus,
.contact-form .wpforms-field textarea:focus { outline: none; border-color: var(--charcoal); box-shadow: none; }
.contact-form .wpforms-field textarea { min-height: 96px; }
.contact-form .wpforms-field-description { color: var(--taupe); font-size: 12px; }
.contact-form .wpforms-submit-container { margin-top: 8px; }
.contact-form button.wpforms-submit {
  align-self: flex-start; display: inline-block;
  padding: 15px 30px; font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
  border: 1px solid currentColor; background: none; font-family: inherit;
  color: var(--charcoal); cursor: pointer; border-radius: 0;
  transition: background-color 0.35s ease, color 0.35s ease, transform 0.35s cubic-bezier(0.16,1,0.3,1), border-color 0.35s ease;
}
.contact-form button.wpforms-submit:hover {
  background: #ffffff; color: #111; border-color: #111; transform: scale(1.06);
}
.contact-form .wpforms-confirmation-container,
.contact-form .wpforms-confirmation-container-full {
  background: var(--stone); border: 1px solid var(--line); color: var(--charcoal);
  padding: 22px 26px; margin: 0; font-size: 14.5px; line-height: 1.6;
}
.contact-form .wpforms-confirmation-container p:last-child { margin-bottom: 0; }
.contact-form .wpforms-error {
  font-size: 12px; letter-spacing: 0.3px; text-transform: none; color: #a3402f; margin-top: 6px;
}
.contact-form .wpforms-field input.wpforms-error,
.contact-form .wpforms-field textarea.wpforms-error { border-bottom-color: #a3402f; }

/* ---------------- book page ---------------- */
.book-summary {
  padding: 22px 26px; background: var(--stone); border: 1px solid var(--line);
}
.book-summary-row { display: flex; justify-content: space-between; align-items: center; }
.book-summary-row + .book-summary-row { margin-top: 14px; padding-top: 14px; border-top: 1px dashed var(--line); }
.book-summary span { font-size: 15px; font-weight: 700; letter-spacing: 0.5px; color: var(--charcoal); text-transform: uppercase; }
.book-summary strong { font-size: 24px; font-weight: 400; }
.book-summary-addon strong { font-size: 19px; font-weight: 400; }
.book-summary-addon span { font-size: 13px; }
.book-summary-row:first-child span { font-size: 16px; }
.book-summary-total { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); }
.book-summary-total span { color: var(--charcoal); font-weight: 600; }
.book-summary-total strong { font-size: 22px; }
.book-addon-desc { margin: 16px 0 0; padding-top: 16px; border-top: 1px dashed var(--line); color: var(--charcoal); font-size: 14px; line-height: 1.5; }

.book-section-label { margin: 0 0 14px; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--taupe); }
.book-tier-select { margin-bottom: 28px; }
.book-tier-opt {
  display: flex; align-items: center; gap: 14px;
  width: 100%; padding: 16px; margin-bottom: 10px; background: var(--ivory);
  border: 1px solid var(--line); border-radius: 3px;
  cursor: pointer; font-family: inherit; text-align: left; transition: border-color 0.2s ease, background-color 0.2s ease;
}
.book-tier-opt:hover { border-color: var(--taupe); }
.book-tier-opt.is-active { border-color: var(--charcoal); border-width: 2px; padding: 15px; background: var(--stone); }
.book-tier-radio {
  flex: 0 0 auto; width: 18px; height: 18px; border-radius: 50%; border: 1.5px solid var(--taupe); position: relative;
}
.book-tier-opt.is-active .book-tier-radio { border-color: var(--charcoal); }
.book-tier-opt.is-active .book-tier-radio::after {
  content: ""; position: absolute; inset: 3px; border-radius: 50%; background: var(--charcoal);
}
.book-tier-info { flex: 1 1 auto; display: flex; flex-direction: column; gap: 3px; }
.book-tier-name { font-size: 13px; font-weight: 700; letter-spacing: 0.5px; color: var(--charcoal); text-transform: uppercase; }
.book-tier-perk { font-size: 12px; color: var(--taupe); }
.book-tier-amt { font-size: 18px; font-weight: 400; color: var(--charcoal); }
.book-tier-price { display: flex; align-items: baseline; gap: 8px; flex: 0 0 auto; }
.book-tier-was { font-size: 13px; color: var(--taupe); text-decoration: line-through; }

.book-section-label-sub { margin: 22px 0 14px; padding-top: 18px; border-top: 1px dashed var(--line); }
.book-addon-card {
  display: flex; align-items: center; gap: 14px; width: 100%;
  padding: 16px; margin-bottom: 4px; background: var(--ivory);
  border: 1px solid var(--line); border-radius: 3px;
  cursor: pointer; font-family: inherit; text-align: left;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.book-addon-card:hover { border-color: var(--charcoal); }
.book-addon-card.is-added { border-style: solid; border-color: var(--charcoal); border-width: 2px; padding: 15px; background: var(--stone); }
.book-addon-check { flex: 0 0 auto; width: 18px; height: 18px; border-radius: 3px; border: 1.5px solid var(--taupe); position: relative; }
.book-addon-card.is-added .book-addon-check { border-color: var(--charcoal); background: var(--charcoal); }
.book-addon-card.is-added .book-addon-check::after {
  content: "✓"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: var(--ivory); font-size: 12px;
}
.book-addon-card-info { flex: 1 1 auto; display: flex; flex-direction: column; gap: 3px; }
.book-addon-card-name { font-size: 13px; font-weight: 700; letter-spacing: 0.5px; color: var(--charcoal); text-transform: uppercase; }
.book-addon-card-status { font-size: 12px; color: var(--taupe); }
.book-addon-card-amt { font-size: 16px; font-weight: 400; color: var(--charcoal); flex: 0 0 auto; }

.book-step { display: flex; gap: 22px; align-items: baseline; padding: 34px 0; border-top: 1px solid var(--line); }
.book-step:last-of-type { border-bottom: 1px solid var(--line); }
.book-step-n { font-family: "La Luxes Serif", Georgia, serif; font-style: italic; font-weight: 300; font-size: 22px; line-height: 1; color: var(--charcoal); flex: 0 0 auto; }
.book-addon-list { margin: 14px 0 22px; padding: 0; list-style: none; }
.book-addon-list li { position: relative; padding-left: 16px; font-size: 14px; line-height: 1.5; color: var(--charcoal); margin-bottom: 8px; }
.book-addon-list li::before { content: "—"; position: absolute; left: 0; color: var(--taupe); }
.book-addon-disclosure { margin: 4px 0 18px; color: var(--taupe); font-size: 12.5px; font-style: italic; line-height: 1.4; }
#bookAddonBtn { padding: 9px 18px; font-size: 9.5px; font-weight: 400; text-transform: none; }
.book-step .btn.btn-solid-black { padding: 15px 30px; font-size: 12px; }
.book-step h3 { margin: 0 0 8px; font-size: 15px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.book-step p { margin: 0 0 18px; color: var(--taupe); font-size: 14.5px; max-width: 46ch; }
.book-row { display: flex; flex-wrap: wrap; gap: 10px; }
.book-row button {
  padding: 12px 18px; font-size: 13px; letter-spacing: 0.5px; background: transparent;
  border: 1px solid var(--line); color: var(--charcoal); cursor: pointer; font-family: inherit;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.book-row button:hover { border-color: var(--charcoal); }
.book-row button.active { background: var(--charcoal); color: var(--ivory); border-color: var(--charcoal); }

#confirmBooking:disabled { opacity: 0.4; cursor: not-allowed; }
#confirmBooking:disabled:hover { background: transparent; color: var(--charcoal); transform: none; }

.book-confirmed { display: none; margin-top: 44px; padding-top: 36px; border-top: 1px solid var(--line); }
.book-confirmed.show { display: block; }
.book-confirmed-line { font-size: 20px; font-weight: 600; margin: 10px 0 18px; }

/* ---------------- feature section: numbered intro + fractured shape ---------------- */
.feature-section { position: relative; background: #FAFAF8; padding: 150px 64px 120px; overflow: hidden; }
.feature-bgtype {
  position: absolute; top: 4%; left: 0; width: 100%; text-align: left;
  font-size: clamp(52px, 12vw, 168px); line-height: 1; text-transform: uppercase;
  color: #111; opacity: 0.95; white-space: nowrap; pointer-events: none; z-index: 1; letter-spacing: -2px;
}
.feature-grid {
  position: relative; z-index: 2; display: grid; grid-template-columns: 0.85fr 1.15fr;
  gap: 56px; align-items: start; padding-top: 150px;
}
.feature-copy .num { font-family: "La Luxes Serif", Georgia, serif; font-style: italic; font-weight: 300; font-size: 20px; color: var(--taupe); margin-bottom: 16px; display: block; }
.feature-copy h2 { font-size: clamp(26px, 3vw, 38px); font-weight: 600; line-height: 1.18; margin: 0 0 26px; text-wrap: balance; }
.feature-copy p { max-width: 44ch; color: #3c3a30; margin-bottom: 16px; font-size: 14.5px; }

.frag-shape { position: relative; width: 100%; max-width: 420px; aspect-ratio: 3 / 4.3; margin-left: auto; }
.shard {
  position: absolute; overflow: hidden; background: #121110;
  transition: transform 0.15s linear; will-change: transform;
}
.shard .shard-vein {
  position: absolute; opacity: 0.5; mix-blend-mode: screen;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='420' height='600'><g stroke='white' stroke-width='1.4' fill='none' opacity='0.8'><path d='M40 10 C 90 80, 60 150, 120 210 S 180 320, 160 400 S 220 500, 200 590'/><path d='M300 0 C 260 60, 310 120, 260 190 S 300 300, 250 380'/><path d='M0 320 C 60 340, 110 300, 160 340 S 260 360, 340 330'/><path d='M180 40 C 200 100, 170 160, 210 220'/></g></svg>");
}
.shard::after {
  content: ""; position: absolute; inset: 0; opacity: var(--grain-opacity); mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* ---------------- large right-aligned pull quote ---------------- */
.quote-right { background: #FAFAF8; text-align: right; padding: 100px 48px; }
.quote-right p {
  font-size: clamp(15px, 2.1vw, 26px); font-weight: 500; line-height: 1.4; max-width: min(880px, 90vw);
  margin: 0 0 0 auto; text-wrap: balance;
}

/* ---------------- gallery-style oversized type (Work page) ---------------- */
.gallery-hero { position: relative; padding: 100px 48px 64px; overflow: hidden; background: var(--stone); border-bottom: 1px solid var(--line); }
.gallery-bgtype {
  font-size: clamp(48px, 11vw, 150px); line-height: 1; text-transform: uppercase; letter-spacing: -2px;
  color: #111; margin: 40px 0 48px; text-align: left; position: relative; z-index: 1;
}
.gallery-bgtype em { font-family: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif; font-size: 0.5em; font-weight: 300; font-style: italic; text-transform: lowercase; letter-spacing: 0; }
.gallery-bgtype .split-word:has(em) { overflow: visible; padding: 0 0.12em; margin-left: -0.35em; }
.gallery-hero .eyebrow { color: #6b685f; }
.gallery-num {
  font-family: "La Luxes Serif", Georgia, serif; font-style: italic; font-weight: 300;
  font-size: 22px; color: #6b685f; margin: 0 0 6px;
}
.gallery-lead {
  max-width: 480px; margin: 26px auto 0; text-align: center; color: #6b685f;
  font-size: 14px; line-height: 1.6; position: relative; z-index: 2;
}
.scroll-cue {
  width: 60px; height: 60px; border-radius: 50%; background: var(--charcoal); color: var(--ivory);
  display: flex; align-items: center; justify-content: center; margin: 40px auto 0; cursor: pointer;
  border: none; font-size: 16px; transition: transform 0.3s ease;
}
.scroll-cue:hover { transform: translateY(4px); }

/* ---------------- full-screen black route transition ---------------- */
.hos-transition {
  position: fixed; inset: 0; background: #050504; transform: scaleY(0); transform-origin: bottom;
  z-index: 500; pointer-events: none;
}
.hos-transition.wipe-in { animation: hosWipeIn 0.55s cubic-bezier(0.76,0,0.24,1) forwards; }
.hos-transition.wipe-out { transform-origin: top; animation: hosWipeOut 0.55s cubic-bezier(0.76,0,0.24,1) forwards; }
@keyframes hosWipeIn { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes hosWipeOut { from { transform: scaleY(1); } to { transform: scaleY(0); } }

.contact-teaser {
  background: var(--stone); color: var(--charcoal); text-align: center; padding: 130px 48px; cursor: pointer;
  border-top: 1px solid var(--line);
}
.contact-teaser .eyebrow { color: var(--taupe); }
.contact-teaser h2 { font-size: clamp(48px, 9vw, 130px); margin: 14px 0 0; text-transform: uppercase; letter-spacing: -1px; font-weight: 300; color: var(--charcoal); display: inline-block; transition: transform 0.35s cubic-bezier(0.16,1,0.3,1); }
.contact-teaser:hover h2 { transform: scale(1.04); }

/* ---------------- footer ---------------- */
footer { background: var(--charcoal); color: var(--ivory); padding: 56px 48px 40px; border-top: 1px solid rgba(184,172,147,0.35); text-align: center; }
footer .nav-links { justify-content: center; margin-bottom: 24px; }
footer .nav-links button, footer .nav-links a { opacity: 1; color: var(--ivory); }
footer .nav-links button.active, footer .nav-links a.active,
footer .nav-links button:hover, footer .nav-links a:hover { border-color: var(--ivory); }
footer .social { display: flex; justify-content: center; gap: 20px; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--ivory); margin-bottom: 24px; }
footer .copyright { font-size: 11px; color: var(--ivory); letter-spacing: 0.5px; }
footer .eyebrow { color: var(--ivory); }
footer .insta-tile span { color: var(--ivory); }
.footer-insta { max-width: 560px; margin: 0 auto 40px; text-align: left; }

/* ---------------- reveal + fade-in ---------------- */
@keyframes hosFadeUpIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.hero-inner > *, .page-hero > * { animation: hosFadeUpIn 1.1s ease both; }
.hero-inner > *:nth-child(2), .page-hero > *:nth-child(2) { animation-delay: 0.16s; }
.hero-inner > *:nth-child(3) { animation-delay: 0.32s; }

.hos-reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.8s ease, transform 0.8s ease; }
.hos-reveal.hos-in-view { opacity: 1; transform: translateY(0); }

/* ---------------- curtain wipe reveal (photos/tiles) ---------------- */
.hos-wipe { position: relative; }
.hos-wipe::before {
  content: ""; position: absolute; inset: 0; background: var(--stone);
  transform-origin: left; transform: scaleX(1); transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1);
  z-index: 6;
}
.hos-wipe.hos-in-view::before { transform: scaleX(0); }

/* ---------------- split-text word reveal ---------------- */
.split-word { display: inline-block; overflow: hidden; vertical-align: top; }
.split-word > span {
  display: inline-block; transform: translateY(110%); transition: transform 0.85s cubic-bezier(0.16,1,0.3,1);
}
.split-ready .split-word > span { transform: translateY(0); }

/* ---------------- custom cursor + magnetic ---------------- */
.hos-cursor {
  position: fixed; top: 0; left: 0; width: 10px; height: 10px; border-radius: 50%;
  background: var(--ivory); mix-blend-mode: difference; pointer-events: none; z-index: 999;
  transform: translate(-50%, -50%); transition: width 0.25s ease, height 0.25s ease, opacity 0.25s ease;
  opacity: 0;
}
.hos-cursor.active { opacity: 1; }
.hos-cursor.hover { width: 34px; height: 34px; }
@media (hover: none), (pointer: coarse) { .hos-cursor { display: none; } }

@media (prefers-reduced-motion: reduce) {
  .hero-inner > *, .page-hero > *, .hos-reveal { animation: none !important; transition: none !important; opacity: 1 !important; transform: none !important; }
}

/* Scoped to the wrapper div on purpose: WordPress's body_class() puts a bare
   "page" class on <body> for every Page, and an unscoped `.page { display:none }`
   would hide the whole document. */
div.page { display: none; }
div.page.active { display: block; }

@media (max-width: 720px) {
  .offer-row, .about-grid, .contact-wrap, .coaching-story-grid { grid-template-columns: 1fr; gap: 20px; }
  .work-grid { grid-template-columns: repeat(2, 1fr); }
  .insta-grid { grid-template-columns: repeat(3, 1fr); }
  nav.site-nav { flex-direction: column; gap: 16px; padding: 20px; position: static; }
  .nav-right { flex-direction: column; gap: 16px; }
  .nav-links { flex-wrap: wrap; justify-content: center; gap: 16px; }
  section, .page-hero { padding: 56px 20px; }
}

/* ---------------- photography ---------------- */
.hero { background: linear-gradient(180deg, rgba(6,5,3,0) 0%, rgba(6,5,3,0.45) 55%, rgba(6,5,3,0.85) 100%), radial-gradient(140% 100% at 50% 50%, transparent 35%, rgba(0,0,0,0.55) 100%), url('assets/img/stefi-portrait.jpg') center 34% / cover no-repeat; }.about-photo { background: linear-gradient(0deg, rgba(6,5,3,0.15) 0%, rgba(6,5,3,0) 40%), radial-gradient(140% 110% at 50% 50%, transparent 42%, rgba(0,0,0,0.4) 100%), url('assets/img/stefi-portrait.jpg') center 20% / cover no-repeat; }


/* ---------------- multipage adjustments (links that were buttons) ---------------- */
a.pricing-tier-btn, .nav-links a, .footer-legal a, a.cookie-link, .offer-row a { text-decoration: none; }
a.pricing-tier-btn { display: flex; }
.wordmark { display: inline-block; text-decoration: none; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 300; background: var(--charcoal); color: var(--ivory); padding: 12px 20px; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; }
.skip-link:focus { left: 0; }
