/* ============================================================
   Emmetsburg Hotel & Suites — Shared Stylesheet
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:    #1C2939;
  --navy-2:  #2B3E57;
  --gold:    #C4A186;
  --gold-lt: #E2CBB8;
  --cream:   #F8F5EF;
  --white:   #FFFFFF;
  --gray1:   #F2EFE9;
  --gray2:   #D6D1C6;
  --gray3:   #8A8375;
  --text:    #1C2939;
  --text-lt: #5C5449;
  --radius:  4px;
  --maxw:    1200px;
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--text); background: var(--white); line-height: 1.6; }
h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; font-weight: 500; }
img { max-width: 100%; display: block; }
a { color: inherit; }

/* Accessibility: skip link + visible focus */
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 1000;
  background: var(--gold); color: var(--navy); padding: 10px 18px;
  font-weight: 600; border-radius: 0 0 var(--radius) 0;
}
.skip-link:focus { left: 0; }
a:focus-visible, button:focus-visible, input:focus-visible,
textarea:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }

/* ── NAV ── */
.site-nav {
  position: sticky; top: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 32px; height: 68px; background: var(--navy);
}
.nav-logo { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 500; color: var(--gold); letter-spacing: 0.03em; line-height: 1.2; text-decoration: none; }
.nav-logo span { display: block; font-size: 11px; font-weight: 400; color: var(--gold-lt); letter-spacing: 0.12em; text-transform: uppercase; }
.nav-links { display: flex; gap: 26px; align-items: center; list-style: none; }
.nav-links a {
  font-size: 13px; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase;
  color: rgba(255,255,255,0.8); text-decoration: none; padding: 4px 0;
  border-bottom: 2px solid transparent; transition: color 0.2s, border-color 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold); border-bottom-color: var(--gold); }
.nav-book { background: var(--gold); color: var(--navy) !important; padding: 9px 20px !important; border-radius: var(--radius); border-bottom: 2px solid transparent !important; font-weight: 600 !important; }
.nav-book:hover { background: var(--gold-lt) !important; }
.nav-toggle { display: none; background: none; border: none; color: var(--gold); font-size: 26px; cursor: pointer; }

@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute; top: 68px; left: 0; right: 0;
    flex-direction: column; gap: 0; background: var(--navy);
    padding: 8px 0 16px; display: none; border-top: 1px solid rgba(255,255,255,0.1);
  }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; text-align: center; }
  .nav-links a { display: block; padding: 14px 0; }
  .nav-book { margin: 8px 32px 0; }
}

/* ── BUTTONS ── */
.btn-primary { display: inline-block; background: var(--gold); color: var(--navy); padding: 14px 32px; border-radius: var(--radius); font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; border: none; cursor: pointer; transition: background 0.2s, transform 0.15s; }
.btn-primary:hover { background: var(--gold-lt); transform: translateY(-1px); }
.btn-outline { display: inline-block; border: 1.5px solid rgba(255,255,255,0.5); color: var(--white); padding: 14px 32px; border-radius: var(--radius); font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; background: transparent; cursor: pointer; transition: border-color 0.2s, background 0.2s; }
.btn-outline:hover { border-color: var(--gold); background: rgba(196,161,134,0.08); }
.btn-sm { display: inline-block; background: var(--navy); color: var(--white); padding: 9px 18px; border-radius: var(--radius); font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; border: none; cursor: pointer; transition: background 0.2s, color 0.2s; }
.btn-sm:hover { background: var(--gold); color: var(--navy); }

/* ── HERO (home) ── */
.hero { position: relative; min-height: 88vh; background: linear-gradient(160deg, #1C2939 0%, #2B3E57 50%, #213C50 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; text-align: center; padding: 80px 24px; }
.hero-pattern { position: absolute; inset: 0; opacity: 0.07; background-image: repeating-linear-gradient(45deg, var(--gold) 0, var(--gold) 1px, transparent 0, transparent 50%); background-size: 20px 20px; }
.hero-photo { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(28,41,57,0.55), rgba(28,41,57,0.80)); }
.room-card-photo img, .room-detail-photo img, .about-photo img, .welcome-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.welcome-photo { height: 420px; border-radius: 8px; overflow: hidden; }
.about-photo, .room-detail-photo { overflow: hidden; }
.room-card-photo { padding: 0; }
.photo-ph { border: 2px dashed rgba(196,161,134,0.4); border-radius: 8px; padding: 14px 28px; color: rgba(196,161,134,0.65); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; text-align: center; }
.hero-content { position: relative; z-index: 2; }
.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.hero h1 { font-size: clamp(40px, 6vw, 70px); color: var(--white); line-height: 1.1; margin-bottom: 20px; text-shadow: 0 2px 24px rgba(0,0,0,0.3); }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-sub { font-size: 17px; color: rgba(255,255,255,0.78); font-weight: 300; max-width: 500px; margin: 0 auto 34px; }
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── PAGE HERO (inner pages) ── */
.page-hero { position: relative; padding: 96px 24px; min-height: 300px; background: linear-gradient(160deg, #1C2939 0%, #2B3E57 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient(45deg, var(--gold) 0, var(--gold) 1px, transparent 0, transparent 50%); background-size: 20px 20px; opacity: 0.05; }
.page-hero .eyebrow, .page-hero h1, .page-hero p { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(32px, 4vw, 50px); color: var(--white); }
.page-hero p { color: rgba(255,255,255,0.65); font-size: 16px; margin-top: 12px; max-width: 500px; }

/* ── AMENITY BAR ── */
.amenity-bar { background: var(--navy); padding: 28px 32px; display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; }
.amenity-item { display: flex; align-items: center; gap: 12px; }
.amenity-icon { width: 42px; height: 42px; border-radius: 50%; background: rgba(196,161,134,0.15); border: 1px solid rgba(196,161,134,0.3); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.amenity-item .lbl { color: var(--white); font-size: 13px; font-weight: 500; }
.amenity-item .sub { color: rgba(255,255,255,0.5); font-size: 11px; margin-top: 1px; }

/* ── SECTIONS ── */
section { padding: 80px 32px; }
.wrap { max-width: var(--maxw); margin: 0 auto; }
.section-title { font-size: clamp(28px, 3.5vw, 40px); color: var(--navy); margin-bottom: 14px; line-height: 1.2; }
.section-lead { font-size: 16px; color: var(--text-lt); max-width: 640px; }
.divider { width: 48px; height: 2px; background: var(--gold); margin: 18px 0; }
.center { text-align: center; }
.center .divider { margin: 18px auto; }

/* ── ROOM PREVIEW CARDS ── */
.rooms-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; margin-top: 44px; }
.room-card { border: 1px solid var(--gray2); border-radius: 8px; overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; background: var(--white); }
.room-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(27,42,59,0.12); }
.room-card-photo { height: 220px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid var(--gray2); position: relative; overflow: hidden; background: linear-gradient(135deg, #2B3E57, #213C50); }
.room-card-photo .photo-ph { border-color: rgba(196,161,134,0.5); color: rgba(196,161,134,0.85); }
.room-body { padding: 24px; }
.room-type { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.room-name { font-size: 22px; color: var(--navy); margin-bottom: 12px; }
.room-desc { font-size: 14px; color: var(--text-lt); margin-bottom: 16px; }
.room-features { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.feature-tag { font-size: 11px; padding: 4px 10px; border-radius: 20px; background: var(--gray1); color: var(--text-lt); border: 1px solid var(--gray2); }
.room-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--gray2); }
.room-rate { font-size: 11px; color: var(--text-lt); }
.room-rate strong { font-size: 20px; color: var(--navy); font-family: 'Playfair Display', serif; display: block; }

/* ── FEATURE GRID ── */
.feature-strip { background: var(--cream); }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 36px; margin-top: 44px; }
.feature-item { text-align: center; }
.feature-icon { width: 60px; height: 60px; margin: 0 auto 16px; background: var(--white); border: 1px solid var(--gray2); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 26px; }
.feature-item h3 { font-size: 17px; color: var(--navy); margin-bottom: 8px; }
.feature-item p { font-size: 14px; color: var(--text-lt); }

/* ── TESTIMONIAL ── */
.testimonial { background: var(--cream); text-align: center; padding: 72px 32px; }
.stars { color: var(--gold); font-size: 18px; margin-bottom: 16px; letter-spacing: 2px; }
.quote-mark { font-size: 60px; color: var(--gold); font-family: Georgia, serif; line-height: 0.6; margin-bottom: 14px; }
.testimonial blockquote { font-family: 'Playfair Display', serif; font-size: 22px; color: var(--navy); max-width: 640px; margin: 0 auto 18px; line-height: 1.5; }
.testimonial cite { font-size: 13px; color: var(--text-lt); letter-spacing: 0.06em; font-style: normal; }

/* ── CTA BAND ── */
.cta-band { background: var(--navy); text-align: center; padding: 72px 32px; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient(45deg, var(--gold) 0, var(--gold) 1px, transparent 0, transparent 50%); background-size: 20px 20px; opacity: 0.04; }
.cta-band h2 { color: var(--white); font-size: 34px; margin-bottom: 14px; position: relative; }
.cta-band p { color: rgba(255,255,255,0.65); font-size: 16px; margin-bottom: 30px; position: relative; }
.cta-band .btn-primary { position: relative; }

/* ── ROOM DETAIL (rooms page) ── */
.room-detail { padding: 64px 32px; }
.room-detail:nth-child(even) { background: var(--cream); }
.room-detail-inner { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.room-detail-photo { height: 360px; border-radius: 8px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #2B3E57, #213C50); }
.room-detail-photo .photo-ph { border-color: rgba(196,161,134,0.4); color: rgba(196,161,134,0.65); }
.room-detail h2 { font-size: 32px; color: var(--navy); margin-bottom: 16px; }
.badge-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.badge { font-size: 11px; padding: 4px 12px; border-radius: 20px; background: rgba(196,161,134,0.12); color: #8A6A50; border: 1px solid rgba(196,161,134,0.35); font-weight: 500; }
.badge.green { background: rgba(56,142,60,0.1); color: #2e7d32; border-color: rgba(56,142,60,0.25); }
.amenities-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; margin-bottom: 26px; list-style: none; }
.amenities-two-col li { font-size: 13px; color: var(--text-lt); padding-left: 18px; position: relative; }
.amenities-two-col li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-weight: 700; font-size: 11px; }
.rate-line { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.rate-line .price { font-size: 14px; color: var(--text-lt); }
.rate-line .price strong { font-size: 20px; color: var(--navy); font-family: 'Playfair Display', serif; }

/* ── POLICY CARDS ── */
.policy-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 900px; margin: 0 auto; }
.policy-card { background: var(--white); border: 1px solid var(--gray2); border-radius: 8px; padding: 28px; }
.policy-card .ic { font-size: 28px; margin-bottom: 12px; }
.policy-card h3 { font-size: 20px; color: var(--navy); margin-bottom: 10px; }
.policy-card p { font-size: 14px; color: var(--text-lt); }

/* ── AMENITIES PAGE ── */
.amenities-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; margin-top: 44px; }
.amenity-detail { display: flex; gap: 20px; padding: 28px; border: 1px solid var(--gray2); border-radius: 8px; background: var(--white); transition: box-shadow 0.2s; }
.amenity-detail:hover { box-shadow: 0 6px 24px rgba(27,42,59,0.08); }
.amenity-detail .ic { width: 52px; height: 52px; flex-shrink: 0; border-radius: 50%; background: rgba(196,161,134,0.1); border: 1px solid rgba(196,161,134,0.3); display: flex; align-items: center; justify-content: center; font-size: 22px; }
.amenity-detail h3 { font-size: 17px; color: var(--navy); margin-bottom: 6px; }
.amenity-detail p { font-size: 14px; color: var(--text-lt); }

/* ── ABOUT ── */
.about-split { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about-photo { height: 420px; border-radius: 8px; background: linear-gradient(135deg, #2B3E57, #213C50); display: flex; align-items: center; justify-content: center; }
.about-photo .photo-ph { border-color: rgba(196,161,134,0.4); color: rgba(196,161,134,0.65); }
.about-split p { font-size: 16px; color: var(--text-lt); margin-bottom: 18px; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 44px; max-width: var(--maxw); margin-left: auto; margin-right: auto; }
.why-card { padding: 24px; border: 1px solid var(--gray2); border-radius: 8px; background: var(--white); }
.why-card .ic { font-size: 24px; margin-bottom: 12px; }
.why-card h3 { font-size: 16px; color: var(--navy); margin-bottom: 8px; }
.why-card p { font-size: 14px; color: var(--text-lt); }

/* ── LOCAL ── */
.map-embed { width: 100%; height: 360px; border: 0; border-radius: 8px; margin-bottom: 48px; }
.local-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; max-width: var(--maxw); margin: 0 auto; }
.local-card { padding: 28px; border: 1px solid var(--gray2); border-radius: 8px; }
.local-card-head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.local-card-head .ic { font-size: 22px; }
.local-card h3 { font-size: 18px; color: var(--navy); }
.local-card ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.local-card li { font-size: 14px; color: var(--text-lt); padding-left: 14px; position: relative; }
.local-card li::before { content: '—'; position: absolute; left: 0; color: var(--gold); }
.local-card li strong { color: var(--navy); display: block; font-size: 13px; }

/* ── CONTACT ── */
.contact-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.contact-info h2 { font-size: 24px; color: var(--navy); margin-bottom: 26px; }
.contact-row { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 22px; }
.contact-row .ic { font-size: 22px; margin-top: 2px; }
.contact-row h3 { font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; font-family: 'Inter', sans-serif; }
.contact-row p { font-size: 15px; color: var(--text); }
.contact-row p span { display: block; color: var(--text-lt); font-size: 13px; }
.pay-icons { display: flex; gap: 10px; margin-top: 6px; flex-wrap: wrap; }
.pay-badge { background: var(--white); border: 1px solid var(--gray2); border-radius: 4px; padding: 6px 14px; font-size: 12px; font-weight: 600; color: var(--navy); }

.contact-form-card { background: var(--cream); border-radius: 8px; padding: 36px; }
.contact-form-card h2 { font-size: 24px; color: var(--navy); margin-bottom: 8px; }
.contact-form-card > p { font-size: 14px; color: var(--text-lt); margin-bottom: 24px; }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; font-size: 13px; font-weight: 500; color: var(--navy); margin-bottom: 6px; }
.form-field input, .form-field textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--gray2); border-radius: var(--radius); font-family: inherit; font-size: 15px; background: var(--white); }
.form-field textarea { min-height: 120px; resize: vertical; }
.form-note { font-size: 12px; color: var(--text-lt); margin-top: 12px; }
.honeypot { display: none; }

.booking-card { background: var(--navy); border-radius: 8px; padding: 36px; margin-top: 28px; text-align: center; }
.booking-card h2 { color: var(--white); font-size: 22px; margin-bottom: 10px; }
.booking-card p { color: rgba(255,255,255,0.7); font-size: 14px; margin-bottom: 22px; }

.policy-table { margin-top: 8px; }
.policy-table .row { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid var(--gray2); font-size: 13px; }
.policy-table .row span:first-child { color: var(--text-lt); }
.policy-table .row span:last-child { font-weight: 500; color: var(--navy); }

/* ── FOOTER ── */
.site-footer { background: var(--navy); color: var(--white); padding: 56px 32px 28px; }
.footer-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 48px; margin-bottom: 44px; }
.footer-brand .nav-logo { font-size: 19px; display: inline-block; margin-bottom: 14px; }
.footer-brand p { font-size: 14px; color: rgba(255,255,255,0.5); }
.footer-col h3 { font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; font-family: 'Inter', sans-serif; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 14px; color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold); }
.footer-col address { font-style: normal; font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.9; }
.footer-bottom { max-width: var(--maxw); margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 22px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.35); }
.footer-pay { display: flex; gap: 8px; }
.footer-pay span { font-size: 11px; padding: 3px 10px; border: 1px solid rgba(255,255,255,0.2); border-radius: 3px; color: rgba(255,255,255,0.4); }

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  section { padding: 56px 22px; }
  .room-detail-inner, .about-split, .contact-grid, .footer-grid, .policy-cards, .why-grid { grid-template-columns: 1fr; }
  .room-detail-inner { gap: 28px; }
  .cta-band h2 { font-size: 28px; }
  .amenity-bar { gap: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto !important; transition: none !important; }
}

/* ── LOGO + GALLERY ── */
.nav-logo { display: flex; align-items: center; gap: 12px; }
.nav-mark { height: 42px; width: auto; }
.nav-logo .nav-text { display: flex; flex-direction: column; line-height: 1.15; }
.hero-logo { width: min(440px, 82%); height: auto; margin: 0 auto 18px; display: block; }
.footer-logo { height: 96px; width: auto; margin-bottom: 14px; }
.gallery-main { height: 360px; border-radius: 8px; overflow: hidden; }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-thumbs { display: flex; gap: 8px; margin-top: 10px; }
.gallery-thumbs button { flex: 1; height: 62px; border: 1px solid var(--gray2); border-radius: 5px; overflow: hidden; padding: 0; cursor: pointer; background: none; transition: border-color .15s; }
.gallery-thumbs button:hover { border-color: var(--gold); }
.gallery-thumbs button.active { border: 2px solid var(--gold); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; display: block; }
.policy-card .policy-photo { width: 100%; height: 200px; object-fit: cover; border-radius: 6px; margin-bottom: 16px; }
@media (max-width: 860px) { .footer-logo { height: 80px; } }

/* ── AMENITY ICON BADGES (SVG, copper) ── */
.amenities-list .amenity-detail { flex-direction: column; align-items: flex-start; gap: 18px; padding: 32px 28px; border-radius: 12px; }
.amenity-badge { width: 74px; height: 74px; border-radius: 18px; background: linear-gradient(135deg, rgba(196,161,134,0.22), rgba(196,161,134,0.05)); border: 1px solid rgba(196,161,134,0.32); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.amenity-badge svg { width: 38px; height: 38px; stroke: var(--gold); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.amenities-list .amenity-detail h3 { font-size: 19px; margin-bottom: 0; }
.amenity-icon svg { width: 22px; height: 22px; stroke: var(--gold); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* ── SITE-WIDE SVG ICONS (consistency) ── */
.feature-icon svg, .ic svg { stroke: var(--gold); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.feature-icon svg { width: 30px; height: 30px; }
.ic svg { width: 26px; height: 26px; display: inline-block; vertical-align: middle; }
.policy-card .ic svg { width: 30px; height: 30px; }

/* ── GUEST REVIEWS ── */
.reviews { background: var(--cream); }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin-top: 44px; }
.review-card { background: var(--white); border: 1px solid var(--gray2); border-radius: 12px; padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.review-card .stars { color: var(--gold); font-size: 15px; letter-spacing: 2px; margin: 0; }
.review-text { font-size: 14.5px; color: var(--text); line-height: 1.7; flex: 1; }
.review-author { display: flex; align-items: center; gap: 12px; margin-top: 4px; padding-top: 16px; border-top: 1px solid var(--gray1); }
.review-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: var(--gold-lt); display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 15px; font-weight: 500; flex-shrink: 0; }
.review-name { font-size: 14px; font-weight: 600; color: var(--navy); }
.review-meta { font-size: 12px; color: var(--text-lt); }
.reviews-cta { text-align: center; margin-top: 36px; }
