:root {
  --paper: #f4f5f3;
  --surface: #fcfcfa;
  --mist: #e4e9eb;
  --ink: #20343f;
  --secondary: #455d69;
  --muted: #5d717a;
  --line: #c9d3d7;
  --night: #182832;
  --pearl: #f8f6ee;
  --brass: #ddc7a5;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-size: 1rem; line-height: 1.75; }
a { color: inherit; text-decoration: none; }
button, textarea { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { word-break: keep-all; overflow-wrap: break-word; }
h1, h2, h3 { margin: 0; font-weight: 550; letter-spacing: -.045em; line-height: 1.4; }
h2 { font-size: clamp(2rem, 3.1vw, 3rem); }
p { margin: 0; }
:is(a, button, summary, textarea, input):focus-visible { outline: 3px solid #927042; outline-offset: 5px; }
.wrap { width: min(1200px, 86%); margin-inline: auto; }
.section { padding-block: 88px; }
.eyebrow { margin-bottom: 18px; color: var(--secondary); font-size: .8125rem; font-weight: 550; letter-spacing: .19em; }
.small { color: var(--muted); font-size: .875rem; line-height: 1.8; }
.top { position: sticky; top: 0; z-index: 30; color: var(--pearl); background: #182832f7; }
.top > .wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: .9375rem; font-weight: 650; min-width: 0; }
.brand img { flex: 0 0 34px; width: 34px; height: 34px; object-fit: contain; }
.home-label { display: none; color: var(--brass); font-size: .8125rem; white-space: nowrap; }
.top-nav { display: flex; gap: 26px; font-size: .875rem; }
.top-nav a { padding-block: 14px; }
.top-nav a[aria-current="page"] { color: var(--brass); border-bottom: 1px solid var(--brass); }
.top-cta { border: 1px solid #d7c19c80; padding: 9px 15px; font-size: .875rem; white-space: nowrap; }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { cursor: pointer; padding: 10px 13px; border: 1px solid #e5e5dc60; font-size: .875rem; list-style: none; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav > div { position: absolute; top: 100%; right: 0; width: 210px; padding: 12px 18px; background: var(--night); box-shadow: 0 12px 30px #10212a30; }
.mobile-nav a { display: block; padding: 12px 0; border-bottom: 1px solid #ffffff25; font-size: .9375rem; }
.notice { background: var(--mist); color: var(--secondary); text-align: center; padding: 8px 24px; font-size: .8125rem; }
.hero { position: relative; display: grid; align-items: center; background: var(--night); color: var(--pearl); isolation: isolate; }
.hero-photo { position: absolute; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 72% center; }
.hero-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #13232de6 0%, #13232d7a 30%, #13232d10 57%, transparent 75%), linear-gradient(0deg, #15242c80, transparent 25%); }
.hero-inner { padding-block: 128px 120px; min-height: min(730px, 85svh); display: flex; flex-direction: column; justify-content: center; }
.hero .eyebrow { color: var(--brass); }
.hero h1 { max-width: 620px; font-size: clamp(2.15rem, 3.65vw, 3.5rem); font-weight: 500; line-height: 1.43; }
.hero h1 span { display: block; }
.hero-sub { margin-top: 24px; max-width: 440px; color: #e1e7e8; font-size: 1.0625rem; line-height: 1.8; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 13px 23px; border: 1px solid transparent; border-radius: 0; font-size: .9375rem; font-weight: 650; line-height: 1.6; text-align: center; cursor: pointer; }
.pearl { background: var(--pearl); color: var(--night); }
.pearl:hover { background: var(--brass); }
.outline { color: var(--pearl); border-color: #ffffff80; background: #172a3420; }
.dark { background: var(--night); color: var(--pearl); }
.dark:hover { background: #355363; }
.talk { background: #03c75a; color: #102b22; }
.hero-baseline { position: absolute; bottom: 24px; left: 7%; right: 7%; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid #ffffff35; padding-top: 17px; font-size: .8125rem; color: #e0e5e6; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 34px; margin-bottom: 36px; }
.section-head > p { max-width: 330px; color: var(--muted); font-size: 1rem; }
.selection-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.selection-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.selection-card { position: relative; display: flex; flex-direction: column; padding: 28px; border: 2px solid var(--line); background: var(--surface); min-height: 254px; overflow: hidden; transition: border-color .22s, background .22s, box-shadow .22s, transform .22s; }
.selection-card:hover, .selection-card[aria-current="true"] { border-color: #9b7440; background: #edf0f0; }
.selection-card:hover { transform: translateY(-3px); box-shadow: 0 16px 34px #142a3514; }
.selection-card[aria-current="true"] { border-width: 3px; box-shadow: inset 0 0 0 1px #d7bd90, 0 16px 34px #142a3518; }
.selection-card[aria-current="true"]::after { content: "✓"; position: absolute; z-index: 3; top: 14px; right: 14px; display: grid; place-items: center; width: 28px; height: 28px; color: #fff; background: #9b7440; border-radius: 50%; font-size: .9375rem; font-weight: 750; }
.selection-visual { display: block; margin: -28px -28px 24px; overflow: hidden; aspect-ratio: 1; background: var(--night); }
.selection-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .38s ease; }
.selection-card:hover .selection-visual img, .selection-card[aria-current="true"] .selection-visual img { transform: scale(1.04); }
.selection-card .number { font-size: .8125rem; color: var(--secondary); letter-spacing: .12em; }
.selection-card h3 { margin-top: 28px; font-size: 1.4375rem; line-height: 1.45; }
.selection-card p { margin-top: 11px; color: var(--muted); font-size: .9375rem; line-height: 1.75; }
.selection-card b { display: flex; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 24px; font-size: .875rem; font-weight: 600; }
.selection-note { margin-top: 22px; }
.principle { background: var(--mist); }
.principle-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; }
.principle-photo { position: relative; margin: 0; min-width: 0; }
.principle-photo img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.principle-photo figcaption { margin-top: 12px; font-size: .8125rem; color: var(--muted); }
.principle-intro { margin-top: 22px; color: var(--secondary); font-size: 1rem; }
.read-list { margin-top: 28px; }
.read-list div { display: grid; grid-template-columns: 75px 1fr; gap: 22px; border-top: 1px solid #b9c6cc; padding-block: 17px; }
.read-list strong { font-weight: 600; font-size: 1rem; }
.read-list p { color: var(--secondary); font-size: 1rem; }
.medical-details { margin-top: 24px; border-top: 1px solid #b9c6cc; border-bottom: 1px solid #b9c6cc; }
.medical-details summary { padding-block: 20px; font-size: 1rem; cursor: pointer; font-weight: 550; }
.medical-details > div { padding-bottom: 20px; color: var(--secondary); }
.medical-details h3 { font-size: 1.125rem; margin-top: 18px; }
.medical-details p { margin-top: 8px; font-size: 1rem; }
.doctor-section { background: var(--surface); }
.doctor-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; }
.doctor-photo img { width: 100%; height: auto; aspect-ratio: 1.1; object-fit: cover; object-position: 62% center; }
.doctor-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.doctor-pair figure { margin: 0; min-width: 0; }
.doctor-pair img { display: block; width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; object-position: center; }
.doctor-pair figcaption { padding-top: 12px; font-size: .9375rem; }
.doctor-copy > p:not(.eyebrow) { margin-top: 22px; color: var(--secondary); font-size: 1rem; }
.doctor-copy .doctor-name { font-size: 1.5rem !important; font-weight: 550; color: var(--ink) !important; }
.doctor-facts { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 12px 24px; font-size: .875rem; color: var(--secondary); }
.consult { background: #e4eaec; }
.consult-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; align-items: start; }
.consult-copy > p:not(.eyebrow) { margin-top: 23px; color: var(--secondary); font-size: 1rem; }
.cost-points { margin-top: 30px; padding: 0; list-style: none; }
.cost-points li { border-top: 1px solid #bdcbd0; padding: 17px 0; display: flex; justify-content: space-between; gap: 20px; font-size: .9375rem; }
.cost-points span { color: var(--muted); }
.inquiry-card { padding: 30px; background: #fafbf9; border: 1px solid #bccbd1; min-width: 0; }
.selection { border-bottom: 1px solid var(--line); padding-bottom: 22px; margin-bottom: 22px; display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.selection > span { grid-column: 1 / -1; color: var(--muted); font-size: .875rem; }
.selection strong { font-size: 1.3125rem; line-height: 1.5; font-weight: 600; word-break: keep-all; overflow-wrap: anywhere; }
.selection a { align-self: center; text-decoration: underline; font-size: .875rem; white-space: nowrap; }
.inquiry-card label { display: block; font-size: .875rem; margin-bottom: 10px; font-weight: 550; }
.inquiry-card textarea { display: block; width: 100%; min-height: 144px; padding: 15px; border: 1px solid #b6c6cd; background: white; color: var(--ink); border-radius: 0; resize: vertical; font-size: 1rem; line-height: 1.75; }
.inquiry-card .actions { margin-top: 18px; }
.inquiry-card .button { flex: 1 1 150px; padding-inline: 12px; }
.copy-status { margin-top: 14px; min-height: 2em; }
.inquiry-card .privacy-note { margin-top: 12px; color: var(--muted); font-size: .8125rem; }
.care-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; margin-top: 36px; }
.care-grid article { border-top: 1px solid #aebfc6; padding-top: 22px; }
.care-grid h3 { font-size: 1.25rem; margin-bottom: 12px; }
.care-grid p { color: var(--secondary); font-size: 1rem; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; }
.faq-section { background: var(--surface); }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 22px 26px 22px 0; font-size: 1.0625rem; font-weight: 550; cursor: pointer; }
.faq details p { margin-bottom: 22px; color: var(--secondary); font-size: 1rem; line-height: 1.85; }
.source-note { margin-top: 20px; color: var(--muted); font-size: .8125rem; }
.source-note a { text-decoration: underline; text-underline-offset: 3px; }
.archive-cards { padding-top: 30px; }
.archive-cards summary { cursor: pointer; padding-block: 18px; border-bottom: 1px solid var(--line); }
.archive-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; padding-top: 24px; }
.archive-grid a { min-width: 0; }
.archive-grid img { width: 100%; height: auto; }
.close { text-align: center; background: var(--night); color: var(--pearl); padding-block: 80px; }
.close .eyebrow { color: var(--brass); }
.close p:not(.eyebrow) { color: #d7e2e6; margin-top: 22px; }
.close .actions { justify-content: center; }
.related { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px 32px; padding-block: 36px; font-size: .9375rem; }
.related a { border-bottom: 1px solid #b4c3ca; padding-bottom: 4px; }
.image-credit { padding-bottom: 28px; font-size: .8125rem; color: var(--muted); }
footer { padding-block: 48px; background: var(--mist); }
.foot-grid { display: grid; grid-template-columns: 1fr 1.1fr .85fr; gap: 32px; }
.foot h3 { font-size: 1.0625rem; font-weight: 650; margin-bottom: 14px; }
.foot p { color: var(--secondary); font-size: .875rem; line-height: 1.9; }
.foot-links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 16px; font-size: .875rem; }
.foot-links a { text-decoration: underline; text-underline-offset: 3px; }
.hours { width: 100%; border-collapse: collapse; font-size: .875rem; color: var(--secondary); }
.hours td { padding: 4px 0; }
.hours td:first-child { white-space: nowrap; padding-right: 14px; }
.legal { border-top: 1px solid #bfcdd2; padding-top: 23px; margin-top: 28px; color: var(--muted); font-size: .8125rem; line-height: 1.9; }
.bar { display: none; }
.skip-link { position: absolute; top: -100px; left: 20px; z-index: 60; padding: 12px; background: var(--pearl); color: var(--ink); }
.skip-link:focus { top: 12px; }
[hidden] { display: none !important; }
@media (max-width: 1100px) {
  .top-nav { display: none; }
  .mobile-nav { display: block; margin-left: auto; }
  .top-cta { display: none; }
  .hero h1 { font-size: clamp(2rem, 4.3vw, 3rem); }
  .selection-grid.four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .selection-card { padding: 24px; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .foot:last-child { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 86px; }
  .wrap { width: auto; margin-inline: 24px; }
  .section { padding-block: 60px; }
  .top > .wrap { min-height: 68px; gap: 12px; margin-inline: 18px; }
  .brand { font-size: .8125rem; gap: 8px; }
  .brand img { width: 29px; height: 29px; flex-basis: 29px; }
  .brand-name { display: none; }
  .home-label { display: inline; }
  .mobile-nav summary { padding: 9px 11px; }
  .notice { text-align: left; padding-inline: 24px; line-height: 1.7; }
  .hero { display: block; }
  .hero-photo { position: relative; height: auto; aspect-ratio: 1.05; object-fit: cover; object-position: 77% center; }
  .hero-photo.women { aspect-ratio: .95; object-position: 76% center; }
  .hero-photo.tattoo { aspect-ratio: .97; object-position: 78% center; }
  .hero-shade { background: none; }
  .hero-inner { padding: 26px 0 calc(88px + env(safe-area-inset-bottom)); min-height: 0; }
  .hero .eyebrow { margin-bottom: 16px; font-size: .8125rem; }
  .hero h1 { font-size: clamp(1.6rem, 7.2vw, 2.75rem); line-height: 1.48; }
  .hero-sub { font-size: 1rem; margin-top: 20px; }
  .hero-baseline { position: static; margin: 0 24px; padding-block: 16px 22px; }
  .hero .actions { gap: 10px; }
  .hero .button { padding: 12px 16px; flex: 1 1 140px; }
  .button { font-size: .9375rem; }
  h2 { font-size: clamp(1.75rem, 7vw, 2.25rem); }
  .section-head { display: block; margin-bottom: 26px; }
  .section-head > p { margin-top: 18px; max-width: none; }
  .selection-grid, .selection-grid.four { grid-template-columns: 1fr; gap: 12px; }
  .selection-card { min-height: 0; display: grid; grid-template-columns: 28px 1fr; gap: 0 16px; padding: 20px; }
  .selection-visual { grid-column: 1 / -1; width: calc(100% + 40px); margin: -20px -20px 20px; aspect-ratio: 1; }
  .selection-card .number { padding-top: 5px; }
  .selection-card h3 { margin: 0; font-size: 1.25rem; }
  .selection-card p { grid-column: 2; margin-top: 8px; font-size: .9375rem; }
  .selection-card b { grid-column: 2; padding-top: 16px; }
  .principle-layout, .doctor-layout, .consult-layout, .faq-layout { grid-template-columns: 1fr; gap: 32px; }
  .principle-photo img { aspect-ratio: 1; }
  .principle-intro { margin-top: 20px; }
  .read-list div { grid-template-columns: 66px 1fr; gap: 16px; }
  .doctor-layout > .doctor-copy { order: 1; }
  .doctor-photo, .doctor-pair { order: 0; }
  .doctor-pair { grid-template-columns: 1fr; gap: 24px; }
  .doctor-photo img { aspect-ratio: 1.05; }
  .inquiry-card { padding: 23px 20px; }
  .selection { grid-template-columns: 1fr; }
  .selection a { justify-self: start; }
  .care-grid { grid-template-columns: 1fr; gap: 24px; }
  .faq summary { font-size: 1rem; }
  .archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .close { padding-block: 60px; }
  .foot-grid { grid-template-columns: 1fr; gap: 30px; }
  .foot:last-child { grid-column: auto; }
  footer { padding-bottom: calc(105px + env(safe-area-inset-bottom)); }
  .bar { position: fixed; z-index: 40; inset: auto 0 0; display: grid; grid-template-columns: .8fr 1.5fr .8fr; padding-bottom: env(safe-area-inset-bottom); background: var(--mist); border-top: 1px solid var(--line); }
  .bar a { display: flex; justify-content: center; align-items: center; min-height: 58px; font-size: .875rem; font-weight: 650; color: var(--ink); }
  .bar .b-talk { background: var(--night); color: var(--pearl); }
  .bar.is-hidden { display: none; }
}
@media (max-width: 360px) {
  .wrap { margin-inline: 18px; }
  .top > .wrap { margin-inline: 12px; }
  .brand { font-size: .75rem; }
  .hero h1 { font-size: 1.55rem; }
  .mobile-nav summary { padding-inline: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
