:root {
  --charcoal: #1C1A14;
  --charcoal-deep: #141210;
  --gold: #C9A96E;
  --gold-light: #E8D9BB;
  --gold-tint: #FDF6E8;
  --gold-border: #D4A84B;
  --offwhite: #F7F5F0;
  --border: #2a2820;
  --border-light: #e0dbd0;
  --muted: #8a8270;
  --muted-dark: #6a6050;
  --text-dark: #1C1A14;
  --text-body: #3D3A30;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; font-weight: 300; color: var(--text-body); background: var(--offwhite); line-height: 1.7; }
h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; font-weight: 400; line-height: 1.2; }
img { display: block; max-width: 100%; }

/* NAV */
nav { position: sticky; top: 0; z-index: 100; background: var(--charcoal); border-bottom: 0.5px solid var(--border); padding: 0 2rem; height: 60px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 400; color: var(--gold-light); text-decoration: none; letter-spacing: 0.02em; }
.nav-logo em { font-style: italic; color: var(--gold); }
.nav-links { display: flex; align-items: center; gap: 1.75rem; list-style: none; }
.nav-links a { font-size: 11px; font-weight: 400; color: var(--muted); text-decoration: none; letter-spacing: 0.1em; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold-light); }
.nav-links a.active { color: var(--gold-light); }
.nav-cta { background: var(--gold) !important; color: var(--charcoal) !important; padding: 7px 18px; border-radius: 4px; font-weight: 500 !important; transition: opacity 0.2s !important; }
.nav-cta:hover { opacity: 0.88; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 4px; }
.nav-toggle span { display: block; width: 22px; height: 1.5px; background: var(--gold-light); }

/* HERO */
.hero { background: var(--charcoal); position: relative; overflow: hidden; min-height: 50vh; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.hero-bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; opacity: 0.55; display: block; }
.hero::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to bottom, rgba(28,26,20,0.0) 0%, rgba(28,26,20,0.25) 40%, rgba(28,26,20,0.15) 100%); z-index: 1; pointer-events: none; }
.hero-content { position: relative; z-index: 2; text-align: center; padding: 4rem 2rem; max-width: 700px; }
.hero-badge { display: inline-block; border: 0.5px solid var(--gold); border-radius: 20px; font-size: 11px; color: var(--gold); letter-spacing: 0.1em; padding: 5px 16px; margin-bottom: 1.5rem; }
.hero-eyebrow { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 1rem; font-family: 'DM Sans', sans-serif; }
.hero h1 { font-size: clamp(42px, 7vw, 72px); color: var(--gold-light); margin-bottom: 1.25rem; font-weight: 300; text-shadow: 0 2px 20px rgba(0,0,0,0.4); }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero-sub { font-size: 16px; color: var(--gold-light); line-height: 1.65; margin-bottom: 2rem; max-width: 480px; margin-left: auto; margin-right: auto; opacity: 0.85; }
.hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-gold { background: var(--gold); color: var(--charcoal); padding: 12px 28px; border-radius: 4px; font-size: 12px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; transition: opacity 0.2s; display: inline-block; }
.btn-gold:hover { opacity: 0.88; }
.btn-outline { border: 0.5px solid var(--gold-light); color: var(--gold-light); padding: 12px 28px; border-radius: 4px; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; transition: border-color 0.2s, color 0.2s; display: inline-block; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

/* TRUST BAR */
.trust-bar { background: var(--charcoal-deep); border-top: 0.5px solid var(--border); padding: 1rem 2rem; display: flex; justify-content: center; flex-wrap: wrap; gap: 0.5rem 2rem; }
.trust-item { display: flex; align-items: center; gap: 7px; font-size: 12px; color: var(--gold-light); }
.trust-item svg { width: 14px; height: 14px; stroke: var(--gold); fill: none; stroke-width: 1.5; flex-shrink: 0; }

/* LAYOUT */
section { padding: 5rem 2rem; }
.container { max-width: 1080px; margin: 0 auto; }
.section-eyebrow { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; font-family: 'DM Sans', sans-serif; font-weight: 400; }
.section-title { font-size: clamp(28px, 4vw, 42px); color: var(--text-dark); margin-bottom: 1.25rem; }
.section-title em { font-style: italic; color: var(--gold); }
.section-intro { font-size: 15px; color: #666; max-width: 560px; line-height: 1.7; margin-bottom: 2.5rem; }

/* GALLERY */
.gallery-section { background: var(--offwhite); }

/* Hero gallery layout */
.gallery-hero { display: grid; grid-template-columns: 2fr 1fr; gap: 6px; margin-top: 2.5rem; border-radius: 8px; overflow: hidden; height: 420px; }
.gallery-hero-main { position: relative; cursor: pointer; overflow: hidden; }
.gallery-hero-main img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; display: block; }
.gallery-hero-main:hover img { transform: scale(1.03); }
.gallery-hero-side { display: flex; flex-direction: column; gap: 6px; }
.gallery-hero-side-img { position: relative; cursor: pointer; overflow: hidden; flex: 1; }
.gallery-hero-side-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; display: block; }
.gallery-hero-side-img:hover img { transform: scale(1.03); }
.gallery-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(28,26,20,0); transition: background 0.3s; display: flex; align-items: center; justify-content: center; }
.gallery-hero-main:hover .gallery-overlay,
.gallery-hero-side-img:hover .gallery-overlay { background: rgba(28,26,20,0.25); }
.gallery-overlay svg { width: 32px; height: 32px; stroke: white; fill: none; stroke-width: 1.5; opacity: 0; transition: opacity 0.3s; }
.gallery-hero-main:hover .gallery-overlay svg,
.gallery-hero-side-img:hover .gallery-overlay svg { opacity: 1; }

/* Thumbnail strip */
.gallery-thumbs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; margin-top: 6px; }
.gallery-thumb { position: relative; cursor: pointer; overflow: hidden; border-radius: 4px; aspect-ratio: 4/3; background: #d0ccc0; }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; display: block; }
.gallery-thumb:hover img { transform: scale(1.06); }
.gallery-thumb-more { position: relative; }
.gallery-more-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(28,26,20,0.6); display: flex; align-items: center; justify-content: center; }
.gallery-more-overlay span { color: white; font-size: 12px; font-weight: 500; font-family: 'DM Sans', sans-serif; letter-spacing: 0.04em; text-align: center; }


/* LIGHTBOX */
.lightbox { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(20,18,14,0.96); z-index: 1000; align-items: center; justify-content: center; padding: 2rem; touch-action: pan-y; }
.lightbox.active { display: flex; }
.lightbox-img { max-width: 90vw; max-height: 85vh; object-fit: contain; user-select: none; -webkit-user-drag: none; }
.lb-close { position: fixed; top: 1.5rem; right: 1.5rem; background: rgba(0,0,0,0.35); border: 0.5px solid var(--muted-dark); color: var(--muted); width: 40px; height: 40px; border-radius: 50%; cursor: pointer; font-size: 18px; display: flex; align-items: center; justify-content: center; transition: border-color 0.2s, color 0.2s; z-index: 1002; }
.lb-close:hover { border-color: var(--gold); color: var(--gold); }
.lb-nav { position: fixed; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,0.35); border: 0.5px solid var(--muted-dark); color: var(--muted); width: 44px; height: 44px; border-radius: 50%; cursor: pointer; font-size: 20px; display: flex; align-items: center; justify-content: center; transition: border-color 0.2s, color 0.2s; z-index: 1002; }
.lb-nav:hover { border-color: var(--gold); color: var(--gold); }
.lb-prev { left: 1.5rem; }
.lb-next { right: 1.5rem; }
.lb-counter { position: fixed; bottom: 1.25rem; left: 50%; transform: translateX(-50%); color: var(--muted); font-family: 'DM Sans', sans-serif; font-size: 12px; letter-spacing: 0.05em; z-index: 1002; }

@media (max-width: 768px) {
  .lb-nav { width: 52px; height: 52px; background: rgba(0,0,0,0.55); font-size: 24px; }
  .lb-close { width: 44px; height: 44px; background: rgba(0,0,0,0.55); }
}

/* FEATURES */
.features-section { background: #fff; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
.feature-card { padding: 1.5rem; border: 0.5px solid var(--border-light); border-radius: 8px; background: var(--offwhite); }
.feature-icon { width: 32px; height: 32px; margin-bottom: 1rem; }
.feature-icon svg { width: 100%; height: 100%; stroke: var(--gold); fill: none; stroke-width: 1.5; }
.feature-card h3 { font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500; color: var(--text-dark); margin-bottom: 0.4rem; }
.feature-card p { font-size: 13px; color: #777; line-height: 1.55; }

/* AMENITIES */
.amenities-section { background: var(--offwhite); }
.pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2rem; }
.pill { font-size: 12px; padding: 6px 14px; border-radius: 20px; border: 0.5px solid var(--border-light); color: #555; background: #fff; }
.pill-coming { font-size: 12px; padding: 6px 14px; border-radius: 20px; border: 0.5px solid var(--gold-border); color: #8a6020; background: var(--gold-tint); }

/* LONGER STAYS */
.longer-stays { background: var(--charcoal); padding: 5rem 2rem; }
.longer-inner { max-width: 860px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.longer-stays h2 { color: var(--gold-light); margin-bottom: 1rem; }
.longer-stays h2 em { color: var(--gold); }
.longer-stays p { color: var(--muted); font-size: 15px; line-height: 1.7; margin-bottom: 1.5rem; }
.longer-box { background: rgba(201,169,110,0.08); border: 0.5px solid rgba(201,169,110,0.25); border-radius: 8px; padding: 1.75rem; }
.longer-box h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: var(--gold-light); margin-bottom: 0.75rem; }
.longer-box p { font-size: 13px; color: var(--muted); margin-bottom: 1.25rem; line-height: 1.6; }
.longer-box ul { list-style: none; margin-bottom: 1.5rem; }
.longer-box ul li { font-size: 13px; color: var(--muted); padding: 0.3rem 0; display: flex; align-items: center; gap: 8px; }
.longer-box ul li::before { content: ''; display: block; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

/* LOCATION */
.location-section { background: var(--offwhite); }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; margin-top: 2.5rem; }
.location-map { border-radius: 8px; overflow: hidden; border: 0.5px solid var(--border-light); height: 360px; }
.location-map iframe { width: 100%; height: 100%; border: none; }
.location-item { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 1.25rem; }
.location-item svg { width: 18px; height: 18px; stroke: var(--gold); fill: none; stroke-width: 1.5; flex-shrink: 0; margin-top: 2px; }
.location-item h4 { font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 500; color: var(--text-dark); margin-bottom: 2px; }
.location-item p { font-size: 13px; color: #777; line-height: 1.5; }

/* ENQUIRY */
.enquiry-section { background: var(--charcoal); padding: 5rem 2rem; }
.enquiry-inner { max-width: 680px; margin: 0 auto; }
.form-note { font-size: 13px; color: var(--muted); margin-bottom: 2rem; padding: 1rem 1.25rem; border: 0.5px solid var(--border); border-radius: 6px; background: rgba(255,255,255,0.03); line-height: 1.6; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group.full { grid-column: span 2; }
label { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-dark); }
input, select, textarea { background: rgba(255,255,255,0.18); border: 0.5px solid var(--border); border-radius: 4px; padding: 11px 14px; font-size: 14px; font-family: 'DM Sans', sans-serif; font-weight: 300; color: var(--gold-light); width: 100%; transition: border-color 0.2s; -webkit-appearance: none; }
input::placeholder, textarea::placeholder { color: var(--gold-light); opacity: 0.6; }
input[type="date"] { color: var(--gold-light); }
select { color: var(--gold-light); }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--gold); }
select option { background: var(--charcoal); color: var(--gold-light); }
input[type="date"]::-webkit-calendar-picker-indicator { filter: invert(0.6) sepia(1) saturate(0.5) hue-rotate(5deg); cursor: pointer; }
textarea { resize: vertical; min-height: 110px; }
.btn-submit { width: 100%; background: var(--gold); color: var(--charcoal); border: none; padding: 14px; border-radius: 4px; font-size: 13px; font-weight: 500; font-family: 'DM Sans', sans-serif; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; transition: opacity 0.2s; margin-top: 1.5rem; }
.btn-submit:hover { opacity: 0.88; }
.form-legal { font-size: 11px; color: var(--muted-dark); margin-top: 0.75rem; text-align: center; line-height: 1.5; }
.form-success { display: none; text-align: center; padding: 2.5rem; background: rgba(201,169,110,0.08); border: 0.5px solid rgba(201,169,110,0.3); border-radius: 8px; margin-top: 1rem; }
.form-success h3 { color: var(--gold); font-family: 'Cormorant Garamond', serif; font-size: 26px; margin-bottom: 0.5rem; }
.form-success p { color: var(--muted); font-size: 14px; }

/* FOOTER */
footer { background: var(--charcoal-deep); border-top: 0.5px solid var(--border); padding: 2.5rem 2rem; }
.footer-inner { max-width: 1080px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 16px; color: var(--gold-light); text-decoration: none; }
.footer-logo em { font-style: italic; color: var(--gold); }
.footer-links { display: flex; gap: 1.5rem; list-style: none; flex-wrap: wrap; }
.footer-links a { font-size: 12px; color: var(--muted-dark); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold-light); }
.footer-eclipta { font-size: 11px; color: var(--gold); }
.footer-eclipta span { color: var(--gold); }

/* THINGS TO DO PAGE */
.page-header { background: var(--charcoal); padding: 5rem 2rem 4rem; text-align: center; }
.page-header .eyebrow { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; font-family: 'DM Sans', sans-serif; }
.page-header h1 { font-size: clamp(32px, 5vw, 56px); color: var(--gold-light); font-weight: 300; margin-bottom: 1rem; }
.page-header h1 em { font-style: italic; color: var(--gold); }
.page-header p { font-size: 15px; color: var(--muted); max-width: 520px; margin: 0 auto; line-height: 1.7; }
.back-bar { background: var(--offwhite); border-bottom: 0.5px solid var(--border-light); padding: 0.75rem 2rem; }
.back-link { font-size: 12px; color: var(--muted); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; letter-spacing: 0.06em; }
.back-link:hover { color: var(--text-dark); }
.back-link svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 2; }
.things-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.thing-card { background: #fff; border: 0.5px solid var(--border-light); border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; }
.thing-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: #d4cfc8; }
.thing-img-ph { width: 100%; aspect-ratio: 16/9; background: #d4cfc8; display: flex; align-items: center; justify-content: center; }
.thing-img-ph svg { width: 28px; height: 28px; stroke: #aaa; fill: none; stroke-width: 1.5; }
.thing-body { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; }
.thing-tag { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.4rem; }
.thing-title { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--text-dark); margin-bottom: 0.5rem; }
.thing-desc { font-size: 13px; color: #666; line-height: 1.6; flex: 1; margin-bottom: 1rem; }
.thing-link { font-size: 11px; font-weight: 500; color: var(--gold); text-decoration: none; letter-spacing: 0.06em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 5px; margin-top: auto; }
.thing-link svg { width: 11px; height: 11px; stroke: var(--gold); fill: none; stroke-width: 2; }
.section-divider { border: none; border-top: 0.5px solid var(--border-light); margin: 0; }
.treaty-banner { background: var(--charcoal); padding: 3rem 2rem; }
.treaty-inner { max-width: 1080px; margin: 0 auto; }
.treaty-box { background: rgba(201,169,110,0.1); border: 0.5px solid rgba(201,169,110,0.35); border-radius: 8px; padding: 1.25rem 1.75rem; margin-bottom: 3rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.treaty-box p { font-size: 15px; color: var(--gold-light); font-family: 'Cormorant Garamond', serif; line-height: 1.4; }
.treaty-box small { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 0.4rem; }
.treaty-link { font-size: 11px; font-weight: 500; color: var(--gold); border: 0.5px solid rgba(201,169,110,0.4); padding: 8px 16px; border-radius: 4px; text-decoration: none; white-space: nowrap; }
.daytrips-section { background: var(--charcoal); padding: 4rem 2rem 5rem; }
.daytrips-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.daytrip-card { background: var(--offwhite); border: 0.5px solid var(--border-light); border-radius: 8px; overflow: hidden; }
.daytrip-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: #d4cfc8; display: block; }
.daytrip-body { padding: 1.25rem; }
.daytrip-time { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: #9a7a40; margin-bottom: 0.4rem; }
.daytrip-title { font-family: 'Cormorant Garamond', serif; font-size: 19px; color: var(--text-dark); margin-bottom: 0.5rem; }
.daytrip-desc { font-size: 13px; color: #666; line-height: 1.55; }
.border-note { max-width: 1080px; margin: 2rem auto 0; padding: 1rem 1.25rem; border: 0.5px solid var(--border); border-radius: 6px; font-size: 13px; color: var(--muted); line-height: 1.6; }

/* FACILITIES */
.facilities-section { background: #fff; }
.facilities-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
.facility-card { background: var(--offwhite); border: 0.5px solid var(--border-light); border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; }
.facility-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: #d4cfc8; display: block; }
.facility-img-ph { width: 100%; aspect-ratio: 16/9; background: #d4cfc8; display: flex; align-items: center; justify-content: center; }
.facility-img-ph svg { width: 32px; height: 32px; stroke: #aaa; fill: none; stroke-width: 1.5; }
.facility-body { padding: 1.25rem; flex: 1; }
.facility-status { font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.5rem; }
.facility-status.open { color: #4a7c59; }
.facility-status.coming { color: #9a7a40; }
.facility-title { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--text-dark); margin-bottom: 0.5rem; }
.facility-desc { font-size: 13px; color: #777; line-height: 1.6; }

/* RESPONSIVE */
@media (max-width: 768px) {
  nav { padding: 0 1.25rem; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 60px; left: 0; right: 0; background: var(--charcoal); padding: 1.5rem; gap: 1.25rem; border-bottom: 0.5px solid var(--border); z-index: 99; }
  .nav-toggle { display: flex; }
  section, .longer-stays, .enquiry-section { padding: 3.5rem 1.25rem; }
  .gallery-hero { grid-template-columns: 1fr; height: auto; }
  .gallery-hero-side { flex-direction: row; height: 160px; }
  .gallery-thumbs { grid-template-columns: repeat(4, 1fr); }
  .features-grid, .things-grid, .daytrips-grid, .facilities-grid, .reviews-grid { grid-template-columns: 1fr; }
  .location-grid, .longer-inner, .form-grid { grid-template-columns: 1fr; }
  .form-group.full { grid-column: span 1; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-links { justify-content: center; }
  .lb-prev { left: 0.5rem; }
  .lb-next { right: 0.5rem; }
}
@media (max-width: 480px) {
  .gallery-hero-side { flex-direction: row; height: 120px; }
  .gallery-thumbs { grid-template-columns: repeat(3, 1fr); }
  .hero h1 { font-size: 36px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; }
}

/* REVIEWS */
.reviews-section { background: var(--offwhite); padding: 5rem 2rem; }
.reviews-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2.5rem; }
.review-card { background: #fff; border: 0.5px solid var(--border-light); border-radius: 8px; padding: 1.75rem; display: flex; flex-direction: column; gap: 1rem; }
.review-top { display: flex; justify-content: space-between; align-items: flex-start; }
.review-stars { color: var(--gold); font-size: 16px; letter-spacing: 3px; }
.review-quote { font-family: 'Cormorant Garamond', serif; font-size: 48px; color: var(--border-light); line-height: 1; font-weight: 400; }
.review-text { font-size: 14px; color: #555; line-height: 1.75; flex: 1; }
.review-meta { padding-top: 1rem; border-top: 0.5px solid var(--border-light); }
.review-author { display: block; font-size: 14px; font-weight: 500; color: var(--text-dark); margin-bottom: 2px; }
.review-type { font-size: 12px; color: var(--muted); }
.reviews-badge { display: flex; align-items: center; gap: 1.25rem; margin-top: 2rem; padding: 1.25rem 1.5rem; background: #fff; border: 0.5px solid var(--border-light); border-radius: 8px; width: fit-content; }
.badge-score { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 300; color: var(--text-dark); line-height: 1; }
.badge-stars { color: var(--gold); font-size: 16px; letter-spacing: 3px; margin-bottom: 3px; }
.badge-text { font-size: 12px; color: var(--muted); }

/* MANAGED BY */
.managed-by-section { background: var(--offwhite); padding: 0 2rem 2.5rem; }
.managed-by-inner { max-width: 700px; margin: 0 auto; display: flex; align-items: center; gap: 1.25rem; padding: 1rem 1.5rem; background: #fff; border: 0.5px solid var(--border-light); border-radius: 8px; }
.managed-by-logo { width: 56px; height: 56px; object-fit: contain; border-radius: 6px; flex-shrink: 0; }
.managed-by-text { font-size: 13px; color: #555; line-height: 1.6; margin: 0; }

@media (max-width: 600px) {
  .managed-by-inner { flex-direction: column; text-align: center; gap: 0.75rem; }
}
