/* ── AL CARRUBO · Design System v2 ── */

:root {
  --bg: #F7F3EE;
  --surface: #ffffff;
  --surface-soft: #EDE7DE;
  --surface-dark: #2D4A2D;
  --text: #2A2018;
  --muted: #7A6A58;
  --line: rgba(42, 32, 24, 0.1);
  --brand: #4A7A4A;
  --brand-dark: #2D4A2D;
  --brand-soft: #E8F0E0;
  --gold: #C4622D;
  --gold-soft: #F5DDD3;
  --shadow: 0 12px 36px rgba(42, 32, 24, 0.08);
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 12px;
  --container: 1260px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'DM Sans', 'Helvetica Neue', sans-serif;
  font-weight: 300;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  line-height: 1.15;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.skip-link { position: absolute; left: -9999px; top: 0; }
.skip-link:focus {
  left: 20px; top: 20px; z-index: 999;
  background: #fff; padding: 10px 14px; border-radius: 12px;
}

/* ── BUTTONS ── */
.btn, .text-link {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px; transition: .2s ease;
}
.btn {
  min-height: 48px; padding: 0 26px; border-radius: 999px;
  font-weight: 500; font-size: 15px; border: 1px solid transparent;
}
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: #a84e22; transform: translateY(-1px); }
.btn-light { background: #fff; color: var(--surface-dark); }
.btn-light:hover { background: #f5f2ea; }
.text-link { color: var(--brand-dark); font-weight: 500; }
.text-link::after { content: '→'; transition: transform .2s; }
.text-link:hover::after { transform: translateX(4px); }

/* ── KICKER ── */
.kicker {
  margin: 0 0 14px;
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: .75rem; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase;
}
.kicker::before {
  content: ''; display: block; width: 20px; height: 1px; flex-shrink: 0;
}
.kicker-dark { color: var(--gold); }
.kicker-dark::before { background: var(--gold); }
.kicker-light { color: rgba(247,243,238,.85); }
.kicker-light::before { background: rgba(247,243,238,.6); }

/* ── HEADER ── */
.site-header { position: relative; z-index: 40; }
.top-utility { background: var(--surface-dark); color: rgba(255,255,255,.85); }
.top-utility__inner { min-height: 44px; display: flex; align-items: center; }
.utility-menu {
  display: flex; align-items: center; gap: 24px; flex-wrap: wrap; font-size: .88rem;
}
.utility-menu > a, .utility-dropdown > button {
  color: inherit; background: none; border: 0; padding: 0; opacity: .8; transition: opacity .2s;
}
.utility-menu > a:hover, .utility-dropdown > button:hover { opacity: 1; }
.utility-dropdown { position: relative; }
.dropdown-panel {
  position: absolute; top: calc(100% + 12px); left: 0; width: 240px;
  padding: 14px; background: #fff; color: var(--text);
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow); display: grid; gap: 8px;
  opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s ease;
}
.utility-dropdown:hover .dropdown-panel,
.utility-dropdown:focus-within .dropdown-panel {
  opacity: 1; pointer-events: auto; transform: translateY(0);
}

.service-bar {
  background: rgba(247,243,238,.96); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.service-bar__inner {
  min-height: 80px; display: flex; align-items: center;
  justify-content: space-between; gap: 20px;
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand img, .footer-logo { width: 58px; height: 58px; object-fit: contain; }
.brand-copy strong {
  display: block; font-family: 'Playfair Display', serif;
  font-size: 1rem; font-weight: 700; letter-spacing: .06em; color: var(--surface-dark);
}
.brand-copy span { display: block; color: var(--muted); font-size: .85rem; font-weight: 300; }
.quick-actions { display: flex; align-items: center; gap: 12px; }
.location-link {
  min-height: 44px; display: inline-flex; align-items: center;
  padding: 0 18px; border-radius: 999px; background: var(--surface-soft);
  border: 1px solid var(--line); font-weight: 400; font-size: 14px;
  color: var(--text); transition: background .2s;
}
.location-link:hover { background: #e0d8cc; }

.main-nav-wrap {
  background: #fff; border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 30;
  box-shadow: 0 2px 12px rgba(42,32,24,0.04);
}
.main-nav-top-mobile { display: none; }
.main-nav {
  min-height: 64px; display: flex; align-items: center; gap: 24px;
  position: relative; flex-wrap: wrap;
}
.main-nav > a, .nav-entry > button {
  background: none; border: 0; padding: 0;
  font-weight: 400; font-size: 14px; color: var(--text); transition: color .2s;
}
.main-nav > a:hover, .nav-entry > button:hover { color: var(--gold); }
.nav-entry { position: relative; display: flex; align-items: center; }
.nav-entry::after {
  content: ""; position: absolute; left: 0; right: 0; top: 100%; height: 18px;
}
.dropdown-panel--main {
  top: 100%; left: 50%; transform: translate(-50%, 10px);
}
.nav-entry:hover .dropdown-panel--main,
.nav-entry:focus-within .dropdown-panel--main,
.nav-entry.open .dropdown-panel--main {
  opacity: 1; pointer-events: auto; transform: translate(-50%, 0);
}
.mega-panel {
  position: absolute; top: 100%; left: 0;
  width: min(860px, 88vw); background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius-xl);
  box-shadow: var(--shadow); padding: 28px 32px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  opacity: 0; pointer-events: none; transform: translateY(12px); transition: .22s ease;
}
.mega-panel h4 {
  margin: 0 0 14px; font-family: 'DM Sans', sans-serif;
  font-size: .72rem; font-weight: 500; letter-spacing: .1em;
  text-transform: uppercase; color: var(--gold);
}
.mega-panel a { display: block; color: var(--muted); font-size: 14px; padding: 6px 0; transition: color .2s; }
.mega-panel a:hover { color: var(--text); }
.nav-entry:hover .mega-panel,
.nav-entry:focus-within .mega-panel,
.nav-entry.open .mega-panel {
  opacity: 1; pointer-events: auto; transform: translateY(0);
}

.info-strip { background: #ede4d1; border-bottom: 1px solid rgba(42,32,24,.08); }
.info-strip__inner {
  min-height: 50px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap;
}
.info-strip__inner a { font-weight: 500; color: var(--brand-dark); font-size: 14px; }

/* ── HERO ── */
.hero { position: relative; background: var(--bg); overflow: hidden; }
.hero-slider { position: relative; min-height: 720px; }
.hero-slide {
  position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity 1s ease;
}
.hero-slide.active { opacity: 1; pointer-events: auto; }
.hero-media { position: absolute; inset: 0; }
.hero-video {
  width: 100%; height: 100%; object-fit: cover;
  background: linear-gradient(135deg, #c8d4b0, #d4b896);
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(18,30,14,.72) 0%, rgba(18,30,14,.44) 38%, rgba(18,30,14,.12) 62%, rgba(18,30,14,.22) 100%),
    linear-gradient(180deg, rgba(18,30,14,.06), rgba(18,30,14,.2));
}
.hero-video-note {
  position: absolute; right: 20px; bottom: 18px; z-index: 2;
  color: rgba(255,255,255,.4); font-size: .72rem;
}
.hero-content {
  position: relative; z-index: 2; min-height: 720px;
  display: flex; flex-direction: column; justify-content: center;
  align-items: flex-start; color: #fff;
}
.hero-content h1, .hero-content h2 {
  margin: 8px 0 20px; max-width: 12ch;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.8rem, 5.5vw, 5rem); line-height: 1.0;
  letter-spacing: -.02em; font-weight: 500;
}
.hero-content p:last-of-type {
  margin: 0 0 30px; max-width: 560px;
  font-size: 1.05rem; font-weight: 300;
  color: rgba(255,255,255,.88); line-height: 1.7;
}
.hero-controls {
  position: absolute; left: 50%; bottom: 28px;
  transform: translateX(-50%); z-index: 4;
  display: flex; align-items: center; gap: 10px; width: max-content;
}
.hero-dot {
  width: 10px; height: 10px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.4);
  background: rgba(255,255,255,.22); transition: background .2s;
}
.hero-dot.active { background: #fff; border-color: #fff; }

/* ── PROMO ROW ── */
.promo-row { margin-top: 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.promo-card {
  position: relative; min-height: 320px; padding: 28px;
  border-radius: var(--radius-xl); overflow: hidden;
  display: flex; align-items: flex-end; justify-content: flex-start;
  box-shadow: var(--shadow); isolation: isolate; transition: transform .25s;
}
.promo-card:hover { transform: translateY(-3px); }
.promo-card::after {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(12,18,8,.04) 0%, rgba(12,18,8,.55) 65%, rgba(12,18,8,.8) 100%);
}
.promo-card__copy { position: relative; z-index: 2; max-width: 26ch; }
.promo-card img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; transition: transform .5s ease;
}
.promo-card:hover img { transform: scale(1.04); }
.promo-card h3 {
  margin: 0 0 8px; font-family: 'Playfair Display', serif;
  font-size: 1.65rem; font-weight: 500; line-height: 1.15;
}
.promo-card p { margin: 0 0 12px; max-width: 24ch; color: rgba(255,255,255,.85); font-weight: 300; }
.promo-card span { font-weight: 500; font-size: .88rem; }
.promo-card--olive, .promo-card--sand, .promo-card--dark { color: #fff; }

/* ── FEATURE BANNER ── */
.feature-banner, .story-card, .service-tile, .social-grid img, .app-section__inner {
  box-shadow: var(--shadow);
}
.feature-banner {
  margin-top: 44px; background: #fff;
  border-radius: var(--radius-xl); overflow: hidden;
  display: grid; grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
}
.feature-banner__copy { padding: 52px; }
.feature-banner__copy h2, .story-card__text h2, .story-card__text h3,
.showcase-head h2, .social-head h2, .app-copy h2 {
  margin: 0 0 16px; line-height: 1.1;
}
.feature-banner__copy h2, .showcase-head h2, .social-head h2, .app-copy h2 {
  font-size: clamp(1.9rem, 3.5vw, 3.2rem);
}
.feature-banner__copy p, .story-card__text p {
  color: var(--muted); font-weight: 300; line-height: 1.7;
}
.feature-banner__media, .story-card__media, .service-tile__media, .app-art {
  min-height: 360px; background-position: center; background-size: cover; background-repeat: no-repeat;
}
.feature-banner__media--booking {
  background-image: url('https://images.unsplash.com/photo-1516627145497-ae6968895b74?auto=format&fit=crop&w=1200&q=80');
}

/* ── STORY GRID ── */
.story-grid { margin-top: 36px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; }
.story-card {
  background: #fff; border-radius: var(--radius-xl); overflow: hidden;
  display: grid; grid-template-columns: 1fr;
  border: 1px solid var(--line); transition: transform .25s;
}
.story-card:hover { transform: translateY(-2px); }
.story-card--wide { grid-row: span 2; }
.story-card__text { padding: 36px; }
.story-card--wide .story-card__media { min-height: 440px; }
.story-card__media--play { background-image: url('https://images.unsplash.com/photo-1516627145497-ae6968895b74?auto=format&fit=crop&w=1400&q=80'); }
.story-card__media--quality { background-image: url('https://images.unsplash.com/photo-1553284965-83fd3e82fa5a?auto=format&fit=crop&w=1400&q=80'); }
.story-card__media--team { background-image: url('https://images.unsplash.com/photo-1511988617509-a57c8a288659?auto=format&fit=crop&w=1400&q=80'); }

/* ── SERVICES SHOWCASE ── */
.services-showcase { margin-top: 48px; padding: 80px 0; background: var(--surface-dark); }
.services-showcase .kicker-dark { color: #8BAF72; }
.services-showcase .kicker-dark::before { background: #8BAF72; }
.services-showcase .showcase-head h2 { color: #F7F3EE; }
.showcase-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.showcase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-tile {
  background: rgba(255,255,255,.06); border-radius: var(--radius-xl); overflow: hidden;
  border: 1px solid rgba(255,255,255,.1); transition: transform .25s, background .2s;
}
.service-tile:hover { transform: translateY(-3px); background: rgba(255,255,255,.1); }
.service-tile__media { min-height: 260px; }
.service-tile__copy { padding: 26px; }
.service-tile__copy h3 { margin: 0 0 10px; font-size: 1.3rem; color: #F7F3EE; }
.service-tile__copy p { margin: 0 0 16px; color: rgba(247,243,238,.6); font-weight: 300; font-size: .95rem; }
.service-tile__copy a {
  color: #C4622D; font-weight: 500; font-size: .9rem;
  display: inline-flex; align-items: center; gap: 6px; transition: gap .2s;
}
.service-tile__copy a:hover { gap: 10px; }
.service-tile__media--birthday { background-image: url('https://images.unsplash.com/photo-1464349095431-e9a21285b5f3?auto=format&fit=crop&w=1400&q=80'); }
.service-tile__media--camp { background-image: url('https://images.unsplash.com/photo-1472162072942-cd5147eb3902?auto=format&fit=crop&w=1400&q=80'); }
.service-tile__media--brunch { background-image: url('https://images.unsplash.com/photo-1511988617509-a57c8a288659?auto=format&fit=crop&w=1400&q=80'); }

/* ── SOCIAL ── */
.social-section { padding: 80px 0; }
.social-head { margin-bottom: 26px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.social-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.social-grid img {
  width: 100%; aspect-ratio: 1/1; object-fit: cover;
  border-radius: var(--radius-lg); background: var(--surface-soft);
  transition: transform .4s ease;
}
.social-grid img:hover { transform: scale(1.03); }

/* ── APP SECTION ── */
.app-section { padding: 0 0 80px; }
.app-section__inner {
  background: linear-gradient(135deg, #2D4A2D, #1a2e1a); color: #fff;
  border-radius: var(--radius-xl); overflow: hidden;
  display: grid; grid-template-columns: 1fr .92fr;
}
.app-copy { padding: 56px; }
.app-copy p { color: rgba(247,243,238,.7); font-weight: 300; line-height: 1.7; }
.app-art {
  min-height: 360px;
  background-image: url('https://images.unsplash.com/photo-1519340241574-2cec6aef0c01?auto=format&fit=crop&w=1600&q=80');
}

/* ── FOOTER ── */
.site-footer { background: var(--surface-dark); border-top: none; }
.footer-grid {
  padding: 60px 0 36px; display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px;
}
.footer-grid h4 {
  margin: 0 0 18px; font-family: 'DM Sans', sans-serif;
  font-size: .72rem; font-weight: 500; letter-spacing: .12em;
  text-transform: uppercase; color: #8BAF72;
}
.footer-grid a {
  display: block; color: rgba(247,243,238,.6); margin-bottom: 10px;
  font-size: 14px; font-weight: 300; transition: color .2s;
}
.footer-grid a:hover { color: #F7F3EE; }
.footer-grid p { color: rgba(247,243,238,.6); max-width: 30ch; font-size: 14px; font-weight: 300; line-height: 1.7; }
.footer-logo {
  width: 52px !important; height: 52px !important; margin-bottom: 16px;
  filter: brightness(0) invert(1) opacity(.85);
}
.footer-bottom {
  min-height: 56px; display: flex; align-items: center;
  color: rgba(247,243,238,.4); border-top: 1px solid rgba(247,243,238,.1);
  font-size: .85rem; font-weight: 300;
}

/* ── OVERLAYS ── */
.feature-banner__media, .story-card__media, .service-tile__media, .app-art { position: relative; }
.feature-banner__media::after, .story-card__media::after, .service-tile__media::after, .app-art::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(12,18,8,.02) 0%, rgba(12,18,8,.14) 100%);
}

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .promo-row, .showcase-grid, .social-grid { grid-template-columns: repeat(2, 1fr); }
  .social-grid img:last-child:nth-child(odd) { grid-column: span 2; }
  .feature-banner, .app-section__inner, .story-grid { grid-template-columns: 1fr; }
  .story-card--wide { grid-row: auto; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 840px) {
  .service-bar__inner, .social-head, .showcase-head { flex-direction: column; align-items: flex-start; }
  .quick-actions { width: 100%; justify-content: flex-start; flex-wrap: wrap; }
  .main-nav-top-mobile {
    min-height: 62px; display: flex; align-items: center; justify-content: space-between;
  }
  .mobile-brand {
    font-family: 'Playfair Display', serif; font-weight: 700;
    font-size: 1.05rem; letter-spacing: .06em; color: var(--surface-dark);
  }
  .mobile-nav-toggle {
    border: 1px solid var(--line); border-radius: 999px; background: var(--surface-soft);
    min-height: 42px; padding: 0 18px; font-weight: 400; font-size: 14px; color: var(--text);
  }
  .main-nav {
    display: none; min-height: auto; padding: 0 0 18px;
    flex-direction: column; align-items: flex-start; gap: 16px;
  }
  .main-nav.open { display: flex; }
  .mega-panel {
    position: static; width: 100%; margin-top: 10px; grid-template-columns: 1fr;
    opacity: 1; pointer-events: auto; transform: none; display: none;
    box-shadow: none; border: 1px solid var(--line);
    border-radius: var(--radius-md); padding: 18px;
  }
  .nav-entry.open .mega-panel { display: grid; }
  .hero-slider, .hero-content { min-height: 620px; }
  .hero-content { justify-content: flex-end; padding-bottom: 130px; }
  .hero-controls { bottom: 22px; }
  .promo-row, .showcase-grid, .social-grid, .footer-grid { grid-template-columns: 1fr; }
  .social-grid img:last-child:nth-child(odd) { grid-column: auto; }
  .feature-banner__copy, .story-card__text, .service-tile__copy, .app-copy { padding: 28px; }
}
@media (max-width: 560px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .brand img, .footer-logo { width: 48px !important; height: 48px !important; }
  .hero-content h1, .hero-content h2 { font-size: clamp(2.2rem, 12vw, 3rem); }
  .promo-card { min-height: 240px; padding: 22px; }
  .feature-banner__media, .story-card__media, .service-tile__media, .app-art { min-height: 240px; }
}

/* ══ PAGINE INTERNE ══ */
.page-hero {
  position: relative; min-height: 460px; display: grid; align-items: end;
  margin-bottom: 40px; overflow: hidden; background: var(--surface-dark);
}
.page-hero__bg {
  position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.03);
}
.page-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(18,28,12,.16) 0%, rgba(18,28,12,.52) 56%, rgba(18,28,12,.82) 100%);
}
.page-hero__inner { position: relative; z-index: 1; color: #fff; padding: 90px 0 56px; }
.breadcrumbs {
  display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px;
  font-size: .88rem; color: rgba(255,255,255,.7); font-weight: 300;
}
.breadcrumbs a { color: rgba(255,255,255,.85); transition: color .2s; }
.breadcrumbs a:hover { color: #fff; }
.page-hero h1 {
  max-width: 780px; margin: 0 0 14px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1.05; font-weight: 500;
}
.page-hero p {
  max-width: 680px; margin: 0; font-size: 1.05rem;
  color: rgba(255,255,255,.82); font-weight: 300; line-height: 1.7;
}
.page-section { padding: 26px 0 12px; }
.page-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; align-items: center; margin-bottom: 36px; }
.page-grid--reverse { grid-template-columns: .95fr 1.05fr; }
.page-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow); overflow: hidden; }
.page-card__body { padding: 32px; }
.page-card h2, .page-card h3 { margin: 0 0 14px; color: var(--surface-dark); }
.page-card p { margin: 0 0 14px; color: var(--muted); font-weight: 300; line-height: 1.7; }
.page-image {
  min-height: 420px; border-radius: var(--radius-xl); overflow: hidden;
  box-shadow: var(--shadow); background: var(--surface-soft) center/cover no-repeat;
}
.check-list { display: grid; gap: 10px; padding: 0; margin: 24px 0 0; list-style: none; }
.check-list li {
  background: var(--surface-soft); padding: 14px 18px; border-radius: var(--radius-md);
  border: 1px solid var(--line); font-size: 14px; font-weight: 300;
  display: flex; align-items: center; gap: 10px;
}
.check-list li::before { content: '✦'; color: var(--gold); font-size: 10px; flex-shrink: 0; }
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 26px 0 38px; }
.photo-grid--4 { grid-template-columns: repeat(4, 1fr); }
.photo-grid img {
  width: 100%; height: 260px; object-fit: cover;
  border-radius: var(--radius-lg); box-shadow: var(--shadow); transition: transform .4s ease;
}
.photo-grid img:hover { transform: scale(1.02); }
.info-band {
  background: linear-gradient(135deg, #f2ebd8, var(--brand-soft));
  border: 1px solid var(--line); border-radius: var(--radius-xl); padding: 32px; margin: 28px 0 36px;
}
.info-band h2 { margin-top: 0; color: var(--surface-dark); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 26px 0 38px; }
.stat-box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow); padding: 26px; }
.stat-box strong {
  display: block; font-family: 'Playfair Display', serif;
  font-size: 2.2rem; font-weight: 700; color: var(--surface-dark); margin-bottom: 6px;
}
.stat-box p { color: var(--muted); font-size: 14px; margin: 0; font-weight: 300; }
.feature-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 24px 0 38px; }
.feature-box {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl);
  padding: 26px; box-shadow: var(--shadow); transition: transform .2s;
}
.feature-box:hover { transform: translateY(-2px); }
.feature-box h3 { margin-top: 0; margin-bottom: 10px; color: var(--surface-dark); font-size: 1.2rem; }
.feature-box p { color: var(--muted); font-weight: 300; line-height: 1.65; margin: 0; }
.faq-list { display: grid; gap: 12px; margin: 20px 0 38px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px 26px; box-shadow: var(--shadow); }
.faq-item h3 { margin: 0 0 10px; font-size: 1rem; color: var(--surface-dark); }
.faq-item p { margin: 0; color: var(--muted); font-weight: 300; font-size: 14px; line-height: 1.65; }
.cta-banner {
  display: grid; grid-template-columns: 1.1fr .9fr;
  align-items: stretch; background: var(--surface-dark); color: #fff;
  border-radius: var(--radius-xl); overflow: hidden; margin: 30px 0 54px;
}
.cta-banner__copy { padding: 40px 44px; }
.cta-banner__copy h2 { color: #F7F3EE; margin: 0 0 14px; }
.cta-banner__copy p { color: rgba(247,243,238,.7); font-weight: 300; line-height: 1.7; margin: 0 0 28px; }
.cta-banner__media { min-height: 320px; background-size: cover; background-position: center; }
.contact-panel { display: grid; grid-template-columns: .95fr 1.05fr; gap: 22px; margin-bottom: 44px; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow); padding: 30px; }
.contact-card h2, .contact-card h3 { color: var(--surface-dark); margin-top: 0; }
.contact-card form { display: grid; gap: 14px; }
.contact-card input, .contact-card textarea, .contact-card select {
  width: 100%; border: 1px solid var(--line); border-radius: var(--radius-md);
  padding: 13px 16px; background: var(--bg); font-size: 14px;
  transition: border-color .2s; outline: none;
}
.contact-card input:focus, .contact-card textarea:focus, .contact-card select:focus { border-color: var(--gold); }
.contact-card textarea { min-height: 160px; resize: vertical; }
.map-embed {
  min-height: 100%; border-radius: var(--radius-xl); overflow: hidden;
  background: linear-gradient(135deg, var(--brand-soft), var(--gold-soft));
  display: grid; place-items: center; padding: 30px; text-align: center;
  border: 1px solid var(--line);
}
.map-embed strong { display: block; margin-bottom: 10px; font-family: 'Playfair Display', serif; font-size: 1.4rem; color: var(--surface-dark); }
.map-embed p { color: var(--muted); font-weight: 300; }

@media (max-width: 980px) {
  .page-grid, .page-grid--reverse, .cta-banner, .contact-panel, .stats-grid, .feature-columns { grid-template-columns: 1fr; }
  .photo-grid, .photo-grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .page-hero { min-height: 380px; }
  .page-hero__inner { padding-top: 72px; }
  .photo-grid, .photo-grid--4 { grid-template-columns: 1fr; }
}
