:root {
  --red: #c8102e;
  --red-dark: #8f0d23;
  --red-soft: #fbe8ec;
  --yellow: #f9b719;
  --yellow-soft: #fff5cf;
  --green: #6c9f21;
  --green-dark: #31520e;
  --ink: #351819;
  --muted: #6e5a5b;
  --cream: #fffaf2;
  --paper: #ffffff;
  --line: #eee2d7;
  --shadow-sm: 0 10px 30px rgba(69, 33, 24, .09);
  --shadow-md: 0 20px 55px rgba(69, 33, 24, .14);
  --radius-sm: 16px;
  --radius: 26px;
  --radius-lg: 38px;
  --container: 1220px;
  --header-height: 92px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }
body {
  margin: 0;
  color: var(--ink);
  background: #fffdf9;
  font-family: "Nunito", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  transform: translateY(-160%);
  padding: 10px 16px;
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 96px 0; position: relative; }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2,
.faq-intro h2,
.contact-card h2,
.booking-head h2 {
  margin: 8px 0 14px;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.05;
  letter-spacing: -.04em;
}
.section-heading p,
.faq-intro > p,
.contact-lead,
.booking-head p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.mini-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--red);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.mini-label::before,
.mini-label::after { content: ""; width: 18px; height: 2px; background: var(--yellow); border-radius: 99px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 22px;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, #e0183c, var(--red)); box-shadow: 0 10px 22px rgba(200, 16, 46, .25); }
.button-primary:hover { box-shadow: 0 14px 30px rgba(200, 16, 46, .35); }
.button-light { color: var(--ink); background: rgba(255, 255, 255, .94); box-shadow: 0 10px 25px rgba(0, 0, 0, .14); }
.button-outline { color: var(--red); background: #fff; border: 2px solid rgba(200, 16, 46, .22); }
.button-full { width: 100%; min-height: 56px; border-radius: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--red); font-weight: 900; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-height);
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(92, 45, 38, .08);
  backdrop-filter: blur(15px);
  box-shadow: 0 4px 18px rgba(67, 30, 25, .05);
}
.nav-shell { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { align-self: stretch; display: flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 144px; height: 86px; object-fit: contain; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.main-nav a { position: relative; padding: 34px 0 29px; font-size: .94rem; font-weight: 800; }
.main-nav a::after { content: ""; position: absolute; left: 50%; bottom: 21px; width: 0; height: 3px; transform: translateX(-50%); border-radius: 999px; background: var(--red); transition: width .2s ease; }
.main-nav a:hover::after,
.main-nav a.active::after { width: 24px; }
.main-nav a.active { color: var(--red); }
.nav-cta { flex: 0 0 auto; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 3px; margin: 5px 0; border-radius: 99px; background: var(--ink); transition: .2s ease; }

.hero-slider { position: relative; min-height: calc(100vh - var(--header-height)); overflow: hidden; background: #1d2911; }
.slides { position: relative; min-height: inherit; }
.slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .75s ease; }
.slide.is-active { opacity: 1; pointer-events: auto; z-index: 2; }
.slide > img { width: 100%; height: 100%; min-height: calc(100vh - var(--header-height)); object-fit: cover; object-position: center; transform: scale(1.035); transition: transform 6s ease; }
.slide.is-active > img { transform: scale(1); }
.slide-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12, 20, 8, .84) 0%, rgba(17, 23, 10, .54) 36%, rgba(19, 21, 11, .08) 72%), linear-gradient(0deg, rgba(0,0,0,.32), transparent 42%); }
.slide-content { position: absolute; inset: 0; display: flex; align-items: center; z-index: 2; }
.slide-copy { width: min(650px, 65%); color: #fff; padding-bottom: 60px; }
.hero-kicker { margin: 0 0 13px; color: #ffe592; font-size: .86rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.slide-copy h1,
.slide-copy h2 { margin: 0 0 22px; max-width: 680px; font-size: clamp(2.9rem, 5.7vw, 5.8rem); line-height: .96; letter-spacing: -.05em; text-wrap: balance; }
.slide-copy h2 { font-size: clamp(2.7rem, 5.2vw, 5.1rem); }
.slide-copy > p:not(.hero-kicker) { max-width: 600px; margin: 0; font-size: clamp(1rem, 1.6vw, 1.25rem); color: rgba(255,255,255,.9); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.slider-arrow { position: absolute; top: 46%; z-index: 5; width: 48px; height: 48px; border: 0; border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.94); box-shadow: 0 8px 25px rgba(0,0,0,.2); font-size: 2rem; line-height: 1; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.slider-arrow:hover { transform: scale(1.07); background: #fff; }
.slider-prev { left: 24px; }
.slider-next { right: 24px; }
.slider-bottom { position: absolute; z-index: 6; left: 50%; bottom: 24px; transform: translateX(-50%); display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(180px, 1fr)); gap: 1px; overflow: hidden; border-radius: 18px; background: rgba(255,255,255,.17); border: 1px solid rgba(255,255,255,.26); backdrop-filter: blur(12px); }
.hero-stats div { min-width: 180px; padding: 15px 20px; color: #fff; background: rgba(15,20,10,.35); }
.hero-stats strong { display: block; font-size: .94rem; }
.hero-stats span { display: block; margin-top: 2px; font-size: .72rem; color: rgba(255,255,255,.76); }
.slider-dots { display: flex; gap: 8px; padding: 9px 12px; border-radius: 999px; background: rgba(14,16,10,.4); backdrop-filter: blur(8px); }
.slider-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 99px; background: rgba(255,255,255,.55); cursor: pointer; transition: width .2s ease, background .2s ease; }
.slider-dots button.is-active { width: 28px; background: var(--yellow); }

.promo-section { padding: 54px 0 22px; background: #fffdf9; }
.promo-banner { display: block; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow-md); border: 1px solid rgba(104, 63, 35, .1); transition: transform .25s ease, box-shadow .25s ease; }
.promo-banner:hover { transform: translateY(-4px); box-shadow: 0 28px 65px rgba(69,33,24,.18); }
.promo-banner img { width: 100%; aspect-ratio: 16 / 8.55; object-fit: cover; }

.about { background: radial-gradient(circle at 10% 10%, #fff4d4 0, transparent 23%), linear-gradient(180deg, #fffdf9 0%, #fff8ef 100%); }
.about-grid { display: grid; grid-template-columns: .9fr 1.55fr; gap: 34px; align-items: stretch; }
.story-card { position: relative; overflow: hidden; min-height: 100%; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.story-card::after { content: ""; position: absolute; right: -50px; bottom: -55px; width: 190px; height: 190px; border-radius: 50%; background: radial-gradient(circle, rgba(249,183,25,.25), rgba(249,183,25,0) 70%); }
.story-logo img { width: 118px; height: 92px; object-fit: contain; }
.story-card h3 { margin: 20px 0 10px; font-size: 1.55rem; line-height: 1.15; }
.story-card p { color: var(--muted); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.benefit-card { padding: 28px 22px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.82); box-shadow: 0 8px 26px rgba(69,33,24,.06); transition: transform .2s ease, box-shadow .2s ease; }
.benefit-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.benefit-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 18px; border-radius: 15px; color: #fff; background: linear-gradient(135deg, var(--red), #ec3552); font-size: 1.35rem; font-weight: 900; }
.benefit-card:nth-child(2n) .benefit-icon { background: linear-gradient(135deg, var(--green), #91bd3c); }
.benefit-card h3 { margin: 0 0 8px; font-size: 1.08rem; }
.benefit-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.services { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); }
.service-image { position: relative; overflow: hidden; aspect-ratio: 4 / 3; }
.service-image::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(transparent, rgba(27,16,10,.25)); }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover .service-image img { transform: scale(1.05); }
.service-content { position: relative; padding: 28px 24px 26px; }
.round-icon { position: absolute; top: -29px; right: 20px; display: grid; place-items: center; width: 58px; height: 58px; border: 5px solid #fff; border-radius: 50%; color: #fff; background: var(--yellow); font-size: 1.5rem; font-weight: 900; box-shadow: 0 8px 20px rgba(88,43,14,.14); }
.service-tag { margin: 0 0 4px; color: var(--green); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.service-content h3 { margin: 0 0 10px; font-size: 1.3rem; line-height: 1.15; }
.service-content > p:not(.service-tag) { min-height: 74px; margin: 0 0 14px; color: var(--muted); font-size: .92rem; }
.service-content ul { min-height: 124px; margin: 0 0 20px; padding: 0; list-style: none; }
.service-content li { position: relative; margin: 6px 0; padding-left: 18px; color: #544344; font-size: .86rem; }
.service-content li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.plans-panel { margin-top: 38px; padding: 24px 28px; border-radius: 22px; background: linear-gradient(135deg, #fff7d7, #fff2bd); border: 1px solid #f5dfa0; display: grid; grid-template-columns: .82fr 1.8fr; align-items: center; gap: 30px; }
.plans-title { display: flex; align-items: center; gap: 16px; }
.plans-title > span { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 18px; color: #fff; background: var(--yellow); font-size: 1.8rem; }
.plans-title p { margin: 0; color: var(--red); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.plans-title h3 { margin: 2px 0 0; font-size: 1.25rem; line-height: 1.2; }
.plan-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.plan-options div { padding: 15px 17px; border-radius: 16px; background: rgba(255,255,255,.72); }
.plan-options strong { display: block; font-size: .92rem; }
.plan-options span { display: block; margin-top: 4px; color: var(--muted); font-size: .78rem; line-height: 1.35; }
.requirements { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 22px; }
.requirements > div { display: flex; gap: 13px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.requirements > div > span { flex: 0 0 auto; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: #fff; background: var(--green); font-weight: 900; }
.requirements p { margin: 0; color: var(--muted); font-size: .82rem; }
.requirements strong { color: var(--ink); }

.spaces { background: linear-gradient(180deg, #fff9ef, #fffdf9); }
.space-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.space-card { position: relative; overflow: hidden; min-height: 265px; padding: 0; border: 0; border-radius: 23px; background: #ddd; cursor: pointer; box-shadow: var(--shadow-sm); }
.space-card img { width: 100%; height: 100%; min-height: 265px; object-fit: cover; transition: transform .55s ease; }
.space-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(17,15,10,.82)); }
.space-card:hover img { transform: scale(1.06); }
.space-card > span { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 17px; display: flex; align-items: center; gap: 11px; color: #fff; font-size: 1.18rem; font-weight: 900; text-align: left; }
.space-card i { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--ink); background: #fff; font-style: normal; font-size: 1.05rem; }
.instagram-strip { margin-top: 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 23px 28px; border-radius: 20px; color: #fff; background: linear-gradient(115deg, var(--red-dark), var(--red)); box-shadow: var(--shadow-sm); }
.instagram-strip > div { display: flex; align-items: center; gap: 15px; }
.instagram-strip > div > span { font-size: 2rem; }
.instagram-strip p { margin: 0; }
.instagram-strip .button-outline { color: var(--red); border-color: #fff; }

.trust-strip { padding: 34px 0; color: #fff; background: linear-gradient(110deg, #b40d28, #d71739); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.trust-grid > div { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 6px 18px; border-right: 1px solid rgba(255,255,255,.2); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid span { display: grid; place-items: center; width: 44px; height: 44px; border: 2px solid var(--yellow); border-radius: 50%; color: var(--yellow); font-size: 1.25rem; }
.trust-grid p { margin: 0; color: rgba(255,255,255,.86); font-size: .84rem; line-height: 1.3; }
.trust-grid strong { color: #fff; }

.faq { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.faq-intro { position: sticky; top: 135px; }
.faq-intro .button { margin-top: 25px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 23px 54px 23px 0; cursor: pointer; list-style: none; font-weight: 900; font-size: 1.05rem; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 4px; top: 17px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--red); background: var(--red-soft); font-size: 1.35rem; transition: transform .2s ease; }
.accordion details[open] summary::after { content: "−"; transform: rotate(180deg); }
.accordion details p { margin: -5px 50px 24px 0; color: var(--muted); }

.contact { background: radial-gradient(circle at 5% 15%, rgba(249,183,25,.15), transparent 25%), #fff9f0; }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 28px; align-items: stretch; }
.contact-card,
.booking-card { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.contact-list { margin-top: 30px; }
.contact-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 13px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.contact-list > div:last-child { border-bottom: 0; }
.contact-list > div > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 13px; color: #fff; background: var(--red); font-size: 1.05rem; font-weight: 900; }
.contact-list p { margin: 0; color: var(--muted); font-size: .9rem; }
.contact-list strong { color: var(--ink); }
.contact-list a { color: var(--red); font-weight: 800; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.contact-note { margin: 20px 0 0; padding: 14px 16px; border-radius: 14px; color: #6c5727; background: var(--yellow-soft); font-size: .78rem; }
.booking-head { margin-bottom: 25px; }
.booking-head h2 { font-size: clamp(2rem, 3.5vw, 2.8rem); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.form-grid label,
.consent { display: flex; flex-direction: column; gap: 7px; color: #4d3637; font-size: .78rem; font-weight: 900; }
.form-grid label em,
.consent em { color: var(--red); font-style: normal; }
.form-grid input,
.form-grid select,
.form-grid textarea { width: 100%; border: 1px solid #dfd2c7; border-radius: 12px; outline: none; background: #fffdf9; padding: 12px 13px; color: var(--ink); font-weight: 600; transition: border .2s ease, box-shadow .2s ease, background .2s ease; }
.form-grid input,
.form-grid select { min-height: 48px; }
.form-grid textarea { resize: vertical; min-height: 110px; }
.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus { border-color: rgba(200,16,46,.6); background: #fff; box-shadow: 0 0 0 4px rgba(200,16,46,.09); }
.form-grid .full { grid-column: 1 / -1; }
.consent { flex-direction: row; align-items: start; margin: 20px 0; font-weight: 700; }
.consent input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--red); }
.form-status { min-height: 20px; margin: 12px 0 0; color: var(--red); font-size: .8rem; font-weight: 800; text-align: center; }

.site-footer { color: #fff; background: #3b1217; }
.footer-top { padding: 58px 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 55px; }
.footer-brand img { width: 145px; height: 106px; object-fit: contain; padding: 8px; border-radius: 16px; background: #fff; }
.footer-brand p { max-width: 260px; color: rgba(255,255,255,.7); }
.footer-grid h3 { margin: 0 0 15px; color: var(--yellow); font-size: .92rem; }
.footer-grid a { display: block; width: fit-content; margin: 8px 0; color: rgba(255,255,255,.74); font-size: .86rem; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; color: rgba(255,255,255,.56); font-size: .75rem; }
.floating-whatsapp { position: fixed; z-index: 990; right: 22px; bottom: 22px; display: grid; place-items: center; width: 58px; height: 58px; border: 4px solid #fff; border-radius: 50%; color: #fff; background: #25d366; box-shadow: 0 12px 30px rgba(20,80,40,.28); font-size: 1.45rem; font-weight: 900; transition: transform .2s ease; }
.floating-whatsapp:hover { transform: scale(1.08); }

.lightbox[hidden] { display: none; }
.lightbox { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; padding: 40px; }
.lightbox-backdrop { position: absolute; inset: 0; border: 0; background: rgba(19,11,10,.88); cursor: zoom-out; }
.lightbox figure { position: relative; z-index: 2; width: min(1000px, 92vw); margin: 0; overflow: hidden; border-radius: 22px; background: #fff; box-shadow: 0 30px 100px rgba(0,0,0,.45); }
.lightbox figure img { width: 100%; max-height: 78vh; object-fit: contain; background: #16100f; }
.lightbox figcaption { padding: 15px 20px; font-weight: 900; text-align: center; }
.lightbox-close { position: fixed; z-index: 3; right: 24px; top: 20px; width: 48px; height: 48px; border: 0; border-radius: 50%; color: var(--ink); background: #fff; font-size: 2rem; line-height: 1; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  :root { --header-height: 82px; }
  .brand img { width: 125px; height: 78px; }
  .main-nav { gap: 20px; }
  .main-nav a { padding-block: 29px 25px; font-size: .88rem; }
  .nav-cta { padding-inline: 17px; font-size: .86rem; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-content > p:not(.service-tag), .service-content ul { min-height: auto; }
  .about-grid { grid-template-columns: 1fr; }
  .story-card { min-height: 0; }
  .plans-panel { grid-template-columns: 1fr; }
  .requirements { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .menu-toggle { display: block; margin-left: auto; z-index: 4; }
  .nav-cta { display: none; }
  .main-nav {
    position: fixed;
    z-index: 3;
    top: var(--header-height);
    left: 18px;
    right: 18px;
    display: grid;
    gap: 0;
    padding: 12px 22px 18px;
    border: 1px solid var(--line);
    border-radius: 0 0 22px 22px;
    background: #fff;
    box-shadow: var(--shadow-md);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: .22s ease;
  }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a::after { display: none; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

  .hero-slider, .slides { min-height: 720px; }
  .slide > img { min-height: 720px; }
  .slide-shade { background: linear-gradient(90deg, rgba(12,20,8,.82), rgba(17,23,10,.35) 78%), linear-gradient(0deg, rgba(0,0,0,.45), transparent 55%); }
  .slide-copy { width: min(680px, 80%); padding-bottom: 135px; }
  .slide-copy h1, .slide-copy h2 { font-size: clamp(2.8rem, 8vw, 4.5rem); }
  .slider-bottom { align-items: center; }
  .hero-stats { grid-template-columns: repeat(3, 1fr); }
  .hero-stats div { min-width: 0; padding: 12px; }
  .slider-dots { flex: 0 0 auto; }
  .space-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); row-gap: 20px; }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .faq-layout { grid-template-columns: 1fr; gap: 36px; }
  .faq-intro { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); gap: 38px; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 34px; }
  .brand img { width: 108px; height: 72px; }
  .hero-slider, .slides, .slide > img { min-height: 680px; }
  .slide > img { object-position: 58% center; }
  .slide-shade { background: linear-gradient(0deg, rgba(13,18,8,.92) 0%, rgba(13,18,8,.63) 52%, rgba(13,18,8,.08) 100%); }
  .slide-content { align-items: end; }
  .slide-copy { width: 100%; padding: 0 8px 175px; }
  .slide-copy h1, .slide-copy h2 { font-size: clamp(2.4rem, 12vw, 3.5rem); }
  .slide-copy > p:not(.hero-kicker) { font-size: .98rem; }
  .slider-arrow { top: 40%; width: 40px; height: 40px; font-size: 1.6rem; }
  .slider-prev { left: 12px; }
  .slider-next { right: 12px; }
  .slider-bottom { bottom: 18px; display: block; }
  .hero-stats { grid-template-columns: 1fr; border-radius: 14px; }
  .hero-stats div { display: none; }
  .hero-stats div:first-child { display: block; padding: 10px 14px; text-align: center; }
  .slider-dots { width: fit-content; margin: 10px auto 0; }
  .hero-actions .button { width: 100%; }
  .promo-section { padding-top: 32px; }
  .promo-banner { border-radius: 17px; }
  .promo-banner img { aspect-ratio: 16 / 10; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-card { padding: 22px 17px; }
  .service-grid { grid-template-columns: 1fr; }
  .plan-options { grid-template-columns: 1fr; }
  .requirements { grid-template-columns: 1fr; }
  .space-grid { grid-template-columns: 1fr; }
  .space-card, .space-card img { min-height: 240px; }
  .instagram-strip { align-items: flex-start; flex-direction: column; }
  .instagram-strip .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .contact-card, .booking-card, .story-card { padding: 27px 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .contact-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom .container { flex-direction: column; gap: 4px; }
  .lightbox { padding: 14px; }
  .lightbox-close { top: 10px; right: 10px; }
}

@media (max-width: 430px) {
  .benefit-grid { grid-template-columns: 1fr; }
  .hero-kicker { font-size: .7rem; }
  .slide-copy { padding-bottom: 160px; }
  .service-content { padding-inline: 20px; }
}

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