@charset "utf-8";

/* =========================================================================
   Maylin Apgujeong Clinic — EN landing
   Design reference: 1501px artboard, 1351px content column (75px gutters)
   ========================================================================= */

:root {
  --sand: #cec6b8;
  --stone: #e3ded5;
  --mist: #e9e7e2;
  --shell: #f5f3ef;
  --panel: #e0ddd8;

  --ink: #1a1a1a;
  --ink-2: #2b2b2b;
  --ink-3: #444444;
  --ink-4: #2a2d32;

  --gold: #c29e74;
  --bronze: #937655;
  --chip: #dbceb3;

  --sans: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Segoe UI', Roboto, sans-serif;
  --display: 'Montserrat', var(--sans);
  --serif: 'Libre Bodoni', 'Times New Roman', serif;
  --script: 'Caveat', 'Segoe Script', cursive;

  --container: 1351px;
  --container-wide: 1400px;
  --gutter: clamp(20px, 5vw, 75px);
  --section-pad: clamp(72px, 9.3vw, 140px);

  /* card carousel */
  --card-w: 350px;
  --per-view: 4;
}

/* Localized font stacks: --display falls back to --sans, so overriding
   --sans per language covers headings and body text alike. */

html[lang='ja'] {
  --sans: 'Pretendard JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
}

html[lang='zh-CN'] {
  --sans: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Source Han Sans SC', -apple-system, BlinkMacSystemFont, sans-serif;
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--shell);
  color: var(--ink-3);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img,
svg,
iframe {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

a {
  color: inherit;
}

ul,
ol,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
p,
figure,
blockquote {
  margin: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.sr-only--focusable:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  width: auto;
  height: auto;
  padding: 10px 16px;
  clip: auto;
  clip-path: none;
  background: #fff;
  color: var(--ink);
}

.container {
  width: 100%;
  max-width: calc(var(--container) + var(--gutter) * 2);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.container--wide {
  --gutter: clamp(16px, 3.33vw, 50px);

  max-width: calc(var(--container-wide) + var(--gutter) * 2);
}

.note {
  margin-top: 32px;
  color: var(--ink-3);
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: -0.01em;
  text-align: center;
}

.note--light {
  color: #b9b9bd;
}

/* ============================== LANGUAGE ============================== */

.lang {
  position: fixed;
  top: 90px;
  right: clamp(16px, 7.1vw, 107px);
  z-index: 60;
}

.lang__toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 60px;
  height: 32px;
  padding: 0 1px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgb(0 0 0 / 8%);
}

.lang__toggle > img,
.lang__item img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  background: #ececec;
}

.lang__caret {
  width: 7px;
  height: 4px;
  fill: none;
  stroke: #000;
  stroke-width: 1;
  stroke-linecap: round;
  transition: transform 0.25s ease;
}

.lang__toggle[aria-expanded='true'] .lang__caret {
  transform: rotate(180deg);
}

.lang__list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding-left: 1px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    visibility 0.22s;
}

.lang.is-open .lang__list {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.lang__item {
  display: block;
  filter: drop-shadow(0 2px 6px rgb(0 0 0 / 12%));
}

/* ================================ HERO ================================ */

.hero {
  background: var(--sand);
  color: #fff;
  overflow: hidden;
}

.hero__inner {
  display: flex;
  align-items: flex-end;
  gap: clamp(24px, 3vw, 40px);
  min-height: 900px;
}

.hero__copy {
  flex: 1 1 770px;
  min-width: 0;
  padding: 100px 0 57px;
}

.hero__logo {
  width: 124px;
  height: auto;
}

.hero__name {
  margin-top: 76px;
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(38px, 4.1vw, 62px);
  line-height: 1.065;
  letter-spacing: -0.6px;
}

.hero__lead {
  margin-top: 20px;
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(17px, 1.46vw, 22px);
  line-height: 1.364;
  letter-spacing: -0.6px;
}

.hero__desc {
  max-width: 725px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  opacity: 0.92;
}

.hero__quote {
  max-width: 725px;
  margin-top: 40px;
  font-family: var(--script);
  font-weight: 500;
  font-size: clamp(24px, 1.9vw, 29px);
  line-height: 1.32;
  opacity: 0.92;
}

/* --- QR / messenger channels --- */

.channels {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 44px;
}

.channel {
  width: 105px;
  text-align: center;
}

.channel__qr {
  position: relative;
  display: grid;
  place-items: center;
  width: 105px;
  height: 105px;
  padding: 5px;
  background: #fff;
}

.channel__qr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.channel__qr img.channel__center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  border-radius: 3px;
  transform: translate(-50%, -50%);
}

.channel__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 15px auto 0;
  border: 0.5px solid #fff;
  border-radius: 50%;
}

.channel__icon img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.hero__photo {
  flex: 0 0 570px;
  align-self: flex-end;
  margin-bottom: -14px;
}

.hero__photo img {
  width: 100%;
  height: auto;
}

/* =============================== SHOCK =============================== */

.shock {
  padding: var(--section-pad) 0 60px;
  background: linear-gradient(121deg, #202370 0%, #000 88%);
  color: #fff;
  text-align: center;
}

.shock__badge {
  font-family: var(--display);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 4px;
  text-indent: 4px;
  color: var(--gold);
}

.shock__logo {
  width: clamp(240px, 26vw, 390px);
  height: auto;
  margin: 26px auto 0;
}

.shock__tag {
  margin-top: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.25em;
  color: var(--gold);
}

.shock__desc {
  max-width: 900px;
  margin: 30px auto 0;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.667;
  letter-spacing: -0.01em;
}

.btn-ghost {
  display: block;
  width: min(460px, 100%);
  margin: 60px auto 0;
  padding: 20px 24px;
  background: rgb(0 0 0 / 20%);
  border: 0.5px solid #fff;
  color: #fff;
  font-weight: 700;
  font-size: clamp(19px, 1.6vw, 24px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
  background: #fff;
  color: var(--ink);
}

/* --- 4 feature columns --- */

.shock__band {
  margin-top: 60px;
  border-top: 1px solid rgb(255 255 255 / 55%);
  border-bottom: 1px solid rgb(255 255 255 / 55%);
}

.features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
  max-width: calc(1280px + var(--gutter) * 2);
  padding-block: 50px;
  text-align: left;
}

.feature__num {
  font-family: var(--display);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.333;
  color: var(--bronze);
}

.feature__title {
  margin-top: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.333;
  color: #fff;
}

.feature__desc {
  margin-top: 29px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

/* --- before / after (reveal) --- */

.shock__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 34px auto 0;
  padding: 0;
  border: 0;
  background: none;
  color: #fff;
  cursor: pointer;
}

.shock__toggle-icon {
  width: 20px;
  height: 20px;
  border-right: 1.5px solid currentcolor;
  border-bottom: 1.5px solid currentcolor;
  transform: translateY(-22%) rotate(45deg);
  transition:
    transform 0.4s ease,
    border-color 0.25s ease;
}

.shock__toggle:hover .shock__toggle-icon,
.shock__toggle:focus-visible .shock__toggle-icon {
  border-color: var(--gold);
}

.shock__toggle[aria-expanded='true'] .shock__toggle-icon {
  transform: translateY(22%) rotate(-135deg);
}

.shock__toggle:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.shock__reveal {
  display: grid;
  grid-template-rows: 0fr;
  visibility: hidden;
  transition:
    grid-template-rows 0.45s ease,
    visibility 0s linear 0.45s;
}

.shock__reveal.is-open {
  grid-template-rows: 1fr;
  visibility: visible;
  transition:
    grid-template-rows 0.45s ease,
    visibility 0s;
}

.shock__reveal-inner {
  overflow: hidden;
}

.shock__reveal .ba {
  margin-top: 26px;
}

.ba {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  margin-top: 66px;
}

.ba__pair {
  display: flex;
  flex: 0 1 480px;
}

.ba__item {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  background: #fff;
}

.ba__item img {
  width: 100%;
  height: auto;
  aspect-ratio: 240 / 334;
  object-fit: cover;
}

.ba__label {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 7px 0;
  background: rgb(0 0 0 / 50%);
  color: #fff;
  font-size: 22px;
  line-height: 1.18;
  text-align: center;
}

.ba__label--before {
  font-weight: 100;
}

.ba__label--after {
  font-weight: 700;
}

/* ============================== SECTIONS ============================== */

.section {
  padding: var(--section-pad) 0 60px;
}

.section--signature {
  background: var(--stone);
}

.section--sculpt {
  background: var(--mist);
}

.section--regeneration {
  background: var(--stone);
}

.section__title {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(30px, 3.33vw, 50px);
  line-height: 1.15;
  color: var(--ink-2);
  text-transform: uppercase;
}

/* the line after the <br> */
.section__title-sub {
  color: #937655;
}

.section__title--center {
  text-align: center;
}

.section__lead {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.01em;
  color: var(--ink-3);
}

.section__lead--center {
  text-align: center;
}

.section__lead + .section__lead {
  margin-top: 1.75em;
}

/* breathing room before the cards below: 80px at the 1501 design width,
   60px on the 428 mobile artboard. Only the last lead — consecutive leads
   keep their own 1.75em rhythm. */
.section__lead:last-of-type {
  margin-bottom: clamp(60px, 5.33vw, 80px);
}

/* ------------------------------ cards ------------------------------- */

.card {
  position: relative;
  container-type: inline-size;
  flex: 0 0 calc(100% / var(--per-view));
  aspect-ratio: 350 / 457;
  overflow: hidden;
  background: #1c1a19;
}

.card__bg,
.card__scrim {
  position: absolute;
  inset: 0;
}

.card__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card__scrim {
  background: linear-gradient(rgb(0 0 0 / 20%), rgb(0 0 0 / 20%)), linear-gradient(rgb(115 88 81 / 30%), rgb(115 88 81 / 30%));
}

.card__scrim--dim {
  background: linear-gradient(rgb(0 0 0 / 20%), rgb(0 0 0 / 20%));
}

.card__logo,
.card__title,
.card__tags {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.card__logo,
.card__title {
  top: 35%; /* 160 / 457 */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  translate: 0 -50%;
}

.card__logo img {
  height: auto;
}

.card__logo--pair {
  gap: 1.77%;
}

.card__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(21px, 1.99vw, 30px);
  line-height: 1.1;
  color: #fff;
  text-align: center;
}

.card__tags {
  top: 54.7%; /* 250 / 457 */
  display: flex;
  flex-direction: column;
  width: 84%;
  color: #fff;
  font-weight: 300;
  font-size: clamp(12px, 0.93vw, 14px);
  line-height: 1.6;
  text-align: center;
}

/* --- signature card hover (from the "hover" frame in the Figma file) --- */

.card__hover {
  position: absolute;
  inset: 0;
  /* #937655 at 90% over the card's white base, as the hover frame specifies */
  background: #9e8466;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.card__device {
  position: absolute;
  top: 13.35%; /* 61 / 457 */
  left: 24.29%; /* 85 / 350 */
  width: 51.43%; /* 180 / 350 */
  height: 81.4%; /* 372 / 457 */
  object-fit: contain;
  object-position: top center;
}

.card__hover-title,
.card__hover-desc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 85.71%; /* 300 / 350 */
  color: #fff;
  text-align: center;
}

.card__hover-title {
  top: 63.46%; /* 290 / 457 */
  font-weight: 700;
  font-size: clamp(13px, 5.14cqw, 18px); /* 18 / 350 of the card */
  line-height: 1.24; /* 22.4 / 18 */
}

.card__hover-desc {
  top: 72.87%; /* 333 / 457 — Frame 64 at 323 + its 10px padding */
  padding-inline: 3.34%; /* the same 10px, as a share of the 300 box */
  font-weight: 400;
  font-size: clamp(10px, 4cqw, 14px); /* 14 / 350 of the card */
  line-height: 1.57; /* 22 / 14 */
}

/* sculpt cards show a wider, shorter product shot with no fade-out */
.section--sculpt .card__device {
  top: 8.97%; /* 41 / 457 */
  left: 8.29%; /* 29 / 350 */
  width: 83.71%; /* 293 / 350 */
  height: 52.3%; /* 239 / 457 */
}

/* pointer devices only — on touch the card keeps its default face */
@media (hover: hover) and (pointer: fine) {
  .card:hover .card__hover,
  .card:focus-within .card__hover {
    opacity: 1;
  }
}

/* ---------------------------- carousel ------------------------------ */

.carousel__viewport {
  overflow: hidden;
  /* let the browser keep vertical scrolling; horizontal drags are ours */
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
}

.carousel__viewport.is-dragging {
  cursor: grabbing;
}

.carousel__viewport img,
.gallery__viewport img {
  -webkit-user-drag: none;
}

.carousel__track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.4, 0.02, 0.16, 1);
  will-change: transform;
}

.carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
  font-family: var(--display);
  font-size: 17px;
  line-height: 1.15;
  color: var(--ink-3);
}

.carousel-nav__btn {
  padding: 6px 0;
  transition: opacity 0.2s ease;
}

.carousel-nav__btn:hover {
  opacity: 0.6;
}

.carousel-nav__sep {
  padding: 0 8px;
  font-family: var(--sans);
  font-weight: 100;
  font-size: 16px;
}

.carousel-nav__count {
  min-width: 70px;
  margin-left: 14px;
  padding: 5px 16px;
  background: #1e1e1e;
  border-radius: 50px;
  color: #afafaf;
  text-align: center;
}

/* =============================== ABOUT =============================== */

.about {
  background: var(--shell);
}

.about__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.about__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 5.3vw, 80px) clamp(24px, 7vw, 105px) clamp(48px, 5.3vw, 80px) clamp(24px, 8vw, 120px);
}

.about__row--reverse .about__copy {
  order: 2;
  padding-right: clamp(24px, 8vw, 120px);
  padding-left: clamp(24px, 7vw, 105px);
}

.about__row--reverse .about__media {
  order: 1;
}

.about__title {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(21px, 1.86vw, 28px);
  line-height: 1.286;
  color: var(--ink);
}

.about__text {
  margin-top: 28px;
  font-size: 16px;
  line-height: 1.625;
  color: var(--ink-3);
}

.about__media {
  position: relative;
  overflow: hidden;
  background: var(--mist);
  aspect-ratio: 750 / 460;
}

.about__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__media--doctors > .about__cut {
  position: absolute;
  bottom: 0;
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.about__cut--b {
  right: 0;
  transform: translateX(2%);
}

.about__cut--a {
  left: 5.6%;
}

.about__name {
  position: absolute;
  bottom: 14.6%;
  font-weight: 700;
  font-size: clamp(12px, 1.07vw, 16px);
  line-height: 1.5;
  color: var(--ink-3);
  white-space: nowrap;
}

.about__name--a {
  left: 46.1%;
}

.about__name--b {
  left: 74.6%;
}

/* ================================ FAQ ================================ */

.faq {
  padding: var(--section-pad) 0 clamp(60px, 7vw, 108px);
  background: var(--stone);
}

.faq__heading {
  margin-bottom: 58px;
}

.faq__item {
  border-bottom: 1px solid rgb(68 68 68 / 55%);
}

.faq__title {
  margin: 0;
  font-weight: 700;
}

.faq__trigger {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  padding: clamp(26px, 2.7vw, 40px) 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.faq__q {
  flex: none;
  font-weight: 700;
  font-size: clamp(20px, 1.86vw, 28px);
  line-height: 1.2;
  color: var(--bronze);
}

.faq__text {
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 700;
  font-size: clamp(18px, 1.73vw, 26px);
  line-height: 1.2;
  color: var(--ink);
  transition: color 0.2s ease;
}

.faq__trigger:hover .faq__text,
.faq__item.is-open .faq__text {
  color: var(--bronze);
}

.faq__trigger:focus-visible {
  outline: 2px solid var(--bronze);
  outline-offset: 4px;
}

.faq__icon {
  position: relative;
  flex: none;
  width: clamp(18px, 1.6vw, 24px);
  height: clamp(18px, 1.6vw, 24px);
  margin-top: 0.15em;
}

.faq__icon::before,
.faq__icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1.5px;
  background: var(--bronze);
  transform: translate(-50%, -50%);
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}

.faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq__item.is-open .faq__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.faq__panel {
  display: grid;
  grid-template-rows: 0fr;
  visibility: hidden;
  transition:
    grid-template-rows 0.35s ease,
    visibility 0s linear 0.35s;
}

.faq__item.is-open .faq__panel {
  grid-template-rows: 1fr;
  visibility: visible;
  transition:
    grid-template-rows 0.35s ease,
    visibility 0s;
}

.faq__panel-inner {
  overflow: hidden;
}

.faq__answer {
  padding: 0 0 clamp(24px, 2.4vw, 34px) calc(clamp(20px, 1.86vw, 28px) + 20px);
  font-size: clamp(15px, 1.33vw, 20px);
  line-height: 1.7;
  color: var(--ink-3);
}

/* ============================== CONTACT ============================== */

.contact {
  padding: clamp(60px, 6.7vw, 100px) 0 clamp(48px, 4vw, 60px);
  background: var(--mist);
}

.contact .section__title {
  margin-bottom: 60px;
}

.gallery__viewport.is-dragging {
  cursor: grabbing;
}

.gallery__viewport {
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
  overflow: hidden;
  background: #fff;
}

.gallery__track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.4, 0.02, 0.16, 1);
  will-change: transform;
}

.gallery__slide {
  flex: 0 0 100%;
  aspect-ratio: 1320 / 680;
}

.gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  font-family: var(--display);
  font-size: 17px;
  line-height: 1.18;
  color: #434343;
}

.gallery__btn {
  padding: 8px 0;
  transition: opacity 0.2s ease;
}

.gallery__btn:hover {
  opacity: 0.6;
}

.gallery__btn--prev {
  min-width: min(395px, 34vw);
  padding-right: 40px;
  font-weight: 600;
  text-align: right;
}

.gallery__btn--next {
  min-width: min(395px, 34vw);
  padding-left: 40px;
  text-align: left;
}

.gallery__sep {
  padding: 0 8px;
  font-family: var(--sans);
  font-weight: 100;
  font-size: 16px;
}

/* --- map + info panel --- */

.info {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  margin-top: 60px;
}

.info__map {
  flex: 580 1 380px;
  background: #fff;
  aspect-ratio: 580 / 426;
}

.info__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.25);
}

.info__panel {
  display: flex;
  flex: 726 1 460px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 5.3vw, 80px) clamp(28px, 4vw, 60px);
  background: var(--panel);
  color: var(--ink-4);
}

.info__phones {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(17px, 1.33vw, 20px);
  line-height: 1.15;
  letter-spacing: 1px;
  color: var(--ink-3);
}

.info__phones a {
  text-decoration: none;
}

.info__phones a:hover {
  text-decoration: underline;
}

.info__address {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5625;
}

.info__copy {
  margin-left: 10px;
  padding: 2px 9px;
  background: var(--chip);
  border-radius: 4px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  vertical-align: 1px;
  transition: filter 0.2s ease;
}

.info__copy:hover {
  filter: brightness(0.94);
}

.info__copy.is-copied {
  background: #c3d0b9;
}

.info__near {
  margin-top: 4px;
}

.hours {
  margin-top: 32px;
  font-size: 16px;
  line-height: 1.15;
}

.hours__row {
  display: flex;
  gap: 10px;
  padding: 8px 0;
}

.hours__row dt {
  flex: 0 0 78px;
}

.hours__row dd {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.hours__row dd span {
  min-width: 40px;
}

.hours__row dd i {
  font-style: normal;
}

.hours__row--full dt {
  flex: 1 1 auto;
}

/* ============================ RESPONSIVE ============================= */

@media (max-width: 1240px) {
  :root {
    --per-view: 3;
  }

  .features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 48px;
  }
}

@media (max-width: 1024px) {
  .hero__inner {
    min-height: 0;
    padding-bottom: 0;
  }

  .hero__copy {
    flex: 1 1 60%;
    padding-block: 72px 48px;
  }

  .hero__name {
    margin-top: 44px;
  }

  .hero__photo {
    flex: 0 0 38%;
  }

  .channels {
    gap: 26px;
  }

  .channel,
  .channel__qr {
    width: 88px;
  }

  .channel__qr {
    height: 88px;
  }

  .about__copy {
    padding: 56px 40px;
  }
}

@media (max-width: 860px) {
  :root {
    --per-view: 2;
  }

  .hero__inner {
    flex-direction: column;
    align-items: stretch;
    text-align: left;
  }

  .hero__copy {
    padding-bottom: 8px;
  }

  .hero__photo {
    flex: none;
    width: min(420px, 82%);
    margin: 0 auto -14px;
  }

  .about__row,
  .about__row--reverse .about__copy,
  .about__row--reverse .about__media {
    grid-template-columns: minmax(0, 1fr);
    order: initial;
  }

  .faq__trigger {
    padding: 26px 0;
  }

  .info {
    gap: 0px;
  }

  .gallery__btn--prev {
    padding-right: 24px;
  }

  .gallery__btn--next {
    padding-left: 24px;
  }
}

@media (max-width: 640px) {
  :root {
    --per-view: 1.35;
    --section-pad: 56px;
  }

  /* Signature and Sculpt carousels: one card with a peek of the next
     (mo_main design — container 370 / card 350 within a 25px gutter). */
  /* regeneration reads left-aligned on mobile, like the sections above it */
  .section--regeneration .section__title--center,
  .section--regeneration .section__lead--center {
    text-align: left;
  }

  /* contact: the gallery, map and panel run edge to edge on mobile.
     The info panel keeps its own inner padding, so text never touches. */
  .container--wide:has(> .gallery),
  .container:has(> .info) {
    max-width: none;
    padding-inline: 0;
  }

  .info__map {
    aspect-ratio: 580 / 650;
  }

  .container--wide:has(> .carousel) {
    --gutter: 25px;
  }

  .carousel {
    --per-view: 1.057;
  }

  .lang {
    top: 16px;
  }

  /* two columns, as the 428 artboard lays them out (160 + 40 gap + 160) */
  .features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 40px;
    padding-block: 36px;
  }

  .hero__logo {
    width: 84px; /* 124 on desktop; the artboard draws it ~80 wide */
  }

  .hero__copy {
    padding-top: 36px; /* artboard puts the logo 36 from the top */
  }

  /* One rhythm for every section on mobile: 56 top / 56 bottom, and 36
     between a section's heading block and its content. Before this the
     bottoms ran 0 / 48 / 60 and the heading gaps 58 / 60 / 60. */
  .shock,
  .section,
  .faq,
  .contact {
    padding-block: var(--section-pad);
  }

  .shock__toggle {
    margin-top: 0px;
  }

  .section__lead:last-of-type,
  .faq__heading,
  .contact .section__title {
    margin-bottom: 36px;
  }

  .info {
    margin-top: 0px;
  }

  .note {
    margin-top: 28px;
  }

  .carousel-nav {
    margin-top: 24px;
  }
  .gallery__nav {
    margin-top: 0px;
  }

  /* one text inset for the whole mobile page (the artboard's 25) so titles,
     body copy, cards and the info panel line up. Images, the gallery and the
     map stay full-bleed on purpose. */
  .container {
    --gutter: 25px;
  }

  .about__copy,
  .about__row--reverse .about__copy,
  .info__panel {
    padding-inline: 25px;
  }

  .about__name {
    display: none;
  }

  /* contact closes the page — the panel carries its own padding, so the
     section needs none below it */
  .contact {
    padding-bottom: 0;
  }

  /* the peeking card runs off the screen edge — but only the slider itself:
     the note and PREV/NEXT below it keep both gutters and stay centred */
  .container--wide > .carousel {
    margin-right: calc(var(--gutter) * -1);
  }

  .ba {
    gap: 28px;
  }

  .ba__pair {
    flex: 1 1 100%;
  }

  .hero__name {
    margin-top: 36px;
    font-size: clamp(30px, 8.8vw, 38px);
  }

  .hero__quote {
    margin-top: 32px;
  }

  .channels {
    gap: 15px;
    justify-content: center;
    margin-top: 36px;
  }

  .channel,
  .channel__qr {
    width: min(92px, 27vw);
  }

  .channel__qr {
    height: min(92px, 27vw);
  }

  .channel__icon {
    width: 34px;
    height: 34px;
    margin-top: 10px;
  }

  .channel__icon img {
    width: 20px;
    height: 20px;
  }

  .faq__trigger {
    gap: 10px;
  }

  .faq__answer {
    padding-left: 0;
  }

  .hours__row {
    flex-wrap: wrap;
  }
}

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

  .carousel__track,
  .gallery__track,
  .lang__list,
  .shock__reveal,
  .shock__reveal.is-open,
  .shock__toggle-icon,
  .faq__panel,
  .faq__item.is-open .faq__panel,
  .faq__icon::before,
  .faq__icon::after {
    transition: none;
  }
}
