:root {
  --ink: #082451;
  --muted: #536a7f;
  --blue: #087fbd;
  --blue-deep: #083c8c;
  --blue-dark: #05275e;
  --blue-soft: #edf7fc;
  --aqua: #18a8d9;
  --gold: #f15a2b;
  --gold-soft: #fff1ec;
  --paper: #f8fbfe;
  --white: #ffffff;
  --line: #d7e8f3;
  --shadow: 0 22px 70px rgba(4, 45, 102, 0.15);
  --radius: 28px;
  --shell: min(1180px, calc(100vw - 40px));
  --serif: Georgia, "Times New Roman", "Noto Serif SC", "Songti SC", serif;
  --sans: Inter, "Segoe UI", "Noto Sans SC", "Microsoft YaHei", Tahoma, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 104px; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

html[lang="zh"] body { line-height: 1.8; }
html[dir="rtl"] body { font-family: Tahoma, "Segoe UI", Arial, sans-serif; }

a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
img, svg { display: block; max-width: 100%; }
p, h1, h2, h3 { margin-block-start: 0; }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; inset-block-start: 10px; inset-inline-start: 10px; z-index: 999; padding: 10px 15px; background: var(--white); color: var(--blue-deep); border-radius: 8px; transform: translateY(-150%); box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }

.topbar { background: var(--blue-dark); color: rgba(255,255,255,.88); font-size: 13px; letter-spacing: .025em; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { color: var(--white); font-weight: 700; }

.site-header { position: sticky; inset-block-start: 0; z-index: 100; background: rgba(255,255,255,.95); border-block-end: 1px solid rgba(8,60,140,.12); box-shadow: 0 8px 30px rgba(4,45,102,.05); backdrop-filter: blur(18px); }
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 0; flex: 0 0 auto; }
.brand-logo-frame { position: relative; display: block; width: 282px; height: 66px; overflow: hidden; border-radius: 8px; }
.brand-logo-frame img { position: absolute; inset-block-start: -18px; left: -40px; width: 612px; max-width: none; height: auto; }
.brand-mark { width: 49px; height: 49px; }
.brand-words { display: flex; flex-direction: column; line-height: 1.02; color: var(--blue-deep); text-transform: uppercase; letter-spacing: .09em; }
.brand-words strong { font-family: var(--serif); font-size: 17px; letter-spacing: .045em; }
.brand-words span { margin-block-start: 5px; font-size: 10px; font-weight: 800; letter-spacing: .34em; }

.site-nav { display: flex; align-items: center; gap: 24px; margin-inline-start: auto; }
.site-nav a { position: relative; color: #334250; font-size: 14px; font-weight: 650; }
.site-nav a::after { content: ""; position: absolute; inset-inline: 0; inset-block-end: -7px; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform .22s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }

.header-actions { display: flex; align-items: center; gap: 10px; }
.language-control { position: relative; }
.language-control::after { content: "⌄"; position: absolute; inset-inline-end: 9px; inset-block-start: 50%; transform: translateY(-54%); color: var(--blue); pointer-events: none; }
.language-control select { min-width: 96px; height: 40px; padding: 0 28px 0 10px; color: var(--blue-deep); background: transparent; border: 1px solid #cbd8dc; border-radius: 999px; appearance: none; cursor: pointer; }
html[dir="rtl"] .language-control select { padding: 0 10px 0 28px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 23px; color: var(--white); background: linear-gradient(135deg, #0da4d1, #074998 72%); border: 1px solid #087dbb; border-radius: 999px; font-weight: 750; font-size: 14px; letter-spacing: .01em; box-shadow: 0 8px 24px rgba(7,73,152,.22); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { background: linear-gradient(135deg, #087fbd, #05275e); box-shadow: 0 12px 30px rgba(5,39,94,.30); transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 17px; font-size: 13px; }
.button-light { color: var(--blue-dark); background: var(--white); border-color: var(--white); box-shadow: none; }
.button-light:hover, .button-light:focus-visible { color: var(--white); background: transparent; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-deep); font-weight: 800; font-size: 14px; }
.text-link span:last-child { transition: transform .2s ease; }
.text-link:hover span:last-child { transform: translateX(4px); }
html[dir="rtl"] .text-link:hover span:last-child { transform: translateX(-4px); }

.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; background: transparent; border: 0; border-radius: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--blue-deep); border-radius: 2px; }

.hero { position: relative; min-height: 720px; overflow: hidden; background: radial-gradient(circle at 84% 16%, rgba(24,168,217,.19), transparent 29%), radial-gradient(circle at 12% 85%, rgba(8,60,140,.08), transparent 31%), linear-gradient(135deg, #ffffff 18%, #edf8fe 100%); }
.hero::after { content: ""; position: absolute; inset-inline-start: -4%; inset-block-end: -82px; z-index: 1; width: 108%; height: 145px; background: linear-gradient(90deg, #063172 0%, #075ca9 52%, #13a9d6 100%); border-radius: 50% 50% 0 0 / 100% 100% 0 0; transform: rotate(-1deg); opacity: .96; }
.hero-grid { position: relative; z-index: 2; min-height: 720px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; padding-block: 82px 92px; }
.hero-copy { max-width: 660px; }
.eyebrow { margin-block-end: 18px; color: var(--blue); font-size: 12px; line-height: 1.3; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
h1, h2 { font-family: var(--serif); color: var(--blue-dark); font-weight: 500; letter-spacing: -.035em; }
h1 { max-width: 720px; margin-block-end: 26px; font-size: clamp(48px, 6vw, 78px); line-height: 1.02; }
h2 { margin-block-end: 20px; font-size: clamp(35px, 4vw, 53px); line-height: 1.08; }
h3 { color: var(--blue-dark); font-size: 19px; line-height: 1.3; }
.hero-lead { max-width: 650px; margin-block-end: 32px; color: #4d5e69; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.microcopy { max-width: 560px; margin: 20px 0 0; color: #687680; font-size: 12px; }
.hero-orb { position: absolute; border-radius: 50%; border: 1px solid rgba(49,94,135,.13); }
.hero-orb-one { width: 540px; height: 540px; inset-inline-end: -220px; inset-block-start: 38px; }
.hero-orb-two { width: 250px; height: 250px; inset-inline-start: -130px; inset-block-end: -100px; }

.hero-visual { position: relative; display: flex; justify-content: center; }
.visual-card { position: relative; width: min(500px, 100%); height: 585px; overflow: hidden; background: var(--white); border: 3px solid rgba(255,255,255,.96); border-radius: 40px; box-shadow: 0 28px 80px rgba(5,39,94,.22); }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 100% center; }
.photo-sheen { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(238,248,253,.97) 0%, rgba(238,248,253,.46) 23%, transparent 52%), linear-gradient(0deg, rgba(1,26,66,.45) 0%, transparent 34%); }
.photo-wave { position: absolute; inset-inline-start: -18%; width: 140%; border-radius: 52% 48% 0 0 / 100% 100% 0 0; transform: rotate(-5deg); transform-origin: center; }
.photo-wave-one { inset-block-end: -70px; height: 152px; background: #06285f; }
.photo-wave-two { inset-block-end: -38px; height: 105px; background: #0879bd; opacity: .95; }
.photo-wave-three { inset-block-end: -18px; height: 66px; background: #23b7df; opacity: .92; }
.value-stack { position: absolute; inset-inline-start: 20px; inset-block-end: 30px; z-index: 3; width: 270px; padding: 17px 21px; color: var(--white); background: linear-gradient(135deg, rgba(5,39,94,.97), rgba(7,74,151,.94)); border: 1px solid rgba(255,255,255,.25); border-radius: 18px; box-shadow: 0 18px 45px rgba(2,30,77,.30); }
.value-stack > div { display: grid; grid-template-columns: 34px 1fr; align-items: center; min-height: 44px; border-block-end: 1px solid rgba(255,255,255,.13); }
.value-stack > div:last-child { border: 0; }
.value-stack span { color: #63d7f2; font-size: 11px; font-weight: 800; }
.value-stack p { margin: 0; font-size: 13px; font-weight: 700; }
.availability-chip { position: absolute; inset-inline-end: -18px; inset-block-start: 65px; display: flex; align-items: center; gap: 10px; max-width: 215px; padding: 12px 16px; color: var(--blue-dark); background: var(--white); border: 1px solid rgba(24,168,217,.32); border-radius: 999px; box-shadow: 0 15px 35px rgba(5,39,94,.16); font-size: 12px; font-weight: 750; }
.pulse { width: 9px; height: 9px; flex: 0 0 auto; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 5px rgba(241,90,43,.14); }

.trust-strip { position: relative; z-index: 4; background: var(--white); border-block: 1px solid var(--line); }
.trust-grid { min-height: 92px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.trust-grid > div { display: flex; align-items: center; justify-content: center; gap: 13px; padding-inline: 25px; border-inline-end: 1px solid var(--line); }
.trust-grid > div:last-child { border: 0; }
.trust-grid p { margin: 0; color: #3c4c58; font-size: 13px; font-weight: 750; text-align: center; }
.trust-icon { display: inline-flex; width: 29px; height: 29px; align-items: center; justify-content: center; color: var(--white); background: linear-gradient(135deg, var(--blue-deep), var(--aqua)); border-radius: 50%; font-family: var(--serif); }

.section { padding-block: 120px; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .65fr); align-items: end; gap: 70px; margin-block-end: 50px; }
.section-heading h2 { max-width: 700px; margin-block-end: 0; }
.section-heading > p { margin: 0; color: var(--muted); }
.section-heading.compact { display: block; margin: 0; }
.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-block-start: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.service-card { position: relative; min-height: 310px; padding: 38px 32px 34px; background: rgba(255,255,255,.58); border-inline-end: 1px solid var(--line); border-block-end: 1px solid var(--line); transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.service-card:hover { z-index: 2; background: var(--white); box-shadow: 0 18px 55px rgba(32,63,82,.10); transform: translateY(-4px); }
.service-number { position: absolute; inset-inline-end: 25px; inset-block-start: 24px; color: #a5b3bb; font-size: 11px; font-weight: 800; }
.service-icon { display: flex; width: 58px; height: 58px; align-items: center; justify-content: center; margin-block-end: 45px; color: var(--blue); background: var(--blue-soft); border-radius: 50%; font-family: var(--serif); font-size: 27px; }
.service-card h3 { max-width: 290px; margin-block-end: 14px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.card-link { display: inline-block; margin-block-start: 18px; color: var(--blue); font-size: 13px; font-weight: 800; }
.card-link:hover { color: var(--navy); }
.treatment-library { background: linear-gradient(180deg, #f7fbff 0%, #eef7fc 100%); }
.info-grid { display: grid; gap: 18px; }
.info-grid-featured { grid-template-columns: repeat(2, minmax(0,1fr)); margin-block-end: 42px; }
.info-grid-products { grid-template-columns: repeat(3, minmax(0,1fr)); }
.prp-card { grid-column: 1 / -1; }
.info-card { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.82); box-shadow: 0 16px 45px rgba(32,63,82,.06); }
.info-card h3 { margin: 10px 0 12px; }
.info-card p { margin: 0; color: var(--muted); font-size: 14px; }
.info-kicker { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-heading { max-width: 760px; margin-block-end: 22px; }
.product-heading h3 { margin-block-end: 8px; }
.product-heading p { margin: 0; color: var(--muted); }
.product-card { padding-block-start: 74px; }
.product-initial { position: absolute; inset-block-start: 24px; inset-inline-start: 30px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: #fff; background: linear-gradient(135deg,var(--navy),var(--cyan)); font-family: var(--serif); font-size: 21px; }
.skinpen-panel { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); margin-block-start: 22px; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: 0 18px 55px rgba(32,63,82,.08); }
.skinpen-image-wrap { min-height: 360px; background: #dcecf6; }
.skinpen-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.skinpen-copy { padding: 48px; align-self: center; }
.skinpen-copy h3 { margin: 10px 0 14px; }
.skinpen-copy p { color: var(--muted); }
.further-info { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-block-start: 22px; padding: 30px 34px; border-radius: 22px; color: #fff; background: linear-gradient(120deg,var(--navy),#064b8d); }
.further-info h3 { margin-block-end: 6px; color: #fff; }
.further-info p { max-width: 720px; margin: 0; color: rgba(255,255,255,.78); }
.approach-photo { margin: 26px 0 22px; overflow: hidden; border-radius: 20px; box-shadow: 0 15px 42px rgba(32,63,82,.10); }
.approach-photo img { display: block; width: 100%; aspect-ratio: 3/2; object-fit: cover; }

.medicine-note { display: grid; grid-template-columns: 48px 1fr; gap: 18px; max-width: 970px; margin: 40px auto 0; padding: 24px 28px; background: var(--blue-soft); border: 1px solid #d6e4e7; border-radius: 18px; }
.medicine-note-mark { display: flex; width: 40px; height: 40px; align-items: center; justify-content: center; color: var(--white); background: var(--blue); border-radius: 50%; font-family: var(--serif); font-weight: 700; }
.medicine-note h3 { margin-block-end: 6px; font-size: 16px; }
.medicine-note p { margin: 0; color: #51646e; font-size: 13px; }

.approach { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(135deg, #041d4a 0%, #063781 60%, #087caf 100%); }
.approach::after { content: ""; position: absolute; inset-inline-end: -120px; inset-block-end: -210px; width: 520px; height: 350px; border: 50px solid rgba(33,183,223,.12); border-radius: 50%; transform: rotate(-16deg); }
.approach-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 110px; }
.approach .eyebrow { color: #6fe2f7; }
.approach h2 { color: var(--white); }
.approach-copy > p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.72); }
.care-principles { display: flex; flex-wrap: wrap; gap: 10px; margin-block-start: 42px; padding-block-start: 28px; border-block-start: 1px solid rgba(255,255,255,.16); }
.care-principles span { padding: 9px 13px; color: rgba(255,255,255,.88); background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: 12px; font-weight: 750; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 65px 1fr; gap: 25px; padding: 34px 0; border-block-end: 1px solid rgba(255,255,255,.14); }
.process-list li:first-child { padding-block-start: 0; }
.process-list > li > span { display: flex; width: 52px; height: 52px; align-items: center; justify-content: center; color: var(--gold-soft); border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: 12px; font-weight: 800; }
.process-list h3 { margin-block-end: 9px; color: var(--white); font-family: var(--serif); font-size: 24px; font-weight: 500; }
.process-list p { margin: 0; color: rgba(255,255,255,.68); }

.pricing { padding-block: 80px; background: linear-gradient(110deg, #e4f6fd, #f8fbfe); }
.pricing-panel { position: relative; min-height: 330px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 80px; padding: 55px 65px; overflow: hidden; color: var(--white); background: linear-gradient(120deg, #06275f, #074b9c 70%, #13a4d2); border-radius: var(--radius); box-shadow: var(--shadow); }
.pricing-panel::after { content: ""; position: absolute; inset-inline-end: -85px; inset-block-end: -110px; width: 390px; height: 190px; background: rgba(255,255,255,.08); border-radius: 50% 50% 0 0 / 100% 100% 0 0; transform: rotate(-12deg); }
.pricing-copy { max-width: 700px; }
.pricing .eyebrow { color: #6fe2f7; }
.pricing h2 { margin-block-end: 16px; color: var(--white); }
.pricing-copy > p:not(.eyebrow) { margin-block-end: 13px; color: rgba(255,255,255,.76); }
.pricing-note { font-size: 13px; }

.language-section { background: var(--white); }
.language-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 100px; }
.language-art { position: relative; min-height: 390px; display: grid; grid-template-columns: repeat(2, 150px); grid-template-rows: repeat(2, 150px); align-content: center; justify-content: center; gap: 15px; }
.language-art::before { content: ""; position: absolute; inset: 10%; background: var(--blue-soft); border-radius: 50%; }
.language-art span { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; color: var(--blue); background: rgba(255,255,255,.87); border: 1px solid #dce8e9; border-radius: 50%; box-shadow: 0 12px 35px rgba(32,63,82,.08); font-family: var(--serif); font-size: 26px; }
.language-art span:nth-child(2), .language-art span:nth-child(3) { color: var(--blue-dark); background: #e2f6fd; border-color: #bae7f6; }
.language-copy > p:not(.eyebrow) { max-width: 620px; color: var(--muted); }
.language-buttons { display: flex; flex-wrap: wrap; gap: 9px; margin-block-start: 28px; }
.language-buttons button { min-height: 42px; padding: 0 16px; color: var(--blue-deep); background: var(--white); border: 1px solid #cbd9dc; border-radius: 999px; cursor: pointer; font-weight: 700; }
.language-buttons button:hover, .language-buttons button.active { color: var(--white); background: var(--blue-deep); border-color: var(--blue-deep); }

.faq-section { background: #f1f5f4; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-list details { border-block-end: 1px solid #cbd9dc; }
.faq-list summary { position: relative; padding: 24px 46px 24px 0; color: var(--blue-dark); cursor: pointer; list-style: none; font-family: var(--serif); font-size: 20px; }
html[dir="rtl"] .faq-list summary { padding: 24px 0 24px 46px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; inset-inline-end: 4px; inset-block-start: 22px; display: flex; width: 30px; height: 30px; align-items: center; justify-content: center; color: var(--blue); border: 1px solid #b9cbd0; border-radius: 50%; font-family: var(--sans); font-size: 18px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 730px; margin: -5px 0 24px; padding-inline-end: 50px; color: var(--muted); font-size: 14px; }

.clinic { background: var(--paper); }
.clinic-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: stretch; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 18px 60px rgba(32,63,82,.09); }
.clinic-card { padding: 65px; }
.contact-list { margin-block: 38px; }
.contact-list > div { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding-block: 18px; border-block-end: 1px solid var(--line); }
.contact-list > div > span { color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.contact-list p { margin: 0; }
.contact-list [data-i18n="hoursValue"] { white-space: pre-line; }
.contact-list a:hover { color: var(--blue); }
.clinic-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.map-art { position: relative; min-height: 610px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: linear-gradient(155deg, #eef9fd, #d8eff9); }
.map-art svg { width: 100%; height: 100%; object-fit: cover; }
.map-label { position: absolute; inset-inline-start: 50%; inset-block-start: calc(50% + 105px); min-width: 210px; padding: 13px 17px; background: var(--white); border-radius: 13px; box-shadow: 0 10px 30px rgba(23,54,78,.16); transform: translateX(-50%); text-align: center; }
html[dir="rtl"] .map-label { transform: translateX(50%); }
.map-label strong, .map-label span { display: block; }
.map-label strong { color: var(--blue-dark); font-family: var(--serif); font-size: 15px; }
.map-label span { color: var(--muted); font-size: 11px; }

.site-footer { position: relative; padding-block: 70px 0; color: rgba(255,255,255,.76); background: linear-gradient(120deg, #031b44, #06377d); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .6fr .6fr 1fr; gap: 70px; padding-block-end: 55px; }
.brand-footer { margin-block-end: 18px; }
.brand-footer .brand-logo-frame { box-shadow: 0 10px 30px rgba(0,0,0,.15); }
.footer-grid > div:first-child p { max-width: 370px; font-size: 13px; }
.footer-grid h2 { margin-block-end: 18px; color: #e5c777; font-family: var(--sans); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a { display: block; margin-block: 9px; font-size: 13px; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-block-start: 1px solid rgba(255,255,255,.12); font-size: 11px; }
.footer-bottom p { margin: 0; }
.footer-bottom p:last-child { max-width: 610px; text-align: end; }

.policy-main { min-height: 70vh; padding-block: 80px 120px; background: var(--paper); }
.policy-shell { max-width: 1120px; }
.policy-header { max-width: 860px; margin-block-end: 65px; }
.policy-header h1 { margin-block-end: 18px; font-size: clamp(48px, 6vw, 72px); }
.policy-meta { color: var(--blue); font-size: 13px; font-weight: 750; }
.policy-lead { color: var(--muted); font-size: 19px; }
.policy-layout { display: grid; grid-template-columns: 250px 1fr; align-items: start; gap: 80px; }
.policy-nav { position: sticky; inset-block-start: 120px; display: flex; flex-direction: column; gap: 8px; padding: 25px; background: var(--blue-soft); border: 1px solid #d8e5e7; border-radius: 18px; }
.policy-nav strong { margin-block-end: 9px; color: var(--blue-dark); font-family: var(--serif); font-size: 18px; }
.policy-nav a { color: #536772; font-size: 12px; }
.policy-nav a:hover { color: var(--blue); }
.policy-content section { scroll-margin-top: 120px; padding-block: 0 42px; margin-block-end: 42px; border-block-end: 1px solid var(--line); }
.policy-content h2 { margin-block-end: 18px; font-size: 30px; }
.policy-content p, .policy-content li { color: var(--muted); }
.policy-content ul { padding-inline-start: 22px; }
.policy-content li { margin-block: 8px; }
.policy-links { display: flex; flex-wrap: wrap; gap: 12px; margin-block-start: 25px; }
.policy-links a { padding: 9px 14px; color: var(--blue-deep); background: var(--blue-soft); border-radius: 999px; font-size: 12px; font-weight: 750; }
.translation-note { padding: 20px 23px; color: #174764; background: #e9f8fd; border: 1px solid #bce7f5; border-radius: 16px; font-size: 13px; }
.simple-footer { padding-block-start: 0; }

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

@media (max-width: 1080px) {
  .site-nav { gap: 15px; }
  .site-nav a { font-size: 13px; }
  .header-actions .button { display: none; }
  .hero-grid { gap: 32px; }
  .visual-card { height: 520px; }
  .section { padding-block: 95px; }
  .approach-grid, .faq-grid { gap: 60px; }
  .footer-grid { gap: 40px; }
}

@media (max-width: 860px) {
  :root { --shell: min(100% - 32px, 720px); }
  .header-inner { min-height: 78px; }
  .menu-toggle { display: block; order: 3; margin-inline-start: auto; }
  .header-actions { order: 2; margin-inline-start: auto; }
  .site-nav { position: absolute; inset-inline: 16px; inset-block-start: calc(100% + 8px); display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 12px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 15px; border-block-end: 1px solid var(--line); }
  .site-nav a:last-child { border: 0; }
  .site-nav a::after { display: none; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 75px 95px; }
  .hero-copy { max-width: 680px; }
  .hero-visual { max-width: 580px; margin-inline: auto; }
  .visual-card { height: 560px; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 10px; }
  .trust-grid > div { min-height: 58px; border: 0; border-block-end: 1px solid var(--line); }
  .section-heading, .approach-grid, .language-grid, .faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .info-grid-featured, .info-grid-products, .skinpen-panel { grid-template-columns: 1fr; }
  .skinpen-image-wrap { min-height: 280px; }
  .skinpen-copy { padding: 34px; }
  .further-info { align-items: flex-start; flex-direction: column; }
  .pricing-panel { grid-template-columns: 1fr; gap: 28px; padding: 48px; }
  .language-art { order: 2; }
  .language-copy { order: 1; }
  .clinic-grid { grid-template-columns: 1fr; }
  .map-art { min-height: 480px; }
  .footer-grid { grid-template-columns: 1.3fr repeat(2, .7fr); }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .policy-layout { grid-template-columns: 1fr; gap: 35px; }
  .policy-nav { position: static; display: grid; grid-template-columns: repeat(2, 1fr); }
  .policy-nav strong { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); --radius: 22px; }
  .topbar-inner { justify-content: center; }
  .topbar-inner > span { display: none; }
  .brand-logo-frame { width: 205px; height: 48px; }
  .brand-logo-frame img { inset-block-start: -13px; left: -29px; width: 445px; }
  .header-inner { gap: 8px; }
  .header-actions { margin-inline-start: auto; }
  .menu-toggle { margin-inline-start: 0; }
  .language-control select { min-width: 75px; max-width: 85px; font-size: 12px; }
  h1 { font-size: clamp(42px, 13.5vw, 60px); }
  h2 { font-size: 36px; }
  .hero-grid { padding-block: 60px 80px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .visual-card { height: 480px; border-radius: 28px; }
  .value-stack { inset-inline-start: 10px; width: 250px; }
  .availability-chip { inset-inline-end: 8px; inset-block-start: 35px; max-width: 185px; }
  .section { padding-block: 75px; }
  .section-heading { margin-block-end: 35px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .medicine-note { grid-template-columns: 1fr; }
  .approach-grid { gap: 55px; }
  .pricing { padding-block: 30px; }
  .pricing-panel { padding: 38px 27px; }
  .language-art { min-height: 320px; grid-template-columns: repeat(2, 120px); grid-template-rows: repeat(2, 120px); }
  .language-art span { font-size: 22px; }
  .clinic-card { padding: 38px 26px; }
  .contact-list > div { grid-template-columns: 1fr; gap: 6px; }
  .map-art { min-height: 390px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 22px; }
  .footer-bottom p:last-child { text-align: start; }
  .privacy-actions .button { display: none; }
  .policy-main { padding-block: 55px 80px; }
  .policy-header { margin-block-end: 40px; }
  .policy-header h1 { font-size: 46px; }
  .policy-lead { font-size: 17px; }
  .policy-nav { grid-template-columns: 1fr; }
  .policy-nav strong { grid-column: 1; }
  .policy-content h2 { font-size: 27px; }
}
