:root {
  --ivory: #fff8f3;
  --warm-greige: #f1e5de;
  --dusty-rose: #c98f96;
  --soft-rose: #e9c8c8;
  --coral: #e1a195;
  --coral-bright: #ed9b82;
  --ice-blue: #dcebf0;
  --taupe: #735f59;
  --text: #4c4644;
  --muted: #746b67;
  --line: rgba(115, 95, 89, .18);
  --display-size: clamp(36px, 3vw, 52px);
}

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

.cta-arrow {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: .82em;
  height: .82em;
  line-height: 1;
}

.cta-arrow::before {
  content: "";
  position: absolute;
  top: .04em;
  right: .04em;
  width: .42em;
  height: .42em;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
}

.cta-arrow::after {
  content: "";
  position: absolute;
  top: .13em;
  right: .1em;
  width: .68em;
  height: 1.5px;
  background: currentColor;
  transform: rotate(-45deg);
  transform-origin: right center;
}

/* Service and pricing page */
.service-page { background: #fffaf6; }
.service-page-hero {
  padding: 110px 8vw 90px;
  background:
    radial-gradient(circle at 88% 14%, rgba(220, 235, 240, .75), transparent 26%),
    radial-gradient(circle at 7% 92%, rgba(233, 200, 200, .55), transparent 22%),
    var(--ivory);
}
.service-page-hero h1 {
  max-width: 980px;
  margin: 0 0 28px;
  font-size: var(--display-size);
  line-height: 1.48;
  letter-spacing: .045em;
}
.service-page-hero h1 span {
  display: block;
  white-space: nowrap;
}
.service-page-hero > p:not(.eyebrow) {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 2;
}
.service-page-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.campaign-note {
  max-width: 850px;
  margin-top: 54px;
  padding: 22px 26px;
  display: flex;
  gap: 22px;
  align-items: baseline;
  background: rgba(225, 161, 149, .22);
  border-left: 3px solid var(--coral);
}
.campaign-note strong { white-space: nowrap; font-weight: 500; }
.campaign-note span { color: var(--muted); font-size: 14px; line-height: 1.8; }
.service-jump {
  position: relative;
  z-index: 1;
  padding: 18px 8vw;
  display: flex;
  justify-content: center;
  gap: clamp(20px, 4vw, 60px);
  background: rgba(255, 252, 248, .96);
  color: var(--text);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.service-jump a {
  padding: 5px 0;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  transition: color .22s ease, border-color .22s ease;
}
.service-jump a:hover {
  color: var(--coral-bright);
  border-color: var(--coral-bright);
}
.service-category {
  padding: 110px 8vw 120px;
  scroll-margin-top: 150px;
}
.alt-category { background: #f7efeb; }
.category-heading { max-width: 840px; margin-bottom: 60px; }
.category-heading > p:first-child {
  margin: 0 0 19px;
  color: var(--dusty-rose);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .2em;
}
.category-heading h2 {
  margin: 0 0 20px;
  font-size: clamp(32px, 2.7vw, 42px);
  line-height: 1.5;
  letter-spacing: .035em;
}
.category-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 2;
}
.detail-card {
  margin-top: 22px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  border: 1px solid var(--line);
  background: rgba(255, 248, 243, .72);
  scroll-margin-top: 150px;
}
.detail-card-lead,
.detail-card-body { padding: 46px clamp(30px, 4vw, 64px); }
.detail-card-body { border-left: 1px solid var(--line); }
.detail-card-lead > p:first-child {
  margin: 0 0 15px;
  color: var(--dusty-rose);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
}
.detail-card h3 {
  margin: 0 0 24px;
  font: 400 clamp(27px, 2.2vw, 33px)/1.5 "Songti TC", "Noto Serif TC", serif;
  letter-spacing: .025em;
}
.detail-card-lead > p:last-child {
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.95;
}
.service-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.service-meta > span { color: var(--muted); font-size: 14px; }
.service-meta > strong { font-size: 17px; font-weight: 500; text-align: right; }
.price-stack {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 3px;
  text-align: right;
}
.current-price {
  color: var(--ink);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
}
.standard-price {
  color: #9a8d88;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}
.offer-label {
  width: fit-content;
  margin-top: 18px;
  padding: 7px 10px;
  display: block;
  background: rgba(225, 161, 149, .3);
  color: #6d4e48;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .08em;
}
.detail-card-body h4 {
  margin: 0 0 20px;
  font: 400 22px "Songti TC", "Noto Serif TC", serif;
}
.detail-card-body ul,
.collaboration-card ul {
  margin: 0;
  padding-left: 1.2em;
  color: var(--muted);
  font-size: 15px;
  line-height: 2;
}
.detail-card details,
.compact-services details {
  margin-top: 22px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.detail-card summary,
.compact-services summary {
  padding: 14px 0;
  cursor: pointer;
  color: var(--text);
  font-size: 15px;
}
.detail-card details p,
.compact-services details p {
  margin: 0;
  padding: 0 0 17px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.95;
}
.service-note {
  margin: 22px 0 0;
  padding: 17px 19px;
  background: rgba(220, 235, 240, .45);
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.9;
}
.detail-cta {
  width: fit-content;
  margin-top: 28px;
  padding-bottom: 5px;
  display: block;
  border-bottom: 1px solid var(--taupe);
  font-size: 15px;
  transition: color .22s ease, border-color .22s ease;
}
.detail-cta:hover { color: var(--coral-bright); border-color: var(--coral-bright); }
.featured-detail {
  background: linear-gradient(135deg, rgba(233, 200, 200, .48), rgba(220, 235, 240, .45));
  border-color: rgba(201, 143, 150, .42);
}
.integrated-value {
  margin-top: 30px;
  padding: clamp(46px, 6vw, 82px);
  background: #fff8f3;
  border: 1px solid var(--line);
}
.integrated-value > header {
  max-width: 900px;
}
.integrated-value > header > p:first-child {
  margin: 0 0 18px;
  color: var(--dusty-rose);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .2em;
}
.integrated-value > header h3 {
  margin: 0;
  font: 400 clamp(29px, 2.7vw, 42px)/1.55 "Songti TC", "Noto Serif TC", serif;
  letter-spacing: .025em;
}
.integrated-value > header > p:last-child {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 2;
}
.integrated-outcomes {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.integrated-outcomes article {
  padding: 32px 28px 34px 0;
}
.integrated-outcomes article + article {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}
.integrated-outcomes span {
  color: var(--dusty-rose);
  font: 15px Georgia, serif;
}
.integrated-outcomes h4 {
  margin: 18px 0 10px;
  font: 400 21px/1.5 "Songti TC", "Noto Serif TC", serif;
}
.integrated-outcomes p,
.integrated-comparison span {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}
.integrated-comparison {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.integrated-comparison > div {
  padding: 28px 30px;
  background: rgba(220, 235, 240, .38);
}
.integrated-comparison > div:last-child {
  background: rgba(225, 161, 149, .18);
}
.integrated-comparison p {
  margin: 0 0 10px;
  color: var(--dusty-rose);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
}
.integrated-comparison strong {
  margin-bottom: 10px;
  display: block;
  font: 400 20px/1.5 "Songti TC", "Noto Serif TC", serif;
}
.integrated-comparison span {
  display: block;
}
.compact-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.compact-services article {
  padding: 38px 40px;
  background: rgba(255, 250, 246, .84);
  border: 1px solid var(--line);
}
.compact-services article > p:first-child {
  margin: 0 0 12px;
  color: var(--dusty-rose);
  font-size: 12px;
  letter-spacing: .1em;
}
.compact-services h3 {
  margin: 0 0 20px;
  font: 400 28px/1.5 "Songti TC", "Noto Serif TC", serif;
}
.compact-services strong {
  display: block;
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
.price-options {
  margin-bottom: 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.price-option {
  padding: 11px 0;
  display: grid;
  grid-template-columns: minmax(76px, auto) 1fr;
  align-items: baseline;
  gap: 3px 14px;
}
.price-option + .price-option { border-top: 1px solid var(--line); }
.price-option span {
  color: var(--muted);
  font-size: 13px;
}
.price-option strong {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
  text-align: right;
}
.price-option small {
  grid-column: 2;
  color: #9a8d88;
  font-size: 11px;
  line-height: 1.5;
  text-align: right;
}
.compact-services .offer-label {
  margin: -4px 0 18px;
}
.compact-services article > p:not(:first-child) {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.95;
}
.medical-note {
  max-width: 900px;
  margin: 35px 0 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.9;
}
.category-cta { margin-top: 30px; }
.collaboration-card {
  padding: clamp(35px, 5vw, 70px);
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 42px 7vw;
  background: #e5dfe8;
}
.collaboration-card h3 {
  margin: 0 0 15px;
  font: 400 29px/1.5 "Songti TC", "Noto Serif TC", serif;
}
.collaboration-card > div p,
.collaboration-card > p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.95;
}
.collaboration-card > p { grid-column: 1 / -1; }
.collaboration-card .primary-button { width: fit-content; }
.booking-summary {
  scroll-margin-top: 110px;
  padding: 95px 8vw 105px;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 35px 8vw;
  background: var(--taupe);
  color: var(--ivory);
}
.booking-summary > div:first-child > p {
  margin: 0 0 18px;
  color: var(--soft-rose);
  font-size: 12px;
  letter-spacing: .18em;
}
.booking-summary h2 {
  margin: 0;
  font-size: clamp(30px, 2.5vw, 40px);
  line-height: 1.5;
}
.booking-points { border-top: 1px solid rgba(255, 248, 243, .24); }
.booking-points {
  display: grid;
  grid-template-columns: 1fr;
}
.booking-points article {
  position: relative;
  padding: 25px 0 27px;
  border-bottom: 1px solid rgba(255, 248, 243, .24);
}
.booking-points article:nth-child(even) {
  padding-left: 0;
  border-left: 0;
}
.booking-points span {
  color: var(--soft-rose);
  font: 12px Georgia, serif;
}
.booking-points h3 {
  margin: 11px 0 8px;
  color: var(--ivory);
  font: 400 19px/1.5 "Songti TC", "Noto Serif TC", serif;
}
.booking-points p {
  margin: 0;
  color: rgba(255, 248, 243, .8);
  font-size: 14px;
  line-height: 1.9;
}
.booking-summary > .primary-button { width: fit-content; }

@media (max-width: 1050px) {
  .service-jump {
    padding: 15px 22px;
    justify-content: flex-start;
    overflow-x: auto;
  }
  .service-jump a { flex: 0 0 auto; }
  .detail-card { grid-template-columns: 1fr; }
  .detail-card-body { border-left: 0; border-top: 1px solid var(--line); }
  .compact-services { grid-template-columns: 1fr; }
  .integrated-outcomes { grid-template-columns: 1fr; }
  .integrated-outcomes article { padding: 28px 0; }
  .integrated-outcomes article + article {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 620px) {
  .service-page-hero { padding: 75px 22px 65px; }
  .service-page-hero h1 {
    font-size: clamp(28px, 7.4vw, 32px);
    line-height: 1.55;
    letter-spacing: .01em;
  }
  .service-page-hero > p:not(.eyebrow) { font-size: 15px; }
  .service-page-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .campaign-note { align-items: flex-start; flex-direction: column; gap: 8px; }
  .service-category { padding: 75px 22px 85px; }
  .category-heading { margin-bottom: 42px; }
  .category-heading h2 {
    font-size: clamp(25px, 6.6vw, 28px);
    line-height: 1.55;
    letter-spacing: 0;
  }
  .category-heading > p:last-child { font-size: 15px; }
  .detail-card-lead,
  .detail-card-body { padding: 32px 25px; }
  .detail-card h3 { font-size: clamp(21px, 5.7vw, 23px); }
  .service-meta { align-items: flex-start; flex-direction: column; gap: 7px; }
  .service-meta > strong { text-align: left; }
  .price-stack { align-items: flex-start; text-align: left; }
  .compact-services article { padding: 32px 25px; }
  .compact-services h3 { font-size: clamp(21px, 5.7vw, 23px); }
  .detail-card-lead > p:last-child,
  .detail-card-body ul,
  .compact-services article > p:not(:first-child),
  .collaboration-card > div p,
  .collaboration-card > p { font-size: 15px; }
  .detail-card-body h4 { font-size: 21px; }
  .detail-card summary,
  .compact-services summary,
  .detail-cta { font-size: 15px; }
  .detail-cta {
    min-height: 44px;
    padding: 10px 0;
  }
  .service-jump a { padding: 9px 0; }
  .menu {
    width: 44px;
    min-height: 44px;
  }
  .service-note,
  .medical-note,
  .detail-card details p,
  .compact-services details p { font-size: 14px; }
  .integrated-value {
    margin-top: 20px;
    padding: 38px 25px;
  }
  .integrated-value > header h3 {
    font-size: clamp(24px, 6.3vw, 27px);
    line-height: 1.6;
  }
  .integrated-value > header > p:last-child { font-size: 15px; }
  .integrated-outcomes { margin-top: 36px; }
  .integrated-outcomes h4 { font-size: 20px; }
  .integrated-outcomes p,
  .integrated-comparison span { font-size: 14px; }
  .integrated-comparison { grid-template-columns: 1fr; }
  .integrated-comparison > div { padding: 24px 22px; }
  .collaboration-card { grid-template-columns: 1fr; }
  .collaboration-card > p { grid-column: auto; }
  .booking-summary {
    padding: 70px 22px 80px;
    grid-template-columns: 1fr;
  }
  .booking-summary h2 {
    font-size: clamp(25px, 6.6vw, 28px);
    line-height: 1.55;
  }
  .booking-points { grid-template-columns: 1fr; }
  .booking-points article,
  .booking-points article:nth-child(even) {
    padding: 23px 0 25px;
    border-left: 0;
  }
  .booking-points h3 { font-size: 19px; }
  .booking-points p { font-size: 14.5px; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--ivory);
  font-family: "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-weight: 300;
  letter-spacing: .035em;
}
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; cursor: pointer; }
h1, h2 {
  font-family: "Songti TC", "Noto Serif TC", "Yu Mincho", serif;
  font-weight: 400;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: 92px;
  padding: 0 5.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 248, 243, .94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand { transition: color .22s ease; }
.brand:hover { color: var(--coral-bright); }
.brand-mark {
  width: 48px;
  height: 48px;
  border: 1px solid var(--dusty-rose);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--dusty-rose);
  font: 18px Georgia, serif;
}
.brand-name { display: flex; flex-direction: column; align-items: flex-start; }
.brand-name strong {
  font: 13px Georgia, serif;
  letter-spacing: .19em;
  line-height: 1.2;
}
.brand-name small {
  margin-top: 5px;
  width: 100%;
  font-size: 11px;
  letter-spacing: 0;
  text-align: justify;
  text-align-last: justify;
  color: var(--taupe);
}
nav { display: flex; align-items: center; gap: clamp(20px, 2vw, 34px); }
nav a { font-size: 15px; white-space: nowrap; }
nav a:not(.login):hover { color: var(--coral-bright); }
.login {
  border: 1px solid var(--taupe);
  border-radius: 999px;
  padding: 11px 20px;
  transition: color .22s ease, border-color .22s ease;
}
.login:hover {
  color: var(--coral-bright);
  border-color: var(--coral-bright);
}
.menu { display: none; border: 0; background: transparent; font-size: 22px; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 92px);
  padding: 6vw 7.5vw;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 6vw;
  background: linear-gradient(130deg, var(--ivory), #f9efea);
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow {
  margin: 0 0 24px;
  color: var(--dusty-rose);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .22em;
}
.hero h1 {
  margin: 0 0 28px;
  font-size: var(--display-size);
  line-height: 1.48;
  letter-spacing: .045em;
}
.hero h1 span, .about h2 span { display: block; white-space: nowrap; }
.hero-intro {
  margin: 0;
  font-size: 17px;
  line-height: 2;
  color: var(--muted);
}
.hero-actions { display: flex; align-items: center; gap: 32px; margin: 35px 0 42px; }
.primary-button {
  padding: 16px 25px;
  display: inline-flex;
  gap: 24px;
  align-items: center;
  background: var(--coral);
  color: #4f3935;
  font-size: 15px;
  font-weight: 500;
  transition: transform .25s ease, background .25s ease;
}
.primary-button:hover { transform: translateY(-2px); background: var(--coral-bright); }
.text-button {
  padding: 10px 0;
  border-bottom: 1px solid var(--taupe);
  font-size: 15px;
  transition: color .22s ease, border-color .22s ease;
}
.text-button:hover {
  color: var(--coral-bright);
  border-color: var(--coral-bright);
}
.hero-result {
  width: fit-content;
  padding-bottom: 12px;
  display: flex;
  align-items: baseline;
  gap: 15px;
  font-size: 14px;
  background: linear-gradient(90deg, var(--coral-bright), var(--ice-blue)) bottom / 100% 3px no-repeat;
}
.hero-result strong {
  margin-right: 5px;
  font: 32px Georgia, serif;
}
.hero-result i { color: var(--dusty-rose); font-style: normal; font-size: 18px; }

.portrait-composition {
  position: relative;
  width: min(100%, 590px);
  margin-left: auto;
  padding: 25px 32px 32px 25px;
  background: rgba(255, 250, 246, .7);
}
.portrait-composition img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin: 0;
}
.portrait-outline {
  position: absolute;
  z-index: 0;
  inset: 7% 3.5% 3.5% 8%;
  border: 1px solid rgba(115, 95, 89, .28);
}
.portrait-label {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 8%;
  width: 210px;
  padding: 11px 13px;
  background: var(--ivory);
  box-shadow: 0 18px 45px rgba(115, 95, 89, .11);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.portrait-label strong {
  color: var(--dusty-rose);
  font: 24px "Snell Roundhand", "Apple Chancery", cursive;
  line-height: 1.1;
}
.portrait-label small {
  margin-top: 5px;
  color: var(--taupe);
  font-size: 10px;
  letter-spacing: .04em;
}

.service-paths {
  padding: 100px 8vw 105px;
  background: #fffaf6;
  scroll-margin-top: 100px;
}
.paths-heading {
  max-width: 820px;
  margin-bottom: 48px;
}
.paths-heading > p:last-child {
  margin: 24px 0 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 15.5px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 2;
}
.paths-heading > p,
.brand-method > header > p:first-child,
.group-collaboration > div:first-child > p {
  margin: 0 0 20px;
  color: var(--dusty-rose);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .2em;
}
.paths-heading h2,
.brand-method h2,
.group-collaboration h2 {
  margin: 0;
  font-size: var(--display-size);
  line-height: 1.5;
}
.paths-heading h2 span { display: block; }
.path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.path-card {
  min-height: 720px;
  padding: 42px 46px;
  display: flex;
  flex-direction: column;
}
.image-path { background: #e9cecc; }
.posture-path { background: #dce8ee; }
.path-card > p:first-child {
  margin: 0 0 35px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .14em;
}
.path-card h3,
.change-group > h3,
.method-grid h3 {
  margin: 0;
  font: 400 27px/1.5 "Songti TC", "Noto Serif TC", serif;
}
.path-card > p:not(:first-child) {
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.95;
}
.path-card > .path-main-link {
  width: fit-content;
  margin-top: auto;
  padding-top: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--taupe);
  font-size: 14px;
}
.path-card a span { margin-left: 6px; }
.path-needs {
  margin-top: 28px;
  border-top: 1px solid rgba(119, 100, 94, .2);
  border-bottom: 1px solid rgba(119, 100, 94, .2);
}
.path-needs p {
  margin: 0;
  padding: 17px 0;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 8px;
  color: var(--text);
  font: 400 17px/1.65 "Songti TC", "Noto Serif TC", serif;
}
.path-needs p + p { border-top: 1px solid rgba(119, 100, 94, .16); }
.path-needs span {
  padding-top: 2px;
  color: var(--dusty-rose);
  font: 13px Georgia, serif;
}
.path-recommendations {
  margin-top: 25px;
  display: grid;
  gap: 10px;
}
.path-recommendations a {
  padding: 13px 15px;
  display: grid;
  grid-template-columns: 1fr auto;
  background: rgba(255, 250, 246, .54);
  border: 1px solid rgba(119, 100, 94, .18);
}
.path-recommendations small {
  grid-column: 1 / -1;
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .04em;
}
.path-recommendations strong {
  font: 400 15px/1.6 "Songti TC", "Noto Serif TC", serif;
}
.path-recommendations a > span { align-self: center; }
.service-paths-footer {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.service-paths-footer .primary-button { flex: 0 0 auto; }

.brand-method {
  padding: 105px 8vw 115px;
  background: #f7efeb;
}
.brand-method > header { max-width: 850px; }
.brand-method > header > p:last-child,
.method-note {
  max-width: 790px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 2;
}
.method-grid {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.method-grid article { padding: 35px 34px 38px 0; }
.method-grid article + article {
  padding-left: 34px;
  border-left: 1px solid var(--line);
}
.method-grid article > span {
  color: var(--dusty-rose);
  font-size: 11px;
  letter-spacing: .16em;
}
.method-grid h3 { margin-top: 23px; font-size: 22px; }
.method-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.9;
}
.method-note {
  max-width: none;
  margin-top: 28px;
  padding-left: 18px;
  border-left: 3px solid var(--coral);
}

.method-bar {
  padding: 24px 5vw;
  display: flex;
  justify-content: center;
  gap: 28px;
  align-items: center;
  background: var(--taupe);
  color: var(--ivory);
}
.method-bar strong {
  font: italic 23px Georgia, serif;
  letter-spacing: .03em;
}
.method-bar span { color: var(--soft-rose); }

.about { padding: 110px 8vw 125px; background: #fffaf6; }
.about-label {
  margin-bottom: 65px;
  display: flex;
  align-items: center;
  color: var(--dusty-rose);
}
.about-label strong { font-size: 14px; letter-spacing: .2em; }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 8vw; }
.about-title > p {
  margin: 0 0 30px;
  color: var(--dusty-rose);
  font: 34px "Snell Roundhand", "Apple Chancery", cursive;
}
.about h2 {
  margin: 0;
  font-size: var(--display-size);
  line-height: 1.62;
}
.about-copy > p {
  margin: 0 0 25px;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 2;
}
.about-copy blockquote {
  margin: 35px 0 0;
  padding: 4px 0 4px 25px;
  border-left: 3px solid var(--coral);
  color: var(--text);
  font: 20px/1.85 "Songti TC", serif;
}
.about-principles {
  margin-top: 72px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.home-principles {
  padding: 0 8vw 105px;
  background: #fffaf6;
}
.home-principles .about-principles { margin-top: 0; }
.principles-intro {
  margin: 0;
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
  text-align: center;
  font: 400 22px/1.6 "Songti TC", "Noto Serif TC", serif;
}
.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.principles-grid article {
  min-height: 205px;
  padding: 38px 3vw 34px;
}
.principles-grid article + article {
  border-left: 1px solid var(--line);
}
.principles-grid span {
  color: var(--dusty-rose);
  font: 15px Georgia, serif;
}
.principles-grid h3 {
  margin: 27px 0 13px;
  font: 400 22px "Songti TC", "Noto Serif TC", serif;
}
.principles-grid p {
  margin: 0;
  max-width: 390px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}
.client-needs {
  padding: 95px 8vw 105px;
  background: #fffaf6;
}
.client-needs-heading,
.process-heading {
  margin-bottom: 48px;
}
.client-needs-heading > p:last-child {
  max-width: 820px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 2;
}
.client-needs-heading > p,
.process-heading > p,
.faq-heading > p:first-child {
  margin: 0 0 20px;
  color: var(--dusty-rose);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .2em;
}
.client-needs-heading h2,
.process-heading h2,
.faq-heading h2 {
  margin: 0;
  font-size: var(--display-size);
  line-height: 1.5;
}
.client-needs-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.change-groups { display: grid; gap: 58px; }
.change-group > h3 {
  margin-bottom: 20px;
  color: var(--text);
  font-size: 25px;
}
.change-group .client-needs-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.client-needs-grid article {
  min-height: 180px;
  padding: 32px 28px;
}
.client-needs-grid article + article,
.process-grid article + article {
  border-left: 1px solid var(--line);
}
.client-needs-grid article > span,
.process-grid article > span {
  color: var(--dusty-rose);
  font: 14px Georgia, serif;
}
.client-needs-grid h3,
.client-needs-grid h4 {
  margin: 26px 0 10px;
  color: var(--text);
  font: 400 21px/1.55 "Songti TC", "Noto Serif TC", serif;
}
.client-needs-grid h3 span,
.faq-heading h2 span {
  display: block;
}
.client-needs-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.9;
}
.services {
  padding: 105px 8vw 120px;
  background: #fffaf6;
}
.service-overview { scroll-margin-top: 120px; }
.services-heading {
  margin-bottom: 65px;
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 8vw;
  align-items: end;
}
.services-heading > div > p {
  margin: 0 0 26px;
  color: var(--dusty-rose);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .22em;
}
.services-heading h2 {
  margin: 0;
  font-size: var(--display-size);
  line-height: 1.5;
}
.services-heading h2 span { display: block; white-space: nowrap; }
.services-heading > p {
  margin: 0 0 8px;
  max-width: 620px;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 2;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.service-card {
  position: relative;
  min-height: 345px;
  padding: 34px 42px 36px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(115, 95, 89, .1);
}
.color-card { background: #e9cecc; }
.face-card { background: #dce8ee; }
.frame-card { background: #dde5dc; }
.guide-card { background: #e5dfe8; }
.posture-card {
  min-height: 300px;
  grid-column: 1 / -1;
  background: #f2d4c8;
}
.card-topline {
  display: flex;
  gap: 20px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .13em;
}
.card-topline strong { font-weight: 400; }
.service-card-copy { margin-top: 70px; }
.posture-card .service-card-copy {
  max-width: 900px;
  margin-top: 58px;
}
.service-card-copy > p:first-child {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
}
.service-card h3 {
  margin: 0 0 15px;
  font: 400 29px/1.45 "Songti TC", "Noto Serif TC", serif;
}
.service-card-copy > p:not(:first-child) {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}
.service-card a {
  width: fit-content;
  margin-top: 24px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--taupe);
  font-size: 14px;
  transition: color .22s ease, border-color .22s ease;
}
.service-card a:hover {
  color: var(--coral-bright);
  border-color: var(--coral-bright);
}
.service-card a span { margin-left: 6px; }

.personal-guide {
  padding: 115px 8vw 125px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 9vw;
  align-items: start;
  background: var(--ivory);
}
.section-heading > p:first-child,
.credentials-heading > p:first-child {
  margin: 0 0 28px;
  color: var(--dusty-rose);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .2em;
}
.section-heading h2,
.credentials-heading h2 {
  margin: 0;
  font-size: var(--display-size);
  line-height: 1.52;
}
.credentials-heading h2 { white-space: nowrap; }
.section-heading h2 span,
.credentials-heading h2 span { display: block; white-space: nowrap; }
.section-intro {
  max-width: 650px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 2;
}
.guide-actions { margin-top: 38px; display: flex; align-items: center; gap: 30px; }
.guide-list { border-top: 1px solid var(--line); }
.guide-list article {
  padding: 32px 0;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}
.guide-list article > span {
  color: var(--dusty-rose);
  font: 14px Georgia, serif;
}
.guide-list h3 {
  margin: 0 0 9px;
  font: 400 23px "Songti TC", "Noto Serif TC", serif;
}
.guide-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.85;
}
.group-collaboration {
  padding: 100px 8vw 110px;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 8vw;
  background: #e5dfe8;
}
.group-collaboration h2 { font-size: clamp(32px, 3vw, 46px); }
.group-collaboration > div:last-child > p {
  margin: 0;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 2;
}
.collaboration-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.service-process {
  padding: 105px 8vw 115px;
  background: #eef3f4;
}
.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.process-grid article {
  min-height: 225px;
  padding: 36px 38px;
}
.process-grid h3 {
  margin: 30px 0 12px;
  font: 400 23px "Songti TC", "Noto Serif TC", serif;
}
.process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.9;
}
.process-action {
  margin-top: 38px;
}

.credentials {
  padding: 115px 8vw 125px;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 9vw;
  background: #eef3f4;
}
.credentials-heading > p:last-child {
  max-width: 540px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 2;
}
.credential-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 42px;
  border-top: 1px solid rgba(115, 95, 89, .22);
}
.credential-list p {
  position: relative;
  margin: 0;
  min-height: 92px;
  padding: 29px 0 24px 34px;
  border-bottom: 1px solid rgba(115, 95, 89, .22);
  color: var(--text);
  font-size: 15px;
  line-height: 1.75;
}
.credential-list p::before {
  content: "";
  position: absolute;
  top: 37px;
  left: 0;
  width: 15px;
  height: 2px;
  background: var(--dusty-rose);
}
.faq {
  padding: 110px 8vw 120px;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 9vw;
  background: var(--ivory);
}
.faq-heading > p:last-child {
  max-width: 500px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  position: relative;
  padding: 26px 44px 26px 0;
  color: var(--text);
  font: 400 18px/1.7 "Songti TC", "Noto Serif TC", serif;
  cursor: pointer;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 25px;
  right: 3px;
  color: var(--coral-bright);
  font: 22px Arial, sans-serif;
}
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p {
  margin: -6px 42px 25px 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.9;
}

.contact {
  padding: 110px 8vw;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 8vw;
  background: #fffaf6;
}
.contact-message {
  padding: 65px;
  background: var(--taupe);
  color: var(--ivory);
}
.contact-message > p:first-child {
  margin: 0 0 45px;
  color: var(--soft-rose);
  font: italic 25px Georgia, serif;
}
.contact-message h2 {
  margin: 0 0 35px;
  font-size: clamp(36px, 2.8vw, 48px);
  line-height: 1.65;
}
.contact-message h2 span {
  display: block;
  white-space: nowrap;
}
.contact-message > p:not(:first-child) {
  margin: 0;
  color: rgba(255, 248, 243, .75);
  font-size: 15px;
  line-height: 1.9;
}
.contact-button {
  margin-top: 30px;
  padding: 15px 22px;
  display: inline-flex;
  gap: 28px;
  background: var(--coral);
  color: #4f3935;
  font-size: 15px;
  font-weight: 500;
  transition: transform .25s ease, background .25s ease;
}
.contact-button:hover {
  transform: translateY(-2px);
  background: var(--coral-bright);
}
.contact-links {
  align-self: stretch;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 35px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.contact-links a {
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: color .22s ease;
}
.contact-links a:hover { color: var(--coral-bright); }
.contact-links span {
  margin-bottom: 20px;
  color: var(--dusty-rose);
  font-size: 11px;
  letter-spacing: .14em;
}
.contact-links strong { font-size: 14px; font-weight: 400; word-break: break-word; }
footer {
  padding: 45px 5.5vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  background: #675a56;
  color: var(--ivory);
}
footer strong { font: 13px Georgia, serif; letter-spacing: .16em; }
footer p { margin: 0; text-align: center; font: 17px "Songti TC", serif; }
footer small { text-align: right; color: rgba(255,255,255,.55); font-size: 10px; }

@media (max-width: 1050px) {
  .site-header { min-height: 78px; padding: 0 24px; }
  .menu { display: block; }
  nav {
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    padding: 22px;
    background: var(--ivory);
    flex-direction: column;
    align-items: stretch;
    border-bottom: 1px solid var(--line);
  }
  nav.open { display: flex; }
  nav a { font-size: 17px; padding: 7px; }
  .login { text-align: center; }
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 75px 6vw 90px;
    gap: 65px;
  }
  .hero-copy { text-align: center; }
  .hero-actions, .hero-result { margin-left: auto; margin-right: auto; justify-content: center; }
  .portrait-composition { margin: 0 auto; }
  .group-collaboration { grid-template-columns: 1fr; gap: 38px; }
  .about-grid { grid-template-columns: 1fr; gap: 50px; }
  .services-heading { grid-template-columns: 1fr; gap: 30px; }
  .service-card { min-height: 345px; }
  .personal-guide,
  .credentials,
  .faq,
  .contact { grid-template-columns: 1fr; gap: 60px; }
  .client-needs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .client-needs-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .client-needs-grid article:nth-child(4) { border-top: 1px solid var(--line); }
}

@media (max-width: 620px) {
  .brand-mark { width: 43px; height: 43px; }
  .brand-name strong { font-size: 12px; letter-spacing: .13em; }
  .brand-name small { font-size: 10px; }
  .hero { padding: 62px 22px 75px; }
  .eyebrow { font-size: 12px; }
  .hero h1 {
    font-size: clamp(29px, 7.8vw, 34px);
    line-height: 1.5;
    letter-spacing: .01em;
  }
  .hero h1 span,
  .service-page-hero h1 span { white-space: normal; }
  .about h2 span { white-space: nowrap; }
  .hero-intro { font-size: 16px; line-height: 1.85; }
  .hero-intro br { display: none; }
  .hero-actions { flex-direction: column; gap: 15px; }
  .primary-button, .text-button { font-size: 16px; }
  .hero-result { gap: 9px; font-size: 12px; }
  .hero-result strong { font-size: 27px; }
  .portrait-composition img { width: 94%; }
  .portrait-composition { padding: 18px 24px 30px 18px; }
  .portrait-label {
    right: 0;
    bottom: 8%;
    width: 190px;
    padding: 10px 12px;
  }
  .portrait-label strong { font-size: 22px; }
  .portrait-label small { font-size: 9px; }
  .service-paths,
  .brand-method,
  .group-collaboration { padding: 75px 22px 85px; }
  .paths-heading { margin-bottom: 36px; }
  .paths-heading h2,
  .brand-method h2,
  .group-collaboration h2 {
    font-size: clamp(27px, 7.2vw, 31px);
    line-height: 1.55;
    letter-spacing: 0;
  }
  .path-grid { grid-template-columns: 1fr; gap: 16px; }
  .path-card { min-height: 0; padding: 32px 25px; }
  .path-card > p:first-child { margin-bottom: 24px; }
  .path-card h3 { font-size: 23px; }
  .path-card > p:not(:first-child) { font-size: 15px; }
  .path-card > .path-main-link { margin-top: 28px; padding-top: 0; }
  .path-needs { margin-top: 24px; }
  .path-needs p { padding: 14px 0; font-size: 16px; }
  .path-recommendations { margin-top: 20px; }
  .path-recommendations a { padding: 12px 13px; }
  .service-paths-footer {
    margin-top: 20px;
  }
  .method-grid { margin-top: 36px; grid-template-columns: 1fr; }
  .method-grid article { padding: 28px 0; }
  .method-grid article + article {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .brand-method > header > p:last-child,
  .method-note { font-size: 15px; line-height: 1.9; }
  .principles-intro { padding: 28px 0; font-size: 20px; text-align: left; }
  .method-bar { gap: 11px; padding: 19px 12px; }
  .method-bar strong { font-size: 14px; }
  .about { padding: 75px 22px 90px; }
  .about-label { margin-bottom: 42px; }
  .about-label strong { font-size: 12px; }
  .about-title > p { font-size: 27px; }
  .about h2 {
    font-size: clamp(23px, 6.1vw, 26px);
    line-height: 1.65;
    letter-spacing: 0;
  }
  .about-copy > p { font-size: 16px; line-height: 1.95; }
  .about-copy blockquote { font-size: 18px; }
  .about-principles { margin-top: 54px; }
  .home-principles { padding: 0 22px 85px; }
  .home-principles .about-principles { margin-top: 0; }
  .principles-intro { padding: 27px 0; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles-grid article {
    min-height: 0;
    padding: 30px 0;
  }
  .principles-grid article + article {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .principles-grid h3 { margin: 14px 0 8px; font-size: 21px; }
  .client-needs,
  .service-process,
  .faq { padding: 75px 22px 85px; }
  .client-needs-heading,
  .process-heading { margin-bottom: 36px; }
  .client-needs-heading h2,
  .process-heading h2,
  .faq-heading h2 {
    font-size: clamp(27px, 7.2vw, 31px);
    line-height: 1.55;
    letter-spacing: 0;
  }
  .client-needs-grid,
  .process-grid { grid-template-columns: 1fr; }
  .change-group .client-needs-grid { grid-template-columns: 1fr; }
  .client-needs-grid article,
  .process-grid article { min-height: 0; padding: 27px 0; }
  .client-needs-grid article + article,
  .process-grid article + article,
  .client-needs-grid article:nth-child(3),
  .client-needs-grid article:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .client-needs-grid h3 { margin: 16px 0 8px; font-size: 21px; }
  .client-needs-grid h4 { margin: 16px 0 8px; font-size: 21px; }
  .client-needs-grid p { font-size: 16px; }
  .client-needs-heading > p:last-child { font-size: 15px; line-height: 1.9; }
  .change-groups { gap: 45px; }
  .change-group > h3 { margin-bottom: 10px; font-size: 23px; }
  .process-grid h3 { margin: 16px 0 8px; font-size: 21px; }
  .process-grid p { font-size: 16px; }
  .process-action { margin-top: 32px; }
  .services { padding: 72px 22px 80px; }
  .services-heading { margin-bottom: 42px; }
  .services-heading > div > p { font-size: 12px; }
  .services-heading h2 {
    font-size: clamp(27px, 7.2vw, 31px);
    line-height: 1.55;
    letter-spacing: 0;
  }
  .services-heading h2 span { white-space: normal; }
  .services-heading > p { font-size: 15px; line-height: 1.9; }
  .service-grid { grid-template-columns: 1fr; gap: 16px; }
  .service-card {
    min-height: 330px;
    padding: 28px 25px 30px;
  }
  .service-card-copy { margin-top: 55px; }
  .posture-card {
    min-height: 350px;
    grid-column: auto;
  }
  .posture-card .service-card-copy { margin-top: 48px; }
  .service-card h3 { font-size: 24px; }
  .personal-guide,
  .credentials,
  .faq,
  .contact { padding: 75px 22px 85px; gap: 48px; }
  .faq-list summary { padding: 23px 38px 23px 0; font-size: 17px; }
  .faq-list details p { margin-right: 24px; font-size: 14.5px; }
  .section-heading h2,
  .credentials-heading h2 {
    font-size: clamp(27px, 7.2vw, 31px);
    line-height: 1.58;
  }
  .section-intro,
  .credentials-heading > p:last-child { font-size: 15px; line-height: 1.9; }
  .guide-actions { flex-direction: column; align-items: flex-start; gap: 12px; }
  .guide-list article { grid-template-columns: 38px 1fr; padding: 26px 0; gap: 12px; }
  .guide-list h3 { font-size: 21px; }
  .collaboration-actions { flex-direction: column; align-items: flex-start; gap: 12px; }
  .credential-list { grid-template-columns: 1fr; }
  .credential-list p { min-height: 0; padding: 23px 0 20px 30px; font-size: 14.5px; }
  .credential-list p::before { top: 31px; }
  .contact-message { padding: 42px 28px; }
  .contact-message > p:first-child { margin-bottom: 30px; font-size: 21px; }
  .contact-message h2 { font-size: clamp(28px, 7.4vw, 31px); }
  .contact-links { grid-template-columns: 1fr; gap: 0; }
  .contact-links a { padding: 30px 0; }
  .contact-links a + a { border-top: 1px solid var(--line); }
  footer { padding: 38px 22px 75px; grid-template-columns: 1fr; gap: 16px; text-align: center; }
  footer p, footer small { text-align: center; }
}
