/* ============================================================
   AUTHLAND TAILORED EXPERIENCES, REDESIGN v9
   Brand: #175858 teal · #7FB996 sage · Nunito Sans h1/h2 · Nunito Sans body
   ============================================================ */

:root {
  --teal: #175858;
  --teal-deep: #0F3838;
  --teal-soft: #EBF4F4;
  --sage: #7FB996;
  --sage-soft: #F0F7F3;
  --ink: #1A2424;
  --ink-2: #4A5858;
  --ink-3: #7A8888;
  --bg: #FFFFFF;
  --bg-2: #F7FAFA;
  --line: #E5ECEC;
  --placeholder: #E53E3E;
  --shadow-sm: 0 2px 12px rgba(23,88,88,0.08);
  --shadow-md: 0 8px 28px rgba(23,88,88,0.10);
  --shadow-lg: 0 18px 50px rgba(23,88,88,0.18);
  --radius: 14px;
  --radius-sm: 10px;
  --maxw: 1240px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Nunito Sans', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

h1, h2, h3 {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.012em;
  line-height: 1.18;
  color: var(--ink);
  text-wrap: balance;
}
h1 { font-size: clamp(2.4rem, 4.6vw, 4.0rem); font-weight: 700; line-height: 1.12; }
h2 { font-size: clamp(1.85rem, 2.9vw, 2.75rem); font-weight: 700; line-height: 1.18; }
h3 { font-size: clamp(1.375rem, 1.7vw, 1.5rem); /* 22px min */ font-weight: 700; line-height: 1.3; }
p  { text-wrap: pretty; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }
section { padding: 120px 0; }
.section-tag {
  display: inline-block;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  background: var(--teal-soft);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.section-head { max-width: 760px; margin: 0 auto 64px; text-align: center; }
.section-head p { color: var(--ink-2); margin-top: 18px; font-size: 1.1rem; }

/* ---------- NAV ---------- */
nav.topnav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 40px;
  background: rgba(255,255,255,0.0);
  transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
}
nav.topnav.scrolled {
  background: rgba(255,255,255,0.96);
  box-shadow: 0 2px 20px rgba(23,88,88,0.12);
  padding: 12px 40px;
  backdrop-filter: blur(10px);
}
nav.topnav .logo {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  color: #fff;
  transition: color 0.3s;
}
nav.topnav.scrolled .logo { color: var(--teal); }
nav.topnav .logo span { color: var(--sage); }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a {
  font-size: 0.92rem; font-weight: 600;
  color: rgba(255,255,255,0.9);
  transition: color 0.3s;
}
nav.topnav.scrolled .nav-links a { color: var(--ink-2); }
.nav-links a:hover { color: var(--sage); }
.nav-cta {
  padding: 10px 22px;
  border-radius: 8px;
  border: 1.5px solid rgba(255,255,255,0.5);
  color: #fff !important;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.3s;
}
nav.topnav.scrolled .nav-cta {
  border-color: var(--teal);
  color: var(--teal) !important;
  background: transparent;
}
.nav-cta:hover { background: var(--teal); color: #fff !important; border-color: var(--teal); }
.lang { display: flex; gap: 8px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; }
.lang button { color: rgba(255,255,255,0.6); padding: 4px 6px; }
.lang button.active { color: #fff; }
nav.topnav.scrolled .lang button { color: var(--ink-3); }
nav.topnav.scrolled .lang button.active { color: var(--teal); }

/* ---------- HERO ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}
.hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #1a4848 0%, #0c2a2a 100%);
  /* When real image arrives, replace with: */
  /* background: url("data:image/jpeg;base64,DSC05231...") center/cover; */
}
.hero-bg::before {
  content: "DSC05231.JPG  ·  group outdoor tasting";
  position: absolute; bottom: 24px; right: 32px;
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 0.7rem;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.06em;
}
.hero-bg::after {
  content: "";
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(45deg, rgba(255,255,255,0.04) 0 2px, transparent 2px 24px),
    radial-gradient(circle at 25% 35%, rgba(127,185,150,0.18), transparent 55%),
    radial-gradient(circle at 75% 75%, rgba(23,88,88,0.4), transparent 60%);
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(19,89,89,0.55) 0%, rgba(10,25,25,0.82) 100%);
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 820px;
  padding: 140px 60px 60px;
}
.pre-headline {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  padding: 8px 18px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
  margin-bottom: 28px;
}
.pre-headline .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--sage); }
.hero h1 {
  color: #fff;
  font-size: clamp(2.6rem, 5.4vw, 4.6rem);
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 24px;
}
.hero h1 em {
  font-style: normal;
  color: var(--sage);
  font-weight: 800;
}
.hero .subhead {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.86);
  max-width: 620px;
  margin-bottom: 32px;
  line-height: 1.55;
}
.persona-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.persona-pill {
  font-size: 0.85rem;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(127,185,150,0.18);
  border: 1px solid rgba(127,185,150,0.35);
  color: #E8F4ED;
}
.geo-badges {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 36px;
}
.geo-badges span { color: var(--sage); margin: 0 8px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 56px; }

/* Buttons */
.btn {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px 32px;
  border-radius: 10px;
  display: inline-flex; align-items: center; gap: 10px;
  transition: all 0.25s ease;
  cursor: pointer;
  border: 2px solid transparent;
}
.btn .arrow { transition: transform 0.25s ease; }
.btn:hover .arrow { transform: translateX(4px); }
.btn-primary {
  background: var(--teal);
  color: #fff;
  box-shadow: 0 4px 14px rgba(23,88,88,0.25);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(23,88,88,0.4); background: #134A4A; }
.btn-primary:active { transform: translateY(0); }
.btn-ghost-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.4);
}
.btn-ghost-light:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
.btn-ghost-dark {
  background: transparent;
  color: var(--teal);
  border-color: var(--teal);
}
.btn-ghost-dark:hover { background: var(--teal); color: #fff; }

/* Trust bar */
.trust-bar {
  display: flex; align-items: center; gap: 18px;
  flex-wrap: wrap;
  max-width: 100%;
}
.trust-bar .label {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  flex-shrink: 0;
}
.trust-logos {
  display: flex; gap: 14px; align-items: center; flex-wrap: wrap;
  min-width: 0;
}
.trust-logo {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.78);
  letter-spacing: 0.02em;
  padding: 7px 12px;
  border: 1px dashed rgba(255,255,255,0.25);
  border-radius: 6px;
  white-space: nowrap;
}

/* Stats bar */
.stats-bar {
  position: absolute; left: 0; right: 0; bottom: 0;
  z-index: 3;
  background: rgba(10,25,25,0.78);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255,255,255,0.08);
}
.stats-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 28px 32px;
  gap: 24px;
}
.stat { color: #fff; }
.stat-num {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--sage);
  line-height: 1;
  letter-spacing: -0.01em;
}
.stat-label {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.75);
  margin-top: 6px;
  letter-spacing: 0.02em;
}

/* ---------- LOCAL KNOW-HOW BANNER ---------- */
.local-knowhow-banner {
  background: linear-gradient(135deg, var(--teal-soft), var(--sage-soft));
  border-left: 4px solid var(--teal);
  border-radius: var(--radius);
  padding: 32px 36px;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  align-items: flex-start;
  margin: 0 auto 64px;
  max-width: var(--maxw);
  box-shadow: var(--shadow-sm);
}
.lk-icon {
  width: 64px; height: 64px;
  border-radius: 16px;
  background: var(--teal);
  color: #fff;
  display: grid; place-items: center;
  font-size: 1.8rem;
}
.lk-text strong {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.15rem;
  color: var(--teal);
  display: block;
  margin-bottom: 8px;
}
.lk-text p { color: var(--ink-2); font-size: 0.98rem; }

/* ---------- VALUE STACK ---------- */
.value-stack { background: var(--bg); }
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.value-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 36px 32px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
}
.value-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.value-card .num {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--sage);
  margin-bottom: 14px;
}
.value-card h3 { color: var(--ink); margin-bottom: 12px; }
.value-card p { color: var(--ink-2); font-size: 0.98rem; margin-bottom: 18px; }
.value-card .outcome-pill { margin-top: auto; align-self: flex-start; }
.outcome-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--teal-soft);
  color: var(--teal);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
}
.outcome-pill::before { content: "→"; font-weight: 800; }

/* ---------- SEGMENT SWITCHER ---------- */
.segments {
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F9F9 100%);
}
.segment-tabs {
  display: flex; gap: 12px;
  margin: 0 auto 56px;
  max-width: 760px;
}
.segment-tab-btn {
  flex: 1;
  padding: 18px 32px;
  border: 2px solid var(--teal);
  border-radius: 12px;
  background: #fff;
  color: var(--teal);
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  transition: all 0.3s;
}
.segment-tab-btn:hover { background: var(--teal-soft); }
.segment-tab-btn.active {
  background: var(--teal);
  color: #fff;
  box-shadow: var(--shadow-md);
}
.segment-content { display: none; }
.segment-content.active {
  display: block;
  animation: fadeIn 0.4s ease;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}
.segment-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}
.seg-image {
  aspect-ratio: 4/3;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #2A6868, #14383C);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.seg-image::after {
  content: attr(data-img);
  position: absolute; bottom: 16px; left: 16px;
  font-family: ui-monospace, monospace;
  color: rgba(255,255,255,0.5);
  font-size: 0.75rem;
}
.seg-image::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.04) 0 2px, transparent 2px 18px);
}
.seg-features {
  display: grid; gap: 18px;
  margin: 28px 0;
}
.seg-feature {
  display: grid; grid-template-columns: 40px 1fr; gap: 16px;
  padding: 16px 0;
}
.seg-feature .icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: var(--teal-soft);
  color: var(--teal);
  display: grid; place-items: center;
  font-weight: 800;
}
.seg-feature strong { display: block; margin-bottom: 4px; }
.seg-feature p { color: var(--ink-2); font-size: 0.95rem; }
.seg-tag {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 16px;
  display: inline-block;
}

/* ---------- PLACEHOLDER (red dashed) ---------- */
.placeholder-review {
  border: 2px dashed var(--placeholder);
  background: rgba(229,62,62,0.04);
  padding: 24px;
  border-radius: var(--radius-sm);
  position: relative;
}
.placeholder-tag {
  position: absolute;
  top: -10px; left: 16px;
  background: var(--placeholder);
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 3px 10px;
  border-radius: 4px;
}

/* ---------- GOOGLE REVIEWS STRIP ---------- */
.reviews-strip { background: var(--bg-2); }
.reviews-header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 32px;
  flex-wrap: wrap; gap: 16px;
}
.reviews-rating {
  display: flex; align-items: center; gap: 14px;
  font-family: 'Nunito Sans', sans-serif;
}
.reviews-rating .big { font-size: 2.4rem; font-weight: 700; color: var(--teal); font-family: 'Libre Baskerville', Georgia, serif; letter-spacing: -0.01em; }
.reviews-rating .stars { color: #F5B100; letter-spacing: 0.05em; font-size: 1.1rem; }
.reviews-rating .meta { color: var(--ink-2); font-size: 0.9rem; }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.review-card {
  background: #fff;
  border-radius: var(--radius-sm);
  padding: 24px;
  box-shadow: var(--shadow-sm);
}
.review-card .stars { color: #F5B100; margin-bottom: 10px; }
.review-card p { font-size: 0.92rem; color: var(--ink-2); margin-bottom: 14px; }
.review-card .reviewer { font-weight: 700; font-size: 0.85rem; color: var(--ink); }
.review-card .reviewer span { color: var(--ink-3); font-weight: 500; }

/* ---------- TESTIMONIALS ---------- */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  display: flex; flex-direction: column; gap: 18px;
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.testimonial-card .quote-mark {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 3rem;
  line-height: 0.6;
  color: var(--sage);
  font-weight: 800;
}
.testimonial-card blockquote {
  font-size: 1rem;
  color: var(--ink);
  line-height: 1.55;
  font-style: normal;
}
.testimonial-card .author {
  border-top: 1px solid var(--line);
  padding-top: 16px;
  display: flex; flex-direction: column; gap: 2px;
}
.testimonial-card .author strong { font-family: 'Nunito Sans', sans-serif; }
.testimonial-card .author span { color: var(--ink-3); font-size: 0.9rem; }

/* ---------- CASE STUDY ---------- */
.case-study {
  background: var(--teal-deep);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.case-study::before {
  content: "";
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.025) 0 2px, transparent 2px 28px);
}
.case-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: center;
  position: relative;
}
.case-image {
  aspect-ratio: 4/5;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #2A6868, #0A1F1F);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.case-image::after {
  content: "DSC05536.JPG  ·  Caudalie Dalmatia retreat";
  position: absolute; bottom: 16px; left: 16px;
  font-family: ui-monospace, monospace;
  color: rgba(255,255,255,0.45);
  font-size: 0.72rem;
}
.case-image::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 40% 40%, rgba(127,185,150,0.25), transparent 60%),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 0 2px, transparent 2px 18px);
}
.case-pre {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 18px;
}
.case-study h2 { color: #fff; margin-bottom: 24px; }
.case-quote {
  border-left: 3px solid var(--sage);
  padding: 8px 0 8px 22px;
  margin: 24px 0;
  font-family: 'Nunito Sans', sans-serif;
  font-style: italic;
  font-size: 1.15rem;
  color: rgba(255,255,255,0.92);
  line-height: 1.45;
}
.case-body p { color: rgba(255,255,255,0.78); margin-bottom: 16px; font-size: 1rem; }
.case-result {
  background: rgba(127,185,150,0.12);
  border: 1px solid rgba(127,185,150,0.3);
  border-radius: var(--radius-sm);
  padding: 18px 22px;
  margin-top: 22px;
  color: #fff;
}
.case-result strong { color: var(--sage); display: block; margin-bottom: 4px; font-family: 'Nunito Sans', sans-serif; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; }

/* ---------- EXPERIENCES ---------- */
.experiences { background: var(--bg); }
.exp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.exp-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex; flex-direction: column;
}
.exp-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(23,88,88,0.15); }
.exp-img {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #2A6868, #14383C);
  position: relative;
  overflow: hidden;
}
.exp-img::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(45deg, rgba(255,255,255,0.05) 0 2px, transparent 2px 16px),
    radial-gradient(circle at 30% 40%, rgba(127,185,150,0.18), transparent 55%);
}
.exp-img::after {
  content: attr(data-img);
  position: absolute; bottom: 8px; right: 10px;
  font-family: ui-monospace, monospace;
  color: rgba(255,255,255,0.5);
  font-size: 0.65rem;
}
.exp-body { padding: 22px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.exp-tag {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage);
}
.exp-card h3 { font-size: 1.1rem; }
.exp-card p { color: var(--ink-2); font-size: 0.92rem; flex: 1; }
.exp-card .outcome-pill { font-size: 0.78rem; margin-top: auto; align-self: flex-start; }

/* ---------- PHOTO MOSAIC ---------- */
.photo-mosaic-section { background: var(--bg-2); }
.photo-mosaic {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  grid-template-rows: 280px 240px 280px;
  gap: 8px;
  max-width: var(--maxw);
  margin: 0 auto;
}
.photo-cell {
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, #2A6868, #14383C);
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease;
}
.photo-cell:hover { transform: scale(1.02); }
.photo-cell::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.04) 0 2px, transparent 2px 18px),
    radial-gradient(circle at var(--cx, 30%) var(--cy, 40%), rgba(127,185,150,0.2), transparent 55%);
}
.photo-cell::after {
  content: attr(data-img);
  position: absolute; bottom: 10px; left: 12px;
  font-family: ui-monospace, monospace;
  color: rgba(255,255,255,0.55);
  font-size: 0.7rem;
}
.photo-cell:nth-child(1) { grid-row: 1 / 3; --cx: 25%; --cy: 30%; }
.photo-cell:nth-child(8) { grid-column: 2 / 4; --cx: 50%; --cy: 50%; }
.photo-cell:nth-child(2) { --cx: 60%; --cy: 25%; }
.photo-cell:nth-child(3) { --cx: 40%; --cy: 50%; }
.photo-cell:nth-child(4) { --cx: 30%; --cy: 65%; }
.photo-cell:nth-child(5) { --cx: 70%; --cy: 40%; }
.photo-cell:nth-child(6) { --cx: 50%; --cy: 30%; }
.photo-cell:nth-child(7) { --cx: 35%; --cy: 55%; }

/* ---------- MID CTA ---------- */
.mid-cta {
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-deep) 100%);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mid-cta::before {
  content: "";
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0 2px, transparent 2px 32px);
}
.mid-cta h2 { color: #fff; margin-bottom: 14px; position: relative; }
.mid-cta .subhead {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 36px;
  position: relative;
}
.mid-cta .btn { position: relative; }

/* ---------- FAQ ---------- */
.faq { background: var(--bg); }
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: #fff;
  border-radius: var(--radius-sm);
  padding: 0;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.faq-item[open] { box-shadow: var(--shadow-md); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 26px;
  display: flex; align-items: center; justify-content: space-between;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 1.02rem;
  color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-size: 1.6rem;
  color: var(--teal);
  transition: transform 0.3s;
  font-weight: 400;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .answer {
  padding: 0 26px 24px;
  color: var(--ink-2);
  font-size: 0.98rem;
}

/* ---------- CONTACT FORM ---------- */
.contact {
  background: var(--teal-deep);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.contact::before {
  content: "";
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(135deg, rgba(255,255,255,0.025) 0 2px, transparent 2px 28px);
}
.contact .section-head { position: relative; }
.contact h2 { color: #fff; }
.contact .section-head p { color: rgba(255,255,255,0.78); }
.form-wrap {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(127,185,150,0.18);
  border-radius: var(--radius);
  padding: 40px;
  backdrop-filter: blur(10px);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-row { display: flex; flex-direction: column; gap: 8px; }
.form-row.full { grid-column: 1 / -1; }
.form-row label {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage);
}
.form-row input,
.form-row select,
.form-row textarea {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(127,185,150,0.2);
  border-radius: 8px;
  padding: 14px 16px;
  color: #fff;
  font: inherit;
  font-size: 1rem;
  transition: border 0.2s, background 0.2s;
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--sage);
  background: rgba(255,255,255,0.1);
}
.form-row input::placeholder,
.form-row textarea::placeholder { color: rgba(255,255,255,0.4); }
.form-row textarea { min-height: 130px; resize: vertical; }
.region-multiselect {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 4px;
}
.region-option {
  display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.05);
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid rgba(127,185,150,0.2);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  font-size: 0.92rem;
}
.region-option:hover { background: rgba(255,255,255,0.08); }
.region-option:has(input:checked) {
  background: rgba(23,88,88,0.45);
  border-color: var(--sage);
}
.region-option input { accent-color: var(--sage); width: 16px; height: 16px; cursor: pointer; }
.form-submit { margin-top: 24px; display: flex; justify-content: flex-end; }
.btn-submit {
  background: var(--sage);
  color: var(--teal-deep);
  font-weight: 800;
}
.btn-submit:hover { background: #6FA886; transform: translateY(-2px); }

/* ---------- FOOTER ---------- */
footer {
  background: #0A1F1F;
  color: rgba(255,255,255,0.6);
  padding: 60px 0 28px;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
footer h4 {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
footer ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
footer ul a { font-size: 0.92rem; transition: color 0.2s; }
footer ul a:hover { color: var(--sage); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px;
  font-size: 0.82rem;
}
.footer-bottom .logo { font-family: 'Nunito Sans', sans-serif; font-weight: 800; color: #fff; font-size: 1rem; }
.footer-bottom .logo span { color: var(--sage); }

/* ---------- SCROLL ANIMATIONS ---------- */
.value-card, .exp-card, .testimonial-card, .seg-feature, .seg-card, .component, .review-card, .photo-cell, .faq-item {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.value-card.visible, .exp-card.visible, .testimonial-card.visible,
.seg-feature.visible, .seg-card.visible, .component.visible,
.review-card.visible, .photo-cell.visible, .faq-item.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- HERO IMAGE ---------- */
.hero-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* ---------- LANGUAGE FLAG ICONS ---------- */
.lang { display: flex; gap: 4px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; }
.lang button {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 8px;
  border-radius: 6px;
  color: rgba(255,255,255,0.65);
  transition: color 0.2s, background 0.2s;
}
.lang button:hover { color: #fff; background: rgba(255,255,255,0.06); }
.lang button.active { color: #fff; background: rgba(255,255,255,0.12); }
nav.topnav.scrolled .lang button { color: var(--ink-3); }
nav.topnav.scrolled .lang button:hover { color: var(--teal); background: var(--teal-soft); }
nav.topnav.scrolled .lang button.active { color: var(--teal); background: var(--teal-soft); }
.lang .flag {
  font-size: 0.95rem;
  line-height: 1;
  filter: saturate(1.1);
}

/* ---------- APPROACH (We start with listening) ---------- */
.approach { background: var(--bg); }
.approach-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
}
.approach-text h2 { margin: 14px 0 18px; }
.approach-text p { color: var(--ink-2); margin-bottom: 14px; font-size: 1.02rem; }
.approach-image {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.approach-image img,
.approach-image .photo-placeholder { width: 100%; height: 100%; object-fit: cover; display: block; }
.approach-image figcaption {
  position: absolute; bottom: 14px; left: 18px; right: 18px;
  color: rgba(255,255,255,0.92);
  font-size: 0.85rem;
  font-style: italic;
  text-shadow: 0 1px 8px rgba(0,0,0,0.6);
}

.photo-placeholder {
  position: relative;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.05) 0 2px, transparent 2px 18px),
    linear-gradient(135deg, #2A6868, #14383C);
  display: grid; place-items: center;
  color: rgba(255,255,255,0.55);
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  text-align: center;
  padding: 24px;
}
.photo-placeholder .ph-label {
  font-size: 0.7rem; letter-spacing: 0.16em;
  background: rgba(229,62,62,0.85); color: #fff;
  padding: 4px 10px; border-radius: 4px; margin-bottom: 12px;
}
.photo-placeholder .ph-caption { font-size: 0.85rem; max-width: 240px; line-height: 1.5; }

/* ---------- 5 COMPONENTS LIST ---------- */
.components-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  counter-reset: component;
}
.component {
  background: #fff;
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow-sm);
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  align-items: flex-start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.component:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.component-num {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--sage);
  line-height: 1;
  background: var(--teal-soft);
  width: 72px; height: 72px;
  border-radius: 14px;
  display: grid; place-items: center;
}
.component-purpose {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 8px;
}
.component-body h3 { margin-bottom: 10px; font-size: 1.2rem; }
.component-body p { color: var(--ink-2); font-size: 0.97rem; }

/* ---------- SEGMENT EXPANDED CARDS ---------- */
.seg-lede {
  color: var(--ink-2);
  font-size: 1.06rem;
  margin: 6px 0 28px;
  max-width: 620px;
}
.seg-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
  margin-bottom: 28px;
}
.seg-cards.two-col { grid-template-columns: 1fr 1fr; gap: 16px; }
.seg-card {
  background: #fff;
  border-radius: var(--radius-sm);
  padding: 22px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  align-items: stretch;
}
.seg-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.seg-card-icon {
  font-size: 1.6rem;
  width: 44px; height: 44px;
  border-radius: 10px;
  background: var(--teal-soft);
  display: grid; place-items: center;
  margin-bottom: 4px;
}
.seg-card strong {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem;
  color: var(--ink);
}
.seg-card p { color: var(--ink-2); font-size: 0.92rem; }

.seg-cta-row {
  display: flex; flex-wrap: wrap; gap: 12px;
  margin: 12px 0 8px;
}

.seg-quote {
  font-family: 'Nunito Sans', sans-serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--ink);
  line-height: 1.5;
}
.seg-quote-author {
  margin-top: 12px;
  font-size: 0.88rem;
  color: var(--ink-3);
}
.seg-quote-author strong { color: var(--ink); }

/* segment seg-image now holds real <img> */
.seg-image {
  aspect-ratio: 4/5;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-lg);
}
.seg-image img,
.seg-image .photo-placeholder { width: 100%; height: 100%; object-fit: cover; display: block; }

/* case-image now holds real <img> */
.case-image {
  aspect-ratio: 4/5;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-lg);
}
.case-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.case-image::after { content: none; }
.case-image::before { content: none; }

/* ---------- TOP CONTACT BAR ---------- */
.top-bar {
  background: var(--teal-deep);
  color: rgba(255,255,255,0.85);
  font-size: 0.82rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.top-bar-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 8px 32px;
  display: flex; align-items: center; gap: 16px;
  flex-wrap: wrap;
}
.top-bar-link {
  display: inline-flex; align-items: center; gap: 8px;
  color: #fff;
  font-weight: 600;
  transition: color 0.2s;
}
.top-bar-link:hover { color: var(--sage); }
.top-bar-link .icon { width: 16px; height: 16px; }
.top-bar-sep { opacity: 0.4; }
.top-bar-meta {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}

/* Push nav down to clear the top bar */
nav.topnav { top: 36px; }
nav.topnav.scrolled { top: 0; }

/* ---------- LOGO + SCRIPT TAGLINE ---------- */
.logo-mark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.logo-img {
  height: 28px;
  width: auto;
  display: block;
  transition: filter 0.3s;
}
.logo-img.small { height: 22px; }
.logo-script {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 0.95rem;
  color: var(--sage);
  letter-spacing: 0.005em;
  line-height: 1.1;
  white-space: nowrap;
  padding-left: 14px;
  border-left: 1px solid rgba(255,255,255,0.25);
  transition: color 0.3s, border-color 0.3s;
}
.logo-script.small { font-size: 0.82rem; padding-left: 12px; }

nav.topnav.scrolled .logo-img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(40%) saturate(420%) hue-rotate(130deg) brightness(96%) contrast(95%);
  /* Approximates teal (#175858) tint on the white logo */
}
nav.topnav.scrolled .logo-script {
  color: var(--teal);
  border-left-color: rgba(23,88,88,0.25);
}

/* ---------- SVG icon (used inline in components) ---------- */
svg.icon { width: 18px; height: 18px; flex-shrink: 0; }

/* ---------- 5 COMPONENTS, REFINED ICONS ---------- */
.component-icon {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  background: linear-gradient(140deg, var(--teal-soft), #fff);
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  position: relative;
  flex-shrink: 0;
}
.component-icon svg {
  width: 30px;
  height: 30px;
  color: var(--teal);
  stroke-width: 1.5;
}
.component-num {
  position: absolute;
  top: -8px; right: -8px;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 12px rgba(23,88,88,0.3);
}

/* ---------- SEGMENT CARD REFINED ICONS ---------- */
.seg-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(140deg, var(--teal-soft), #fff);
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
}
.seg-card-icon svg {
  width: 24px;
  height: 24px;
  color: var(--teal);
}

/* ---------- TESTIMONIAL/SEG-QUOTE (no placeholder wrap) ---------- */
.seg-quote-wrap {
  margin-top: 32px;
  padding: 24px;
  border-left: 3px solid var(--sage);
  background: var(--sage-soft);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.testimonial-card .author b {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  color: var(--ink);
}
.case-quote-wrap {
  background: rgba(127,185,150,0.1);
  border-left: 3px solid var(--sage);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 22px 24px;
  margin-top: 8px;
}
.case-quote-wrap .case-quote {
  border-left: none;
  padding: 0;
  margin: 0;
  font-family: 'Nunito Sans', sans-serif;
  font-style: italic;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.5;
}
.case-quote-author {
  margin-top: 14px;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.7);
}
.case-quote-author strong { color: var(--sage); font-family: 'Nunito Sans', sans-serif; }

/* ---------- EXPERIENCE CARDS, real images ---------- */
.exp-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}
.exp-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.exp-card:hover .exp-img img { transform: scale(1.05); }
.exp-img::before, .exp-img::after { content: none !important; }

/* ---------- GALLERY MOSAIC, real photos + lightbox cells ---------- */
.photo-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  grid-auto-flow: dense;
  gap: 8px;
  max-width: var(--maxw);
  margin: 0 auto;
}
.photo-cell {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-sm);
  cursor: pointer;
  padding: 0;
  border: none;
  background: var(--bg-2);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.photo-cell::before, .photo-cell::after { content: none; }
.photo-cell img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.photo-cell:hover { transform: scale(1.01); box-shadow: var(--shadow-md); z-index: 1; }
.photo-cell:hover img { transform: scale(1.06); }

/* Mosaic variety: span some cells (dense pack fills holes) */
.photo-cell:nth-child(1)  { grid-column: span 2; grid-row: span 2; }
.photo-cell:nth-child(7)  { grid-row: span 2; }
.photo-cell:nth-child(13) { grid-row: span 2; }
.photo-cell:nth-child(19) { grid-row: span 2; }
.photo-cell:nth-child(25) { grid-column: span 2; grid-row: span 2; }

/* ---------- LIGHTBOX ---------- */
.lightbox {
  position: fixed; inset: 0;
  background: rgba(8,18,18,0.95);
  backdrop-filter: blur(12px);
  display: none;
  align-items: center; justify-content: center;
  z-index: 200;
  padding: 24px;
}
.lightbox.open { display: flex; animation: lbFade 0.25s ease; }
@keyframes lbFade { from { opacity: 0; } to { opacity: 1; } }

.lb-stage {
  max-width: 92vw;
  max-height: 86vh;
  display: flex; flex-direction: column;
  align-items: center;
  gap: 16px;
}
.lb-img {
  max-width: 92vw;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
}
.lb-caption {
  color: rgba(255,255,255,0.85);
  font-size: 0.92rem;
  text-align: center;
  display: flex; gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.lb-counter {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage);
  font-weight: 700;
}
.lb-close, .lb-prev, .lb-next {
  position: absolute;
  width: 52px; height: 52px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  display: grid; place-items: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  z-index: 2;
}
.lb-close svg, .lb-prev svg, .lb-next svg { width: 22px; height: 22px; }
.lb-close:hover, .lb-prev:hover, .lb-next:hover { background: rgba(255,255,255,0.2); transform: scale(1.06); }
.lb-close { top: 20px; right: 20px; }
.lb-prev { left: 20px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 20px; top: 50%; transform: translateY(-50%); }
.lb-prev:hover { transform: translateY(-50%) scale(1.06); }
.lb-next:hover { transform: translateY(-50%) scale(1.06); }

/* ---------- FOOTER refinements ---------- */
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.footer-logo .logo-script {
  color: var(--sage);
  border-left-color: rgba(255,255,255,0.15);
  font-size: 1.2rem;
}
.footer-bottom-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.footer-bottom-brand .logo-script {
  color: var(--sage);
  border-left-color: rgba(255,255,255,0.15);
}
.footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  transition: color 0.2s;
}
.footer-contact .icon {
  width: 16px; height: 16px;
  color: var(--sage);
  flex-shrink: 0;
}

/* ---------- CONTACT (visual CTA, no form) ---------- */
.contact {
  background: var(--teal-deep);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.contact::before {
  content: "";
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(135deg, rgba(255,255,255,0.025) 0 2px, transparent 2px 28px);
}
.contact-card {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  background: linear-gradient(155deg, rgba(255,255,255,0.04), rgba(127,185,150,0.06));
  border: 1px solid rgba(127,185,150,0.22);
  border-radius: 24px;
  padding: 72px 64px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.25);
}
.contact-pattern {
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: 0.7;
}
.contact-pattern svg { width: 100%; height: 100%; display: block; }
.contact-card-inner { position: relative; z-index: 1; }
.contact-tag {
  background: rgba(127,185,150,0.15);
  color: var(--sage);
  margin-bottom: 20px;
}
.contact-card h2 { color: #fff; margin-bottom: 18px; }
.contact-lede {
  color: rgba(255,255,255,0.78);
  font-size: 1.1rem;
  max-width: 560px;
  margin: 0 auto 44px;
  line-height: 1.55;
}

.contact-mail-cta {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  background: #fff;
  color: var(--teal-deep);
  padding: 22px 36px 22px 28px;
  border-radius: 16px;
  text-decoration: none;
  box-shadow: 0 18px 50px rgba(127,185,150,0.18), 0 4px 14px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 100%;
}
.contact-mail-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 60px rgba(127,185,150,0.32), 0 6px 18px rgba(0,0,0,0.25);
}
.contact-mail-cta:active { transform: translateY(0); }
.contact-mail-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: linear-gradient(140deg, var(--teal-soft), #fff);
  display: grid; place-items: center;
  color: var(--teal);
  flex-shrink: 0;
}
.contact-mail-icon svg { width: 28px; height: 28px; }
.contact-mail-body {
  display: flex; flex-direction: column;
  text-align: left;
  gap: 4px;
}
.contact-mail-label {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.contact-mail-address {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-weight: 700;
  font-size: clamp(1.05rem, 1.6vw, 1.4rem);
  color: var(--teal);
  letter-spacing: -0.01em;
  word-break: break-word;
}
.contact-mail-arrow {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 1.4rem;
  color: var(--teal);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.contact-mail-cta:hover .contact-mail-arrow { transform: translateX(6px); }

.contact-meta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 32px;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.7);
}
.contact-meta-item {
  display: inline-flex; align-items: center; gap: 8px;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  transition: color 0.2s;
}
.contact-meta-item:hover { color: var(--sage); }
.contact-meta-item .icon { width: 14px; height: 14px; color: var(--sage); }
.contact-meta-sep { opacity: 0.4; }
.contact-meta-note {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .contact-card { padding: 48px 24px; border-radius: 18px; }
  .contact-mail-cta { padding: 18px 22px; gap: 14px; flex-wrap: nowrap; }
  .contact-mail-icon { width: 44px; height: 44px; border-radius: 11px; }
  .contact-mail-icon svg { width: 22px; height: 22px; }
  .contact-mail-address { font-size: 1rem; }
  .contact-mail-arrow { display: none; }
}

/* ---------- MOBILE HAMBURGER ---------- */
.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 8px;
  width: 44px; height: 44px;
  padding: 0;
  cursor: pointer;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: border-color 0.3s;
}
.nav-toggle-bar {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease, background 0.3s;
}
nav.topnav.scrolled .nav-toggle { border-color: var(--teal); }
nav.topnav.scrolled .nav-toggle-bar { background: var(--teal); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ---------- SEGMENT TABS (distinct active state) ---------- */
.segment-tabs {
  display: flex;
  gap: 14px;
  margin: 0 auto 56px;
  max-width: 820px;
  position: relative;
  padding: 8px;
  background: rgba(23,88,88,0.06);
  border-radius: 18px;
  border: 1px solid rgba(23,88,88,0.10);
}
.segment-tab-btn {
  flex: 1;
  position: relative;
  padding: 18px 24px;
  border: 2px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: var(--ink-2);
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.segment-tab-btn:hover {
  color: var(--teal);
  background: rgba(255,255,255,0.5);
}
.segment-tab-btn::before {
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--ink-3);
  opacity: 0.35;
  transition: background 0.3s, opacity 0.3s, transform 0.3s;
  flex-shrink: 0;
}
.segment-tab-btn.active {
  background: linear-gradient(135deg, var(--teal) 0%, #0F4A4A 100%);
  color: #fff;
  border-color: var(--teal);
  box-shadow:
    0 10px 28px rgba(23,88,88,0.35),
    0 2px 6px rgba(23,88,88,0.2),
    inset 0 1px 0 rgba(255,255,255,0.15);
  transform: translateY(-1px);
}
.segment-tab-btn.active::before {
  background: var(--sage);
  opacity: 1;
  transform: scale(1.2);
  box-shadow: 0 0 0 4px rgba(127,185,150,0.25);
}
@media (max-width: 640px) {
  .segment-tabs { flex-direction: column; gap: 8px; padding: 6px; }
  .segment-tab-btn { padding: 14px 18px; font-size: 0.84rem; }
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
  section { padding: 80px 0; }
  nav.topnav { top: 36px; padding: 12px 24px; }
  .top-bar-inner { padding: 6px 24px; }
  .top-bar-meta { display: none; }
  .hero-content { padding: 160px 32px 80px; }
  .nav-toggle { display: flex; }
  .nav-links {
    position: fixed;
    top: 0; right: 0;
    width: min(360px, 88vw);
    height: 100vh; height: 100svh;
    background: var(--teal-deep);
    box-shadow: -18px 0 50px rgba(0,0,0,0.35);
    padding: 96px 32px 32px;
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
    z-index: 49;
    overflow-y: auto;
  }
  nav.topnav .nav-links.open { transform: translateX(0); }
  .nav-links a { color: #fff !important; font-size: 1.1rem; padding: 14px 12px; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .nav-links .lang { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,0.08); justify-content: flex-start; flex-wrap: wrap; }
  .nav-links .lang button { color: rgba(255,255,255,0.7) !important; background: transparent !important; }
  .nav-links .lang button.active { color: #fff !important; background: rgba(255,255,255,0.1) !important; }
  .nav-links .nav-cta { margin-top: 20px; text-align: center; border-color: var(--sage); color: var(--sage) !important; }
  .nav-links .nav-cta:hover { background: var(--sage); color: var(--teal-deep) !important; }
  .value-grid, .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .exp-grid, .reviews-grid { grid-template-columns: 1fr 1fr; }
  .segment-layout, .case-layout { grid-template-columns: 1fr; gap: 32px; }
  .approach-layout { grid-template-columns: 1fr; gap: 40px; }
  .components-list { grid-template-columns: 1fr; }
  .seg-cards { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .photo-mosaic { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 200px; grid-auto-flow: dense; }
  .photo-cell:nth-child(1) { grid-column: span 2; grid-row: span 2; }
  .photo-cell:nth-child(7) { grid-row: span 2; }
  .photo-cell:nth-child(13) { grid-row: span 2; }
  .photo-cell:nth-child(19) { grid-row: span 2; }
  .photo-cell:nth-child(25) { grid-column: span 1; grid-row: span 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  section { padding: 64px 0; }
  .container { padding: 0 20px; }
  .top-bar-inner { padding: 6px 16px; font-size: 0.78rem; }
  nav.topnav { padding: 12px 16px; top: 32px; }
  .logo-mark { gap: 8px; min-width: 0; max-width: calc(100% - 60px); }
  .logo-img { height: 22px; }
  .logo-script { font-size: 0.82rem; padding-left: 8px; overflow: hidden; text-overflow: ellipsis; }
  .hero-content { padding: 140px 20px 120px; }
  .hero h1 { font-size: 2.2rem; }
  .hero .subhead { font-size: 1rem; }
  .hero-ctas .btn { width: 100%; justify-content: center; }
  .trust-bar { gap: 12px; flex-direction: column; align-items: flex-start; }
  .trust-bar .label { font-size: 0.65rem; }
  .trust-logos { gap: 8px; }
  .trust-logo { font-size: 0.82rem; padding: 6px 10px; }
  .stats-grid { grid-template-columns: 1fr 1fr; padding: 20px; }
  .stat-num { font-size: 1.5rem; }
  .value-grid, .testimonials-grid, .exp-grid, .reviews-grid { grid-template-columns: 1fr; }
  .seg-cards, .seg-cards.two-col { grid-template-columns: 1fr; }
  .component { grid-template-columns: 1fr; gap: 14px; }
  .component-icon { width: 60px; height: 60px; }
  .component-icon svg { width: 24px; height: 24px; }
  .form-grid, .region-multiselect { grid-template-columns: 1fr; }
  .local-knowhow-banner { grid-template-columns: 1fr; padding: 24px; }
  .photo-mosaic { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; }
  .photo-cell:nth-child(n) { grid-column: span 1; grid-row: span 1; }
  .photo-cell:nth-child(1) { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1fr; }
  .lb-close, .lb-prev, .lb-next { width: 44px; height: 44px; }
}
