/* ============ PAGINE INTERNE ============ */
.static-bar{transform:translate(-50%,0);transition:none;z-index:55}
.page-internal{background:var(--cream-50)}
.page-internal .site-foot{margin-top:0}

/* hero camera */
.room-hero{position:relative;background:var(--cream-100);padding:170px 0 90px}
.room-hero-grid{display:grid;grid-template-columns:1fr 590px;gap:64px;align-items:start}
.room-hero-text{display:flex;flex-direction:column;gap:31px;max-width:513px;padding-top:40px}
.room-title{font-size:clamp(36px,3.4vw,48px);line-height:1.05}
.info-box{background:var(--cream-50);border-radius:8px;padding:16px 20px;color:var(--olive-600)}
.room-hero-photo{position:relative}
.room-hero-photo>img{width:100%;aspect-ratio:590/639;object-fit:cover;border-radius:12px}
.room-hero-carousel{display:none}
.room-chips{position:absolute;right:-46px;top:34%;display:flex;flex-direction:column;gap:14px}
.chip-fact{width:92px;background:var(--white);border-radius:12px;box-shadow:0 10px 30px rgba(64,56,23,.16);display:flex;flex-direction:column;align-items:center;gap:4px;padding:14px 8px;font-weight:800;font-size:15px;color:var(--olive-700)}
.room-booking{margin:64px 0 0 max(24px,calc((100% - var(--wrap))/2 + 24px))}

/* gallery */
.gallery-sec{padding-top:110px}
.gallery-sec .rooms-head{margin-bottom:40px}
/* carosello: regge N foto (in WP sarà un campo gallery SCF) */
.gallery-row{display:flex;align-items:center;gap:28px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 max(24px,calc((100vw - 1200px)/2));scrollbar-width:none}
.gallery-row::-webkit-scrollbar{display:none}
.room-gallery-trigger{appearance:none;-webkit-appearance:none;position:relative;display:block;padding:0;border:0;background:transparent;color:var(--white);cursor:zoom-in;overflow:hidden}
.room-gallery-trigger:focus-visible{outline:3px solid var(--gold);outline-offset:4px}
.gallery-row .room-gallery-trigger{flex:0 0 380px;width:380px;aspect-ratio:380/460;border-radius:14px;scroll-snap-align:center}
.gallery-row .room-gallery-trigger img{width:100%;height:100%;object-fit:cover}
.room-gallery-expand{position:absolute;right:14px;top:14px;width:28px;height:28px;border-radius:0;display:flex;align-items:center;justify-content:center;background:transparent;box-shadow:none;filter:drop-shadow(0 1px 2px rgba(0,0,0,.65));opacity:.86;transition:opacity .18s,transform .18s}
.room-gallery-expand svg{width:20px;height:20px}
.room-gallery-trigger img{transition:transform .35s ease}
@media (hover:hover){
  .room-gallery-trigger:hover img{transform:scale(1.025)}
  .room-gallery-trigger:hover .room-gallery-expand{background:transparent;opacity:1;transform:scale(1.04)}
}
.gallery-sec .rooms-nav{margin-top:40px}

/* lightbox gallery camera */
body.lightbox-open{overflow:hidden}
.room-lightbox[hidden]{display:none}
.room-lightbox{position:fixed;inset:0;width:100%;height:100vh;height:100dvh;z-index:1000;color:var(--white);isolation:isolate;animation:room-lightbox-in .18s ease-out both}
.room-lightbox-backdrop{position:absolute;inset:0;background:rgba(3,18,17,.94);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}
.room-lightbox-dialog{position:relative;z-index:1;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:64px 104px;pointer-events:none}
.room-lightbox-media{display:flex;align-items:center;justify-content:center;width:100%;height:100%;pointer-events:none;touch-action:pan-y}
.room-lightbox-image{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:6px;box-shadow:0 18px 60px rgba(0,0,0,.34);pointer-events:auto;user-select:none;-webkit-user-drag:none}
.room-lightbox-close,.room-lightbox-arrow{appearance:none;-webkit-appearance:none;position:absolute;z-index:2;display:flex;align-items:center;justify-content:center;width:52px;height:52px;padding:0;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(6,53,49,.62);color:var(--white);cursor:pointer;pointer-events:auto;transition:background .18s,border-color .18s,opacity .18s}
.room-lightbox-close{right:26px;top:24px}
.room-lightbox-arrow{top:50%;transform:translateY(-50%)}
.room-lightbox-arrow--previous{left:26px}
.room-lightbox-arrow--next{right:26px}
.room-lightbox-close:hover,.room-lightbox-arrow:hover:not(:disabled){background:var(--green);border-color:var(--white)}
.room-lightbox-close:focus-visible,.room-lightbox-arrow:focus-visible{outline:3px solid var(--gold);outline-offset:3px}
.room-lightbox-arrow:disabled{opacity:.28;cursor:default}
.room-lightbox-counter{position:absolute;left:50%;bottom:22px;transform:translateX(-50%);margin:0;color:var(--white);font-size:14px;font-weight:700;letter-spacing:.04em;pointer-events:none}
@keyframes room-lightbox-in{from{opacity:0}to{opacity:1}}

/* servizi inclusi */
.included .included-grid{grid-template-columns:488px 1fr;gap:122px;align-items:start}
.inc-groups{display:flex;flex-direction:column;gap:26px}
.inc-group h3{font-size:26px;color:var(--green);margin-bottom:14px}
.inc-group + .inc-group{border-top:1px solid var(--cream-100);padding-top:26px}
.inc-cols{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.inc-cols ul{list-style:none;display:flex;flex-direction:column;gap:2px;color:var(--olive-700)}
.inc-cols li{padding-left:16px;position:relative}
.inc-cols li::before{content:'';position:absolute;left:0;top:.6em;width:5px;height:5px;border-radius:50%;background:var(--gold)}

/* prenota */
.book-cta{padding-bottom:40px}
.book-cta-in{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}
.book-cta-in .booking{margin-top:28px;text-align:left}

/* banda contatto whatsapp */
.contact-band{position:relative}
.contact-band .duo{align-items:center}
.contact-band .sec-head{max-width:600px}
.btn-ghost{display:inline-flex;align-items:center;gap:12px;border:1.5px solid var(--white);border-radius:8px;padding:18px 24px;color:var(--white);font-weight:800;font-size:16px;justify-self:end;transition:background .18s,color .18s}
.btn-ghost svg{stroke:var(--white)}
.btn-ghost .fill{fill:var(--white);stroke:none;transition:fill .18s}
.btn-ghost:hover{background:var(--white);color:var(--orange)}
.btn-ghost:hover svg{stroke:var(--orange)}
.btn-ghost:hover .fill{fill:var(--orange)}
.page-internal .reviews{margin-top:0}
.page-internal .where{margin-top:110px}

@media (max-width:980px){
  .room-hero{padding:114px 0 60px} /* la barra mobile e fissa (90px): il contenuto deve partire sotto */
  /* ordine Figma mobile: titolo → foto+chip → bottone → testi */
  .room-hero-grid{display:flex;flex-direction:column;gap:18px}
  .room-hero-text,.room-hero-text .sec-head{display:contents}
  .room-hero-text .eyebrow{order:1}
  .room-title{order:2}
  .room-hero-photo{order:3;margin:8px -24px 0;}
  .room-hero-photo>img{border-radius:0}
  .room-hero-photo.has-mobile-gallery>.room-hero-cover{display:none}
  .room-hero-carousel{display:block;width:100vw;overflow:hidden}
  .room-hero-track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 9vw 8px;scrollbar-width:none}
  .room-hero-track::-webkit-scrollbar{display:none}
  .room-hero-track .room-gallery-trigger{flex:0 0 82vw;width:82vw;aspect-ratio:310/350;border-radius:12px;scroll-snap-align:center}
  .room-hero-track .room-gallery-trigger img{width:100%;height:100%;object-fit:cover}
  .room-hero-gallery-nav{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:22px}
  .room-gallery-dots{display:flex;align-items:center;justify-content:center;gap:7px;min-width:58px}
  .room-gallery-dot{width:7px;height:7px;border-radius:50%;background:var(--gold);opacity:.5;padding:0}
  .room-gallery-dot.is-active{opacity:1;transform:scale(1.3)}
  .room-hero-photo.has-mobile-gallery .room-chips{position:absolute;right:24px;top:calc(92.5vw - 56px);flex-direction:row;margin:0;padding:0;z-index:2}
  .room-hero-text .mobile-booking-bar{order:4}
  .room-hero-text .sub{order:5}
  .room-hero-text .info-box{order:6}
  .room-booking{display:none}
  .room-chips{position:static;flex-direction:row;justify-content:flex-end;margin-top:12px;padding-right:24px;gap:10px}
  .gallery-sec{display:none} /* su mobile la gallery vive nel carosello dell'hero (Figma mobile) */
  .included .included-grid{grid-template-columns:1fr;gap:36px}
  .inc-cols{grid-template-columns:1fr;gap:2px}
  .book-cta{display:none} /* assente nel Figma mobile */
  .btn-ghost{justify-self:start}
  .page-internal .where{margin-top:60px}
}

@media (max-width:700px){
  .room-gallery-expand{right:12px;top:12px;width:26px;height:26px}
  .room-gallery-expand svg{width:19px;height:19px}
  .room-lightbox-dialog{padding:72px 16px 96px}
  .room-lightbox-image{max-width:100%;max-height:100%;border-radius:4px}
  .room-lightbox-close,.room-lightbox-arrow{width:46px;height:46px;background:rgba(6,53,49,.78)}
  .room-lightbox-close{right:14px;top:max(14px,env(safe-area-inset-top))}
  .room-lightbox-arrow{top:auto;bottom:max(20px,env(safe-area-inset-bottom));transform:none}
  .room-lightbox-arrow--previous{left:18px}
  .room-lightbox-arrow--next{right:18px}
  .room-lightbox-counter{bottom:max(35px,calc(env(safe-area-inset-bottom) + 15px))}
}

@media (prefers-reduced-motion:reduce){
  .room-lightbox{animation:none}
  .room-gallery-trigger img,.room-gallery-expand{transition:none}
}

/* ============ HERO SCURO PAGINE INTERNE ============ */
.page-hero{position:relative;background:linear-gradient(var(--overlay-olive),var(--overlay-olive)),url('../img/hero.jpg') center/cover no-repeat #403817;color:var(--white);padding:203px 0 90px;display:flex;flex-direction:column;justify-content:flex-start;gap:28px}
.page-hero-loggiato{background:url('../img/chi-siamo-il-loggiato-dei-serviti-como.webp') center/cover no-repeat #403817}
.page-hero-servizi{background:url('../img/servizi-il-loggiato-dei-serviti-como.webp') center/cover no-repeat #403817}
.page-hero .eyebrow{color:var(--cream-100)}
.page-hero h1{font-size:clamp(40px,5vw,72px);color:var(--white);line-height:1.05;max-width:800px}
.page-hero .hero-note{position:absolute;right:max(24px,calc((100vw - var(--wrap))/2 + 24px));bottom:72px;max-width:450px;display:flex;gap:24px;align-items:stretch}
.page-hero .hero-note::before{content:'';width:2px;background:var(--white);flex:0 0 2px}
.page-hero .hero-note p{font-weight:600;font-size:20px;line-height:1.35}

/* ============ BLOCCHI SERVIZIO (pagina servizi) ============ */
.svc-list{display:flex;flex-direction:column;gap:60px;padding:90px 0}
.svc-row{display:grid;grid-template-columns:1fr 440px;gap:105px;align-items:center;max-width:1044px;margin:0 auto;padding:0 24px}
.svc-row.flip{grid-template-columns:440px 1fr}
.svc-row.flip .svc-text{order:2}
.svc-row.flip .svc-visual{order:1}
.svc-text{display:flex;flex-direction:column;gap:16px}
.svc-text h2{max-width:480px}
.svc-list-items{list-style:none;display:flex;flex-direction:column;gap:6px;color:var(--olive-700)}
.svc-list-items li{padding-left:16px;position:relative}
.svc-list-items li::before{content:'';position:absolute;left:0;top:.6em;width:5px;height:5px;border-radius:50%;background:var(--gold)}
.svc-visual{position:relative}
.svc-visual>img{width:100%;aspect-ratio:440/500;object-fit:cover;border-radius:16px}
.svc-visual>.svc-cards-img{aspect-ratio:auto;object-fit:contain;border-radius:0;max-width:440px;margin:0 auto}
.fact-cards{position:relative;display:flex;align-items:flex-end;gap:14px;justify-content:center;min-height:300px}
.fact-card{background:var(--white);border-radius:12px;box-shadow:0 12px 32px rgba(64,56,23,.14);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-weight:800;color:var(--olive-700);text-align:center}
.fact-card.big{width:170px;height:189px;font-size:16px}
.fact-card.small{width:105px;height:127px;font-size:15px}
.fact-card svg{stroke:var(--orange)}
.map-mini-card{position:absolute;left:-40px;top:44%;width:99px;background:var(--white);border-radius:7px;padding:9px 8px 7px;display:flex;flex-direction:column;align-items:center;gap:4px;box-shadow:0 12px 32px rgba(64,56,23,.24)}
.map-mini-card img{width:59px}

/* ============ IL LOGGIATO ============ */
.about-band{padding:110px 0 0}
.about-grid{display:grid;grid-template-columns:1fr 480px;gap:80px;align-items:start}
.about-photo{position:relative;padding-bottom:60px}
.about-photo>img{width:88%;aspect-ratio:425/505;object-fit:cover;border-radius:13px}
.about-photo .c-card{position:absolute;right:0;bottom:0;width:199px;height:217px;background:var(--white);border-radius:13px;box-shadow:0 18px 44px rgba(6,53,49,.14);display:flex;align-items:center;justify-content:center}
.about-photo .c-card img{width:60%}
.como-head{display:grid;grid-template-columns:1fr auto;gap:82px;align-items:center}
.como-cards{display:flex;align-items:flex-end;gap:12px}
.como-cards .fact-card.big{width:129px;height:143px;font-size:14px}
.como-cards .fact-card.small{width:92px;height:110px;font-size:14px}
.staff-band{margin-top:110px;background:var(--orange);color:var(--white);padding:110px 0}
.staff-band .duo{align-items:center}
.staff-band .eyebrow{color:var(--green)}
.staff-band h2{color:var(--white)}
.staff-band p{color:var(--cream-50)}

/* ============ CONTATTI ============ */
.contact-hero{position:relative;background:url('../img/contatti-il-loggiato-dei-serviti-como.webp') center/cover no-repeat #403817;color:var(--white);padding:230px 0 48px}
.contact-grid{display:grid;grid-template-columns:450px 1fr;gap:100px;align-items:start}
.contact-info h1{font-size:clamp(40px,5vw,72px);color:var(--white);line-height:1.05}
.contact-info .eyebrow{color:var(--cream-100);display:block;margin-bottom:12px}
.contact-lines{margin-top:40px;display:flex;gap:27px}
.contact-lines::before{content:'';width:2px;background:var(--white);flex:0 0 2px}
.contact-lines-in{display:flex;flex-direction:column;gap:24px}
.contact-lines h4{font-family:var(--serif);font-weight:400;font-size:20px;margin-bottom:10px}
.contact-lines .row{display:flex;gap:8px;align-items:center;font-size:14px;margin-bottom:8px}
.contact-lines .row svg{flex:0 0 auto}
.form-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;padding:52px;display:flex;flex-direction:column;gap:32px;max-width:692px;justify-self:end;width:100%}
.form-card h2{font-size:28px;color:var(--white)}
.form-card .form-sub{font-size:16px;color:var(--white);margin-top:8px}
.contact-honeypot{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important}
.contact-status{scroll-margin-top:160px;border:1px solid rgba(255,255,255,.32);border-radius:10px;padding:16px 18px;color:var(--white);background:rgba(0,0,0,.22);animation:contact-status-in .45s ease-out both}
.contact-status--ok{animation:contact-status-in .45s ease-out both,contact-status-glow 1.6s ease-out both}
.contact-status--error{background:rgba(90,45,26,.72)}
.contact-status strong{display:block;font-family:var(--serif);font-size:20px;font-weight:500;margin-bottom:4px}
.contact-status p{font-size:14px;line-height:1.55;color:var(--white)}
.form-card--sent{gap:20px;min-height:310px;justify-content:center}
.form-card--sent .contact-status{margin-bottom:4px}
.contact-after{margin:0;color:var(--white);font-size:15px;line-height:1.55}
.contact-after a{color:var(--cream-100);font-weight:800;text-decoration:underline;text-underline-offset:3px}
.contact-again{margin:24px 0 0;font-size:14px}
.contact-again a{color:var(--white);text-decoration:underline;text-underline-offset:3px;opacity:.82}
.contact-again a:hover{opacity:1}
@keyframes contact-status-in{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}
@keyframes contact-status-glow{0%,25%{background:rgba(19,79,74,.82);border-color:rgba(255,255,255,.55)}100%{background:rgba(0,0,0,.22);border-color:rgba(255,255,255,.32)}}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.field{display:flex;flex-direction:column;gap:6px;font-size:12px;color:var(--white)}
.field input,.field textarea{background:rgba(255,255,255,.92);border:0;border-radius:6px;padding:14px 12px;font:inherit;font-size:15px;color:var(--green-800)}
.field textarea{min-height:110px;resize:vertical}
.field.full{grid-column:1/-1}
.check-line{display:flex;gap:10px;align-items:center;font-size:14px;color:var(--white)}
.check-line input{width:20px;height:20px;accent-color:var(--green)}
.btn-light{display:inline-flex;align-items:center;gap:10px;background:var(--white);color:var(--green);border-radius:8px;padding:16px 24px;font-weight:800;font-size:16px;width:max-content;transition:background .18s}
.btn-light svg{stroke:var(--green)}
.btn-light:hover{background:var(--cream-100)}

@media (prefers-reduced-motion:reduce){.contact-status,.contact-status--ok{animation:none}}

/* The Figma glass panel starts at the white header's bottom edge. */
@media (min-width:1101px){
  .contact-grid .form-card{transform:translateY(-126px)}
}

@media (min-width:981px) and (max-width:1100px){
  .room-chips{right:-24px}
  .contact-grid{grid-template-columns:340px minmax(0,1fr);gap:36px}
  .contact-grid .form-card{padding:36px;transform:translateY(-146px)}
}

@media (max-width:980px){
  .page-hero{padding:130px 0 60px}
  .page-hero .hero-note{position:static;margin-top:8px;max-width:100%}
  .svc-list{gap:70px;padding:60px 0}
  .svc-row,.svc-row.flip{grid-template-columns:1fr;gap:28px}
  .fact-cards{min-height:0;flex-wrap:wrap;justify-content:flex-start;align-items:flex-end}
  .svc-row.flip .svc-text{order:1}
  .svc-row.flip .svc-visual{order:2}
  .about-grid{grid-template-columns:1fr;gap:44px}
  .como-head{grid-template-columns:1fr;gap:32px}
  .staff-band{margin-top:60px;padding:70px 0}
  .contact-hero{padding:130px 0 156px}
  .contact-grid{grid-template-columns:1fr;gap:48px}
  .form-card{padding:28px 20px}
  .form-grid{grid-template-columns:1fr}
}

/* slot per il widget esterno Kross Booking (segnaposto in demo, do_shortcode in WP) */
.kross-widget{width:100%;max-width:888px;margin-top:56px}
.kross-widget>.kross-container{display:block;width:100%}
.kross-widget--room{margin:64px 0 0 max(24px,calc((100% - var(--wrap))/2 + 24px))}
.book-cta-in .kross-widget{margin-top:28px}
.booking-slot{margin-top:56px;max-width:888px;background:rgba(255,255,255,.1);border:1.5px dashed rgba(255,255,255,.55);border-radius:12px;padding:30px 40px;display:flex;flex-direction:column;gap:6px}
.booking-slot code{font-size:18px;color:var(--white);font-weight:700;letter-spacing:.02em}
.booking-slot span{font-size:13px;color:var(--cream-100)}
@media (max-width:980px){.booking-slot,.kross-widget{display:none}}
.booking-slot.on-light{background:rgba(19,79,74,.05);border-color:var(--gold)}
.booking-slot.on-light code{color:var(--green)}
.booking-slot.on-light span{color:var(--olive-600)}
.book-cta-in .booking-slot{width:100%;max-width:888px;margin-top:28px;text-align:left}

/* ============ COME RAGGIUNGERCI ============ */
.directions-page{overflow:hidden;background:var(--white)}
.directions-hero{padding:184px 0 76px;background:var(--cream-50)}
.directions-hero-inner{display:flex;flex-direction:column;align-items:flex-start;gap:20px}
.directions-hero h1{max-width:900px;font-size:clamp(48px,5.4vw,76px);line-height:1.03}
.directions-intro{max-width:760px;font-size:20px;line-height:1.6;color:var(--olive-700)}
.directions-address{display:flex;align-items:center;gap:13px;margin-top:4px;color:var(--green);font-style:normal;font-weight:700;line-height:1.45}
.directions-address svg{flex:0 0 auto;color:var(--orange)}
.directions-jump{margin-top:8px;min-height:48px}

.directions-alert-shell{padding:0 0 96px;background:var(--cream-50)}
.directions-alert{display:grid;grid-template-columns:72px minmax(0,1fr);gap:28px;align-items:start;padding:44px 48px;border-radius:16px;background:#C84B2A;box-shadow:0 20px 50px rgba(101,45,29,.18);color:var(--white)}
.directions-alert-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:var(--white);color:var(--orange);font-family:var(--serif);font-size:42px;line-height:1}
.directions-alert-label{margin-bottom:8px;font-size:15px;font-weight:800;letter-spacing:.02em}
.directions-alert h2{max-width:920px;color:var(--white);font-size:clamp(34px,4vw,52px);line-height:1.03}
.directions-alert h2+p{max-width:900px;margin-top:18px;font-size:18px;line-height:1.6;color:var(--white)}
.directions-alert-action{max-width:900px;margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.38);font-size:17px;line-height:1.55;color:var(--white)}

.directions-route{padding:108px 0 118px;scroll-margin-top:118px}
.directions-section-head{display:flex;flex-direction:column;gap:14px;max-width:760px}
.directions-section-head h2,.directions-entry-copy h2{font-size:clamp(38px,4vw,56px);line-height:1.02}
.directions-section-head>p,.directions-entry-copy>p{font-size:18px;line-height:1.65}
.directions-figure{margin:0}
.directions-map-figure{margin-top:54px}
.directions-image-link{display:block;overflow:hidden;border-radius:18px;background:var(--green);box-shadow:0 18px 48px rgba(6,53,49,.16)}
.directions-image-link img{width:100%;height:auto;background:var(--cream-100)}
.directions-image-link:focus-visible{outline:4px solid var(--gold);outline-offset:5px}
.directions-open-image{display:flex;align-items:center;justify-content:center;min-height:50px;padding:12px 18px;background:var(--green);color:var(--white);font-size:14px;font-weight:800;text-align:center}
.directions-figure figcaption{margin-top:12px;color:var(--olive-600);font-size:14px;line-height:1.5}

.directions-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:76px 0 122px;list-style:none;counter-reset:directions-step}
.directions-steps li{position:relative;counter-increment:directions-step;padding:40px 30px 0 0;border-top:1px solid rgba(101,91,50,.34)}
.directions-steps li::before{content:counter(directions-step);position:absolute;left:0;top:-23px;display:grid;place-items:center;width:46px;height:46px;border:7px solid var(--white);border-radius:50%;background:var(--green);color:var(--white);font-size:17px;font-weight:800}
.directions-steps h3{max-width:230px;font-size:23px;line-height:1.2}
.directions-steps p{max-width:245px;margin-top:10px;font-size:15px;line-height:1.6}

.directions-entry{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.55fr);gap:58px;align-items:center}
.directions-entry-copy{display:flex;flex-direction:column;align-items:flex-start;gap:14px}
.directions-entry-note{padding:14px 18px;border-left:4px solid var(--orange);background:var(--cream-50);color:var(--green)}
.directions-entry-figure{min-width:0}

.directions-info{padding:104px 0;background:var(--cream-50)}
.directions-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:54px;border-top:1px solid rgba(101,91,50,.32);border-bottom:1px solid rgba(101,91,50,.32)}
.directions-info-grid article{padding:42px 36px 46px}
.directions-info-grid article:first-child{padding-left:0}
.directions-info-grid article+article{border-left:1px solid rgba(101,91,50,.32)}
.directions-info-grid svg{color:var(--orange)}
.directions-info-grid h3{margin-top:18px;font-size:27px;line-height:1.15}
.directions-info-grid p{margin-top:12px;line-height:1.65}
.directions-text-link{display:inline-block;margin-top:16px;color:var(--green);font-weight:800;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}
.directions-text-link:hover{text-decoration-thickness:2px}
.directions-text-link:focus-visible{outline:3px solid var(--gold);outline-offset:4px}

.directions-help{padding:78px 0 140px;background:var(--green);color:var(--white)}
.directions-help-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:56px;align-items:center}
.directions-help h2{color:var(--white);font-size:clamp(36px,4vw,54px);line-height:1.02}
.directions-help p{max-width:620px;margin-top:14px;color:var(--cream-100);font-size:17px;line-height:1.6}
.directions-help-actions{display:flex;align-items:stretch;gap:12px}
.directions-help-actions .btn-light{min-height:58px;justify-content:center}
.directions-help-actions .btn-light svg{color:var(--green)}
.directions-phone-link{display:flex;flex-direction:column;justify-content:center;min-height:58px;padding:10px 20px;border:1.5px solid var(--white);border-radius:8px;color:var(--white);font-size:13px;font-weight:700;line-height:1.25}
.directions-phone-link span{font-size:15px;font-weight:800}
.directions-help a:focus-visible{outline:3px solid var(--gold);outline-offset:4px}

@media (max-width:980px){
  .directions-hero{padding:134px 0 62px}
  .directions-hero h1{font-size:clamp(44px,8vw,62px)}
  .directions-intro{font-size:18px}
  .directions-alert-shell{padding-bottom:70px}
  .directions-alert{grid-template-columns:60px minmax(0,1fr);gap:22px;padding:32px}
  .directions-alert-icon{width:54px;height:54px;font-size:35px}
  .directions-alert h2{font-size:clamp(34px,5.4vw,44px)}
  .directions-route{padding:76px 0 84px}
  .directions-map-figure{margin-top:40px}
  .directions-image-link{border-radius:14px}
  .directions-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:54px 28px;margin:70px 0 90px}
  .directions-steps li{padding-right:12px}
  .directions-entry{grid-template-columns:1fr;gap:34px}
  .directions-entry-copy{max-width:680px}
  .directions-info{padding:78px 0}
  .directions-info-grid{grid-template-columns:1fr;margin-top:42px}
  .directions-info-grid article,.directions-info-grid article:first-child{padding:34px 0}
  .directions-info-grid article+article{border-left:0;border-top:1px solid rgba(101,91,50,.32)}
  .directions-help{padding:64px 0 140px}
  .directions-help-inner{grid-template-columns:1fr;gap:32px}
  .directions-help-actions{justify-content:flex-start}
}

@media (max-width:640px){
  .directions-hero{padding-top:122px}
  .directions-hero h1{font-size:42px}
  .directions-address{align-items:flex-start}
  .directions-jump{width:100%;justify-content:center}
  .directions-alert{grid-template-columns:1fr;padding:27px 24px}
  .directions-alert h2{font-size:34px}
  .directions-alert h2+p{font-size:16px}
  .directions-alert-action{font-size:15px}
  .directions-open-image{min-height:54px;font-size:15px}
  .directions-steps{grid-template-columns:1fr;gap:0;margin:68px 0 76px;padding-left:23px;border-left:1px solid rgba(101,91,50,.34)}
  .directions-steps li{padding:0 0 38px 42px;border-top:0}
  .directions-steps li:last-child{padding-bottom:0}
  .directions-steps li::before{left:-23px;top:-8px;width:46px;height:46px;border-color:var(--white)}
  .directions-steps h3,.directions-steps p{max-width:none}
  .directions-entry-copy h2,.directions-section-head h2{font-size:38px}
  .directions-help-actions{flex-direction:column}
  .directions-help-actions .btn-light,.directions-phone-link{width:100%;align-items:center;text-align:center}
}
