/* ==========================================================================
   LYT Pet — interactive sections & curved surfaces
   (ribbons, care switcher, standards, journey, gallery rail, FAQ)
   ========================================================================== */

html, body { overflow-x: clip; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

/* ---------- Curved surfaces: sections read as stacked, rounded sheets ---------- */
.hero { border-radius: 0 0 50% 50% / 0 0 48px 48px; }
.page-hero { border-bottom: 0; border-radius: 0 0 50% 50% / 0 0 40px 40px; }
.section--sand { margin-inline: clamp(8px, 1.6vw, 24px); border-radius: clamp(32px, 5vw, 72px); }
.cta-band { margin-inline: clamp(8px, 1.6vw, 24px); border-radius: clamp(32px, 5vw, 72px) clamp(32px, 5vw, 72px) 0 0; }
.site-footer { margin-inline: clamp(8px, 1.6vw, 24px); border-radius: 0 0 clamp(24px, 3vw, 40px) clamp(24px, 3vw, 40px); margin-bottom: clamp(8px, 1.6vw, 24px); }
.service-card, .post-card__media, .location__info, .map-card, .contact-card { border-radius: var(--radius); }

/* Organic blob used behind icons; it slowly morphs on hover */
.standard__icon, .care__icon, .journey__dot, .faqx__help-icon { border-radius: 46% 54% 58% 42% / 52% 44% 56% 48%; transition: border-radius 1s var(--ease), background .35s, color .35s, rotate .6s var(--ease), scale .5s var(--ease); }

/* ---------- Chips & round buttons (shared) ---------- */
.chips { display: inline-flex; gap: 8px; padding: 5px; border-radius: 999px; background: #fff; border: 1px solid var(--linen); box-shadow: var(--shadow-sm); }
.chips--wrap { display: flex; flex-wrap: wrap; padding: 0; background: none; border: 0; box-shadow: none; border-radius: 0; }
.chip { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 6px 18px; border-radius: 999px; border: 1px solid transparent; background: none; color: var(--muted); font-weight: 500; font-size: .92rem; white-space: nowrap; transition: background .3s, color .3s, border-color .3s, scale .3s var(--ease); }
@media (max-width: 420px) { .chip { padding: 6px 13px; gap: 6px; font-size: .88rem; } }
.chips--wrap .chip { background: #fff; border-color: var(--linen); }
.chip .icon { width: 18px; height: 18px; }
.chip:hover { color: var(--navy); }
.chip:active { scale: .95; }
.chip.is-active { background: var(--navy); border-color: var(--navy); color: #fff; }
.round-btn { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--linen); background: #fff; color: var(--navy); transition: background .25s, color .25s, scale .3s var(--ease), opacity .25s; }
.round-btn:hover { background: var(--navy); color: #fff; }
.round-btn:active { scale: .9; }
.round-btn:disabled { opacity: .35; pointer-events: none; }
.round-btn[data-rail-prev] .icon { rotate: 180deg; }
.rail-dots { display: flex; justify-content: center; gap: 6px; margin-top: 18px; }
.rail-dots i { width: 7px; height: 7px; border-radius: 999px; background: var(--linen); transition: width .4s var(--ease), background .3s; }
.rail-dots i.is-active { width: 24px; background: var(--orange); }

/* ---------- Crossing ribbons ---------- */
.ribbons { position: relative; z-index: 3; height: 150px; margin-top: -34px; overflow-x: clip; pointer-events: none; }
.ribbon { position: absolute; left: -6%; width: 112%; padding: 13px 0; box-shadow: 0 14px 30px -14px rgba(34, 44, 94, .35); }
.ribbon--a { top: 28px; rotate: -2.4deg; background: var(--navy); z-index: 2; }
.ribbon--b { top: 62px; rotate: 1.9deg; background: var(--gold); }
.ribbon__track { display: flex; align-items: center; gap: 30px; width: max-content; animation: ribbon 46s linear infinite; }
.ribbon--b .ribbon__track { animation-direction: reverse; animation-duration: 52s; }
.ribbon span { white-space: nowrap; font-size: clamp(1.05rem, .9rem + .8vw, 1.5rem); }
.ribbon--a span { font-family: var(--font-accent); font-style: italic; color: #FFF6E2; }
.ribbon--b span { font-family: var(--font-display); font-weight: 500; color: var(--navy); }
.ribbon .icon { width: 16px; height: 16px; flex: none; }
.ribbon--a .icon { color: var(--gold); }
.ribbon--b .icon { color: #fff; }
@keyframes ribbon { to { transform: translateX(-33.333%); } }

/* ---------- Care: dog / cat switcher ---------- */
.care { --tone: var(--gold); --tone-soft: #FFF1C9; display: grid; gap: 28px; }
.care[data-active="cat"] { --tone: #8FCBEA; --tone-soft: #E2F3FB; }
.care__stage { position: relative; max-width: 440px; width: 100%; margin-inline: auto; padding: 18px 18px 0; }
.care__blob { position: absolute; inset: 8% -2% -4% -2%; background: var(--tone-soft); border-radius: 58% 42% 46% 54% / 48% 56% 44% 52%; transition: background .8s, border-radius 1.4s var(--ease), rotate 1.4s var(--ease); }
.care[data-active="cat"] .care__blob { border-radius: 42% 58% 56% 44% / 56% 44% 56% 44%; rotate: 8deg; }
.care__frame { position: relative; aspect-ratio: 4 / 4.7; border-radius: 999px 999px var(--radius) var(--radius); overflow: hidden; border: 8px solid #fff; box-shadow: var(--shadow); background: var(--tone); transition: background .8s; }
.care__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; opacity: 0; scale: 1.12; clip-path: circle(0% at 50% 100%); transition: clip-path 1s var(--ease), scale 1.4s var(--ease), opacity .01s linear 1s; }
.care[data-active="dog"] [data-care-img="dog"], .care[data-active="cat"] [data-care-img="cat"] { opacity: 1; scale: 1; z-index: 1; clip-path: circle(140% at 50% 100%); transition: clip-path 1s var(--ease), scale 1.4s var(--ease), opacity .01s; }
.care__chip { position: absolute; right: -4px; bottom: 9%; z-index: 2; display: flex; align-items: center; gap: 8px; padding: 10px 16px 10px 12px; border-radius: 999px; background: #fff; box-shadow: var(--shadow); color: var(--navy); font-size: .86rem; font-weight: 500; opacity: 0; translate: 0 14px; transition: opacity .5s, translate .6s var(--ease); }
.care__chip .icon { width: 30px; height: 30px; padding: 6px; border-radius: 50%; background: var(--tone-soft); color: var(--orange-deep); }
.care[data-active="dog"] [data-care-chip="dog"], .care[data-active="cat"] [data-care-chip="cat"] { opacity: 1; translate: 0 0; transition-delay: .45s; }

.care__switch { position: relative; display: grid; grid-template-columns: 1fr 1fr; width: min(100%, 340px); margin: 0 auto 26px; padding: 5px; border-radius: 999px; background: #fff; border: 1px solid var(--linen); box-shadow: var(--shadow-sm); }
.care__switch button { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; border: 0; background: none; border-radius: 999px; color: var(--muted); font-weight: 500; transition: color .35s; }
.care__switch button[aria-selected="true"] { color: #fff; }
.care__switch button .icon { transition: rotate .5s var(--ease), scale .5s var(--ease); }
.care__switch button[aria-selected="true"] .icon { rotate: -10deg; scale: 1.18; }
.care__pill { position: absolute; top: 5px; bottom: 5px; left: 5px; width: calc(50% - 5px); border-radius: 999px; background: var(--navy); overflow: hidden; transition: transform .55s var(--ease); }
.care[data-active="cat"] .care__pill { transform: translateX(100%); }
.care__pill i { position: absolute; inset: auto 0 0 0; height: 3px; background: var(--gold); transform: scaleX(0); transform-origin: 0 50%; }
.care.is-auto .care__pill i { animation: careTimer 7s linear forwards; }
@keyframes careTimer { to { transform: scaleX(1); } }

.care__panels { display: grid; }
.care__panel { grid-area: 1 / 1; visibility: hidden; opacity: 0; transition: opacity .35s, visibility .35s; }
.care[data-active="dog"] [data-care-panel="dog"], .care[data-active="cat"] [data-care-panel="cat"] { visibility: visible; opacity: 1; }
.care__en { font-family: var(--font-accent); font-style: italic; font-size: 1.15rem; color: var(--orange-deep); margin: 0 0 2px; }
.care__title { font-size: clamp(1.35rem, 1.1rem + 1vw, 1.8rem); margin-bottom: 20px; }
.care__list { display: grid; gap: 10px; margin-bottom: 26px; }
.care__list li { display: flex; align-items: center; gap: 16px; padding: 14px 16px; border-radius: var(--radius-sm); background: #fff; border: 1px solid var(--linen); color: var(--muted); font-size: .93rem; line-height: 1.55; transition: translate .4s var(--ease), box-shadow .4s, border-color .3s; }
.care__list li strong { display: block; color: var(--navy); font-family: var(--font-display); font-weight: 500; font-size: 1.02rem; }
.care__list li:hover { translate: 8px 0; box-shadow: var(--shadow-sm); border-color: var(--tone); }
.care__icon { display: grid; place-items: center; width: 48px; height: 48px; flex: none; background: var(--tone-soft); color: var(--orange-deep); }
.care__list li:hover .care__icon { border-radius: 54% 46% 42% 58% / 44% 56% 44% 56%; rotate: -8deg; background: var(--tone); color: var(--navy); }
.js .care[data-active="dog"] [data-care-panel="dog"] li, .js .care[data-active="cat"] [data-care-panel="cat"] li { animation: careIn .6s var(--ease) both; animation-delay: calc(var(--n) * 90ms + 120ms); }
@keyframes careIn { from { opacity: 0; transform: translateX(26px); } to { opacity: 1; transform: none; } }

/* ---------- Standards ---------- */
.standards { position: relative; display: grid; gap: 24px; }
.standards__photo { max-width: 360px; width: 100%; margin-inline: auto; aspect-ratio: 4 / 4.4; border-radius: 999px 999px var(--radius) var(--radius); overflow: hidden; border: 8px solid #fff; box-shadow: var(--shadow); }
.standards__photo img { width: 100%; height: 112%; object-fit: cover; object-position: 50% 0; }
.standards__badge { display: none; }
.standards__rail { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: calc(var(--gutter) * -1); padding: 6px var(--gutter) 10px; scrollbar-width: none; }
.standards__rail::-webkit-scrollbar { display: none; }
.standard { --sx: 50%; --sy: 0%; position: relative; flex: 0 0 78%; scroll-snap-align: center; overflow: hidden; isolation: isolate; padding: 26px 24px 28px; border-radius: var(--radius); background: var(--cream); border: 1px solid var(--linen); transition: transform .45s var(--ease), box-shadow .45s, background .45s, border-color .45s; }
.standard::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0; background: radial-gradient(260px circle at var(--sx) var(--sy), rgba(252, 194, 5, .35), transparent 70%); transition: opacity .4s; }
.standard__num { position: absolute; right: 22px; top: 18px; font-family: var(--font-accent); font-style: italic; font-size: 2.2rem; line-height: 1; color: var(--linen); transition: color .4s, translate .5s var(--ease); }
.standard__icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 18px; background: #fff; color: var(--orange-deep); border: 1px solid var(--linen); }
.standard__icon .icon { width: 26px; height: 26px; }
.standard__title { font-size: 1.15rem; margin-bottom: 8px; }
.standard__text { color: var(--muted); font-size: .94rem; margin: 0; }
.standard:hover { transform: translateY(-6px); background: #fff; box-shadow: var(--shadow); border-color: transparent; }
.standard:hover::before { opacity: 1; }
.standard:hover .standard__num { color: var(--orange); translate: -4px 4px; }
.standard:hover .standard__icon { background: var(--navy); color: var(--gold); border-color: var(--navy); rotate: -8deg; scale: 1.06; border-radius: 54% 46% 42% 58% / 44% 56% 44% 56%; }
.js .standards__rail .reveal { opacity: 1; transform: none; }

/* ---------- Journey (4 steps, scroll-driven) ---------- */
.journey { position: relative; --p: 0; }
.journey__wave { display: none; }
.journey__rail { position: absolute; left: 27px; top: 28px; bottom: 28px; width: 2px; border-radius: 2px; background: var(--linen); }
.journey__rail::after { content: ""; position: absolute; inset: 0; border-radius: 2px; background: linear-gradient(var(--gold), var(--orange)); transform: scaleY(var(--p)); transform-origin: 50% 0; }
.journey__paw { position: absolute; z-index: 2; left: 28px; top: calc(28px + (100% - 56px) * var(--p)); translate: -50% -50%; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--orange); color: #fff; box-shadow: 0 0 0 6px rgba(254, 133, 2, .18); }
.journey__paw .icon { width: 16px; height: 16px; rotate: 180deg; }
.journey__steps { display: grid; gap: 18px; }
.journey__step { position: relative; display: flex; gap: 18px; align-items: flex-start; }
.journey__dot { position: relative; z-index: 1; display: grid; place-items: center; width: 56px; height: 56px; flex: none; background: #fff; border: 1.5px solid var(--linen); color: var(--muted); }
.journey__dot .icon { width: 24px; height: 24px; }
.journey__card { flex: 1; position: relative; padding: 20px 22px; border-radius: var(--radius); background: #fff; border: 1px solid var(--linen); opacity: .55; transition: opacity .5s, transform .6s var(--ease), box-shadow .5s, border-color .4s; }
.journey__num { position: absolute; right: 20px; top: 14px; font-family: var(--font-accent); font-style: italic; font-size: 1.7rem; color: var(--linen); transition: color .4s; }
.journey__card h3 { font-size: 1.1rem; margin-bottom: 6px; padding-right: 44px; }
.journey__card p { color: var(--muted); font-size: .93rem; margin: 0 0 12px; }
.journey__tag { display: inline-block; padding: 4px 12px; border-radius: 999px; background: var(--sand); color: var(--navy); font-size: .78rem; font-weight: 500; transition: background .4s; }
.journey__step.is-active .journey__dot { background: var(--navy); border-color: var(--navy); color: var(--gold); scale: 1.06; border-radius: 54% 46% 42% 58% / 44% 56% 44% 56%; }
.journey__step.is-active .journey__card { opacity: 1; border-color: transparent; box-shadow: var(--shadow-sm); }
.journey__step.is-active .journey__num { color: var(--orange); }
.journey__step.is-active .journey__tag { background: var(--gold); }

/* ---------- Gallery rail ---------- */
.gallery__bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px; margin-bottom: 26px; }
.gallery__nav { display: none; gap: 8px; }
.gallery__rail { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: calc(var(--gutter) * -1); padding: 8px var(--gutter) 14px; scrollbar-width: none; cursor: grab; }
.gallery__rail::-webkit-scrollbar { display: none; }
.gallery__rail.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.gallery__rail.is-dragging * { pointer-events: none; }
.gallery__rail .ba { flex: 0 0 64%; max-width: 300px; scroll-snap-align: center; transition: opacity .4s, scale .5s var(--ease), flex-basis .5s var(--ease), max-width .5s var(--ease), margin .5s var(--ease); }
.gallery__rail .ba.is-out { opacity: 0; scale: .8; flex-basis: 0; max-width: 0; margin-right: -16px; pointer-events: none; }
.ba__frame { border-radius: 999px 999px var(--radius) var(--radius); border: 6px solid #fff; box-shadow: var(--shadow-sm); }
.ba__pet { position: absolute; left: 50%; top: 14px; translate: -50% 0; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(255, 255, 255, .92); color: var(--navy); box-shadow: var(--shadow-sm); }
.ba__pet .icon { width: 18px; height: 18px; }
.ba__cta { position: absolute; left: 50%; bottom: 16px; translate: -50% 0; display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; padding: 9px 18px; border-radius: 999px; background: var(--line); color: #fff; font-size: .86rem; font-weight: 500; box-shadow: 0 10px 22px -10px rgba(6, 199, 85, .8); transition: opacity .35s, translate .45s var(--ease), background .2s; }
.ba__cta .icon { width: 16px; height: 16px; }
.ba__cta:hover { background: var(--line-deep); }
.ba--pair .ba__cta { bottom: 56px; }
.ba figcaption { display: grid; gap: 0; margin-top: 12px; }
.ba figcaption strong { font-family: var(--font-display); font-size: 1rem; }
.gallery__hint { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 10px 0 0; color: var(--muted); font-size: .8rem; }
.gallery__hint .icon { width: 14px; height: 14px; color: var(--orange); animation: nudge 1.6s var(--ease) infinite; }
@keyframes nudge { 50% { translate: 6px 0; } }
@media (hover: hover) and (pointer: fine) {
	.ba__cta { opacity: 0; translate: -50% 12px; }
	.ba:hover .ba__cta, .ba__cta:focus-visible { opacity: 1; translate: -50% 0; }
}

/* ---------- FAQ ---------- */
.faqx { display: grid; gap: 22px; }
.faqx__side { display: grid; gap: 16px; align-content: start; }
.faqx__search { display: flex; align-items: center; gap: 10px; padding: 0 18px; min-height: 54px; border-radius: 999px; background: #fff; border: 1px solid var(--linen); color: var(--muted); transition: border-color .25s, box-shadow .25s; }
.faqx__search:focus-within { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(254, 133, 2, .14); }
.faqx__search input { flex: 1; min-width: 0; border: 0; outline: 0; background: none; font: inherit; color: var(--ink); }
.faqx__search input::placeholder { color: #A89C8C; }
.faqx__help { display: none; }
.faqx__list { display: grid; gap: 10px; align-content: start; }
.faq { background: #fff; border: 1px solid var(--linen); border-radius: var(--radius-sm); overflow: hidden; transition: box-shadow .4s, border-color .3s, border-radius .4s var(--ease), translate .4s var(--ease); }
.faq:not([open]):hover { translate: 4px 0; border-color: var(--gold); }
.faq[open] { border-color: transparent; box-shadow: var(--shadow); border-radius: var(--radius); }
.faq[hidden] { display: none; }
.faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 14px; padding: 18px 20px; color: var(--navy); font-weight: 500; line-height: 1.55; }
.faq summary::-webkit-details-marker { display: none; }
.faq__num { font-family: var(--font-accent); font-style: italic; font-size: 1.1rem; color: var(--orange); flex: none; }
.faq__q { flex: 1; }
.faq summary > .icon { width: 34px; height: 34px; padding: 8px; flex: none; border-radius: 50%; background: var(--cream); color: var(--orange-deep); transition: rotate .45s var(--ease), background .3s, color .3s; }
.faq[open] summary > .icon { rotate: 135deg; background: var(--navy); color: var(--gold); }
.faq__answer { padding: 0 20px 22px 20px; color: var(--muted); }
.faq__answer p:last-child { margin: 0; }
.faq mark { background: rgba(252, 194, 5, .5); color: inherit; border-radius: 4px; padding: 0 2px; }
.faqx__empty { text-align: center; color: var(--muted); padding: 28px 16px; border-radius: var(--radius); border: 1px dashed var(--linen); }

/* ==========================================================================
   Breakpoints
   ========================================================================== */
@media (min-width: 600px) {
	.standard { flex-basis: 44%; }
	.gallery__rail .ba { flex-basis: 34%; }
}

@media (min-width: 960px) {
	.hero { border-radius: 0 0 50% 50% / 0 0 80px 80px; }
	.ribbons { height: 190px; margin-top: -50px; }
	.ribbon { padding: 16px 0; }
	.ribbon--a { top: 40px; }
	.ribbon--b { top: 76px; }

	.care { grid-template-columns: 5fr 6fr; gap: 72px; align-items: center; }
	.care__switch { margin-inline: 0; }
	.care__stage { max-width: 480px; }

	.standards { grid-template-columns: 1fr 1.05fr 1fr; grid-template-rows: repeat(3, auto); gap: 20px 28px; align-items: center; }
	.standards__photo { grid-column: 2; grid-row: 1 / span 3; max-width: none; height: 100%; max-height: 640px; aspect-ratio: auto; }
	.standards__badge { position: absolute; left: 50%; bottom: -22px; translate: -50% 0; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 10px 18px 10px 12px; border-radius: 999px; background: #fff; box-shadow: var(--shadow); font-size: .8rem; color: var(--muted); line-height: 1.35; white-space: nowrap; }
	.standards__badge strong { display: block; color: var(--navy); font-family: var(--font-display); font-weight: 500; font-size: .92rem; }
	.standards__badge .icon { width: 38px; height: 38px; padding: 9px; border-radius: 50%; background: var(--sand); color: var(--orange-deep); }
	.standards__rail { display: contents; }
	.standard { flex: none; }
	.standard:nth-child(-n+3) { grid-column: 1; }
	.standard:nth-child(n+4) { grid-column: 3; }
	.standard:nth-child(1), .standard:nth-child(4) { grid-row: 1; }
	.standard:nth-child(2), .standard:nth-child(5) { grid-row: 2; }
	.standard:nth-child(3), .standard:nth-child(6) { grid-row: 3; }
	.standard:nth-child(2) { translate: -18px 0; }
	.standard:nth-child(5) { translate: 18px 0; }
	.js .standards__rail .reveal { opacity: 0; transform: translateY(26px); }
	.js .standards__rail .reveal.is-visible { opacity: 1; transform: none; }
	.js .standards__rail .standard.reveal.is-visible:hover { transform: translateY(-6px); }
	.standards .rail-dots { display: none; }

	.journey { padding-top: 160px; }
	.journey__wave { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 160px; overflow: visible; }
	.journey__wave path { fill: none; stroke-width: 2; vector-effect: non-scaling-stroke; }
	.journey__wave-bg { stroke: var(--linen); stroke-dasharray: 6 8; }
	.journey__wave-fill { stroke: var(--orange); stroke-linecap: round; }
	.journey__rail { display: none; }
	.journey__paw { left: 0; top: 0; translate: none; transform: translate(-50%, -50%); width: 34px; height: 34px; }
	.journey__paw .icon { rotate: 90deg; }
	.journey__steps { grid-template-columns: repeat(4, 1fr); gap: 22px; }
	.journey__step { display: block; }
	.journey__dot { position: absolute; left: 50%; width: 64px; height: 64px; translate: -50% -50%; }
	.journey__step:nth-child(odd) .journey__dot { top: -120px; }
	.journey__step:nth-child(even) .journey__dot { top: -40px; }
	.journey__card { text-align: center; padding: 26px 22px; transform: translateY(14px); }
	.journey__card h3 { padding: 0; }
	.journey__num { position: static; display: block; margin-bottom: 4px; }
	.journey__step.is-active .journey__card { transform: none; }

	.gallery__bar { justify-content: space-between; }
	.gallery__nav { display: flex; }
	.gallery__rail { margin-inline: 0; padding-inline: 4px; gap: 22px; scroll-snap-type: x proximity; }
	.gallery__rail .ba { flex-basis: 23%; max-width: none; scroll-snap-align: start; }
	.gallery__rail .ba:nth-child(even) { margin-top: 40px; }
	.gallery__rail .ba.is-out { margin-right: -22px; }

	.faqx { grid-template-columns: 4fr 8fr; gap: 56px; align-items: start; }
	.faqx__side { position: sticky; top: calc(var(--header-h) + 24px); }
	.faqx__help { display: grid; justify-items: start; gap: 12px; margin-top: 8px; padding: 26px; border-radius: var(--radius); background: var(--navy); color: rgba(255, 255, 255, .75); font-size: .92rem; position: relative; overflow: hidden; }
	.faqx__help::after { content: ""; position: absolute; right: -60px; top: -60px; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, rgba(254, 133, 2, .5), transparent 65%); }
	.faqx__help p { margin: 0; }
	.faqx__help strong { display: block; color: #fff; font-family: var(--font-display); font-weight: 500; font-size: 1.15rem; margin-bottom: 4px; }
	.faqx__help-icon { display: grid; place-items: center; width: 50px; height: 50px; background: var(--line); color: #fff; }
	.faq summary { padding: 22px 26px; font-size: 1.04rem; }
	.faq__answer { padding: 0 74px 26px 60px; }
}

@media (prefers-reduced-motion: reduce) {
	.care__img { clip-path: none !important; }
	.journey__card { opacity: 1; transform: none; }
}

/* ==========================================================================
   Language switch · Google badge · reviews · identity
   ========================================================================== */
.lang { position: relative; display: inline-grid; grid-template-columns: 1fr 1fr; padding: 3px; border-radius: 999px; background: var(--cream); border: 1px solid var(--linen); font-size: .78rem; font-weight: 600; letter-spacing: .06em; }
.lang__btn { position: relative; z-index: 1; padding: 6px 12px; border-radius: 999px; color: var(--muted); text-align: center; transition: color .3s; }
.lang__btn.is-active { color: #fff; }
.lang__pill { position: absolute; top: 3px; bottom: 3px; left: 3px; width: calc(50% - 3px); border-radius: 999px; background: var(--navy); transition: transform .4s var(--ease); }
.lang:has(.lang__btn:last-of-type.is-active) .lang__pill { transform: translateX(100%); }
.lang--mobile { margin-left: auto; margin-right: 10px; }
.lang--wide { display: none; }
.nav__lang { display: flex; justify-content: center; margin-top: 20px; }
.nav__lang .lang { display: inline-grid; font-size: .9rem; }
.nav__lang .lang__btn { padding: 10px 28px; }
@media (min-width: 960px) { .lang--mobile, .nav__lang { display: none; } .site-header__cta .lang { margin-right: 6px; } }

.stars { display: inline-flex; gap: 2px; }
.stars svg { width: 15px; height: 15px; fill: #E3D5BE; }
.stars svg.is-on { fill: #F5B301; }

.gbadge { display: inline-flex; align-items: center; gap: 12px; padding: 8px 16px 8px 8px; border-radius: 999px; background: #fff; border: 1px solid var(--linen); box-shadow: var(--shadow-sm); color: var(--navy); transition: transform .35s var(--ease), box-shadow .35s; }
.gbadge:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.gbadge__g { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: #fff; border: 1px solid var(--linen); }
.gmark { width: 22px; height: 22px; }
.gmark--sm { width: 16px; height: 16px; }
.gbadge__body { display: grid; line-height: 1.3; }
.gbadge__top { display: flex; align-items: center; gap: 8px; }
.gbadge__top strong { font-family: var(--font-accent); font-style: italic; font-size: 1.35rem; font-weight: 500; }
.gbadge__sub { font-size: .8rem; color: var(--muted); }
.gbadge > .icon { width: 18px; height: 18px; color: var(--orange); transition: translate .3s var(--ease); }
.gbadge:hover > .icon { translate: 4px 0; }
.hero__proof { margin-top: 18px; }
.gbadge--lg { padding: 12px 22px 12px 12px; }
.gbadge--lg .gbadge__g { width: 52px; height: 52px; }
.gbadge--lg .gmark { width: 28px; height: 28px; }
.gbadge--lg .gbadge__top strong { font-size: 1.8rem; }
.gbadge--lg .stars svg { width: 18px; height: 18px; }

.proof__head { display: grid; gap: 22px; justify-items: center; margin-bottom: 34px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; width: 100%; }
.stat { display: grid; justify-items: center; text-align: center; gap: 2px; padding: 18px 10px; border-radius: var(--radius-sm); background: #fff; border: 1px solid var(--linen); }
.stat__num { font-family: var(--font-accent); font-style: italic; font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.4rem); font-weight: 500; color: var(--orange-deep); line-height: 1.1; }
.stat span { font-size: .8rem; color: var(--muted); line-height: 1.4; }
.proof__bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.proof__label { display: flex; align-items: center; gap: 10px; margin: 0; font-weight: 500; color: var(--navy); }
.proof__bar .gallery__nav { display: flex; }
.review-rail { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: calc(var(--gutter) * -1); padding: 8px var(--gutter) 14px; scrollbar-width: none; cursor: grab; }
.review-rail::-webkit-scrollbar { display: none; }
.review-rail.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.review-rail.is-dragging * { pointer-events: none; }
.review { flex: 0 0 84%; scroll-snap-align: center; display: flex; flex-direction: column; gap: 14px; padding: 24px 22px; border-radius: var(--radius); background: #fff; border: 1px solid var(--linen); transition: transform .4s var(--ease), box-shadow .4s, border-color .3s; }
.review:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.review__top { display: flex; justify-content: space-between; align-items: center; }
.review__src { display: inline-flex; align-items: center; gap: 6px; font-size: .74rem; font-weight: 600; letter-spacing: .06em; color: var(--muted); text-transform: uppercase; }
.review__text { flex: 1; margin: 0; font-size: .96rem; line-height: 1.7; color: var(--ink); }
.review__text::before { content: "“"; font-family: var(--font-accent); font-size: 2.6rem; line-height: 0; color: var(--gold); vertical-align: -.5em; margin-right: 4px; }
.review__foot { display: flex; align-items: center; gap: 12px; padding-top: 14px; border-top: 1px dashed var(--linen); font-size: .84rem; color: var(--muted); }
.review__foot strong { display: block; color: var(--navy); font-weight: 500; font-size: .95rem; }
.review__avatar { width: 44px; height: 44px; flex: none; border-radius: 50%; object-fit: cover; }
.review__avatar--initial { display: grid; place-items: center; background: var(--sand); color: var(--orange-deep); font-family: var(--font-accent); font-style: italic; font-size: 1.3rem; }
.review__link { margin-left: auto; color: var(--orange); }
.review__link .icon { width: 18px; height: 18px; rotate: -45deg; }
.proof__more { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 24px; margin: 22px 0 0; }

.identity { display: grid; gap: 28px; }
.identity__media { position: relative; max-width: 420px; width: 100%; margin-inline: auto; aspect-ratio: 4 / 4.4; border-radius: 999px 999px var(--radius) var(--radius); overflow: hidden; border: 8px solid #fff; box-shadow: var(--shadow); }
.identity__media img { width: 100%; height: 112%; object-fit: cover; }
.identity__since { position: absolute; right: 14px; bottom: 14px; display: grid; justify-items: center; padding: 10px 16px; border-radius: 999px; background: var(--navy); color: var(--gold); font-family: var(--font-accent); font-style: italic; font-size: 1.3rem; line-height: 1; }
.identity__since small { font-family: var(--font-body); font-style: normal; font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.7); margin-bottom: 3px; }
.identity__quote { margin: 0 0 20px; padding: 24px 22px; border-radius: var(--radius); background: #fff; border: 1px solid var(--linen); }
.identity__quote p { font-family: var(--font-display); font-weight: 400; font-size: 1.12rem; line-height: 1.65; color: var(--navy); margin: 0 0 16px; }
.identity__quote footer { display: flex; align-items: center; gap: 12px; font-size: .84rem; color: var(--muted); }
.identity__quote footer strong { display: block; color: var(--navy); font-weight: 500; font-size: .98rem; }
.identity__owner { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.identity__lead { color: var(--muted); }
.identity__label { font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; color: var(--orange-deep); font-weight: 500; margin: 20px 0 10px; }
.channels { display: grid; gap: 8px; }
.channel { display: flex; align-items: center; gap: 14px; padding: 12px 14px; border-radius: var(--radius-sm); background: #fff; border: 1px solid var(--linen); font-size: .86rem; color: var(--muted); transition: translate .35s var(--ease), box-shadow .35s, border-color .3s; }
.channel:hover { translate: 6px 0; box-shadow: var(--shadow-sm); border-color: var(--gold); }
.channel strong { display: block; color: var(--navy); font-weight: 500; font-size: .96rem; }
.channel > span:nth-child(2) { flex: 1; min-width: 0; }
.channel__icon { display: grid; place-items: center; width: 40px; height: 40px; flex: none; border-radius: 50%; background: var(--sand); color: var(--orange-deep); }
.channel__icon .icon { width: 20px; height: 20px; }
.channel > .icon { width: 18px; height: 18px; color: var(--orange); }

@media (min-width: 600px) { .review { flex-basis: 46%; } }
@media (min-width: 960px) {
	.proof__head { grid-template-columns: auto 1fr; align-items: center; gap: 36px; }
	.stats { gap: 16px; }
	.review-rail { margin-inline: 0; padding-inline: 4px; gap: 20px; scroll-snap-type: x proximity; }
	.review { flex-basis: 31.5%; scroll-snap-align: start; }
	.identity { grid-template-columns: 5fr 7fr; gap: 64px; align-items: center; }
	.identity__media { max-width: 460px; }
	.channels { grid-template-columns: 1fr 1fr; }
}

/* Header: menu never wraps; tighten at medium desktop widths */
@media (min-width: 960px) {
	.site-header__inner { gap: 12px; }
	.nav { flex: 1; min-width: 0; display: flex; justify-content: center; }
	.nav__list { flex-wrap: nowrap; gap: 2px; }
	.nav__list li a { white-space: nowrap; padding: 8px 10px; }
	.site-header__cta { flex: none; }
	.site-header__cta .btn { white-space: nowrap; }
}
@media (min-width: 960px) and (max-width: 1180px) {
	.site-logo img { height: 44px; }
	.nav__list li a { padding: 8px 7px; font-size: .88rem; }
	.site-header__cta .btn--ghost { display: none; }
	.lang { font-size: .72rem; }
	.lang__btn { padding: 5px 9px; }
}

/* Header: breathing room between the menu and the buttons */
@media (min-width: 960px) {
	.site-header__inner { gap: 24px; }
	.nav { justify-content: center; padding-inline: 8px; }
	.nav__list { flex-wrap: nowrap; }
	.site-header__cta { gap: 10px; }
	.site-header__cta .lang { margin-right: 4px; }
}
@media (min-width: 960px) and (max-width: 1180px) {
	.site-header__inner { gap: 16px; }
	.nav__list li a { padding: 8px 6px; font-size: .86rem; }
}

/* Header layout v3: grid keeps three zones apart at every desktop width */
@media (min-width: 960px) {
	.site-header__inner { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 28px; }
	.nav { display: flex; justify-content: center; min-width: 0; padding: 0; }
	.nav__list { display: flex; flex-wrap: nowrap; gap: 0; }
	.nav__list li a { white-space: nowrap; padding: 8px 11px; font-size: .95rem; }
	.site-header__cta { display: flex; align-items: center; gap: 12px; }
	.site-header__cta .btn--ghost { display: none; }
	.site-header__cta .lang { margin: 0; }
}
@media (min-width: 960px) and (max-width: 1180px) {
	.site-header__inner { gap: 18px; }
	.site-logo img { height: 42px; }
	.nav__list li a { padding: 8px 7px; font-size: .86rem; }
	.lang { font-size: .72rem; }
	.lang__btn { padding: 5px 9px; }
}

/* Numbers & English labels: Prompt, upright, no italics */
.step__num, .journey__num, .standard__num, .faq__num, .stat__num, .gbadge__top strong, .identity__since, .care__en, .ribbon--a span, .marquee span, .review__avatar--initial, .prose blockquote { font-style: normal; }
.journey__num, .standard__num, .faq__num, .stat__num, .gbadge__top strong, .identity__since { font-weight: 600; letter-spacing: -.01em; }
.care__en, .ribbon--a span { font-weight: 500; letter-spacing: .06em; text-transform: uppercase; font-size: .82rem; }
.ribbon--a span { font-size: clamp(.95rem, .85rem + .5vw, 1.15rem); }
.review__text::before { font-family: Georgia, serif; }
.service-card__en, .info-list dt, .identity__label, .review__src, .line-card__label, .service-detail__facts dt, .post-card__meta { font-family: var(--font-display); letter-spacing: .08em; }
