/* Holistic Fertility® — public site styles */
:root {
  --navy: #002d70;
  --navy-deep: #001c4a;
  --navy-soft: #3a5c96;
  --accent: #c8102e;
  --sand: #faf7f2;
  --sand-2: #f2ece3;
  --line: #e4dcd0;
  --ink: #1f232b;
  --ink-soft: #5f6572;
  --white: #ffffff;
  --r-lg: 22px;
  --r-md: 14px;
  --r-sm: 8px;
  --shadow-sm: 0 6px 20px rgba(0, 45, 112, .07);
  --shadow: 0 18px 46px rgba(0, 45, 112, .12);
  --shadow-lg: 0 36px 80px rgba(0, 45, 112, .18);
  /* Montserrat matches holisticfertilityinstitute.com but ships no Greek glyphs,
     so Manrope — a geometric sans with a full Greek set — picks up Greek text. */
  --sans: 'Montserrat', 'Manrope', 'Helvetica Neue', Arial, sans-serif;
  --maxw: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  font-weight: 400;
  color: var(--ink);
  background: var(--sand);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3 { font-family: var(--sans); font-weight: 600; letter-spacing: -.015em; line-height: 1.2; }
::selection { background: var(--navy); color: #fff; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(250, 247, 242, .88);
  backdrop-filter: saturate(150%) blur(14px);
  -webkit-backdrop-filter: saturate(150%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s;
}
body.scrolled .site-header { border-bottom-color: var(--line); box-shadow: 0 2px 18px rgba(0, 45, 112, .05); }
.header-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0 28px;
  display: flex; align-items: center; gap: 14px; min-height: 88px;
}
.brand { cursor: pointer; flex-shrink: 0; }
.brand img { height: 46px; width: auto; }

.main-nav { display: flex; gap: 0; flex: 1 1 auto; justify-content: flex-end; min-width: 0; overflow: hidden; }
.main-nav button {
  font-family: var(--sans); font-size: .645rem; font-weight: 600; letter-spacing: .05em;
  text-transform: uppercase; color: var(--ink-soft); background: none; border: none;
  padding: 9px 7px; cursor: pointer; border-radius: 999px; transition: color .2s, background .2s; white-space: nowrap;
}
.main-nav button:hover { color: var(--navy); background: rgba(255, 255, 255, .8); }
.main-nav button.active { color: var(--navy); }
.main-nav button.active::after {
  content: ''; display: block; height: 2px; width: 20px; margin: 3px auto 0;
  background: var(--accent); border-radius: 2px;
}

.header-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.lang-toggle { display: flex; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; background: var(--white); }
.lang-toggle button {
  border: none; background: transparent; padding: 6px 12px; font-family: var(--sans);
  font-size: .68rem; font-weight: 600; letter-spacing: .08em; cursor: pointer; color: var(--ink-soft); transition: all .2s;
}
.lang-toggle button.active { background: var(--navy); color: #fff; }

.btn-book {
  font-family: var(--sans); font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  background: var(--navy); color: #fff; border: none; border-radius: 999px;
  padding: 12px 22px; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s;
  white-space: nowrap;
}
.btn-book:hover { background: var(--navy-deep); transform: translateY(-1px); box-shadow: var(--shadow-sm); }

.menu-toggle {
  display: none; width: 40px; height: 40px; border: 1px solid var(--line); background: var(--white);
  border-radius: 10px; cursor: pointer; padding: 0; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
}
.menu-toggle span { display: block; width: 17px; height: 1.5px; background: var(--navy); border-radius: 2px; }

/* ---------- Reveals ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s cubic-bezier(.2,.7,.3,1), transform .8s cubic-bezier(.2,.7,.3,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- Hero ---------- */
.hero { position: relative; height: clamp(520px, 82vh, 760px); display: flex; align-items: flex-end; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }
.hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0, 20, 52, .82) 0%, rgba(0, 20, 52, .45) 42%, rgba(0, 20, 52, .12) 100%);
}
.hero-inner {
  position: relative; z-index: 2; max-width: var(--maxw); margin: 0 auto; width: 100%;
  padding: 0 28px 84px; color: #fff;
}
.hero h1 {
  font-size: clamp(2rem, 4.6vw, 3.6rem); font-weight: 300; max-width: 17ch; margin: 0 0 .35em;
  letter-spacing: -.02em; text-wrap: balance;
}
.hero p { font-size: clamp(1rem, 1.5vw, 1.22rem); font-weight: 300; max-width: 46ch; margin: 0 0 2rem; opacity: .93; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero .btn-book { background: #fff; color: var(--navy); padding: 15px 30px; }
.hero .btn-book:hover { background: var(--sand-2); }
.btn-ghost {
  font-family: var(--sans); font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  background: transparent; color: #fff; border: 1px solid rgba(255, 255, 255, .55); border-radius: 999px;
  padding: 15px 30px; cursor: pointer; transition: all .2s;
}
.btn-ghost:hover { background: rgba(255, 255, 255, .14); border-color: #fff; }

/* ---------- Mission / video ---------- */
.mission { padding: clamp(64px, 9vw, 120px) 0; background: var(--white); }
.mission-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.mission-img { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); }
.mission-img img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.mission-img .play {
  position: absolute; inset: 0; margin: auto; width: 74px; height: 74px; border-radius: 50%;
  background: rgba(255, 255, 255, .92); box-shadow: var(--shadow-sm);
}
.mission-img .play::after {
  content: ''; position: absolute; inset: 0; margin: auto; width: 0; height: 0;
  border-left: 20px solid var(--navy); border-top: 12px solid transparent; border-bottom: 12px solid transparent;
  transform: translateX(3px);
}
.mission-eyebrow {
  position: absolute; left: 18px; bottom: 18px; background: rgba(0, 45, 112, .9); color: #fff;
  font-size: .62rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  padding: 7px 14px; border-radius: 999px;
}
.mission-text h2 { font-size: clamp(1.5rem, 2.8vw, 2.3rem); font-weight: 300; color: var(--navy); margin: 0 0 .7em; }
.mission-text p { color: var(--ink-soft); margin: 0 0 1.1em; }
.mission-q { font-weight: 600 !important; color: var(--ink) !important; font-size: 1.08rem; }

/* ---------- Stats ---------- */
.stats { padding: clamp(64px, 9vw, 110px) 0; background: var(--navy); color: #fff; text-align: center; }
.stats .wrap { position: relative; }
.stats h2::after {
  content: ''; display: block; width: 64px; height: 3px; margin: 22px auto 0;
  background: var(--accent); border-radius: 2px;
}
.stats h2 { font-size: clamp(1.4rem, 2.6vw, 2.1rem); font-weight: 300; margin: 0 auto .5em; max-width: 24ch; }
.stats-intro { max-width: 68ch; margin: 0 auto 3rem; opacity: .82; font-weight: 300; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 3.2rem; }
.stat {
  position: relative;
  background: rgba(255, 255, 255, .05);
  border: 2px solid var(--accent);
  border-radius: var(--r-md); padding: 34px 18px 30px;
  display: flex; flex-direction: column; gap: 8px;
  transition: transform .35s cubic-bezier(.2,.7,.3,1), box-shadow .35s, background .35s;
}
.stat::before {
  content: ''; position: absolute; inset: -2px; border-radius: var(--r-md);
  box-shadow: 0 0 0 0 rgba(200, 16, 46, .55); transition: box-shadow .45s;
  pointer-events: none;
}
.stat:hover { transform: translateY(-6px); background: rgba(200, 16, 46, .10); }
.stat:hover::before { box-shadow: 0 0 0 6px rgba(200, 16, 46, .18); }
.stat-v {
  font-size: clamp(2.1rem, 4vw, 3.1rem); font-weight: 700; letter-spacing: -.03em;
  color: #ff5a6e; line-height: 1;
}
.stat-l { font-size: .74rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; opacity: .88; line-height: 1.5; }
.stats-body { max-width: 76ch; margin: 0 auto 1rem; opacity: .88; font-weight: 300; font-size: .97rem; }
.stats .fineprint { color: rgba(255, 255, 255, .6); }

/* ---------- Section heads ---------- */
.sec-head { text-align: center; max-width: 62ch; margin: 0 auto clamp(38px, 5vw, 64px); }
.sec-head h2 { font-size: clamp(1.55rem, 3vw, 2.4rem); font-weight: 300; color: var(--navy); margin: 0 0 .5em; text-wrap: balance; }
.sec-head p { color: var(--ink-soft); margin: 0; }
.eyebrow-dark {
  font-size: .66rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 14px;
}

/* ---------- Stories ---------- */
.stories { padding: clamp(64px, 9vw, 120px) 0; background: var(--sand); }
.story-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(20px, 2.4vw, 32px); }
.story {
  background: var(--white); border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform .35s, box-shadow .35s;
}
.story:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.story-img { aspect-ratio: 16 / 10; overflow: hidden; background: var(--sand-2); }
.story-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.3,1); }
.story:hover .story-img img { transform: scale(1.04); }
.story-body { padding: clamp(24px, 3vw, 36px); }
.story-body h3 { font-size: 1.06rem; font-weight: 600; color: var(--navy); margin: 0 0 .9em; }
.story-body p { font-size: .93rem; color: var(--ink-soft); margin: 0 0 1em; }
.story-body p:last-child { margin-bottom: 0; }

/* ---------- Explore tiles ---------- */
.explore { padding: clamp(64px, 9vw, 120px) 0; background: var(--white); }
.tile-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2vw, 26px); }
.tile {
  position: relative; border: none; padding: 0; background: none; cursor: pointer;
  border-radius: var(--r-md); overflow: hidden; text-align: left; font-family: var(--sans);
  box-shadow: var(--shadow-sm); transition: transform .35s, box-shadow .35s;
  display: block; aspect-ratio: 1 / 1;
}
.tile:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.tile-img { position: absolute; inset: 0; display: block; background: var(--sand-2); }
.tile-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.3,1); }
.tile:hover .tile-img img { transform: scale(1.06); }
.tile::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0, 20, 52, .94) 0%, rgba(0, 20, 52, .74) 32%, rgba(0, 20, 52, .28) 66%, rgba(0, 20, 52, .06) 100%);
}
.tile-body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 22px 20px; color: #fff; display: block; }
.tile-t { display: block; font-size: 1rem; font-weight: 600; letter-spacing: -.01em; margin-bottom: 4px; }
.tile-s { display: block; font-size: .78rem; font-weight: 300; opacity: .85; line-height: 1.5; }

/* ---------- Closing ---------- */
.closing { position: relative; padding: clamp(80px, 11vw, 150px) 28px; text-align: center; overflow: hidden; color: #fff; }
.closing > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.closing::after { content: ''; position: absolute; inset: 0; background: rgba(0, 26, 66, .78); }
.closing-inner { position: relative; z-index: 2; max-width: 720px; margin: 0 auto; }
.closing h2 { font-size: clamp(1.7rem, 3.6vw, 2.9rem); font-weight: 300; margin: 0 0 .4em; }
.closing p { font-size: 1.05rem; font-weight: 300; opacity: .9; margin: 0 0 2rem; }
.closing .btn-book { background: #fff; color: var(--navy); padding: 15px 32px; }

/* ---------- Page banner ---------- */
.page-banner { position: relative; min-height: 300px; max-height: 420px; display: flex; align-items: flex-end; overflow: hidden; }
.page-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-banner::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0, 20, 52, .84) 0%, rgba(0, 20, 52, .42) 60%, rgba(0, 20, 52, .18) 100%);
}
.page-banner .wrap { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 44px; color: #fff; }
.page-banner .crumb { font-size: .66rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; opacity: .82; margin-bottom: 12px; }
.page-banner h1 { font-size: clamp(1.6rem, 3.4vw, 2.6rem); font-weight: 300; margin: 0; max-width: 22ch; }
.banner-lead { margin: .8em 0 0; max-width: 56ch; font-weight: 300; opacity: .9; }
.page-banner.plain { min-height: 0; background: var(--navy); }
.page-banner.plain::after { display: none; }

/* ---------- Article layout ---------- */
.layout {
  max-width: var(--maxw); margin: 0 auto; padding: clamp(44px, 6vw, 80px) 28px clamp(64px, 9vw, 110px);
  display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: clamp(32px, 5vw, 76px); align-items: start;
}
.layout.single { grid-template-columns: minmax(0, 1fr); max-width: 900px; }
.subnav { position: sticky; top: 112px; }
.section-title { font-size: .66rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.subnav ul { list-style: none; margin: 0; padding: 0; border-left: 1px solid var(--line); }
.subnav li button {
  display: block; width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  font-family: var(--sans); font-size: .86rem; color: var(--ink-soft); padding: 9px 0 9px 18px;
  margin-left: -1px; border-left: 2px solid transparent; transition: all .2s; line-height: 1.45;
}
.subnav li button:hover { color: var(--navy); }
.subnav li button.active { color: var(--navy); font-weight: 600; border-left-color: var(--accent); }

.article { font-size: 1.02rem; max-width: 74ch; }
.article > *:first-child { margin-top: 0; }
.article p { margin: 0 0 1.35em; color: #3c4250; }
.article h2 {
  font-size: clamp(1.2rem, 2vw, 1.55rem); font-weight: 600; color: var(--navy);
  margin: 2.4em 0 .8em; padding-top: 1.2em; border-top: 1px solid var(--line);
}
.article h2:first-child { margin-top: 0; padding-top: 0; border-top: none; }
.article h3 { font-size: 1.02rem; font-weight: 600; color: var(--navy); margin: 2em 0 .5em; }
.article strong { font-weight: 600; color: var(--ink); }
.article em { font-style: italic; }
.content-list { list-style: none; margin: 0 0 1.6em; padding: 0; }
.content-list li { position: relative; padding-left: 26px; margin-bottom: .7em; color: #3c4250; }
.content-list li::before {
  content: ''; position: absolute; left: 4px; top: .68em; width: 7px; height: 7px;
  border-radius: 50%; background: var(--accent); opacity: .75;
}
blockquote {
  margin: 2em 0; padding: 24px 30px; background: var(--white); border-left: 3px solid var(--accent);
  border-radius: 0 var(--r-md) var(--r-md) 0; box-shadow: var(--shadow-sm);
  font-size: 1.06rem; font-weight: 300; color: var(--navy); line-height: 1.65;
}
.fineprint { font-size: .82rem; color: var(--ink-soft); opacity: .85; }
.ilink { color: var(--navy); font-weight: 600; border-bottom: 1px solid rgba(0, 45, 112, .3); }
.ilink:hover { border-bottom-color: var(--accent); color: var(--accent); }

.fact-grid { display: grid; gap: 14px; margin: 1.8em 0 2em; }
.fact {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 20px 24px; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 4px 24px; align-items: baseline;
}
.fact-k { font-weight: 600; color: var(--navy); }
.fact-v { font-weight: 600; color: var(--accent); text-align: right; }
.fact-n { grid-column: 1 / -1; font-size: .87rem; color: var(--ink-soft); }

.cta-row { margin: 2em 0 .5em; }
.cta-row a {
  display: inline-block; font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  background: var(--navy); color: #fff; border-radius: 999px; padding: 14px 28px;
  transition: background .2s, transform .2s, box-shadow .2s;
}
.cta-row a:hover { background: var(--navy-deep); transform: translateY(-1px); box-shadow: var(--shadow-sm); }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); color: rgba(255, 255, 255, .78); padding: clamp(52px, 7vw, 80px) 0 40px; font-size: .9rem; }
.footer-top { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr) minmax(0, 1.1fr); gap: 40px; align-items: start; padding-bottom: 36px; border-bottom: 1px solid rgba(255, 255, 255, .13); }
.footer-brand .btn-book { margin-top: 22px; }
.footer-contact .dir-link { margin-top: 10px; font-weight: 600; color: #fff; }
.footer-contact .dir-link:hover { text-decoration: underline; }
.site-footer .brand img { height: 52px; filter: brightness(0) invert(1); opacity: .95; }
.foot-tag { margin: 16px 0 0; font-weight: 300; max-width: 34ch; }
.footer-contact { display: flex; flex-direction: column; gap: 6px; }
.footer-contact a:hover { color: #fff; text-decoration: underline; }
.site-footer .btn-book { background: #fff; color: var(--navy); }
.site-footer .btn-book:hover { background: var(--sand-2); }
.footer-note { margin: 32px 0 0; font-size: .82rem; line-height: 1.75; color: rgba(255, 255, 255, .58); max-width: 92ch; }
.copy {
  margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .13);
  display: flex; justify-content: space-between; align-items: center; gap: 8px 24px; flex-wrap: wrap;
  font-size: .78rem; color: rgba(255, 255, 255, .5);
}
#footerLegal { flex: 1 1 auto; text-align: center; }
.copy a { cursor: pointer; }
.copy a:hover { color: #fff; text-decoration: underline; }

/* ---------- Responsive ---------- */
@media (max-width: 1240px) {
  .brand img { height: 40px; }
  .header-actions { gap: 9px; }
  .btn-book { padding: 11px 17px; font-size: .66rem; }
}
@media (max-width: 1150px) {
  .menu-toggle { display: flex; }
  .main-nav {
    display: none; position: fixed; inset: 88px 0 0; background: var(--sand);
    flex-direction: column; justify-content: flex-start; align-items: stretch;
    padding: 20px 24px 60px; gap: 0; overflow-y: auto; z-index: 50;
  }
  .main-nav.open { display: flex; }
  .main-nav button { font-size: .84rem; text-align: left; padding: 16px 4px; border-bottom: 1px solid var(--line); border-radius: 0; }
  .main-nav button.active::after { margin: 4px 0 0; }
  .header-inner .btn-book { display: none; }
}

@media (max-width: 900px) {
  .mission-grid { grid-template-columns: 1fr; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .tile-grid { grid-template-columns: repeat(2, 1fr); }
  .layout { grid-template-columns: 1fr; }
  .subnav { position: static; }
  .subnav ul { display: flex; flex-wrap: wrap; gap: 6px; border-left: none; }
  .subnav li button {
    border: 1px solid var(--line); border-radius: 999px; padding: 8px 15px; background: var(--white);
    width: auto; font-size: .78rem; margin-left: 0;
  }
  .subnav li button.active { background: var(--navy); color: #fff; border-color: var(--navy); }
  .footer-top { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .wrap, .header-inner, .hero-inner { padding-left: 20px; padding-right: 20px; }
  .hero { height: clamp(460px, 76vh, 620px); }
  .story-grid { grid-template-columns: 1fr; }
  .fact { grid-template-columns: 1fr; }
  .fact-v { text-align: left; }
  .article { font-size: .97rem; }
}

/* the Book item only appears inside the mobile drawer */
.main-nav .nav-book { display: none; }
@media (max-width: 1150px) { .main-nav .nav-book { display: block; color: var(--navy); } }

/* inline portrait inside an article (e.g. the "about John" page) */
.portrait { float: right; width: 230px; margin: 4px 0 24px 32px; }
.portrait img { width: 100%; border-radius: var(--r-md); box-shadow: var(--shadow-sm); }
@media (max-width: 680px) {
  .portrait { float: none; width: 190px; margin: 0 0 24px; }
}
.fact-v a { border-bottom: 1px solid rgba(200, 16, 46, .35); }
.fact-v a:hover { border-bottom-color: var(--accent); }

/* ---------- Map ---------- */
.map-embed {
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--sand-2);
  box-shadow: var(--shadow-sm);
  line-height: 0;
}
.map-embed iframe { width: 100%; height: 100%; border: 0; display: block; }
.footer-map .map-embed { height: 268px; box-shadow: none; border: 1px solid rgba(255, 255, 255, .16); }
.article .map-embed { height: 380px; margin: 2.2em 0 .5em; }

@media (max-width: 900px) {
  .footer-map .map-embed { height: 260px; }
  #footerLegal { flex: 1 1 100%; text-align: left; order: 3; }
}
@media (max-width: 680px) {
  .article .map-embed { height: 300px; }
}

/* ---------- Contact form modal ---------- */
body.modal-open { overflow: hidden; }
.modal { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: 24px; }
.modal[hidden] { display: none; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0, 18, 46, .62); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.modal-card {
  position: relative; background: var(--white); border-radius: var(--r-lg);
  width: min(620px, 100%); max-height: 88vh; overflow-y: auto;
  padding: clamp(28px, 4vw, 46px); box-shadow: var(--shadow-lg);
  animation: modal-in .32s cubic-bezier(.2, .7, .3, 1);
}
@keyframes modal-in { from { opacity: 0; transform: translateY(16px) scale(.985); } }
@media (prefers-reduced-motion: reduce) { .modal-card { animation: none; } }
.modal-x {
  position: absolute; top: 14px; right: 16px; width: 38px; height: 38px; border: none;
  background: none; font-size: 1.7rem; line-height: 1; color: var(--ink-soft);
  cursor: pointer; border-radius: 50%; transition: background .2s, color .2s;
}
.modal-x:hover { background: var(--sand-2); color: var(--navy); }
.modal-card h2 { font-size: clamp(1.3rem, 2.4vw, 1.75rem); font-weight: 300; color: var(--navy); margin: 0 0 .5em; padding-right: 40px; }
.modal-intro { color: var(--ink-soft); margin: 0 0 1.8em; font-size: .95rem; }

.modal-card .field { display: block; margin-bottom: 18px; }
.modal-card .field > span { display: block; font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--navy); margin-bottom: 7px; }
.modal-card input, .modal-card textarea {
  width: 100%; font-family: var(--sans); font-size: .97rem; color: var(--ink);
  background: var(--sand); border: 1px solid var(--line); border-radius: var(--r-sm);
  padding: 13px 15px; transition: border-color .2s, background .2s, box-shadow .2s;
}
.modal-card textarea { resize: vertical; min-height: 130px; line-height: 1.6; }
.modal-card input:focus, .modal-card textarea:focus {
  outline: none; background: var(--white); border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(0, 45, 112, .12);
}
.modal-card input.invalid, .modal-card textarea.invalid { border-color: var(--accent); background: #fdf6f6; }
.modal-card .hint { display: block; font-style: normal; font-size: .8rem; color: var(--ink-soft); margin-top: 6px; }
.modal-card .err { display: block; font-style: normal; font-size: .8rem; font-weight: 600; color: var(--accent); margin-top: 6px; }
.modal-card .err:empty { display: none; }

.modal-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.modal-actions .btn-book { padding: 14px 28px; }
.btn-plain {
  background: none; border: none; font-family: var(--sans); font-size: .8rem; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase; color: var(--ink-soft); cursor: pointer;
  padding: 12px 4px;
}
.btn-plain:hover { color: var(--navy); text-decoration: underline; }
.modal-privacy { font-size: .78rem; line-height: 1.65; color: var(--ink-soft); margin: 22px 0 0; padding-top: 18px; border-top: 1px solid var(--line); }

.modal-fallback h3 { font-size: 1.05rem; color: var(--navy); margin: 0 0 .5em; }
.modal-fallback p { color: var(--ink-soft); font-size: .92rem; margin: 0 0 1.2em; }
.modal-fallback pre {
  white-space: pre-wrap; word-break: break-word; font-family: var(--sans); font-size: .88rem;
  background: var(--sand); border: 1px solid var(--line); border-radius: var(--r-sm);
  padding: 16px 18px; margin: 0 0 18px; max-height: 240px; overflow-y: auto; color: #3c4250;
}

/* a ">>" CTA renders as a button but must look identical to the ">" links */
.cta-row button {
  font-family: var(--sans); font-size: .7rem; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; background: var(--navy); color: #fff; border: none;
  border-radius: 999px; padding: 14px 28px; cursor: pointer;
  transition: background .2s, transform .2s, box-shadow .2s;
}
.cta-row button:hover { background: var(--navy-deep); transform: translateY(-1px); box-shadow: var(--shadow-sm); }

/* ---------- "free conversation" contact card ---------- */
.cta-row button[aria-expanded] { position: relative; }
.cta-row button.is-open { background: var(--navy-deep); }
.contact-card {
  margin-top: 18px; padding: 22px 26px;
  background: var(--white); border: 1px solid var(--line);
  border-left: 3px solid var(--accent); border-radius: 0 var(--r-md) var(--r-md) 0;
  box-shadow: var(--shadow-sm);
  animation: card-in .3s cubic-bezier(.2,.7,.3,1);
}
.contact-card[hidden] { display: none; }
@keyframes card-in { from { opacity: 0; transform: translateY(-8px); } }
@media (prefers-reduced-motion: reduce) { .contact-card { animation: none; } }
.contact-card-lead { font-size: .9rem; color: var(--ink-soft); margin: 0 0 14px !important; }
.contact-line {
  display: flex; align-items: baseline; gap: 12px; padding: 9px 0;
  border-top: 1px solid var(--line);
}
.contact-line:hover strong { color: var(--accent); }
.contact-line .ci {
  font-size: .66rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-soft); min-width: 78px;
}
.contact-line strong { font-size: 1.02rem; font-weight: 600; color: var(--navy); transition: color .2s; }

/* ---------- film lightbox ---------- */
.play { border: none; padding: 0; cursor: pointer; }
.play:hover { background: #fff; transform: scale(1.06); }
.play { transition: transform .25s, background .25s; }
.video-card {
  position: relative; width: min(1120px, 100%);
  background: #000; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg);
  animation: modal-in .32s cubic-bezier(.2, .7, .3, 1);
}
.video-card video { width: 100%; height: auto; max-height: 82vh; display: block; background: #000; }
.video-card .modal-x { color: #fff; background: rgba(0, 0, 0, .45); z-index: 2; }
.video-card .modal-x:hover { background: rgba(0, 0, 0, .7); color: #fff; }
