/* =============================================
   POUSADA CASA DA TUTA – Global Stylesheet
   ============================================= */

/* CUSTOM PROPERTIES */
:root {
  --bg: hsl(30, 25%, 96%);
  --bg-light: hsl(30, 30%, 98%);
  --fg: hsl(340, 40%, 20%);
  --card: hsl(0, 0%, 100%);
  --primary: hsl(340, 60%, 30%);
  --primary-light: hsl(340, 50%, 40%);
  --primary-fg: hsl(0, 0%, 100%);
  --muted-fg: hsl(340, 15%, 50%);
  --accent: hsl(38, 55%, 55%);
  --accent-dark: hsl(340, 45%, 35%);
  --border: hsl(340, 15%, 88%);
  --secondary-bg: hsla(30, 25%, 96%, 0.3);
  --nav-h: 10rem;
}

/* RESET & BASE */
html { scroll-behavior: smooth; }
* { margin: 0; padding: 0; box-sizing: border-box; border-color: var(--border); }
body { font-family: 'Lato', sans-serif; line-height: 1.6; background: var(--bg); color: var(--fg); }
h1,h2,h3,h4,h5,h6 { font-family: 'Playfair Display', serif; font-weight: 700; color: var(--primary); }

img { max-width: 100%; }
a { text-decoration: none; }

/* UTILITIES */
.container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; }
.section-title { text-align: center; margin-bottom: 3rem; }
.section-title h2 { font-size: 2rem; margin-bottom: 1rem; }
.section-title .bar { width: 5rem; height: 4px; background: var(--accent); margin: 0 auto; }
.section-title p { color: var(--muted-fg); font-size: 1.1rem; margin-top: 1rem; }
.btn-primary { display: inline-block; background: var(--primary); color: var(--primary-fg); padding: 0.75rem 1.5rem; border-radius: 0.25rem; font-weight: 600; border: none; cursor: pointer; transition: all 0.3s; font-size: 1rem; }
.btn-primary:hover { background: var(--primary-light); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.btn-outline { display: inline-block; background: transparent; color: var(--primary); border: 2px solid var(--primary); padding: 0.75rem 1.5rem; border-radius: 0.25rem; font-weight: 600; cursor: pointer; transition: all 0.3s; font-size: 1rem; }
.btn-outline:hover { background: var(--primary); color: var(--primary-fg); }

/* PAGE HEADER (non-home pages) */
.page-header { margin-top: var(--nav-h); background: var(--card); padding: 3rem 0 2.5rem; border-bottom: 1px solid var(--border); text-align: center; }
.page-header h1 { font-size: 2.5rem; margin-bottom: 0.5rem; }
.page-header .bar { width: 5rem; height: 4px; background: var(--accent); margin: 0.75rem auto 0; }
.page-header p { color: var(--muted-fg); font-size: 1.1rem; margin-top: 0.75rem; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; background: var(--card); box-shadow: 0 2px 8px rgba(0,0,0,0.08); z-index: 50; }
.nav-inner { display: flex; justify-content: space-between; align-items: center; padding: 1rem; }
.nav-inner img { height: 9.6rem; }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { color: var(--fg); font-weight: 600; transition: color 0.3s; }
.nav-links a:hover, .nav-links a.active { color: var(--primary); }
.nav-links a.active { border-bottom: 2px solid var(--accent); padding-bottom: 2px; }
.nav-mobile-btn { display: none; background: none; border: none; font-size: 1.5rem; color: var(--primary); cursor: pointer; }
.nav-mobile { display: none; background: var(--card); border-top: 1px solid var(--border); padding: 1rem; }
.nav-mobile a { display: block; padding: 0.75rem 0; color: var(--fg); font-weight: 600; }
.nav-mobile a:hover, .nav-mobile a.active { color: var(--primary); }

/* HERO */
.hero { margin-top: var(--nav-h); display: grid; grid-template-columns: 1fr 1fr; min-height: calc(100vh - var(--nav-h)); }
.hero-img { background: url('../images/hero-fachada.jpg') center/cover; min-height: 400px; }
.hero-text { background: var(--card); padding: 3rem; display: flex; flex-direction: column; justify-content: center; }
.hero-text h1 { font-size: 3.5rem; margin-bottom: 0.5rem; }
.hero-text .subtitle { color: var(--accent); font-size: 1.25rem; margin-bottom: 0.5rem; }
.hero-text p { color: var(--muted-fg); margin-bottom: 2rem; line-height: 1.8; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* HOME PREVIEWS */
.page-previews { padding: 5rem 0; background: var(--card); }
.previews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.preview-card { background: var(--bg); border-radius: 0.5rem; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.08); display: flex; flex-direction: column; transition: box-shadow 0.3s, transform 0.3s; }
.preview-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.12); transform: translateY(-3px); }
.preview-card img { width: 100%; height: 200px; object-fit: cover; display: block; }
.preview-info { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.preview-info h3 { font-size: 1.2rem; margin-bottom: 0.5rem; }
.preview-info p { color: var(--muted-fg); margin-bottom: 1.25rem; flex: 1; line-height: 1.6; font-size: 0.95rem; }

/* ABOUT */
.about { padding: 5rem 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.about-grid p { margin-bottom: 1.5rem; line-height: 1.8; }
.about-img { height: 400px; background: url('../images/hero-aquarela.jpeg') center/cover; border-radius: 0.25rem; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }

/* GALLERY POUSADA */
.gallery-pousada { padding: 5rem 0; }
.gallery-pousada h3 { font-size: 1.5rem; text-align: center; margin-bottom: 2.5rem; color: var(--fg); font-weight: 600; }
.gp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.gp-grid .gp-item { position: relative; overflow: hidden; border-radius: 0.25rem; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: transform 0.3s ease; }
.gp-grid .gp-item img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1; }
.gp-grid .gp-item:hover { transform: scale(1.07); }
.gp-grid .gp-item:first-child { grid-column: span 2; grid-row: span 2; }

/* AMENITIES */
.amenities { padding: 5rem 0; background: var(--card); }
.amenities-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.amenity-card { background: var(--bg); padding: 2rem; border-radius: 0.25rem; text-align: center; box-shadow: 0 1px 4px rgba(0,0,0,0.05); transition: all 0.3s; }
.amenity-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.1); transform: translateY(-4px); }
.amenity-card .icon { font-size: 3rem; margin-bottom: 1rem; }
.amenity-card h4 { margin-bottom: 0.5rem; }
.amenity-card p { color: var(--muted-fg); font-size: 0.9rem; }

/* ROOMS GALLERY */
.rooms-gallery { padding: 5rem 0; background: var(--card); }
.rooms-gallery .subtitle-text { text-align: center; color: var(--muted-fg); font-size: 1.1rem; margin: -1.5rem auto 2.5rem; max-width: 42rem; }
.rg-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.rg-item { position: relative; overflow: hidden; border-radius: 0.25rem; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: transform 0.3s ease; }
.rg-item img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1; }
.rg-item:hover { transform: scale(1.07); }
.rg-item.featured { grid-column: span 2; grid-row: span 2; }
.rg-item .overlay { display: none; }

/* BREAKFAST */
.breakfast { padding: 5rem 0; }
.breakfast-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; margin-bottom: 2.5rem; }
.breakfast-grid p { margin-bottom: 1.5rem; line-height: 1.8; }
.breakfast-photos-top { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.breakfast-photos-top div { aspect-ratio: 1; background-size: cover; background-position: center; border-radius: 0.25rem; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.breakfast-photos { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0.75rem; }
.breakfast-photos div { aspect-ratio: 1; background-size: cover; background-position: center; border-radius: 0.25rem; box-shadow: 0 1px 4px rgba(0,0,0,0.05); }
.check-list { list-style: none; padding: 0; }
.check-list li { padding: 0.5rem 0 0.5rem 2rem; position: relative; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--primary); font-weight: 700; }

/* TIRADENTES */
.tiradentes { padding: 5rem 0; background: var(--card); }
.hero-attractions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-bottom: 3rem; }
.hero-attr-card { background: var(--bg); border-radius: 0.5rem; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.08); display: flex; flex-direction: column; }
.hero-attr-card img { height: 16rem; object-fit: cover; width: 100%; transition: transform 0.5s; }
.hero-attr-card:hover img { transform: scale(1.05); }
.hero-attr-card .info { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.hero-attr-card h3 { font-size: 1.25rem; margin-bottom: 0.5rem; }
.hero-attr-card p { color: var(--muted-fg); margin-bottom: 1rem; flex: 1; }
.map-link { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.9rem; font-weight: 600; color: var(--primary); transition: color 0.3s; }
.map-link:hover { color: var(--accent); }
.extra-attractions { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin-bottom: 2.5rem; }
.extra-card { background: var(--bg); border-radius: 0.5rem; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 1px 4px rgba(0,0,0,0.05); transition: box-shadow 0.3s, transform 0.3s; cursor: pointer; }
.extra-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.13); transform: translateY(-3px); }
.extra-card img { height: 10rem; object-fit: cover; width: 100%; }
.extra-card .info { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; }
.extra-card .cat { font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: var(--primary); opacity: 0.7; margin-bottom: 0.25rem; }
.extra-card h4 { font-size: 1rem; margin-bottom: 0.5rem; }
.extra-card p { color: var(--muted-fg); font-size: 0.9rem; margin-bottom: 1rem; flex: 1; }
/* ATTRACTION CARDS GRID */
.attr-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin-bottom: 3rem; }
.attr-card { background: var(--card); border-radius: 0.5rem; overflow: hidden; box-shadow: 0 1px 4px rgba(0,0,0,0.06); border: 1px solid var(--border); transition: box-shadow 0.3s, transform 0.3s; display: flex; flex-direction: column; cursor: pointer; }
.attr-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.13); transform: translateY(-3px); }
.attr-card > img { width: 100%; height: 160px; object-fit: cover; display: block; transition: transform 0.4s; }
.attr-card:hover > img { transform: scale(1.04); }
.attr-card-info { padding: 0.875rem 0.875rem 1rem; }
.attr-cat { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--primary); display: block; margin-bottom: 0.3rem; opacity: 0.75; }
.attr-card h4 { font-size: 0.92rem; font-weight: 700; margin: 0; line-height: 1.35; color: var(--fg); }
.modal-map { display: inline-block; margin-top: 1.25rem; font-size: 0.9rem; font-weight: 600; color: var(--primary); transition: color 0.2s; }
.modal-map:hover { color: var(--accent); }
.tip-text { text-align: center; color: var(--muted-fg); font-style: italic; font-size: 0.9rem; margin-bottom: 2rem; max-width: 42rem; margin-left: auto; margin-right: auto; }
.location-box { background: var(--bg); padding: 2rem; border-radius: 0.25rem; }
.location-box h3 { margin-bottom: 1.5rem; }
.location-box h4 { margin-bottom: 0.75rem; }
.location-box ul { list-style: none; padding: 0; }
.location-box li { padding: 0.25rem 0; }
.mapa-img { width: 100%; border-radius: 0.25rem; margin-bottom: 1.5rem; box-shadow: 0 2px 8px rgba(0,0,0,0.12); }
.dist-list { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0.25rem 2rem; margin-top: 0.75rem; }
.dist-list li { display: flex; align-items: center; gap: 0.5rem; padding: 0.35rem 0; border-bottom: 1px solid var(--border); font-size: 0.9rem; }
.dist-icon { font-size: 1rem; flex-shrink: 0; }
.dist-name { flex: 1; color: var(--fg); }
.dist-val { font-weight: 700; color: var(--primary); white-space: nowrap; }

/* EVENTS */
.events { padding: 5rem 0; }
.events-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; margin-bottom: 2.5rem; }
.event-card { background: var(--card); border-radius: 0.5rem; overflow: hidden; box-shadow: 0 1px 4px rgba(0,0,0,0.05); border: 1px solid var(--border); transition: box-shadow 0.3s, transform 0.3s; display: flex; flex-direction: column; cursor: pointer; }
.event-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.14); transform: translateY(-2px); }
.event-card > img { width: 100%; height: 180px; object-fit: cover; display: block; }
.event-card-info { text-align: center; padding: 0.875rem 0.75rem 1rem; }
.event-card .month { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--primary); display: block; margin-bottom: 0.3rem; }
.event-card h4 { font-size: 0.95rem; font-weight: 700; margin: 0; line-height: 1.3; }

/* Banner-style cards for major shows (Planeta Tiradentes / Desafio Real) */
.event-card--banner {
  position: relative;
  width: 100%;
  padding-bottom: 200%;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid var(--border);
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  transition: box-shadow 0.3s, transform 0.3s;
}
.event-card--banner:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.14); transform: translateY(-2px); }
.event-card--banner > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.variable-events { padding: 2.5rem 0 0; }
.variable-events .section-title { margin-bottom: 2rem; }
.ve-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.6rem; }
.ve-card { background: var(--card); border-radius: 0.5rem; overflow: hidden; padding: 0; box-shadow: 0 1px 4px rgba(0,0,0,0.06); border: 1px solid var(--border); cursor: pointer; transition: box-shadow 0.3s, transform 0.3s; }
.ve-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.14); transform: translateY(-2px); }
.ve-card-img { width: 100%; height: 200px; object-fit: cover; display: block; transition: transform 0.4s; }
.ve-card:hover .ve-card-img { transform: scale(1.04); }
.ve-card h4 { font-weight: 600; margin-bottom: 0.25rem; padding: 1rem 1rem 0; }
.ve-card p { color: var(--muted-fg); font-size: 0.9rem; padding: 0 1rem; }
.ve-card p:last-child { padding-bottom: 1rem; }

/* MODAL EVENTOS */
.modal-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.62); z-index: 1000; align-items: center; justify-content: center; padding: 1rem; }
.modal-overlay.active { display: flex; animation: modal-fade 0.22s ease; }
@keyframes modal-fade { from { opacity: 0; transform: scale(0.97); } to { opacity: 1; transform: scale(1); } }
.modal-box { background: var(--card); border-radius: 0.5rem; max-width: 800px; width: 100%; max-height: 90vh; overflow-y: auto; position: relative; }
.modal-close { position: absolute; top: 0.75rem; right: 0.75rem; background: rgba(0,0,0,0.55); color: #fff; border: none; border-radius: 50%; width: 2.25rem; height: 2.25rem; font-size: 1.25rem; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 10; transition: background 0.2s; line-height: 1; }
.modal-close:hover { background: rgba(0,0,0,0.85); }
.modal-img { width: 100%; height: 300px; object-fit: cover; display: block; border-radius: 0.5rem 0.5rem 0 0; }
.modal-body { padding: 1.5rem 2rem 2rem; }
.modal-periodo { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--primary); margin-bottom: 0.5rem; }
.modal-titulo { font-size: 1.5rem; margin-bottom: 1rem; line-height: 1.3; }
.modal-desc { color: var(--muted-fg); line-height: 1.75; font-size: 1rem; margin: 0; }

/* CIDADES VIZINHAS */
.vizinhas { padding: 5rem 0; background: var(--card); }
.vizinhas-sub { margin-bottom: 3rem; }
.vizinhas-sub:last-child { margin-bottom: 0; }
.vizinhas-sub h3 { font-size: 1.5rem; margin-bottom: 0.75rem; }
.vizinhas-sub .sub-intro { color: var(--muted-fg); margin-bottom: 2rem; max-width: 52rem; line-height: 1.7; }

/* TESTIMONIALS */
.testimonials { padding: 5rem 0; background: var(--secondary-bg); }
.test-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.5rem; }
.test-card { background: var(--card); border: 1px solid var(--border); border-radius: 0.5rem; padding: 1.5rem; text-align: center; box-shadow: 0 1px 4px rgba(0,0,0,0.05); display: flex; flex-direction: column; align-items: center; }
.test-card img { height: 2.5rem; object-fit: contain; margin-bottom: 1rem; }
.test-card .score { font-size: 2.5rem; font-weight: 700; color: var(--primary); line-height: 1; }
.test-card .max { font-size: 0.85rem; color: var(--muted-fg); margin-bottom: 0.25rem; }
.test-card .reviews { font-size: 0.75rem; color: var(--muted-fg); margin-bottom: 0.75rem; }
.test-badge { font-size: 0.6rem; background: hsla(340,60%,30%,0.15); color: var(--primary); padding: 0.15rem 0.5rem; border-radius: 999px; font-weight: 600; display: inline-block; margin: 0.15rem; }
.nota-wrapper { position: relative; cursor: pointer; }
.nota-wrapper .test-card { transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease; }
.nota-wrapper:hover .test-card { transform: scale(1.05); box-shadow: 0 6px 20px rgba(0,0,0,0.12); border-color: var(--primary); }
.cert-panel { position: absolute; top: calc(100% + 0.6rem); left: 50%; width: min(540px, 90vw); height: 360px; opacity: 0; transform: translateX(-50%) scale(0.97); pointer-events: none; transition: opacity 0.22s ease, transform 0.22s ease; background: #fff; border-radius: 0.5rem; box-shadow: 0 8px 30px rgba(0,0,0,0.2); z-index: 100; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.nota-wrapper:hover .cert-panel { opacity: 1; transform: translateX(-50%) scale(1); pointer-events: auto; }
.cert-panel img { width: 100%; height: 100%; object-fit: contain; display: block; }

/* CONTACT */
.contact { padding: 3rem 0 5rem; background: var(--card); }
.contact-highlight { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: 2.5rem; }
.contact-highlight-card { display: flex; align-items: center; gap: 1.5rem; padding: 2rem 2.5rem; border-radius: 0.5rem; text-decoration: none; transition: transform 0.3s, box-shadow 0.3s; box-shadow: 0 4px 16px rgba(0,0,0,0.12); min-height: 9rem; box-sizing: border-box; }
.contact-highlight-card.whatsapp { background: #25D366; color: #fff; }
.contact-highlight-card.instagram { background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); color: #fff; }
.contact-highlight-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.18); }
.ch-icon { font-size: 3rem; flex-shrink: 0; }
.ch-body { display: flex; flex-direction: column; }
.ch-label { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.85; }
.ch-value { font-size: 1.4rem; font-weight: 700; font-family: 'Playfair Display', serif; margin: 0.15rem 0; color: #fff; }
.ch-cta { font-size: 0.85rem; opacity: 0.9; }
.contact-form { background: var(--bg); padding: 2rem; border-radius: 0.5rem; margin-bottom: 3rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.form-group { display: flex; flex-direction: column; margin-bottom: 1.25rem; }
.form-group label { font-size: 0.875rem; font-weight: 600; color: var(--primary); margin-bottom: 0.4rem; }
.form-group input,
.form-group select,
.form-group textarea { padding: 0.75rem 1rem; border: 1px solid var(--border); border-radius: 0.25rem; background: var(--card); color: var(--fg); font-family: 'Lato', sans-serif; font-size: 0.95rem; transition: border-color 0.2s; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { outline: none; border-color: var(--accent); }
.form-group textarea { resize: vertical; }
.btn-form { width: 100%; padding: 0.9rem; font-size: 1rem; cursor: pointer; border: none; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.op-card { grid-column: 1 / -1; }
.op-list { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem 2.5rem; margin-top: 0.25rem; }
.op-list li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.95rem; line-height: 1.5; font-weight: 400; }
.op-icon { font-size: 1.1rem; flex-shrink: 0; margin-top: 0.05rem; }
.contact-card { background: var(--bg); padding: 1.5rem; border-radius: 0.25rem; }
.contact-card h4 { font-size: 1.1rem; margin-bottom: 0.75rem; }
.contact-card p { font-weight: 600; }
.contact-card p.op-info { font-weight: 400; line-height: 2; }
.contact-card a { color: var(--primary); font-weight: 600; transition: color 0.3s; }
.contact-card a:hover { color: var(--accent); }
.qr-img { width: 7rem; height: 7rem; border-radius: 0.25rem; object-fit: cover; margin-left: auto; flex-shrink: 0; }

/* FOOTER */
footer { background: var(--fg); color: var(--primary-fg); padding: 3rem 0; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; }
.footer-grid img { height: 5rem; margin-bottom: 1rem; filter: brightness(0) invert(1); }
.footer-grid p { opacity: 0.8; }
.footer-grid h4 { color: var(--accent); font-size: 1.25rem; margin-bottom: 1rem; }
.footer-grid a { display: block; color: var(--primary-fg); opacity: 0.8; transition: color 0.3s; margin-bottom: 0.5rem; }
.footer-grid a:hover { color: var(--accent); opacity: 1; }
.footer-platforms { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; }
.footer-platforms a { font-size: 0.9rem; padding: 0.25rem 0; }
.footer-info { margin-top: 1rem; }
.footer-info p { display: flex; align-items: flex-start; gap: 0.75rem; margin-bottom: 0.75rem; font-size: 0.9rem; line-height: 1.4; opacity: 0.9; }
.footer-info p:last-child { margin-bottom: 0; }
.info-icon { font-size: 1.2rem; flex-shrink: 0; }
.social-links { display: flex; gap: 0.75rem; margin-top: 1rem; }
.social-links a { width: 2.5rem; height: 2.5rem; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; transition: background 0.3s; color: var(--primary-fg); }
.social-links a:hover { background: var(--accent); }
.social-links a.social-logo { background: #fff; padding: 0; overflow: hidden; }
.social-links a.social-logo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.social-links a.social-logo:hover { background: #fff; opacity: 0.85; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 2rem; padding-top: 2rem; text-align: center; opacity: 0.6; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-desktop-btn { display: none; }
  .nav-mobile-btn { display: block; }
  .hero { grid-template-columns: 1fr; }
  .hero-img { order: -1; }
  .hero-text h1 { font-size: 2.5rem; }
  .about-grid, .breakfast-grid { grid-template-columns: 1fr; }
  .gp-grid, .rg-grid { grid-template-columns: repeat(2, 1fr); }
  .amenities-grid, .hero-attractions, .contact-grid { grid-template-columns: 1fr; }
  .contact-highlight { grid-template-columns: 1fr; }
  .op-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .contact-highlight-card { padding: 1.5rem; }
  .form-row { grid-template-columns: 1fr; }
  .events-grid { grid-template-columns: repeat(2, 1fr); }
  .extra-attractions { grid-template-columns: 1fr 1fr; }
  .attr-grid { grid-template-columns: repeat(2, 1fr); }
  .test-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .breakfast-photos { grid-template-columns: repeat(3, 1fr); }
  .ve-grid { grid-template-columns: 1fr; }
  .previews-grid { grid-template-columns: 1fr; }
  .page-header h1 { font-size: 2rem; }
}
@media (max-width: 480px) {
  .extra-attractions { grid-template-columns: 1fr; }
  .test-grid { grid-template-columns: 1fr; }
  .events-grid { grid-template-columns: 1fr; }
  .attr-grid { grid-template-columns: 1fr; }
  .dist-list { grid-template-columns: 1fr; }
}
