/* ============================================================
   Les Gîtes d'Albâtre — habillage « bord de mer normand »
   Palette : craie, mer profonde, lin chaud, vert 2A
   Type : Fraunces (titres) + Nunito Sans (texte)
   ============================================================ */

:root {
  --navy: #04264b;
  --navy-soft: #1b4368;
  --sea: #41707f;
  --sea-light: #d9e3e3;
  --chalk: #fbfaf6;
  --sand: #f4ecdd;
  --sand-deep: #e9dcc3;
  --leaf: #95c122;
  --leaf-dark: #7ea51a;
  --text: #24374e;
  --text-light: #61738a;
  --white: #ffffff;
  --line: #e7e3d8;
  --radius: 18px;
  --shadow: 0 6px 24px rgba(4, 38, 75, 0.08);
  --shadow-lift: 0 14px 40px rgba(4, 38, 75, 0.14);
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Nunito Sans', 'Segoe UI', system-ui, sans-serif;
  --primary: var(--navy); /* compat anciens gabarits */
  --bg: var(--chalk);
}

/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--font-body); color: var(--text); background: var(--chalk); line-height: 1.65; font-size: 16px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 500; color: var(--navy); letter-spacing: 0.005em; }

/* === LAYOUT === */
.container { max-width: 1180px; margin: 0 auto; padding: 0 1.5rem; }
.container-narrow { max-width: 800px; }
.section { padding: 4.5rem 0; }
.text-center { text-align: center; }

/* === HEADER === */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251, 250, 246, 0.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo-img { height: 44px; width: auto; }
.logo-text { font-family: var(--font-display); font-size: 1.65rem; font-weight: 600; color: var(--navy); }
.main-nav { display: flex; gap: 2rem; }
.nav-link { font-weight: 600; font-size: 0.98rem; color: var(--text); transition: color .2s; position: relative; }
.nav-link:hover, .nav-link.active { color: var(--sea); }
.nav-link.active::after { content: ''; position: absolute; bottom: -6px; left: 0; right: 0; height: 3px; background: var(--leaf); border-radius: 2px; }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; transition: .3s; }
.menu-toggle.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* === HERO — ciel, soleil et mer === */
.hero { position: relative; min-height: 74vh; display: flex; align-items: center; justify-content: center; color: var(--white); text-align: center; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  background-image:
    radial-gradient(ellipse 62% 44% at 72% 22%, rgba(255, 243, 214, 0.5), transparent 70%),
    linear-gradient(180deg, #c9d5d9 0%, #a7bfc7 34%, #7797a3 58%, #567b88 76%, #43626e 100%);
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4, 38, 75, 0.16), rgba(4, 38, 75, 0.4)); }
.hero-content { position: relative; z-index: 2; max-width: 760px; padding: 4rem 1.5rem 6rem; }
.hero h1 { font-size: clamp(2.3rem, 5vw, 3.5rem); font-weight: 500; margin-bottom: 1rem; color: var(--white); text-shadow: 0 2px 18px rgba(4, 38, 75, 0.45); text-wrap: balance; }
.hero-subtitle { font-size: 1.08rem; opacity: 0.96; margin-bottom: 2.2rem; max-width: 56ch; margin-left: auto; margin-right: auto; text-shadow: 0 1px 10px rgba(4, 38, 75, 0.4); }
.hero-cliffs { position: absolute; bottom: -2px; left: 0; right: 0; z-index: 1; pointer-events: none; }
.hero-cliffs svg { display: block; width: 100%; height: 110px; }

/* === BOUTONS === */
.btn { display: inline-block; padding: 0.8rem 1.9rem; border-radius: 999px; font-weight: 700; font-size: 0.98rem; font-family: var(--font-body); border: 2px solid transparent; cursor: pointer; transition: all .2s; text-align: center; }
.btn-primary { background: var(--leaf); color: var(--navy); border-color: var(--leaf); box-shadow: 0 6px 18px rgba(149, 193, 34, 0.35); }
.btn-primary:hover { background: var(--leaf-dark); border-color: var(--leaf-dark); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: var(--white); }
.btn-lg { padding: 1.05rem 2.6rem; font-size: 1.08rem; }
.btn-block { display: block; width: 100%; }

/* === TITRES DE SECTION === */
.section-title { font-size: clamp(1.65rem, 3.1vw, 2.2rem); text-align: center; margin-bottom: 0.6rem; }
.section-subtitle { text-align: center; color: var(--text-light); margin-bottom: 3rem; font-size: 1.05rem; }

/* === EN-TÊTE DE PAGE (listings, blog, contact) === */
.page-header { background: linear-gradient(180deg, var(--navy) 0%, var(--navy-soft) 100%); color: var(--white); padding: 3.6rem 0 3rem; text-align: center; position: relative; overflow: hidden; }
.page-header::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 26px; background: var(--chalk); border-radius: 100% 100% 0 0 / 200% 200% 0 0; }
.page-header h1 { color: var(--white); font-size: clamp(1.9rem, 4vw, 2.6rem); margin-bottom: 0.4rem; }
.page-header p { opacity: 0.85; }

/* === GRILLE & CARTES LOGEMENTS === */
.properties-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.8rem; }
.property-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .25s ease, box-shadow .25s ease; }
.property-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.card-image { position: relative; height: 230px; overflow: hidden; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.property-card:hover .card-image img { transform: scale(1.06); }
.card-placeholder { height: 100%; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.85); }
.card-placeholder svg { filter: drop-shadow(0 4px 10px rgba(4,38,75,0.25)); }
/* Dégradés « carte postale » — varient par logement */
.ph-0 { background: linear-gradient(160deg, #a3bfc7 0%, #6d8f9b 60%, #4a6d79 100%); }
.ph-1 { background: linear-gradient(160deg, #f3d9a4 0%, #e0b46c 55%, #c9964a 100%); }
.ph-2 { background: linear-gradient(160deg, #a9d3c5 0%, #5fa08d 60%, #3f7d6c 100%); }
.ph-3 { background: linear-gradient(160deg, #b4c4d1 0%, #7b95a8 60%, #566f81 100%); }
.ph-4 { background: linear-gradient(160deg, #f0b8a0 0%, #d98d70 60%, #b56a50 100%); }
.card-badge { position: absolute; top: 14px; left: 14px; background: rgba(251, 250, 246, 0.94); color: var(--navy); padding: 5px 14px; border-radius: 999px; font-size: 0.78rem; font-weight: 800; text-transform: capitalize; letter-spacing: 0.02em; box-shadow: 0 2px 10px rgba(4,38,75,0.18); }
.card-body { padding: 1.3rem 1.4rem 1.5rem; }
.card-title { font-size: 1.18rem; margin-bottom: 0.35rem; }
.card-location { display: flex; align-items: center; gap: 6px; color: var(--text-light); font-size: 0.92rem; margin-bottom: 0.8rem; }
.card-features { display: flex; gap: 1rem; flex-wrap: wrap; padding: 0.7rem 0; border-top: 1px dashed var(--line); color: var(--text-light); font-size: 0.9rem; }
.card-features .feature { display: inline-flex; align-items: center; gap: 5px; }
.card-price { margin-top: 0.5rem; }
.card-price .price { font-weight: 800; color: var(--navy); font-size: 1.05rem; }
.card-price .per-night { color: var(--text-light); font-size: 0.88rem; }

/* === FICHE LOGEMENT — description riche === */
.detail-description h2 { font-size: 1.6rem; margin-bottom: 0.8rem; }
.description-text .lead { font-family: var(--font-display); font-style: italic; font-size: 1.25rem; color: var(--navy); margin-bottom: 0.9rem; line-height: 1.45; }
.description-text p { margin-bottom: 0.9rem; }
.description-text h3 { font-size: 1.25rem; margin: 1.3rem 0 0.6rem; }
.description-text ul { list-style: none; margin: 0 0 0.9rem; }
.description-text li { padding-left: 1.3rem; position: relative; margin-bottom: 0.45rem; }
.description-text li::before { content: ''; position: absolute; left: 0; top: 0.52em; width: 7px; height: 7px; border-radius: 50%; background: var(--leaf); }
.description-text .honest { background: var(--sand); border-radius: 12px; padding: 0.7rem 1rem; font-size: 0.93rem; }
.description-text .reg { font-size: 0.78rem; color: var(--text-light); margin-top: 1.2rem; }

/* === SECTION RÉGION === */
.region-section { background: var(--chalk); }
.region-banner { position: relative; margin: 0 auto 1.6rem; max-width: 1400px; overflow: hidden; }
.region-banner img { width: 100%; height: clamp(180px, 30vw, 420px); object-fit: cover; object-position: 50% 62%; display: block; }
.region-caption { position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%); background: rgba(4, 38, 75, 0.62); color: var(--chalk); padding: 6px 18px; border-radius: 999px; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.02em; white-space: nowrap; }
@media (min-width: 1400px) { .region-banner { border-radius: var(--radius); } }
.region-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.6rem; }
.region-card { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.region-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.region-card img { width: 100%; height: 230px; object-fit: cover; }
.region-card figcaption { padding: 0.8rem 1.1rem; font-family: var(--font-display); font-style: italic; font-size: 1.18rem; color: var(--navy); }

/* === SECTION AVANTAGES === */
.advantages-section { background: var(--sand); position: relative; }
.advantages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.6rem; }
.advantage-card { background: var(--white); border-radius: var(--radius); padding: 2rem 1.6rem; text-align: center; box-shadow: var(--shadow); }
.advantage-icon { width: 64px; height: 64px; margin: 0 auto 1rem; border-radius: 50%; background: var(--sea-light); display: flex; align-items: center; justify-content: center; }
.advantage-card h3 { font-size: 1.12rem; margin-bottom: 0.4rem; }
.advantage-card p { color: var(--text-light); font-size: 0.95rem; }

/* === FILTRES (page hébergements) === */
.filter-bar { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 1.1rem 1.3rem; margin: -2.2rem auto 2.6rem; position: relative; z-index: 5; }
.filter-form { display: flex; gap: 1rem; flex-wrap: wrap; align-items: end; }
.filter-group { display: flex; flex-direction: column; gap: 4px; flex: 1; min-width: 140px; }
.filter-group label { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text-light); }
.filter-group select, .filter-group input { padding: 0.65rem 0.9rem; border: 1.5px solid var(--line); border-radius: 10px; font-family: var(--font-body); font-size: 0.95rem; background: var(--chalk); }

/* === PAGE DÉTAIL === */
.breadcrumb { padding: 1.2rem 0 0.4rem; color: var(--text-light); font-size: 0.9rem; }
.breadcrumb a:hover { color: var(--sea); }
.detail-layout { display: grid; grid-template-columns: 1fr 360px; gap: 2.4rem; padding: 1.4rem 0 4rem; align-items: start; }
.detail-main h1 { font-size: clamp(1.7rem, 3.5vw, 2.4rem); margin-bottom: 0.4rem; }
.detail-location { color: var(--text-light); margin-bottom: 1.4rem; }
.detail-gallery { margin-bottom: 1.8rem; }
.gallery-main { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.gallery-main img { width: 100%; height: 440px; object-fit: cover; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: 10px; margin-top: 10px; }
.gallery-thumbs .thumb { border-radius: 10px; overflow: hidden; cursor: pointer; opacity: 0.75; transition: opacity .2s; border: 2px solid transparent; }
.gallery-thumbs .thumb:hover, .gallery-thumbs .thumb.active { opacity: 1; border-color: var(--leaf); }
.gallery-thumbs img { height: 72px; width: 100%; object-fit: cover; }
.detail-features { display: flex; gap: 1.6rem; flex-wrap: wrap; padding: 1.1rem 1.3rem; background: var(--sand); border-radius: var(--radius); margin-bottom: 1.8rem; font-weight: 600; }
.detail-feature { display: flex; align-items: center; gap: 8px; }
.detail-description h2, .detail-amenities h2, .detail-reviews h2 { font-size: 1.4rem; margin: 1.8rem 0 0.8rem; }
.description-text { color: var(--text); white-space: pre-line; }
.amenities-grid { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.amenity-tag { background: var(--sea-light); color: var(--navy); padding: 6px 14px; border-radius: 999px; font-size: 0.88rem; font-weight: 600; }
.review-card { background: var(--white); border-radius: var(--radius); padding: 1.2rem 1.4rem; box-shadow: var(--shadow); margin-bottom: 1rem; }
.review-header { display: flex; justify-content: space-between; margin-bottom: 0.4rem; font-weight: 700; }
.review-stars { color: #e8b64c; }

/* === WIDGET RÉSERVATION === */
.detail-sidebar { position: sticky; top: 92px; }
.booking-widget { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-lift); padding: 1.6rem; border-top: 5px solid var(--leaf); }
.booking-price { font-family: var(--font-display); font-size: 1.6rem; font-weight: 600; color: var(--navy); margin-bottom: 1rem; }
.booking-price .price-unit, .booking-price .per-night { font-family: var(--font-body); font-size: 0.95rem; color: var(--text-light); font-weight: 400; }
.booking-form .form-group { margin-bottom: 0.9rem; display: flex; flex-direction: column; gap: 4px; }
.booking-form label { font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--text-light); }
.booking-form input, .booking-form select { padding: 0.7rem 0.9rem; border: 1.5px solid var(--line); border-radius: 10px; font-family: var(--font-body); font-size: 0.98rem; background: var(--chalk); }
.booking-form input:focus, .booking-form select:focus { outline: 2px solid var(--leaf); outline-offset: 1px; border-color: var(--leaf); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
.price-summary { border-top: 1px dashed var(--line); margin-top: 1rem; padding-top: 1rem; font-size: 0.95rem; }
.price-summary div { display: flex; justify-content: space-between; margin-bottom: 0.35rem; }
.price-highlight, .price-amount { font-weight: 800; color: var(--navy); }
.booking-note { font-size: 0.82rem; color: var(--text-light); margin-top: 0.8rem; text-align: center; }

/* === BLOG === */
.blog-preview-section { background: var(--chalk); }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.8rem; }
.blog-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .25s, box-shadow .25s; }
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lift); }
.blog-card-img { height: 190px; overflow: hidden; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-card-placeholder { height: 190px; background: linear-gradient(160deg, var(--sea-light), var(--sea)); }
.blog-card-body { padding: 1.2rem 1.4rem 1.4rem; }
.blog-category { display: inline-block; background: var(--sand); color: var(--navy); padding: 3px 12px; border-radius: 999px; font-size: 0.76rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 0.6rem; }
.blog-meta { color: var(--text-light); font-size: 0.85rem; margin: 0.4rem 0; }
.read-more { color: var(--sea); font-weight: 700; font-size: 0.92rem; }
.article-page { padding: 2.5rem 0 4rem; }
.article-back { color: var(--sea); font-weight: 600; display: inline-block; margin-bottom: 1.4rem; }
.article-hero-img { border-radius: var(--radius); overflow: hidden; margin-bottom: 1.6rem; }
.article-meta { color: var(--text-light); font-size: 0.9rem; margin-bottom: 1.6rem; }
.article-content { font-size: 1.05rem; }
.article-content h2 { margin: 1.6rem 0 0.6rem; }
.article-content p { margin-bottom: 1rem; }

/* === CONTACT === */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 2.4rem; padding: 2.5rem 0 4rem; }
.contact-form-wrapper, .contact-info { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 2rem; }
.contact-form .form-group { margin-bottom: 1rem; display: flex; flex-direction: column; gap: 4px; }
.contact-form input, .contact-form textarea { padding: 0.75rem 0.95rem; border: 1.5px solid var(--line); border-radius: 10px; font-family: var(--font-body); font-size: 0.98rem; background: var(--chalk); }
.contact-item { display: flex; align-items: center; gap: 12px; margin-bottom: 1.1rem; }

/* === CONFIRMATION === */
.confirmation-section { padding: 4rem 0; }
.confirmation-card { max-width: 640px; margin: 0 auto; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-lift); padding: 2.6rem; text-align: center; border-top: 6px solid var(--leaf); }
.confirmation-detail { text-align: left; background: var(--sand); border-radius: 12px; padding: 1.3rem 1.5rem; margin: 1.6rem 0; }
.confirmation-subtitle { color: var(--text-light); }
.confirmation-action { margin-top: 1.4rem; }

/* === DIVERS === */
.alert { padding: 0.9rem 1.2rem; border-radius: 12px; margin-bottom: 1rem; font-weight: 600; }
.alert-success { background: #e9f5d3; color: #3f5c10; }
.empty-state { text-align: center; color: var(--text-light); padding: 3.5rem 1rem; }
.legal-content, .faq-content { padding: 2.5rem 0 4rem; }

/* === FOOTER === */
.site-footer { background: var(--navy); color: rgba(255, 255, 255, 0.85); margin-top: 4rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2.5rem; padding: 3.2rem 1.5rem 2rem; }
.footer-col h4 { color: var(--white); font-family: var(--font-display); font-size: 1.2rem; font-weight: 600; margin-bottom: 0.9rem; }
.footer-desc { font-size: 0.95rem; opacity: 0.85; }
.footer-links a { display: block; padding: 4px 0; font-size: 0.95rem; opacity: 0.85; transition: opacity .2s; }
.footer-links a:hover { opacity: 1; color: var(--leaf); }
.social-links { display: flex; gap: 12px; margin-top: 1rem; }
.social-icon { opacity: 0.8; }
.social-icon:hover { opacity: 1; }
.footer-newsletter { background: rgba(255,255,255,0.08); padding: 2rem 1.5rem; border-top: 1px solid rgba(255,255,255,0.1); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.15); padding: 1.2rem 1.5rem; text-align: center; font-size: 0.85rem; opacity: 0.7; }
.footer-bottom .photo-credits { margin-top: 0.3rem; font-size: 0.76rem; opacity: 0.85; }
.footer-bottom .photo-credits a { text-decoration: underline; }

/* === RESPONSIVE === */
@media (max-width: 900px) {
  .detail-layout { grid-template-columns: 1fr; }
  .detail-sidebar { position: static; }
  .contact-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.6rem; }
  .gallery-main img { height: 300px; }
}
@media (max-width: 768px) {
  .main-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; background: var(--chalk); flex-direction: column; gap: 0; padding: 0.6rem 1.5rem 1rem; box-shadow: 0 12px 24px rgba(4,38,75,0.12); }
  .main-nav.open { display: flex; }
  .main-nav .nav-link { padding: 0.8rem 0; border-bottom: 1px solid var(--line); }
  .menu-toggle { display: block; }
  .hero { min-height: 62vh; }
  .section { padding: 3rem 0; }
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}

/* === CALENDRIER DE RÉSERVATION === */
.bc { margin-bottom: 1rem; }
.bc-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.5rem; }
.bc-title { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; color: var(--navy); text-transform: capitalize; }
.bc-nav { background: var(--sand); border: none; border-radius: 8px; width: 32px; height: 32px; font-size: 1.2rem; cursor: pointer; color: var(--navy); }
.bc-nav:disabled { opacity: 0.35; cursor: default; }
.bc-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
.bc-dow { text-align: center; font-size: 0.72rem; font-weight: 800; color: var(--text-light); padding: 4px 0; }
.bc-day { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0; aspect-ratio: 1; border: none; background: var(--chalk); border-radius: 8px; font-size: 0.88rem; font-weight: 600; color: var(--text); cursor: pointer; padding: 2px 0; font-family: var(--font-body); }
.bc-day small { font-size: 0.6rem; color: var(--text-light); font-weight: 600; }
.bc-day:hover:not(.bc-off) { background: var(--sea-light); }
.bc-day.bc-off { color: #c3c8ce; text-decoration: line-through; cursor: default; background: transparent; }
.bc-day.bc-off small { display: none; }
.bc-day.bc-sel { background: var(--navy); color: var(--white); }
.bc-day.bc-sel small { color: rgba(255,255,255,0.8); }
.bc-day.bc-range { background: var(--sea-light); }
.bc-hint { text-align: center; font-size: 0.85rem; color: var(--text-light); margin-top: 0.5rem; }
.bc-hint strong { color: var(--navy); }
.bc-clear { text-decoration: underline; color: var(--sea); margin-left: 4px; }
.bc-error { background: #f9e9e6; color: #b03427; border-radius: 10px; padding: 0.6rem 0.9rem; font-size: 0.88rem; font-weight: 600; margin-bottom: 0.8rem; }
.booking-form textarea { padding: 0.7rem 0.9rem; border: 1.5px solid var(--line); border-radius: 10px; font-family: var(--font-body); font-size: 0.95rem; background: var(--chalk); resize: vertical; }

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: 0; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-question { padding: 1.2rem 0; font-size: 1.05rem; font-weight: 600; color: var(--navy); cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; }
.faq-question::after { content: '+'; font-size: 1.4rem; font-weight: 300; color: var(--text-light); transition: transform 0.2s; flex-shrink: 0; margin-left: 1rem; }
details[open] > .faq-question::after { content: '−'; }
.faq-question::-webkit-details-marker { display: none; }
.faq-answer { padding: 0 0 1.2rem; color: var(--text-light); line-height: 1.7; }
.faq-answer p { margin: 0; }
