/* ============================================
   Casa Alegre Festas — Stylesheet v2
   Modern festive · Bricolage Grotesque + Jakarta Sans
   ============================================ */

:root {
  --cream:    #FFF9F2;
  --cream-2:  #FBEFE0;
  --ink:      #241733;
  --ink-2:    #4A3B5C;
  --coral:    #FF5C61;
  --coral-d:  #E8474C;
  --sun:      #FFC53D;
  --mint:     #18C39A;
  --white:    #FFFFFF;

  --font-display: "Bricolage Grotesque", system-ui, sans-serif;
  --font-body:    "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --font-mono:    "Space Mono", ui-monospace, monospace;

  --maxw: 1200px;
  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 18px 40px -22px rgba(36,23,51,.45);
  --shadow-lg: 0 30px 70px -30px rgba(36,23,51,.55);
  --ease: cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--ink); color: var(--cream);
  padding: 12px 18px; border-radius: 0 0 12px 0;
  font-family: var(--font-mono); font-size: 13px;
}
.skip:focus { left: 0; }

::selection { background: var(--sun); color: var(--ink); }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; border-radius: 4px; }

/* ====== Typography ====== */
h1, h2, h3 { font-family: var(--font-display); font-weight: 700; line-height: 1.04; letter-spacing: -0.02em; }
h1 { font-size: clamp(40px, 6.5vw, 76px); }
h2 { font-size: clamp(30px, 4.6vw, 54px); }
h3 { font-size: 21px; letter-spacing: -0.01em; }

.hl { position: relative; white-space: nowrap; }
.hl-coral { color: var(--coral); }
.hl-mint  { color: var(--mint); }
.hl-sun   { color: var(--sun); }

.eyebrow {
  font-family: var(--font-mono);
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 14px;
}
.section-dark .eyebrow { color: var(--sun); }

/* ====== Buttons ====== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-body); font-weight: 700; font-size: 16px;
  padding: 14px 24px; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; line-height: 1; white-space: nowrap;
  transition: transform .2s var(--ease), background .2s var(--ease), color .2s var(--ease), box-shadow .2s var(--ease), border-color .2s var(--ease);
}
.btn .ico { width: 19px; height: 19px; }
.btn-sm { padding: 10px 18px; font-size: 14px; }
.btn-lg { padding: 17px 30px; font-size: 17px; }
.btn-block { width: 100%; }
.btn-primary { background: var(--coral); color: var(--white); box-shadow: 0 10px 22px -10px var(--coral); }
.btn-primary:hover { background: var(--coral-d); transform: translateY(-2px); box-shadow: 0 16px 30px -12px var(--coral); }
.btn-primary:active { transform: translateY(0); }
.btn-ghost { background: transparent; color: var(--ink); border-color: rgba(36,23,51,.22); }
.btn-ghost:hover { border-color: var(--ink); background: var(--ink); color: var(--cream); }
.section-dark .btn-ghost { color: var(--cream); border-color: rgba(255,249,242,.3); }
.section-dark .btn-ghost:hover { background: var(--cream); color: var(--ink); border-color: var(--cream); }

/* ====== Header ====== */
.header {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in srgb, var(--cream) 86%, transparent);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(36,23,51,.08);
}
.header-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 12px 24px;
  display: flex; align-items: center; gap: 20px;
}
.brand { display: inline-flex; align-items: center; }
.brand-logo {
  height: 72px; width: auto;
  display: block;
  transition: opacity .2s var(--ease), transform .25s var(--ease);
}
.brand:hover .brand-logo { opacity: .85; transform: scale(1.04); }
.brand-footer .brand-logo { height: 84px; }

.nav { display: flex; gap: 4px; margin-left: auto; }
.nav a {
  font-size: 15px; font-weight: 600; color: var(--ink-2);
  padding: 8px 13px; border-radius: 999px;
  transition: color .2s var(--ease), background .2s var(--ease);
}
.nav a:hover { color: var(--ink); background: rgba(36,23,51,.06); }
.nav a.active { color: var(--coral); }

.header-actions { display: flex; align-items: center; gap: 10px; margin-left: 6px; }

.menu-toggle {
  display: none; width: 44px; height: 44px;
  background: none; border: 0; cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.menu-toggle span { width: 22px; height: 2.5px; background: var(--ink); border-radius: 2px; transition: transform .25s var(--ease), opacity .25s var(--ease); }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ====== Hero ====== */
.hero { padding: 64px 0 40px; position: relative; }
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
}
.tag {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-mono); font-size: 13px; font-weight: 700;
  color: var(--ink-2);
  background: var(--white); border: 1px solid rgba(36,23,51,.1);
  padding: 8px 15px; border-radius: 999px; margin-bottom: 22px;
  box-shadow: var(--shadow);
}
.tag .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px color-mix(in srgb, var(--mint) 25%, transparent); }
.hero-copy h1 { margin-bottom: 22px; }
.lead { font-size: 19px; color: var(--ink-2); max-width: 46ch; margin-bottom: 30px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 13px; margin-bottom: 40px; }
.hero-stats { display: flex; gap: 38px; }
.hero-stats li { display: flex; flex-direction: column; gap: 2px; }
.hero-stats strong { font-family: var(--font-display); font-size: 38px; font-weight: 800; color: var(--ink); line-height: 1; }
.hero-stats span { font-family: var(--font-mono); font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-2); }

.hero-media { position: relative; }
.hero-photo {
  position: relative; z-index: 2;
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 6px solid var(--white);
  transform: rotate(2deg);
}
.hero-photo img { width: 100%; aspect-ratio: 4/4.4; object-fit: cover; }
.hero-chip {
  position: absolute; z-index: 3;
  background: var(--white); color: var(--ink);
  font-weight: 700; font-size: 14px;
  padding: 11px 16px; border-radius: 14px;
  box-shadow: var(--shadow);
  display: inline-flex; align-items: center; gap: 8px;
}
.hero-chip .emoji { font-size: 17px; }
.chip-1 { top: 24px; left: -18px; transform: rotate(-5deg); }
.chip-2 { bottom: 40px; right: -14px; transform: rotate(4deg); }
.blob { position: absolute; border-radius: 50%; filter: blur(2px); z-index: 1; }
.blob-sun { width: 150px; height: 150px; background: var(--sun); opacity: .55; top: -34px; right: 12px; }
.blob-mint { width: 120px; height: 120px; background: var(--mint); opacity: .35; bottom: -28px; left: -24px; }

/* ====== Marquee ====== */
.marquee { background: var(--ink); color: var(--cream); overflow: hidden; padding: 16px 0; }
.marquee-track { display: flex; width: max-content; gap: 0; animation: marquee 34s linear infinite; }
.marquee-track span { font-family: var(--font-display); font-weight: 600; font-size: 19px; padding: 0 18px; white-space: nowrap; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ====== Sections ====== */
.section { padding: 88px 0; }
.section-alt { background: var(--cream-2); }
.section-dark { background: var(--ink); color: var(--cream); }
.section-dark .section-sub { color: rgba(255,249,242,.72); }
.section-dark h2 { color: var(--cream); }

.section-head { max-width: 720px; margin-bottom: 48px; }
.section-head h2 { margin-bottom: 14px; }
.section-sub { font-size: 18px; color: var(--ink-2); }
.section-head-row { max-width: none; display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; }
.section-head-row > div { max-width: 620px; }

/* ====== Bento ====== */
.bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bento-card {
  background: var(--white); border-radius: var(--radius);
  padding: 30px; box-shadow: var(--shadow);
  border: 1px solid rgba(36,23,51,.05);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.bento-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.bento-lg { grid-column: span 2; grid-row: span 1; }
.bento-ico { display: inline-block; font-size: 34px; margin-bottom: 16px; }
.bento-card h3 { margin-bottom: 9px; }
.bento-card p { color: var(--ink-2); font-size: 15.5px; }
.card-coral { background: var(--coral); color: var(--white); border-color: transparent; }
.card-coral h3, .card-coral p { color: var(--white); }
.card-coral p { color: rgba(255,255,255,.9); }
.card-sun { background: var(--sun); border-color: transparent; }
.card-sun p { color: var(--ink-2); }

/* ====== Gallery ====== */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gallery-compact { grid-template-columns: repeat(6, 1fr); }
.gallery-more { display: flex; margin: 24px auto 0; }

/* ====== Gallery modal (grade "ver mais fotos") ====== */
.gallery-modal {
  position: fixed; inset: 0; z-index: 150;
  background: color-mix(in srgb, var(--ink) 88%, transparent);
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
}
.gallery-modal[hidden] { display: none; }
.gallery-modal-panel {
  background: var(--cream); border-radius: var(--radius);
  width: 100%; max-width: 1120px; max-height: 86vh;
  display: flex; flex-direction: column; overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.gallery-modal-head {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 22px; border-bottom: 1px solid rgba(36,23,51,.08); flex: 0 0 auto;
}
.gallery-modal-head h3 { font-family: var(--font-display); font-size: 18px; font-weight: 700; }
.gallery-modal-close {
  width: 38px; height: 38px; flex: 0 0 38px; border-radius: 50%; border: 0;
  background: rgba(36,23,51,.08); color: var(--ink);
  font-family: var(--font-display); font-size: 22px; line-height: 0;
  cursor: pointer; display: grid; place-items: center;
  transition: background .2s var(--ease), color .2s var(--ease);
}
.gallery-modal-close:hover { background: var(--coral); color: var(--white); }
/* O scroll fica neste wrapper, não no próprio grid: um grid com overflow
   dentro de um pai flex de altura limitada tem as linhas comprimidas pela
   altura visível, sobrepondo os quadrados de aspect-ratio. */
.gallery-modal-scroll { overflow-y: auto; padding: 22px; min-height: 0; }
.gallery-modal-grid {
  grid-template-columns: repeat(4, 1fr);
  align-content: start;
}
.gallery-item {
  position: relative; cursor: zoom-in; overflow: hidden;
  border-radius: var(--radius-sm); aspect-ratio: 1;
  background: var(--cream-2); border: 0; padding: 0;
  box-shadow: var(--shadow);
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s var(--ease); }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.08); }
.gallery-item::after {
  content: '🔍'; position: absolute; inset: 0;
  display: grid; place-items: center; font-size: 24px;
  background: color-mix(in srgb, var(--ink) 40%, transparent);
  opacity: 0; transition: opacity .25s var(--ease);
}
.gallery-item:hover::after, .gallery-item:focus-visible::after { opacity: 1; }
/* Grade principal da Estrutura: só mostra, não amplia — sem cursor de zoom nem lupa no hover. */
#gallery-estrutura .gallery-item { cursor: default; }
#gallery-estrutura .gallery-item:hover img, #gallery-estrutura .gallery-item:focus-visible img { transform: none; }
#gallery-estrutura .gallery-item::after { display: none; }

/* ====== Chips ====== */
.chips { display: flex; flex-wrap: wrap; gap: 12px; }
.chips li {
  font-family: var(--font-display); font-weight: 600; font-size: 19px;
  padding: 12px 22px; border-radius: 999px;
  background: var(--white); border: 2px solid var(--ink);
  transition: transform .2s var(--ease), background .2s var(--ease), color .2s var(--ease);
}
.chips li:hover { transform: translateY(-3px) rotate(-1deg); }
.chips li:nth-child(3n+1) { background: var(--sun); border-color: var(--sun); }
.chips li:nth-child(3n+2) { background: var(--mint); color: var(--white); border-color: var(--mint); }
.chips li:nth-child(3n+3) { background: var(--coral); color: var(--white); border-color: var(--coral); }

/* ====== Instagram carousel ====== */
.insta-actions { display: flex; align-items: center; gap: 14px; }
.round-btn {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--white); border: 2px solid var(--ink);
  font-family: var(--font-display); font-size: 24px; line-height: 0;
  cursor: pointer; display: grid; place-items: center;
  transition: background .2s var(--ease), color .2s var(--ease), transform .2s var(--ease), opacity .2s var(--ease);
}
.round-btn:hover { background: var(--coral); color: var(--white); border-color: var(--coral); }
.round-btn:active { transform: scale(.93); }

.insta-carousel { position: relative; }
.insta-carousel .round-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 5; box-shadow: var(--shadow);
}
.insta-carousel .round-btn:active { transform: translateY(-50%) scale(.93); }
.insta-carousel .insta-prev { left: -22px; }
.insta-carousel .insta-next { right: -22px; }

.insta-track {
  display: flex; gap: 20px; overflow-x: auto;
  scroll-snap-type: x mandatory; scroll-padding: 0;
  padding: 8px 0 20px; margin-top: 12px;
  scrollbar-width: none; -ms-overflow-style: none;
}
.insta-track::-webkit-scrollbar { display: none; }
.insta-track > li { flex: 0 0 290px; scroll-snap-align: start; list-style: none; }
.insta-track.no-snap { scroll-snap-type: none; }
.insta-card {
  display: block; width: 100%; height: 100%; color: inherit;
  background: var(--white); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.insta-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.insta-thumb { position: relative; aspect-ratio: 1; }
.insta-thumb img, .insta-thumb video { width: 100%; height: 100%; object-fit: cover; display: block; background: var(--ink); }
.insta-badge {
  position: absolute; top: 12px; right: 12px;
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255,255,255,.92); color: var(--ink);
  display: grid; place-items: center;
}
.insta-badge svg { width: 18px; height: 18px; }
.insta-type {
  position: absolute; top: 12px; left: 12px;
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  background: var(--ink); color: var(--cream);
  padding: 4px 9px; border-radius: 999px;
}
.insta-body { padding: 16px 18px 18px; }
.insta-cap { font-size: 14px; color: var(--ink-2); line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 41px; }
.insta-date { font-family: var(--font-mono); font-size: 11px; color: var(--coral); margin-top: 10px; font-weight: 700; }

.insta-dots { display: flex; justify-content: center; gap: 9px; margin-top: 22px; }
.insta-dots button {
  width: 10px; height: 10px; border-radius: 50%; padding: 0;
  background: transparent; border: 2px solid var(--ink-2); cursor: pointer;
  transition: background .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease);
}
.insta-dots button[aria-selected="true"] { background: var(--coral); border-color: var(--coral); transform: scale(1.2); }

/* ====== FAQ ====== */
.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: start; }
.faq-head { margin-bottom: 0; position: sticky; top: 100px; }
.faq-head .btn { margin-top: 22px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-list details {
  background: var(--white); border-radius: var(--radius-sm);
  border: 1px solid rgba(36,23,51,.08);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: border-color .2s var(--ease);
}
.faq-list details[open] { border-color: var(--coral); }
.faq-list summary {
  list-style: none; cursor: pointer;
  font-family: var(--font-display); font-weight: 600; font-size: 18px;
  padding: 20px 56px 20px 22px; position: relative;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: '+'; position: absolute; right: 18px; top: 50%; transform: translateY(-50%);
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--cream-2); color: var(--ink);
  display: grid; place-items: center;
  font-family: var(--font-display); font-size: 22px; line-height: 0;
  transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease);
}
.faq-list details[open] summary::after { content: '−'; background: var(--coral); color: var(--white); transform: translateY(-50%) rotate(180deg); }
.faq-list details > p { padding: 0 22px 22px; color: var(--ink-2); font-size: 15.5px; max-width: 60ch; }
.faq-list details > p a { color: var(--coral); text-decoration: underline; text-underline-offset: 3px; }

/* ====== Contact ====== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.contact-card {
  background: color-mix(in srgb, var(--cream) 8%, var(--ink));
  border: 1px solid rgba(255,249,242,.12);
  border-radius: var(--radius); padding: 34px;
}
.contact-list { display: flex; flex-direction: column; gap: 22px; margin-bottom: 28px; }
.contact-list li { display: flex; gap: 15px; align-items: flex-start; }
.contact-list .ci { font-size: 22px; flex: 0 0 auto; }
.contact-list h3 { font-size: 13px; font-family: var(--font-mono); font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--sun); margin-bottom: 4px; }
.contact-list p { color: rgba(255,249,242,.86); font-size: 15.5px; }
.contact-list a { color: var(--cream); border-bottom: 1px solid rgba(255,249,242,.3); transition: border-color .2s var(--ease), color .2s var(--ease); }
.contact-list a:hover { color: var(--sun); border-color: var(--sun); }

.map-card {
  position: relative; border-radius: var(--radius); overflow: hidden;
  background: linear-gradient(135deg, #2E5C4E, #1F3D34);
  min-height: 420px; display: grid; place-items: center;
}
.map-card iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; }
.map-external {
  position: absolute; bottom: 16px; right: 16px; z-index: 3;
  font-family: var(--font-mono); font-size: 12px; font-weight: 700;
  background: var(--ink); color: var(--cream);
  padding: 9px 14px; border-radius: 999px;
  transition: background .2s var(--ease);
}
.map-external:hover { background: var(--coral); }

/* ====== Footer ====== */
.footer { background: var(--cream-2); border-top: 1px solid rgba(36,23,51,.08); padding: 44px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-nav { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-nav a { font-weight: 600; font-size: 15px; color: var(--ink-2); transition: color .2s var(--ease); }
.footer-nav a:hover { color: var(--coral); }
.footer-copy { font-family: var(--font-mono); font-size: 12px; color: var(--ink-2); }

/* ====== Floating WhatsApp ====== */
.fab {
  position: fixed; bottom: 22px; right: 22px; z-index: 90;
  width: 60px; height: 60px; border-radius: 50%;
  background: #25D366; color: var(--white);
  display: grid; place-items: center;
  box-shadow: 0 12px 28px -8px rgba(37,211,102,.7);
  transition: transform .2s var(--ease);
}
.fab svg { width: 30px; height: 30px; }
.fab::before {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid #25D366; animation: ring 2.4s var(--ease) infinite;
}
.fab:hover { transform: scale(1.08); }
@keyframes ring { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(1.6); opacity: 0; } }

/* ====== Lightbox ====== */
.lightbox {
  position: fixed; inset: 0; z-index: 200;
  display: flex; align-items: center; justify-content: center; gap: 12px;
  background: rgba(36,23,51,.92);
  padding: 24px;
}
.lightbox[hidden] { display: none; }
.lb-figure { max-width: 88vw; max-height: 84vh; display: flex; flex-direction: column; align-items: center; gap: 14px; margin: 0; }
.lb-figure img { max-width: 100%; max-height: 76vh; border-radius: 12px; box-shadow: var(--shadow-lg); }
.lb-figure figcaption { font-family: var(--font-mono); font-size: 13px; color: rgba(255,249,242,.85); }
.lb-close, .lb-nav {
  background: rgba(255,249,242,.12); color: var(--cream);
  border: 1.5px solid rgba(255,249,242,.4);
  width: 50px; height: 50px; border-radius: 50%;
  font-family: var(--font-display); font-size: 28px; line-height: 0;
  cursor: pointer; display: grid; place-items: center;
  transition: background .2s var(--ease);
}
.lb-close { position: absolute; top: 22px; right: 22px; }
.lb-close:hover, .lb-nav:hover { background: var(--coral); border-color: var(--coral); }

/* ====== Reveal animation ====== */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ====== Responsive ====== */
@media (max-width: 1000px) {
  .nav { display: none; }
  .header-actions { margin-left: auto; }
  .nav.open {
    display: flex; flex-direction: column; gap: 4px;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--cream); padding: 16px 24px 22px;
    border-bottom: 1px solid rgba(36,23,51,.1);
    box-shadow: var(--shadow); margin-left: 0;
  }
  .nav.open a { font-size: 17px; padding: 11px 14px; }
  .menu-toggle { display: flex; }
  .header-actions .btn-primary { display: none; }

  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-media { max-width: 440px; margin: 0 auto; width: 100%; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento-lg { grid-column: span 2; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .gallery-compact { grid-template-columns: repeat(4, 1fr); }
  .gallery-modal-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-modal-panel { max-width: 720px; }
  .faq-grid { grid-template-columns: 1fr; gap: 36px; }
  .faq-head { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .section { padding: 60px 0; }
  .section-head { margin-bottom: 34px; }
  .hero { padding: 40px 0 24px; }
  .hero-stats { gap: 24px; }
  .hero-stats strong { font-size: 30px; }
  .chip-1 { left: 6px; }
  .chip-2 { right: 6px; }
  .bento { grid-template-columns: 1fr; }
  .bento-lg { grid-column: span 1; }
  .gallery { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .gallery-compact { grid-template-columns: repeat(2, 1fr); }
  .gallery-modal-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .gallery-modal-scroll { padding: 16px; }
  .gallery-modal-panel { max-height: 92vh; }
  .section-head-row { flex-direction: column; align-items: flex-start; }
  .insta-track > li { flex-basis: 240px; }
  .insta-carousel .round-btn { width: 40px; height: 40px; font-size: 20px; }
  .insta-carousel .insta-prev { left: 2px; }
  .insta-carousel .insta-next { right: 2px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .lb-nav { width: 42px; height: 42px; font-size: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
