:root {
  --ink: #1e1e1e;
  --paper: #f5f1ea;
  --pink: #e75ab5;
  --white: #fff;
  --display: 'Archivo Black', Impact, 'Arial Black', sans-serif;
  --ui: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--ui); }
a { color: inherit; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--pink); outline-offset: 5px; }
img { max-width: 100%; }
em { font-style: normal; color: var(--pink); }
.section-pad { padding: clamp(72px, 9vw, 150px) clamp(22px, 5vw, 80px); }
.section-meta { display: flex; justify-content: space-between; gap: 20px; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.sticker, .small-sticker { display: inline-block; width: max-content; border-radius: 999px; background: var(--white); color: var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .04em; transform: rotate(-3deg); }
.sticker { padding: 12px 19px; }
.small-sticker { padding: 10px 15px; border: 1px solid var(--ink); }
.brand { display: inline-block; color: inherit; font: 900 clamp(19px, 1.8vw, 27px)/.9 var(--display); letter-spacing: -.09em; text-decoration: none; white-space: nowrap; }
.brand span { margin: 0 .04em; color: var(--pink); }
.brand small { display: block; margin-top: 7px; font: 800 10px/1 var(--ui); letter-spacing: .25em; }

.hero { position: relative; display: flex; flex-direction: column; min-height: 100svh; overflow: hidden; isolation: isolate; color: #fff; background: #554436; }
.hero-photo, .hero-shade { position: absolute; z-index: -2; inset: 0; }
.hero-photo { background: url('./images/hero.jpg') center 44% / cover no-repeat; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(15, 12, 10, .62), rgba(15, 12, 10, .03) 75%), linear-gradient(0deg, rgba(15, 12, 10, .75), transparent 65%); }
.site-header { position: relative; z-index: 5; display: flex; align-items: center; justify-content: space-between; gap: 26px; padding: 24px clamp(22px, 5vw, 80px); }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 42px); }
.desktop-nav a, .header-link { font-size: 13px; font-weight: 800; letter-spacing: .025em; text-decoration: none; }
.desktop-nav a:hover, .header-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.header-link { border: 1px solid rgba(255,255,255,.8); border-radius: 999px; padding: 12px 16px; white-space: nowrap; }
.header-link span { margin-left: 16px; }
.mobile-menu { display: none; }
.hero-content { position: relative; width: 100%; max-width: 1700px; margin: auto; padding: 8vh clamp(22px, 5vw, 80px) 10vh; }
.hero-sticker { margin: 0 0 24px 28%; }
.hero h1 { margin: 0; font: 900 clamp(70px, 8.2vw, 146px)/.86 var(--display); letter-spacing: -.095em; text-transform: uppercase; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { margin-left: 16%; }
.hero h1 em:last-child { margin-left: 27%; }
.hero-bottom { display: flex; align-items: end; justify-content: space-between; gap: 30px; max-width: 1170px; margin: 44px 0 0 16%; }
.hero-bottom p { max-width: 450px; margin: 0; font-size: clamp(18px, 1.6vw, 23px); font-weight: 700; line-height: 1.3; letter-spacing: -.03em; }
.pill-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-height: 64px; padding: 16px 23px; border: 2px solid var(--ink); border-radius: 999px; font-size: 14px; font-weight: 900; letter-spacing: .015em; text-decoration: none; white-space: nowrap; box-shadow: 5px 5px 0 var(--ink); transition: transform .17s, box-shadow .17s; }
.pill-button:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--ink); }
.pill-button span { font-size: 25px; line-height: 1; }
.pink-button { background: var(--pink); color: var(--ink); }
.hero-doodle { position: absolute; right: 7%; top: 42%; width: clamp(90px, 14vw, 200px); color: #fff; transform: rotate(-12deg); }

.care-section { background: var(--paper); }
.care-intro { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .65fr); align-items: end; gap: 60px; margin: clamp(70px, 8vw, 130px) 0 clamp(80px, 10vw, 150px); }
.care-intro h2, .process-section h2, .faq-section h2, .conversation-section h2 { margin: 0; font: 900 clamp(56px, 6.7vw, 112px)/.92 var(--display); letter-spacing: -.09em; }
.care-copy { max-width: 470px; padding-bottom: 12px; }
.care-copy p { margin: 30px 0; font-size: clamp(18px, 1.7vw, 24px); font-weight: 600; line-height: 1.4; letter-spacing: -.035em; }
.text-link { display: inline-flex; align-items: center; gap: 20px; padding-bottom: 8px; border-bottom: 2px solid var(--ink); font-size: 13px; font-weight: 900; text-decoration: none; }
.text-link span { font-size: 20px; }
.service-list { border-top: 2px solid var(--ink); }
.service-row { display: grid; grid-template-columns: 70px minmax(0, 1fr) minmax(230px, 390px) 34px; align-items: center; gap: 22px; min-height: 142px; border-bottom: 2px solid var(--ink); }
.service-number { align-self: start; padding-top: 38px; font-size: 12px; font-weight: 900; }
.service-row h3 { margin: 0; font: 900 clamp(27px, 3vw, 48px)/1 var(--display); letter-spacing: -.065em; }
.service-row p { max-width: 350px; margin: 0; font-size: 16px; font-weight: 600; line-height: 1.4; }
.row-star { color: var(--pink); font-size: 34px; }

.about-section { background: var(--pink); }
.about-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .86fr); gap: clamp(50px, 9vw, 150px); margin-top: clamp(72px, 8vw, 125px); }
.about-heading h2 { margin: 38px 0 0; font: 900 clamp(58px, 7.3vw, 120px)/.88 var(--display); letter-spacing: -.095em; }
.about-heading h2 em { color: var(--white); }
.about-photo { margin: 48px 0 0; }
.about-photo img { display: block; width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; object-position: 50% 45%; border: 2px solid var(--ink); box-shadow: 7px 7px 0 var(--ink); }
.about-photo figcaption { margin-top: 14px; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.about-copy { max-width: 590px; padding-top: 8px; }
.about-copy p { margin: 0 0 21px; font-size: clamp(18px, 1.55vw, 22px); font-weight: 600; line-height: 1.45; letter-spacing: -.025em; }
.cat-names { margin-top: 42px; padding-top: 18px; border-top: 2px solid var(--ink); }
.cat-names span, .cat-names small { display: block; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.cat-names strong { display: block; margin: 10px 0 9px; font: 900 clamp(28px, 3vw, 46px)/1 var(--display); letter-spacing: -.06em; }
.cat-names i { color: #fff !important; font-style: normal; }
.selfie-photo { margin: 42px 0 0; }
.selfie-photo img { display: block; width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; object-position: 50% 42%; border: 2px solid var(--ink); box-shadow: 7px 7px 0 var(--ink); }
.selfie-photo figcaption { margin-top: 14px; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.cat-gallery { padding: 0 clamp(22px, 5vw, 80px) clamp(75px, 9vw, 140px); background: var(--pink); }
.gallery-intro { display: flex; align-items: baseline; justify-content: space-between; gap: 22px; padding-bottom: 20px; border-bottom: 2px solid var(--ink); }
.gallery-intro.cat-names { margin-top: 0; border-top: 0; padding-top: 0; }
.gallery-intro span { font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.gallery-intro strong { font: 900 clamp(28px, 3vw, 46px)/1 var(--display); letter-spacing: -.06em; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 22px; }
.gallery-grid figure { margin: 0; }
.gallery-grid img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border: 2px solid var(--ink); box-shadow: 6px 6px 0 var(--ink); }
.gallery-grid figcaption { margin-top: 14px; font-size: 10px; font-weight: 900; letter-spacing: .08em; }

.home-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; background: var(--ink); color: var(--white); }
.home-photo-wrap { position: relative; min-height: 680px; overflow: hidden; background: #8f785e; }
.home-photo-wrap img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 52% 50%; }
.photo-tag { position: absolute; top: 10%; right: 8%; padding: 13px 19px; border-radius: 999px; background: var(--white); color: var(--ink); font-size: 12px; font-weight: 900; transform: rotate(5deg); }
.home-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 8vw, 130px) clamp(30px, 6vw, 100px); }
.eyebrow { align-self: flex-start; padding: 9px 13px; border: 1px solid #fff; border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: .05em; transform: rotate(-2deg); }
.home-copy h2 { margin: 35px 0 36px; font: 900 clamp(45px, 5.1vw, 86px)/.94 var(--display); letter-spacing: -.09em; }
.home-copy p { max-width: 520px; margin: 0 0 18px; font-size: clamp(17px, 1.4vw, 20px); font-weight: 500; line-height: 1.5; }
.home-spark { position: absolute; right: 8%; top: 16%; width: 75px; color: var(--pink); }

.process-section { position: relative; overflow: hidden; background: var(--pink); }
.process-section h2 { margin: clamp(75px, 8vw, 120px) 0 clamp(65px, 7vw, 110px); }
.process-section h2 em { color: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--ink); }
.process-grid article { min-height: 330px; padding: 30px 32px 30px 0; border-right: 2px solid var(--ink); }
.process-grid article + article { padding-left: 32px; }
.process-grid article:last-child { border-right: 0; }
.process-num { font: 900 clamp(66px, 8vw, 120px)/1 var(--display); letter-spacing: -.09em; }
.process-grid h3 { margin: 45px 0 16px; font: 900 clamp(23px, 2.3vw, 36px)/1 var(--display); letter-spacing: -.06em; }
.process-grid p { max-width: 310px; margin: 0; font-size: 17px; font-weight: 600; line-height: 1.4; }
.process-mark { position: absolute; right: 7%; top: 24%; color: #fff; font: 900 clamp(100px, 12vw, 180px)/1 var(--display); transform: rotate(10deg); }

.faq-section { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); gap: clamp(40px, 8vw, 130px); margin-top: clamp(75px, 8vw, 130px); }
.faq-section h2 { margin-top: 30px; font-size: clamp(54px, 6vw, 100px); }
.faq-list { border-top: 2px solid var(--ink); }
.faq-list details { border-bottom: 2px solid var(--ink); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 4px; list-style: none; cursor: pointer; font: 900 clamp(19px, 2vw, 30px)/1.1 var(--display); letter-spacing: -.055em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: none; color: var(--pink); font: 500 32px/1 var(--ui); transition: transform .18s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { max-width: 610px; margin: -3px 35px 28px 4px; font-size: 17px; line-height: 1.5; }

.conversation-section { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.conversation-section h2 { margin: 60px 0 32px; font-size: clamp(60px, 7.2vw, 125px); }
.conversation-section p { max-width: 690px; margin: 0; font-size: clamp(19px, 1.8vw, 26px); font-weight: 600; line-height: 1.4; }
.conversation-section > svg { position: absolute; right: 8%; bottom: 15%; width: 180px; color: #fff; transform: rotate(-12deg); }
.site-footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 35px; align-items: start; padding: 55px clamp(22px, 5vw, 80px) 35px; background: var(--paper); }
.footer-brand { color: var(--ink); }
.site-footer p { max-width: 280px; margin: 0; font-size: 16px; font-weight: 600; line-height: 1.4; }
.site-footer > a:not(.brand) { font-size: 12px; font-weight: 900; text-decoration: none; }
.site-footer > small { grid-column: 1 / -1; margin-top: 35px; font-size: 11px; }

.contact-body { background: var(--paper); }
.contact-page { min-height: 100vh; background: var(--pink); }
.contact-header { color: var(--ink); }
.contact-header .desktop-nav a { text-decoration: none; }
.contact-header .brand small, .contact-footer .brand small { letter-spacing: .23em; }
.contact-hero { position: relative; min-height: 580px; padding-top: clamp(55px, 8vw, 120px); overflow: hidden; }
.contact-kicker { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.contact-hero h1 { position: relative; margin: clamp(75px, 10vw, 150px) 0 34px; font: 900 clamp(64px, 9vw, 150px)/.86 var(--display); letter-spacing: -.095em; }
.contact-hero h1 em { color: var(--white); }
.contact-hero > p { max-width: 530px; margin: 0 0 34px; font-size: clamp(19px, 1.8vw, 27px); font-weight: 700; line-height: 1.35; letter-spacing: -.035em; }
.whatsapp-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-height: 64px; padding: 17px 24px; border: 2px solid var(--ink); border-radius: 999px; background: var(--ink); color: var(--white); font-size: 14px; font-weight: 900; text-decoration: none; box-shadow: 5px 5px 0 var(--white); transition: transform .17s, box-shadow .17s; }
.whatsapp-button:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--white); }
.whatsapp-button span { color: var(--pink); font-size: 25px; line-height: 1; }
.contact-details { background: var(--paper); }
.contact-details-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: clamp(70px, 8vw, 120px); }
.contact-details h2 { margin: 0; font: 900 clamp(45px, 5.7vw, 92px)/.92 var(--display); letter-spacing: -.09em; text-align: right; }
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--ink); }
.contact-card { min-height: 285px; padding: 27px 27px 28px 0; border-bottom: 2px solid var(--ink); border-right: 2px solid var(--ink); }
.contact-card + .contact-card { padding-left: 27px; }
.contact-card:last-child { border-right: 0; }
.card-label { font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.contact-card h3 { margin: 46px 0 20px; font: 900 clamp(26px, 2.8vw, 44px)/.95 var(--display); letter-spacing: -.065em; }
.contact-card p { max-width: 285px; margin: 0; font-size: 16px; font-weight: 600; line-height: 1.45; }
.contact-card-whatsapp { background: var(--ink); color: var(--white); padding-right: 27px; }
.contact-card-whatsapp h3 { color: var(--pink); }
.contact-card-whatsapp a { display: inline-block; margin-top: 28px; padding-bottom: 7px; border-bottom: 1px solid var(--white); font-size: 12px; font-weight: 900; text-decoration: none; }
.contact-footer { background: var(--paper); }
.whatsapp-float { position: fixed; z-index: 20; right: 24px; bottom: 24px; display: grid; place-items: center; width: 62px; height: 62px; border: 2px solid var(--ink); border-radius: 50%; background: var(--pink); color: var(--ink); text-decoration: none; box-shadow: 5px 5px 0 var(--ink); transition: transform .17s, box-shadow .17s; }
.whatsapp-float svg { width: 31px; height: 31px; fill: currentColor; }
.whatsapp-float:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--ink); }

.rights-body { background: var(--paper); }
.rights-page { min-height: 100vh; background: var(--ink); color: var(--white); }
.rights-header { color: var(--white); }
.rights-hero { padding-top: clamp(72px, 10vw, 155px); padding-bottom: clamp(75px, 10vw, 145px); }
.rights-hero h1 { margin: 70px 0 30px; font: 900 clamp(61px, 8.6vw, 140px)/.87 var(--display); letter-spacing: -.095em; }
.rights-hero h1 em { color: var(--pink); }
.rights-hero p { max-width: 610px; margin: 0; color: rgba(255,255,255,.86); font-size: clamp(18px, 1.8vw, 25px); font-weight: 600; line-height: 1.4; }
.rights-content { background: var(--paper); color: var(--ink); }
.rights-block { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 28px; padding: 44px 0; border-bottom: 2px solid var(--ink); }
.rights-block:first-child { border-top: 2px solid var(--ink); }
.rights-number { font: 900 clamp(36px, 4vw, 62px)/1 var(--display); letter-spacing: -.08em; color: var(--pink); }
.rights-block h2 { max-width: 820px; margin: 0 0 18px; font: 900 clamp(26px, 3vw, 48px)/.98 var(--display); letter-spacing: -.065em; }
.rights-block p { max-width: 820px; margin: 0; font-size: 17px; line-height: 1.6; }
.rights-block .text-link { margin-top: 26px; }
.rights-footer { background: var(--paper); }

@media (max-width: 1100px) {
  .hero h1 { font-size: clamp(69px, 9vw, 112px); }
  .care-intro h2 { font-size: clamp(58px, 7.2vw, 90px); }
  .service-row { grid-template-columns: 45px minmax(0, 1fr) minmax(180px, 300px) 25px; }
  .home-copy { padding: 55px 40px; }
}
@media (max-width: 767px) {
  .section-pad { padding: 75px 22px; }
  .section-meta { font-size: 10px; }
  .site-header { padding: 20px 22px; }
  .brand { font-size: 20px; }
  .desktop-nav, .header-link { display: none; }
  .mobile-menu { display: block; position: relative; font-size: 12px; font-weight: 900; }
  .mobile-menu summary { display: flex; align-items: center; gap: 8px; list-style: none; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { font-size: 22px; }
  .mobile-menu nav { position: absolute; top: 32px; right: 0; display: flex; flex-direction: column; gap: 0; width: 220px; padding: 12px 20px; background: var(--paper); color: var(--ink); border: 2px solid var(--ink); border-radius: 15px; box-shadow: 5px 5px 0 var(--ink); }
  .mobile-menu nav a { padding: 12px 0; font-size: 15px; text-decoration: none; }
  .hero-photo { background-position: 53% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(15,12,10,.77), rgba(15,12,10,.05) 75%), linear-gradient(90deg, rgba(15,12,10,.28), transparent); }
  .hero-content { margin: auto 0 0; padding: 6vh 22px 10vh; }
  .hero-sticker { margin: 0 0 24px 15%; font-size: 10px; }
  .hero h1 { font-size: clamp(49px, 11.3vw, 80px); line-height: .91; letter-spacing: -.09em; }
  .hero h1 em { margin-left: 7%; }
  .hero h1 em:last-child { margin-left: 12%; }
  .hero-bottom { display: block; margin: 33px 0 0; }
  .hero-bottom p { max-width: 320px; margin-bottom: 22px; font-size: 17px; }
  .pill-button { width: min(100%, 340px); min-height: 60px; font-size: 13px; }
  .hero-doodle { top: 31%; right: 7%; width: 90px; }
  .care-intro { display: block; margin: 70px 0 70px; }
  .care-intro h2 { font-size: clamp(48px, 11.1vw, 79px); }
  .care-copy { margin-top: 45px; }
  .care-copy p { font-size: 18px; margin: 22px 0; }
  .about-layout { display: block; margin-top: 70px; }
  .about-heading h2 { font-size: clamp(50px, 11vw, 78px); }
  .about-photo { margin-top: 38px; }
  .about-copy { margin-top: 48px; }
  .about-copy p { font-size: 18px; }
  .cat-names { margin-top: 36px; }
  .selfie-photo { margin-top: 38px; }
  .gallery-intro { display: block; }
  .gallery-intro strong { display: block; margin-top: 10px; }
  .gallery-grid { grid-template-columns: 1fr; gap: 32px; }
  .service-row { grid-template-columns: 34px 1fr 25px; gap: 13px; min-height: 0; padding: 25px 0; }
  .service-number { padding-top: 5px; }
  .service-row h3 { font-size: clamp(26px, 7vw, 37px); }
  .service-row p { grid-column: 2; grid-row: 2; font-size: 15px; }
  .row-star { grid-column: 3; grid-row: 1; font-size: 25px; }
  .home-section { display: block; }
  .home-photo-wrap { height: 64svh; min-height: 420px; }
  .home-copy { padding: 75px 22px 85px; }
  .home-copy h2 { font-size: clamp(48px, 10.3vw, 72px); }
  .home-copy p { font-size: 17px; }
  .home-spark { width: 50px; right: 8%; top: 8%; }
  .process-section h2 { font-size: clamp(49px, 10.5vw, 75px); margin: 75px 0 70px; }
  .process-grid { display: block; }
  .process-grid article, .process-grid article + article { display: grid; grid-template-columns: 92px 1fr; gap: 8px 20px; min-height: 0; padding: 28px 0; border-right: 0; border-bottom: 2px solid var(--ink); }
  .process-num { grid-row: 1 / span 2; font-size: 69px; }
  .process-grid h3 { margin: 5px 0 0; font-size: 26px; }
  .process-grid p { font-size: 15px; }
  .process-mark { top: 19%; right: 5%; font-size: 80px; }
  .faq-layout { display: block; margin-top: 75px; }
  .faq-section h2 { font-size: clamp(45px, 10.8vw, 75px); margin-bottom: 55px; }
  .faq-list summary { font-size: 21px; padding: 24px 0; }
  .faq-list p { font-size: 16px; }
  .conversation-section h2 { font-size: clamp(54px, 10.7vw, 80px); margin: 50px 0 25px; }
  .conversation-section p { font-size: 18px; }
  .conversation-section > svg { opacity: .28; right: -35px; bottom: 12%; width: 130px; }
  .site-footer { display: block; padding: 50px 22px 30px; }
  .site-footer p { margin: 25px 0; }
  .site-footer > small { display: block; margin-top: 45px; }
  .contact-hero { min-height: 600px; padding-top: 38px; }
  .contact-kicker { align-items: start; font-size: 10px; }
  .contact-kicker .sticker { font-size: 10px; }
  .contact-hero h1 { margin: 100px 0 30px; font-size: clamp(52px, 13vw, 82px); }
  .contact-hero > p { font-size: 18px; }
  .whatsapp-button { width: min(100%, 340px); font-size: 13px; }
  .contact-details-head { display: block; margin-bottom: 65px; }
  .contact-details h2 { margin-top: 45px; font-size: clamp(43px, 10.6vw, 72px); text-align: left; }
  .contact-cards { display: block; }
  .contact-card, .contact-card + .contact-card { min-height: 0; padding: 27px 0; border-right: 0; }
  .contact-card h3 { margin: 32px 0 16px; font-size: 34px; }
  .contact-card-whatsapp { padding-right: 22px; padding-left: 22px !important; margin: 0 -22px; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 56px; height: 56px; font-size: 28px; }
  .rights-hero { padding-top: 48px; }
  .rights-hero h1 { margin: 75px 0 28px; font-size: clamp(50px, 12.5vw, 80px); }
  .rights-block { grid-template-columns: 52px minmax(0, 1fr); gap: 15px; padding: 34px 0; }
  .rights-number { font-size: 37px; }
  .rights-block h2 { font-size: 27px; }
  .rights-block p { font-size: 16px; line-height: 1.52; }
}
@media (max-width: 399px) {
  .hero h1 { font-size: 47px; }
  .hero-sticker { margin-left: 5%; }
  .care-intro h2 { font-size: clamp(38px, 10.2vw, 46px); }
  .process-section h2 { font-size: 47px; }
  .service-row h3 { font-size: 25px; }
  .conversation-section h2 { font-size: 49px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
