/* ============================================
   BOTANICAL MOBILE SPA - V3
   Deep Teal · Sage · Pale Lilac · Soft Pink · Mauve
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
  --sage: #8EA89F;
  --sage-deep: #0A404A;
  --sage-light: #8EA89F;
  --sage-pale: #F2F1F7;
  --brand-dark: #0A404A;
  --mauve: #7D7584;
  --mauve-deep: #7D7584;
  --mauve-light: #7D7584;
  --mauve-pale: #F2F1F7;
  --blush: #F1E2E5;
  --blush-deep: #F1E2E5;
  --cream: #F2F1F7;
  --cream-deep: #F2F1F7;
  --lavender-white: #F2F1F7;
  --white: #FFFFFF;
  --ink: #0A404A;
  --ink-soft: #0A404A;
  --ink-light: #7D7584;
  --line: rgba(125, 117, 132, 0.18);
  --line-soft: rgba(125, 117, 132, 0.08);
  --shadow: 0 30px 60px -25px rgba(10, 64, 74, 0.2);
  --display: 'Cormorant Garamond', 'Times New Roman', serif;
  --body: 'Poppins', -apple-system, sans-serif;
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 5rem;
  --space-xl: 7rem;
  --space-2xl: 10rem;
  --content-w: 1100px;
  --reading-w: 760px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--body);
  font-weight: 400;
  font-size: 19px;
  line-height: 1.75;
  color: var(--ink-soft);
  background: var(--lavender-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color 0.3s ease, opacity 0.3s ease; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

h1, h2, h3, h4 {
  font-family: var(--display);
  color: var(--ink);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.015em;
}
h1 { font-size: clamp(3rem, 7vw, 6rem); font-weight: 300; line-height: 1.05; }
h2 { font-size: clamp(2.3rem, 5vw, 4rem); font-weight: 400; }
h3 { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 500; }
h4 { font-size: 0.85rem; font-weight: 600; font-family: var(--body); letter-spacing: 0.18em; text-transform: uppercase; color: var(--brand-dark); }
p { margin-bottom: 1.1em; font-size: 1.05rem; }
p:last-child { margin-bottom: 0; }
em { font-style: italic; color: var(--ink); font-family: var(--display); }
strong { color: var(--ink); font-weight: 600; }

.eyebrow { font-family: var(--body); font-size: 0.85rem; font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase; color: var(--brand-dark); margin-bottom: 1.8rem; display: inline-block; }
.eyebrow--ornament::before { content: ""; display: inline-block; width: 36px; height: 1px; background: var(--sage); vertical-align: middle; margin-right: 14px; }

.wrap { max-width: var(--content-w); margin: 0 auto; padding: 0 2rem; }
.wrap--narrow { max-width: 980px; }
.wrap--reading { max-width: var(--reading-w); }
section { padding: var(--space-xl) 0; }

.nav { position: relative; z-index: 200; padding: 0.55rem 0; background: var(--brand-dark); border-bottom: 1px solid rgba(255, 255, 255, 0.15); transition: all 0.4s ease; }
.nav__inner { max-width: var(--content-w); margin: 0 auto; padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; }
.nav__brand { display: flex; align-items: center; gap: 0.9rem; }
.nav__logo { display: flex; align-items: center; }
.nav__logo img { width: 96px; height: auto; filter: brightness(0) invert(1); }
.nav__brand-text { display: none; }
.nav__menu { display: flex; gap: 2.8rem; align-items: center; list-style: none; }
.nav__link { font-size: 0.92rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255, 255, 255, 0.9); font-weight: 500; position: relative; }
.nav__link:hover { color: var(--white); }
.nav__link.is-active { color: var(--white); }
.nav__link.is-active::after { content: ""; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 6px; height: 6px; background: var(--sage); border-radius: 50%; }
.nav__cta { padding: 0.85rem 1.7rem; background: var(--sage); color: var(--brand-dark); border-radius: 100px; font-size: 0.85rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; transition: all 0.3s ease; }
.nav__cta:hover { background: var(--white); color: var(--brand-dark); transform: translateY(-2px); box-shadow: 0 12px 24px -10px rgba(10, 64, 74, 0.4); }
.nav__toggle { display: none; width: 30px; height: 22px; flex-direction: column; justify-content: space-between; cursor: pointer; z-index: 320; position: relative; }
.nav__toggle span { display: block; width: 100%; height: 2px; background: var(--white); transition: all 0.3s ease; }
.nav__toggle.is-open span:nth-child(1) { transform: translateY(10px) rotate(45deg); }
.nav__toggle.is-open span:nth-child(2) { opacity: 0; }
.nav__toggle.is-open span:nth-child(3) { transform: translateY(-10px) rotate(-45deg); }

.btn { display: inline-flex; align-items: center; gap: 0.8rem; padding: 1.2rem 2.4rem; border-radius: 100px; font-size: 0.92rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500; font-family: var(--body); transition: all 0.35s ease; cursor: pointer; }
.btn--primary { background: var(--brand-dark); color: var(--white); border: 1.5px solid var(--brand-dark); }
.btn--primary:hover { background: var(--sage); border-color: var(--sage); color: var(--brand-dark); transform: translateY(-3px); box-shadow: 0 20px 40px -18px rgba(10, 64, 74, 0.35); }
.btn--gold { background: var(--sage); color: var(--brand-dark); border: 1.5px solid var(--sage); }
.btn--gold:hover { background: var(--white); border-color: var(--white); color: var(--brand-dark); transform: translateY(-3px); }
.btn--ghost { background: transparent; color: var(--brand-dark); border: 1.5px solid var(--brand-dark); }
.btn--ghost:hover { background: var(--brand-dark); color: var(--white); }
.btn--ghost-light { background: transparent; color: var(--white); border: 1.5px solid rgba(255, 255, 255, 0.6); }
.btn--ghost-light:hover { background: var(--white); color: var(--brand-dark); }
.btn--link { padding: 0; background: none; color: var(--brand-dark); font-weight: 600; border-bottom: 2px solid var(--sage); border-radius: 0; padding-bottom: 6px; letter-spacing: 0.1em; font-size: 0.88rem; text-transform: uppercase; }
.btn--link:hover { color: var(--sage); }
.btn .arrow { transition: transform 0.3s ease; }
.btn:hover .arrow { transform: translateX(5px); }

.hero { position: relative; padding: var(--space-2xl) 0 var(--space-xl); overflow: hidden; background: var(--white); }
.hero__grid { display: grid; grid-template-columns: 1fr; gap: var(--space-lg); align-items: center; }
.hero__grid--split { grid-template-columns: 1.1fr 1fr; }
.hero h1 { margin-bottom: 1.8rem; }
.hero__lede { font-size: 1.3rem; max-width: 580px; line-height: 1.65; margin-bottom: 2.8rem; color: var(--ink-soft); font-weight: 300; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero__image-wrap { position: relative; }
.hero__image { aspect-ratio: 4/5; border-radius: 6px; position: relative; overflow: hidden; box-shadow: var(--shadow); }
.hero__image img { width: 100%; height: 100%; object-fit: cover; }
.hero__image-accent { position: absolute; bottom: -24px; right: -24px; width: 140px; height: 140px; background: var(--cream); border-radius: 6px; z-index: -1; }
.hero__image-accent-2 { position: absolute; top: -24px; left: -24px; width: 100px; height: 100px; background: var(--blush); border-radius: 6px; z-index: -1; }

.hero-banner { position: relative; padding: var(--space-2xl) 0 var(--space-xl); color: var(--white); overflow: hidden; }
.hero-banner::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 64, 74, 0.35) 0%, rgba(10, 30, 35, 0.62) 100%); z-index: 1; }
.hero-banner__bg { position: absolute; inset: 0; z-index: 0; }
.hero-banner__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-banner__content { position: relative; z-index: 2; text-align: center; }
.hero-banner h1 { color: var(--white); margin-bottom: 1.8rem; }
.hero-banner .eyebrow { color: var(--sage); }
.hero-banner .hero__lede { color: rgba(255, 255, 255, 0.92); margin-left: auto; margin-right: auto; }
.hero-banner--home { display: flex; align-items: center; min-height: 78vh; }
.hero-banner--home .eyebrow { color: #f1e2e5; }
.hero-banner--home .eyebrow--ornament::before { background: #f1e2e5; }
.hero-banner--contact .eyebrow--ornament::before { background: var(--white); }

/* Contact page booking panel */
.book-panel { background: linear-gradient(160deg, #0A404A 0%, #0d525e 100%); border-radius: 18px; padding: 3.5rem 3rem; text-align: center; color: var(--white); box-shadow: 0 30px 60px -30px rgba(10, 64, 74, 0.55); }
.book-panel__icon { display: inline-flex; align-items: center; justify-content: center; width: 70px; height: 70px; border-radius: 50%; background: var(--blush); color: var(--brand-dark); margin-bottom: 1.6rem; }
.book-panel__icon svg { width: 32px; height: 32px; }
.book-panel .eyebrow { color: var(--blush); display: flex; }
.book-panel .eyebrow--ornament::before { background: var(--blush); }
.book-panel h2 { color: var(--white); margin-bottom: 1.2rem; }
.book-panel > p { color: rgba(255, 255, 255, 0.85); line-height: 1.75; max-width: 30rem; margin: 0 auto 1.8rem; }
.book-panel__points { list-style: none; padding: 0; margin: 0 auto 2.2rem; display: grid; gap: 0.9rem; text-align: left; max-width: 27rem; }
.book-panel__points li { position: relative; padding-left: 2rem; color: rgba(255, 255, 255, 0.92); line-height: 1.55; }
.book-panel__points li::before { content: ""; position: absolute; left: 0; top: 0.15em; width: 1.2rem; height: 1.2rem; border-radius: 50%; background: var(--blush); }
.book-panel__points li::after { content: ""; position: absolute; left: 0.38rem; top: 0.42em; width: 0.42rem; height: 0.22rem; border-left: 2px solid var(--brand-dark); border-bottom: 2px solid var(--brand-dark); transform: rotate(-45deg); }
.book-panel__btn { margin-bottom: 1.4rem; }
.book-panel__note { font-size: 0.95rem; color: rgba(255, 255, 255, 0.7); }
.book-panel__note a { color: var(--blush); font-weight: 600; }
@media (max-width: 768px) { .book-panel { padding: 2.6rem 1.8rem; } }
.hero-banner--home h1 em { color: #f1e2e5; }
.hero__ctas--center { justify-content: center; }

.section-head { text-align: center; margin-bottom: var(--space-lg); }
.section-head h2 { max-width: 820px; margin: 0 auto 1.5rem; }
.section-head p { max-width: 640px; margin: 0 auto; font-size: 1.15rem; line-height: 1.7; }
.section-head--left { text-align: left; }
.section-head--left h2 { margin-left: 0; }
.section-head--left p { margin-left: 0; }

.ornament-divider { display: flex; align-items: center; justify-content: center; gap: 1.4rem; margin: 0 auto; max-width: 280px; color: var(--mauve); }
.ornament-divider::before, .ornament-divider::after { content: ""; flex: 1; height: 1px; background: var(--mauve); opacity: 0.4; }
.ornament-divider__dot { width: 7px; height: 7px; background: var(--mauve); border-radius: 50%; }

.card { background: var(--brand-dark); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px; transition: all 0.4s ease; height: 100%; display: flex; flex-direction: column; overflow: hidden; box-shadow: 0 18px 40px -28px rgba(10, 64, 74, 0.45); }
.card:hover { transform: translateY(-6px); box-shadow: 0 26px 50px -24px rgba(10, 64, 74, 0.6); }
.card__image { aspect-ratio: 16/10; overflow: hidden; }
.card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.card:hover .card__image img { transform: scale(1.05); }
.card__body { padding: 2.2rem 1.9rem; display: flex; flex-direction: column; flex: 1; }
.card__num { font-family: var(--display); font-style: italic; font-size: 1.2rem; color: var(--blush); margin-bottom: 0.8rem; display: block; }
.card h3 { margin-bottom: 0.9rem; color: var(--white); }
.card p { margin-bottom: 1.6rem; font-size: 1rem; color: rgba(255, 255, 255, 0.85); line-height: 1.65; }
.card__link { margin-top: auto; }
.card .btn--link { color: var(--blush); border-bottom-color: rgba(241, 226, 229, 0.5); }
.card .btn--link:hover { color: var(--white); border-bottom-color: var(--white); }

.grid { display: grid; gap: 2.5rem; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }

.benefits-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.benefits-list__item { position: relative; padding: 2.6rem 2.4rem; background: var(--brand-dark); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 14px; box-shadow: 0 18px 40px -28px rgba(10, 64, 74, 0.45); transition: transform 0.35s ease, box-shadow 0.35s ease; }
.benefits-list__item:hover { transform: translateY(-6px); box-shadow: 0 26px 50px -26px rgba(10, 64, 74, 0.6); }
.benefits-list__item:last-child { grid-column: 1 / -1; }
.benefits-list__icon { display: inline-flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(140deg, var(--blush) 0%, var(--sage) 130%); color: var(--brand-dark); margin-bottom: 1.4rem; }
.benefits-list__icon svg { width: 28px; height: 28px; }
.benefits-list__num { font-family: var(--display); font-style: italic; font-size: 1.5rem; color: var(--blush); font-weight: 400; position: absolute; top: 2.4rem; right: 2.4rem; }
.benefits-list__title { font-family: var(--display); font-size: clamp(1.5rem, 2.4vw, 1.85rem); color: var(--white); line-height: 1.2; font-weight: 400; margin-bottom: 0.9rem; }
.benefits-list__body { color: rgba(255, 255, 255, 0.82); font-size: 1.04rem; line-height: 1.7; }

.service-block { padding: 3.5rem 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1.2fr; gap: 3rem; align-items: center; }
.service-block:last-child { border-bottom: none; }
.service-block__image { aspect-ratio: 4/3; border-radius: 6px; overflow: hidden; box-shadow: var(--shadow); }
.service-block__image img { width: 100%; height: 100%; object-fit: cover; }
.service-block__content h3 { margin-bottom: 0.6rem; }
.service-block__subtitle { font-style: italic; color: var(--sage); font-family: var(--display); font-size: 1.2rem; margin-bottom: 1rem; display: block; }
.service-block__price { font-family: var(--body); font-weight: 600; color: var(--sage-deep); font-size: 1rem; margin-bottom: 1.5rem; display: block; letter-spacing: 0.04em; }
.service-block__meta-row { margin-bottom: 1.2rem; }
.service-block__meta-label { display: block; font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brand-dark); font-weight: 600; margin-bottom: 0.5rem; }
.service-block__meta-text { color: var(--ink-soft); font-size: 1rem; line-height: 1.7; }
.service-block:nth-child(even) { grid-template-columns: 1.2fr 1fr; }
.service-block:nth-child(even) .service-block__image { order: 2; }

.anchor-nav { position: sticky; top: 0; z-index: 50; background: rgba(242, 241, 247, 0.97); backdrop-filter: blur(14px); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); padding: 1.2rem 0; margin-bottom: var(--space-lg); }
.anchor-nav__list { display: flex; justify-content: center; gap: 3rem; list-style: none; flex-wrap: wrap; }
.anchor-nav a { font-size: 0.85rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-soft); font-weight: 500; position: relative; padding: 0.3rem 0; }
.anchor-nav a:hover { color: var(--sage-deep); }
.anchor-nav a::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--sage); transform: scaleX(0); transition: transform 0.3s ease; }
.anchor-nav a:hover::after { transform: scaleX(1); }

.footer { background: var(--brand-dark); color: var(--white); padding: var(--space-lg) 0 2rem; position: relative; }
.footer__grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer__brand h3 { color: var(--white); margin-bottom: 1rem; font-family: var(--display); font-weight: 300; font-size: 2rem; font-style: italic; }
.footer__brand p { color: rgba(255, 255, 255, 0.8); font-family: var(--display); font-size: 1.15rem; font-style: italic; line-height: 1.5; }
.footer__logo { width: 130px; margin-bottom: 1.5rem; opacity: 0.95; }
.footer__logo img { width: 100%; filter: brightness(0) invert(1); }
.footer h4 { color: var(--sage); margin-bottom: 1.3rem; font-size: 0.8rem; }
.footer ul { list-style: none; }
.footer li { margin-bottom: 0.85rem; }
.footer a { color: rgba(255, 255, 255, 0.8); font-size: 0.98rem; transition: color 0.3s ease; }
.footer a:hover { color: var(--sage); }
.footer__base { border-top: 1px solid rgba(255, 255, 255, 0.18); padding-top: 2rem; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 0.6rem 2rem; font-size: 0.88rem; color: rgba(255, 255, 255, 0.6); text-align: center; }
.footer__base a { color: rgba(255, 255, 255, 0.8); }
.footer__base a:hover { color: var(--sage); }

.cta-strip { background: var(--brand-dark); color: var(--white); padding: var(--space-xl) 0; text-align: center; position: relative; overflow: hidden; }
.cta-strip__bg { position: absolute; inset: 0; z-index: 0; opacity: 1; }
.cta-strip__bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-strip::after { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(180deg, rgba(10, 30, 35, 0.28) 0%, rgba(10, 30, 35, 0.5) 100%); }
.cta-strip__inner { position: relative; z-index: 1; }
.cta-strip h2 { color: var(--white); margin-bottom: 1.5rem; max-width: 820px; margin-left: auto; margin-right: auto; }
.cta-strip p { max-width: 580px; margin: 0 auto 2.8rem; color: rgba(255, 255, 255, 0.88); font-size: 1.18rem; }
.cta-strip .eyebrow { color: var(--sage); }
.cta-strip .ornament-divider, .cta-strip .ornament-divider::before, .cta-strip .ornament-divider::after, .cta-strip .ornament-divider__dot { color: rgba(255,255,255,0.6); background: rgba(255,255,255,0.5); }
.cta-strip .ornament-divider { color: rgba(255,255,255,0.6); background: transparent; }
.cta-strip .eyebrow--ornament::before { background: var(--sage); }
.cta-strip__ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

.form { display: grid; gap: 1.5rem; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.form__field { display: flex; flex-direction: column; }
.form__label { font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brand-dark); font-weight: 600; margin-bottom: 0.7rem; }
.form__input, .form__select, .form__textarea { width: 100%; padding: 1.1rem 1.2rem; border: 1px solid var(--line); background: var(--white); font-family: var(--body); font-size: 1rem; color: var(--ink); border-radius: 4px; transition: border-color 0.3s ease, background 0.3s ease; }
.form__input:focus, .form__select:focus, .form__textarea:focus { outline: none; border-color: var(--sage-deep); box-shadow: 0 0 0 3px var(--sage-pale); }
.form__textarea { resize: vertical; min-height: 150px; }
.form__submit { margin-top: 1rem; justify-self: start; }

.reveal { opacity: 0; transform: translateY(28px); transition: all 1s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal--d1 { transition-delay: 0.1s; }
.reveal--d2 { transition-delay: 0.2s; }
.reveal--d3 { transition-delay: 0.3s; }
.reveal--d4 { transition-delay: 0.4s; }

.bg-cream { background: var(--lavender-white); }
.bg-sage-pale { background: var(--sage-pale); }
.bg-blush { background: var(--blush); }
.bg-teal-dark { background: var(--brand-dark); }
.bg-teal-dark .eyebrow { color: var(--blush); }
.bg-teal-dark h2, .bg-teal-dark h3, .bg-teal-dark h4 { color: var(--white); }
.bg-teal-dark p { color: rgba(255, 255, 255, 0.85); }
.bg-cream-warm { background: var(--lavender-white); }
.bg-mauve-pale { background: var(--lavender-white); }
.bg-white { background: var(--white); }
.bg-teal { background: #F2F1F7; }
.bg-teal .section-head .eyebrow { color: var(--sage-deep); }
.bg-teal .section-head h2 { color: var(--ink); }
.bg-teal .section-head p { color: var(--ink-soft); }

.two-col { display: grid; grid-template-columns: 1fr 1.3fr; gap: var(--space-lg); align-items: start; }

.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.gallery__item { aspect-ratio: 1/1; border-radius: 6px; overflow: hidden; position: relative; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.gallery__item:hover img { transform: scale(1.06); }
.gallery__item--tall { aspect-ratio: 1/1.4; grid-row: span 2; }
.gallery__item--wide { aspect-ratio: 2/1; grid-column: span 2; }

.use-cases { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; }
.use-cases li { padding: 1.6rem 0; border-bottom: 1px solid var(--line); display: flex; gap: 1.4rem; align-items: start; color: var(--ink-soft); font-size: 1.05rem; line-height: 1.6; }
.use-cases li::before { content: ""; width: 8px; height: 8px; background: var(--sage); border-radius: 50%; margin-top: 0.7rem; flex-shrink: 0; }

.testimonial { background: var(--white); border: 1px solid var(--line); padding: 3.5rem 3rem; border-radius: 6px; position: relative; height: 100%; display: flex; flex-direction: column; }
.testimonial__quote { font-family: var(--display); font-size: 1.45rem; font-style: italic; color: #0A404A; line-height: 1.5; margin-bottom: 2rem; flex: 1; }
.testimonial__attr { font-size: 0.85rem; letter-spacing: 0.2em; text-transform: uppercase; color: #0A404A; font-weight: 600; }
.bg-teal-dark .testimonial__quote, .bg-teal-dark .testimonial__attr { color: #0A404A; }
.bg-teal-dark .testimonial p { color: #0A404A; }
.testimonial::before { content: "\201C"; position: absolute; top: 1.2rem; left: 1.8rem; font-family: var(--display); font-size: 6rem; color: var(--sage); opacity: 0.3; line-height: 1; }

.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { width: 100%; text-align: left; padding: 2rem 0; font-family: var(--display); font-size: 1.5rem; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; font-weight: 400; background: none; border: none; cursor: pointer; transition: color 0.3s ease; }
.faq__q:hover { color: var(--sage-deep); }
.faq__icon { width: 36px; height: 36px; border: 1.5px solid var(--sage-deep); border-radius: 50%; flex-shrink: 0; position: relative; transition: transform 0.4s ease, background 0.3s ease; }
.faq__icon::before, .faq__icon::after { content: ""; position: absolute; background: var(--sage-deep); top: 50%; left: 50%; transform: translate(-50%, -50%); transition: opacity 0.3s ease, background 0.3s ease; }
.faq__icon::before { width: 12px; height: 2px; }
.faq__icon::after { width: 2px; height: 12px; }
.faq__item.is-open .faq__icon { transform: rotate(90deg); background: var(--sage-deep); }
.faq__item.is-open .faq__icon::before { background: var(--white); }
.faq__item.is-open .faq__icon::after { opacity: 0; }
.faq__a { max-height: 0; overflow: hidden; transition: max-height 0.5s ease, padding 0.4s ease; color: var(--ink-soft); font-size: 1.05rem; line-height: 1.7; }
.faq__item.is-open .faq__a { max-height: 600px; padding: 0 0 2.5rem 0; }

.image-strip { position: relative; height: 60vh; min-height: 480px; overflow: hidden; }
.image-strip img { width: 100%; height: 100%; object-fit: cover; }
.image-strip__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 64, 74, 0.3) 0%, rgba(10, 64, 74, 0.7) 100%); display: flex; align-items: center; justify-content: center; text-align: center; color: var(--white); }
.image-strip__overlay h2 { color: var(--white); font-style: italic; max-width: 700px; padding: 0 2rem; }
.image-strip__overlay h2 em { color: var(--white); }

.split-img { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch; background: var(--white); }
.split-img__image { min-height: 600px; overflow: hidden; }
.split-img__image img { width: 100%; height: 100%; object-fit: cover; }
.split-img__content { padding: var(--space-lg) var(--space-md); display: flex; flex-direction: column; justify-content: center; }
.split-img__content-inner { max-width: 540px; }

@media (max-width: 900px) {
  body { font-size: 17px; }
  section { padding: 4.5rem 0; }
  :root { --space-xl: 4.5rem; --space-2xl: 6rem; --space-lg: 3.5rem; }
  .wrap { padding: 0 1.5rem; }
  h1 { font-size: clamp(2.3rem, 9vw, 3.5rem); }
  h2 { font-size: clamp(1.9rem, 7vw, 2.8rem); }
  h3 { font-size: clamp(1.4rem, 5vw, 1.8rem); }
  .nav__inner { padding: 0 1.5rem; }
  .nav__logo img { width: 100px; }
  .nav__menu { position: fixed; top: 0; right: 0; bottom: 0; width: 100%; height: 100vh; height: 100dvh; background: #0A404A; flex-direction: column; justify-content: center; align-items: center; gap: 2rem; transform: translateX(100%); transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1); padding: 4rem 1.5rem; z-index: 300; }
  .nav__menu.is-open { transform: translateX(0); }
  .nav__link { font-size: 1.2rem; }
  .nav__cta { font-size: 0.95rem; padding: 1rem 2rem; }
  .nav__toggle { display: flex; }
  .hero { padding-top: 9rem; }
  .hero__grid--split { grid-template-columns: 1fr; }
  .hero__lede { font-size: 1.15rem; }
  .hero__ctas { flex-direction: column; align-items: stretch; }
  .hero__ctas .btn { justify-content: center; }
  .grid--3, .grid--4, .grid--2, .two-col, .split-img { grid-template-columns: 1fr; gap: 1.5rem; }
  .split-img__image { min-height: 320px; }
  .split-img__content { padding: 3rem 1.5rem; }
  .benefits-list { grid-template-columns: 1fr; gap: 1.2rem; }
  .benefits-list__item { padding: 2.2rem 1.8rem; }
  .benefits-list__item:last-child { grid-column: auto; }
  .benefits-list__num { top: 2rem; right: 1.8rem; }
  .service-block, .service-block:nth-child(even) { grid-template-columns: 1fr; gap: 1.8rem; padding: 2.5rem 0; }
  .service-block:nth-child(even) .service-block__image { order: 0; }
  .anchor-nav__list { gap: 1.5rem; }
  .anchor-nav a { font-size: 0.72rem; letter-spacing: 0.14em; }
  .footer__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer__base { flex-direction: column; text-align: center; }
  .form__row { grid-template-columns: 1fr; }
  .use-cases { grid-template-columns: 1fr; }
  .testimonial { padding: 2.5rem 1.8rem; }
  .testimonial__quote { font-size: 1.2rem; }
  .faq__q { font-size: 1.2rem; padding: 1.5rem 0; }
  .cta-strip__ctas { flex-direction: column; align-items: stretch; }
  .cta-strip__ctas .btn { justify-content: center; }
  .gallery { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .gallery__item--wide { grid-column: span 2; }
  .gallery__item--tall { grid-row: auto; aspect-ratio: 1/1; }
  .image-strip { height: 50vh; min-height: 360px; }
}
@media (min-width: 901px) and (max-width: 1100px) { .grid--4 { grid-template-columns: repeat(2, 1fr); } }

/* ============================================
   FINAL MOBILE POLISH & ALIGNMENT
   ============================================ */
@media (max-width: 900px) {
  /* Prevent any horizontal overflow */
  html, body { overflow-x: hidden; max-width: 100%; }
  img { max-width: 100%; height: auto; }

  /* Hero banners: comfortable padding so text never hugs edges */
  .hero-banner { padding: 7rem 0 4rem; }
  .hero-banner--home { min-height: 70vh; }
  .hero-banner__content { padding: 0 0.5rem; }
  .hero-banner .hero__lede { font-size: 1.08rem; }

  /* Centered hero CTAs stack neatly */
  .hero__ctas--center { flex-direction: column; align-items: stretch; }
  .hero__ctas--center .btn { justify-content: center; }

  /* Booking panel (contact page) */
  .book-panel { padding: 2.6rem 1.6rem; }
  .book-panel h2 { font-size: clamp(1.7rem, 7vw, 2.2rem); }
  .book-panel__btn { width: 100%; justify-content: center; }

  /* Benefit cards: number never overlaps title */
  .benefits-list__item { padding-top: 2.6rem; }
  .benefits-list__title { padding-right: 3rem; }

  /* Testimonials stack with even spacing */
  .grid--3 .testimonial { height: auto; }

  /* Tighten section heads on small screens */
  .section-head { padding: 0 0.5rem; }
}

@media (max-width: 480px) {
  .wrap { padding: 0 1.1rem; }
  .nav__logo img { width: 86px; }
  .book-panel__points li { font-size: 0.96rem; }
  .hero-banner h1 { font-size: clamp(2rem, 9vw, 2.6rem); }
}
