@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/type-0.ttf) format('truetype');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/type-1.ttf) format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/type-2.ttf) format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/type-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/type-4.ttf) format('truetype');
}

:root{--ink:#3d3933;--beige:#e8ded2;--paper:#faf8f5;--line:rgba(61,57,51,.24)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:35px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}a:focus-visible,button:focus-visible{outline:3px solid #806d59;outline-offset:6px}::selection{background:var(--ink);color:var(--beige)}.skip-link{position:fixed;left:20px;top:-100px;z-index:10;background:var(--ink);color:white;padding:14px}.skip-link:focus{top:12px}.header{min-height:108px;padding:22px 5%;display:flex;align-items:center;justify-content:space-between;background:var(--paper)}.brand{display:inline-flex;flex-direction:column;align-items:center;font-family:Georgia,'Times New Roman',serif;font-size:55px;line-height:.73;letter-spacing:-4px}.brand span{font:12px/1 Arial,sans-serif;letter-spacing:3.1px;margin:10px 0 0 5px}.header nav{display:flex;gap:42px;align-items:center;font-size:14px}.nav-cta{padding:16px 23px;border:1px solid var(--ink);border-radius:30px;display:flex;gap:32px;align-items:center}.nav-cta:hover{background:var(--ink);color:var(--paper)}.menu-toggle{display:none}.hero{background:var(--beige);padding:30px 5% 22px;overflow:hidden}.hero-top,.hero-foot{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px;letter-spacing:1.7px}.hero h1{font-size:clamp(70px,11.6vw,180px);font-weight:500;line-height:.98;letter-spacing:-.075em;margin:40px 0 32px;white-space:nowrap}.hero h1 em,h2 em{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.065em}.hero h1 em{font-size:1.075em}.hero-bottom{display:grid;grid-template-columns:.8fr 1.2fr;gap:7%;align-items:end}.hero-copy{padding-bottom:48px}.hero-copy p{font-size:clamp(17px,1.55vw,23px);line-height:1.6;margin:0 0 35px}.button{background:var(--ink);color:var(--paper);display:inline-flex;align-items:center;gap:30px;padding:19px 24px;border:1px solid var(--ink);border-radius:40px;font-size:14px;transition:background .2s,color .2s}.button:hover{background:var(--paper);color:var(--ink)}.button span{font-size:22px;line-height:1}.hero-image{height:clamp(270px,28vw,420px);position:relative;overflow:hidden;border-radius:160px 0 0 0}.hero-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 43%}.image-caption{position:absolute;bottom:20px;left:25px;font-size:12px;letter-spacing:1.5px;color:#201b26;background:rgba(250,249,246,.78);padding:9px 12px;border-radius:20px}.hero-foot{margin-top:40px;font-size:12px}.hero-foot a{display:flex;gap:25px;align-items:center;letter-spacing:0}.hero-foot a span{font-size:23px}.ribbon{display:flex;justify-content:space-around;align-items:center;gap:35px;overflow:hidden;white-space:nowrap;background:var(--ink);color:var(--beige);padding:22px 20px;font-size:13px;letter-spacing:2px}.ribbon span:nth-child(even){font-size:26px;line-height:1}.section{padding:105px 7%;display:grid;grid-template-columns:1fr 2fr;gap:5%}.eyebrow{font-size:12px;letter-spacing:1.5px;line-height:1.8;padding-top:12px}.section-number{margin-right:18px;opacity:.62}h2{font-weight:400;font-size:clamp(43px,5.1vw,76px);line-height:1.07;letter-spacing:-.055em;margin:0 0 30px}.intro-content p{max-width:550px;line-height:1.8;font-size:18px;margin:0 0 16px}.signature{font-family:Georgia,'Times New Roman',serif;font-style:italic;font-size:31px;letter-spacing:-1.5px;margin-top:38px}.booking{border-top:1px solid var(--line);padding-top:75px;padding-bottom:80px}.booking p{line-height:1.7}.booking-status{display:inline-block;padding:12px 18px;border:1px solid var(--line);border-radius:25px;font-size:14px;margin-top:12px}footer{background:var(--ink);color:var(--beige);display:flex;justify-content:space-between;align-items:center;gap:24px;padding:40px 5%;font-size:12px}footer .brand{font-size:44px}footer .brand span{font-size:10px;letter-spacing:2px}.draft{opacity:.75}.back-top{font-size:14px}
@media(min-width:1600px){.header,.hero,.section,footer{padding-left:max(5%,calc((100vw - 1500px)/2));padding-right:max(5%,calc((100vw - 1500px)/2))}}
@media(max-width:760px){.header{min-height:92px;padding:22px 6%;position:relative}.brand{font-size:47px}.brand span{font-size:10px;letter-spacing:2.5px}.menu-toggle{display:flex;gap:16px;align-items:center;border:0;background:none;padding:12px 0 12px 14px;font-size:14px}.menu-toggle span{font-size:21px}.header nav{display:none;position:absolute;left:0;right:0;top:100%;padding:26px 6%;background:var(--paper);z-index:5;border-bottom:1px solid var(--line);align-items:flex-start;gap:25px}.header nav.is-open{display:flex;flex-direction:column}.hero{padding:27px 6% 20px}.hero-top{font-size:10px;letter-spacing:1px}.hero-top span:last-child{max-width:105px;text-align:right;line-height:1.6}.hero h1{white-space:normal;font-size:clamp(62px,14.7vw,112px);line-height:1.03;letter-spacing:-.075em;margin:31px 0}.hero h1 em{display:block;padding-left:19%;font-size:1.25em;margin-top:-3px}.hero-bottom{display:flex;flex-direction:column;gap:30px;align-items:stretch}.hero-copy{padding-bottom:0}.hero-copy p{font-size:17px;margin-bottom:25px}.button{padding:17px 22px}.hero-image{height:310px;border-radius:110px 0 0 0}.hero-foot{margin-top:25px;font-size:10px;letter-spacing:1px}.hero-foot a{font-size:12px;gap:14px}.ribbon{justify-content:flex-start;padding:17px 20px;font-size:11px;gap:25px}.section{grid-template-columns:1fr;gap:28px;padding:60px 7%}.eyebrow{padding:0}.intro-content p{font-size:17px}h2{font-size:clamp(41px,9vw,60px)}.booking{padding-top:45px;padding-bottom:55px}footer{display:grid;grid-template-columns:1fr 1fr;padding:35px 7%;gap:30px}footer .brand{justify-self:start}footer>span{text-align:right}.draft{grid-row:2;grid-column:1;text-align:left}footer .back-top{text-align:right}.image-caption{font-size:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.official-logo{display:block;width:100%;max-width:300px;height:auto;margin-top:35px}.intro-brand{min-width:0}@media(max-width:760px){.official-logo{max-width:230px;margin-top:24px}}

.contact-actions{display:flex;flex-wrap:wrap;gap:18px 24px;align-items:center;margin-top:26px}.contact-number{font-size:16px;white-space:nowrap}.instagram-link{display:inline-block;margin-top:30px;font-size:16px;line-height:1.6;text-decoration:underline;text-underline-offset:5px}.footer-social{display:flex;flex-wrap:wrap;gap:16px}.footer-social a{font-size:14px}.footer-social .draft{width:100%}@media(max-width:760px){.contact-actions{align-items:flex-start;flex-direction:column}.contact-actions .button{font-size:13px;gap:16px}.footer-social{grid-column:1;grid-row:2;flex-direction:column;gap:12px}.footer-social .draft{text-align:left}.instagram-link{overflow-wrap:anywhere}}

.tiina-intro{border-top:1px solid var(--line)}

.tiina-portrait img{display:block;width:100%;height:auto;margin-top:30px;border-radius:80px 0 0 0}.tiina-intro{grid-template-columns:1fr 1.5fr;gap:8%;align-items:center}@media(max-width:760px){.tiina-intro{grid-template-columns:1fr}.tiina-portrait img{max-width:400px;margin-top:24px}}

/* Virallisen logon lämmin värimaailma. */
.hero-image{background:#f5f1eb;border-radius:120px 0 0 0;height:clamp(300px,30vw,440px)}
.hero-image img{object-fit:contain;object-position:center;mix-blend-mode:multiply;padding:8px 25px 40px}
.image-caption{color:var(--ink);background:rgba(250,248,245,.9)}
footer{background:var(--beige);color:var(--ink);border-top:1px solid var(--line)}
.footer-logo{display:block;width:130px;flex-shrink:0}.footer-logo img{display:block;width:100%;height:auto;mix-blend-mode:multiply}
.official-logo{mix-blend-mode:multiply}
@media(max-width:1000px) and (min-width:761px){.header nav{gap:22px}}
@media(max-width:760px){.hero-top span:last-child{max-width:145px}.hero-image{height:320px;border-radius:90px 0 0 0}.footer-logo{width:110px}}

.hero-image{height:clamp(380px,42vw,600px)}.hero-image img{object-fit:cover;object-position:center 28%;mix-blend-mode:normal;padding:0}@media(max-width:760px){.hero-image{height:420px}.hero-image img{object-position:center 25%}}

.testimonials{border-top:1px solid var(--line);background:#f1ebe3}.placeholder-note{max-width:560px;font-size:14px;line-height:1.7;margin:0 0 30px;color:#62584c}.testimonial-grid{display:grid;gap:16px}.testimonial{margin:0;padding:26px 28px;background:var(--paper);border:1px solid var(--line);border-radius:0 24px 0 0}.testimonial blockquote{margin:0}.testimonial blockquote p{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:22px;line-height:1.55}.testimonial figcaption{margin-top:18px;font-size:12px;letter-spacing:.7px;color:#62584c}@media(max-width:760px){.testimonial{padding:24px}.testimonial blockquote p{font-size:20px}}

.results{border-top:1px solid var(--line)}.results-note{font-size:16px;line-height:1.7;margin:0 0 30px;color:#62584c}.results-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.result-placeholder{margin:0;min-width:0}.result-placeholder figcaption{font-size:14px;letter-spacing:1px;margin-bottom:14px}.result-image-placeholder{aspect-ratio:4/5;display:flex;align-items:center;justify-content:center;background:#f1ebe3;border:1px dashed #a69888;color:#62584c}.result-image-placeholder span{font-size:14px}.result-placeholder:first-child .result-image-placeholder{border-top-left-radius:55px}.result-placeholder:last-child .result-image-placeholder{border-bottom-right-radius:55px}@media(max-width:760px){.results-pair{gap:12px}.result-image-placeholder{aspect-ratio:3/4}.result-placeholder:first-child .result-image-placeholder{border-top-left-radius:35px}.result-placeholder:last-child .result-image-placeholder{border-bottom-right-radius:35px}}

.results-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.result-card{margin:0;min-width:0}.result-card>a{display:block}.result-card img{display:block;width:100%;height:auto}.result-card figcaption{padding:20px 0 0}.result-card h3{font-size:21px;font-weight:400;line-height:1.3;margin:0 0 12px}.result-card p{font-size:15px;line-height:1.7;margin:0 0 16px}.result-card figcaption a{font-size:13px;text-decoration:underline;text-underline-offset:4px;line-height:1.7}@media(max-width:1000px){.results-gallery{grid-template-columns:1fr;gap:36px}}

.header-logo{display:block;width:100px;flex-shrink:0}.header-logo img{display:block;width:100%;height:auto;mix-blend-mode:multiply}.header{padding-top:8px;padding-bottom:8px}@media(max-width:760px){.header-logo{width:80px}}

.header-logo img,.footer-logo img,.official-logo{mix-blend-mode:normal}

.results>div,.testimonials>div,.booking>div{grid-column:2}@media(max-width:760px){.results>div,.testimonials>div,.booking>div{grid-column:1}}

/* Tiinan henkilökohtainen, rauhallinen ilme. */
:root{--sand:#f1ebe3;--muted:#62584c;--content:1240px}
body{font-family:'Avenir Next','Helvetica Neue',Arial,sans-serif}
.header,.hero,.section,footer{padding-left:max(6%,calc((100% - var(--content))/2));padding-right:max(6%,calc((100% - var(--content))/2))}
.header nav{gap:24px}.header-logo{width:112px}
h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(38px,4.4vw,64px);line-height:1.13;letter-spacing:-.045em}
h2 em{font-style:normal;font-family:inherit;letter-spacing:inherit}
.hero{display:grid;grid-template-columns:1fr 1fr;column-gap:7%;padding-top:48px;padding-bottom:24px;align-items:center}
.hero h1{grid-column:1;grid-row:1;font-family:Georgia,'Times New Roman',serif;font-size:clamp(60px,7.5vw,112px);white-space:normal;line-height:1.02;letter-spacing:-.055em;margin:20px 0 24px}
.hero h1 em{display:block;font:inherit;letter-spacing:inherit}
.hero-bottom{display:contents}.hero-copy{grid-column:1;grid-row:2;padding:0 0 40px}.hero-copy p{font-size:18px;line-height:1.7}.hero-image{grid-column:2;grid-row:1 / span 2;height:auto;aspect-ratio:4/5;border-radius:140px 0 0 0;align-self:stretch}.hero-image img{object-position:center 25%}.hero-foot{grid-column:1 / -1;letter-spacing:0;font-size:12px;margin-top:32px}
.section{padding-top:88px;padding-bottom:88px;align-items:center}.intro-content p{max-width:58ch;line-height:1.85}.official-logo{margin-top:0;max-width:260px}.tiina-portrait img{margin-top:0;border-radius:90px 0 0 0}
.results,.testimonials{display:block}.results-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;margin-top:36px}.result-card h3{font-family:Georgia,'Times New Roman',serif;font-size:27px}.result-card p{max-width:50ch}.results-note{max-width:60ch}
.testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin-top:40px}.testimonial{padding:0 24px 0 0;border:0;border-right:1px solid var(--line);border-radius:0;background:none}.testimonial:last-child{border:0;padding:0}.testimonial blockquote p{font-size:23px;line-height:1.6}.testimonial figcaption{letter-spacing:0}.booking{display:block}.booking>div{max-width:720px;margin:auto}.booking h2{margin-bottom:20px}
@media(max-width:1000px) and (min-width:761px){.header nav{gap:15px;font-size:12px}.nav-cta{padding:13px 16px;gap:12px}.hero h1{font-size:64px}.hero-copy p{font-size:16px}.hero .button{padding:16px;font-size:12px;gap:12px}.hero-image{border-top-left-radius:95px}.testimonial-grid{gap:20px}.testimonial blockquote p{font-size:20px}}
@media(max-width:760px){.header-logo{width:88px}.header nav{font-size:16px;gap:24px}.hero{display:flex;flex-direction:column;align-items:stretch;padding-top:30px}.hero h1{font-size:clamp(56px,14vw,84px);margin:0 0 25px}.hero h1 em{padding:0;margin:0;font:inherit;letter-spacing:inherit}.hero-copy{padding-bottom:32px}.hero-image{aspect-ratio:4/5;height:auto;max-height:520px;border-radius:90px 0 0 0}.hero-foot{margin-top:24px;gap:16px}.hero-foot>span{max-width:150px;line-height:1.5}.section{padding-top:56px;padding-bottom:56px}.intro{gap:30px}.official-logo{max-width:170px;margin:auto}.tiina-portrait img{max-width:100%;max-height:520px;object-fit:cover;object-position:center 25%}.results-gallery{grid-template-columns:1fr;gap:36px}.testimonial-grid{grid-template-columns:1fr;gap:28px}.testimonial{padding:0 0 28px;border-right:0;border-bottom:1px solid var(--line)}.testimonial blockquote p{font-size:22px}.booking>div{margin:0}.footer-social{gap:16px}}

.hero h1{font-size:clamp(44px,5.4vw,78px)}.hero-copy p{max-width:40ch}.landing-section{display:block}.landing-section>p{max-width:62ch;line-height:1.8}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 60px;margin:35px 0}.choice-grid h3,.process-list h3{font-family:Georgia,serif;font-size:26px;font-weight:400;margin:0 0 12px}.choice-grid p,.process-list p{font-size:16px;line-height:1.8;margin:0;max-width:52ch}.section-action{margin-top:32px}.testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px}.testimonial{border:0;padding:0}.testimonial blockquote p{font-size:21px}.process-list{list-style:none;counter-reset:steps;padding:0;margin:36px 0 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 60px}.process-list li{counter-increment:steps}.process-list h3:before{content:counter(steps) '. ';color:var(--muted)}#hinnasto{background:var(--sand)}.price-row{max-width:760px;display:flex;justify-content:space-between;gap:24px;padding:24px 0;border-bottom:1px solid var(--line)}.price-row span:last-child{color:var(--muted)}.faq-list{max-width:850px}.faq-list details{border-bottom:1px solid var(--line);padding:24px 0}.faq-list summary{font-size:19px;cursor:pointer;line-height:1.5}.faq-list p{line-height:1.85;max-width:65ch;margin:18px 0 0}.faq-list summary:focus-visible{outline:3px solid #806d59;outline-offset:5px}.mobile-contact{display:none}
@media(max-width:760px){.hero h1{font-size:clamp(40px,10vw,60px)}.choice-grid,.process-list,.testimonial-grid{grid-template-columns:1fr;gap:28px}.testimonial{border-bottom:1px solid var(--line);padding-bottom:24px}.price-row{font-size:14px}.mobile-contact{display:block;position:fixed;bottom:12px;bottom:calc(12px + env(safe-area-inset-bottom));left:6%;right:6%;z-index:8;text-align:center;padding:18px 12px;border-radius:40px;background:var(--ink);color:var(--paper);box-shadow:0 3px 16px #3d393330;font-size:14px}footer{padding-bottom:calc(105px + env(safe-area-inset-bottom))}html{scroll-padding-bottom:95px}}

.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.hero-actions .button{justify-content:center}.button-secondary{background:transparent;color:var(--ink)}.button-secondary:hover{background:var(--paper)}@media(max-width:760px){.hero-actions{flex-direction:column;align-items:stretch}}

/* Selkeä päätoiminto ja rauhallinen vaihtoehto. */
.hero-actions{gap:12px;align-items:center;margin-top:8px}
.hero-actions .button{min-height:56px;padding:17px 26px;font-size:15px;font-weight:500;line-height:1.3;letter-spacing:0;border-radius:14px;transition:background .18s ease,color .18s ease,box-shadow .18s ease;white-space:nowrap}
.hero-actions .button:first-child{background:#3d3933;border-color:#3d3933;color:#faf8f5;box-shadow:0 4px 10px rgba(61,57,51,.10);gap:26px}
.hero-actions .button:first-child::after{content:'↗';font-size:20px;font-weight:400;line-height:1}
.hero-actions .button:first-child:hover{background:#51483d;border-color:#51483d;box-shadow:0 6px 14px rgba(61,57,51,.16)}
.hero-actions .button-secondary{border-color:rgba(61,57,51,.4);background:transparent;color:#3d3933;box-shadow:none}
.hero-actions .button-secondary:hover{background:rgba(250,248,245,.55);border-color:#3d3933}
.hero-actions .button:focus-visible{outline:3px solid #806d59;outline-offset:5px}
@media(max-width:760px){.hero-actions{align-items:stretch;gap:10px}.hero-actions .button{width:100%;min-height:56px}.hero-actions .button:first-child{position:relative}.hero-actions .button:first-child::after{position:absolute;right:24px}}

.cta-icon{width:20px;height:20px;flex:none;display:block}.button,.nav-cta{gap:18px}.hero-actions .button:first-child::after{content:none}.hero-actions .button{gap:18px}.mobile-contact{align-items:center;justify-content:center;gap:12px}.inspiration-image{display:block;margin-bottom:22px;background:var(--sand)}.inspiration-image img{display:block;width:100%;height:340px;object-fit:contain}.inspiration-note{font-size:14px;color:var(--muted);line-height:1.7;max-width:70ch}@media(max-width:760px){.mobile-contact{display:flex}.inspiration-image img{height:auto;max-height:440px}.hero-actions .button .cta-icon{position:absolute;right:22px}.hero-actions .button{position:relative;padding-left:40px;padding-right:40px}}

/* Monika Heiligmann -viitteen värit ja kirjaintyylit. */
:root{--ink:#181818;--beige:#f5ede7;--paper:#fff;--sand:#f7f2ee;--muted:#625a55;--line:rgba(24,24,24,.2)}
body{font-family:'Jost',sans-serif;color:var(--ink);background:var(--paper)}
h2,.hero h1,.result-card h3,.choice-grid h3,.process-list h3,.testimonial blockquote p{font-family:'EB Garamond',Garamond,serif;font-weight:400;letter-spacing:-.025em}
.hero h1{font-size:clamp(48px,5.8vw,84px);line-height:1.02}h2{font-size:clamp(42px,4.6vw,68px);line-height:1.1}
.header{background:#fff}.hero,footer{background:var(--beige)}.testimonials,#hinnasto{background:var(--sand)}.intro-content p{font-size:18px}.button,.nav-cta,.mobile-contact{font-family:'Jost',sans-serif;font-weight:500;letter-spacing:.01em}.button,.hero-actions .button:first-child,.mobile-contact{background:#181818;border-color:#181818;color:#fff}.hero-actions .button:first-child:hover,.button:hover{background:#35312e;color:#fff;border-color:#35312e}.hero-actions .button-secondary{background:transparent;color:#181818;border-color:#81766e}.hero-actions .button-secondary:hover{background:#fff;color:#181818}.results-note,.placeholder-note,.inspiration-note,.testimonial figcaption{color:var(--muted)}
@media(max-width:760px){.hero h1{font-size:clamp(42px,11vw,62px)}h2{font-size:44px}.testimonial blockquote p{font-size:24px}}

.pricing-heading{display:flex;align-items:center;justify-content:space-between;gap:36px;margin-bottom:42px}.pricing-heading h2{margin:0}.pricing-heading p{max-width:37ch;font-size:18px;line-height:1.7;margin:0}.pricing-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.pricing-card{display:flex;flex-direction:column;padding:40px;background:var(--paper);border:1px solid var(--line);border-radius:4px}.pricing-card h3{font:400 32px/1.2 'EB Garamond',serif;margin:0 0 20px}.price-amount{font:400 88px/1 'EB Garamond',serif;letter-spacing:-.045em;margin:0 0 20px}.price-amount span{font-size:44px;letter-spacing:0}.price-description{font-size:17px;line-height:1.65;min-height:56px;margin:0 0 22px}.price-includes,.treatment-includes{padding:0;margin:0 0 20px;list-style:none}.price-includes li{display:flex;justify-content:space-between;gap:16px;padding:13px 0;border-bottom:1px solid var(--line);font-size:15px}.price-includes li>span:last-child{white-space:nowrap}.treatment-includes li{padding:13px 0;border-bottom:1px solid rgba(255,255,255,.2);font-size:15px}.price-note{font-size:13px;line-height:1.7;margin:0 0 28px}.pricing-card .button{margin-top:auto;justify-content:space-between;border-radius:14px;font-size:15px}.treatment-card{background:#24211e;color:#fff;border-color:#24211e}.treatment-card .price-note{color:#e0d6ce}.treatment-card .button{background:var(--beige);color:#181818;border-color:var(--beige)}.treatment-card .button:hover{background:#fff;border-color:#fff}.consultation-card .price-note{color:var(--muted)}@media(max-width:760px){.pricing-heading{display:block;margin-bottom:28px}.pricing-heading h2{margin-bottom:20px}.pricing-cards{grid-template-columns:1fr;gap:20px}.pricing-card{padding:28px 24px}.pricing-card h3{font-size:30px}.price-amount{font-size:76px}.price-description{min-height:0}.pricing-card .button{font-size:14px;padding:18px;gap:14px}}

#hoidon-kulku{background:var(--paper)}.process-heading{display:flex;justify-content:space-between;align-items:center;gap:36px;margin-bottom:52px}.process-heading h2{margin:0}.process-heading>p{margin:0;max-width:34ch;font-size:18px;line-height:1.7;color:var(--muted)}.process-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0;counter-reset:none}.process-step{position:relative;padding:0 28px 0 0;counter-increment:none}.process-step:last-child{padding-right:0}.process-step:before{content:'';position:absolute;top:29px;left:58px;right:0;height:1px;background:#cfc4bb}.step-marker{position:relative;display:flex;align-items:center;justify-content:center;width:60px;height:60px;margin-bottom:30px;border-radius:50%;border:1px solid #cfc4bb;background:var(--sand);font:400 25px/1 'EB Garamond',serif;color:var(--ink);z-index:1}.process-step:first-child .step-marker{background:var(--ink);color:#fff;border-color:var(--ink)}.process-step:last-child:before{display:none}.process-list h3{font-size:27px;line-height:1.15;margin-bottom:16px;max-width:15ch}.process-list h3:before{content:none}.process-list p{font-size:16px;line-height:1.75;max-width:29ch}@media(max-width:1000px){.process-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 24px}.process-step{padding-right:12px}.process-step:before{display:none}}@media(max-width:760px){.process-heading{display:block;margin-bottom:36px}.process-heading h2{margin-bottom:18px}.process-heading>p{font-size:17px}.process-list{grid-template-columns:1fr;gap:0}.process-step,.process-step:last-child{padding:0 0 32px 78px;min-height:108px}.process-step:last-child{padding-bottom:0}.step-marker{position:absolute;left:0;top:0;width:52px;height:52px;margin:0;font-size:23px}.process-step:before{display:block;left:25px;right:auto;top:52px;bottom:0;width:1px;height:auto}.process-list h3{max-width:none;font-size:28px;padding-top:8px;margin-bottom:12px}.process-list p{max-width:none;font-size:16px}}

/* Social profiles beneath Tiina's introduction. */
.intro-social{display:flex;align-items:center;gap:12px;margin-top:26px}
.intro-social a{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border:1px solid #b9aaa0;border-radius:50%;color:var(--ink);background:transparent;transition:background .2s,color .2s,border-color .2s}
.intro-social svg{width:21px;height:21px;display:block}
.intro-social a:hover{background:var(--ink);border-color:var(--ink);color:#fff}
@media(prefers-reduced-motion:reduce){.intro-social a{transition:none}}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
}

/* A featured customer voice, followed by four easy-to-read reviews. */
#kokemuksia{border-top:0}
#kokemuksia>h2{max-width:18ch;margin:0 auto;text-align:center}
#kokemuksia .testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:64px;row-gap:0;margin-top:40px}
#kokemuksia .testimonial{padding:32px 0;border:0;border-bottom:1px solid var(--line);background:transparent;border-radius:0;display:flex;flex-direction:column}
#kokemuksia .testimonial blockquote{flex:1}
#kokemuksia .testimonial blockquote p{font-size:25px;line-height:1.5;letter-spacing:-.015em;max-width:42ch}
#kokemuksia .testimonial figcaption{font:400 13px/1.5 'Jost',sans-serif;letter-spacing:0;margin-top:22px;color:var(--muted)}
#kokemuksia .testimonial:first-child{grid-column:1/-1;padding:42px clamp(24px,6vw,88px);margin-bottom:12px;background:var(--paper);border:0;text-align:center}
#kokemuksia .testimonial:first-child blockquote p{font-size:clamp(28px,3vw,42px);line-height:1.32;max-width:36ch;margin:0 auto}
#kokemuksia .testimonial:first-child figcaption{margin-top:26px}
#kokemuksia .section-action{margin-top:36px;text-align:center}
@media(max-width:760px){
  #kokemuksia>h2{font-size:42px;max-width:14ch}
  #kokemuksia .testimonial-grid{grid-template-columns:1fr;margin-top:28px;gap:0}
  #kokemuksia .testimonial{padding:28px 0}
  #kokemuksia .testimonial:first-child{padding:30px 22px;margin-bottom:4px}
  #kokemuksia .testimonial blockquote p{font-size:23px;line-height:1.5}
  #kokemuksia .testimonial:first-child blockquote p{font-size:29px;line-height:1.35}
  #kokemuksia .testimonial figcaption{margin-top:18px}
}

/* Keep prices comparable on phones without shrinking the type below 14px. */
@media(min-width:360px) and (max-width:760px){
  #hinnasto{padding-left:4%;padding-right:4%}
  .pricing-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:stretch}
  .pricing-card{min-width:0;padding:22px 14px}
  .pricing-card h3{font-size:25px;line-height:1.1;min-height:84px;hyphens:auto;overflow-wrap:anywhere;margin-bottom:16px}
  .price-amount{font-size:58px;margin-bottom:20px}
  .price-amount span{font-size:30px}
  .price-description{font-size:14px;line-height:1.55;margin-bottom:16px}
  .price-includes li{flex-direction:column;gap:4px}
  .price-includes li,.treatment-includes li{font-size:14px;line-height:1.5;padding:12px 0;hyphens:auto}
  .price-note{font-size:14px;line-height:1.5;margin-bottom:22px}
  .pricing-card .button{min-height:68px;padding:12px 8px;font-size:14px;line-height:1.3;gap:6px;border-radius:10px;hyphens:auto;overflow-wrap:anywhere}
  .pricing-card .button .cta-icon{width:16px;height:16px}
}
@media(prefers-reduced-motion:no-preference){
  .button .cta-icon,.nav-cta .cta-icon{transition:transform .3s cubic-bezier(.22,1,.36,1)}
  .button:hover .cta-icon,.nav-cta:hover .cta-icon{transform:translate(2px,-2px)}
}

/* Reveal the complete, unaltered before/after comparison within its frame. */
.result-card > a:first-child{display:block;overflow:hidden}
@media print{.result-card > a:first-child{clip-path:none!important}}

.result-comparison{position:relative;isolation:isolate}
.result-cover{position:absolute;overflow:hidden;pointer-events:none;z-index:1}
.result-cover::before{content:'';position:absolute;inset:0;background:var(--sand);transform:translateX(101%);transition:transform 900ms cubic-bezier(.22,1,.36,1)}
.result-pending .result-cover::before{transform:translateX(0)}
.result-comparison[data-after="top"] .result-cover{top:0;left:0;width:100%;height:50%}
.result-comparison[data-after="bottom"] .result-cover{bottom:0;left:0;width:100%;height:50%}
.result-comparison[data-after="right"] .result-cover{top:0;right:0;width:49.2%;height:100%}
@media(prefers-reduced-motion:reduce){.result-cover{display:none}}
@media print{.result-cover{display:none}}

/* Contact-led footer: generous columns, clear actions, restrained type. */
.site-footer{display:block;background:var(--beige);color:var(--ink);padding:64px 7% 24px;border-top:1px solid var(--line)}
.site-footer .footer-main{display:grid;grid-template-columns:1.05fr 1.1fr 1fr;gap:clamp(28px,4vw,72px);align-items:start}
.site-footer .footer-logo{display:block;width:128px;max-width:none;margin:0 0 20px}
.site-footer .footer-logo img{display:block;width:100%;height:auto}
.site-footer p,.site-footer address{font:400 15px/1.8 'Jost',sans-serif;margin:0;color:var(--muted)}
.site-footer h2{font:400 29px/1.2 'EB Garamond',serif;letter-spacing:-.02em;margin:8px 0 22px}
.site-footer address{color:var(--ink);font-style:normal;font-size:17px}
.footer-contact>p{margin-bottom:20px}
.site-footer .footer-contact-link{display:block;width:fit-content;font-size:17px;line-height:1.6;padding:5px 0;overflow-wrap:anywhere}
.site-footer .footer-text-link{display:inline-flex;align-items:center;gap:14px;min-height:44px;margin-top:14px;font-size:14px;text-decoration:underline;text-underline-offset:5px;text-decoration-color:#b1a397}
.site-footer .footer-text-link span{font-size:18px}
.site-footer .footer-business{margin-top:26px;font-size:13px}
.footer-profile-links{display:flex;flex-wrap:wrap;gap:12px 24px;margin-top:18px}
.footer-profile-links a{display:inline-flex;align-items:center;gap:9px;min-height:44px;font-size:14px}
.footer-profile-links svg{width:19px;height:19px;flex:none}
.site-footer .footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:18px 32px;margin-top:52px;padding-top:24px;border-top:1px solid var(--line);font-size:13px}
.footer-bottom nav{display:flex;flex-wrap:wrap;gap:8px 24px}
.footer-bottom a{display:inline-flex;align-items:center;min-height:44px;gap:12px}
.site-footer a:hover{color:#726052}
.site-footer .footer-draft{font-size:12px;margin-top:14px;color:var(--muted)}
@media(max-width:1000px) and (min-width:761px){.site-footer .footer-main{grid-template-columns:1fr 1fr}.footer-identity{grid-column:1/-1}.site-footer .footer-identity{display:grid;grid-template-columns:128px 1fr;column-gap:32px;align-items:center}.footer-identity .footer-logo{grid-row:1/3;margin:0}.footer-identity .footer-profile-links{margin:0}}
@media(max-width:760px){
 .site-footer{padding:40px 7% calc(105px + env(safe-area-inset-bottom))}
 .site-footer .footer-main{grid-template-columns:1fr;gap:30px}
 .site-footer .footer-logo{width:112px;margin-bottom:14px}
 .site-footer .footer-contact,.site-footer .footer-location{padding-top:26px;border-top:1px solid var(--line)}
 .site-footer h2{font-size:28px;margin-top:0;margin-bottom:16px}
 .site-footer .footer-bottom{align-items:flex-start;flex-direction:column;margin-top:32px;gap:8px}
 .site-footer .footer-bottom nav{gap:8px 22px}
 .site-footer .back-top{align-self:flex-start}
}

/* Native horizontal scrolling retains touch and keyboard navigation. */
#toiveesi .inspiration-track{display:flex;gap:28px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-behavior:smooth;margin:32px 0 0;padding:0 0 16px;scrollbar-width:thin;scrollbar-color:#b9aaa0 transparent}
.inspiration-track>article{flex:0 0 calc((100% - 28px)/2);min-width:0;scroll-snap-align:start}
#toiveesi .inspiration-image{background:var(--sand)}
#toiveesi .inspiration-image img{width:100%;height:clamp(280px,30vw,420px);object-fit:contain}
#toiveesi .inspiration-track h3{margin-top:22px}
.inspiration-track:focus-visible{outline:2px solid #806d59;outline-offset:5px}
.inspiration-controls:not([hidden]){display:flex;justify-content:space-between;align-items:center;margin:8px 0 28px;gap:20px}
.inspiration-position{font:400 14px/1.4 'Jost',sans-serif;font-variant-numeric:tabular-nums;color:var(--muted);margin:0}
.inspiration-arrows{display:flex;gap:10px}
.inspiration-arrows button{display:grid;place-items:center;width:48px;height:48px;border:1px solid #b9aaa0;border-radius:50%;background:transparent;color:var(--ink);cursor:pointer}
.inspiration-arrows svg{width:22px;height:22px}
.inspiration-arrows button:hover:not(:disabled){background:var(--ink);color:#fff;border-color:var(--ink)}
.inspiration-arrows button:disabled{opacity:.3;cursor:default}
@media(max-width:760px){#toiveesi .inspiration-track{gap:18px}.inspiration-track>article{flex-basis:86%}#toiveesi .inspiration-image img{height:330px;max-height:none}.inspiration-controls:not([hidden]){margin-bottom:24px}}
@media(prefers-reduced-motion:reduce){#toiveesi .inspiration-track{scroll-behavior:auto}}
@media print{#toiveesi .inspiration-track{display:grid;grid-template-columns:1fr 1fr;overflow:visible}.inspiration-controls{display:none!important}}
/* Layered image deck, with captions reserved for the focused card. */
#toiveesi .inspiration-track.depth-enabled{--spread:135px;display:block;position:relative;perspective:1400px;overflow:hidden;height:550px;margin:28px -3% 0;padding:0;scroll-snap-type:none;touch-action:pan-y}
.depth-enabled>article{position:absolute;top:18px;left:50%;width:340px;margin-left:-170px;transform:translateX(calc(var(--offset)*var(--spread))) translateZ(calc(var(--depth)*-220px)) rotateY(var(--angle));transition:transform 750ms cubic-bezier(.22,1,.36,1);transform-origin:center;}
#toiveesi .depth-enabled .inspiration-image{margin:0;border-radius:4px;overflow:hidden;box-shadow:0 14px 35px #30231b16;transition:filter 650ms,opacity 650ms;filter:blur(calc(var(--depth)*2px));opacity:calc(1 - var(--depth)*.2)}
#toiveesi .depth-enabled .inspiration-image img{height:390px;max-height:none;width:100%;object-fit:contain;user-select:none}
#toiveesi .depth-enabled h3{font-size:28px;margin:22px 0 8px;text-align:center}
#toiveesi .depth-enabled p{font-size:16px;line-height:1.6;text-align:center;margin:0 auto}
.depth-enabled article:not(.is-active) h3,.depth-enabled article:not(.is-active) p{visibility:hidden}
.depth-select{position:absolute;inset:0 0 auto;width:100%;height:390px;background:transparent;border:0;cursor:pointer}
.depth-select[hidden]{display:none}
.inspiration-controls:not([hidden]){justify-content:center;gap:22px;flex-wrap:wrap}
.depth-dots{display:flex;gap:0}
.depth-dots button{width:32px;height:44px;display:grid;place-items:center;border:0;background:transparent;cursor:pointer}
.depth-dots button::after{content:'';width:6px;height:6px;border-radius:50%;background:#b9aaa0;transition:transform .2s}
.depth-dots button[aria-current="true"]::after{background:var(--ink);transform:scale(1.5)}
@media(max-width:760px){
 #toiveesi .inspiration-track.depth-enabled{--spread:90px;height:470px;margin-left:-7%;margin-right:-7%}
 .depth-enabled>article{width:250px;margin-left:-125px;top:12px}
 #toiveesi .depth-enabled .inspiration-image img,.depth-select{height:320px}
 #toiveesi .depth-enabled h3{font-size:25px;margin-top:18px}
 #toiveesi .depth-enabled p{font-size:15px}
 .inspiration-controls:not([hidden]){gap:10px}
 .depth-dots button{width:24px}
}
@media(prefers-reduced-motion:reduce){.depth-enabled>article,#toiveesi .depth-enabled .inspiration-image{transition:none}}
@media print{#toiveesi .inspiration-track.depth-enabled{height:auto;display:grid;overflow:visible;perspective:none}.depth-enabled>article{position:static;width:auto;margin:0;transform:none!important}.depth-enabled article h3,.depth-enabled article p{visibility:visible!important}#toiveesi .depth-enabled .inspiration-image{filter:none;opacity:1}.depth-select{display:none}}
/* One directional depth stack, matching the React Bits reference. */
.depth-shell{position:relative;margin-top:24px}
#toiveesi .depth-shell .inspiration-track.depth-enabled{height:470px;margin:0;perspective:1400px;perspective-origin:50% 50%;cursor:grab}
#toiveesi .depth-shell .inspiration-track.depth-enabled:active{cursor:grabbing}
.depth-shell .depth-enabled>article{top:50%;left:50%;width:300px;height:380px;margin:0;transition:none;will-change:transform,opacity,filter}
#toiveesi .depth-shell .inspiration-image{height:380px;border-radius:18px;opacity:1;filter:none;transition:none;box-shadow:0 26px 48px -22px #30231b65,0 8px 18px -10px #30231b35}
#toiveesi .depth-shell .inspiration-image img{height:380px;object-fit:contain}
.depth-shell article>h3,.depth-shell article>p{display:none}
.depth-shell .depth-select{height:380px;border-radius:18px}
.depth-shell .inspiration-arrows{position:absolute;inset:50% 12px auto;transform:translateY(-50%);justify-content:space-between;pointer-events:none;z-index:3000}
.depth-shell .inspiration-arrows button{pointer-events:auto;background:#fff9;backdrop-filter:blur(8px);width:44px;height:44px}
.depth-caption{text-align:center;min-height:94px;margin:2px auto 0;max-width:48ch}
#toiveesi .depth-caption h3{font:400 28px/1.2 'EB Garamond',serif;margin:0 0 10px}
#toiveesi .depth-caption p{font-size:16px;line-height:1.6;margin:0}
.depth-dots button[aria-current="true"]::after{width:20px;border-radius:4px;transform:none}
@media(max-width:760px){#toiveesi .depth-shell .inspiration-track.depth-enabled{height:330px}.depth-shell{margin-left:-5%;margin-right:-5%}.depth-shell .inspiration-arrows{left:0;right:0}.depth-shell .inspiration-arrows button{width:40px;height:40px}.depth-caption{max-width:30ch}#toiveesi .depth-caption h3{font-size:25px}}
@media(prefers-reduced-motion:reduce){.depth-shell .depth-enabled>article{will-change:auto}.depth-dots button::after{transition:none}}
@media print{#toiveesi .depth-shell .inspiration-track.depth-enabled{height:auto}.depth-shell .depth-enabled>article{height:auto;opacity:1!important;filter:none!important}.depth-shell article>h3,.depth-shell article>p{display:block}.depth-shell .inspiration-arrows,.depth-caption{display:none}}

/* Longer, owner-supplied Finnish introduction copy. */
.hero h1{font-size:clamp(44px,4.7vw,68px);overflow-wrap:normal;hyphens:auto}
.hero-copy p{margin-bottom:18px;line-height:1.65}
.hero-copy .hero-actions{margin-top:28px}
#tiina-title{font-size:clamp(38px,3.5vw,52px)}
#toiveesi-title{max-width:22ch}
.shaping-copy{max-width:68ch;margin-bottom:28px}
.shaping-copy p{font-size:18px;line-height:1.8;margin:0 0 18px}
@media(max-width:760px){.hero h1{font-size:clamp(38px,10vw,52px)}.shaping-copy p{font-size:17px}}

/* Three clear options; the two treatment sizes stay together on phones. */
#hinnasto .pricing-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
#hinnasto .pricing-card{padding:32px 26px}
#hinnasto .pricing-card h3{font-size:30px;min-height:76px}
.treatment-volume{display:block;font:400 20px/1.5 'Jost',sans-serif;margin-top:8px}
.pricing-introduction{max-width:74ch;margin-bottom:30px}
.pricing-introduction p{font-size:17px;line-height:1.8;margin:0 0 16px}
#hinnasto .pricing-guidance{max-width:80ch;font-size:16px;line-height:1.8;margin:28px 0 0}
#hinnasto .price-description{overflow-wrap:anywhere;hyphens:auto}
#lahestymistapani-title{max-width:22ch}
.care-expectations{gap:36px 56px}
.care-expectations article{padding-top:24px;border-top:1px solid var(--line)}
.care-expectations article:nth-child(3){grid-column:1/-1}
.care-expectations p{max-width:75ch}
.care-expectations p+p{margin-top:14px}
@media(max-width:1000px){#hinnasto .pricing-cards{grid-template-columns:repeat(2,minmax(0,1fr))}#hinnasto .consultation-card{grid-column:1/-1}#hinnasto .consultation-card h3{min-height:0}#hinnasto .consultation-card .price-description{min-height:0}#hinnasto .consultation-card .button{align-self:flex-start}}
@media(min-width:360px) and (max-width:760px){#hinnasto .pricing-cards{gap:12px}#hinnasto .pricing-card{padding:22px 14px}#hinnasto .pricing-card h3{font-size:25px;min-height:90px}#hinnasto .consultation-card{padding:26px 22px}#hinnasto .consultation-card h3{min-height:0}#hinnasto .consultation-card .price-includes li{flex-direction:row}.treatment-volume{font-size:18px}#hinnasto .consultation-card .button{min-height:52px;padding:12px 18px}}
@media(max-width:359px){#hinnasto .pricing-cards{grid-template-columns:1fr}#hinnasto .pricing-card{padding:26px 20px}#hinnasto .pricing-card h3{min-height:0}}
@media(max-width:760px){.care-expectations{gap:26px}.care-expectations article:nth-child(3){grid-column:auto}}

/* Compact contact footer, retaining the established logo and beige palette. */
.site-footer{padding:32px 7% 22px}
.site-footer .footer-main{gap:24px}
.site-footer .footer-logo{width:90px;margin:0}
.site-footer h2{font-size:24px;margin:0 0 10px}
.site-footer .footer-business{margin-top:10px}
.site-footer .footer-text-link{margin-top:0}
.site-footer .footer-bottom{margin-top:20px;padding-top:10px;gap:8px 20px}
.site-footer .footer-draft{margin-top:0}
.footer-profile-links{margin-top:0}
@media(max-width:760px){
 .site-footer{padding:20px 6% calc(80px + env(safe-area-inset-bottom))}
 .site-footer .footer-main{gap:12px}
 .site-footer .footer-identity{display:flex;align-items:center;justify-content:space-between;gap:20px}
 .site-footer .footer-logo{width:72px;margin:0}
 .site-footer .footer-contact,.site-footer .footer-location{padding-top:12px;border-top:1px solid var(--line)}
 .site-footer h2{font-size:23px;margin:0 0 4px}
 .site-footer .footer-contact-link{font-size:16px;padding:2px 0;min-height:32px}
 .site-footer address{font-size:15px;line-height:1.5}
 .site-footer .footer-location{display:grid;grid-template-columns:1fr auto;column-gap:12px;align-items:center}
 .footer-location h2,.site-footer .footer-business{grid-column:1/-1}
 .site-footer .footer-business{font-size:12px;margin-top:4px}
 .site-footer .footer-bottom{flex-direction:row;align-items:center;gap:4px 12px;margin-top:12px;padding-top:4px;font-size:12px}
 .site-footer .footer-draft{font-size:11px}
}

/* Quiet, horizontally browsable customer voices. */
#kokemuksia .testimonial-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:24px;margin-top:26px;padding-bottom:10px;scrollbar-width:thin;scrollbar-color:#b9aaa0 transparent;overscroll-behavior-x:contain}
#kokemuksia .testimonial,#kokemuksia .testimonial:first-child{flex:0 0 calc(50% - 12px);padding:26px;margin:0;background:var(--paper);border:0;text-align:left;scroll-snap-align:start;min-width:0}
#kokemuksia .testimonial blockquote p,#kokemuksia .testimonial:first-child blockquote p{font-size:24px;line-height:1.45;max-width:none;margin:0}
#kokemuksia .testimonial figcaption,#kokemuksia .testimonial:first-child figcaption{margin-top:20px}
.review-controls{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:12px}
.review-controls p{font-size:13px;color:var(--muted);margin:0}
.review-controls>div{display:flex;gap:8px}
.review-controls button{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--ink);font-size:24px;cursor:pointer}
.review-controls button:hover:not(:disabled){background:var(--ink);color:var(--paper)}
.review-controls button:disabled{opacity:.3;cursor:default}
#review-track:focus-visible,.review-controls button:focus-visible{outline:2px solid var(--ink);outline-offset:4px}
/* An open invitation, followed by individually readable care promises. */
#lahestymistapani{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:64px;align-items:start}
#lahestymistapani-title{position:sticky;top:120px;margin:0;max-width:12ch}
#lahestymistapani .care-expectations{display:block;margin:0}
.care-detail{border-bottom:1px solid var(--line);padding:0}
.care-detail:first-child{border-top:1px solid var(--line)}
.care-detail summary{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 0;cursor:pointer;list-style:none}
.care-detail summary::-webkit-details-marker{display:none}
.care-detail summary h3{font:400 28px/1.2 'EB Garamond',serif;margin:0;max-width:26ch}
.care-toggle{position:relative;width:24px;height:24px;flex:none}
.care-toggle:before,.care-toggle:after{content:'';position:absolute;background:var(--ink);left:4px;top:11px;width:16px;height:1px}
.care-toggle:after{transform:rotate(90deg);transition:transform .2s}
.care-detail[open] .care-toggle:after{transform:rotate(0)}
.care-answer{padding:0 40px 26px 0}
.care-answer p{color:var(--muted);font-size:16px;line-height:1.8}
.care-detail summary:focus-visible{outline:2px solid var(--ink);outline-offset:4px}
@media(max-width:760px){
 #kokemuksia .testimonial,#kokemuksia .testimonial:first-child{flex-basis:88%;padding:22px}
 #kokemuksia .testimonial blockquote p,#kokemuksia .testimonial:first-child blockquote p{font-size:22px;line-height:1.45}
 #lahestymistapani{grid-template-columns:1fr;gap:24px}
 #lahestymistapani-title{position:static;max-width:17ch}
 .care-detail summary{padding:20px 0;gap:16px}
 .care-detail summary h3{font-size:25px}
 .care-answer{padding-right:0;padding-bottom:22px}
}
@media(prefers-reduced-motion:reduce){.care-toggle:after{transition:none}}

/* One treatment, two amounts: shared information appears only once. */
#hinnasto .pricing-cards{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:24px}
#hinnasto .consultation-card{grid-column:auto}
#hinnasto .pricing-card{padding:32px}
#hinnasto .pricing-card h3{min-height:0;margin-bottom:22px;font-size:32px}
#hinnasto .combined-treatment .treatment-prices{margin:0 0 24px}
.treatment-prices>div{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 0;border-bottom:1px solid #ffffff35}
.treatment-prices>div:first-child{padding-top:0}
.treatment-prices dt{font:400 22px/1.4 'Jost',sans-serif}
.treatment-prices dd{margin:0;font:400 54px/1 'EB Garamond',serif;white-space:nowrap;letter-spacing:-.03em}
.treatment-prices dd span{font-size:28px}
#hinnasto .combined-treatment .treatment-includes{margin-top:0}
@media(max-width:760px){
 #hinnasto .pricing-cards{grid-template-columns:1fr;gap:18px}
 #hinnasto .pricing-card{padding:26px}
 #hinnasto .pricing-card h3{font-size:29px;min-height:0}
 #hinnasto .pricing-card .button{width:100%;align-self:stretch}
 .treatment-prices dd{font-size:50px}
}

/* Explicit button styling prevents mobile browser default blue text. */
.menu-toggle{appearance:none;-webkit-appearance:none;color:var(--ink);-webkit-text-fill-color:var(--ink);cursor:pointer}

/* Consistent reading order and alignment across the desktop sections. */
.tiina-intro{align-items:start}
#tiina .intro-content p{max-width:60ch}
#toiveesi{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:64px;align-items:start}
#toiveesi-title{max-width:15ch;margin:0}
#toiveesi .shaping-copy{max-width:68ch;margin:0}
#toiveesi .shaping-copy>.button{margin-top:8px}
#kokemuksia>h2{max-width:none;margin:0 0 26px;text-align:left}
#kokemuksia .section-action{text-align:left;margin-top:24px}
#hinnasto .pricing-heading{display:block;margin-bottom:20px}
#hinnasto .pricing-heading h2{margin-bottom:20px}
#hinnasto .pricing-heading p{max-width:68ch}
#hinnasto .pricing-introduction{max-width:68ch;margin-bottom:30px}
#hinnasto .pricing-guidance{max-width:68ch}
#kysymyksia{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:64px;align-items:start}
#kysymyksia>h2{max-width:14ch;margin:0}
#kysymyksia .faq-list{max-width:none;min-width:0}
#kysymyksia .faq-list details:first-child{padding-top:0}
#yhteystiedot>div{max-width:720px;margin:0}
@media(min-width:1001px){.process-list h3{min-height:64px;max-width:none}}
@media(max-width:1000px){
 #toiveesi,#kysymyksia,#lahestymistapani{grid-template-columns:1fr;gap:28px}
 #toiveesi-title,#kysymyksia>h2,#lahestymistapani-title{max-width:22ch;position:static}
}
@media(max-width:760px){
 #hinnasto{padding-left:7%;padding-right:7%}
 #toiveesi .shaping-copy p{font-size:17px}
}

/* Footer: a calm closing signature with direct contact and visiting details. */
.site-footer.footer-refined{padding:60px 7% 22px;background:#f5ede7;border-top:1px solid #d9cdc3;color:#181818}
.footer-refined-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:48px;max-width:1320px;margin:auto}
.site-footer .footer-wordmark{display:inline-block;font:400 clamp(36px,3.5vw,52px)/1.15 'EB Garamond',serif;letter-spacing:-.04em;margin-bottom:15px}
.site-footer .footer-refined-description{font-size:15px;line-height:1.65;color:#625a55;margin:0 0 25px}
.footer-refined-nav{display:flex;flex-wrap:wrap;gap:0 22px}
.footer-refined-nav a{display:inline-flex;align-items:center;min-height:44px;font-size:14px}
.site-footer.footer-refined h2{font:400 16px/1.5 'Jost',sans-serif;letter-spacing:0;margin:4px 0 20px;color:#625a55}
.footer-refined-phone{display:block;width:fit-content;font:400 30px/1.3 'EB Garamond',serif;letter-spacing:-.01em;min-height:44px}
.footer-refined-email{display:flex;align-items:center;min-height:44px;font-size:15px;overflow-wrap:anywhere}
.footer-whatsapp{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;min-height:46px;margin-top:15px;padding:10px 18px;border:1px solid #81766e;border-radius:28px;font-size:14px;transition:background .15s,color .15s}
.footer-whatsapp svg{width:18px;height:18px;flex-shrink:0}
.site-footer .footer-whatsapp:hover{color:#fff;background:#181818;border-color:#181818}
.site-footer .footer-refined-location address{font:400 17px/1.65 'Jost',sans-serif;color:#181818}
.footer-refined-map{display:flex;align-items:center;gap:16px;min-height:44px;font-size:14px;text-decoration:underline;text-underline-offset:5px}
.footer-refined-instagram{display:inline-flex;align-items:center;gap:10px;min-height:44px;margin-top:8px;font-size:14px}
.footer-refined-instagram svg{height:18px;width:18px}
.footer-refined-bottom{max-width:1320px;margin:42px auto 0;padding-top:14px;border-top:1px solid #d9cdc3;display:flex;align-items:center;gap:12px 26px;font-size:12px;color:#625a55}
.footer-refined-bottom>a{margin-left:auto;min-height:44px;display:inline-flex;align-items:center;gap:16px}
.footer-refined-nav a:hover,.footer-refined-email:hover{text-decoration:underline;text-underline-offset:5px}
@media(max-width:1000px){.footer-refined-grid{gap:30px;grid-template-columns:1.1fr 1fr}.footer-refined-brand{grid-column:1/-1}.site-footer .footer-refined-description{margin-bottom:12px}.footer-refined-bottom{margin-top:30px}}
@media(max-width:600px){.site-footer.footer-refined{padding:34px 6% calc(94px + env(safe-area-inset-bottom))}.footer-refined-grid{grid-template-columns:1fr;gap:26px}.site-footer .footer-wordmark{font-size:42px;margin-bottom:12px}.footer-refined-brand{grid-column:auto}.footer-refined-contact,.footer-refined-location{border-top:1px solid #d9cdc3;padding-top:24px}.site-footer.footer-refined h2{margin:0 0 12px;font-size:15px}.footer-refined-phone{font-size:32px}.footer-whatsapp{margin-top:12px}.footer-refined-instagram{margin-top:5px}.footer-refined-bottom{margin-top:26px;display:grid;grid-template-columns:1fr auto;gap:2px 12px}.footer-refined-bottom>span:nth-child(2){grid-column:1;grid-row:2}.footer-refined-bottom>a{grid-column:2;grid-row:1/3;margin-left:0}}
@media(prefers-reduced-motion:reduce){.footer-whatsapp{transition:none}}

/* FAQ: readable questions and softly framed answers. */
#kysymyksia{gap:clamp(32px,6vw,88px)}
.faq-intro{align-self:start;position:sticky;top:32px}
#kysymyksia .faq-intro h2{font-size:clamp(38px,4vw,58px);max-width:12ch;margin:0 0 22px;line-height:1.08}
.faq-intro p{font-size:17px;line-height:1.7;max-width:29ch;color:var(--muted);margin:0}
#kysymyksia .faq-list{display:flex;flex-direction:column;gap:12px}
#kysymyksia .faq-list details{padding:0;border:1px solid #ded5ce;border-radius:16px;background:#fff;transition:background-color .25s,border-color .25s}
#kysymyksia .faq-list details[open]{background:var(--sand);border-color:#c9b9ac}
#kysymyksia .faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:23px 24px;list-style:none;font:400 18px/1.5 'Jost',sans-serif;cursor:pointer;border-radius:16px}
#kysymyksia .faq-list summary::-webkit-details-marker{display:none}
#kysymyksia .faq-list summary::marker{content:''}
#kysymyksia .faq-list summary::after{content:'';display:block;flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:linear-gradient(var(--ink),var(--ink)) center/12px 1px no-repeat,linear-gradient(var(--ink),var(--ink)) center/1px 12px no-repeat,#eee5dd;transition:transform .3s,background-color .3s}
#kysymyksia .faq-list details[open]:not(.faq-closing) summary::after{transform:rotate(180deg);background:linear-gradient(var(--ink),var(--ink)) center/12px 1px no-repeat,#e4d8cc}
#kysymyksia .faq-list summary:hover{background:#f7f2ee}
#kysymyksia .faq-list summary:focus-visible{outline:2px solid #806d59;outline-offset:3px}
#kysymyksia .faq-answer{padding:0 24px 24px}
#kysymyksia .faq-answer p{margin:0 0 14px;max-width:62ch;font-size:16px;line-height:1.8;color:#514a45}
#kysymyksia .faq-answer p:last-child{margin-bottom:0}
#kysymyksia .faq-list details>p{margin:0;padding:0 24px 24px}
@media(max-width:1000px){.faq-intro{position:static}#kysymyksia .faq-intro h2{max-width:none}.faq-intro p{max-width:48ch}}
@media(max-width:600px){#kysymyksia .faq-list summary{font-size:17px;padding:19px 18px;gap:16px}#kysymyksia .faq-answer{padding:0 18px 20px}#kysymyksia .faq-list{gap:10px}#kysymyksia .faq-intro h2{font-size:40px;max-width:13ch}#kysymyksia .faq-intro p{font-size:16px}#kysymyksia .faq-list summary::after{flex-basis:26px;width:26px;height:26px}}
@media(prefers-reduced-motion:reduce){#kysymyksia .faq-list details,#kysymyksia .faq-list summary::after{transition:none}}

/* Consistent motion for navigation, actions and section interactions. */
html{scroll-behavior:smooth;scroll-padding-top:32px}
.button,.nav-cta,.mobile-contact,.review-controls button,.intro-social a{transition:background-color .2s,color .2s,border-color .2s,translate .22s}
.cta-icon,.footer-whatsapp svg,.footer-refined-map span{transition:transform .25s cubic-bezier(.22,1,.36,1)}
.pricing-card{transition:box-shadow .25s,border-color .25s}
.care-detail summary{transition:color .2s}
.care-detail.faq-closing .care-toggle:after{transform:rotate(90deg)}
@media(hover:hover) and (pointer:fine){
  .button:hover,.nav-cta:hover,.mobile-contact:hover,.intro-social a:hover{translate:0 -2px}
  .button:hover .cta-icon,.nav-cta:hover .cta-icon,.footer-whatsapp:hover svg,.footer-refined-map:hover span{transform:translate(2px,-2px)}
  .pricing-card:hover{box-shadow:0 10px 26px -20px #43322680}
  .review-controls button:not(:disabled):hover{translate:0 -2px}
  .care-detail summary:hover{color:#806d59}
}
.button:active,.nav-cta:active,.mobile-contact:active,.review-controls button:not(:disabled):active{translate:0 1px}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .button,.nav-cta,.mobile-contact,.review-controls button,.intro-social a,.cta-icon,.footer-whatsapp svg,.footer-refined-map span,.pricing-card,.care-detail summary{transition:none;translate:none!important;transform:none!important}
}

/* Mobile rhythm: photo meets the section edge; readable copy and touch targets. */
@media(max-width:760px){
  .header{min-height:84px;padding:4px 6%}
  .header-logo{width:76px}
  .menu-toggle{min-height:44px}
  .header nav{padding:16px 6% 22px;gap:6px}
  .header nav>a{min-height:44px;display:flex;align-items:center;width:100%}
  .header nav .nav-cta{width:auto;margin-top:8px}
  .hero{padding-top:26px;padding-bottom:0;row-gap:0}
  .hero h1{font-size:clamp(36px,9.6vw,48px);line-height:1.08;letter-spacing:-.03em;margin-bottom:22px;hyphens:none}
  .hero-copy{padding-bottom:26px}
  .hero-copy p{font-size:16px;line-height:1.65;margin-bottom:16px;max-width:none}
  .hero-copy .hero-actions{margin-top:22px}
  .hero-actions .button{min-height:52px;padding-top:14px;padding-bottom:14px}
  .hero-image{display:block;flex:none;width:100%;aspect-ratio:4/5;max-height:none;margin:0;border-radius:72px 0 0 0}
  .hero-image img{display:block;width:100%;height:100%}
  main>.section{padding:44px 6%;gap:24px}
  main>.section h2{font-size:clamp(34px,9vw,42px);line-height:1.13;letter-spacing:-.025em}
  #tuloksia{padding-top:36px}
  #results-title{margin-bottom:16px}
  .results-note{font-size:16px;line-height:1.65;margin-bottom:0}
  .results-gallery{margin-top:24px;gap:30px}
  .result-card h3{font-size:26px;margin:18px 0 10px}
  .result-card p{font-size:16px;line-height:1.65;margin-bottom:8px}
  .result-card figcaption>a{display:inline-flex;align-items:center;min-height:44px;font-size:14px}
  #tiina{gap:26px}
  .tiina-portrait img{display:block;width:100%;height:auto;max-height:440px;border-radius:64px 0 0 0}
  #tiina-title{font-size:clamp(34px,9vw,42px);margin-bottom:22px}
  #tiina .intro-content p,#toiveesi .shaping-copy p{font-size:16px;line-height:1.75;margin-bottom:16px}
  #toiveesi-title{max-width:18ch}
  #toiveesi .shaping-copy>.button{margin-top:6px}
  #kokemuksia>h2{font-size:clamp(34px,9vw,42px);margin-bottom:22px}
  #kokemuksia .testimonial-grid{align-items:flex-start;margin-top:0}
  #kokemuksia .testimonial,#kokemuksia .testimonial:first-child{flex-basis:92%;padding:22px;border-radius:12px}
  #kokemuksia .testimonial blockquote{margin:0;flex:initial}
  #kokemuksia .testimonial blockquote p,#kokemuksia .testimonial:first-child blockquote p{font-size:22px;line-height:1.45}
  #kokemuksia .testimonial figcaption{margin-top:20px}
  .review-controls{gap:12px}
  .review-controls p{font-size:12px}
  #kokemuksia .section-action{margin-top:20px}
  .process-heading{margin-bottom:26px}
  .process-heading h2{margin-bottom:0}
  .process-step,.process-step:last-child{padding-left:62px;padding-bottom:26px}
  .process-step:last-child{padding-bottom:0}
  .step-marker{width:42px;height:42px;font-size:21px}
  .process-step:before{left:20px;top:42px}
  .process-list h3{font-size:25px;line-height:1.2;padding-top:5px;margin-bottom:12px}
  .process-list p{font-size:16px;line-height:1.65;max-width:none}
  #hinnasto{padding:44px 6%}
  #hinnasto .pricing-heading h2{margin-bottom:16px}
  #hinnasto .pricing-heading p,.pricing-introduction p{font-size:16px;line-height:1.65}
  #hinnasto .pricing-introduction{margin-bottom:24px}
  #hinnasto .pricing-cards{gap:16px}
  #hinnasto .pricing-card{padding:24px 20px;border-radius:14px}
  #hinnasto .pricing-card h3{font-size:29px;margin-bottom:18px}
  #hinnasto .price-description{font-size:16px;line-height:1.6;hyphens:none}
  #hinnasto .price-includes li{flex-direction:row;gap:12px}
  #hinnasto .price-includes li span:last-child{white-space:nowrap}
  #hinnasto .pricing-card .button{min-height:52px;padding:14px 12px;font-size:14px;gap:12px;hyphens:none}
  #hinnasto .pricing-guidance{margin-top:22px;font-size:15px;line-height:1.7}
  .treatment-prices dt{font-size:20px}
  .treatment-prices dd{font-size:48px}
  #lahestymistapani{gap:22px}
  .care-detail summary{padding:18px 0}
  .care-detail summary h3{font-size:24px}
  .care-answer p{font-size:16px;line-height:1.7}
  #kysymyksia{gap:24px}
  #kysymyksia .faq-intro h2{font-size:clamp(34px,9vw,42px);max-width:15ch;margin-bottom:16px}
  #kysymyksia .faq-list summary{padding:18px 16px;font-size:16px;gap:14px}
  #kysymyksia .faq-answer{padding:0 16px 20px}
  #kysymyksia .faq-answer p{font-size:16px;line-height:1.7}
  #yhteystiedot h2{margin-bottom:18px}
  #yhteystiedot p{font-size:16px;line-height:1.7}
  .contact-actions{gap:14px;margin-top:22px}
  .contact-actions .button{width:100%;justify-content:space-between;font-size:15px}
  .instagram-link{display:inline-flex;align-items:center;min-height:44px;font-size:14px;margin-top:18px}
  .site-footer.footer-refined{padding-top:32px}
  .footer-refined-nav{gap:0 18px}
  .mobile-contact{min-height:50px;padding:14px 12px;font-size:14px;bottom:calc(10px + env(safe-area-inset-bottom))}
}

/* A focused, touch-friendly review carousel with a glimpse of the next voice. */
#kokemuksia .testimonial-grid{gap:24px;align-items:flex-start;padding:4px 0 12px;scrollbar-width:none;scroll-snap-type:x mandatory;transition:height .3s cubic-bezier(.22,1,.36,1)}
#kokemuksia .testimonial-grid::-webkit-scrollbar{display:none}
#kokemuksia .testimonial-grid::after{content:'';flex:0 0 calc(18% - 24px)}
#kokemuksia .testimonial,#kokemuksia .testimonial:first-child{flex:0 0 82%;box-sizing:border-box;padding:36px 40px 28px;border:1px solid #dfd4ca;border-radius:20px;background:#faf7f4;margin:0;scroll-snap-align:start;scroll-snap-stop:always;transition:background-color .3s,border-color .3s}
#kokemuksia .testimonial.is-current{background:#fff;border-color:#bfae9f}
#kokemuksia .testimonial blockquote{margin:0;flex:initial}
#kokemuksia .testimonial blockquote p,#kokemuksia .testimonial:first-child blockquote p{font-size:clamp(24px,2.5vw,34px);line-height:1.45;max-width:40ch;letter-spacing:-.015em;margin:0}
#kokemuksia .testimonial figcaption,#kokemuksia .testimonial:first-child figcaption{margin-top:24px;padding-top:16px;border-top:1px solid #e9e1da;font-size:13px}
#kokemuksia .review-controls{display:grid;grid-template-columns:1fr auto 1fr;gap:16px;margin-top:16px}
#kokemuksia .review-controls>div:last-child{justify-self:end}
.review-status{font-size:14px;font-variant-numeric:tabular-nums;color:var(--muted)}
#kokemuksia .review-dots{display:flex;gap:0;justify-content:center}
#kokemuksia .review-dots button{width:28px;height:44px;border:0;background:transparent;position:relative;padding:0;border-radius:8px;translate:none}
.review-dots button::after{content:'';display:block;width:6px;height:6px;border-radius:10px;background:#b9aaa0;margin:auto;transition:width .25s,background-color .25s}
.review-dots button[aria-current="true"]::after{width:20px;background:#51463e}
@media(max-width:760px){
 #kokemuksia .testimonial,#kokemuksia .testimonial:first-child{flex-basis:90%;padding:24px 22px;border-radius:16px}
 #kokemuksia .testimonial-grid::after{flex-basis:calc(10% - 24px)}
 #kokemuksia .testimonial blockquote p,#kokemuksia .testimonial:first-child blockquote p{font-size:23px;line-height:1.45}
 #kokemuksia .review-controls{gap:6px;grid-template-columns:auto 1fr auto}
 #kokemuksia .review-controls>div:last-child{gap:6px}
 #kokemuksia .review-dots button{width:24px}
}
@media(prefers-reduced-motion:reduce){#kokemuksia .testimonial-grid,#kokemuksia .testimonial,.review-dots button::after{transition:none}}

/* Pricing: one calm consultation card and one clear treatment comparison. */
#hinnasto .pricing-cards{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:24px;align-items:stretch}
#hinnasto .pricing-card{padding:36px;border-radius:22px;min-width:0;box-shadow:none}
#hinnasto .consultation-card{background:#fff;border-color:#ded3c9}
#hinnasto .treatment-card{background:#292521;border-color:#292521}
#hinnasto .pricing-card h3{font-size:36px;line-height:1.15;letter-spacing:-.025em;min-height:0;margin:0 0 20px;hyphens:none}
.consultation-price{display:flex;align-items:center;gap:22px;margin:0 0 22px}
#hinnasto .consultation-price .price-amount{font-size:76px;line-height:1;margin:0;letter-spacing:-.045em}
#hinnasto .consultation-price .price-amount span{font-size:38px}
.price-free{font-size:14px;color:#625a55;border:1px solid #ded3c9;padding:7px 13px;border-radius:30px}
#hinnasto .price-description,#hinnasto .treatment-description{font-size:16px;line-height:1.65;min-height:0;margin:0 0 24px;hyphens:none;max-width:42ch}
#hinnasto .price-description{color:#625a55}
#hinnasto .treatment-description{color:#e3d8cf}
#hinnasto .combined-treatment .treatment-prices{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:0 0 26px}
#hinnasto .treatment-prices>div{display:block;border:1px solid #665c52;border-radius:14px;background:#ffffff06;padding:18px 20px}
#hinnasto .treatment-prices dt{font-size:16px;line-height:1.5;color:#e3d8cf;margin-bottom:12px}
#hinnasto .treatment-prices dd{font-size:52px;line-height:1;letter-spacing:-.035em}
#hinnasto .treatment-prices dd span{font-size:28px}
#hinnasto .price-includes,#hinnasto .treatment-includes{margin:0 0 30px;padding:0;list-style:none}
#hinnasto .price-includes li,#hinnasto .treatment-includes li{display:flex;align-items:baseline;justify-content:flex-start;gap:12px;border:0;padding:8px 0;font-size:15px;line-height:1.55;hyphens:none}
#hinnasto .price-includes li::before,#hinnasto .treatment-includes li::before{content:'✓';flex:0 0 16px;font-size:14px}
#hinnasto .price-includes li::before{color:#806d59}
#hinnasto .treatment-includes li::before{color:#d9c7b7}
#hinnasto .pricing-card .button{width:100%;align-self:stretch;min-height:54px;margin-top:auto;padding:16px 20px;border-radius:12px;font-size:15px;line-height:1.4;gap:16px;white-space:normal;hyphens:none}
#hinnasto .consultation-card .button{background:#fff;color:#292521;border-color:#958575}
#hinnasto .consultation-card .button:hover{background:#f5ede7}
#hinnasto .treatment-card .button{background:#f5ede7;color:#292521;border-color:#f5ede7}
#hinnasto .treatment-card .button:hover{background:#fff;border-color:#fff}
@media(max-width:900px){
 #hinnasto .pricing-card{padding:28px}
 #hinnasto .pricing-card h3{font-size:32px}
 #hinnasto .treatment-prices>div{padding:16px}
 #hinnasto .treatment-prices dd{font-size:46px}
}
@media(max-width:760px){
 #hinnasto .pricing-cards{grid-template-columns:1fr;gap:18px}
 #hinnasto .pricing-card{padding:26px 22px;border-radius:18px}
 #hinnasto .pricing-card h3{font-size:32px;margin-bottom:18px}
 #hinnasto .consultation-price .price-amount{font-size:64px}
 .consultation-price{margin-bottom:20px}
 #hinnasto .price-description,#hinnasto .treatment-description{margin-bottom:22px}
 #hinnasto .combined-treatment .treatment-prices{gap:12px;margin-bottom:22px}
 #hinnasto .treatment-prices>div{padding:16px 14px}
 #hinnasto .treatment-prices dd{font-size:46px}
 #hinnasto .treatment-prices dd span{font-size:24px}
 #hinnasto .price-includes,#hinnasto .treatment-includes{margin-bottom:24px}
 #hinnasto .pricing-card .button{font-size:14px;padding:15px 16px}
}
@media(max-width:359px){
 #hinnasto .pricing-card{padding:24px 18px}
 #hinnasto .treatment-prices>div{padding:14px 10px}
 #hinnasto .treatment-prices dd{font-size:40px}
}

#hinnasto .price-includes li>span{white-space:normal;min-width:0}
