@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Fredoka:wght@500;600;700&display=swap');

:root { --ink:#302c2b; --paper:#faedcd; --gold:#efaa00; --orange:#ff7900; --brown:#772f1a; --olive:#585123; --light-orange:#ffad00; --line:rgba(48,44,43,.17); --sans:"DM Sans",Arial,sans-serif; --serif:"Fraunces",Georgia,serif; --mono:"DM Mono",monospace; }
.brand-logo-link { display:inline-flex; align-items:center; flex:0 0 auto; }
.ardesia-nav-logo { display:block; width:128px; height:70px; object-fit:contain; object-position:left center; }
.ardesia-nav-logo-light { filter:brightness(0) invert(1); }
.event-page .event-header { width:100%; padding-inline:max(20px,calc((100vw - 1200px)/2)); color:#fff9ec; }
.pumpkin-theme .event-header { background:#5d2419; }
.egg-theme .event-header { background:#2f553e; color:#fff9ec; }
.event-header .ardesia-nav-logo { width:112px; height:66px; filter:brightness(0) invert(1); }
.event-header .main-nav { align-items:center; gap:22px; }
.event-header .back-home { padding:8px 12px; border:1px solid rgba(255,255,255,.4); border-radius:30px; }
.event-page .event-cover { min-height:auto; padding:72px max(20px,calc((100vw - 1200px)/2)) 78px; color:var(--ink); text-align:left; display:block; }
.event-page .pumpkin-cover { background:#f8e6bf; }
.event-page .egg-cover { background:#d6eaa0; color:#2b432f; }
.event-page .event-cover-intro { display:grid; grid-template-columns:minmax(240px,360px) minmax(300px,510px); justify-content:space-between; align-items:center; gap:70px; }
.event-page .event-cover .event-logo { width:100%; max-height:230px; border-radius:0; object-fit:contain; object-position:left center; mix-blend-mode:normal; }
.event-page .event-cover .logo-uova { max-height:255px; }
.event-cover .event-cover-copy { max-width:510px; }
.event-cover .hero-text { margin:0 0 23px; }
.event-cover .event-facts { justify-content:flex-start; margin:0 0 28px; }
.pumpkin-cover .event-facts span { border-color:rgba(119,47,26,.28); color:var(--brown); }
.egg-cover .event-cover-copy .button { margin-top:8px; }
.hero-photo-slot { width:min(1200px,100%); height:clamp(390px,50vw,610px); margin:62px auto 0; position:relative; overflow:hidden; border-radius:6px; }
.hero-photo-slot::before { content:""; position:absolute; inset:18px; border:1px solid rgba(255,255,255,.45); pointer-events:none; }
.hero-photo-slot>div { position:absolute; left:34px; bottom:31px; max-width:330px; color:#fff; }
.hero-photo-slot span { font-family:var(--mono); font-size:.66rem; letter-spacing:.1em; text-transform:uppercase; }
.hero-photo-slot p { margin:7px 0 0; font-family:var(--serif); font-size:1.45rem; line-height:1.15; }
.pumpkin-photo-slot { background:radial-gradient(circle at 72% 38%,#ffad00 0 8%,transparent 8.5%),radial-gradient(circle at 28% 57%,#d65c16 0 12%,transparent 12.5%),linear-gradient(135deg,#8c2f1b,#e56714 58%,#585123); }
.egg-photo-slot { background:radial-gradient(ellipse at 72% 42%,#f3a6bf 0 9%,transparent 9.5%),radial-gradient(ellipse at 30% 62%,#f6d95f 0 13%,transparent 13.5%),linear-gradient(140deg,#487b51,#87bd5f 52%,#59b7b2); }
.event-gallery { padding:112px max(20px,calc((100vw - 1100px)/2)); }
.pumpkin-gallery { color:#fceccb; background:#772f1a; }
.egg-gallery { color:#f9f5df; background:#315a42; }
.event-gallery .eyebrow { color:#ffc559; }
.gallery-heading { display:grid; grid-template-columns:1fr .75fr; gap:60px; align-items:end; margin-bottom:50px; }
.gallery-heading>p { max-width:410px; margin:0; line-height:1.58; color:rgba(255,255,255,.75); }
.gallery-grid { display:grid; grid-template-columns:1.35fr .65fr; grid-template-rows:1fr 1fr; gap:16px; min-height:620px; }
.gallery-slot { min-height:0; margin:0; padding:22px; position:relative; overflow:hidden; border:1px solid rgba(255,255,255,.32); background:rgba(255,255,255,.08); }
.gallery-slot>img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.gallery-slot::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 45%,rgba(25,28,22,.72)); pointer-events:none; }
.gallery-slot::before { content:""; position:absolute; width:180px; height:180px; right:-45px; top:-65px; border:1px solid rgba(255,255,255,.16); border-radius:50%; }
.gallery-slot-wide { grid-row:1/3; }
.gallery-slot span { font-family:var(--mono); font-size:.65rem; color:#ffc559; }
.gallery-slot figcaption { position:absolute; z-index:1; left:22px; bottom:21px; font-family:var(--serif); font-size:1.25rem; }
.egg-gallery .gallery-slot span { color:#f4cadd; }
@media (max-width:760px) {
  .ardesia-nav-logo { width:104px; height:58px; }
  .event-page .event-header { height:70px; padding-inline:16px; }
  .event-header .ardesia-nav-logo { width:92px; height:54px; }
  .event-page .event-cover { padding:50px 16px 62px; }
  .event-page .event-cover-intro { grid-template-columns:1fr; gap:32px; }
  .event-page .event-cover .event-logo { width:min(310px,88vw); max-height:190px; }
  .event-cover .event-cover-copy { max-width:100%; }
  .hero-photo-slot { height:390px; margin-top:42px; }
  .hero-photo-slot>div { left:24px; right:24px; bottom:25px; }
  .event-gallery { padding:76px 16px; }
  .gallery-heading { grid-template-columns:1fr; gap:25px; }
  .gallery-grid { grid-template-columns:1fr; grid-template-rows:340px 230px 230px; min-height:0; }
  .gallery-slot-wide { grid-row:auto; }
  .pumpkin-theme.menu-open .main-nav { background:#5d2419; }
  .egg-theme.menu-open .main-nav { background:#2f553e; }
}
* { box-sizing:border-box; }
.logo-zucche { mix-blend-mode:multiply; }
.modal[hidden] { display:none; }
.booking-form .form-row > .form-field-label { font-family:var(--serif); font-size:1.25rem; font-weight:600; letter-spacing:-.02em; }
.booking-form .form-row > .form-field-label small { display:block; margin-top:4px; color:#6a5f55; font-family:var(--sans); font-size:.68rem; font-weight:600; letter-spacing:0; }
.booking-form .booking-fieldset { padding-top:34px; margin-top:32px; }
.booking-form .booking-fieldset:first-of-type { padding-top:0; margin-top:0; border-top:0; }
.booking-form .booking-info .form-row,.booking-form .form-row-3 { gap:26px; }
.booking-form .form-field-label input { margin-top:13px; }
.booking-form .field-help { margin:10px 0 24px; font-size:.8rem; line-height:1.48; }
.booking-form .booking-summary { margin:46px 0 25px; padding:24px 0; }
.staff-page .staff-header-label { color:#d4c5b3; font-family:var(--mono); font-size:.65rem; letter-spacing:.09em; text-transform:uppercase; }
.staff-page .staff-login { position:relative; width:min(510px,100%); margin:42px auto 100px; overflow:hidden; padding:46px; background:#403a38; box-shadow:0 24px 70px rgba(0,0,0,.25); }
.staff-login-art { position:absolute; inset:0; pointer-events:none; opacity:.45; }.staff-login-art span { position:absolute; border:1px solid rgba(245,181,75,.38); border-radius:50%; }.staff-login-art span:nth-child(1){width:280px;height:280px;right:-122px;top:-122px}.staff-login-art span:nth-child(2){width:150px;height:150px;left:-90px;bottom:-75px}.staff-login-art span:nth-child(3){width:18px;height:18px;right:45px;bottom:55px;background:#f5b54b;border:0}
.staff-login>*:not(.staff-login-art) { position:relative; z-index:1; }.staff-page .staff-login h1 { margin-bottom:16px; }.staff-login>p:not(.eyebrow) { max-width:400px; color:#ded2c2; line-height:1.55; }.staff-login-form { margin-top:34px; }.staff-login-form label,.staff-filter-panel label { display:block; color:#ded2c2; font-family:var(--mono); font-size:.64rem; letter-spacing:.07em; text-transform:uppercase; }.staff-login-form input,.staff-filter-panel input,.staff-filter-panel select { display:block; width:100%; margin-top:9px; padding:13px 1px 10px; border:0; border-bottom:1px solid rgba(255,249,236,.42); outline:0; background:transparent; color:#fff9ec; }.staff-filter-panel select option { background:#403a38; color:#fff9ec; }.staff-login-form .button { width:100%; margin-top:25px; }.staff-login-feedback { min-height:18px; margin:14px 0 0; color:#ffc270; font-size:.74rem; }
.staff-page .staff-dashboard-heading { display:flex; justify-content:space-between; align-items:start; gap:30px; }.staff-page .staff-dashboard-heading .button { flex:0 0 auto; }.staff-page .staff-action-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:18px; margin:45px 0 18px; }.staff-search-card,.scanner-card { padding:28px; background:#403a38; }.staff-search-card h2,.scanner-card h2 { font-size:2rem; }.scanner-card>p:not(.eyebrow) { min-height:42px; color:#ded2c2; font-size:.84rem; line-height:1.5; }.staff-page .staff-controls { margin:20px 0 18px; padding:0; grid-template-columns:1fr auto; background:none; }.staff-page .staff-controls label { color:#ded2c2; }.staff-page .staff-controls .button { align-self:end; }.staff-page .staff-result { min-height:94px; padding:17px; }.scanner-actions { display:flex; gap:10px; align-items:center; margin-top:15px; }.scanner-actions .button { padding:11px 13px; font-size:.72rem; }.qr-video { width:100%; max-height:220px; margin:14px 0 0; object-fit:cover; background:#282423; }.scanner-feedback { margin:11px 0 0; color:#f2c464; font-size:.72rem; line-height:1.45; }
.staff-page .staff-filter-panel { display:grid; grid-template-columns:1.3fr .9fr 1fr auto; gap:16px; align-items:end; padding:22px 25px; background:#4a4440; }.staff-filter-panel .button-export { min-height:43px; color:#fff9ec; border:1px solid rgba(255,249,236,.45); background:transparent; white-space:nowrap; }.staff-filter-panel .button-export:hover { background:rgba(255,249,236,.08); }.staff-page .staff-summary { grid-template-columns:repeat(5,1fr); margin:18px 0 90px; }.staff-page .staff-summary article { padding:25px 20px; }.staff-page .staff-summary span { font-size:2.15rem; }.staff-page .staff-list-section { grid-template-columns:.5fr 1.5fr; }.staff-list-count { margin:15px 0 0; color:#d8cbbb; font-size:.78rem; }.staff-booking { align-items:center; }.staff-booking-main h3 { margin:5px 0; font-family:var(--serif); font-size:1.35rem; letter-spacing:-.02em; }.staff-booking-main>span { max-width:430px; line-height:1.45; }.staff-booking-details { min-width:220px; text-align:right; }.staff-booking-details>span { margin:0 0 8px; color:#d8cbbb; font-size:.7rem; line-height:1.4; }.staff-booking-details b { font-family:var(--serif); font-size:1.45rem; }.staff-booking-details small { margin:5px 0 10px; font-family:var(--mono); font-size:.61rem; letter-spacing:.04em; text-transform:uppercase; }.status-entered { color:#a8d292 !important; }.status-pending { color:#f5b54b !important; }.staff-booking-details .button { padding:8px 10px; font-size:.65rem; }.result-matches { display:flex; gap:8px; flex-wrap:wrap; margin-top:11px; }.result-matches button { padding:8px 10px; border:1px solid #bfb09e; background:transparent; color:#302c2b; text-align:left; }.result-matches button strong,.result-matches button span { display:block; }.result-matches button strong { font-family:var(--mono); font-size:.68rem; }.result-matches button span { margin-top:3px; font-size:.7rem; }
@media (max-width:760px) { .staff-page .staff-login { margin:20px auto 60px; padding:30px 22px; }.staff-page .staff-dashboard-heading { flex-direction:column; gap:22px; }.staff-page .staff-action-grid,.staff-page .staff-filter-panel,.staff-page .staff-list-section { grid-template-columns:1fr; }.staff-page .staff-action-grid { margin-top:35px; }.staff-search-card,.scanner-card { padding:21px 17px; }.staff-page .staff-filter-panel { gap:13px; padding:19px 17px; }.staff-page .staff-summary { grid-template-columns:repeat(2,1fr); margin-bottom:55px; }.staff-page .staff-summary article:last-child { grid-column:1/-1; }.staff-booking { align-items:flex-start !important; flex-direction:column; }.staff-booking-details { min-width:0; text-align:left !important; }.staff-booking-main>span { max-width:none; }.scanner-actions { flex-wrap:wrap; } }

/* Modulo di prenotazione: gerarchia più chiara su ogni schermo. */
.booking-form .booking-fieldset { min-width:0; padding:30px 0 0; margin:30px 0 0; }
.booking-form .booking-fieldset:first-child { padding-top:0; margin-top:0; border-top:0; }
.booking-form .booking-fieldset legend { width:100%; display:flex; align-items:center; gap:12px; }
.form-step { width:28px; height:28px; flex:0 0 28px; display:grid; place-items:center; border-radius:50%; background:var(--brown); color:#fff9ec; font-family:var(--mono); font-size:.68rem; }
.form-section-title { display:flex; flex-direction:column; font-family:var(--serif); font-size:1.35rem; font-weight:600; line-height:1.05; }
.form-section-title small { margin-top:5px; color:#75675d; font-family:var(--sans); font-size:.67rem; font-weight:500; line-height:1.25; letter-spacing:0; }
.booking-info-grid { margin-top:20px; }
.booking-form .booking-info-grid .form-field-label { padding:14px 15px 10px; border:1px solid #e4d5bd; border-radius:8px; background:#fffdf6; font-family:var(--sans); font-size:.7rem; letter-spacing:.02em; }
.booking-form .booking-info-grid .form-field-label>span { color:#665b52; }
.booking-form .booking-info-grid input { margin-top:3px; padding:8px 0 5px; border:0; font-size:1rem; font-weight:600; }
.booking-date .date-choices { margin-top:20px; }
.guest-list { margin-top:19px; border-top:1px solid var(--line); }
.guest-row { min-height:78px; display:flex; align-items:center; justify-content:space-between; gap:18px; border-bottom:1px solid var(--line); }
.booking-form .guest-row label { flex:1; font-size:.85rem; }
.guest-row label strong,.guest-row label small { display:block; }
.guest-row label strong { font-family:var(--serif); font-size:1.05rem; }
.guest-row label small { margin-top:4px; color:#786c62; font-size:.68rem; font-weight:500; }
.quantity-control { flex:0 0 auto; display:grid; grid-template-columns:38px 42px 38px; align-items:center; border:1px solid #dbc9ad; border-radius:30px; overflow:hidden; background:#fffdf7; }
.quantity-button { width:38px; height:40px; padding:0; border:0; background:transparent; color:var(--brown); font-size:1.25rem; line-height:1; }
.quantity-button:active { background:#f4e5ce; }
.booking-form .quantity-control input { width:42px; height:40px; margin:0; padding:0; border:0; text-align:center; font-size:.9rem; font-weight:700; appearance:textfield; }
.booking-form .quantity-control input::-webkit-inner-spin-button,.booking-form .quantity-control input::-webkit-outer-spin-button { margin:0; appearance:none; }

/* Esperienza mobile pensata appositamente per il telefono. */
@media (max-width:760px) {
  body { overflow-x:hidden; }
  h2 { font-size:clamp(2.25rem,11vw,3.2rem); }
  .site-header { padding-inline:0; }
  .main-nav a { width:100%; min-height:44px; display:flex; align-items:center; border-bottom:1px solid rgba(48,44,43,.12); }
  .event-page .main-nav a { border-color:rgba(255,255,255,.16); }
  .event-header .back-home { width:max-content; min-height:38px; }

  .home-hero { padding:32px 0 48px; gap:30px; }
  .home-hero-copy h1 { font-size:clamp(3rem,15vw,4.15rem); }
  .home-hero-copy .hero-text { font-size:.96rem; line-height:1.55; }
  .home-hero-art { height:285px; border-radius:78px 78px 0 0; }
  .split-section { padding:58px 0; grid-template-columns:28px 1fr; gap:8px; }
  .split-section .large-copy { font-size:1.08rem; }
  .services-section,.events-section { padding-block:60px; }
  .service-grid,.event-cards { display:flex; gap:14px; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; margin-right:-16px; padding-right:16px; }
  .service-grid::-webkit-scrollbar,.event-cards::-webkit-scrollbar,.activity-grid::-webkit-scrollbar,.special-grid::-webkit-scrollbar,.egg-story::-webkit-scrollbar,.gallery-grid::-webkit-scrollbar { display:none; }
  .service-grid article { flex:0 0 min(78vw,310px); scroll-snap-align:start; padding:21px; border:1px solid rgba(250,237,205,.2); }
  .service-grid h3 { margin:36px 0 8px; }
  .event-cards { margin-top:0; }
  .event-card { flex:0 0 min(84vw,350px); min-height:390px; scroll-snap-align:start; }
  .events-heading { margin-bottom:34px; }
  .contact-section { padding:58px 18px; }

  .event-page .event-cover { padding:34px 18px 46px; }
  .event-page .event-cover-intro { gap:20px; }
  .event-page .event-cover .event-logo { width:min(235px,72vw); max-height:132px; }
  .event-cover .hero-text { font-size:.92rem; line-height:1.5; }
  .event-cover .event-facts { display:grid; grid-template-columns:1fr 1fr; gap:7px; }
  .event-cover .event-facts span { display:grid; place-items:center; min-height:42px; text-align:center; line-height:1.25; }
  .event-cover .event-facts span:first-child { grid-column:1/-1; }
  .event-cover .button { width:100%; }
  .hero-photo-slot { height:270px; margin-top:34px; border-radius:4px; }
  .hero-photo-slot::before { inset:12px; }
  .hero-photo-slot>div { left:22px; right:22px; bottom:21px; }
  .hero-photo-slot p { font-size:1.15rem; }

  .experience-section,.calendar-section,.booking-section,.special-section,.info-section { padding:58px 18px; }
  .experience-section .large-copy { margin:22px 0 28px; font-size:1.04rem; }
  .preview-ribbon { min-height:52px; flex-wrap:nowrap; justify-content:flex-start; overflow-x:auto; gap:13px; white-space:nowrap; }
  .activity-grid,.special-grid,.egg-story { display:flex; gap:13px; overflow-x:auto; scroll-snap-type:x mandatory; margin:32px -18px 0 0; padding-right:18px; }
  .activity-grid article,.special-grid article,.egg-story-card { flex:0 0 min(78vw,310px); scroll-snap-align:start; }
  .activity-grid article { min-height:195px; padding:22px; border:1px solid var(--line); background:#fff7e6; }
  .activity-grid h3 { margin:23px 0 8px; }
  .special-grid article { min-height:230px; }
  .egg-story-card:nth-child(2) { transform:none; }

  .event-gallery { padding:58px 18px; }
  .gallery-heading { margin-bottom:30px; }
  .gallery-heading>p { font-size:.9rem; }
  .gallery-grid { display:flex; min-height:0; margin-right:-18px; padding-right:18px; overflow-x:auto; scroll-snap-type:x mandatory; }
  .gallery-slot,.gallery-slot-wide { flex:0 0 min(82vw,340px); height:300px; scroll-snap-align:start; }

  .calendar-section { gap:27px; }
  .calendar-copy>p:not(.eyebrow) { margin:16px 0; font-size:.92rem; }
  .price-note { margin-top:18px; padding-top:17px; }
  .price-note strong { font-size:2.5rem; }
  .calendar { gap:4px; }
  .calendar-day,.calendar-empty { min-height:43px; }
  .calendar-day small { display:none; }

  .booking-section { padding:54px 0 0; gap:20px; }
  .booking-intro { padding:0 18px; }
  .booking-intro h2 { font-size:2.45rem; }
  .booking-intro>p:not(.eyebrow) { margin:15px 0 0; font-size:.9rem; }
  .booking-steps { display:none; }
  .booking-form { width:100%; padding:25px 18px 34px; border-radius:22px 22px 0 0; box-shadow:none; }
  .booking-form .booking-fieldset { padding-top:24px; margin-top:24px; }
  .form-step { width:25px; height:25px; flex-basis:25px; }
  .form-section-title { font-size:1.22rem; }
  .booking-info-grid { grid-template-columns:1fr; gap:9px; margin-top:16px; }
  .booking-form .booking-info-grid .form-field-label { padding:10px 13px 7px; }
  .booking-form .booking-info-grid input { padding:5px 0 4px; font-size:.93rem; }
  .booking-date .date-choices { margin-top:16px; }
  .date-choices { gap:6px; }
  .date-choices label { flex:1 0 46%; }
  .date-choices span { padding:10px 5px; }
  .guest-list { margin-top:14px; }
  .guest-row { min-height:67px; gap:10px; }
  .guest-row label strong { font-size:.96rem; }
  .quantity-control { grid-template-columns:35px 38px 35px; }
  .quantity-button { width:35px; height:38px; }
  .booking-form .quantity-control input { width:38px; height:38px; }
  .booking-form .booking-summary { margin:27px 0 18px; padding:18px 0; }
  .booking-summary strong { font-size:2rem; }
  .booking-form .button { min-height:52px; }
  .form-note { padding-inline:10px; }

  .special-section { padding-bottom:65px; }
  .info-section summary { min-height:64px; padding:18px 0; }
  .coming-section { padding:60px 18px; }
  .coming-section>p:not(.eyebrow) { margin-bottom:32px; }
  .egg-booking { padding:58px 18px; }
  .waiting-card { padding:35px 24px; }
  .modal { padding:12px; }
  .modal-card { max-height:94svh; overflow-y:auto; padding:30px 18px 22px; }
  .modal-card h2 { padding-right:20px; font-size:2rem; }
  .ticket { margin:20px 0; padding:12px; gap:11px; }
  .ticket-qr { width:82px; }
  .ticket-qr img { width:78px; height:78px; }
  .staff-main h1 { font-size:3rem; }
}
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:var(--sans); }
body.modal-open { overflow:hidden; }
a { color:inherit; text-decoration:none; }
button, input { font:inherit; }
button { cursor:pointer; }
.site-header { width:min(1200px, calc(100% - 40px)); height:92px; margin:auto; display:flex; align-items:center; justify-content:space-between; position:relative; z-index:10; }
.brand { display:inline-flex; gap:9px; align-items:center; font-family:var(--serif); font-size:1.45rem; font-weight:600; letter-spacing:.05em; }
.brand-mark { color:var(--gold); width:25px; height:28px; position:relative; overflow:hidden; font-family:var(--serif); font-size:2.4rem; line-height:1.05; }
.main-nav { display:flex; gap:28px; font-size:.84rem; font-weight:600; }
.main-nav a { transition:opacity .2s; }.main-nav a:hover { opacity:.55; }
.menu-toggle { display:none; border:0; background:none; color:inherit; font-weight:700; }
.eyebrow { margin:0 0 17px; color:var(--brown); font-family:var(--mono); font-size:.7rem; font-weight:500; letter-spacing:.1em; text-transform:uppercase; }
h1,h2,h3,p { margin-top:0; } h1,h2,h3 { letter-spacing:-.035em; }
h1,h2 { font-family:var(--serif); } h2 { margin-bottom:0; font-size:clamp(2.4rem,5vw,4.5rem); line-height:.98; }
.button { border:0; display:inline-flex; align-items:center; justify-content:center; gap:18px; padding:16px 21px; border-radius:3px; font-weight:700; font-size:.9rem; transition:transform .18s, background .18s; }
.button:hover { transform:translateY(-2px); }.button-dark { background:var(--ink); color:white; }.button-cream { background:var(--paper); color:var(--brown); }.button-orange { background:var(--orange); color:white; }.button-green { background:#396140; color:white; }.button-muted { background:rgba(255,255,255,.5); color:rgba(48,44,43,.5); }.button[aria-disabled="true"] { cursor:default; }.button[aria-disabled="true"]:hover { transform:none; }.button-outline { background:transparent; border:1px solid rgba(255,255,255,.55); color:white; }
.home-hero { min-height:calc(100vh - 92px); width:min(1200px, calc(100% - 40px)); margin:auto; display:grid; grid-template-columns:1.05fr .95fr; align-items:center; gap:4vw; padding:48px 0 84px; }
.home-hero-copy h1 { max-width:650px; font-size:clamp(3.7rem,7vw,6.9rem); line-height:.91; margin:0 0 26px; }.hero-text { max-width:480px; font-size:1.08rem; line-height:1.6; }.home-hero-copy .button { margin-top:16px; }
.home-hero-art { height:535px; overflow:hidden; position:relative; border-radius:150px 150px 0 0; background:#f8c763; }.home-hero-photo { width:100%; height:100%; object-fit:cover; }.sun { position:absolute; width:175px; height:175px; border-radius:50%; background:var(--gold); right:19%; top:11%; }.hill { position:absolute; width:680px; height:330px; border-radius:50%; bottom:-125px; }.hill-one { background:#585123; right:-330px; }.hill-two { width:540px; height:260px; background:#772f1a; left:-260px; bottom:-120px; }.tent { position:absolute; bottom:57px; width:0; height:0; border-left:100px solid transparent; border-right:100px solid transparent; border-bottom:235px solid var(--paper); }.tent-left { left:22%; }.tent-right { left:47%; transform:scale(.72); transform-origin:bottom; border-bottom-color:#efaa00; }.home-tag { position:absolute; bottom:23px; right:27px; color:white; font-family:var(--mono); font-size:.68rem; letter-spacing:.1em; text-transform:uppercase; }
.split-section { width:min(1200px, calc(100% - 40px)); margin:0 auto; padding:130px 0; border-top:1px solid var(--line); display:grid; grid-template-columns:.16fr .95fr .9fr; gap:30px; align-items:start; }.section-number { font-family:var(--mono); color:var(--brown); font-size:.7rem; }.split-section h2 { font-size:clamp(2.4rem,4vw,4rem); }.large-copy { font-size:clamp(1.15rem,1.9vw,1.65rem); line-height:1.5; margin:0; }
.services-section { background:var(--ink); color:var(--paper); padding:126px max(20px, calc((100vw - 1200px)/2)); }.services-section .eyebrow { color:var(--gold); }.services-section h2 { max-width:800px; }.service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:75px; }.service-grid article { border-top:1px solid rgba(250,237,205,.35); padding:20px 0; }.service-grid span { font-family:var(--mono); color:var(--gold); font-size:.7rem; }.service-grid h3 { font-family:var(--serif); font-size:2rem; margin:35px 0 8px; }.service-grid p { color:#d6d0c4; max-width:230px; line-height:1.5; }
.events-section { padding:130px max(20px, calc((100vw - 1200px)/2)); }.events-heading { margin-bottom:55px; }.event-cards { display:grid; grid-template-columns:1fr 1fr; gap:24px; }.event-card { min-height:530px; position:relative; overflow:hidden; padding:30px; color:#fff; border-radius:8px; transition:transform .25s; }.event-card:hover { transform:translateY(-6px); }.card-kicker { font-family:var(--mono); font-size:.67rem; text-transform:uppercase; letter-spacing:.09em; }.event-card h3 { position:absolute; bottom:66px; font-family:var(--serif); font-size:clamp(2.6rem,4vw,4rem); line-height:.88; margin:0; }.event-card p { position:absolute; bottom:27px; margin:0; }.circle-arrow { position:absolute; right:28px; bottom:28px; border:1px solid rgba(255,255,255,.7); width:44px; height:44px; border-radius:50%; display:grid; place-items:center; font-size:1.3rem; }.pumpkin-card { background:var(--brown); }.egg-card { background:#a8cf5a; color:#342923; }.egg-card .circle-arrow { border-color:#342923; }.pumpkin-illustration,.egg-illustration { position:absolute; left:50%; top:44%; transform:translate(-50%,-50%); width:230px; height:210px; }.pumpkin-illustration i { position:absolute; bottom:0; width:92px; height:140px; background:var(--orange); border-radius:50% 50% 42% 42%; }.pumpkin-illustration i:nth-child(1){left:20px;transform:rotate(-18deg)}.pumpkin-illustration i:nth-child(2){left:67px;height:162px;background:#e76e08}.pumpkin-illustration i:nth-child(3){right:20px;transform:rotate(18deg)}.pumpkin-illustration b { position:absolute; width:23px;height:66px;background:#585123;left:104px;top:0;transform:rotate(12deg);border-radius:10px; }.egg-illustration i { position:absolute; bottom:0; width:91px;height:132px;border-radius:55% 55% 45% 45%; }.egg-illustration i:nth-child(1){left:4px;background:#f3b1c5}.egg-illustration i:nth-child(2){left:70px;height:175px;background:#ffdd65}.egg-illustration i:nth-child(3){right:4px;background:#66c5c8}.egg-illustration b { position:absolute;left:85px;bottom:53px;width:62px;height:11px;background:repeating-linear-gradient(90deg,transparent 0 8px,#fff 8px 15px); }
.contact-section { margin:0 20px 20px; padding:105px 20px; text-align:center; color:var(--paper); background:var(--brown); }.contact-section .eyebrow { color:#f9c35d; }.contact-section p:not(.eyebrow) { margin:22px auto; line-height:1.55; max-width:460px; }.site-footer { width:min(1200px, calc(100% - 40px)); margin:auto; min-height:80px; display:flex; align-items:center; justify-content:space-between; color:#6c675f; font-size:.68rem; font-family:var(--mono); letter-spacing:.07em; }

.event-header { color:var(--paper); }.pumpkin-theme { background:#ff7900; }.egg-theme { background:#f9f5df; }.event-page .brand-mark { color:inherit; }.event-hero { min-height:630px; padding:84px 20px 92px; position:relative; overflow:hidden; background:var(--brown); color:var(--paper); text-align:center; display:flex; flex-direction:column; align-items:center; justify-content:center; }.event-logo { position:relative; z-index:2; width:min(520px, 93vw); height:auto; border-radius:8px; }.logo-zucche { mix-blend-mode:screen; }.event-hero .hero-text { position:relative; z-index:2; margin:28px auto; }.event-facts { position:relative; z-index:2; display:flex; justify-content:center; gap:10px; flex-wrap:wrap; margin:2px 0 28px; }.event-facts span { padding:8px 11px; border:1px solid rgba(250,237,205,.38); border-radius:20px; font-family:var(--mono); font-size:.65rem; }.hero-leaves span { display:block; position:absolute; width:260px; height:95px; border-radius:100% 0 100% 0; border:1px solid rgba(255,173,0,.4); }.hero-leaves span:nth-child(1){top:8%;left:-90px;transform:rotate(36deg)}.hero-leaves span:nth-child(2){right:-78px;top:18%;transform:rotate(-48deg)}.hero-leaves span:nth-child(3){left:5%;bottom:4%;transform:rotate(128deg)}.hero-leaves span:nth-child(4){right:8%;bottom:-3%;transform:rotate(10deg)}
.experience-section { padding:120px max(20px,calc((100vw - 1040px)/2)); background:var(--paper); }.experience-section .section-heading { display:grid; grid-template-columns:.75fr 1.25fr; align-items:start; }.experience-section .large-copy { max-width:680px; margin:55px 0 55px auto; }.preview-ribbon { min-height:65px; display:flex; justify-content:space-around; align-items:center; gap:15px; flex-wrap:wrap; border-top:1px solid var(--line); border-bottom:1px solid var(--line); font-family:var(--mono); font-size:.68rem; text-transform:uppercase; letter-spacing:.08em; }.preview-ribbon span:nth-child(odd) { font-size:1.3rem; }.activity-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:40px; margin-top:70px; }.activity-icon { color:var(--orange); font-size:2rem; }.activity-grid h3 { font-family:var(--serif); font-size:1.65rem; margin:22px 0 8px; }.activity-grid p { line-height:1.55; color:#655b52; }
.calendar-section { padding:110px max(20px,calc((100vw - 1040px)/2)); display:grid; grid-template-columns:.75fr 1.25fr; gap:80px; background:var(--light-orange); }.calendar-copy h2 { color:var(--brown); }.calendar-copy>p:not(.eyebrow) { line-height:1.6; }.price-note { display:flex; gap:14px; align-items:center; padding-top:24px; margin-top:28px; border-top:1px solid rgba(119,47,26,.3); }.price-note strong { font-family:var(--serif); font-size:3rem; color:var(--brown); }.price-note span { font-size:.82rem; line-height:1.5; }.calendar { display:grid; grid-template-columns:repeat(7,1fr); align-content:start; gap:7px; }.calendar-weekday { font-family:var(--mono); font-size:.62rem; text-align:center; color:var(--brown); padding-bottom:5px; }.calendar-day { border:0; min-height:68px; border-radius:5px; background:rgba(250,237,205,.35); color:rgba(119,47,26,.45); display:flex; flex-direction:column; align-items:center; justify-content:center; gap:3px; }.calendar-day.is-open { color:var(--paper); background:var(--brown); }.calendar-day.is-open:hover { transform:scale(1.04); }.calendar-day span { font-weight:700; }.calendar-day small { color:#f9c05b; font-family:var(--mono); font-size:.52rem; text-transform:uppercase; }.calendar-empty { min-height:68px; }
.booking-section { padding:120px max(20px,calc((100vw - 1040px)/2)); background:var(--paper); display:grid; grid-template-columns:.82fr 1.18fr; gap:90px; }.booking-intro h2 { font-size:clamp(2.6rem,4vw,4rem); }.booking-intro>p:not(.eyebrow) { margin:27px 0; line-height:1.58; }.booking-steps { padding:0; margin:36px 0 0; list-style:none; }.booking-steps li { padding:13px 0; border-top:1px solid var(--line); font-size:.87rem; font-weight:600; }.booking-steps span { display:inline-grid; place-items:center; width:21px;height:21px;margin-right:9px;border:1px solid var(--brown);border-radius:50%;font-size:.65rem;color:var(--brown); }.booking-form { background:#fff9ec; padding:32px; box-shadow:0 16px 48px rgba(119,47,26,.11); }.form-row { display:grid; grid-template-columns:1fr 1fr; gap:15px; }.form-row-3 { grid-template-columns:repeat(3,1fr); }.booking-form label { display:block; font-weight:600; font-size:.76rem; }.booking-form input { display:block; width:100%; margin-top:7px; padding:13px 1px 10px; border:0; border-bottom:1px solid rgba(48,44,43,.4); outline:0; background:transparent; border-radius:0; }.booking-form input:focus { border-color:var(--orange); }.booking-form fieldset { border:0; padding:25px 0 0; margin:19px 0 0; border-top:1px solid var(--line); }.booking-form legend { font-family:var(--serif); font-size:1.25rem; padding:0; }.field-help { margin:5px 0 14px; font-size:.72rem; color:#62564d; }.date-choices { display:flex; gap:7px; flex-wrap:wrap; margin-top:12px; }.date-choices label { flex:1 0 29%; }.date-choices input { position:absolute; opacity:0; pointer-events:none; }.date-choices span { display:block; padding:9px 7px; border:1px solid var(--line); text-align:center; border-radius:3px; font-family:var(--mono); font-size:.64rem; font-weight:500; }.date-choices input:checked + span { background:var(--brown); color:#fff9ec; border-color:var(--brown); }.booking-summary { margin:30px 0 20px; padding:18px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); display:grid; grid-template-columns:1fr auto; gap:3px; align-items:center; }.booking-summary span { font-size:.8rem; font-weight:700; }.booking-summary strong { color:var(--brown); font-family:var(--serif); font-size:2.2rem; }.booking-summary small { grid-column:1/-1; font-size:.7rem; color:#6b6159; }.booking-form .button { width:100%; }.form-note { margin:13px 0 0; text-align:center; color:#796e64; font-size:.66rem; line-height:1.4; }
.special-section { background:var(--olive); color:var(--paper); padding:115px max(20px,calc((100vw - 1040px)/2)); }.special-section .eyebrow { color:#f4c856; }.special-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:58px; }.special-grid article { min-height:245px; padding:28px; background:#4a451e; }.special-grid article>span:first-child { font-size:2rem; }.special-grid h3 { margin:22px 0 8px; font-family:var(--serif); font-size:2rem; }.special-grid p { max-width:290px; color:#ddd8bd; line-height:1.5; }.pending-link { display:inline-block; margin-top:12px; color:#f7c65c; font-family:var(--mono); font-size:.64rem; text-transform:uppercase; letter-spacing:.06em; }.info-section { padding:100px max(20px,calc((100vw - 1040px)/2)); background:var(--paper); }.info-section details { border-top:1px solid var(--line); }.info-section details:last-child { border-bottom:1px solid var(--line); }.info-section summary { display:flex; align-items:center; justify-content:space-between; padding:26px 0; cursor:pointer; list-style:none; font-family:var(--serif); font-size:1.65rem; }.info-section summary::-webkit-details-marker { display:none; }.info-section summary span { color:var(--orange); font-family:var(--sans); }.details-content { padding:0 0 27px; max-width:590px; color:#675d55; line-height:1.55; }.event-footer { background:var(--brown); color:var(--paper); width:100%; padding:0 max(20px,calc((100vw - 1040px)/2)); }.event-footer a:last-child { opacity:.65; }.mobile-booking-cta { display:none; }

.egg-hero { min-height:630px; background:#d5e99a; color:#3b3a24; }.logo-uova { width:min(490px,88vw); mix-blend-mode:multiply; }.egg-hero .hero-text { max-width:485px; }.egg-cloud { position:absolute; bottom:-40px; border-radius:50% 50% 0 0; background:#7cba54; }.egg-cloud.one { width:480px; height:245px; left:-140px; }.egg-cloud.two { width:580px; height:275px; right:-200px; background:#93c85e; }.egg-experience { background:#fcf6df; }.egg-experience .eyebrow { color:#5f9b50; }.egg-story { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:60px; }.egg-story-card { min-height:220px; padding:24px; background:#fff; border-radius:0 0 58px 58px; box-shadow:0 12px 28px rgba(63,95,50,.1); }.egg-story-card:nth-child(2) { transform:translateY(28px); background:#fff6c7; }.egg-story-card span { font-size:2rem; }.egg-story-card h3 { margin:29px 0 8px; font-family:var(--serif); font-size:1.55rem; }.egg-story-card p { font-size:.85rem; line-height:1.5; color:#5d674c; }.coming-section { padding:115px 20px; position:relative; overflow:hidden; text-align:center; background:#77ba74; color:#fffdf0; }.coming-section .eyebrow { color:#fff1a1; }.coming-section h2 { font-size:clamp(2.8rem,5vw,4.6rem); }.coming-section>p:not(.eyebrow) { max-width:470px; margin:22px auto 42px; line-height:1.55; }.coming-calendar { position:relative; width:240px; height:160px; margin:auto; padding:20px; transform:rotate(-4deg); display:flex; flex-direction:column; align-items:center; justify-content:center; border-radius:14px; background:#fff9e4; color:#5d8d50; box-shadow:8px 9px 0 rgba(46,98,70,.2); }.coming-calendar:before,.coming-calendar:after { content:""; position:absolute; top:-9px; width:11px; height:26px; border-radius:7px; background:#f39abb; }.coming-calendar:before { left:49px; }.coming-calendar:after { right:49px; }.coming-calendar span { font-family:var(--mono); font-size:.63rem; text-transform:uppercase; letter-spacing:.1em; }.coming-calendar b { margin-top:9px; font-family:var(--serif); font-size:1.7rem; }.coming-calendar i { position:absolute; bottom:10px; right:15px; color:#f0c743; font-style:normal; }.egg-booking { background:#fff8df; }.waiting-card { align-self:center; text-align:center; padding:48px 35px; background:#d5e99a; border-radius:50% 50% 16px 16px; }.waiting-card span { font-size:4rem; }.waiting-card h3 { margin:15px 0 8px; font-family:var(--serif); font-size:2rem; }.waiting-card p { margin:0 auto; max-width:260px; line-height:1.5; color:#4f6342; }.egg-info { background:#fcf6df; }.egg-info summary span { color:#d65c85; }.egg-footer { background:#477b50; }

.modal { position:fixed; z-index:20; inset:0; padding:20px; display:grid; place-items:center; background:rgba(38,25,19,.7); }.modal-card { width:min(530px,100%); position:relative; padding:40px; background:#fff9ec; box-shadow:0 20px 80px rgba(0,0,0,.35); }.modal-close { position:absolute; top:13px; right:16px; background:transparent; border:0; font-size:2rem; line-height:1; color:var(--brown); }.modal-card h2 { font-size:2.6rem; }.ticket { margin:28px 0; display:grid; grid-template-columns:auto 1fr; gap:20px; align-items:center; padding:20px; border:1px dashed #b48b6e; }.ticket-qr { width:108px; text-align:center; }.ticket-qr img { display:block; width:96px; height:96px; padding:4px; background:#fff; border:1px solid #d7b99f; }.ticket-qr span { margin-top:7px; color:var(--brown); font-family:var(--mono); font-size:.61rem !important; line-height:1.2; word-break:break-word; }.ticket strong,.ticket span { display:block; }.ticket span { margin-top:5px; color:#6c5a4f; font-size:.76rem; }.modal-message { color:#675c53; font-size:.83rem; line-height:1.55; }.modal-card .button { width:100%; margin-top:5px; }

.staff-page { min-height:100vh; background:#302c2b; color:#fff9ec; }.staff-header { width:min(1150px,calc(100% - 40px)); height:85px; margin:auto; display:flex; align-items:center; justify-content:space-between; font-size:.82rem; }.brand-light .brand-mark { color:var(--gold); }.staff-header>a:last-child { opacity:.8; }.staff-main { width:min(1150px,calc(100% - 40px)); margin:auto; padding:65px 0 100px; }.staff-page .eyebrow { color:#f3b547; }.staff-main h1 { font-size:clamp(3.5rem,7vw,6.3rem); line-height:.88; margin-bottom:20px; }.staff-intro { max-width:630px; color:#ded2c2; line-height:1.55; }.staff-controls { margin:47px 0 26px; padding:25px; display:grid; grid-template-columns:1.4fr auto auto; gap:12px; background:#403a38; }.staff-controls label { font-size:.68rem; font-weight:700; text-transform:uppercase; letter-spacing:.07em; }.staff-controls input { width:100%; margin-top:7px; padding:13px 0 10px; border:0; border-bottom:1px solid rgba(255,249,236,.45); color:#fff9ec; outline:0; background:transparent; }.staff-controls input::placeholder { color:#a79d93; }.staff-result { min-height:84px; padding:20px 24px; background:#f7ead2; color:#302c2b; }.staff-result>p { margin:0; color:#665d56; }.booking-found { display:flex; align-items:center; justify-content:space-between; gap:22px; }.booking-found h2 { font-size:2rem; }.booking-found p { margin:8px 0 0; font-size:.85rem; }.booking-found>div:last-child { text-align:right; }.booking-found strong,.booking-found span { display:block; }.booking-found strong { font-family:var(--serif); font-size:2rem; color:var(--brown); }.booking-found span { margin:4px 0 11px; font-size:.75rem; }.mark-entry { padding:10px 12px; font-size:.7rem; }.staff-summary { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin:28px 0 90px; background:#665f59; }.staff-summary article { padding:29px; background:#403a38; }.staff-summary span { display:block; font-family:var(--serif); font-size:2.5rem; color:#f5b54b; }.staff-summary small { color:#ded2c2; font-family:var(--mono); font-size:.65rem; text-transform:uppercase; letter-spacing:.08em; }.staff-list-section { display:grid; grid-template-columns:.7fr 1.3fr; gap:50px; }.staff-list-section h2 { font-size:2.5rem; }.staff-list { border-top:1px solid rgba(255,249,236,.3); }.staff-list>p { color:#cdc1b1; padding:15px 0; }.staff-list article { display:flex; justify-content:space-between; gap:12px; padding:16px 0; border-bottom:1px solid rgba(255,249,236,.16); }.staff-list strong,.staff-list span,.staff-list b,.staff-list small { display:block; }.staff-list strong { font-family:var(--mono); font-size:.76rem; color:#f5b54b; }.staff-list span { margin-top:5px; color:#ded2c2; font-size:.82rem; }.staff-list div:last-child { text-align:right; }.staff-list b { font-family:var(--serif); font-size:1.25rem; }.staff-list small { margin-top:4px; color:#a8c88a; font-size:.65rem; }

@media (max-width:760px) { .site-header { width:calc(100% - 32px); height:70px; }.brand { font-size:1.2rem; }.brand-mark { width:20px; height:24px; font-size:2.05rem; }.menu-toggle { display:block; position:relative; z-index:2; }.main-nav { display:none; }.menu-open .main-nav { display:flex; position:absolute; top:0; right:-16px; left:-16px; padding:85px 22px 27px; flex-direction:column; background:#fff8e7; box-shadow:0 16px 45px rgba(0,0,0,.13); }.event-page .menu-open .main-nav { background:var(--brown); }.home-hero { width:calc(100% - 32px); min-height:auto; padding:55px 0 54px; grid-template-columns:1fr; gap:40px; }.home-hero-copy h1 { font-size:3.6rem; }.home-hero-art { height:350px; border-radius:90px 90px 0 0; }.sun { width:115px;height:115px; }.tent { border-left-width:70px;border-right-width:70px;border-bottom-width:165px;bottom:35px; }.home-tag { bottom:14px;right:15px;font-size:.55rem; }.split-section { width:calc(100% - 32px); padding:75px 0; grid-template-columns:40px 1fr; gap:13px; }.split-section .large-copy { grid-column:2; margin-top:16px; }.services-section { padding:75px 16px; }.service-grid,.event-cards,.activity-grid,.special-grid,.egg-story { grid-template-columns:1fr; }.service-grid { gap:0; margin-top:45px; }.service-grid h3 { margin-top:20px; }.events-section { padding:75px 16px; }.event-cards { gap:15px; }.event-card { min-height:440px; }.contact-section { margin:0 16px 16px; padding:75px 16px; }.site-footer { width:calc(100% - 32px); min-height:70px; }.site-footer span:last-child { display:none; }
  .event-header { width:calc(100% - 32px); }.event-hero { min-height:520px; padding:60px 16px 80px; }.event-hero .hero-text { font-size:.95rem; }.event-facts { gap:6px; }.event-facts span { font-size:.55rem; padding:7px; }.experience-section,.calendar-section,.booking-section,.special-section,.info-section { padding:75px 16px; }.experience-section .section-heading { display:block; }.experience-section .large-copy { margin:30px 0 35px; }.activity-grid { gap:20px; margin-top:46px; }.activity-grid article { padding-bottom:10px; border-bottom:1px solid var(--line); }.calendar-section,.booking-section { grid-template-columns:1fr; gap:42px; }.calendar-day,.calendar-empty { min-height:48px; }.calendar-day small { font-size:.45rem; }.booking-form { padding:22px 17px; }.form-row,.form-row-3 { grid-template-columns:1fr; gap:15px; }.form-row-3 { gap:8px; }.date-choices label { flex-basis:46%; }.special-grid { margin-top:37px; }.special-grid article { min-height:0; }.info-section summary { font-size:1.35rem; }.event-footer { width:100%; padding:0 16px; }.mobile-booking-cta { display:block; position:fixed; z-index:8; right:14px; bottom:14px; padding:13px 16px; border-radius:30px; background:var(--brown); color:#fff9ec; box-shadow:0 8px 24px rgba(0,0,0,.27); font-weight:700; font-size:.78rem; }.egg-story-card:nth-child(2) { transform:none; }.coming-section { padding:80px 16px; }.egg-booking { gap:32px; }.modal-card { padding:32px 20px 25px; }.modal-card h2 { font-size:2.25rem; }.ticket { padding:14px; gap:13px; }.ticket-code { width:70px;height:70px;font-size:.53rem; }
  .staff-header { width:calc(100% - 32px); }.staff-main { width:calc(100% - 32px); padding:45px 0 65px; }.staff-controls { grid-template-columns:1fr; padding:18px; }.staff-summary,.staff-list-section { grid-template-columns:1fr; }.staff-summary { margin-bottom:55px; }.staff-list-section { gap:24px; }.booking-found { align-items:flex-start; flex-direction:column; }.booking-found>div:last-child { text-align:left; }.staff-list article { align-items:center; }
}

/* Queste regole restano per ultime: sostituiscono le vecchie misure mobile. */
@media (max-width:760px) {
  .home-hero { padding:32px 0 48px; gap:30px; }
  .home-hero-copy h1 { font-size:clamp(3rem,15vw,4.15rem); }
  .home-hero-art { height:285px; border-radius:78px 78px 0 0; }
  .split-section { padding:58px 0; grid-template-columns:28px 1fr; gap:8px; }
  .services-section,.events-section { padding-block:60px; }
  .service-grid { gap:14px; margin-top:36px; }
  .service-grid h3 { margin-top:36px; }
  .event-cards { gap:14px; }
  .event-card { min-height:390px; }
  .contact-section { padding:58px 18px; }
  .event-hero .hero-text { font-size:.92rem; }
  .experience-section,.calendar-section,.special-section,.info-section { padding:58px 18px; }
  .experience-section .large-copy { margin:22px 0 28px; }
  .activity-grid { gap:13px; margin-top:32px; }
  .activity-grid article { padding:22px; }
  .calendar-section { gap:27px; }
  .calendar-day,.calendar-empty { min-height:43px; }
  .booking-section { padding:54px 0 0; gap:20px; }
  .booking-form { padding:25px 18px 34px; }
  .booking-info-grid { gap:9px; }
  .date-choices { gap:6px; }
  .special-grid { gap:13px; margin-top:32px; }
  .special-grid article { min-height:230px; }
  .coming-section { padding:60px 18px; }
  .egg-booking { padding:58px 18px; gap:20px; }
  .modal-card { padding:30px 18px 22px; }
  .modal-card h2 { font-size:2rem; }
  .ticket { padding:12px; gap:11px; }
  .staff-main h1 { font-size:3rem; }
  .mobile-booking-cta { transition:opacity .2s,transform .2s; }
  .mobile-booking-cta.is-hidden { opacity:0; pointer-events:none; transform:translateY(18px); }
}

/* Colori ufficiali Ardesia: giallo #E7A203 e grigio #575756. */
.home-page { --ink:#575756; --gold:#e7a203; --orange:#e7a203; --brown:#575756; --olive:#575756; color:#575756; }
.home-page .home-hero-art { background:#e7a203; }
.home-page .sun { background:#fff2ca; }
.home-page .hill-one,.home-page .hill-two { background:#575756; }
.home-page .hill-two { opacity:.76; }
.home-page .tent-right { border-bottom-color:#575756; }
.home-page .services-section,.home-page .contact-section { background:#575756; }
.home-page .contact-section .eyebrow,.home-page .services-section .eyebrow,.home-page .service-grid span { color:#e7a203; }
.button-gold { background:#e7a203; color:#363635; }
.whatsapp-link { min-height:52px; }
.home-page .contact-section .whatsapp-link { display:flex; width:fit-content; max-width:100%; margin-inline:auto; justify-content:center; }
.inline-contact { color:var(--brown); font-weight:700; text-decoration:underline; text-underline-offset:3px; }
.whatsapp-card-link { padding-bottom:3px; border-bottom:1px solid currentColor; }
.weekend-prices { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.weekend-price { min-width:0; padding:14px; border:1px solid rgba(119,47,26,.28); border-radius:6px; }
.weekend-price span,.weekend-price strong { display:block; }
.weekend-price span { font-family:var(--mono); font-size:.65rem; text-transform:uppercase; letter-spacing:.06em; }
.weekend-price strong { margin-top:3px; font-size:2.35rem; }
.weekend-prices>p { grid-column:1/-1; margin:4px 0 0; font-size:.78rem; line-height:1.45; }
.date-choices span small { display:block; margin-top:4px; color:#8a5c42; font-family:var(--sans); font-size:.58rem; font-weight:600; }
.date-choices input:checked + span small { color:#f5c978; }
.rules-content { max-width:900px; }
.rules-intro { max-width:670px; margin:0 0 24px; font-family:var(--serif); font-size:1.18rem; color:var(--ink); }
.rules-list { margin:0; padding:0; list-style:none; counter-reset:rules; }
.rules-list li { counter-increment:rules; display:grid; grid-template-columns:30px 1fr; gap:12px; padding:13px 0; border-top:1px solid var(--line); font-size:.9rem; line-height:1.5; }
.rules-list li::before { content:counter(rules); width:26px; height:26px; display:grid; place-items:center; border-radius:50%; background:#f0a11a; color:#fff; font-family:var(--mono); font-size:.65rem; }
.rules-warning { margin:28px 0 15px; padding:18px; background:var(--brown); color:#fff9ec; font-family:var(--serif); font-size:1.08rem; font-weight:700; text-transform:uppercase; }
.rules-download { display:inline-block; color:var(--brown); font-weight:700; text-decoration:underline; text-underline-offset:4px; }
.rules-details[open] summary span { transform:rotate(45deg); }
.rules-details summary span { transition:transform .2s; }

@media (max-width:760px) {
  .home-page .contact-section .whatsapp-link { width:100%; }
  .weekend-prices { margin-top:20px; padding-top:20px; }
  .weekend-price { padding:11px; }
  .weekend-price strong { font-size:2rem; }
  .date-choices span small { font-size:.55rem; }
  .rules-intro { font-size:1.05rem; }
  .rules-list li { grid-template-columns:27px 1fr; gap:9px; padding:12px 0; font-size:.84rem; }
  .rules-list li::before { width:24px; height:24px; }
  .rules-warning { margin-top:22px; padding:15px; font-size:.94rem; }
}

/* Calendario 26 settembre – 1° novembre e rimozione dei numeri ornamentali. */
.intro-section.split-section { grid-template-columns:1fr .9fr; }
.home-page .service-grid h3 { margin-top:18px; }
.calendar-panel { min-width:0; }
.calendar-range-label { margin:0 0 18px; color:var(--brown); font-family:var(--mono); font-size:.68rem; font-weight:500; letter-spacing:.06em; text-transform:uppercase; }
.calendar-hint { margin:14px 0 0; color:#6d3c25; font-size:.75rem; line-height:1.4; }
.calendar-day span em { margin-left:2px; font-family:var(--mono); font-size:.54rem; font-style:normal; font-weight:400; text-transform:uppercase; }
.calendar-day.is-selected { outline:3px solid #fff9ec; outline-offset:-5px; box-shadow:0 0 0 2px var(--brown); }
.calendar-day.is-open:focus-visible,.date-choices input:focus-visible + span { outline:3px solid #fff9ec; outline-offset:2px; }
.egg-cover .edition-label { margin:0 0 14px; color:#315a42; font-size:.75rem; font-weight:700; }
@media (max-width:760px) {
  .intro-section.split-section { grid-template-columns:1fr; }
  .intro-section .large-copy { grid-column:auto; }
  .calendar-range-label { margin-bottom:12px; font-size:.61rem; }
  .calendar-hint { font-size:.72rem; }
  .calendar-day span em { display:block; margin:0; font-size:.45rem; line-height:1; }
  .home-page .service-grid h3 { margin-top:16px; }
}

.education-open { display:inline-block; min-height:44px; margin-top:12px; padding:10px 0; border:0; border-bottom:1px solid currentColor; background:transparent; color:#f7c65c; font:600 .88rem var(--sans); text-align:left; }
.education-dialog { width:min(520px,calc(100% - 28px)); max-height:90vh; max-height:90dvh; margin:auto; padding:32px; overflow-y:auto; border:0; border-radius:16px; background:#fff9ec; color:var(--ink); box-shadow:0 24px 80px rgba(0,0,0,.3); }
.education-dialog::backdrop { background:rgba(38,25,19,.72); }
.education-close { position:absolute; top:8px; right:8px; width:44px; height:44px; border:0; background:transparent; color:var(--brown); font-size:2rem; }
.education-dialog h2 { padding-right:15px; font-size:2.3rem; line-height:1.05; }
.education-dialog #education-intro { margin:16px 0 24px; color:#665b52; font-size:.94rem; line-height:1.5; }
.education-dialog label { display:block; margin:17px 0; font-size:.88rem; font-weight:700; }
.education-dialog [hidden] { display:none !important; }
.event-card .event-card-art { position:absolute; left:50%; top:43%; transform:translate(-50%,-50%); width:min(88%,380px); height:300px; object-fit:contain; pointer-events:none; }
.event-card.egg-card { background:#d2b58d; color:#342923; }
.home-page .home-hero-text-only { grid-template-columns:minmax(0,1fr); gap:0; min-height:620px; min-height:min(760px,calc(100svh - 92px)); padding:80px 0 96px; text-align:center; }
.home-hero-text-only .home-hero-copy { width:100%; min-width:0; }
.home-page .home-hero-text-only h1 { max-width:1050px; margin:0 auto 30px; font-size:clamp(4rem,8.6vw,8rem); line-height:1; text-wrap:balance; }
.home-hero-text-only .hero-text { margin:0 auto 24px; max-width:580px; }
.home-hero-text-only .button { margin-inline:auto; }
@media(max-width:760px) {
  .home-page .home-hero-text-only { min-height:auto; padding:60px 0 68px; }
  .home-page .home-hero-text-only h1 { font-size:clamp(2.7rem,11.7vw,4.8rem); line-height:1.04; margin-bottom:24px; }
}
@media(max-width:760px) { .event-card .event-card-art { height:240px; width:86%; top:40%; } }
.activity-grid-clean { grid-template-columns:repeat(2,minmax(0,1fr)); }
.pumpkin-illustration { filter:drop-shadow(0 16px 12px rgba(25,12,5,.25)); }
.pumpkin-illustration i { border:1px solid rgba(125,49,10,.3); box-shadow:inset 9px 5px 16px rgba(255,218,122,.35),inset -9px -8px 16px rgba(153,50,5,.24); background:linear-gradient(115deg,#ffbd48,#f58916 55%,#cc570b); border-radius:48% 48% 45% 45%; }
.pumpkin-illustration i:nth-child(2) { z-index:2; background:linear-gradient(100deg,#f59c29,#ffc15a 45%,#ee7911); width:82px; left:74px; }
.pumpkin-illustration b { height:49px; top:9px; z-index:3; background:linear-gradient(90deg,#53632d,#879346,#394421); border-radius:9px 5px 5px 8px; transform:rotate(19deg); }
.pumpkin-illustration b::after { content:""; position:absolute; width:45px; height:24px; left:12px; top:21px; background:linear-gradient(140deg,#89994c,#42592b); border-radius:0 90% 0 90%; transform:rotate(-35deg); }
@media(max-width:760px) { .activity-grid-clean { grid-template-columns:1fr; } }
.education-dialog input { display:block; width:100%; min-height:48px; margin-top:7px; padding:12px; border:1px solid #d9c6a8; border-radius:7px; background:#fffdf8; color:var(--ink); font-size:16px; }
.education-dialog label small { display:block; margin-top:6px; color:#74695e; font-size:.75rem; font-weight:400; line-height:1.4; }
.education-delivery-note { margin:22px 0 18px; font-size:.8rem; line-height:1.5; color:#665b52; }
.education-dialog .button { width:100%; min-height:50px; }
.education-feedback { margin:14px 0 0; font-size:.83rem; line-height:1.45; color:var(--brown); }
.education-feedback:empty { display:none; }
.experience-section .activity-grid-clean { margin-top:32px; }
.activity-grid-clean article { border-top:1px solid var(--line); padding-top:22px; }
.activity-grid-clean h3 { margin-top:0; }
@media (max-width:760px) { .activity-grid-clean article { min-height:160px; } }
.pumpkin-theme .special-section { background:#b7bd83; color:#343a22; }
.pumpkin-theme .special-section .eyebrow { color:#4a502d; }
.pumpkin-theme .special-grid article { background:#d6dab0; scroll-margin-top:24px; }
.pumpkin-theme .special-grid p { color:#41482c; }
.pumpkin-theme .special-grid .special-availability { display:inline-block; margin:8px 0 14px; padding:7px 10px; border-radius:5px; background:#eef0d4; color:#343a22; font-size:.85rem; font-weight:700; }
.pumpkin-theme .special-grid .pending-link,.pumpkin-theme .special-grid .education-open { color:#64331d; }
.hero-age-policy { margin:0 0 22px; font-size:.92rem; line-height:1.5; }
.hero-age-policy strong { display:block; color:var(--brown); }
.weekend-prices .age-policy { padding:13px; border-left:3px solid var(--brown); background:rgba(255,249,236,.5); font-size:.86rem; }
.weekend-prices .age-policy strong { display:block; margin-bottom:5px; font-family:var(--sans); font-size:inherit; line-height:1.45; }
.calendar-legend { margin-top:22px; padding:15px; background:rgba(255,249,236,.5); border-radius:6px; }
.calendar-legend p { display:flex; align-items:center; gap:9px; margin:0 0 10px; color:#56381f; font-size:.83rem; line-height:1.4; }
.calendar-legend p:last-child { margin-bottom:0; }
.calendar-legend a { text-decoration:underline; text-underline-offset:3px; }
.gallery-heading-simple { grid-template-columns:1fr; }
.calendar-copy .calendar-period { font-size:clamp(1.85rem,3vw,2.4rem); line-height:1.2; letter-spacing:-.025em; }
.calendar-period>span { display:block; white-space:nowrap; }
.calendar-period .calendar-year { margin-top:10px; font-family:var(--mono); font-size:1.15rem; font-weight:500; letter-spacing:.08em; }
.education-contact-help { margin:22px 0 12px; padding:12px; border-left:3px solid #e7a203; background:#f7ecd6; font-size:.85rem; line-height:1.45; }
.education-dialog button:disabled { opacity:.5; cursor:not-allowed; transform:none; }
.education-info-contact { margin-top:24px; padding-top:20px; border-top:1px solid #d9c6a8; }
.education-info-contact p { margin:0 0 10px; font-size:.88rem; }
.education-dialog .education-whatsapp-info { border:1px solid #315a42; background:transparent; color:#315a42; font-size:.85rem; line-height:1.4; text-align:center; }
.education-open:focus-visible,.education-dialog button:focus-visible,.education-dialog input:focus-visible { outline:3px solid #e7a203; outline-offset:3px; }
.event-page .event-cover { padding:0; }
.event-page .event-cover-intro { padding:72px max(20px,calc((100vw - 1200px)/2)) 62px; }
.event-cover .hero-photo-slot { width:100%; height:clamp(300px,35vw,560px); margin:0; border-radius:0; }
.event-cover .hero-photo-slot::before { content:none; }
.event-cover .hero-photo-slot>div { left:max(24px,calc((100vw - 1200px)/2)); }
.event-cover .hero-photo-slot>img { display:block; width:100%; height:100%; object-fit:cover; }
@media (max-width:760px) {
  .event-page .event-cover-intro { padding:34px 18px; }
  .event-cover .hero-photo-slot { height:280px; }
  .event-cover .hero-photo-slot>div { left:22px; right:22px; }
  .education-dialog { padding:28px 20px 22px; }
  .education-dialog h2 { font-size:2rem; }
}
