@font-face {
  font-family: Manrope; font-style: normal; font-weight: 200 800; font-display: swap;
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
}
@font-face {
  font-family: Manrope; font-style: normal; font-weight: 200 800; font-display: swap;
  src: url("assets/fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* One warm palette shared by the site, catalog and legal pages. */
:root {
  --ink: #191815; --ink-soft: #302722; --ink-light: #49372d;
  --paper: #f8f5ef; --sand: #eee6da; --white: #fffcf7;
  --lime: #cd7958; --lime-dark: #91482f; --muted: #685f56;
  --line: rgba(42, 31, 22, .16); --line-light: rgba(248, 245, 239, .2);
  --shell: min(1240px, calc(100% - 64px)); --header-height: 100px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 17px/1.65 Manrope, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.is-locked { overflow: hidden; }
::selection { background: var(--lime); color: var(--ink); }
h1, h2, h3, p, figure, blockquote { margin: 0; }
h1, h2, h3 { font-weight: 800; line-height: 1.04; letter-spacing: -.06em; overflow-wrap: break-word; }
h1 { font-size: clamp(60px, 6.5vw, 104px); }
h2 { font-size: clamp(44px, 5.2vw, 78px); }
h3 { font-size: 30px; }
em { font-style: normal; color: var(--lime-dark); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; cursor: pointer; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
button { border: 0; }
button:disabled { opacity: .6; cursor: wait; }
img { display: block; max-width: 100%; }
svg { display: block; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 5px; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(72px, 7vw, 112px); }
.section--sand { background: var(--sand); }
.section--ink { background: var(--ink); color: var(--paper); }
.section--ink em { color: var(--lime); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 16px; padding: 12px 20px; background: var(--paper); color: var(--ink); z-index: 200; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 800; line-height: 1.5; text-transform: uppercase; letter-spacing: .13em; color: #e6d9ca; margin-bottom: 24px; }
.eyebrow > span:empty { flex: 0 0 28px; height: 2px; background: var(--lime); }
.eyebrow--dark { color: var(--lime-dark); }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 56px; padding: 17px 24px; border-radius: 7px; font-size: 13px; font-weight: 800; line-height: 1.4; transition: background .2s, box-shadow .25s, transform .25s var(--ease); }
.button--lime { background: var(--lime); color: var(--ink); }
.button--dark { background: var(--ink); color: var(--paper); }
.button--wide { width: 100%; }
.button i, .text-link i, .text-button i, .contact-link i { font-size: 22px; font-style: normal; transition: transform .3s var(--ease); }
.text-link, .text-button { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; padding: 0; background: none; font-size: 12px; letter-spacing: .04em; font-weight: 800; text-transform: uppercase; }
.text-link::after, .text-button::after { content: none; }
.text-link i, .text-button i { order: 2; }
.text-link--light { color: var(--paper); }
.text-button > span { display: grid; place-items: center; min-width: 22px; height: 22px; border-radius: 50%; background: var(--ink); color: var(--paper); font-size: 11px; }
.round-link { display: inline-flex; align-items: center; gap: 16px; font-size: 13px; font-weight: 800; min-height: 48px; }
.round-link i { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line-light); border-radius: 50%; font-size: 20px; font-style: normal; transition: transform .3s var(--ease), background .25s; }

/* Navigation */
.site-header { position: fixed; inset: 0 0 auto; z-index: 40; color: var(--paper); background: linear-gradient(180deg, rgba(25,24,21,.78), rgba(25,24,21,0)); transition: background .25s, box-shadow .25s; }
.site-header.is-scrolled, .site-header--solid { background: rgba(25,24,21,.96); box-shadow: 0 1px 0 var(--line-light); backdrop-filter: blur(16px); }
.header-inner { height: var(--header-height); display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 14px; flex-shrink: 0; }
.brand-mark { width: 54px; height: 54px; overflow: hidden; border-radius: 50%; border: 1px solid #68584b; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-name { font-size: 18px; font-weight: 800; letter-spacing: -.02em; text-transform: uppercase; }
.main-nav { display: flex; gap: 30px; margin-left: auto; align-items: center; }
.main-nav a { position: relative; padding-block: 14px; font-size: 15px; font-weight: 700; color: #e6ddd4; transition: color .2s; }
.main-nav a::after { position: absolute; content: ""; height: 2px; bottom: 6px; left: 0; right: 0; background: var(--lime); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.main-nav a[aria-current="page"] { color: var(--lime); }
.main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.menu-toggle { display: none; background: none; padding: 10px; width: 44px; height: 44px; }
.header-cart { display: inline-flex; gap: 9px; align-items: center; padding: 10px 0; font-size: 14px; font-weight: 800; background: none; white-space: nowrap; }
.header-cart svg, .cart-dock__icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.header-cart b { display: grid; place-items: center; min-width: 22px; height: 22px; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 11px; }

/* First impression: actual dogs, warm light, generous type. */
.hero { position: relative; isolation: isolate; min-height: 760px; min-height: max(740px, 92svh); background: var(--ink); color: var(--paper); overflow: hidden; }
.hero-photo { position: absolute; z-index: -3; inset: 0; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,18,15,.9), rgba(20,18,15,.65) 42%, rgba(20,18,15,.16) 80%), linear-gradient(0deg, rgba(20,18,15,.65), transparent 45%); }
.hero-layout { min-height: inherit; display: grid; grid-template-columns: minmax(0, 1fr) 190px; gap: 30px; align-items: center; padding-block: 180px 130px; }
.hero-copy { max-width: 970px; position: relative; z-index: 2; }
.hero h1 { font-size: clamp(60px, 6.2vw, 96px); line-height: 1.04; letter-spacing: -.065em; }
.hero h1 em { color: #df9a78; }
.hero-text { max-width: 480px; font-size: 19px; line-height: 1.7; color: #f0e8df; margin-top: 28px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 30px; margin-top: 34px; }
.hero-evaluation { position: relative; align-self: end; padding: 23px; background: rgba(42,29,20,.54); border: 1px solid rgba(248,245,239,.4); border-radius: 16px; backdrop-filter: blur(16px); transition: background .3s, border-color .3s; }
.hero-evaluation > span { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; margin-bottom: 14px; }
.hero-evaluation b { display: block; font-size: 29px; line-height: 1.1; letter-spacing: -.04em; }
.hero-evaluation i { display: block; width: fit-content; margin-top: 22px; font-size: 24px; color: #efb997; font-style: normal; transition: transform .3s; }
.hero-scroll { position: absolute; left: 0; right: 0; bottom: 36px; display: flex; align-items: center; gap: 20px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: #e6ddd4; }
.hero-scroll i { font-size: 22px; font-style: normal; }
.hero-scroll i::before { content: "↓"; display: block; animation: scrollHint 1.4s ease-in-out 3; }
.hero-glow { pointer-events: none; position: absolute; z-index: -1; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(184,99,53,.14), transparent 67%); }
.hero-glow--one { left: -240px; bottom: -160px; }
.hero-glow--two { right: -200px; top: -240px; }

/* Story and real photography */
.intro { background: radial-gradient(ellipse at 0 20%, #f0e3d4, transparent 48%), var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1.04fr .84fr 1fr; gap: 0 40px; align-items: center; }
.intro-grid > .eyebrow { grid-column: 1 / -1; margin-bottom: 32px; }
.intro-lead h2 { font-size: clamp(46px, 5.3vw, 74px); line-height: 1.08; }
.intro-portrait { position: relative; border-radius: 150px 150px 18px 18px; overflow: hidden; aspect-ratio: .72; background: var(--sand); }
.intro-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.intro-portrait::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(25,24,21,.88)); }
.intro-portrait figcaption { position: absolute; bottom: 23px; left: 24px; right: 24px; z-index: 1; color: var(--paper); }
.intro-portrait figcaption span { display: block; color: #efb997; font-size: 12px; margin-bottom: 4px; }
.intro-portrait figcaption b { display: block; font-size: 15px; line-height: 1.45; }
.intro-copy { font-size: 18px; line-height: 1.8; }
.intro-copy__role { color: var(--lime-dark); font-size: 14px; font-weight: 800; margin-bottom: 16px; }
.intro-copy .text-link { margin-top: 24px; font-size: 11px; }
.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 64px; border-block: 1px solid var(--line); }
.proof-strip > div { position: relative; padding: 24px; border-right: 1px solid var(--line); }
.proof-strip > div:first-child { padding-left: 0; }
.proof-strip > div:last-child { border-right: 0; }
.proof-strip > div::after { content: ""; position: absolute; bottom: -1px; left: 24px; right: 24px; height: 2px; background: var(--lime); transform: scaleX(0); transform-origin: left; transition: transform .8s var(--ease); }
.proof-strip > div:first-child::after { left: 0; }
.proof-strip > div[data-visible="true"]::after { transform: scaleX(1); }
.proof-strip span { display: block; color: var(--lime-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; margin-bottom: 12px; }
.proof-strip b { display: block; font-size: 23px; line-height: 1.3; letter-spacing: -.04em; margin-bottom: 8px; }
.proof-strip small { display: block; max-width: 230px; font-size: 14px; line-height: 1.6; color: var(--muted); }
.section-heading, .space-heading, .store-intro, .reviews-heading, .flow-top { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 44px; }
.section-heading > p, .space-heading > p, .store-copy, .reviews-heading > div:last-child, .flow-top__copy { max-width: 380px; font-size: 17px; line-height: 1.8; }
.section-heading--light > p { color: #d4c9be; }
.services { background: linear-gradient(150deg, var(--ink), #33271f); }
.services-grid { display: grid; grid-template-columns: 1.1fr 1fr .95fr; grid-template-rows: 320px 300px; gap: 18px; }
.service-tile { position: relative; isolation: isolate; overflow: hidden; border-radius: 14px; background: var(--ink-soft); color: white; }
.service-tile--creche { grid-column: 1 / 3; }
.service-tile--training { grid-column: 3; grid-row: 1 / 3; }
.service-tile--taxi { grid-column: 2; grid-row: 2; }
.service-tile > img { height: 100%; width: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.service-tile--creche > img { object-position: center 55%; }
.service-tile--training > img { object-position: 50% 25%; }
.photo-tile-overlay { position: absolute; inset: 0; display: flex; align-items: end; gap: 14px; padding: 26px; background: linear-gradient(180deg, rgba(20,18,15,.2), transparent 35%, rgba(20,18,15,.86)); }
.photo-tile-overlay > span { position: absolute; top: 24px; left: 24px; display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid #ffffff70; border-radius: 50%; background: #19181530; font-size: 11px; font-weight: 800; }
.photo-tile-overlay > div { flex: 1; min-width: 0; }
.photo-tile-overlay h3 { font-size: clamp(25px, 2.1vw, 34px); line-height: 1.1; letter-spacing: -.05em; margin-bottom: 9px; }
.photo-tile-overlay p { font-size: 13px; line-height: 1.55; color: #f0e8df; max-width: 330px; }
.photo-tile-overlay a { flex: 0 0 44px; height: 44px; border: 1px solid #ffffff80; border-radius: 50%; display: grid; place-items: center; font-size: 24px; transition: background .25s, color .25s, transform .25s; }
.space-heading > p { color: var(--muted); }
.photo-wall { display: grid; grid-template-columns: 1.12fr .8fr .88fr; grid-template-rows: 330px 265px; gap: 16px; }
.photo-wall figure { position: relative; overflow: hidden; border-radius: 12px; background: var(--sand); }
.photo-wall figure::after { position: absolute; content: ""; inset: 65% 0 0; background: linear-gradient(transparent, #191815b0); }
.photo-wall img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.photo-wall__large { grid-column: 1; grid-row: 1 / 3; }
.photo-wall__tall { grid-column: 2; grid-row: 1 / 3; }
.photo-wall__small { grid-column: 3; grid-row: 1; }
.photo-wall__wide { grid-column: 3; grid-row: 2; }
.photo-wall figcaption { position: absolute; left: 20px; bottom: 18px; right: 18px; z-index: 1; color: white; font-size: 12px; font-weight: 600; line-height: 1.4; }
.photo-wall figcaption span { margin-right: 12px; color: #efb997; font-size: 10px; }
.space-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 42px; }
.space-points > div { display: grid; grid-template-columns: 38px 1fr; gap: 6px 12px; padding-top: 22px; border-top: 1px solid var(--line); }
.space-points span { grid-row: 1 / 3; color: var(--lime-dark); font-size: 12px; font-weight: 800; padding-top: 4px; }
.space-points b { font-size: 20px; letter-spacing: -.025em; }
.space-points p { font-size: 14px; line-height: 1.7; color: var(--muted); }
.partner-note { padding-bottom: 72px; }
.partner-note__inner { padding-top: 32px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 48px; }
.partner-note__copy { max-width: 650px; }
.partner-note .eyebrow { margin-bottom: 12px; font-size: 10px; }
.partner-note__copy > p:last-child { font-size: 15px; color: var(--muted); }
.partner-note__media { width: 240px; flex-shrink: 0; border-radius: 8px; overflow: hidden; }

/* Reviews are always readable; motion can be paused or replaced with scrolling. */
.reviews { overflow: hidden; background: radial-gradient(ellipse at 80% 100%, #503529 0, transparent 60%), var(--ink); }
.reviews-heading > div:last-child { max-width: 440px; color: #dfd3c6; }
.reviews-tools { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 22px; margin-top: 20px; }
.reviews-pause { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; background: none; color: #f0e8df; border-bottom: 1px solid var(--line-light); padding: 0; font-size: 12px; }
.reviews-pause i { font-style: normal; }
.reviews-navigation { display: flex; gap: 8px; }
.reviews-navigation button { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line-light); background: transparent; color: var(--paper); font-size: 20px; }
.reviews-marquee { position: relative; padding: 12px 0 24px; overflow: hidden; }
.reviews-track { display: flex; width: max-content; animation: reviewsDrift 65s linear infinite; }
.reviews-track__set { display: flex; align-items: stretch; gap: 18px; padding-right: 18px; }
.review-card { width: 370px; min-height: 304px; display: flex; flex-direction: column; padding: 28px; border: 1px solid #d9c3af44; border-radius: 22px; background: linear-gradient(140deg, #ffffff12, #ffffff04); box-shadow: inset 0 1px 0 #ffffff12, 0 10px 24px #0c080515; backdrop-filter: blur(8px); }
.review-card header { display: flex; gap: 13px; align-items: center; margin-bottom: 24px; }
.review-card__avatar { flex: 0 0 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; color: #f7d8c1; background: #765240; border: 1px solid #be8a6845; font-size: 12px; font-weight: 800; }
.review-card header b { display: block; font-size: 14px; line-height: 1.4; }
.review-card header small { display: block; color: #ccbdaf; font-size: 11px; margin-top: 4px; }
.review-card blockquote { font-size: 16px; line-height: 1.8; color: #f5ede4; }
.review-card__stars { display: block; margin-top: auto; padding-top: 22px; color: #edbb78; letter-spacing: 3px; font-size: 17px; }
.reviews-marquee:hover .reviews-track, .reviews-marquee:focus-within .reviews-track, .reviews-marquee.is-paused .reviews-track { animation-play-state: paused; }
.reviews-marquee.is-manual, .reviews-marquee.is-static, .no-js .reviews-marquee { overflow-x: auto; padding-inline: max(24px, calc((100vw - 1240px) / 2)); scrollbar-color: var(--lime) var(--ink-soft); scrollbar-width: thin; }
.reviews-marquee:is(.is-manual, .is-static) .reviews-track, .no-js .reviews-track { animation: none; transform: none; }
.reviews-marquee:is(.is-manual, .is-static) .reviews-track__set[aria-hidden="true"], .no-js .reviews-track__set[aria-hidden="true"] { display: none; }
.no-js .reviews-pause, .no-js .reviews-navigation { display: none; }
@keyframes reviewsDrift { to { transform: translateX(-50%); } }

/* The journey returns to warm daylight between photographic sections. */
.flow { background: var(--sand); color: var(--ink); }
.flow em { color: var(--lime-dark); }
.flow .eyebrow { color: var(--lime-dark); }
.flow-top__copy { color: var(--muted); }
.flow-list { display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; padding: 0; margin: 52px 0 0; }
.flow-list li { position: relative; padding: 0 25px 0 0; }
.flow-list li::before { content: ""; position: absolute; height: 1px; background: var(--line); top: 26px; left: 62px; right: 12px; }
.flow-list li:last-child::before { display: none; }
.flow-list li > span { display: grid; place-items: center; height: 52px; width: 52px; border: 1px solid #b98a6e; border-radius: 50%; color: var(--lime-dark); font-weight: 700; font-size: 13px; margin-bottom: 24px; background: #f8f5ef75; }
.flow-list b { display: block; font-size: 23px; line-height: 1.25; letter-spacing: -.04em; margin-bottom: 12px; }
.flow-list p { font-size: 15px; line-height: 1.7; color: var(--muted); max-width: 230px; }
.contact { position: relative; isolation: isolate; overflow: hidden; color: var(--paper); min-height: 660px; display: flex; align-items: center; }
.contact-photo, .contact-shade { position: absolute; inset: 0; z-index: -1; }
.contact-photo { background: url("assets/images/dogs-close.jpg") center 43% / cover no-repeat; }
.contact-shade { background: linear-gradient(90deg, #1d1915ed, #1d191596 65%, #1d191542), linear-gradient(0deg, #19181550, transparent); }
.contact-inner h2 { max-width: 900px; font-size: clamp(48px, 5.6vw, 86px); }
.contact-inner h2 em { color: #df9a78; }
.contact-inner > p:not(.eyebrow) { max-width: 470px; font-size: 18px; color: #e5dbd1; margin-top: 28px; }
.contact-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; margin-top: 34px; }
.contact-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 13px; font-weight: 800; }
.visit-grid { display: grid; grid-template-columns: .87fr 1.13fr; align-items: center; gap: 65px; }
.visit-copy h2 { font-size: clamp(42px, 4.5vw, 62px); }
.visit-copy > p:not(.eyebrow) { margin-top: 26px; color: var(--muted); }
.visit-actions { display: flex; gap: 20px; flex-wrap: wrap; align-items: center; margin-top: 30px; }
.visit-actions .text-link { font-size: 11px; }
.visit-copy .visit-note { font-size: 12px; line-height: 1.6; }
.map-frame { overflow: hidden; border-radius: 16px; background: var(--ink); border: 1px solid var(--line); box-shadow: 0 22px 55px #49372d12; }
.map-frame iframe { display: block; position: static; width: 100%; height: 410px; border: 0; }
.map-frame__label { padding: 20px 25px; color: var(--paper); }
.map-frame__label b { display: block; font-size: 15px; }
.map-frame__label small { display: block; font-size: 12px; color: #d9c5b4; margin-top: 3px; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.faq-heading > p:last-child { max-width: 330px; margin-top: 25px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { padding: 26px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; list-style: none; cursor: pointer; font-size: 19px; line-height: 1.5; font-weight: 700; letter-spacing: -.02em; padding-right: 40px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 4px; top: 0; content: "+"; color: var(--lime-dark); font-size: 25px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { color: var(--muted); font-size: 16px; line-height: 1.8; padding: 17px 35px 0 0; }

/* Footer keeps the original mark, rather than an approximate redraw. */
.site-footer { background: var(--ink); color: var(--paper); padding: 64px 0 28px; }
.footer-main { display: grid; grid-template-columns: 1.5fr .8fr .9fr; gap: 50px; padding-bottom: 48px; }
.footer-brand { display: flex; align-items: center; gap: 20px; align-self: start; width: fit-content; }
.footer-brand__emblem { display: block; width: 94px; flex: 0 0 94px; border: 1px solid #b6a28d55; border-radius: 12px; overflow: hidden; }
.footer-brand__emblem img { width: 100%; height: auto; }
.footer-brand__name { display: block; font-size: 25px; font-weight: 800; letter-spacing: -.045em; }
.footer-brand__tagline { display: block; margin-top: 5px; color: #c8b9ab; font-size: 10px; letter-spacing: .03em; }
.footer-main > div > b { font-size: 11px; color: #d6a88c; text-transform: uppercase; letter-spacing: .1em; }
.footer-main p { font-size: 14px; line-height: 2; color: #ded3c8; margin-top: 14px; }
.footer-main p a { display: inline-block; padding-block: 2px; }
.footer-bottom { border-top: 1px solid var(--line-light); padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: #bfb0a1; font-size: 10px; letter-spacing: .045em; text-transform: uppercase; }
.footer-legal { display: inline-flex; gap: 24px; }
.footer-legal a { padding-block: 3px; }

/* Separate storefront */
.shop-hero { position: relative; isolation: isolate; color: var(--paper); background: var(--ink-soft); overflow: hidden; padding: 174px 0 90px; min-height: 640px; }
.shop-hero-photo { position: absolute; z-index: -2; inset: 0 0 0 42%; }
.shop-hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; }
.shop-hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink-soft), #30272245 65%), linear-gradient(0deg, #30272280, transparent 55%); }
.shop-hero h1 { font-size: clamp(56px, 6vw, 88px); max-width: 780px; }
.shop-hero em { color: #df9a78; }
.shop-hero-inner > p:not(.eyebrow) { max-width: 420px; color: #eddfd2; font-size: 18px; margin-top: 26px; }
.shop-hero .button { margin-top: 28px; }
.store-intro h2 { font-size: clamp(44px, 5vw, 68px); }
.store-copy { color: var(--muted); max-width: 375px; }
.store-copy .text-button { margin-top: 18px; color: var(--ink); }
.store-journey { display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; padding: 0; margin: 40px 0 36px; border: 1px solid var(--line); border-radius: 12px; background: #f8f5ef75; }
.store-journey li { display: grid; grid-template-columns: 38px 1fr; gap: 0 14px; padding: 22px; border-right: 1px solid var(--line); }
.store-journey li:last-child { border: 0; }
.store-journey span { grid-row: 1 / 3; align-self: center; display: grid; place-items: center; height: 36px; width: 36px; border-radius: 50%; background: #e5ccb8; font-size: 11px; color: #74381e; font-weight: 800; }
.store-journey b { font-size: 15px; }
.store-journey small { font-size: 12px; color: var(--muted); }
.store-tools { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); padding-bottom: 24px; margin-bottom: 24px; }
.filter-tabs { display: flex; flex-wrap: wrap; gap: 7px; flex-shrink: 0; }
.filter-tabs button { min-height: 42px; padding: 10px 17px; border-radius: 30px; background: transparent; color: var(--muted); border: 1px solid transparent; font-size: 12px; font-weight: 700; transition: background .2s, color .2s; }
.filter-tabs button[aria-pressed="true"] { background: var(--ink); color: var(--paper); }
.catalog-note { max-width: 330px; font-size: 11px; line-height: 1.7; color: var(--muted); }
.catalog-note > span { display: inline-block; width: 6px; height: 6px; margin: 0 5px 1px 0; border-radius: 50%; background: var(--lime-dark); }
.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.catalog-card { display: flex; flex-direction: column; min-height: 340px; padding: 26px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); position: relative; transition: border-color .25s, box-shadow .25s, transform .25s var(--ease); }
.catalog-card--highlight { background: var(--ink-soft); color: var(--paper); border-color: var(--ink-soft); }
.catalog-card__meta { display: flex; align-items: start; justify-content: space-between; gap: 10px; min-height: 45px; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.catalog-card__tag { padding: 6px 8px; margin: -3px -3px 0 0; background: var(--sand); color: var(--ink); text-align: right; white-space: nowrap; border-radius: 4px; }
.catalog-card h3 { max-width: 14ch; font-size: 32px; letter-spacing: -.055em; line-height: 1.08; margin: 9px 0 12px; }
.catalog-card__description { max-width: 270px; font-size: 14px; line-height: 1.65; color: var(--muted); margin-bottom: 26px; }
.catalog-card__bottom { display: flex; gap: 14px; justify-content: space-between; align-items: end; margin-top: auto; }
.catalog-price small { display: block; font-size: 10px; text-transform: uppercase; font-weight: 700; color: var(--muted); margin-bottom: 5px; }
.catalog-price b { display: block; font-size: 28px; letter-spacing: -.055em; line-height: 1.2; }
.catalog-price > span { display: block; margin-top: 7px; font-size: 11px; color: var(--muted); }
.catalog-card--highlight .catalog-card__meta, .catalog-card--highlight .catalog-card__description, .catalog-card--highlight .catalog-price small, .catalog-card--highlight .catalog-price > span { color: #dbcbbe; }
.catalog-card--highlight .catalog-card__tag { color: #f2b48e; background: #704731; }
.add-button { width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; background: none; font-size: 22px; transition: background .2s, transform .2s, color .2s; }
.add-button.is-added { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.catalog-empty { grid-column: 1 / -1; padding: 50px 24px; border: 1px dashed #a38b76; text-align: center; color: var(--muted); }
.catalog-empty a { color: var(--lime-dark); text-decoration: underline; }
.store-help { margin-top: 46px; padding: 34px; border-radius: 16px; border: 1px solid #cfaa8d; background: linear-gradient(110deg, #ecd9c6, #f4e9dd); display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.store-help .eyebrow { font-size: 10px; margin-bottom: 12px; }
.store-help h3 { font-size: 29px; line-height: 1.2; }
.store-help p { margin-top: 10px; font-size: 14px; color: var(--muted); }
.store-help .button { flex-shrink: 0; }

/* Cart and request form */
.cart-dock { position: fixed; bottom: max(20px, env(safe-area-inset-bottom)); left: 50%; transform: translateX(-50%); z-index: 45; width: min(850px, calc(100% - 32px)); display: flex; align-items: center; gap: 20px; padding: 12px 14px 12px 20px; border: 1px solid #bb927756; border-radius: 16px; background: rgba(32,26,21,.97); color: var(--paper); box-shadow: 0 15px 60px #19120f50; backdrop-filter: blur(16px); animation: dockEnter .45s var(--ease); }
.cart-dock__details { display: flex; align-items: center; gap: 14px; flex: 1; min-width: 0; background: none; padding: 0; color: inherit; text-align: left; }
.cart-dock__icon { display: grid; place-items: center; width: 46px; height: 46px; flex-shrink: 0; border: 1px solid var(--line-light); border-radius: 50%; color: #e8ae89; }
.cart-dock__count { display: block; font-size: 11px; color: #d3c0af; }
.cart-dock__total { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; margin-top: 2px; font-size: 12px; }
.cart-dock__total > b { font-size: 20px; letter-spacing: -.04em; }
.cart-dock__edit { font-size: 11px; margin-left: auto; white-space: nowrap; }
.cart-dock__submit { flex-shrink: 0; min-height: 52px; }
.has-cart-dock .site-footer { padding-bottom: 135px; }
.overlay { position: fixed; inset: 0; z-index: 60; background: #17130ee0; backdrop-filter: blur(5px); opacity: 0; transition: opacity .25s; }
.overlay.is-visible { opacity: 1; }
.cart-drawer { position: fixed; inset: 0 0 0 auto; width: min(480px, 100%); height: 100dvh; display: flex; flex-direction: column; z-index: 70; background: var(--paper); color: var(--ink); transform: translateX(102%); visibility: hidden; transition: transform .35s var(--ease), visibility .35s; }
.cart-drawer.is-open { transform: none; visibility: visible; }
.drawer-head { padding: 28px; display: flex; gap: 20px; justify-content: space-between; align-items: start; border-bottom: 1px solid var(--line); }
.drawer-kicker { display: block; font-size: 10px; letter-spacing: .12em; font-weight: 800; text-transform: uppercase; color: var(--lime-dark); margin-bottom: 10px; }
.drawer-head h2 { font-size: 30px; letter-spacing: -.045em; }
.drawer-head h2 b { display: inline-grid; place-items: center; vertical-align: middle; background: var(--sand); height: 27px; min-width: 27px; border-radius: 50%; font-size: 12px; letter-spacing: 0; }
.close-button { display: grid; place-items: center; flex-shrink: 0; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; font-size: 28px; font-weight: 400; line-height: 1; background: transparent; }
.cart-items { flex: 1; overflow: auto; padding: 0 28px; min-height: 0; }
.cart-item { display: grid; grid-template-columns: 1fr auto; gap: 15px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.cart-item__category { display: block; font-size: 10px; color: var(--muted); margin-bottom: 8px; text-transform: uppercase; }
.cart-item h3 { font-size: 23px; letter-spacing: -.04em; line-height: 1.2; }
.cart-item__unit { font-size: 12px; color: var(--muted); margin-top: 7px; }
.cart-item__period { font-size: 12px; line-height: 1.6; color: var(--lime-dark); margin-top: 10px; }
.cart-item__base-label { display: block; color: var(--muted); font-size: 10px; margin-top: 12px; }
.cart-item__base-label + .cart-qty { margin-top: 5px; }
.cart-item__estimate-label { max-width: 105px; font-size: 10px; text-align: right; color: var(--muted); margin-bottom: 5px; }
.cart-qty { display: inline-flex; align-items: center; border: 1px solid var(--line); margin-top: 14px; border-radius: 6px; overflow: hidden; }
.cart-qty button { width: 38px; height: 38px; background: none; font-size: 20px; }
.cart-qty span { min-width: 32px; text-align: center; font-size: 13px; font-weight: 700; }
.cart-item__aside { display: flex; flex-direction: column; align-items: end; }
.cart-item__price { font-size: 16px; letter-spacing: -.035em; }
.remove-item { background: none; padding: 10px 0; color: var(--lime-dark); text-decoration: underline; font-size: 11px; margin-top: auto; }
.cart-empty { padding: 30px; text-align: center; margin-block: auto; }
.cart-empty > span { display: block; font-size: 60px; color: var(--lime-dark); }
.cart-empty h3 { font-size: 27px; }
.cart-empty p { color: var(--muted); font-size: 15px; margin-block: 18px 26px; }
.cart-summary { flex-shrink: 0; padding: 24px 28px max(24px, env(safe-area-inset-bottom)); background: var(--sand); border-top: 1px solid var(--line); }
.cart-summary > div { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; font-size: 13px; }
.cart-summary > div b { font-size: 26px; letter-spacing: -.04em; }
.cart-summary p { font-size: 11px; color: var(--muted); line-height: 1.6; margin-block: 10px 19px; }
.booking-modal { position: fixed; inset: 0; z-index: 80; padding: 30px; overflow: auto; background: #17130ee8; backdrop-filter: blur(6px); opacity: 0; transition: opacity .25s; }
.booking-modal.is-open { opacity: 1; }
.booking-shell { position: relative; width: min(1060px, 100%); margin: max(24px, 3vh) auto; display: grid; grid-template-columns: .78fr 1.22fr; background: var(--paper); border-radius: 18px; overflow: hidden; box-shadow: 0 24px 80px #0005; }
.booking-close { position: absolute; top: 18px; right: 18px; z-index: 2; background: var(--paper); }
.booking-aside { padding: 54px 38px; background: radial-gradient(ellipse at bottom left, #69432e, transparent 75%), var(--ink-soft); color: var(--paper); }
.booking-aside .drawer-kicker { color: #e2a584; }
.booking-aside h2 { font-size: 48px; }
.booking-aside em { color: #df9a78; }
.booking-aside > p { color: #dccaBA; font-size: 14px; line-height: 1.8; margin-top: 26px; }
.booking-steps { padding: 0; margin: 40px 0 0; list-style: none; }
.booking-steps li { display: flex; align-items: center; gap: 12px; font-size: 13px; color: #ccbaa8; margin-top: 17px; }
.booking-steps li span { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid var(--line-light); border-radius: 50%; font-size: 11px; }
.booking-steps .is-current { color: var(--paper); font-weight: 700; }
.booking-steps .is-current span { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.booking-form { padding: 62px 40px 40px; min-width: 0; }
.booking-panel { display: none; }
.booking-panel.is-active { display: block; }
.booking-panel h2 { font-size: 36px; line-height: 1.15; letter-spacing: -.045em; margin-bottom: 27px; }
.booking-form label { display: block; font-size: 12px; font-weight: 700; margin-bottom: 19px; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.booking-form input, .booking-form select, .booking-form textarea { display: block; width: 100%; min-width: 0; margin-top: 8px; border: 1px solid #bbafa3; border-radius: 6px; background: var(--white); color: var(--ink); padding: 13px; font-size: 16px; line-height: 1.5; }
.booking-form input::placeholder, .booking-form textarea::placeholder { color: #7a6e62; font-size: 13px; font-weight: 400; }
.booking-form textarea { resize: vertical; }
.booking-form [aria-invalid="true"], .booking-form .is-invalid { border-color: #ad3429; outline: 1px solid #ad3429; }
.booking-next { margin-top: 8px; }
.form-intro { color: var(--muted); font-size: 13px; margin-bottom: 22px; line-height: 1.7; }
.booking-privacy-note { font-size: 11px; color: var(--muted); margin-bottom: 20px; }
.booking-privacy-note a, .legal-consent a { text-decoration: underline; text-underline-offset: 3px; color: var(--lime-dark); }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 24px; }
.back-button { background: none; font-size: 12px; font-weight: 700; min-height: 44px; padding: 8px 0; }
.pricing-preview { padding: 14px 16px; background: #ead9c8; border-left: 3px solid var(--lime-dark); border-radius: 4px; color: var(--ink); font-size: 13px; margin: 0 0 22px; }
.review-line { padding: 12px 0; border-bottom: 1px solid var(--line); }
.review-line > span { display: block; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 4px; }
.review-line > b { display: block; font-size: 13px; line-height: 1.6; overflow-wrap: anywhere; }
.review-cart { margin: 20px 0; }
.review-cart__row { display: flex; justify-content: space-between; gap: 16px; font-size: 12px; padding-block: 7px; }
.review-cart__row b { white-space: nowrap; }
.review-total { display: flex; justify-content: space-between; gap: 16px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 13px; margin-bottom: 20px; }
.review-total b { font-size: 23px; letter-spacing: -.04em; }
.booking-form .legal-consent { display: flex; align-items: start; gap: 10px; font-size: 11px; line-height: 1.8; font-weight: 400; }
.booking-form .legal-consent input { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 4px; accent-color: var(--lime-dark); }
.toast { position: fixed; bottom: 120px; left: 50%; transform: translate(-50%, 16px); z-index: 100; max-width: min(520px, calc(100% - 40px)); background: var(--paper); color: var(--ink); border: 1px solid #a67c5c; border-radius: 10px; padding: 16px 22px; box-shadow: 0 10px 45px #19181535; font-size: 13px; opacity: 0; visibility: hidden; transition: opacity .2s, transform .2s, visibility .2s; pointer-events: none; }
.toast.is-visible { opacity: 1; visibility: visible; transform: translate(-50%, 0); }

/* Legal information stays calm and readable. */
.legal-hero { padding: 180px 0 70px; background: radial-gradient(ellipse at 80% 100%, #5a3e2e, transparent 60%), var(--ink); color: var(--paper); }
.legal-hero h1 { font-size: clamp(48px, 5.6vw, 80px); }
.legal-hero em { color: #df9a78; }
.legal-hero .shell > p:last-child { color: #d1beab; font-size: 12px; margin-top: 24px; }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 80px; }
.legal-index { position: sticky; top: 130px; align-self: start; border-top: 2px solid var(--lime-dark); padding-top: 20px; }
.legal-index > span { display: block; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--lime-dark); margin-bottom: 14px; }
.legal-index a { display: block; font-size: 13px; line-height: 1.6; padding-block: 9px; color: var(--muted); }
.legal-document { max-width: 810px; }
.legal-document p { color: var(--muted); font-size: 16px; line-height: 1.9; margin-bottom: 18px; }
.legal-document .legal-lead { font-size: 20px; line-height: 1.75; color: var(--ink); }
.legal-document a { color: var(--lime-dark); text-decoration: underline; text-underline-offset: 3px; }
.legal-document > section { padding-top: 38px; margin-top: 30px; border-top: 1px solid var(--line); }
.legal-document h2 { font-size: 34px; line-height: 1.2; letter-spacing: -.04em; margin-bottom: 22px; }
.legal-document .eyebrow { color: var(--lime-dark); font-size: 11px; line-height: 1.5; margin-bottom: 18px; }
.legal-notice, .legal-pending { padding: 24px; margin-block: 24px; border: 1px solid #d0b093; border-left: 3px solid var(--lime-dark); border-radius: 6px; background: #efe1d2; font-size: 14px; line-height: 1.8; }
.legal-notice strong { display: block; color: var(--lime-dark); font-size: 13px; margin-bottom: 6px; }
.legal-notice p { font-size: 14px; margin-bottom: 0; }

/* Gentle one-time entrances; nothing depends on an animation to work. */
.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.js [data-reveal][data-visible="true"] { opacity: 1; transform: none; }
[data-reveal-delay="80"] { transition-delay: .08s !important; }
[data-reveal-delay="100"] { transition-delay: .1s !important; }
[data-reveal-delay="140"] { transition-delay: .14s !important; }
[data-reveal-delay="160"] { transition-delay: .16s !important; }
[data-reveal-delay="180"] { transition-delay: .18s !important; }
.legal-document[data-reveal] { opacity: 1; transform: none; }
@keyframes scrollHint { 50% { transform: translateY(6px); } }
@keyframes dockEnter { from { opacity: 0; transform: translate(-50%, 22px); } to { opacity: 1; transform: translate(-50%, 0); } }
@media (hover: hover) {
  .button:hover { transform: translateY(-2px); box-shadow: 0 7px 20px #27160d1a; }
  .button--lime:hover { background: #df9470; }
  .button--dark:hover { background: var(--ink-light); }
  .button:hover i, .text-link:hover i, .text-button:hover i, .contact-link:hover i { transform: translateX(5px); }
  .round-link:hover i { transform: translateY(3px); background: #ffffff15; }
  .hero-evaluation:hover { background: #573923d1; border-color: #efb997; }
  .hero-evaluation:hover i { transform: translate(3px, -3px); }
  .main-nav a:hover { color: white; }
  .main-nav a:hover::after { transform: scaleX(1); }
  .service-tile:hover > img, .photo-wall figure:hover img { transform: scale(1.035); }
  .photo-tile-overlay a:hover { background: var(--lime); border-color: var(--lime); color: var(--ink); transform: rotate(7deg); }
  .catalog-card:hover { border-color: #bd977b; transform: translateY(-4px); box-shadow: 0 18px 30px #49372d12; }
  .add-button:hover { background: var(--lime); border-color: var(--lime); color: var(--ink); transform: scale(1.07); }
  .filter-tabs button:hover:not([aria-pressed="true"]) { background: #dbc8b6; color: var(--ink); }
  .reviews-navigation button:hover { background: #ffffff14; }
  .footer-main p a:hover, .footer-legal a:hover { color: #e2a584; }
  .legal-index a:hover { color: var(--lime-dark); }
}

/* Tablet */
@media (max-width: 1100px) {
  .header-inner { gap: 22px; }
  .main-nav { gap: 20px; }
  .brand-name { font-size: 16px; }
  .header-cart { font-size: 12px; }
  .hero-layout { grid-template-columns: 1fr 155px; gap: 18px; }
  .hero-evaluation { padding: 20px; }
  .hero-evaluation b { font-size: 26px; }
  .intro-grid { grid-template-columns: 1.15fr .85fr; gap: 28px 50px; }
  .intro-grid > .eyebrow { margin-bottom: 0; }
  .intro-portrait { grid-column: 2; grid-row: 2 / 4; max-height: 570px; }
  .intro-copy { grid-column: 1; font-size: 17px; }
  .intro-lead h2 { font-size: 66px; }
  .proof-strip b { font-size: 21px; }
  .section-heading, .space-heading, .store-intro, .reviews-heading, .flow-top { gap: 30px; }
  .section-heading > p, .space-heading > p, .store-copy, .reviews-heading > div:last-child, .flow-top__copy { max-width: 320px; font-size: 15px; }
  .services-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 280px 265px 265px; }
  .service-tile--creche { grid-column: 1 / 3; }
  .service-tile--training { grid-column: 2; grid-row: 2 / 4; }
  .service-tile--taxi { grid-column: 1; grid-row: 3; }
  .photo-wall { grid-template-rows: 290px 230px; }
  .flow-list b { font-size: 20px; }
  .flow-list p { font-size: 14px; }
  .visit-grid, .faq-layout { gap: 35px; }
  .visit-grid { grid-template-columns: 1fr 1fr; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .catalog-card { min-height: 325px; }
  .store-tools { align-items: start; flex-direction: column; gap: 16px; }
  .catalog-note { max-width: 100%; }
  .footer-main { gap: 24px; grid-template-columns: 1.25fr .7fr .8fr; }
  .footer-brand { gap: 13px; }
  .footer-brand__emblem { width: 80px; flex-basis: 80px; }
  .footer-brand__name { font-size: 21px; }
  .footer-brand__tagline { font-size: 8px; }
  .booking-shell { grid-template-columns: .7fr 1.3fr; }
  .booking-aside { padding: 50px 28px; }
  .booking-aside h2 { font-size: 37px; }
  .booking-form { padding-inline: 30px; }
  .legal-layout { gap: 42px; grid-template-columns: 210px minmax(0,1fr); }
}

/* Mobile: show the complete hero photo, then the text, instead of cropping dogs. */
@media (max-width: 760px) {
  :root { --shell: calc(100% - 40px); --header-height: 76px; }
  body { font-size: 16px; }
  .section { padding-block: 68px; }
  h2 { font-size: clamp(39px, 8vw, 60px); }
  .eyebrow { font-size: 10px; letter-spacing: .09em; gap: 10px; margin-bottom: 21px; }
  .header-inner { gap: 14px; }
  .site-header { background: rgba(25,24,21,.97); }
  .brand { gap: 10px; }
  .brand-mark { width: 44px; height: 44px; }
  .brand-name { font-size: 15px; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 5px; margin-left: auto; order: 3; }
  .menu-toggle > span:not(.sr-only) { display: block; height: 2px; width: 24px; background: var(--paper); transition: transform .25s, opacity .25s; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: absolute; top: var(--header-height); left: 0; right: 0; margin: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 28px 24px; background: var(--ink); border-top: 1px solid var(--line-light); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s, visibility .2s, transform .2s; box-shadow: 0 18px 30px #0002; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { font-size: 19px; padding: 13px 0; }
  .main-nav a::after { display: none; }
  .header-cart { margin-left: auto; gap: 6px; }
  .header-cart > span { display: none; }
  .store-page .menu-toggle { margin-left: 0; }
  .no-js .menu-toggle { display: none; }
  .no-js .site-header { position: static; }
  .no-js .header-inner { flex-wrap: wrap; height: auto; padding-block: 15px; }
  .no-js .main-nav { position: static; opacity: 1; visibility: visible; transform: none; flex-direction: row; flex-wrap: wrap; width: 100%; padding: 8px 0 0; gap: 18px; }
  .no-js .main-nav a { font-size: 14px; padding: 4px 0; }
  .hero { min-height: 0; padding-top: var(--header-height); }
  .hero-photo { position: relative; inset: auto; display: block; z-index: -1; aspect-ratio: 16 / 9; }
  .hero-photo img { width: 100%; height: auto; object-fit: contain; }
  .hero-photo::after { background: linear-gradient(0deg, var(--ink), #19181500 48%); }
  .hero-layout { display: block; min-height: 0; padding-block: 0 38px; margin-top: -8px; }
  .hero h1 { font-size: clamp(42px, 8.4vw, 65px); letter-spacing: -.06em; }
  .hero-copy .eyebrow { font-size: 9px; gap: 9px; }
  .hero-copy .eyebrow > span { flex-basis: 19px; }
  .hero-text { font-size: 16px; line-height: 1.75; margin-top: 22px; max-width: 440px; }
  .hero-actions { gap: 18px; margin-top: 26px; }
  .hero-actions .button { padding-inline: 20px; }
  .round-link { font-size: 11px; gap: 10px; }
  .round-link i { width: 34px; height: 34px; }
  .hero-evaluation { display: grid; grid-template-columns: 1fr auto; gap: 2px 20px; margin-top: 32px; border-radius: 10px; padding: 18px 20px; background: #392b22; }
  .hero-evaluation > span { font-size: 9px; margin-bottom: 5px; }
  .hero-evaluation b { font-size: 22px; }
  .hero-evaluation b br { display: none; }
  .hero-evaluation b br::after { content: " "; }
  .hero-evaluation i { grid-column: 2; grid-row: 1 / 3; align-self: center; margin: 0; font-size: 29px; }
  .hero-scroll, .hero-glow { display: none; }
  .intro-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .intro-lead h2 { font-size: clamp(37px, 7vw, 58px); }
  .intro-portrait { grid-row: 2; border-radius: 100px 100px 14px 14px; }
  .intro-copy { grid-column: 1 / -1; font-size: 18px; }
  .intro-copy .text-link { font-size: 12px; margin-top: 18px; }
  .intro-copy__role { font-size: 14px; }
  .intro-portrait figcaption { bottom: 14px; left: 16px; right: 12px; }
  .intro-portrait figcaption span { font-size: 11px; }
  .intro-portrait figcaption b { font-size: 11px; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); margin-top: 38px; }
  .proof-strip > div { padding: 22px 18px; }
  .proof-strip > div:first-child, .proof-strip > div:nth-child(3) { padding-left: 0; }
  .proof-strip > div:nth-child(2) { border-right: 0; }
  .proof-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .proof-strip > div:nth-child(3)::after { left: 0; }
  .proof-strip b { font-size: 22px; }
  .proof-strip small { font-size: 13px; }
  .section-heading, .space-heading, .store-intro, .reviews-heading, .flow-top { flex-direction: column; align-items: start; gap: 24px; margin-bottom: 30px; }
  .section-heading > p, .space-heading > p, .store-copy, .reviews-heading > div:last-child, .flow-top__copy { font-size: 16px; max-width: 520px; line-height: 1.75; }
  .services-grid { gap: 14px; grid-template-rows: 250px 245px 245px; }
  .photo-tile-overlay { padding: 20px; }
  .photo-tile-overlay > span { top: 18px; left: 18px; width: 30px; height: 30px; font-size: 10px; }
  .photo-tile-overlay h3 { font-size: 26px; }
  .photo-tile-overlay a { flex-basis: 36px; height: 36px; font-size: 21px; }
  .photo-tile-overlay p { font-size: 12px; }
  .service-tile--training .photo-tile-overlay { flex-wrap: wrap; }
  .service-tile--training .photo-tile-overlay > div { flex: 1 1 100%; }
  .photo-wall { grid-template-columns: 1fr 1fr; grid-template-rows: 285px 235px 235px; gap: 12px; }
  .photo-wall__large { grid-column: 1 / 3; grid-row: 1; }
  .photo-wall__large img { object-position: 50% 40%; }
  .photo-wall__tall { grid-column: 1; grid-row: 2 / 4; }
  .photo-wall__small { grid-column: 2; grid-row: 2; }
  .photo-wall__wide { grid-column: 2; grid-row: 3; }
  .photo-wall figcaption { left: 14px; bottom: 15px; font-size: 10px; }
  .photo-wall figcaption span { margin-right: 6px; }
  .space-points { gap: 20px; margin-top: 30px; grid-template-columns: 1fr; }
  .space-points > div { grid-template-columns: 34px 1fr; padding-top: 20px; }
  .space-points b { font-size: 20px; }
  .space-points p { font-size: 14px; }
  .partner-note { padding-bottom: 52px; }
  .partner-note__inner { gap: 24px; }
  .partner-note__media { width: 180px; }
  .partner-note__copy > p:last-child { font-size: 13px; }
  .review-card { width: 315px; min-height: 300px; padding: 24px; }
  .review-card blockquote { font-size: 15px; }
  .reviews-tools { gap: 12px 20px; }
  .reviews-track { animation-duration: 75s; }
  .flow-list { grid-template-columns: 1fr 1fr; gap: 30px 20px; margin-top: 34px; }
  .flow-list li { padding-right: 0; }
  .flow-list li:nth-child(2)::before { display: none; }
  .flow-list b { font-size: 21px; }
  .flow-list p { font-size: 14px; }
  .contact { min-height: 580px; }
  .contact-photo { background-position: 55% center; }
  .contact-shade { background: linear-gradient(90deg, #191815e8, #19181585); }
  .contact-inner h2 { font-size: clamp(43px, 8vw, 60px); }
  .contact-inner > p:not(.eyebrow) { font-size: 16px; }
  .contact-actions { gap: 22px; }
  .visit-grid, .faq-layout { grid-template-columns: 1fr; gap: 34px; }
  .visit-copy h2 { font-size: 46px; }
  .visit-copy > p:not(.eyebrow) { max-width: 540px; }
  .visit-actions { gap: 17px; }
  .map-frame iframe { height: 350px; }
  .map-frame__label { padding: 18px 22px; }
  .faq-heading > p:last-child { max-width: 500px; font-size: 15px; }
  .faq-list summary { font-size: 17px; }
  .faq-list details p { font-size: 15px; padding-right: 10px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-brand { grid-column: 1 / -1; gap: 20px; margin-bottom: 8px; }
  .footer-brand__emblem { width: 88px; flex-basis: 88px; }
  .footer-brand__name { font-size: 27px; }
  .footer-brand__tagline { font-size: 10px; }
  .footer-main p { font-size: 13px; }
  .footer-bottom { flex-wrap: wrap; gap: 14px; font-size: 9px; }
  .footer-bottom > span:nth-child(2) { display: none; }
  .site-footer { padding-top: 48px; }
  .shop-hero { padding: var(--header-height) 0 50px; min-height: 0; }
  .shop-hero-photo { position: relative; inset: auto; width: 100%; height: 330px; z-index: -1; }
  .shop-hero-photo img { object-position: center 35%; }
  .shop-hero-photo::after { background: linear-gradient(0deg, var(--ink-soft), transparent 55%); }
  .shop-hero-inner { margin-top: -12px; }
  .shop-hero h1 { font-size: clamp(43px, 8.2vw, 62px); }
  .shop-hero-inner > p:not(.eyebrow) { font-size: 16px; margin-top: 23px; }
  .store-intro h2 { font-size: 46px; }
  .store-journey { margin-block: 30px; }
  .store-journey li { display: flex; flex-direction: column; align-items: start; padding: 18px 12px; gap: 4px; }
  .store-journey span { margin-bottom: 8px; }
  .store-journey b { font-size: 13px; }
  .store-journey small { font-size: 10px; line-height: 1.5; }
  .filter-tabs { gap: 5px; flex-shrink: 1; }
  .filter-tabs button { font-size: 11px; padding-inline: 13px; }
  .catalog-card { padding: 22px; min-height: 315px; }
  .catalog-card h3 { font-size: 29px; }
  .catalog-card__meta { font-size: 9px; min-height: 50px; }
  .catalog-card__tag { white-space: normal; }
  .catalog-price b { font-size: 26px; }
  .store-help { flex-direction: column; align-items: start; padding: 26px; }
  .store-help h3 { font-size: 27px; }
  .cart-dock { gap: 12px; padding: 12px; bottom: max(12px, env(safe-area-inset-bottom)); }
  .cart-dock__details { gap: 10px; }
  .cart-dock__edit { display: none; }
  .cart-dock__total { display: block; line-height: 1.5; font-size: 10px; }
  .cart-dock__total > b { display: block; font-size: 18px; }
  .cart-dock__submit { padding: 15px 16px; font-size: 11px; gap: 12px; }
  .cart-dock__count { font-size: 10px; }
  .booking-modal { padding: 16px; }
  .booking-shell { display: block; margin-block: 12px; border-radius: 14px; }
  .booking-aside { padding: 28px; }
  .booking-aside h2 { font-size: 30px; }
  .booking-aside h2 br { display: none; }
  .booking-aside > p { max-width: 470px; font-size: 12px; margin-top: 15px; }
  .booking-steps { display: flex; gap: 20px; margin-top: 20px; }
  .booking-steps li { font-size: 11px; gap: 7px; margin: 0; }
  .booking-steps li span { width: 27px; height: 27px; }
  .booking-close { top: 14px; right: 14px; width: 34px; height: 34px; }
  .booking-form { padding: 30px 28px; }
  .booking-panel h2 { font-size: 31px; }
  .form-actions .button { padding-inline: 18px; font-size: 12px; gap: 12px; }
  .legal-hero { padding: 140px 0 56px; }
  .legal-hero h1 { font-size: clamp(42px, 8vw, 60px); }
  .legal-layout { grid-template-columns: 1fr; gap: 38px; }
  .legal-index { position: static; display: flex; flex-wrap: wrap; gap: 0 20px; padding-top: 16px; }
  .legal-index > span { width: 100%; }
  .legal-index a { font-size: 12px; }
  .legal-document h2 { font-size: 30px; }
  .legal-document .legal-lead { font-size: 18px; }
  .legal-document p { font-size: 15px; }
  .no-js .hero, .no-js .shop-hero { padding-top: 0; }
}
@media (min-width: 481px) and (max-width: 600px) {
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog-card { min-height: 300px; padding: 26px; }
  .catalog-card h3 { font-size: 34px; }
  .catalog-card__tag { white-space: nowrap; }
}
@media (max-width: 480px) {
  :root { --shell: calc(100% - 40px); }
  .hero h1 { font-size: clamp(38px, 10.3vw, 49px); }
  .hero-copy .eyebrow { letter-spacing: .045em; font-size: 8px; }
  .hero-actions { gap: 18px; }
  .hero-actions .button { min-height: 51px; padding: 15px 18px; font-size: 11px; gap: 15px; }
  .hero-evaluation { margin-top: 26px; }
  .intro-grid { column-gap: 18px; }
  .intro-lead h2 { font-size: clamp(32px, 8vw, 39px); }
  .intro-portrait { aspect-ratio: .65; }
  .intro-portrait figcaption { left: 12px; bottom: 13px; }
  .intro-portrait figcaption b { font-size: 9px; }
  .intro-copy { font-size: 17px; }
  .proof-strip b { font-size: 20px; }
  .proof-strip small { font-size: 12px; }
  .services-grid { grid-template-columns: 1fr; grid-template-rows: 260px 310px 430px 285px; }
  .service-tile--creche, .service-tile--training, .service-tile--taxi { grid-column: auto; grid-row: auto; }
  .service-tile--training .photo-tile-overlay { flex-wrap: nowrap; }
  .service-tile--training .photo-tile-overlay > div { flex: 1; }
  .service-tile--training > img { object-position: center 30%; }
  .photo-tile-overlay h3 { font-size: 30px; }
  .photo-tile-overlay p { font-size: 13px; }
  .photo-wall { grid-template-rows: 255px 210px 210px; }
  .partner-note__inner { flex-direction: column; align-items: start; }
  .partner-note__media { width: 210px; }
  .flow-list { column-gap: 20px; }
  .flow-list b { font-size: 19px; }
  .flow-list p { font-size: 13px; }
  .flow-list li > span { margin-bottom: 18px; width: 46px; height: 46px; }
  .flow-list li::before { top: 23px; left: 55px; }
  .visit-copy h2 { font-size: 41px; }
  .visit-actions .button { padding-inline: 18px; font-size: 12px; }
  .map-frame iframe { height: 310px; }
  .catalog-grid { grid-template-columns: 1fr; gap: 16px; }
  .catalog-card { min-height: 310px; padding: 26px; }
  .catalog-card h3 { font-size: 34px; }
  .catalog-card__meta { font-size: 10px; min-height: 42px; }
  .catalog-card__tag { white-space: nowrap; }
  .catalog-price b { font-size: 29px; }
  .cart-dock__icon { display: none; }
  .cart-dock__submit { font-size: 10px; gap: 8px; padding-inline: 12px; }
  .cart-dock__submit i { font-size: 19px; }
  .drawer-head { padding: 22px; }
  .cart-items { padding-inline: 22px; }
  .cart-summary { padding-inline: 22px; }
  .drawer-head h2 { font-size: 28px; }
  .cart-item h3 { font-size: 21px; }
  .cart-item__price { font-size: 14px; }
  .booking-modal { padding: 0; }
  .booking-shell { margin: 0; min-height: 100dvh; border-radius: 0; }
  .booking-aside { padding: 26px 24px 23px; }
  .booking-aside h2 { font-size: 27px; }
  .booking-aside > p { font-size: 11px; }
  .booking-form { padding: 28px 24px; }
  .booking-steps { gap: 16px; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .booking-panel h2 { font-size: 30px; }
  .form-actions { gap: 12px; }
  .form-actions .button { font-size: 11px; }
  .toast { bottom: 116px; font-size: 12px; padding: 14px 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
  .reviews-marquee { overflow-x: auto; padding-inline: 20px; }
  .reviews-track { animation: none !important; transform: none !important; }
  .reviews-track__set[aria-hidden="true"] { display: none; }
}
@media print {
  .site-header, .site-footer, .cart-dock, .reviews-tools, .legal-index, .menu-toggle { display: none !important; }
  .section, .legal-hero { padding-block: 25px; }
  .legal-layout { display: block; }
  .js [data-reveal] { opacity: 1; transform: none; }
  body, .legal-hero { background: white; color: black; }
}
