:root {
  --navy: #203c63;
  --navy-deep: #172f50;
  --pink: #f3abd6;
  --pink-soft: #fff1f7;
  --red: #f01935;
  --cream: #f4f1e5;
  --orange: #ff6f43;
  --white: #fff;
  --ink: #203c63;
  --muted: #617087;
  --line: rgba(32, 60, 99, .16);
  --radius: 32px;
  --font: "Barlow Semi Condensed", "Arial Narrow", Arial, sans-serif;
  --shadow: 0 26px 70px rgba(32, 60, 99, .12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font); font-size: 18px; line-height: 1.55; overflow-x: hidden; animation: pageEnter .5s both; transition: opacity .22s ease; }
body.page-leaving { opacity: 0; }
@keyframes pageEnter { from { opacity: 0; } to { opacity: 1; } }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
button, input, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: .98; letter-spacing: -.035em; }
h1 { margin-bottom: 30px; font-size: clamp(4rem, 8vw, 8.8rem); font-weight: 700; text-transform: uppercase; }
h2 { margin-bottom: 28px; font-size: clamp(3rem, 6vw, 6.2rem); font-weight: 700; text-transform: uppercase; }
h3 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
em { color: var(--pink); font-style: normal; }
::selection { color: var(--navy); background: var(--pink); }

.shell { width: min(1320px, calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding-block: clamp(90px, 11vw, 170px); }
.sr-only { position: absolute; width: 1px; height: 1px; clip: rect(0, 0, 0, 0); overflow: hidden; white-space: nowrap; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 16px; color: white; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; height: 4px; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--pink), var(--red)); }
.eyebrow { margin-bottom: 20px; color: var(--navy); font-size: .77rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.big-copy { font-size: clamp(1.45rem, 2.4vw, 2.1rem); font-weight: 500; line-height: 1.35; }
.center { text-align: center; }

.site-header { position: sticky; z-index: 100; top: 0; height: 92px; background: rgba(255,255,255,.86); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: height .3s, border-color .3s, box-shadow .3s; }
.site-header.is-scrolled { height: 76px; border-color: var(--line); box-shadow: 0 8px 30px rgba(32,60,99,.06); }
.header-inner { display: grid; grid-template-columns: 150px 1fr 150px; align-items: center; height: 100%; }
.brand { width: 132px; height: 68px; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(24px, 4vw, 56px); }
.main-nav a { position: relative; padding-block: 10px; font-size: .88rem; font-weight: 600; }
.main-nav a::after { position: absolute; right: 0; bottom: 3px; left: 0; height: 2px; background: var(--pink); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .3s; }
.main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; border: 0; background: transparent; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; }
.button { display: inline-flex; min-height: 60px; align-items: center; justify-content: center; gap: 20px; padding: 14px 27px; border: 1px solid transparent; border-radius: 999px; font-size: .86rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: transform .25s, box-shadow .25s, color .25s, background .25s; }
.button span { font-size: 1.1rem; transition: transform .25s; }
.button:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(32,60,99,.18); }
.button:hover span { transform: translate(3px,-3px); }
.button-small { min-height: 48px; padding: 10px 22px; font-size: .76rem; }
.button-pink { position: relative; color: var(--navy); background: var(--pink); overflow: hidden; }
.button-pink::before { position: absolute; top: -60%; left: -35%; width: 28px; height: 220%; background: rgba(255,255,255,.48); content: ""; transform: rotate(24deg) translateX(-220%); transition: transform .65s ease; }
.button-pink:hover::before { transform: rotate(24deg) translateX(700%); }
.button-dark { color: white; background: var(--navy); }
.button-outline { color: var(--navy); background: transparent; border-color: var(--navy); }
.text-link { padding-bottom: 4px; border-bottom: 1px solid currentColor; font-weight: 600; }

.hero { display: grid; grid-template-columns: 1.15fr .85fr; min-height: calc(100svh - 92px); align-items: center; gap: clamp(30px, 6vw, 90px); padding-block: 70px 90px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { font-size: clamp(4.1rem, 7.3vw, 8.3rem); }
.hero-title span { display: block; overflow: hidden; }
.hero-title.is-visible span { animation: titleIn .85s both cubic-bezier(.16,.75,.2,1); }
.hero-title.is-visible span:nth-child(2) { animation-delay: .11s; }
.hero-title.is-visible span:nth-child(3) { animation-delay: .22s; }
@keyframes titleIn { from { opacity: 0; transform: translateY(105%) rotate(1.5deg); } to { opacity: 1; transform: none; } }
.hero-lead { max-width: 700px; margin-bottom: 36px; color: var(--muted); font-size: clamp(1.18rem, 2vw, 1.55rem); }
.micro-trust { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 46px; }
.micro-trust span { padding: 8px 14px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); font-size: .76rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.hero-visual { position: relative; min-height: 650px; border-radius: 50% 50% 44% 56% / 44% 39% 61% 56%; background: var(--cream); isolation: isolate; }
.hero-drawing { position: absolute; z-index: 2; right: -5%; bottom: 0; width: 107%; height: 105%; object-fit: contain; }
.orb { position: absolute; z-index: -1; border-radius: 50%; }
.orb-pink { top: -30px; right: -20px; width: 170px; height: 170px; background: var(--pink); }
.orb-cream { bottom: 10%; left: -50px; width: 110px; height: 110px; background: #ffe7f3; }
.hand-note { position: absolute; z-index: 3; top: 10%; left: -8%; padding: 14px 18px; color: var(--navy); background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); font-size: 1rem; font-weight: 600; line-height: 1.2; transform: rotate(-5deg); }
.hero-badge { position: absolute; z-index: 3; right: -6%; bottom: 16%; display: grid; width: 120px; height: 120px; place-items: center; color: var(--navy); background: var(--pink); border-radius: 50%; font-size: .78rem; font-weight: 700; letter-spacing: .08em; line-height: 1.25; text-align: center; text-transform: uppercase; transform: rotate(8deg); }
.scroll-cue { position: absolute; z-index: 4; bottom: 18px; left: 18px; display: flex; align-items: center; gap: 9px; padding: 8px 13px; color: var(--navy); background: rgba(255,255,255,.82); border: 1px solid rgba(32,60,99,.12); border-radius: 99px; backdrop-filter: blur(8px); font-size: .65rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.scroll-cue b { display: grid; width: 25px; height: 25px; place-items: center; color: white; background: var(--navy); border-radius: 50%; animation: cueBounce 1.7s infinite; }
@keyframes cueBounce { 0%,100% { transform: translateY(0); } 45% { transform: translateY(3px); } }
@keyframes breathe { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-10px) scale(1.012); } }
@keyframes noteFloat { 0%,100% { transform: rotate(-5deg) translateY(0); } 50% { transform: rotate(-2deg) translateY(-7px); } }
.hero-drawing { animation: breathe 6s ease-in-out infinite; }
.hand-note { animation: noteFloat 5s ease-in-out infinite; }

.marquee { overflow: hidden; padding-block: 20px; color: var(--navy); border-block: 1px solid var(--line); white-space: nowrap; }
.marquee-track { display: flex; width: max-content; align-items: center; gap: 32px; animation: marquee 28s linear infinite; }
.marquee span { font-size: 1.06rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.marquee i { color: var(--pink); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.featured-care { position: relative; overflow: hidden; color: white; background: var(--navy); }
.featured-care::after { position: absolute; top: -35%; right: -10%; width: 620px; height: 620px; border: 90px solid rgba(243,171,214,.1); border-radius: 50%; content: ""; }
.featured-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px,10vw,150px); }
.featured-care .eyebrow { color: var(--pink); }
.featured-care h2 { margin: 0; color: white; }
.featured-care h2 em { color: var(--pink); }
.featured-content > p:not(.big-copy) { max-width: 650px; color: #cbd4e0; }
.featured-content small { display: block; margin: 24px 0 30px; color: #adb8c8; }
.featured-content .button-dark { color: var(--navy); background: var(--pink); }
.benefit-list { display: grid; gap: 10px; margin: 30px 0 0; padding: 0; list-style: none; }
.benefit-list li { display: flex; align-items: flex-start; gap: 12px; }
.benefit-list li::before { flex: 0 0 8px; width: 8px; height: 8px; margin-top: .55em; background: var(--pink); border-radius: 50%; content: ""; }

.care-loop { overflow: hidden; background: linear-gradient(135deg, #fff 0 48%, var(--pink-soft) 48% 100%); }
.care-loop-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(80px,12vw,170px); }
.care-orbit { position: relative; width: min(560px,42vw); aspect-ratio: 1; margin-inline: auto; }
.orbit-ring { position: absolute; border: 1px solid rgba(32,60,99,.23); border-radius: 50%; }
.orbit-ring-one { inset: 8%; border-style: dashed; animation: orbitSpin 28s linear infinite; }
.orbit-ring-two { inset: 20%; border-color: var(--pink); animation: orbitSpinReverse 19s linear infinite; }
.orbit-ring-one::before, .orbit-ring-two::after { position: absolute; width: 18px; height: 18px; background: var(--pink); border: 5px solid white; border-radius: 50%; box-shadow: 0 4px 14px rgba(32,60,99,.14); content: ""; }
.orbit-ring-one::before { top: 8%; left: 12%; }
.orbit-ring-two::after { right: -9px; bottom: 35%; background: var(--navy); }
.orbit-core { position: absolute; inset: 32%; display: grid; place-content: center; color: white; background: var(--navy); border-radius: 46% 54% 48% 52%; text-align: center; animation: organicMorph 7s ease-in-out infinite; }
.orbit-core span { font-size: clamp(4rem,7vw,7rem); font-weight: 700; line-height: .7; }
.orbit-core small { margin-top: 18px; font-size: .68rem; font-weight: 700; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; }
.orbit-word { position: absolute; z-index: 2; padding: 9px 15px; color: var(--navy); background: white; border: 1px solid var(--line); border-radius: 99px; box-shadow: 0 12px 32px rgba(32,60,99,.09); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.orbit-word-1 { top: 8%; left: 16%; animation: wordFloat 4.4s ease-in-out infinite; }
.orbit-word-2 { top: 22%; right: -1%; animation: wordFloat 5.1s .6s ease-in-out infinite; }
.orbit-word-3 { right: 5%; bottom: 12%; animation: wordFloat 4.7s 1.2s ease-in-out infinite; }
.orbit-word-4 { bottom: 6%; left: 7%; animation: wordFloat 5.4s .2s ease-in-out infinite; }
@keyframes orbitSpin { to { transform: rotate(360deg); } }
@keyframes orbitSpinReverse { to { transform: rotate(-360deg); } }
@keyframes wordFloat { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-9px) rotate(1deg); } }
@keyframes organicMorph { 0%,100% { border-radius: 46% 54% 48% 52% / 51% 42% 58% 49%; } 50% { border-radius: 56% 44% 54% 46% / 42% 55% 45% 58%; } }
.care-loop-copy > p:not(.eyebrow) { max-width: 700px; color: var(--muted); }
.feeling-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.feeling-pills span { padding: 10px 14px; background: white; border: 1px solid var(--line); border-radius: 99px; font-size: .8rem; font-weight: 600; transform: rotate(-1deg); }
.feeling-pills span:nth-child(2) { transform: rotate(1.5deg); }

.section-intro { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 70px; margin-bottom: 80px; }
.section-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -35px; }
.section-intro h2 { margin-bottom: 0; }
.section-intro > p:last-child { color: var(--muted); }
.service-stack { border-top: 1px solid var(--line); }
.service-card { display: grid; grid-template-columns: 90px 1fr 140px; align-items: center; gap: 32px; padding: 42px 24px; border-bottom: 1px solid var(--line); transition: padding .3s, background .3s, border-radius .3s; }
.service-card:hover { padding-inline: 40px; background: var(--pink-soft); border-radius: 24px; }
.service-number { color: var(--pink); font-size: 1.3rem; font-weight: 700; }
.service-card h3 { margin: 0 0 8px; }
.service-card p { margin-bottom: 0; color: var(--muted); }
.service-card .eyebrow { margin-bottom: 10px; color: var(--muted); }
.service-card > a { display: flex; align-items: center; justify-content: space-between; padding-bottom: 8px; border-bottom: 1px solid var(--navy); font-weight: 600; }

.how-it-works { background: var(--cream); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 70px 0 0; padding: 0; background: var(--line); list-style: none; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.steps li { min-height: 320px; padding: 48px; background: var(--cream); }
.steps li > span { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 60px; color: white; background: var(--navy); border-radius: 50%; font-weight: 700; }
.steps h3 { margin-bottom: 16px; }
.steps p { color: var(--muted); }

.about-preview { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(55px,10vw,150px); }
.about-image { position: relative; overflow: hidden; max-height: 720px; background: var(--cream); border-radius: 48% 48% 30px 30px; }
.about-image img { width: 100%; height: 100%; object-fit: contain; }
.about-copy blockquote { margin: 0 0 34px; font-size: clamp(2rem,4vw,4.1rem); font-weight: 600; line-height: 1.1; letter-spacing: -.035em; }
.about-copy > p:not(.eyebrow) { max-width: 660px; margin-bottom: 34px; color: var(--muted); }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px,10vw,150px); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 28px 0; cursor: pointer; font-size: 1.2rem; font-weight: 600; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { font-size: 1.8rem; font-weight: 400; transition: transform .25s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { padding: 0 50px 28px 0; color: var(--muted); }

.page-hero { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 68vh; align-items: end; gap: 80px; padding-block: 110px 90px; }
.page-hero h1 { margin-bottom: 0; }
.page-hero-copy { padding-bottom: 20px; }
.page-hero-copy p { margin-bottom: 32px; color: var(--muted); font-size: clamp(1.25rem,2vw,1.6rem); }
.catalog { padding-top: 30px; }
.filter-bar { position: sticky; z-index: 20; top: 95px; display: flex; width: fit-content; gap: 8px; margin: 0 auto 65px; padding: 8px; background: rgba(244,241,229,.92); border: 1px solid var(--line); border-radius: 99px; backdrop-filter: blur(12px); }
.filter-bar button { padding: 11px 18px; background: transparent; border: 0; border-radius: 99px; cursor: pointer; font-size: .77rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.filter-bar button.is-active { color: white; background: var(--navy); }
.catalog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.catalog-card { display: flex; min-height: 430px; flex-direction: column; padding: 38px; background: var(--cream); border-radius: var(--radius); transition: transform .3s, box-shadow .3s; }
.catalog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.catalog-card[hidden] { display: none; }
.catalog-card.is-featured { color: white; background: var(--navy); }
.catalog-top { display: flex; justify-content: space-between; margin-bottom: auto; font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.catalog-top span:last-child { padding: 7px 12px; background: rgba(255,255,255,.58); border-radius: 99px; }
.catalog-card h2 { margin-bottom: 18px; font-size: clamp(2rem,3.5vw,3.6rem); }
.catalog-card p { color: var(--muted); }
.catalog-card.is-featured p { color: #d7deea; }
.catalog-card > a { display: flex; align-items: center; justify-content: space-between; margin-top: 22px; padding-top: 22px; border-top: 1px solid currentColor; font-weight: 700; text-transform: uppercase; }
.spotlight { color: white; background: var(--navy); }
.spotlight-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(70px,11vw,160px); }
.spotlight-art { display: grid; min-height: 650px; place-items: center; background: var(--pink); border-radius: 50% 50% 24px 24px; overflow: hidden; }
.spotlight-art img { width: 100%; }
.spotlight .eyebrow { color: var(--pink); }
.spotlight .benefit-list { margin-bottom: 30px; }
.spotlight p:not(.eyebrow) { color: #d7deea; }
.spotlight .button-dark { color: var(--navy); background: var(--pink); }

.about-hero { grid-template-columns: 1.5fr .5fr; }
.story { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(60px,10vw,150px); }
.story-reverse .story-visual { order: 2; }
.story-visual { display: grid; min-height: 620px; place-items: center; background: var(--pink-soft); border-radius: var(--radius); overflow: hidden; }
.story-visual img { width: 100%; height: 100%; object-fit: contain; }
.story-index { display: block; margin-bottom: 80px; color: var(--pink); font-size: 3rem; font-weight: 700; }
.story-copy h2 { font-size: clamp(2.5rem,4.8vw,5rem); }
.story-copy > p:not(.eyebrow) { color: var(--muted); }
.manifesto { color: white; background: var(--navy); }
.manifesto .eyebrow { color: var(--pink); }
.manifesto-line { margin: 0; font-size: clamp(3.3rem,8vw,9rem); font-weight: 700; line-height: .95; letter-spacing: -.05em; text-transform: uppercase; }
.manifesto-line span { color: #8696ab; text-decoration: line-through; text-decoration-thickness: 8px; }
.manifesto-line em { color: var(--pink); }
.values { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.values-grid { display: grid; gap: 12px; }
.values-grid article { padding: 35px; background: var(--cream); border-radius: 20px; }
.values-grid span { display: block; margin-bottom: 12px; font-size: 2rem; font-weight: 700; text-transform: uppercase; }
.values-grid p { margin: 0; color: var(--muted); }

.contact-section { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: clamp(60px,10vw,150px); padding-top: 30px; }
.contact-details { display: grid; gap: 48px; }
.contact-details .eyebrow { margin-bottom: 6px; }
.contact-details a { font-size: 1.35rem; font-weight: 600; }
.contact-shortcuts { display: flex; gap: 14px; }
.contact-shortcuts a { padding: 11px 17px; background: var(--pink-soft); border-radius: 99px; font-size: .85rem; text-transform: uppercase; }
.contact-form-wrap { padding: clamp(28px,5vw,65px); background: var(--cream); border-radius: var(--radius); }
.contact-form { display: grid; gap: 28px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: grid; gap: 9px; }
.contact-form label > span { font-size: .77rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; padding: 15px 0; color: var(--navy); background: transparent; border: 0; border-bottom: 1px solid rgba(32,60,99,.35); border-radius: 0; outline: none; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--pink); box-shadow: 0 2px 0 var(--pink); }
.form-submit { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 10px; }
.form-submit p { max-width: 400px; margin: 0; color: var(--muted); font-size: .78rem; }
.honeypot { position: absolute; left: -10000px; }
.form-notice { margin-bottom: 28px; padding: 18px 22px; border-radius: 14px; }
.form-notice.success { background: #e4f4e7; }
.form-notice.error { background: #ffe3e7; }
.form-notice ul { margin-bottom: 0; }

.footer-cta { padding-block: 110px; color: white; background: var(--navy); }
.footer-cta-inner { display: grid; grid-template-columns: .45fr 1fr; align-items: end; gap: 50px; }
.footer-cta .eyebrow { align-self: start; color: var(--pink); }
.footer-cta h2 { grid-column: 2; margin-top: -50px; }
.footer-cta .button-row { grid-column: 2; }
.footer-cta .text-link { color: white; }
.site-footer { padding: 80px 0 30px; background: var(--cream); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 55px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid p { color: var(--muted); }
.footer-brand { display: block; width: 150px; height: 90px; margin-bottom: 8px; overflow: hidden; }
.footer-brand img { width: 100%; height: 100%; object-fit: contain; }
.footer-title { margin-bottom: 10px; color: var(--navy) !important; font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 65px; padding-top: 25px; border-top: 1px solid var(--line); }
.footer-bottom p { margin: 0; color: var(--muted); font-size: .8rem; }
.floating-actions { position: fixed; z-index: 80; right: 18px; bottom: 18px; display: flex; flex-direction: column; gap: 8px; }
.floating-actions a { display: flex; min-width: 60px; height: 52px; align-items: center; justify-content: center; gap: 7px; padding-inline: 15px; color: white; background: var(--navy); border: 2px solid white; border-radius: 999px; box-shadow: 0 8px 22px rgba(32,60,99,.2); font-size: .67rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.floating-actions a:first-child { color: var(--navy); background: var(--pink); }

.reveal { opacity: 1; transform: none; transition: opacity .8s cubic-bezier(.2,.7,.2,1) var(--delay, 0ms), transform .8s cubic-bezier(.2,.7,.2,1) var(--delay, 0ms); }
.motion-ready .reveal { opacity: 0; transform: translateY(34px); }
.motion-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }
[data-tilt] { transition: transform .45s cubic-bezier(.2,.7,.2,1), box-shadow .3s; transform-style: preserve-3d; }
.cursor-halo { position: fixed; z-index: 9999; top: 0; left: 0; width: 32px; height: 32px; border: 1px solid rgba(32,60,99,.4); border-radius: 50%; pointer-events: none; opacity: 0; transform: translate(-50%,-50%); transition: width .2s, height .2s, background .2s, opacity .2s; mix-blend-mode: multiply; }
.cursor-halo.is-active { width: 54px; height: 54px; background: rgba(243,171,214,.23); }

@media (max-width: 1050px) {
  .header-inner { grid-template-columns: 120px 1fr 130px; }
  .main-nav { gap: 22px; }
  .hero { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-copy { max-width: 880px; }
  .hero-visual { width: min(680px,90%); min-height: 650px; margin: 0 auto; }
  .page-hero { grid-template-columns: 1fr; min-height: auto; gap: 35px; }
  .page-hero-copy { max-width: 680px; }
  .section-intro, .faq, .values { grid-template-columns: 1fr; gap: 50px; }
  .care-loop-grid { grid-template-columns: 1fr; }
  .care-orbit { width: min(560px,70vw); }
  .section-intro .eyebrow { margin-bottom: -10px; }
  .steps li { padding: 34px; }
  .story { gap: 60px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 780px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 36px, 640px); }
  .section-pad { padding-block: 76px; }
  h1, .hero h1 { font-size: clamp(2.65rem, 10.8vw, 3.45rem); line-height: .96; letter-spacing: -.04em; }
  h2 { font-size: clamp(2.55rem, 11vw, 3.65rem); line-height: .98; }
  h3 { font-size: clamp(1.6rem, 7vw, 2.25rem); }
  .eyebrow { margin-bottom: 14px; font-size: .7rem; letter-spacing: .16em; }
  .site-header, .site-header.is-scrolled { height: 72px; }
  .header-inner { display: flex; justify-content: space-between; }
  .brand { width: 126px; height: 62px; }
  .header-cta { display: none; }
  .menu-toggle { position: relative; z-index: 102; display: grid; width: 46px; height: 46px; place-content: center; gap: 5px; padding: 0; }
  .menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; background: var(--navy); 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; z-index: 101; top: 0; left: 0; display: flex; width: 100vw; height: 100svh; flex-direction: column; align-items: flex-start; justify-content: center; gap: 14px; padding: 94px 26px 50px; overflow: hidden; background: var(--pink-soft); opacity: 0; pointer-events: none; transform: translateY(-20px); transition: opacity .25s, transform .25s; }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .main-nav a { width: 100%; max-width: 100%; padding: 14px 0; border-bottom: 1px solid rgba(32,60,99,.14); font-size: clamp(1.85rem,8.2vw,2.7rem); font-weight: 700; line-height: 1; text-transform: uppercase; }
  .hero { min-height: auto; gap: 18px; padding-block: 44px 68px; }
  .hero-copy { display: contents; }
  .hero-copy > .eyebrow { order: 1; margin-bottom: 0; }
  .hero h1 { order: 2; max-width: none; margin-bottom: 4px; }
  .hero-visual { order: 3; }
  .hero-lead { order: 4; }
  .hero .button-row { order: 5; }
  .micro-trust { order: 6; }
  .hero-lead { max-width: 34rem; margin-bottom: 26px; font-size: 1.04rem; line-height: 1.55; }
  .hero .button-row { gap: 18px; }
  .hero .button { min-height: 54px; }
  .micro-trust { flex-wrap: nowrap; gap: 7px; margin-top: 28px; padding-bottom: 4px; overflow-x: auto; scrollbar-width: none; }
  .micro-trust::-webkit-scrollbar { display: none; }
  .micro-trust span { flex: 0 0 auto; padding: 7px 11px; font-size: .64rem; }
  .hero-visual { width: 100%; min-height: 360px; margin-block: 8px 10px; background: radial-gradient(circle at 82% 12%, #ffd9ec 0 14%, transparent 14.5%), var(--cream); border-radius: 28px 28px 48% 48%; }
  .hero-drawing { right: -3%; width: 106%; height: 103%; }
  .hero-badge { right: 12px; bottom: 14px; width: 82px; height: 82px; font-size: .62rem; }
  .hand-note { top: 14px; left: 14px; padding: 10px 12px; font-size: .78rem; }
  .orb { display: none; }
  .marquee { padding-block: 14px; }
  .marquee-track { gap: 22px; }
  .marquee span { font-size: .78rem; }
  .featured-grid, .about-preview, .spotlight-grid, .story, .contact-section { grid-template-columns: 1fr; }
  .care-loop { background: linear-gradient(155deg, #fff 0 40%, var(--pink-soft) 40% 100%); }
  .care-loop-grid { grid-template-columns: 1fr; gap: 56px; }
  .care-orbit { width: min(340px,88vw); }
  .orbit-word { padding: 7px 10px; font-size: .59rem; }
  .orbit-core small { margin-top: 11px; font-size: .55rem; }
  .care-loop-copy h2 { max-width: 12ch; }
  .cursor-halo { display: none; }
  .featured-care { margin: 0 10px; border-radius: 30px; }
  .featured-grid { gap: 28px; }
  .featured-content { padding: 24px 20px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; }
  .featured-content .big-copy { font-size: 1.22rem; }
  .section-intro { display: block; margin-bottom: 55px; }
  .section-intro .eyebrow { margin-bottom: 20px; }
  .section-intro h2 { margin-bottom: 25px; }
  .service-stack { display: grid; gap: 12px; border-top: 0; }
  .service-card { position: relative; display: block; padding: 28px 72px 28px 24px; background: var(--cream); border: 0; border-radius: 20px; }
  .service-card:nth-child(2) { background: var(--pink-soft); }
  .service-card:hover { padding-inline: 24px 72px; }
  .service-number { display: block; margin-bottom: 32px; font-size: .8rem; }
  .service-card h3 { margin-bottom: 10px; }
  .service-card > a { position: absolute; right: 18px; bottom: 22px; display: grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 1px solid var(--navy); border-radius: 50%; font-size: 0; }
  .service-card > a span { font-size: 1rem; }
  .steps { grid-template-columns: 1fr; }
  .steps { gap: 10px; background: transparent; border: 0; overflow: visible; }
  .steps li { min-height: auto; padding: 28px; background: white; border: 1px solid var(--line); border-radius: 20px; }
  .steps li > span { width: 42px; height: 42px; margin-bottom: 32px; }
  .about-preview { gap: 55px; }
  .about-image { max-height: 520px; border-radius: 24px 24px 45% 45%; }
  .about-copy blockquote { font-size: 2rem; }
  .faq { gap: 25px; }
  .accordion summary { padding: 22px 0; font-size: 1rem; }
  .page-hero { gap: 18px; padding-block: 58px 50px; }
  .page-hero h1 { max-width: 12ch; }
  .page-hero-copy p { font-size: 1.05rem; }
  .catalog-grid { grid-template-columns: 1fr; }
  .filter-bar { top: 78px; max-width: 100%; justify-content: flex-start; margin-bottom: 40px; overflow-x: auto; border-radius: 14px; }
  .filter-bar button { flex: 0 0 auto; }
  .catalog-card { min-height: 330px; padding: 28px; border-radius: 22px; }
  .catalog-card h2 { font-size: 2.35rem; }
  .spotlight-art, .story-visual { min-height: 390px; border-radius: 24px; }
  .story-reverse .story-visual { order: 0; }
  .story-index { margin-bottom: 35px; }
  .values { gap: 20px; }
  .field-row { grid-template-columns: 1fr; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .contact-form-wrap { padding: 28px 22px; border-radius: 22px; }
  .contact-details { gap: 28px; }
  .form-submit .button { width: 100%; }
  .footer-cta { padding-block: 72px; }
  .footer-cta-inner { display: block; }
  .footer-cta h2 { margin-top: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .site-footer { padding-bottom: 90px; }
  .floating-actions { right: 10px; bottom: 10px; flex-direction: row; }
  .floating-actions a { min-width: 0; height: 46px; padding-inline: 12px; font-size: .61rem; }
}

@media (max-width: 390px) {
  .shell { width: calc(100% - 28px); }
  .hero h1, h1 { font-size: 2.62rem; }
  .button-row { align-items: flex-start; flex-direction: column; }
  .hero .button { width: 100%; }
  .hero-visual { min-height: 300px; }
  .catalog-card { padding: 30px 24px; }
}

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