:root {
    --cream: #fff8ef;
    --cream-2: #f8eee2;
    --paper: #ffffff;
    --ink: #2b2723;
    --muted: #6f675f;
    --orange: #ef5b18;
    --orange-dark: #c9340d;
    --red: #d92c16;
    --green: #4f7e35;
    --green-dark: #284f24;
    --blue: #235e86;
    --yellow: #f2a518;
    --line: rgba(55, 41, 31, .13);
    --shadow: 0 24px 60px rgba(71, 42, 22, .14);
    --shadow-soft: 0 14px 36px rgba(71, 42, 22, .1);
    --radius-lg: 34px;
    --radius-md: 22px;
    --radius-sm: 14px;
    --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: var(--container); margin-inline: auto; }
.section-pad { padding: 110px 0; }
.section-pad-sm { padding: 76px 0; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 9999; background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 8px; text-decoration: none; transition: top .2s; }
.skip-link:focus { top: 18px; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; transition: background .25s, box-shadow .25s, backdrop-filter .25s; }
.site-header.is-scrolled { background: rgba(255, 248, 239, .94); box-shadow: 0 10px 34px rgba(62, 35, 17, .12); backdrop-filter: blur(16px); }
.nav-shell { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: 0; max-width: 0; opacity: 0; visibility: hidden; overflow: hidden; pointer-events: none; transform: translateY(-10px); color: #fff; text-decoration: none; transition: width .3s ease, max-width .3s ease, opacity .22s ease, visibility .22s ease, transform .3s ease, color .25s; }
.site-header.is-scrolled .brand { width: min(290px, 38vw); max-width: min(290px, 38vw); opacity: 1; visibility: visible; pointer-events: auto; transform: none; color: var(--ink); }
.brand-logo { display: block; width: min(280px, 34vw); min-width: min(280px, 34vw); height: auto; filter: drop-shadow(0 8px 18px rgba(0,0,0,.18)); }
.brand-heart { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50% 50% 48% 48%; background: linear-gradient(135deg, #ff7a1d, #d92c16); color: #fff; box-shadow: 0 8px 20px rgba(191, 42, 8, .25); }
.brand-heart svg { width: 23px; height: 23px; fill: currentColor; stroke: none; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; letter-spacing: .01em; }
.brand-copy small { margin-top: 4px; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; opacity: .78; }
.main-nav { display: flex; align-items: center; gap: 25px; }
.main-nav a { color: rgba(255,255,255,.92); font-size: .91rem; font-weight: 700; text-decoration: none; position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -7px; background: currentColor; transition: right .2s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.is-scrolled .main-nav a { color: var(--ink); }
.main-nav .nav-cta { padding: 11px 18px; border-radius: 999px; background: #fff; color: var(--orange-dark); box-shadow: 0 8px 20px rgba(0,0,0,.08); }
.is-scrolled .main-nav .nav-cta { background: var(--orange); color: #fff; }
.nav-toggle { display: none; width: 48px; height: 48px; border: 0; border-radius: 12px; background: rgba(255,255,255,.16); padding: 12px; }
.nav-toggle span { display: block; height: 2px; background: #fff; margin: 5px 0; border-radius: 999px; transition: transform .2s, opacity .2s; }
.is-scrolled .nav-toggle { background: var(--paper); box-shadow: var(--shadow-soft); }
.is-scrolled .nav-toggle span { background: var(--ink); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { min-height: 980px; position: relative; display: grid; align-items: center; overflow: hidden; background: #29482c; }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media { overflow: hidden; }
.hero-media img { width: 100%; min-width: 100%; height: 100%; object-fit: cover; object-position: center 50%; filter: blur(1.4px) saturate(1.04); transform: scale(1.016); transform-origin: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(22,31,20,.9) 0%, rgba(27,42,23,.67) 44%, rgba(25,35,22,.22) 75%, rgba(14,23,14,.32) 100%), linear-gradient(0deg, rgba(18, 31, 17, .28), transparent 55%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .7fr); align-items: start; gap: 64px; padding-top: 146px; padding-bottom: 190px; }
.hero-copy { color: #fff; max-width: 720px; padding-bottom: 24px; }
.handwritten { margin: 0 0 14px; font-family: "Segoe Print", "Bradley Hand", cursive; color: #ffd3b5; font-size: clamp(1.1rem, 2vw, 1.55rem); line-height: 1.45; transform: rotate(-2deg); }
.hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(5rem, 10vw, 9.6rem); line-height: .75; letter-spacing: -.055em; text-shadow: 0 8px 30px rgba(0,0,0,.25); }
.hero h1 span { display: inline-block; color: #ff6d1f; margin-left: .42em; }
.hero-logo { max-width: 600px; margin: 6px 0 18px; }
.hero-logo img { width: min(100%, 560px); height: auto; filter: drop-shadow(0 14px 30px rgba(0,0,0,.22)); }
.hero-kicker { display: inline-flex; align-items: center; gap: 12px; margin: 22px 0 20px; padding: 8px 15px; border-radius: 999px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.25); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: .84rem; }
.hero h1.hero-seo-title { max-width: 700px; margin: 4px 0 16px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 4.6vw, 4.6rem); line-height: 1.02; letter-spacing: -.035em; text-shadow: 0 8px 30px rgba(0,0,0,.25); }
.hero-intro { max-width: 650px; margin: 0; font-size: clamp(1.05rem, 1.8vw, 1.28rem); color: rgba(255,255,255,.86); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 0 23px; border: 0; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--orange), var(--red)); color: #fff; box-shadow: 0 15px 32px rgba(196, 49, 11, .28); }
.button-light { background: rgba(255,255,255,.92); color: var(--ink); box-shadow: 0 12px 26px rgba(0,0,0,.12); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; color: rgba(255,255,255,.82); font-size: .9rem; font-weight: 700; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust svg { width: 20px; height: 20px; color: #ffb181; }
.hero-card-stack { display: grid; gap: 18px; align-self: center; margin-bottom: 12px; }
.free-place-card, .location-card { border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(16px); box-shadow: 0 24px 60px rgba(0,0,0,.2); }
.free-place-card { position: relative; padding: 32px; border-radius: 30px; background: rgba(255, 248, 239, .94); color: var(--ink); }
.free-place-card > p:first-of-type { margin: 0 0 6px 22px; color: var(--green); font-size: .78rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 900; }
.free-place-card h2 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 2.1rem; line-height: 1.05; }
.free-place-card p { color: var(--muted); }
.free-place-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; color: var(--orange-dark); text-decoration: none; font-weight: 900; }
.free-place-card a svg { width: 18px; }
.pulse-dot { position: absolute; top: 37px; left: 31px; width: 11px; height: 11px; background: #5d993d; border-radius: 50%; box-shadow: 0 0 0 0 rgba(93,153,61,.42); animation: pulse 2s infinite; }
.location-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(178px, 210px); align-items: center; gap: 20px; padding: 22px; border-radius: 24px; background: rgba(40,79,36,.88); color: #fff; }
.location-copy { display: flex; align-items: center; gap: 16px; min-width: 0; }
.location-icon { flex: 0 0 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.16); }
.location-icon svg { width: 24px; height: 24px; }
.location-card strong, .location-card small { display: block; }
.location-card small { margin-top: 4px; color: rgba(255,255,255,.72); line-height: 1.45; }
.location-map-button { position: relative; width: 100%; padding: 0; border: 0; border-radius: 17px; overflow: hidden; background: transparent; color: #fff; justify-self: end; box-shadow: 0 12px 22px rgba(0,0,0,.18); }
.location-map-button:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.location-map { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 16px; border: 1px solid rgba(255,255,255,.24); transition: transform .3s ease, filter .3s ease; }
.location-map-button:hover .location-map { transform: scale(1.035); filter: brightness(1.05); }
.location-map-button span { position: absolute; inset: auto 8px 8px; padding: 5px 8px; border-radius: 999px; background: rgba(22,31,20,.76); backdrop-filter: blur(8px); color: #fff; font-size: .68rem; font-weight: 800; text-align: center; }
.hero-wave { position: absolute; z-index: 3; inset: auto -5% -72px; height: 150px; background: var(--cream); border-radius: 50% 50% 0 0 / 100% 100% 0 0; }
@keyframes pulse { 70% { box-shadow: 0 0 0 12px rgba(93,153,61,0); } 100% { box-shadow: 0 0 0 0 rgba(93,153,61,0); } }

.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .about-copy h2, .bike-copy h2, .phoenix-copy h2, .routine-intro h2, .contact-info h2 { margin: 0 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4vw, 4.4rem); line-height: 1.05; letter-spacing: -.035em; }
.section-heading p { color: var(--muted); }
.eyebrow { margin: 0 0 12px !important; color: var(--orange-dark) !important; font-size: .8rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: #ffd0b3 !important; }
.lead { font-size: 1.15rem; color: var(--ink) !important; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.split-heading > p { margin: 0 0 10px; }

.quick-benefits { position: relative; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }

.local-care-section { background: linear-gradient(180deg, #fff, #fff8ef); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.local-care-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.local-care-copy h2 { margin: 0 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.35rem, 4.5vw, 4.5rem); line-height: 1.05; }
.local-care-copy p { color: var(--muted); }
.local-care-copy .lead { color: var(--ink) !important; }
.local-care-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 28px; }
.text-link { color: var(--orange-dark); font-weight: 850; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.local-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.local-service-grid article { min-height: 190px; display: flex; flex-direction: column; justify-content: flex-end; padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow-soft); }
.local-service-grid article:nth-child(2), .local-service-grid article:nth-child(3) { background: var(--cream-2); }
.local-service-grid strong { margin-bottom: 8px; color: var(--green-dark); font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; }
.local-service-grid span { color: var(--muted); font-size: .93rem; }
.benefit-card { padding: 29px 25px; border-radius: var(--radius-md); background: rgba(255,255,255,.78); border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.benefit-card h3 { margin: 20px 0 9px; font-size: 1.2rem; }
.benefit-card p { margin: 0; color: var(--muted); font-size: .95rem; }
.icon-disc { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: #fff; }
.icon-disc svg { width: 25px; height: 25px; }
.icon-disc.red { background: var(--red); }.icon-disc.orange { background: var(--orange); }.icon-disc.green { background: var(--green); }.icon-disc.blue { background: var(--blue); }

.about-section { position: relative; background: #fff; }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; }
.portrait-wrap { position: relative; max-width: 480px; }
.portrait-frame { padding: 15px; border-radius: 45% 45% 28px 28px; background: linear-gradient(150deg, #ffd7bc, #fff1e6); box-shadow: var(--shadow); }
.portrait-frame img { width: 100%; aspect-ratio: .82; object-fit: cover; object-position: center 20%; border-radius: inherit; }
.experience-badge { position: absolute; right: -34px; bottom: 38px; width: 164px; min-height: 164px; border-radius: 50%; display: grid; place-content: center; padding: 20px; text-align: center; background: var(--green); color: #fff; border: 7px solid #fff; box-shadow: var(--shadow-soft); }
.experience-badge strong { font-family: Georgia, serif; font-size: 1.8rem; }.experience-badge span { font-size: .78rem; line-height: 1.35; }
.about-copy p { color: var(--muted); }
.accordion-trigger { width: 100%; margin-top: 14px; padding: 18px 0; display: flex; align-items: center; justify-content: space-between; border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); font-weight: 900; text-align: left; }
.accordion-trigger span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--cream-2); font-size: 1.2rem; }
.accordion-panel { padding: 18px 0 0; }
.signature { margin-top: 12px; color: var(--orange-dark); font-family: "Segoe Print", cursive; font-size: 2rem; transform: rotate(-3deg); }

.qualification-section { color: #fff; background: radial-gradient(circle at 20% 10%, rgba(255,255,255,.08), transparent 28%), linear-gradient(135deg, #274a24, #416e31); }
.qualification-section .section-heading p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.certificate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.certificate-card { position: relative; min-height: 360px; padding: 34px; border-radius: 26px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16); overflow: hidden; }
.certificate-card > svg { width: 48px; height: 48px; color: #ffc49c; }
.certificate-card h3 { margin: 56px 0 14px; font-family: Georgia, serif; font-size: 1.65rem; line-height: 1.15; }
.certificate-card p { color: rgba(255,255,255,.72); }
.certificate-number { position: absolute; right: 20px; top: 10px; font-family: Georgia, serif; font-size: 6.2rem; line-height: 1; color: rgba(255,255,255,.07); }

.home-section { background: var(--cream); }
.tabs { border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.tab-list { display: grid; grid-template-columns: repeat(4, 1fr); padding: 12px; gap: 8px; border-bottom: 1px solid var(--line); }
.tab-list button { min-height: 52px; padding: 10px 16px; border: 0; border-radius: 14px; background: transparent; color: var(--muted); font-weight: 850; }
.tab-list button[aria-selected="true"] { background: linear-gradient(135deg, var(--orange), var(--red)); color: #fff; box-shadow: 0 10px 22px rgba(199,52,12,.2); }
.tab-panel { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 520px; }
.tab-media { min-height: 520px; overflow: hidden; }
.tab-media img { width: 100%; height: 100%; object-fit: cover; }
.tab-copy { position: relative; align-self: center; padding: 50px 55px; }
.tab-copy h3 { margin: 0 0 18px; font-family: Georgia, serif; font-size: clamp(2rem, 3vw, 3.1rem); line-height: 1.08; }
.tab-copy p { color: var(--muted); }
.tab-index { display: inline-block; margin-bottom: 18px; color: var(--orange); font-weight: 900; letter-spacing: .16em; }
.safety-visual { display: grid; place-items: center; background: linear-gradient(145deg, #f4e2d1, #fff6ed); }
.safety-icon { width: 210px; height: 210px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--green); box-shadow: var(--shadow); }
.safety-icon svg { width: 105px; height: 105px; }
.mini-checks { padding: 0; margin: 24px 0 0; list-style: none; }
.mini-checks li { margin: 11px 0; padding-left: 30px; position: relative; }
.mini-checks li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }

.bike-section { background: #fff; }
.bike-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: center; }
.round-icon { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 50%; background: #fff2e8; color: var(--orange-dark); }
.round-icon svg { width: 35px; height: 35px; }
.bike-copy p { color: var(--muted); }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 30px; }
.stat-row div { padding: 17px; border-radius: 15px; background: var(--cream); border: 1px solid var(--line); }
.stat-row strong, .stat-row span { display: block; }.stat-row strong { font-size: 1.05rem; color: var(--orange-dark); }.stat-row span { margin-top: 3px; color: var(--muted); font-size: .77rem; }
.mini-carousel { position: relative; }
.carousel-window { overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); background: #eee; }
.carousel-track { display: flex; transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.carousel-slide { flex: 0 0 100%; margin: 0; position: relative; }
.carousel-slide img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.carousel-slide figcaption { position: absolute; left: 20px; bottom: 20px; padding: 9px 14px; border-radius: 999px; background: rgba(25,28,23,.8); color: #fff; font-size: .85rem; backdrop-filter: blur(8px); }
.carousel-control { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); box-shadow: var(--shadow-soft); font-size: 2rem; line-height: 1; color: var(--ink); }
.carousel-control.prev { left: -20px; }.carousel-control.next { right: -20px; }
.carousel-dots { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
.carousel-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 999px; background: #d8c8ba; transition: width .2s, background .2s; }
.carousel-dots button.active { width: 28px; background: var(--orange); }

.phoenix-section { position: relative; color: #fff; background: #254021; overflow: hidden; }
.phoenix-banner { height: 250px; margin: -110px 0 90px; opacity: .72; position: relative; }
.phoenix-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, #254021, transparent 80%); }
.phoenix-banner img { width: 100%; height: 100%; object-fit: cover; }
.phoenix-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.phoenix-copy p { color: rgba(255,255,255,.74); }
.nature-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.nature-facts span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 13px; border-radius: 999px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08); font-size: .82rem; font-weight: 800; }
.phoenix-gallery { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2, 220px); gap: 14px; }
.photo-card { position: relative; overflow: hidden; border: 0; padding: 0; border-radius: 22px; background: transparent; color: #fff; }
.photo-card.large { grid-row: 1 / 3; }
.photo-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.photo-card:hover img { transform: scale(1.045); }
.photo-card::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(0deg, rgba(0,0,0,.7), transparent); }
.photo-card span { position: absolute; z-index: 2; left: 18px; bottom: 16px; font-weight: 850; }

.pets-section { background: #fff; }
.pet-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.pet-card { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 390px; border-radius: 28px; overflow: hidden; background: var(--cream); border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.pet-card.reverse .pet-image { order: 2; }
.pet-image img { width: 100%; height: 100%; object-fit: cover; }
.pet-copy { align-self: center; padding: 34px; }
.pet-copy > span { color: var(--orange-dark); font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.pet-copy h3 { margin: 8px 0 13px; font-family: Georgia, serif; font-size: 2rem; }
.pet-copy p { color: var(--muted); }

.routine-section { color: #fff; background: linear-gradient(135deg, #da3d11, #f26c20); }
.routine-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.routine-intro > p:not(.eyebrow) { color: rgba(255,255,255,.78); }
.opening-card { display: flex; align-items: center; gap: 18px; margin-top: 32px; padding: 22px; border-radius: 20px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.2); }
.opening-card svg { width: 38px; height: 38px; }.opening-card strong, .opening-card span { display: block; }.opening-card span { color: rgba(255,255,255,.78); }
.routine-accordion { border-radius: 26px; background: #fff; color: var(--ink); overflow: hidden; box-shadow: 0 28px 70px rgba(117,33,7,.25); }
.faq-item + .faq-item { border-top: 1px solid var(--line); }
.faq-item button { width: 100%; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 25px; border: 0; background: #fff; color: var(--ink); text-align: left; font-weight: 900; }
.faq-item button span:last-child { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border-radius: 50%; background: var(--cream-2); color: var(--orange-dark); font-size: 1.25rem; }
.faq-item > div { padding: 0 25px 25px; }
.faq-item p { margin: 0; color: var(--muted); }

.gallery-section { background: var(--cream); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 240px; gap: 14px; }
.gallery-item { position: relative; border: 0; padding: 0; overflow: hidden; border-radius: 21px; background: #ddd; }
.gallery-item.wide { grid-column: span 2; }.gallery-item.tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s, filter .45s; }
.gallery-item:hover img { transform: scale(1.045); filter: saturate(1.06); }
.gallery-item::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(0deg, rgba(0,0,0,.72), transparent); }
.gallery-item span { position: absolute; z-index: 2; left: 18px; bottom: 15px; color: #fff; font-weight: 900; }

.contact-section { color: #fff; background: radial-gradient(circle at 10% 0, rgba(255,255,255,.08), transparent 28%), linear-gradient(135deg, #223d22, #315c2a); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start; }
.contact-info > p:not(.eyebrow) { color: rgba(255,255,255,.75); }
.contact-notice { margin: 26px 0; padding: 18px 20px; border-radius: 16px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.15); }
.contact-notice strong { color: #ffd0b3; }.contact-notice p { margin: 5px 0 0; color: rgba(255,255,255,.7); font-size: .9rem; }
.contact-info address { display: grid; gap: 10px; font-style: normal; }
.contact-info address a, .contact-row { display: flex; align-items: flex-start; gap: 15px; padding: 15px; border-radius: 15px; color: #fff; text-decoration: none; transition: background .2s; }
.contact-info address a:hover { background: rgba(255,255,255,.08); }
.contact-info address svg, .contact-row svg { width: 24px; height: 24px; margin-top: 2px; color: #ffb07d; flex: 0 0 24px; }
.contact-info address small { color: rgba(255,255,255,.62); }
.messenger-note { margin: 22px 0 0 !important; font-size: .86rem; }
.contact-form { padding: 38px; border-radius: 30px; background: #fff; color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.form-heading span { color: var(--orange-dark); font-size: .75rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.form-heading h3 { margin: 5px 0 26px; font-family: Georgia, serif; font-size: 2rem; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }.form-row.three { grid-template-columns: repeat(3, 1fr); }
.field { margin-bottom: 16px; }
.field label { display: block; margin-bottom: 7px; font-size: .84rem; font-weight: 850; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #d9cec3; border-radius: 12px; background: #fffdfb; color: var(--ink); padding: 13px 14px; outline: none; transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(239,91,24,.1); }
.field textarea { resize: vertical; min-height: 150px; }
.field [aria-invalid="true"] { border-color: #c62828; box-shadow: 0 0 0 3px rgba(198,40,40,.08); }
.field-meta { display: flex; justify-content: space-between; gap: 15px; margin-top: 5px; }
.field-error { min-height: 1.2em; color: #b42318; font-size: .76rem; }
.consent { display: flex; gap: 11px; align-items: flex-start; font-size: .84rem; color: var(--muted); }
.consent input { margin-top: 5px; accent-color: var(--orange); }
.consent a { color: var(--orange-dark); }
.submit-button { width: 100%; margin-top: 20px; position: relative; }
.submit-button.is-loading .button-label { opacity: 0; }
.button-loader { position: absolute; width: 22px; height: 22px; border: 3px solid rgba(255,255,255,.35); border-top-color: #fff; border-radius: 50%; opacity: 0; animation: spin .8s linear infinite; }
.submit-button.is-loading .button-loader { opacity: 1; }
.form-status { margin-top: 15px; padding: 0; border-radius: 10px; font-size: .9rem; }
.form-status.success, .form-status.error { padding: 12px 14px; }.form-status.success { color: #245b2b; background: #e9f6e9; }.form-status.error { color: #8b1d15; background: #fdeceb; }
.form-note { color: var(--muted); font-size: .76rem; text-align: center; margin: 13px 0 0; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
@keyframes spin { to { transform: rotate(360deg); } }

.site-footer { background: #1f241f; color: #fff; }
.footer-top { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 70px; padding: 70px 0; }
.footer-brand img { width: min(420px, 100%); max-height: 150px; object-fit: contain; object-position: left center; filter: drop-shadow(0 10px 20px rgba(0,0,0,.16)); }
.footer-brand p { margin: 15px 0 0; color: rgba(255,255,255,.62); font-family: "Segoe Print", cursive; }
.footer-links { display: grid; align-content: start; gap: 9px; }
.footer-links strong { margin-bottom: 6px; color: #ffb583; }.footer-links a, .footer-links button { border: 0; padding: 0; background: transparent; color: rgba(255,255,255,.7); text-decoration: none; text-align: left; font-size: .9rem; }.footer-links a:hover, .footer-links button:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom .container { min-height: 58px; display: flex; justify-content: space-between; align-items: center; gap: 30px; color: rgba(255,255,255,.48); font-size: .8rem; }
.floating-contact { position: fixed; z-index: 800; right: 22px; bottom: 22px; display: grid; gap: 9px; }
.floating-contact a { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: #fff; box-shadow: 0 14px 30px rgba(112,36,8,.28); }
.floating-contact svg { width: 22px; height: 22px; }
.back-to-top { position: fixed; z-index: 790; right: 22px; bottom: 134px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #fff; color: var(--ink); box-shadow: var(--shadow-soft); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .2s; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }


.cookie-notice { position: fixed; z-index: 1200; left: 50%; bottom: 20px; width: min(920px, calc(100% - 32px)); display: flex; align-items: center; justify-content: space-between; gap: 26px; padding: 20px 22px; border: 1px solid rgba(55,41,31,.14); border-radius: 20px; background: rgba(255,248,239,.97); color: var(--ink); box-shadow: 0 24px 70px rgba(50,31,18,.24); backdrop-filter: blur(16px); transform: translateX(-50%); }
.cookie-notice[hidden] { display: none; }
.cookie-notice-copy { min-width: 0; }
.cookie-notice-copy strong { display: block; margin-bottom: 4px; font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; }
.cookie-notice-copy p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.5; }
.cookie-notice-actions { flex: 0 0 auto; display: flex; align-items: center; gap: 10px; }
.cookie-notice-actions a { color: var(--orange-dark); font-size: .83rem; font-weight: 800; }
.cookie-notice-actions button { min-height: 42px; padding: 0 18px; border: 0; border-radius: 999px; background: var(--orange); color: #fff; font-weight: 900; box-shadow: 0 10px 22px rgba(201,52,13,.22); }

.lightbox, .flyer-dialog { width: min(1100px, calc(100% - 28px)); max-height: calc(100vh - 30px); border: 0; border-radius: 22px; padding: 0; background: transparent; color: #fff; }
.lightbox::backdrop, .flyer-dialog::backdrop { background: rgba(15,17,15,.88); backdrop-filter: blur(8px); }
.lightbox-shell, .flyer-shell { position: relative; border-radius: 22px; overflow: hidden; background: #171917; }
.lightbox figure { margin: 0; }.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; background: #111; }.lightbox figcaption { padding: 15px 70px; text-align: center; color: rgba(255,255,255,.76); }
.dialog-close { position: absolute; z-index: 4; right: 14px; top: 14px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(0,0,0,.62); color: #fff; font-size: 1.8rem; line-height: 1; }
.lightbox-nav { position: absolute; z-index: 3; top: 50%; transform: translateY(-50%); width: 48px; height: 56px; border: 0; border-radius: 12px; background: rgba(0,0,0,.5); color: #fff; font-size: 2.2rem; }.lightbox-nav.prev { left: 14px; }.lightbox-nav.next { right: 14px; }
.flyer-shell { padding: 18px; }.flyer-shell img { max-height: 78vh; margin: auto; object-fit: contain; }.flyer-shell p { margin: 13px 0 0; text-align: center; color: rgba(255,255,255,.7); font-size: .86rem; }

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

@media (max-width: 1050px) {
    .main-nav { gap: 16px; }.main-nav a { font-size: .82rem; }
    .hero-grid { gap: 45px; grid-template-columns: 1fr .65fr; }
    .benefit-grid { grid-template-columns: repeat(2, 1fr); }
    .local-care-grid { gap: 45px; }
    .about-grid, .bike-grid, .phoenix-grid, .contact-grid { gap: 55px; }
    .certificate-card { padding: 28px; }
    .pet-card { grid-template-columns: 1fr; }.pet-image { min-height: 250px; }.pet-card.reverse .pet-image { order: 0; }
    .footer-top { gap: 45px; }
}

@media (max-width: 860px) {
    :root { --container: min(100% - 28px, 720px); }
    .section-pad { padding: 82px 0; }.section-pad-sm { padding: 58px 0; }
    .site-header { background: rgba(34,47,31,.35); backdrop-filter: blur(10px); }
    .site-header.is-scrolled { background: rgba(255,248,239,.97); }
    .nav-toggle { display: block; }
    .site-header.is-scrolled .brand { width: min(235px, 46vw); max-width: min(235px, 46vw); }
    .brand-logo { width: min(235px, 46vw); min-width: min(235px, 46vw); }
    .main-nav { position: fixed; inset: 82px 14px auto; display: grid; gap: 0; padding: 18px; border-radius: 20px; background: #fff8ef; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .2s; }
    .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
    .main-nav a, .is-scrolled .main-nav a { color: var(--ink); padding: 13px 10px; border-bottom: 1px solid var(--line); }.main-nav a::after { display: none; }.main-nav .nav-cta, .is-scrolled .main-nav .nav-cta { margin-top: 10px; text-align: center; color: #fff; background: var(--orange); }
    .hero { min-height: auto; padding: 150px 0 155px; }.hero-grid { grid-template-columns: 1fr; gap: 38px; padding-top: 0; padding-bottom: 0; }.hero-card-stack { max-width: 620px; margin: 0; }.hero-logo img { width: min(100%, 470px); }.hero h1 { font-size: clamp(4.8rem, 18vw, 7.4rem); }
    .local-care-grid, .about-grid, .bike-grid, .phoenix-grid, .routine-grid, .contact-grid { grid-template-columns: 1fr; }
    .local-service-grid { max-width: 720px; }
    .portrait-wrap { margin-inline: auto; }.about-grid { gap: 70px; }
    .split-heading { grid-template-columns: 1fr; gap: 15px; }
    .certificate-grid { grid-template-columns: 1fr; }.certificate-card { min-height: auto; }
    .tab-list { grid-template-columns: repeat(2, 1fr); }.tab-panel { grid-template-columns: 1fr; }.tab-media { min-height: 380px; }.tab-copy { padding: 38px; }
    .stat-row { grid-template-columns: repeat(3, 1fr); }
    .phoenix-banner { margin-top: -82px; }.phoenix-gallery { order: -1; }
    .pet-grid { grid-template-columns: 1fr; }.pet-card { grid-template-columns: .9fr 1.1fr; }.pet-card.reverse .pet-image { order: 2; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-top { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 590px) {
    :root { --container: calc(100% - 24px); --radius-lg: 24px; }
    .site-header.is-scrolled .brand { width: 175px; max-width: 175px; }.brand-logo { width: 175px; min-width: 175px; }
    .hero { padding-top: 132px; padding-bottom: 145px; }.hero-grid { gap: 38px; }.hero-logo { margin: 4px 0 14px; }.hero-logo img { width: min(100%, 320px); }.hero h1 { font-size: clamp(4rem, 22vw, 6.2rem); }.hero h1 span { margin-left: .18em; }.hero-intro { font-size: 1rem; }.hero-actions { display: grid; }.button { width: 100%; }.hero-trust { display: grid; gap: 10px; }
    .free-place-card { padding: 27px; }.free-place-card h2 { font-size: 1.75rem; }.location-card { grid-template-columns: 1fr; align-items: flex-start; }.location-map-button { width: min(100%, 330px); justify-self: stretch; margin-left: 0; }.location-map { aspect-ratio: 4 / 3; }
    .benefit-grid { grid-template-columns: 1fr; }
    .section-heading h2, .about-copy h2, .bike-copy h2, .phoenix-copy h2, .routine-intro h2, .contact-info h2 { font-size: 2.45rem; }
    .experience-badge { right: -6px; width: 138px; min-height: 138px; bottom: 18px; }.experience-badge strong { font-size: 1.45rem; }
    .tab-list { grid-template-columns: 1fr; }.tab-media { min-height: 270px; }.tab-copy { padding: 28px 23px; }
    .stat-row { grid-template-columns: 1fr; }
    .carousel-control.prev { left: 8px; }.carousel-control.next { right: 8px; }
    .phoenix-gallery { grid-template-columns: 1fr; grid-template-rows: 260px 190px 190px; }.photo-card.large { grid-row: auto; }
    .pet-card, .pet-card.reverse { grid-template-columns: 1fr; }.pet-card.reverse .pet-image { order: 0; }.pet-copy { padding: 28px; }
    .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 260px; }.gallery-item.wide { grid-column: auto; }.gallery-item.tall { grid-row: auto; }
    .contact-form { padding: 25px 20px; }.form-row, .form-row.three { grid-template-columns: 1fr; gap: 0; }
    .footer-top { grid-template-columns: 1fr; gap: 35px; }.footer-brand { grid-column: auto; }.footer-bottom .container { padding: 14px 0; flex-direction: column; gap: 4px; text-align: center; }
    .floating-contact { right: 12px; bottom: 12px; }.back-to-top { right: 14px; bottom: 124px; }
    .cookie-notice { bottom: 10px; width: calc(100% - 20px); align-items: stretch; flex-direction: column; gap: 14px; padding: 17px; border-radius: 18px; }
    .cookie-notice-actions { justify-content: space-between; }
    .cookie-notice-actions button { min-width: 124px; }
    .lightbox-nav { width: 40px; height: 48px; }.lightbox-nav.prev { left: 8px; }.lightbox-nav.next { right: 8px; }
}

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

/* Version 5 interaction and FAQ refinements */
.tab-list button,
.faq-item > button,
.cookie-notice-actions button {
    position: relative;
    z-index: 1;
    pointer-events: auto;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.tab-list button:focus-visible,
.faq-item > button:focus-visible,
.cookie-notice-actions button:focus-visible {
    outline: 3px solid rgba(239, 91, 24, .34);
    outline-offset: 3px;
}

.tab-panel[hidden],
.faq-item > div[hidden],
.cookie-notice[hidden] {
    display: none !important;
}

.cookie-notice {
    pointer-events: auto;
}

.cookie-notice-actions button {
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.cookie-notice-actions button:hover {
    transform: translateY(-1px);
    background: var(--orange-dark);
    box-shadow: 0 14px 28px rgba(201, 52, 13, .3);
}

.common-faq-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 10%, rgba(239, 91, 24, .1), transparent 25%),
        radial-gradient(circle at 92% 88%, rgba(79, 126, 53, .12), transparent 28%),
        var(--cream);
}

.common-faq-section::before,
.common-faq-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.common-faq-section::before {
    width: 260px;
    height: 260px;
    left: -150px;
    top: 90px;
    border: 42px solid rgba(239, 91, 24, .06);
}

.common-faq-section::after {
    width: 210px;
    height: 210px;
    right: -120px;
    bottom: 80px;
    border: 34px solid rgba(79, 126, 53, .07);
}

.common-faq-shell {
    position: relative;
    z-index: 1;
}

.common-faq-shell .section-heading {
    max-width: 820px;
    margin-inline: auto;
}

.common-faq-shell .section-heading > p:last-child {
    max-width: 690px;
    margin-inline: auto;
    color: var(--muted);
}

.common-faq-list {
    width: min(960px, 100%);
    margin: 46px auto 0;
    border: 1px solid var(--line);
    border-radius: 30px;
    overflow: hidden;
    background: rgba(255, 255, 255, .96);
    box-shadow: var(--shadow);
}

.common-faq-list .faq-item + .faq-item {
    border-top: 1px solid var(--line);
}

.common-faq-list .faq-item > button {
    min-height: 84px;
    padding: 21px 28px;
    background: transparent;
    font-size: 1rem;
    transition: color .2s ease, background .2s ease;
}

.common-faq-list .faq-item > button:hover,
.common-faq-list .faq-item.open > button {
    color: var(--orange-dark);
    background: #fffaf5;
}

.common-faq-list .faq-item > button span:first-child {
    padding-right: 10px;
}

.common-faq-list .faq-item > button span:last-child {
    background: #fff0e4;
    color: var(--orange-dark);
    transition: transform .22s ease, color .2s ease, background .2s ease;
}

.common-faq-list .faq-item.open > button span:last-child {
    transform: rotate(180deg);
    background: var(--orange);
    color: #fff;
}

.common-faq-list .faq-item > div {
    padding: 0 76px 27px 28px;
}

.common-faq-list .faq-item p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

.common-faq-list .faq-item p + p {
    margin-top: 12px;
}

@media (max-width: 590px) {
    .common-faq-list {
        margin-top: 32px;
        border-radius: 22px;
    }

    .common-faq-list .faq-item > button {
        min-height: 74px;
        padding: 18px 17px;
        font-size: .93rem;
    }

    .common-faq-list .faq-item > div {
        padding: 0 17px 22px;
    }

    .common-faq-list .faq-item > button span:last-child {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }
}

/* Version 6 privacy, protected contact and OpenStreetMap additions */
.contact-info address .protected-contact-row {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    border: 0;
    border-radius: 15px;
    background: transparent;
    color: #fff;
    text-align: left;
    cursor: pointer;
    transition: background .2s ease, opacity .2s ease;
}
.contact-info address .protected-contact-row:hover { background: rgba(255,255,255,.08); }
.contact-info address .protected-contact-row:focus-visible { outline: 3px solid rgba(255,176,125,.55); outline-offset: 2px; }
.contact-info address .protected-contact-row:disabled { cursor: wait; opacity: .7; }
.contact-info address .protected-contact-row svg { width: 24px; height: 24px; margin-top: 2px; color: #ffb07d; flex: 0 0 24px; }
.contact-info address .protected-contact-row small { color: rgba(255,255,255,.62); }
.protected-contact-row.is-loading-contact [data-contact-value]::after { content: " …"; }

.floating-contact button {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: var(--orange);
    color: #fff;
    box-shadow: 0 14px 30px rgba(112,36,8,.28);
    cursor: pointer;
}
.floating-contact button:disabled { opacity: .65; cursor: wait; }
.floating-contact button svg { width: 22px; height: 22px; }

.contact-map-card {
    margin-top: 64px;
    display: grid;
    grid-template-columns: .76fr 1.24fr;
    gap: 44px;
    align-items: stretch;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 28px;
    background: rgba(255,255,255,.07);
    box-shadow: 0 24px 65px rgba(0,0,0,.12);
}
.contact-map-copy h3 { margin: 0 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.contact-map-copy > p:not(.eyebrow) { color: rgba(255,255,255,.75); }
.contact-map-copy address { margin: 22px 0; font-style: normal; line-height: 1.65; }
.map-external-link { display: inline-flex; color: #ffd3b8; font-weight: 850; text-underline-offset: 4px; }
.external-map {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    border-radius: 22px;
    background: rgba(17,30,18,.72);
    border: 1px solid rgba(255,255,255,.15);
}
.external-map iframe { width: 100%; height: 100%; min-height: 390px; border: 0; display: block; background: #e8e4db; }
.external-map iframe[hidden] { display: none !important; }
.external-map-placeholder {
    min-height: 390px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 11px;
    padding: 34px;
    text-align: center;
    color: #fff;
    background: radial-gradient(circle at 50% 30%, rgba(255,255,255,.10), transparent 38%), linear-gradient(145deg, rgba(31,67,34,.95), rgba(23,45,25,.96));
}
.external-map-placeholder[hidden] { display: none !important; }
.external-map-placeholder svg { width: 44px; height: 44px; color: #ffb07d; }
.external-map-placeholder strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; }
.external-map-placeholder p { max-width: 500px; margin: 0 0 7px; color: rgba(255,255,255,.72); }
.external-map-placeholder .button { width: auto; }
.map-attribution { position: absolute; z-index: 2; left: 10px; bottom: 8px; padding: 5px 8px; border-radius: 8px; background: rgba(255,255,255,.9); color: #2f342d; font-size: .68rem; }
.external-map:not(.is-active) .map-attribution { display: none; }

.cookie-notice-actions { flex-wrap: wrap; justify-content: flex-end; }
.cookie-notice-actions .button-secondary {
    border: 1px solid var(--line);
    background: #fff;
    color: var(--ink);
    box-shadow: none;
}
.cookie-notice-actions .button-secondary:hover { background: #fff2e4; color: var(--ink); }

.consent-dialog {
    width: min(650px, calc(100% - 24px));
    max-height: calc(100vh - 28px);
    border: 0;
    padding: 0;
    border-radius: 24px;
    background: transparent;
    color: var(--ink);
}
.consent-dialog::backdrop { background: rgba(18,22,17,.74); backdrop-filter: blur(6px); }
.consent-dialog-shell { position: relative; padding: 34px; border-radius: 24px; background: var(--cream); box-shadow: 0 35px 100px rgba(0,0,0,.34); }
.consent-dialog-shell h2 { margin: 0 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 5vw, 3rem); line-height: 1.08; }
.consent-dialog-shell > p:not(.eyebrow) { color: var(--muted); }
.consent-option { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 14px; padding: 17px; border: 1px solid var(--line); border-radius: 16px; background: #fff; cursor: pointer; }
.consent-option.required { opacity: .76; cursor: default; }
.consent-option strong, .consent-option small { display: block; }
.consent-option small { margin-top: 3px; color: var(--muted); line-height: 1.45; }
.consent-option input { width: 25px; height: 25px; flex: 0 0 auto; accent-color: var(--orange); }
.consent-dialog-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 22px; }
.consent-dialog-actions .button { width: auto; }
.consent-dialog .consent-close { color: #fff; }

@media (max-width: 860px) {
    .contact-map-card { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 590px) {
    .contact-map-card { margin-top: 42px; padding: 20px; border-radius: 22px; }
    .external-map, .external-map iframe, .external-map-placeholder { min-height: 330px; }
    .external-map-placeholder { padding: 24px 18px; }
    .cookie-notice-actions { justify-content: flex-start; }
    .cookie-notice-actions button { flex: 1 1 130px; }
    .consent-dialog-shell { padding: 29px 19px 21px; }
    .consent-dialog-actions { flex-direction: column-reverse; }
    .consent-dialog-actions .button { width: 100%; }
}

.map-attribution a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 2px; }

/* Version 12: certificates, configurable availability and calendar */
.certificate-card-button {
    width: 100%;
    color: #fff;
    text-align: left;
    font: inherit;
    cursor: pointer;
    transition: transform .22s ease, border-color .22s ease, background .22s ease;
}
.certificate-card-button:hover,
.certificate-card-button:focus-visible {
    transform: translateY(-5px);
    border-color: rgba(255,255,255,.42);
    background: rgba(255,255,255,.14);
    outline: none;
}
.certificate-open {
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    color: #ffd1b2;
    font-size: .86rem;
    font-weight: 900;
    letter-spacing: .03em;
}
.certificate-open::after { content: " ↗"; margin-left: 5px; }
.free-place-card.no-places { background: rgba(255, 247, 241, .96); }
.free-place-card.no-places .pulse-dot { background: #b45b42; box-shadow: 0 0 0 7px rgba(180,91,66,.15); animation: none; }
.free-place-card.no-places > p:first-of-type { color: #9d442e; }
.availability-contact-notice.is-open { border-color: rgba(173, 225, 145, .42); background: rgba(107, 157, 72, .18); }
.availability-contact-notice.is-closed { border-color: rgba(255, 180, 145, .38); background: rgba(170, 66, 37, .16); }
.availability-field { margin-top: 4px; }

.availability-calendar-disclosure {
    overflow: hidden;
    border: 1px solid #dfd1c5;
    border-radius: 18px;
    background: #fffdfb;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}
.availability-calendar-disclosure > summary {
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 15px 17px;
    cursor: pointer;
    list-style: none;
    background: #faf4ed;
    transition: background .2s, border-color .2s;
}
.availability-calendar-disclosure > summary::-webkit-details-marker { display: none; }
.availability-calendar-disclosure > summary:hover,
.availability-calendar-disclosure > summary:focus-visible { background: #f6eadf; outline: none; }
.availability-calendar-disclosure > summary span:first-child { display: grid; gap: 3px; }
.availability-calendar-disclosure > summary strong { color: var(--ink); font-size: .93rem; }
.availability-calendar-disclosure > summary small { color: var(--muted); font-size: .78rem; }
.availability-toggle-label {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 13px;
    border-radius: 999px;
    background: var(--orange);
    color: #fff;
    font-size: .78rem;
    font-weight: 900;
}
.availability-calendar-disclosure[open] > summary { border-bottom: 1px solid #eadfd5; }
.availability-calendar-disclosure .availability-calendar { border: 0; border-radius: 0; box-shadow: none; }
.availability-calendar {
    overflow: hidden;
    border: 1px solid #dfd1c5;
    border-radius: 18px;
    background: #fffdfb;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}
.availability-months {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 7px;
    padding: 13px;
    border-bottom: 1px solid #eadfd5;
    background: #faf4ed;
}
.availability-month {
    min-height: 34px;
    padding: 5px 4px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: .72rem;
    font-weight: 850;
    cursor: pointer;
}
.availability-month.is-available { background: #e7f5e4; color: #286222; border-color: #b8ddb2; }
.availability-month.is-unavailable { background: #fae9e5; color: #963d2b; border-color: #efc5bb; }
.availability-month.is-current { box-shadow: 0 0 0 3px rgba(233,91,24,.16); border-color: var(--orange); }
.availability-calendar-head {
    display: grid;
    grid-template-columns: 42px 1fr 42px;
    align-items: center;
    gap: 10px;
    padding: 15px 16px 10px;
}
.availability-calendar-head strong { text-align: center; font-family: Georgia, serif; font-size: 1.18rem; text-transform: capitalize; }
.availability-calendar-head button {
    width: 38px;
    height: 38px;
    border: 1px solid #ddcfc2;
    border-radius: 50%;
    background: #fff;
    color: var(--ink);
    font-size: 1.45rem;
    cursor: pointer;
}
.availability-weekdays,
.availability-days {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 7px;
    padding-inline: 16px;
}
.availability-weekdays { padding-top: 4px; padding-bottom: 7px; color: var(--muted); font-size: .72rem; font-weight: 850; text-align: center; }
.availability-days { padding-bottom: 16px; }
.availability-day,
.availability-day-spacer { aspect-ratio: 1; min-height: 34px; }
.availability-day {
    display: grid;
    place-items: center;
    border: 1px solid transparent;
    border-radius: 10px;
    font-weight: 850;
}
.availability-day.is-available { background: #e6f5e2; color: #286222; border-color: #b9dfb2; cursor: pointer; }
.availability-day.is-available:hover,
.availability-day.is-available:focus-visible { background: #cdeac7; outline: 3px solid rgba(82,132,57,.18); }
.availability-day.is-unavailable { background: #faece8; color: #a15c4d; border-color: #f1d2cb; opacity: .72; }
.availability-day.is-selected { background: var(--orange); color: #fff; border-color: var(--orange-dark); box-shadow: 0 0 0 3px rgba(233,91,24,.18); }
.availability-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 15px;
    padding: 13px 16px;
    border-top: 1px solid #eadfd5;
    background: #faf6f1;
    font-size: .75rem;
    color: var(--muted);
}
.availability-legend span { display: inline-flex; align-items: center; gap: 7px; }
.availability-legend span::before { content: ""; width: 12px; height: 12px; border-radius: 4px; }
.availability-legend .available::before { background: #cdeac7; border: 1px solid #9dcc94; }
.availability-legend .unavailable::before { background: #f3d3cb; border: 1px solid #e8b8ad; }
.availability-legend .selected::before { background: var(--orange); border: 1px solid var(--orange-dark); }
.availability-selected { margin: 0; padding: 13px 16px 16px; color: var(--muted); font-size: .84rem; font-weight: 750; }

@media (max-width: 620px) {
    .availability-months { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .availability-weekdays, .availability-days { gap: 5px; padding-inline: 10px; }
    .availability-day, .availability-day-spacer { min-height: 30px; }
}
.form-availability-warning { margin: -8px 0 20px; padding: 13px 15px; border-radius: 14px; border: 1px solid #d8dfcf; background: #f0f8ec; }
.form-availability-warning.is-closed { border-color: #edc8bd; background: #fff0eb; }
.form-availability-warning strong { display: block; color: #315f27; }
.form-availability-warning.is-closed strong { color: #963c27; }
.form-availability-warning p { margin: 4px 0 0; color: var(--muted); font-size: .84rem; }

/* Version 13 SEO content and navigator application link */
.navigator-application-note {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0 0 22px;
    padding: 17px 18px;
    border: 1px solid rgba(79, 126, 53, .28);
    border-radius: 16px;
    background: #eef7e9;
}
.navigator-application-icon {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    font-weight: 900;
}
.navigator-application-note strong { display: block; color: var(--green-dark); }
.navigator-application-note p { margin: 3px 0 0; color: var(--muted); font-size: .88rem; }
.navigator-application-note a { color: var(--green-dark); font-weight: 850; text-underline-offset: 3px; }

@media (max-width: 590px) {
    .hero h1.hero-seo-title { font-size: clamp(2rem, 10vw, 3.1rem); line-height: 1.04; }
    .local-service-grid { grid-template-columns: 1fr; }
    .local-service-grid article { min-height: 150px; }
    .local-care-actions { display: grid; }
}
