@charset "UTF-8";

:root {
  --brown: #725345;
  --brown-deep: #503c36;
  --ink: #493d39;
  --muted: #716661;
  --cream: #fbf7f0;
  --cream-deep: #f4e9e0;
  --white: #fff;
  --line: #d9bf9c;
  --purple: #a88087;
  --sea: #9d7f75;
  --rose: #f7eae8;
  --gold: #b79463;
  --gold-text: #6f523c;
  --sans: "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  --serif: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.85; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .25em; }
a:focus-visible { outline: 3px solid var(--sea); outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.45; text-wrap: balance; line-break: strict; word-break: normal; overflow-wrap: normal; }
@supports (word-break: auto-phrase) {
  h1, h2, h3, .hero-lead, .page-lead { word-break: auto-phrase; }
}
h2 { font-size: clamp(2rem, 3.2vw, 3.35rem); letter-spacing: .08em; }
.skip-link { position: absolute; z-index: 100; top: -5rem; left: 1rem; padding: .7rem 1rem; background: var(--white); color: var(--brown); }
.skip-link:focus { top: 1rem; }
.section-shell { width: min(100% - 3rem, 1200px); margin-inline: auto; }
.section-pad { padding-block: clamp(5rem, 8vw, 9rem); }
.eyebrow { margin-bottom: 1.25rem; color: var(--brown); font-size: .72rem; font-weight: 700; line-height: 1.4; letter-spacing: .23em; }
.button { display: inline-flex; min-height: 3.65rem; align-items: center; justify-content: center; gap: 1.4rem; padding: .8rem 1.6rem; border: 1px solid transparent; border-radius: 2px; font-size: .88rem; font-weight: 700; line-height: 1.5; text-align: center; text-decoration: none; transition: background .2s, color .2s, transform .2s; }
.button:hover { transform: none; }
.button-light { background: var(--white); color: var(--brown-deep); }
.button-light:hover { background: var(--cream); }
.button-dark { background: var(--brown); color: var(--white); }
.button-dark:hover { background: var(--brown-deep); }
.button-outline { border-color: rgba(255,255,255,.7); color: var(--white); }
.button-outline:hover { background: var(--white); color: var(--brown); }
.text-link { display: inline-flex; align-items: center; gap: .7rem; padding-block: .25rem; border-bottom: 1px solid currentColor; font-size: .86rem; font-weight: 700; text-decoration: none; }
.text-link:hover { opacity: .7; }

.site-header { position: relative; z-index: 10; background: rgba(251,247,240,.98); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; width: min(100% - 3rem, 1360px); min-height: 90px; align-items: center; gap: clamp(.55rem, 1vw, 1.25rem); margin-inline: auto; padding-block: .5rem; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; width: 142px; min-height: 62px; }
.brand img { width: 142px; height: auto; }
.global-nav { display: flex; flex: 1; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: .1rem clamp(.1rem, .45vw, .6rem); min-width: 0; }
.global-nav a { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: .3rem .35rem; color: var(--brown-deep); font-size: clamp(.71rem, .85vw, .8rem); font-weight: 700; text-align: center; text-decoration: none; white-space: nowrap; }
.global-nav a:hover { color: var(--purple); }
.global-nav a:last-child { padding: .55rem .9rem; border: 1px solid var(--gold); background-color: var(--rose); }
.header-cta { display: inline-flex; min-height: 44px; align-items: center; gap: .65rem; padding: .7rem 1.15rem; border: 1px solid var(--gold); background: transparent; color: var(--brown-deep); font-size: .8rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.header-cta:hover { background: var(--rose); }

.hero { position: relative; display: flex; min-height: clamp(620px, 60vw, 760px); align-items: center; overflow: hidden; padding-block: clamp(3rem, 6vw, 5rem); background: #f4e8df url("assets/hero-mai-natural-edge-20260915.png") center center / cover no-repeat; color: var(--brown-deep); }
.hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 0%, rgba(251,247,240,.06) 42%, rgba(251,247,240,.78) 100%); content: ""; }
.hero::after { position: absolute; z-index: 1; inset: clamp(.42rem, 1vw, .85rem); border: clamp(1.9rem, 4vw, 4.25rem) solid transparent; border-image-source: url("assets/tlp-arabesque-frame.svg"); border-image-slice: 160 180; border-image-width: clamp(1.9rem, 4vw, 4.25rem); border-image-repeat: stretch; filter: drop-shadow(0 .22rem .18rem rgba(110,75,43,.2)); content: ""; pointer-events: none; }
.hero-inner { position: relative; z-index: 2; width: min(49%, 35rem); margin: 0 max(3rem, calc((100% - 1200px) / 2 + 3rem)) 0 auto; padding: clamp(1.5rem, 3vw, 2.75rem); }
.hero-inner::before { position: absolute; z-index: -1; inset: -1.25rem; border: 1px solid rgba(183,148,99,.68); outline: 1px solid rgba(255,255,255,.82); outline-offset: -.5rem; background: rgba(251,247,240,.88); box-shadow: 0 1.5rem 3rem -2rem rgba(80,60,54,.35), inset 0 0 0 .16rem rgba(183,148,99,.1); content: ""; pointer-events: none; }
.hero-eyebrow { color: var(--brown); }
.hero h1 { margin-bottom: 1.5rem; font-size: clamp(2.8rem, 4vw, 4.3rem); line-height: 1.35; letter-spacing: .08em; }
.hero-lead { margin-bottom: 2.4rem; font-family: var(--serif); font-size: clamp(1.05rem, 1.55vw, 1.4rem); line-height: 2; letter-spacing: .04em; }
.hero-menu-line { display: flex; gap: .35rem .8rem; flex-wrap: wrap; margin: -1rem 0 1.7rem; color: var(--brown-deep); font-size: .78rem; font-weight: 700; letter-spacing: .04em; }
.hero-menu-line span + span { padding-left: .8rem; border-left: 1px solid var(--gold); }
.hero-actions { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.hero-availability { max-width: 27rem; margin: 1.5rem 0 0; padding: .55rem .8rem; border-left: 1px solid var(--gold); background: rgba(251,247,240,.72); font-size: .8rem; line-height: 1.7; }
.hero .button-light { background: var(--brown); color: var(--white); }
.hero .button-light:hover { background: var(--brown-deep); }
.hero-side { position: absolute; right: 2rem; bottom: 1.1rem; margin: 0; color: rgba(80,60,54,.6); font-size: .66rem; font-weight: 700; letter-spacing: .3em; writing-mode: vertical-rl; }

.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 7vw, 8rem); }
.intro h2 { margin-bottom: 0; }
.intro-copy { max-width: 32rem; padding-top: 2.4rem; font-size: .98rem; line-height: 2.2; }
.intro-copy p:last-child { margin-bottom: 0; }

.esthe { background: var(--rose); }
.esthe-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 3rem; }
.esthe-heading h2 { margin-bottom: 0; }
.esthe-heading > p { margin: 0 0 .3rem; font-family: var(--serif); font-size: 1.12rem; line-height: 1.9; }
.esthe-panel { display: grid; min-height: 500px; grid-template-columns: 1fr 1fr; border: 1px solid rgba(183,148,99,.68); outline: 1px solid rgba(183,148,99,.2); outline-offset: -.55rem; background: var(--white); }
.esthe-panel-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(2rem, 5.2vw, 5rem); }
.panel-number { margin-bottom: 3rem; color: var(--purple); font-size: .7rem; font-weight: 700; letter-spacing: .16em; }
.esthe-panel h3 { margin-bottom: 1.5rem; font-size: clamp(1.7rem, 2.5vw, 2.75rem); letter-spacing: .06em; }
.esthe-panel-copy > p { max-width: 26rem; margin-bottom: 2rem; color: var(--muted); font-size: .92rem; }
.esthe-panel-copy > .availability-note { margin-top: -1rem; padding-left: .9rem; border-left: 2px solid var(--sea); font-size: .8rem; line-height: 1.8; }
.panel-links { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.esthe-panel-art { background: #d7cabb url("assets/esthe-detail-20260913.jpg") center 65% / cover no-repeat; }
.treatment-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 1px; background: var(--line); }
.treatment-list > div { padding: 2rem clamp(2rem, 4vw, 4rem); background: var(--white); }
.treatment-list span { color: var(--sea); font-size: .68rem; font-weight: 700; letter-spacing: .19em; }
.treatment-list h3 { margin: .45rem 0; font-size: 1.35rem; }
.treatment-list p { margin-bottom: 0; color: var(--muted); font-size: .85rem; }

.choose { background: #fff; }
.choose h2 { max-width: 15em; margin-bottom: 1rem; }
.choose-lead { max-width: 42rem; margin-bottom: 3rem; color: var(--muted); }
.choose-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.choose-grid article { position: relative; display: flex; flex-direction: column; align-items: flex-start; min-height: 520px; padding: clamp(1.2rem, 2vw, 1.8rem); overflow: hidden; background: var(--cream); border-top: 3px solid var(--brown); }
.choose-grid article:nth-child(2) { background: #f2eee9; border-top-color: var(--purple); }
.choose-grid article:nth-child(3) { background: #eef2ef; border-top-color: var(--sea); }
.choose-grid article > span { margin-bottom: 1.8rem; color: var(--brown); font-size: .72rem; font-weight: 700; letter-spacing: .08em; }
.treatment-card-photo { width: calc(100% + clamp(2.4rem, 4vw, 3.6rem)); max-width: none; height: auto; aspect-ratio: 3 / 2; margin: calc(clamp(1.2rem, 2vw, 1.8rem) * -1) calc(clamp(1.2rem, 2vw, 1.8rem) * -1) 1.5rem; object-fit: cover; object-position: center; }
.choose-grid article:nth-child(1) .treatment-card-photo { object-position: center 44%; }
.choose-grid article:nth-child(2) .treatment-card-photo { object-position: center 45%; }
.choose-grid article:nth-child(3) .treatment-card-photo { object-position: center 46%; }
.choose-grid article:nth-child(4) .treatment-card-photo { object-position: center 42%; }
.choose-grid h3 { margin-bottom: 1rem; font-size: clamp(1.35rem, 2vw, 1.8rem); }
.choose-grid p { margin-bottom: 2rem; color: var(--muted); font-size: .88rem; }
.choose-grid .text-link { margin-top: auto; }
.choose-foot { margin: 2rem 0 0; font-size: .88rem; }
.choose-foot a { color: var(--brown); font-weight: 700; }

.guide { background: #f5e8e1; color: var(--ink); }
.guide .eyebrow { color: var(--brown); }
.guide-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 5rem; }
.guide h2 { margin-bottom: 0; }
.guide-content { border-top: 1px solid var(--line); }
.guide-item { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.7rem 0; border-bottom: 1px solid var(--line); }
.guide-index { padding-top: .25rem; color: var(--gold-text); font-size: .75rem; font-weight: 700; }
.guide-item h3 { margin-bottom: .55rem; font-size: 1.35rem; }
.guide-item p { max-width: 36rem; margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.guide-item a { font-weight: 700; }

.visit { background: var(--cream); }
.visit-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 7vw, 7rem); }
.visit-grid > div > p:last-child { max-width: 26rem; color: var(--muted); }
.visit-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.visit-steps li { display: grid; grid-template-columns: 3rem 1fr; gap: 1.25rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.visit-steps li > span { color: var(--purple); font-size: .75rem; font-weight: 700; }
.visit-steps h3 { margin-bottom: .4rem; font-size: 1.35rem; }
.visit-steps p { margin-bottom: 0; color: var(--muted); font-size: .88rem; }

.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 7vw, 7rem); }
.faq-grid > div:first-child > p:last-child { max-width: 23rem; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 4.8rem; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem 0; color: var(--brown-deep); font-weight: 700; line-height: 1.6; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { flex: 0 0 auto; content: "+"; font-family: var(--sans); font-size: 1.3rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 38rem; margin: 0 0 1.5rem; color: var(--muted); font-size: .88rem; }
.faq-list details a { color: var(--brown); font-weight: 700; }

.other-menu { background: var(--white); }
.other-heading { margin-bottom: 3rem; }
.other-heading h2 { margin-bottom: 1rem; }
.other-heading > p:last-child { margin-bottom: 0; color: var(--muted); }
.other-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.other-card { position: relative; display: flex; min-height: 370px; flex-direction: column; align-items: flex-start; padding: clamp(2rem, 4vw, 4rem); overflow: hidden; }
.other-card::before { position: absolute; right: -5rem; bottom: -9rem; width: 23rem; height: 23rem; border: 1px solid currentColor; border-radius: 50%; content: ""; opacity: .14; }
.other-card::after { position: absolute; right: -1.5rem; bottom: -12rem; width: 23rem; height: 23rem; border: 1px solid currentColor; border-radius: 50%; content: ""; opacity: .14; }
.counseling-card { background: #f4e5e7; color: #744e59; }
.seaglass-card { background: #f3ece2; color: #715a46; }
.card-number { position: absolute; top: 2.2rem; right: 2.5rem; font-family: var(--serif); font-size: 2rem; opacity: .5; }
.card-english { margin-bottom: 2rem; font-size: .68rem; font-weight: 700; letter-spacing: .2em; }
.other-card h3 { margin-bottom: 1rem; font-size: clamp(1.7rem, 2.4vw, 2.5rem); }
.other-card > p:not(.card-english) { max-width: 22rem; margin-bottom: 2rem; color: var(--ink); font-size: .92rem; }
.other-card .text-link { position: relative; z-index: 1; margin-top: auto; }

.contact { position: relative; overflow: hidden; background: #e9d9ce; color: var(--brown-deep); text-align: center; }
.contact::before { content: none; }
.contact .eyebrow { color: var(--brown); }
.contact-inner { position: relative; z-index: 1; max-width: 760px; padding: clamp(2rem, 4vw, 3.5rem); border: 1.35rem solid transparent; border-image: url("assets/tlp-arabesque-copy.svg") 140 / 1 stretch; background: rgba(251,247,240,.34); }
.contact h2 { margin-bottom: 1.5rem; }
.contact-inner > p:not(.eyebrow) { color: var(--muted); }
.contact-actions { display: flex; justify-content: center; gap: 1rem; margin: 2.5rem 0 1.5rem; flex-wrap: wrap; }
.contact-phone { color: var(--brown-deep); font-size: .82rem; }
.contact-address { margin: 1.2rem 0 0; color: var(--muted); font-size: .8rem; }
.contact .button-light { background: var(--brown-deep); color: var(--white); }
.contact .button-outline { border-color: var(--gold); color: var(--brown-deep); }
.contact .button-outline:hover { background: var(--cream); }
.site-footer { padding-block: 2.5rem; background: #6d5449; color: var(--white); }
.footer-inner { display: flex; align-items: center; gap: 2rem; }
.footer-brand { display: inline-flex; flex: 0 0 auto; align-items: center; width: 150px; min-height: 56px; margin-right: auto; padding: 0; background: transparent; text-decoration: none; }
.footer-brand img { width: 100%; height: auto; filter: drop-shadow(0 .25rem .45rem rgba(35,20,16,.2)); }
.footer-links { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.footer-links a, .site-footer small { color: rgba(255,255,255,.8); font-size: .75rem; text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }

.page-hero { position: relative; overflow: hidden; padding-block: clamp(5rem, 9vw, 9rem); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 85% 12%, rgba(248,221,222,.88), transparent 35%), linear-gradient(125deg, #fbf8f3, #f5ebe4); }
.page-hero::before { position: absolute; inset: clamp(.65rem, 1.4vw, 1rem); border: 1px solid rgba(183,148,99,.7); outline: 1px solid rgba(255,255,255,.8); outline-offset: -.42rem; box-shadow: inset 0 0 0 .16rem rgba(183,148,99,.1); content: ""; pointer-events: none; }
.page-hero::after { position: absolute; right: -8rem; bottom: -18rem; width: 48rem; height: 30rem; border: 1px solid rgba(183,148,99,.55); border-radius: 50%; transform: rotate(-20deg); content: ""; pointer-events: none; }
.page-hero .section-shell { position: relative; z-index: 1; padding-inline: clamp(1rem, 2vw, 2rem); }
.breadcrumbs { display: flex; gap: .6rem; align-items: center; margin-bottom: 3rem; color: var(--muted); font-size: .75rem; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.page-hero h1 { max-width: min(100%, 1100px); margin-bottom: 1.1rem; font-size: clamp(2.6rem, 5.1vw, 5.1rem); letter-spacing: .055em; word-break: keep-all; overflow-wrap: normal; }
.page-hero .page-lead { max-width: 720px; margin-bottom: 0; font-family: var(--serif); font-size: clamp(1rem, 1.45vw, 1.3rem); line-height: 2; text-wrap: pretty; line-break: strict; word-break: normal; overflow-wrap: normal; }
.page-with-photo .page-hero { background-image: linear-gradient(90deg, rgba(251,248,243,.98) 0%, rgba(251,248,243,.94) 42%, rgba(251,248,243,.64) 66%, rgba(251,248,243,.18) 100%), var(--page-hero-photo); background-position: center, var(--page-hero-position, center); background-size: cover; }
.page-with-photo .page-hero::after { right: 4%; bottom: -13rem; border-color: rgba(183,148,99,.72); box-shadow: 0 0 0 1px rgba(255,255,255,.62), inset 0 0 4rem rgba(255,255,255,.15); }
.page-therapy { --page-hero-photo: url("assets/esthe-room-20260914.jpg"); --page-hero-position: center 57%; }
.page-counseling { --page-hero-photo: url("assets/counseling-room-20260914.jpg"); --page-hero-position: center 54%; }
.page-seaglass { --page-hero-photo: url("assets/seaglass-still-life-20260914.jpg"); --page-hero-position: center 48%; }
.page-price { --page-hero-photo: url("assets/esthe-detail-20260913.jpg"); --page-hero-position: center 54%; }
.page-about, .page-faq, .page-privacy { --page-hero-photo: url("assets/blush-floral-20260914.jpg"); --page-hero-position: center 48%; }
.page-mai { --page-hero-photo: url("assets/mai-profile-photo1-retouched-20260914.png"); --page-hero-position: 82% 30%; }
.page-contact { --page-hero-photo: url("assets/counseling-room-20260914.jpg"); --page-hero-position: center 55%; }
.page-guide-choosing { --page-hero-photo: url("assets/esthe-detail-20260913.jpg"); --page-hero-position: center 52%; }
.page-guide-first { --page-hero-photo: url("assets/esthe-room-20260914.jpg"); --page-hero-position: center 58%; }
.page-guide-differences { --page-hero-photo: url("assets/seaglass-still-life-20260914.jpg"); --page-hero-position: center 50%; }
.page-content h2, .page-content h3, .page-cta h2 { text-wrap: balance; word-break: keep-all; line-break: strict; overflow-wrap: break-word; }
.page-content > section:not(.section-intro):not(.page-note) { position: relative; padding-inline: clamp(.25rem, 1.5vw, 1.25rem); }
.page-content > section:not(.section-intro):not(.page-note)::before { position: absolute; top: -.8rem; left: 0; width: 4.25rem; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); content: ""; }
.page-main { background: var(--cream); }
.page-content { max-width: 1080px; }
.page-content > section + section { margin-top: clamp(4.5rem, 7vw, 7rem); }
.section-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.page-content > .section-intro { padding: clamp(2rem, 4vw, 3rem); border: 1px solid rgba(183,148,99,.58); outline: 1px solid rgba(183,148,99,.18); outline-offset: -.55rem; background: rgba(255,255,255,.45); }
.section-intro h2 { margin-bottom: 0; }
.section-intro p { max-width: 40rem; }
.section-intro p:last-child { margin-bottom: 0; }
.gold-rule { position: relative; width: clamp(10rem, 16vw, 13.75rem); height: 2rem; margin: 1.1rem 0 2rem; background: url("assets/tlp-arabesque-divider.svg") left center / contain no-repeat; }
.gold-rule::after { content: none; }
.intro h2::after, .esthe-heading h2::after, .choose h2::after, .guide h2::after, .other-heading h2::after { display: block; width: clamp(10rem, 16vw, 13.75rem); height: 2rem; margin-top: 1rem; background: url("assets/tlp-arabesque-divider.svg") left center / contain no-repeat; content: ""; }
.page-content > .editorial-visual, .page-content > .visual-pair { margin-block: clamp(3.5rem, 6vw, 5.5rem); }
.page-content > .editorial-visual + section, .page-content > .visual-pair + section { margin-top: clamp(4.5rem, 7vw, 7rem); }
.editorial-visual { position: relative; min-width: 0; margin: 0; padding: .55rem; border: 1px solid var(--line); background: var(--white); box-shadow: 0 1.5rem 2.5rem -2rem rgba(80, 60, 54, .3); }
.editorial-visual::after { position: absolute; z-index: 0; inset: -.65rem .65rem .65rem -.65rem; border: 1px solid var(--gold); content: ""; pointer-events: none; }
.editorial-visual img { position: relative; z-index: 1; width: 100%; height: clamp(270px, 42vw, 470px); object-fit: cover; }
.editorial-visual--slim img { height: clamp(230px, 30vw, 340px); }
.editorial-visual--portrait img { object-position: center 32%; }
.visual-pair { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(1rem, 3vw, 2rem); align-items: stretch; }
.visual-pair .editorial-visual img { height: clamp(270px, 35vw, 390px); }
.visual-pair--equal { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem; }
.detail-card { position: relative; padding: clamp(1.7rem, 3.5vw, 3rem); border: 1px solid var(--line); background: var(--white); }
.detail-card--with-photo { overflow: hidden; padding-top: 0; }
.detail-card-photo { width: calc(100% + (clamp(1.7rem, 3.5vw, 3rem) * 2)); max-width: none; height: auto; aspect-ratio: 3 / 2; margin: 0 calc(clamp(1.7rem, 3.5vw, 3rem) * -1) clamp(1.5rem, 3vw, 2.25rem); object-fit: cover; object-position: center 44%; }
.detail-card:nth-child(2) .detail-card-photo { object-position: center 45%; }
.detail-card:nth-child(3) .detail-card-photo { object-position: center 46%; }
.detail-card:nth-child(4) .detail-card-photo { object-position: center 42%; }
.treatment-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(.75rem, 2vw, 1.25rem); margin-block: clamp(2.5rem, 5vw, 4rem); }
.treatment-gallery figure { position: relative; min-width: 0; margin: 0; padding: .4rem; border: 1px solid var(--line); background: var(--white); }
.treatment-gallery img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.detail-card::before, .choose-grid article::before, .service-links a::before { position: absolute; top: .55rem; left: .55rem; width: 1.15rem; height: 1.15rem; border-top: 1px solid var(--gold); border-left: 1px solid var(--gold); content: ""; pointer-events: none; }
.detail-card::after, .choose-grid article::after, .service-links a::after { position: absolute; right: .55rem; bottom: .55rem; width: 1.15rem; height: 1.15rem; border-right: 1px solid var(--gold); border-bottom: 1px solid var(--gold); content: ""; pointer-events: none; }
.detail-card .eyebrow { color: var(--gold-text); }
.detail-card h3 { margin-bottom: 1rem; font-size: clamp(1.45rem, 2.2vw, 2rem); }
.detail-card p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }
.detail-card a { color: var(--brown); font-weight: 700; }
.page-note { padding: clamp(1.5rem, 3vw, 2.5rem); border-left: 2px solid var(--gold); background: var(--rose); }
.page-note h2, .page-note h3 { margin-bottom: .6rem; font-size: clamp(1.35rem, 2vw, 1.75rem); }
.page-note p:last-child { margin-bottom: 0; }
.info-table { border-top: 1px solid var(--line); }
.info-row { display: grid; grid-template-columns: 13rem 1fr; gap: 2rem; padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.info-row dt { font-weight: 700; }
.info-row dd { margin: 0; }
.info-row a { color: var(--brown); }
.service-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.service-links a { position: relative; display: flex; min-height: 9rem; flex-direction: column; justify-content: space-between; padding: 1.5rem; border: 1px solid var(--line); background: var(--white); font-family: var(--serif); font-size: 1.3rem; text-decoration: none; }
.service-links a:hover { background: var(--rose); }
.service-links span { color: var(--gold-text); font-family: var(--sans); font-size: .68rem; font-weight: 700; letter-spacing: .18em; }
.page-cta { position: relative; overflow: hidden; padding-block: clamp(4rem, 7vw, 7rem); border-top: 1px solid var(--line); background: #ebdad1; text-align: center; }
.page-cta::before { position: absolute; inset: clamp(.7rem, 1.4vw, 1rem); border: 1px solid rgba(183,148,99,.72); outline: 1px solid rgba(255,255,255,.76); outline-offset: -.42rem; content: ""; pointer-events: none; }
.page-cta .section-shell { position: relative; z-index: 1; padding-inline: 1rem; }
.page-cta h2 { margin-bottom: 1rem; }
.page-cta p { max-width: 620px; margin-inline: auto; }
.page-cta .contact-actions { margin-bottom: 1rem; }
.page-cta .button-outline { border-color: var(--gold); color: var(--brown-deep); }
.page-cta .button-outline:hover { background: var(--white); }
.page-cta .contact-phone { display: inline-block; margin-top: .6rem; }
.source-link { color: var(--brown); font-size: .86rem; }
.price-table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid rgba(183,148,99,.65); outline: 1px solid rgba(183,148,99,.18); outline-offset: -.5rem; background: var(--white); }
.price-table { width: 100%; min-width: 620px; border-collapse: collapse; text-align: left; }
.price-table caption { padding: 1.3rem 9rem 1.3rem 1.5rem; border-bottom: 1px solid var(--line); background: url("assets/tlp-arabesque-divider.svg") right 1rem center / 7rem auto no-repeat; font-family: var(--serif); font-size: 1.3rem; text-align: left; }
.price-table th, .price-table td { padding: 1.15rem 1.5rem; border-bottom: 1px solid #e8ddd0; white-space: nowrap; }
.price-table tr:last-child th, .price-table tr:last-child td { border-bottom: 0; }
.price-table thead th { background: var(--rose); color: var(--brown-deep); font-size: .82rem; }
.price-table tbody th { font-weight: 600; }
.price-table td { font-variant-numeric: tabular-nums; }
.price-single { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: 1rem; padding: 1.5rem 2rem; border: .85rem solid transparent; border-image: url("assets/tlp-arabesque-copy.svg") 140 / 1 stretch; background: var(--white); }
.price-single span { color: var(--gold-text); font-size: .68rem; font-weight: 700; letter-spacing: .16em; }
.price-single h3, .price-single p { margin-bottom: 0; }
.price-single h3 { font-size: 1.35rem; }
.price-single p { font-weight: 700; white-space: nowrap; }

@media (max-width: 900px) {
  .header-inner { flex-wrap: wrap; justify-content: center; gap: .2rem; padding-block: .7rem; }
  .global-nav { order: 3; width: 100%; flex-basis: 100%; justify-content: center; gap: .1rem .35rem; padding-block: .25rem; }
  .header-cta { margin-left: auto; }
  .hero { min-height: 620px; background-position: 25% center; }
  .hero::before { background: linear-gradient(90deg, transparent 0%, rgba(251,247,240,.25) 45%, rgba(251,247,240,.88) 100%); }
  .hero-inner { width: min(53%, 32rem); margin-right: 2.5rem; padding: 1.5rem; }
  .hero-inner::before { inset: -.85rem; border-width: 1.8rem; }
  .hero h1 { font-size: clamp(2rem, 4.5vw, 2.8rem); letter-spacing: .05em; }
  .guide-grid { gap: 2.5rem; }
  .choose-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid, .visit-grid { gap: 2.5rem; }
  .footer-inner { flex-wrap: wrap; }
}

@media (max-width: 680px) {
  .page-content > section:not(.section-intro):not(.page-note) { padding-inline: 0; }
  .page-content h2, .page-content h3, .page-cta h2 { word-break: normal; line-break: strict; overflow-wrap: normal; }
  .section-shell, .hero-inner, .header-inner { width: min(100% - 2rem, 1200px); }
  .section-pad { padding-block: 4.5rem; }
  .header-inner { min-height: auto; }
  .brand, .brand img { width: 114px; }
  .header-cta { min-height: 40px; padding: .55rem .75rem; font-size: .73rem; }
  .global-nav { display: grid; width: 100%; max-width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .2rem; padding-block: .3rem; overflow: visible; white-space: normal; }
  .global-nav a { min-width: 0; min-height: 46px; padding: .3rem .15rem; font-size: clamp(.68rem, 2.75vw, .78rem); line-height: 1.35; overflow-wrap: anywhere; white-space: normal; }
  .global-nav a:last-child { padding: .3rem .15rem; }
  .hero { display: block; min-height: 0; padding: clamp(18rem, 95vw, 25rem) 0 2rem; background-color: var(--cream-deep); background-size: auto clamp(20rem, 95vw, 25rem); background-position: left top; }
  .hero::before { background: linear-gradient(180deg, transparent 0%, rgba(251,247,240,.04) 30%, rgba(251,247,240,.9) 58%, rgba(251,247,240,.98) 100%); }
  .hero::after { inset: .55rem; }
  .hero-inner { width: min(100% - 2.5rem, 42rem); margin: 0 auto; padding: clamp(1.35rem, 4vw, 2rem); }
  .hero-inner::before { inset: 0; border: 1px solid rgba(183,148,99,.8); border-image: none; background: rgba(251,247,240,.94); box-shadow: 0 1.1rem 2.2rem -1.5rem rgba(80,60,54,.3); }
  .hero h1 { font-size: clamp(1.9rem, 7.5vw, 2.6rem); letter-spacing: .05em; overflow-wrap: anywhere; }
  .hero-lead { font-size: 1rem; }
  .hero-menu-line { flex-wrap: wrap; gap: .3rem .8rem; }
  .hero-side { display: none; }
  .hero-actions { gap: .8rem 1.2rem; }
  .hero-availability { margin-top: 1rem; }
  .intro-grid, .guide-grid, .other-grid, .treatment-list, .choose-grid, .visit-grid, .faq-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .intro-copy { padding-top: 0; }
  .esthe-heading { display: block; }
  .esthe-heading > p { margin-top: 1.5rem; }
  .esthe-panel { grid-template-columns: 1fr; }
  .esthe-panel { border-width: .65rem; border-image-source: url("assets/tlp-arabesque-copy.svg"); border-image-slice: 140; }
  .esthe-panel-copy { padding: 2rem; }
  .esthe-panel-art { min-height: 230px; order: -1; }
  .treatment-list { gap: 1px; }
  .choose-grid { gap: 1rem; }
  .choose-grid article { min-height: 260px; }
  .panel-number { margin-bottom: 1.7rem; }
  .guide-grid { gap: 2rem; }
  .other-card { min-height: 290px; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .footer-brand { margin-right: 0; }
  .page-hero { padding-block: 3rem 4.5rem; }
  .page-hero::before, .page-cta::before, .contact::before { inset: .65rem; }
  .page-cta::before { border-width: 1rem; border-image-source: url("assets/tlp-arabesque-copy.svg"); border-image-slice: 140; }
  .contact-inner { padding: 1.3rem; border-width: .65rem; }
  .page-content > .section-intro { padding: 1rem; border-width: .55rem; }
  .price-table-wrap { border-width: .55rem; border-image-source: url("assets/tlp-arabesque-copy.svg"); border-image-slice: 140; }
  .price-table caption { padding-right: 1.5rem; background-image: none; }
  .price-single { border-width: .55rem; }
  .page-hero::before { inset: .55rem; }
  .page-hero .section-shell { padding-inline: 2rem; }
  .page-hero h1 { font-size: clamp(1.4rem, 7vw, 2.3rem); line-height: 1.45; letter-spacing: .015em; word-break: keep-all; overflow-wrap: normal; }
  .page-hero .page-lead { line-height: 1.85; word-break: normal; }
  .breadcrumbs { margin-bottom: 2.25rem; }
  .section-intro, .detail-grid, .service-links, .visual-pair, .visual-pair--equal, .treatment-gallery { grid-template-columns: 1fr; }
  .editorial-visual img, .visual-pair .editorial-visual img { height: clamp(230px, 62vw, 330px); }
  .info-row { grid-template-columns: 1fr; gap: .35rem; }
  .page-cta .contact-actions { flex-direction: column; align-items: stretch; }
  .price-single { align-items: flex-start; flex-direction: column; }
}

@keyframes heroCopyEnter { from { opacity: .84; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes heroPhotoWash { from { opacity: .72; } to { opacity: 1; } }
@keyframes lineReveal { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes scrollReveal { from { opacity: .28; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes scrollImage { from { opacity: .4; transform: scale(1.02); } to { opacity: 1; transform: scale(1); } }
@keyframes scrollFade { from { opacity: .3; } to { opacity: 1; } }
@keyframes detailOpen { from { opacity: .88; transform: translateY(5px); } to { opacity: 1; transform: none; } }
@keyframes orbFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }

.button, .header-cta { position: relative; }
.button::after, .header-cta::after { position: absolute; right: 12%; bottom: .42rem; left: 12%; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); content: ""; pointer-events: none; transform: scaleX(0); transform-origin: left center; }
.faq-list summary:focus-visible { outline: 2px solid var(--brown-deep); outline-offset: 2px; }

@media (prefers-reduced-motion: no-preference) {
  .hero::before { animation: heroPhotoWash .95s ease-out both; }
  .hero-inner > .eyebrow { animation: heroCopyEnter .85s ease-out .12s both; }
  .hero-inner > h1 { animation: heroCopyEnter .9s ease-out .24s both; }
  .hero-inner > .hero-lead { animation: heroCopyEnter .9s ease-out .36s both; }
  .hero-inner > .hero-actions { animation: heroCopyEnter .9s ease-out .48s both; }
  .hero-inner > .hero-availability { animation: heroCopyEnter .9s ease-out .6s both; }
  .reveal-text.reveal-pending:not(.is-revealed), .reveal-card.reveal-pending:not(.is-revealed) > *, .reveal-table.reveal-pending:not(.is-revealed) table { opacity: .28; transform: translateY(20px); }
  .reveal-text.is-revealed, .reveal-card.is-revealed > *, .reveal-table.is-revealed table { animation: scrollReveal .82s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms) backwards; }
  .editorial-visual.reveal-visual.reveal-pending:not(.is-revealed) img, .esthe-panel-art.reveal-visual.reveal-pending:not(.is-revealed) { opacity: .4; transform: scale(1.02); }
  .editorial-visual.reveal-visual.is-revealed img, .esthe-panel-art.reveal-visual.is-revealed { animation: scrollImage .86s ease-out var(--reveal-delay, 0ms) backwards; }
  .reveal-link.reveal-pending:not(.is-revealed) { opacity: .3; }
  .reveal-link.is-revealed { animation: scrollFade .82s ease-out var(--reveal-delay, 0ms) backwards; }
  .reveal-text.reveal-pending:is(:hover, :focus-visible), .reveal-card.reveal-pending:is(:hover, :focus-within) > *, .reveal-table.reveal-pending:focus-within table, .reveal-link.reveal-pending:is(:hover, :focus-visible) { opacity: 1; transform: none; }
  .reveal-text.is-revealed:is(:hover, :focus-visible), .reveal-card.is-revealed:is(:hover, :focus-within) > *, .reveal-table.is-revealed:focus-within table, .reveal-link.is-revealed:is(:hover, :focus-visible) { animation: none; }
  .faq-list details[open] p { animation: detailOpen .35s ease-out both; }
  .detail-card, .choose-grid article, .service-links a, .other-card, .contact-option { transition: transform .35s ease-out, box-shadow .35s ease-out, background-color .35s ease-out; }
  .editorial-visual { transition: transform .8s ease-out, box-shadow .8s ease-out; }
  .global-nav a:not(:last-child) { background: linear-gradient(var(--gold), var(--gold)) left bottom / 0 1px no-repeat; transition: color .3s ease-out, background-size .5s ease-out; }
  .button, .header-cta { transition: background-color .3s ease-out, color .3s ease-out, transform .35s ease-out, box-shadow .5s ease-out; }
  .button::after, .header-cta::after { transition: transform .5s ease-out; }
  .global-nav a:focus-visible { background-size: 100% 1px; }
  .button:focus-visible::after, .header-cta:focus-visible::after { transform: scaleX(1); }
  .detail-card:focus-within, .choose-grid article:focus-within, .service-links a:focus-visible, .other-card:focus-within, .contact-option:focus-within { transform: translateY(-4px); box-shadow: 0 1.15rem 2rem -1.35rem rgba(80,60,54,.34), 0 0 0 1px rgba(183,148,99,.4); }
  .editorial-visual:focus-within { transform: scale(1.02); }
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .button:hover { transform: translateY(-2px); }
  .button:hover::after, .header-cta:hover::after { transform: scaleX(1); }
  .header-cta:hover { box-shadow: 0 .7rem 1.4rem -1rem rgba(80,60,54,.34); }
  .global-nav a:hover { background-size: 100% 1px; }
  .detail-card:hover, .choose-grid article:hover, .service-links a:hover, .other-card:hover, .contact-option:hover { transform: translateY(-4px); box-shadow: 0 1.15rem 2rem -1.35rem rgba(80,60,54,.34), 0 0 0 1px rgba(183,148,99,.4); }
  .editorial-visual:hover { transform: scale(1.02); }
}

@media (min-width: 681px) and (prefers-reduced-motion: no-preference) {
  .other-card::before { animation: orbFloat 10s ease-in-out infinite; }
  .other-card::after { animation: orbFloat 12s ease-in-out -3s infinite; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .button:hover { transform: none; }
}
/* TLP editorial additions */
.choose-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.choose-grid article:nth-child(4) { background: #f8f0ed; border-top-color: var(--gold); }
.reasons { background: #f7f0e9; }
.reasons h2, .journal h2 { max-width: 18em; }
.reasons-grid, .journal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.15rem; margin-top: 2.5rem; }
.reasons-grid article, .journal-grid article { position: relative; min-width: 0; padding: clamp(1.6rem, 2.5vw, 2.5rem); border: 1px solid var(--line); background: var(--white); }
.reasons-grid article::before, .journal-grid article::before { position: absolute; inset: .5rem; border: 1px solid rgba(183,148,99,.35); content: ""; pointer-events: none; }
.reasons-grid article > span, .journal-grid article > span { color: var(--gold-text); font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.reasons-grid h3, .journal-grid h3 { margin: 1rem 0 .7rem; font-size: clamp(1.25rem, 1.7vw, 1.65rem); }
.reasons-grid p, .journal-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.reasons-grid a, .journal-grid a { color: var(--brown-deep); }
.mai-message { background: #f5e8e1; }
.mai-message-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.mai-message-photo { margin: 0; overflow: hidden; padding: .55rem; border: 1px solid rgba(183,148,99,.68); outline: 1px solid rgba(183,148,99,.18); outline-offset: -.45rem; background: var(--white); }
.mai-message-photo img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; }
.mai-message-grid > div { max-width: 33rem; }
.mai-message-grid p:not(.eyebrow) { color: var(--muted); }
.mai-signature { font-family: var(--serif); font-size: 1.15rem; }
.journal { background: var(--cream); }
.journal > .section-shell > p:not(.eyebrow) { max-width: 39rem; color: var(--muted); }
.journal-grid h3 a { text-decoration-thickness: 1px; text-underline-offset: .22em; }
.journal-grid h3 a:hover { color: var(--purple); }
.inquiry-section { scroll-margin-top: 7rem; }
.inquiry-intro { max-width: 46rem; }
.form-availability { max-width: 50rem; margin: 1.5rem 0; padding: 1rem 1.25rem; border-left: 2px solid var(--gold); background: var(--rose); color: var(--brown-deep); font-size: .9rem; }
.contact-form { max-width: 850px; padding: clamp(1.5rem, 3.5vw, 3rem); border: 1px solid var(--line); background: var(--white); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.6rem 1.25rem; }
.form-field { display: flex; min-width: 0; flex-direction: column; gap: .55rem; }
.form-field-full { grid-column: 1 / -1; }
.form-field label { color: var(--brown-deep); font-size: .9rem; font-weight: 700; }
.form-required, .form-optional { margin-left: .35rem; font-size: .75rem; font-weight: 700; }
.form-required { color: var(--brown-deep); }
.form-optional { color: var(--muted); }
.form-field input, .form-field textarea { width: 100%; min-height: 3.25rem; padding: .75rem .9rem; border: 1px solid #aa9485; border-radius: 0; background: var(--cream); color: var(--ink); font: inherit; font-size: 1rem; line-height: 1.6; }
.form-field textarea { min-height: 10rem; resize: vertical; }
.form-field input:focus-visible, .form-field textarea:focus-visible, .form-consent input:focus-visible { outline: 2px solid var(--brown-deep); outline-offset: 3px; }
.form-consent { display: flex; align-items: flex-start; gap: .75rem; margin: 2rem 0 1.5rem; color: var(--brown-deep); font-size: .88rem; line-height: 1.7; }
.form-consent input { width: 1.1rem; height: 1.1rem; flex: 0 0 auto; margin: .2rem 0 0; accent-color: var(--brown-deep); }
.form-actions { display: flex; align-items: center; gap: 1rem 1.5rem; flex-wrap: wrap; }
.form-submit { min-width: 12rem; min-height: 3.4rem; padding: .8rem 1.5rem; border: 1px solid var(--brown-deep); background: var(--brown-deep); color: var(--white); font: inherit; font-size: .9rem; font-weight: 700; }
.form-submit:disabled { cursor: not-allowed; opacity: .72; }
.form-actions p { margin: 0; color: var(--muted); font-size: .8rem; }
@media (max-width: 900px) {
  .reasons-grid, .journal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .choose-grid, .reasons-grid, .journal-grid, .mai-message-grid, .form-grid { grid-template-columns: 1fr; }
  .mai-message-photo img { height: auto; }
  .form-field-full { grid-column: auto; }
  .reasons-grid, .journal-grid { gap: .8rem; }
}
/* All nine global links remain visible and keyboard-accessible. */
.global-nav a:focus-visible { outline: 2px solid var(--brown-deep); outline-offset: 2px; }
.form-field select { width: 100%; min-height: 3.25rem; padding: .75rem .9rem; border: 1px solid #aa9485; background: var(--cream); color: var(--ink); font: inherit; }
.form-field select:focus-visible { outline: 2px solid var(--brown-deep); outline-offset: 3px; }
.form-hint { margin: 0; color: var(--muted); font-size: .8rem; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-consent a { color: var(--brown-deep); font-weight: 700; text-underline-offset: .2em; }
#guide, #reasons, #choose, #flow, #questions, #journal, #mai-message { scroll-margin-top: 2rem; }
.guide-article { max-width: 1050px; margin-inline: auto; }
.guide-article > section + section { margin-top: clamp(4rem, 7vw, 7rem); }
.guide-article > section:not(.section-intro):not(.page-note) > p { max-width: 48rem; line-height: 2; }
.guide-article > section:not(.section-intro) > .eyebrow { color: var(--gold-text); }
.guide-article .service-links { margin-top: 1.5rem; }
@media (max-width: 680px) { .guide-article > section + section { margin-top: 4rem; } }

.first-visit-offer { background: linear-gradient(135deg, #fffaf5, #f5e7e1); }
.offer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; margin-top: 2.5rem; }
.offer-card { position: relative; display: flex; min-height: 24rem; flex-direction: column; padding: clamp(1.5rem, 3vw, 2.4rem); border: 1px solid var(--line); outline: 1px solid rgba(183,148,99,.18); outline-offset: -.55rem; background: rgba(255,255,255,.88); }
.offer-card h3 { margin-bottom: .8rem; font-size: clamp(1.45rem, 2.2vw, 2rem); }
.offer-card .offer-price { margin: auto 0 1.2rem; color: var(--brown-deep); font-family: var(--serif); font-size: 1.2rem; }
.offer-card .button { align-self: flex-start; }
.comparison-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); background: var(--white); }
.comparison-table { width: 100%; min-width: 760px; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 1rem 1.15rem; border-bottom: 1px solid #e8ddd0; text-align: left; vertical-align: top; }
.comparison-table thead th { background: var(--rose); color: var(--brown-deep); font-size: .82rem; }
.comparison-table tbody th { min-width: 10rem; font-family: var(--serif); font-size: 1.05rem; }
.comparison-table tr:last-child th, .comparison-table tr:last-child td { border-bottom: 0; }
.quiz-shell { max-width: 900px; }
.quiz-progress { margin-bottom: 2rem; color: var(--muted); }
.quiz-question { margin: 0 0 2rem; padding: clamp(1.3rem, 3vw, 2rem); border: 1px solid var(--line); background: var(--white); }
.quiz-question legend { padding: 0 .5rem; font-family: var(--serif); font-size: clamp(1.2rem, 2.3vw, 1.7rem); }
.quiz-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; margin-top: 1rem; }
.quiz-options label { display: flex; min-height: 3.5rem; align-items: center; gap: .7rem; padding: .8rem 1rem; border: 1px solid #e5d6c7; background: var(--cream); cursor: pointer; }
.quiz-options label:has(input:checked) { border-color: var(--brown); background: var(--rose); box-shadow: inset 0 0 0 1px var(--brown); }
.quiz-result { margin-top: 2.5rem; padding: clamp(1.6rem, 4vw, 3rem); border: 1px solid var(--gold); background: linear-gradient(135deg, #fff, #f7ebe6); text-align: center; }
.quiz-result[hidden] { display: none; }
.quiz-result-actions { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin: 1.4rem 0; }
.trust-points { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 2rem; }
.trust-points article { padding: 1.5rem; border-top: 2px solid var(--gold); background: var(--white); }
.trust-points h3 { font-size: 1.2rem; }
.detail-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 2rem; background: var(--line); }
.detail-summary > div { padding: 1.4rem; background: var(--white); }
.detail-summary dt { color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .08em; }
.detail-summary dd { margin: .35rem 0 0; font-family: var(--serif); font-size: 1.15rem; }
.steps-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.steps-grid article { padding: 1.5rem; border: 1px solid var(--line); background: var(--white); }
.steps-grid span { color: var(--gold-text); font-size: .72rem; font-weight: 700; letter-spacing: .16em; }
.topic-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.topic-grid article { padding: 1.5rem; border: 1px solid var(--line); background: var(--white); }
.mobile-contact-bar { display: none; }

@media (max-width: 900px) {
  .offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-points, .topic-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: 0; }
  .offer-card .offer-price { margin-top: 1rem; }
  .steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .offer-grid { grid-template-columns: 1fr; }
  body { padding-bottom: 4.4rem; }
  .quiz-options, .detail-summary, .steps-grid { grid-template-columns: 1fr; }
  .mobile-contact-bar { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--gold); background: rgba(255,250,245,.97); box-shadow: 0 -.6rem 1.5rem rgba(80,60,54,.12); backdrop-filter: blur(10px); }
  .mobile-contact-bar a { display: flex; min-height: 4.1rem; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid #eadbc9; color: var(--brown-deep); line-height: 1.3; text-decoration: none; }
  .mobile-contact-bar a:last-child { border-right: 0; background: var(--brown); color: var(--white); }
  .mobile-contact-bar span { font-size: .82rem; font-weight: 700; }
  .mobile-contact-bar small { font-size: .63rem; }
}
.visual-pair .editorial-visual--mai img, .visual-pair .editorial-visual--mai + .editorial-visual img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; }
