/* The reading room: an extension of the existing photographic TOP. */
.text-unit { display: inline-block; max-width: 100%; vertical-align: baseline; text-wrap: pretty; }
.guide-teaser { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 24px 60px; align-items: center; padding-block: 52px; }
.guide-teaser .eyebrow { margin-bottom: 12px; }
.guide-teaser h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); }
.guide-teaser p:not(.eyebrow) { color: var(--muted); }
.guide-teaser .text-link { margin-top: 14px; }
.guide-page { --reading: 740px; }
.guide-page .eyebrow { font-size: .875rem; letter-spacing: .1em; }
.guide-page .brand small { font-size: .8125rem; }
.guide-page .site-header > nav { gap: 22px; }
.guide-page p, .guide-page li, .guide-page dd, .guide-page h1, .guide-page h2, .guide-page h3 { word-break: normal; overflow-wrap: break-word; line-break: strict; }
.guide-page h1, .guide-page h2, .guide-page h3 { text-wrap: pretty; }
.guide-skip { position: fixed; top: 8px; left: 16px; z-index: 100; background: white; color: var(--ink); padding: 12px 20px; transform: translateY(-160%); border: 1px solid var(--ink); }
.guide-skip:focus { transform: none; }
.guide-wrap { width: min(1120px, calc(100% - 2 * var(--gutter))); margin-inline: auto; }
.guide-breadcrumb { padding-block: 23px 10px; font-size: .875rem; color: var(--muted); }
.guide-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 5px 9px; list-style: none; line-height: 1.8; }
.guide-breadcrumb li + li::before { content: "/"; padding-right: 9px; color: #8b9190; }
.guide-breadcrumb a { text-decoration: underline; }
.guide-intro { padding: 42px 0 48px; border-bottom: 1px solid var(--line); }
.guide-intro h1 { max-width: 940px; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.65; letter-spacing: .015em; }
.guide-intro .eyebrow { margin-bottom: 17px; }
.guide-deck { max-width: 760px; margin-top: 23px; font-size: 1.125rem; line-height: 2; }
.guide-authorline { display: flex; flex-wrap: wrap; align-items: center; gap: 5px 20px; color: var(--muted); font-size: .875rem; margin-top: 23px; }
.guide-authorline a { text-decoration: underline; }
.guide-answer { max-width: 810px; margin-top: 26px; padding: 20px 25px; background: #f4f5f3; border-left: 2px solid #a58e77; }
.guide-answer p { line-height: 2; }
.guide-answer strong { display: block; font-size: .875rem; font-weight: 500; color: #695442; margin-bottom: 6px; }
.guide-intro.with-photo { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, .48fr); gap: 38px; align-items: start; }
.guide-intro.with-photo h1 { font-size: clamp(2rem, 3.3vw, 2.8rem); }
.guide-intro-photo { padding: 8px 0 0 12px; }
.guide-intro-photo img { aspect-ratio: 3/4; object-fit: cover; object-position: 50% 45%; }
.guide-intro-photo figcaption { margin-top: 12px; font-size: .875rem; line-height: 1.8; color: var(--muted); }
.guide-layout { display: grid; grid-template-columns: minmax(170px, 230px) minmax(0, var(--reading)); gap: clamp(32px, 5vw, 76px); padding-block: 48px 78px; align-items: start; }
.guide-side { position: sticky; top: 122px; padding-right: 20px; border-right: 1px solid var(--line); max-height: calc(100dvh - 160px); overflow: auto; }
.guide-side h2 { font: 500 1rem/1.8 var(--sans); letter-spacing: .025em; margin-bottom: 15px; }
.guide-side ol, .guide-mobile-toc ol { list-style: none; }
.guide-side li + li { border-top: 1px solid #e8ecec; }
.guide-side a { display: block; font-size: .875rem; line-height: 1.8; padding: 12px 0; text-decoration: none; }
.guide-side a:hover, .guide-side a[aria-current="location"] { color: var(--accent); text-decoration: underline; }
.guide-mobile-toc { display: none; }
.guide-content > section { scroll-margin-top: 18px; }
.guide-section + .guide-section { margin-top: 64px; padding-top: 44px; border-top: 1px solid var(--line); }
.guide-content h2 { font-size: clamp(1.55rem, 2.55vw, 2rem); line-height: 1.8; margin-bottom: 23px; }
.guide-content h3 { font-size: 1.125rem; font-weight: 500; margin: 27px 0 12px; line-height: 1.85; }
.guide-content p { font-size: 1.0625rem; line-height: 2.05; }
.guide-content p + p { margin-top: 18px; }
.guide-content a:not(.button):not(.guide-photo-link):not(.guide-card):not(.guide-author-link) { text-decoration: underline; }
.guide-content ul:not(.guide-related-grid) { padding-left: 1.4em; margin-block: 17px; }
.guide-content li { padding-left: .15em; font-size: 1.0625rem; line-height: 2; }
.guide-content li + li { margin-top: 6px; }
.guide-callout { margin-top: 25px; padding: 24px 26px; background: #f5f4f1; border-top: 1px solid #c9c0b3; }
.guide-callout h3 { margin-top: 0; }
.guide-content .guide-note, .guide-note { font-size: .875rem; line-height: 1.95; color: var(--muted); }
.guide-case { padding: 27px 0 8px; margin-top: 26px; border-top: 1px solid var(--line); }
.guide-case > h3 { margin: 8px 0 19px; font-family: var(--serif); font-size: 1.4rem; }
.guide-case-meta { display: flex; flex-wrap: wrap; gap: 7px 15px; color: #695442; }
.guide-content .guide-case-meta { font-size: .875rem; line-height: 1.8; }
.guide-case-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-bottom: 23px; }
.guide-photo-link { display: block; background: var(--wash); overflow: hidden; position: relative; }
.guide-photo-link img { width: 100%; aspect-ratio: 3/4; height: auto; object-fit: contain; object-position: center; }
.photo-zoom-hint { display: block; padding: 7px 10px; min-height: 36px; text-align: right; font-size: .875rem; line-height: 1.6; color: var(--ink); border-top: 1px solid var(--line); transition: background .25s; }
.guide-photo-link:hover .photo-zoom-hint { background: #e8e8e2; }
.guide-case-grid figcaption { font-size: .875rem; line-height: 1.8; margin-top: 10px; color: var(--muted); }
.guide-case-grid figcaption strong { color: var(--ink); display: block; font-weight: 500; margin-bottom: 3px; }
.guide-case dl > div { display: grid; grid-template-columns: 5em minmax(0,1fr); gap: 14px; padding: 12px 0; border-bottom: 1px solid #e6eaea; }
.guide-case dt { font-size: .875rem; line-height: 2.25; color: var(--muted); }
.guide-case dd { font-size: 1.0625rem; line-height: 2; }
.guide-period { border-bottom: 1px solid #a59d90; margin-block: 22px; padding: 18px 0; color: var(--ink); }
.guide-period strong { font-family: var(--serif); font-size: clamp(1.7rem, 3.5vw, 2.25rem); font-weight: 500; line-height: 1.6; }
.guide-period > span { display: block; font-size: .875rem; color: var(--muted); }
.guide-compare { width: 100%; border-collapse: collapse; margin: 24px 0; table-layout: fixed; }
.guide-compare th, .guide-compare td { text-align: left; vertical-align: top; font-size: 1rem; line-height: 1.9; padding: 15px; border-bottom: 1px solid var(--line); overflow-wrap: break-word; }
.guide-compare thead th { background: var(--wash); font-weight: 500; }
.guide-compare th:first-child { width: 21%; }
.guide-compare tbody th { font-weight: 500; color: var(--muted); }
.guide-compare caption { text-align: left; font-size: .875rem; color: var(--muted); padding-bottom: 12px; }
.guide-steps { list-style: none; counter-reset: steps; }
.guide-steps li { position: relative; padding: 0 0 25px 50px; border-left: 1px solid var(--line); margin-left: 15px; }
.guide-steps li::before { counter-increment: steps; content: counter(steps, decimal-leading-zero); position: absolute; left: -16px; top: 0; font: 400 1rem/32px Georgia,serif; background: white; color: var(--accent); width: 32px; text-align: center; }
.guide-steps h3 { margin: 0 0 10px; }
.guide-steps li:last-child { padding-bottom: 0; border-color: transparent; }
.guide-faq details { border-top: 1px solid var(--line); }
.guide-faq details:last-child { border-bottom: 1px solid var(--line); }
.guide-faq summary { display: flex; align-items: start; gap: 15px; padding: 20px 5px; font-size: 1rem; line-height: 1.95; list-style: none; }
.guide-faq summary::-webkit-details-marker { display: none; }
.guide-faq summary::after { content: "+"; margin-left: auto; font-size: 1.4rem; line-height: 1.4; flex-shrink: 0; color: var(--accent); }
.guide-faq details[open] summary::after { content: "−"; }
.guide-q { font: 400 1.125rem/1.75 Georgia,serif; color: var(--accent); }
.guide-faq-answer { padding: 0 28px 23px; }
.guide-related-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); list-style: none; gap: 16px; padding: 0; }
.guide-related-grid li { margin: 0 !important; padding: 0; }
.guide-case-index { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.guide-case-index .guide-card { padding: 15px; }
.guide-card { display: flex; flex-direction: column; height: 100%; padding: 24px; border: 1px solid var(--line); background: white; transition: border-color .25s, background .25s; }
.guide-card:hover { border-color: #9f8973; background: #fcfbf8; }
.guide-card > img { width: 100%; aspect-ratio: 4/5; object-fit: contain; object-position: center; background: var(--wash); margin-bottom: 18px; }
.guide-card > span { font-size: .875rem; color: var(--accent); margin-bottom: 9px; }
.guide-card strong { font-size: 1.0625rem; font-weight: 500; line-height: 1.9; }
.guide-card small { margin-top: 12px; font-size: .875rem; line-height: 1.9; color: var(--muted); }
.guide-author { display: grid; grid-template-columns: 125px minmax(0,1fr); gap: 25px; padding: 28px; background: var(--wash); margin-top: 38px; }
.guide-author img { width: 125px; aspect-ratio: 1; object-fit: cover; object-position: 50% 32%; }
.guide-author-about { grid-column: 1/-1; }
.guide-author h2 { font: 500 1.125rem/1.8 var(--sans); margin: 4px 0 10px; }
.guide-author .guide-author-role { color: var(--muted); font-size: .875rem; }
.guide-author p + p { margin-top: 9px; }
.guide-author .guide-author-link { display: inline-block; font-size: .875rem; margin-top: 12px; text-decoration: underline; }
.guide-consult { margin-top: 38px; border-top: 2px solid #a58e77; padding: 28px; background: #faf9f6; }
.guide-consult h2 { margin-bottom: 16px; }
.guide-consult .actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 25px; }
.guide-consult .button { width: 100%; font-size: 1rem; padding: 15px; }
.guide-consult .button.secondary { border: 1px solid var(--ink); color: var(--ink); background: transparent; }
.guide-consult .button.secondary:hover { background: #eeece7; }
.guide-consult .guide-note { margin-top: 15px; }
.guide-consult .guide-hotpepper { display: inline-block; margin-top: 17px; font-size: .875rem; }
.guide-links-back { display: flex; flex-wrap: wrap; gap: 15px 25px; margin-top: 25px; }
.guide-links-back a { display: inline-flex; min-height: 44px; align-items: center; font-size: .9375rem; }
.guide-footer { align-items: center; }
.guide-footer nav { display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: .875rem; }
.guide-footer nav a { padding-block: 12px; text-decoration: underline; }
.guide-content .guide-quote { font-family: var(--serif); font-size: 1.4rem; line-height: 1.9; color: #695442; margin: 23px 0; }
.guide-error { max-width: 740px; margin: 70px auto; padding: 0 24px; }
.guide-error h1 { font-size: 2rem; margin-bottom: 25px; }
.guide-error .actions { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 25px; }
@media (max-width: 850px) {
  .guide-layout { display: block; padding-top: 28px; }
  .guide-side { display: none; }
  .guide-mobile-toc { display: block; margin-bottom: 36px; border-block: 1px solid var(--line); }
  .guide-mobile-toc summary { font-size: 1rem; padding: 18px 0; }
  .guide-mobile-toc li { border-top: 1px solid #e8ecec; }
  .guide-mobile-toc a { display: block; font-size: .9375rem; padding: 12px 3px; line-height: 1.9; }
  .guide-intro.with-photo { grid-template-columns: minmax(0, 1fr) minmax(170px, .5fr); gap: 20px; }
}
@media (max-width: 700px) {
  .guide-page { padding-bottom: calc(6rem + env(safe-area-inset-bottom)); }
  .guide-teaser { display: block; padding-block: 40px; }
  .guide-teaser > div + div { margin-top: 17px; }
  .guide-wrap { width: calc(100% - 40px); }
  .guide-page .site-header .brand { font-size: 1rem; }
  .guide-page .brand small { font-size: .75rem; }
  .guide-breadcrumb { padding-top: 18px; font-size: .8125rem; }
  .guide-intro { padding-block: 28px 30px; }
  .guide-intro h1, .guide-intro.with-photo h1 { font-size: clamp(1.8rem, 7.4vw, 2.3rem); line-height: 1.65; }
  .guide-deck { font-size: 1rem; margin-top: 19px; }
  .guide-answer { padding: 17px 18px; margin-top: 23px; }
  .guide-authorline { font-size: .875rem; gap: 6px 15px; margin-top: 20px; }
  .guide-intro.with-photo { display: block; }
  .guide-intro-photo { max-width: 370px; padding: 0; margin-top: 25px; }
  .guide-intro-photo img { max-height: 320px; aspect-ratio: 1.05; object-position: 50% 43%; }
  .guide-content h2 { font-size: 1.5rem; line-height: 1.85; margin-bottom: 20px; }
  .guide-content h3 { font-size: 1.125rem; }
  .guide-section + .guide-section { margin-top: 45px; padding-top: 33px; }
  .guide-case { padding-top: 22px; }
  .guide-case > h3 { font-size: 1.3rem; }
  .guide-case-grid { gap: 10px; }
  .guide-case-grid figcaption { font-size: .875rem; }
  .guide-case dl > div { grid-template-columns: minmax(0,1fr); gap: 3px; }
  .guide-callout { padding: 20px; }
  .guide-related-grid { grid-template-columns: minmax(0,1fr); gap: 12px; }
  .guide-case-index .guide-card { padding: 20px; }
  .guide-case-index .guide-card > img { aspect-ratio: 1.15; }
  .guide-card { padding: 20px; }
  .guide-compare th, .guide-compare td { font-size: .9375rem; padding: 12px 7px; }
  .guide-compare th:first-child { width: 23%; }
  .guide-author { grid-template-columns: 80px minmax(0,1fr); gap: 17px; padding: 22px 18px; }
  .guide-author img { width: 80px; }
  .guide-author .guide-author-about { grid-column: 1/-1; }
  .guide-consult { padding: 25px 20px; }
  .guide-consult .actions { grid-template-columns: minmax(0,1fr); }
  .guide-consult .button { min-height: 56px; }
  .guide-faq-answer { padding-left: 0; padding-right: 0; }
  .guide-footer { align-items: start; }
  .guide-layout { padding-bottom: 45px; }
}
/* Expanded case library: neutral paper, full photographs, quiet wayfinding. */
.guide-content .guide-directory { list-style: none; padding: 0; margin: 26px 0 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.guide-directory li { margin: 0 !important; padding: 0; }
.guide-directory a { display: block; height: 100%; padding: 22px; border: 1px solid var(--line); text-decoration: none !important; transition: border-color .25s, background .25s; }
.guide-directory a:hover { border-color: #9f8973; background: #faf9f6; }
.guide-directory strong { display: block; font-weight: 500; font-size: 1.0625rem; line-height: 1.8; }
.guide-directory a > span { display: block; margin-top: 10px; font-size: .875rem; line-height: 1.9; color: var(--muted); }
.guide-content .ratio-links { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin-block: 24px; }
.ratio-links li { padding: 0; margin: 0 !important; }
.ratio-links a { display: inline-flex; align-items: center; min-height: 48px; padding: 10px 16px; background: var(--wash); border: 1px solid var(--line); font-size: .9375rem; text-decoration: none !important; }
.ratio-links a:hover { border-color: var(--accent); }
.concern-gallery { border-block: 1px solid var(--line); margin-top: 24px; }
.concern-gallery > summary { display: flex; justify-content: space-between; gap: 15px; align-items: center; font-size: 1rem; padding: 20px 5px; list-style: none; }
.concern-gallery > summary::-webkit-details-marker { display: none; }
.concern-gallery > summary::after { content: '+'; font-size: 1.4rem; color: var(--accent); }
.concern-gallery[open] > summary::after { content: '−'; }
.concern-gallery > summary .concern-count { margin-left: auto; white-space: nowrap; color: var(--muted); font-size: .875rem; }
.concern-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px 14px; padding-bottom: 26px; }
.concern-grid figcaption, .residue-figure figcaption { font-size: .875rem; color: var(--muted); line-height: 1.9; margin-top: 10px; }
.concern-grid figcaption strong, .residue-figure figcaption strong { display: block; font-weight: 500; color: var(--ink); }
.residue-figure { margin-top: 25px; }
.residue-figure img { aspect-ratio: auto; }
.straight-price { padding: 26px; border: 1px solid #cec5b8; background: #fbfaf7; margin-top: 25px; }
.straight-price h3 { margin: 0 0 20px; font-family: var(--serif); font-size: 1.4rem; line-height: 1.8; }
.straight-price dl > div { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 8px 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.straight-price dt { font-size: 1rem; }
.straight-price dd { font-size: 1.125rem; white-space: nowrap; font-variant-numeric: tabular-nums; }
.straight-price .first-price dd { font-size: 1.6rem; color: var(--accent); }
.straight-price .guide-note { margin-top: 18px; }
.guide-teaser .guide-teaser-links { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 16px; list-style: none; }
.guide-teaser-links a { display: inline-flex; min-height: 44px; align-items: center; font-size: .9375rem; text-decoration: underline; text-underline-offset: 4px; }
.top-straight-menu { margin-top: 38px; padding-top: 30px; border-top: 1px solid var(--line); }
.top-straight-menu > p { max-width: 700px; }
.top-straight-menu .straight-price { max-width: 760px; }
.top-straight-menu .text-link { margin-top: 20px; }
.top-straight-menu p { line-height: 2; }
.top-straight-menu .guide-note { font-size: .875rem; }
.guide-page .mobile-navigation nav { grid-template-columns: minmax(0,1fr); }
.guide-page .mobile-navigation nav > a { padding-block: 13px; }
@media (max-width: 700px) {
 .guide-content .guide-directory { grid-template-columns: minmax(0,1fr); }
 .guide-directory a { padding: 20px; }
 .straight-price { padding: 21px 18px; }
 .straight-price h3 { font-size: 1.2rem; }
 .straight-price dt { font-size: .9375rem; }
 .concern-grid { gap: 24px 10px; }
 .guide-case-cards .guide-card { display: grid; grid-template-columns: 94px minmax(0,1fr); gap: 7px 17px; padding: 18px; }
 .guide-case-cards .guide-card > img { grid-row: span 3; margin: 0; align-self: start; aspect-ratio: 3/4; }
 .guide-case-cards .guide-card span, .guide-case-cards .guide-card small { margin: 0; }
 .guide-case-cards .guide-card strong { font-size: 1rem; }
}
@media (max-width: 360px) {
  .guide-page .site-header { padding-inline: 14px; gap: 6px; }
  .guide-wrap { width: calc(100% - 32px); }
  .guide-intro h1, .guide-intro.with-photo h1 { font-size: 1.75rem; }
  .guide-case dl > div { grid-template-columns: minmax(0,1fr); gap: 3px; }
}
@media (prefers-reduced-motion: reduce) {
  .guide-page *, .guide-teaser * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}

/* The first answer and photographs come before the reading guide. */
.guide-intro { max-width: 850px; padding: 26px 0 26px; border: 0; }
.guide-intro h1 { font-size: clamp(1.875rem, 3.4vw, 2.8rem); line-height: 1.6; letter-spacing: .015em; }
.guide-intro .eyebrow { margin-bottom: 12px; }
.guide-deck { font-size: 1.0625rem; line-height: 1.9; margin-top: 16px; max-width: 44em; }
.guide-feature { width: min(100%, 850px); margin-inline: auto; padding: 24px 0 36px; border-top: 1px solid #c9c0b3; }
.guide-feature > h2 { font-size: clamp(1.4rem, 2.3vw, 1.8rem); margin-bottom: 12px; }
.guide-feature > .guide-case, .guide-feature > div > .guide-case { margin-top: 0; padding-top: 0; border-top: 0; }
.guide-feature .guide-case > h3 { margin: 8px 0 16px; font-family: var(--sans); font-size: 1.0625rem; }
.guide-feature > .guide-note { margin-top: 20px; }
.guide-feature .guide-authorline { font-size: .875rem; margin-top: 16px; }
.guide-feature #ratio-70 { margin-top: 36px; padding-top: 30px; border-top: 1px solid var(--line); }
.guide-feature .feature-note { margin-bottom: 18px; }
.guide-wayfinding { display: flex; justify-content: center; flex-wrap: wrap; gap: 6px 28px; padding: 12px 0; border-block: 1px solid var(--line); }
.guide-wayfinding a { display: inline-flex; align-items: center; min-height: 44px; font-size: .9375rem; text-decoration: underline; text-underline-offset: 5px; }
.guide-content .guide-section, .guide-feature, .guide-case, #ratio-50, #ratio-70 { scroll-margin-top: 18px; }
.guide-section h2, .guide-consult h2 { text-wrap: pretty; }
.guide-section p, .guide-content dd, .guide-card small { text-wrap: pretty; }
.guide-case-grid figure, .concern-grid figure { min-width: 0; }
.guide-photo-link { background: #f0eeea; }
.guide-photo-link img { display: block; width: 100%; height: auto; aspect-ratio: 3/4; object-fit: contain; object-position: 50% 50%; }
.guide-card > img { display: block; width: 100%; height: auto; aspect-ratio: 3/4; object-fit: contain; background: #f0eeea; }
.guide-case-grid figcaption, .concern-grid figcaption { font-size: .9375rem; line-height: 1.9; }
.guide-photo-link .photo-zoom-hint { background: #faf9f7; }
.guide-case-meta { color: #655343; }
.guide-period { margin-top: 14px; padding-top: 0; }
.guide-period strong { display: block; font-size: clamp(1.5rem, 3vw, 2rem); }
.guide-card { border-color: #c7cdcc; }
.guide-card:focus-visible, .guide-wayfinding a:focus-visible { outline: 2px solid #695442; outline-offset: 4px; }
.consultation-photo { max-width: 450px; margin: 28px auto 36px; scroll-margin-top: 110px; }
.consultation-photo img { width: 100%; height: auto; }
.consultation-photo figcaption { margin-top: 10px; font-size: .9375rem; line-height: 1.9; color: var(--muted); }
.residue-figure img { aspect-ratio: auto; }
.guide-content .guide-case-cards .guide-card { display: flex; }
.guide-content .guide-case-cards .guide-card > img { width: 100%; aspect-ratio: 3/4; margin: 0 0 14px; }
.guide-directory a strong::after { content: ' →'; }
.guide-directory a > span { line-height: 1.9; }

/* Consistent, clearly named navigation for direct search visitors and TOP visitors. */
.site-header { gap: 22px; }
.site-header > nav { margin-left: auto; }
.mobile-navigation { display: block; flex-shrink: 0; }
.mobile-navigation > summary { display: flex; align-items: center; gap: 9px; min-height: 46px; padding: 8px 12px; border: 1px solid #b8c1c0; font-size: .9375rem; list-style: none; cursor: pointer; }
.mobile-navigation > summary::-webkit-details-marker { display: none; }
.menu-mark { position: relative; width: 17px; height: 17px; }
.menu-mark::before, .menu-mark::after { content: ''; position: absolute; left: 0; width: 17px; height: 1px; background: currentColor; transition: transform .2s; }
.menu-mark::before { top: 5px; }.menu-mark::after { top: 11px; }
.mobile-navigation[open] .menu-mark::before { top: 8px; transform: rotate(45deg); }
.mobile-navigation[open] .menu-mark::after { top: 8px; transform: rotate(-45deg); }
.mobile-navigation nav { display: grid; grid-template-columns: minmax(0,1fr); position: absolute; right: 0; top: 100%; width: min(100%, 520px); padding: 18px 28px 25px; background: #fff; border-block: 1px solid var(--line); box-shadow: 0 20px 35px #162a3321; max-height: calc(100dvh - 170px); overflow-y: auto; overscroll-behavior: contain; }
.mobile-navigation nav > a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 8px; min-height: 48px; font-size: 1rem; line-height: 1.8; border-bottom: 1px solid var(--line); }
.mobile-navigation nav > a:hover { background: #f5f3ef; }
.mobile-navigation nav > a[aria-current="page"] { background: #f2eee7; border-left: 2px solid #897058; padding-left: 12px; }
.mobile-navigation nav > a small { font-size: .8125rem; white-space: nowrap; color: #655343; }
.mobile-navigation .menu-heading { font: 500 .875rem/1.8 var(--sans); color: #655343; margin: 14px 8px 2px; }
.menu-reservations { display: grid; gap: 8px; margin-top: 20px; }
.mobile-navigation .menu-booking { width: 100%; padding: 15px 10px; min-height: 54px; text-align: center; font-size: 1rem; }
.mobile-navigation .menu-hotpepper { display: flex; align-items: center; justify-content: center; min-height: 46px; text-decoration: underline; text-underline-offset: 4px; font-size: .9375rem; }
.mobile-navigation[open] nav { animation: menu-appear .2s ease-out; }
@keyframes menu-appear { from { opacity: .8; transform: translateY(-3px); } to { opacity: 1; transform: none; } }
.editorial-site .section .phrase { display: inline; }
.editorial-site h2, .editorial-site h3, .editorial-site p, .editorial-site dd { text-wrap: pretty; }
.pair img, .journey-pair img { object-fit: contain; object-position: center; }
.pair .zoom-link, .journey-pair .zoom-link { background: #e7e5df; }
.pair figcaption { flex-wrap: wrap; font-size: .9375rem; }
.pair figcaption span { font-size: .875rem; }
.prices dt .phrase { display: inline-block !important; }
.viewer-caption-description br { display: none; }
.guide-page .button, .mobile-book a, .menu-reservations a { text-wrap: pretty; }
@media (max-width: 1100px) { .site-header > nav { display: none; } }
@media (max-width: 850px) {
 .guide-intro { padding: 20px 0 22px; }
 .guide-intro h1 { font-size: clamp(1.8rem, 7.4vw, 2.2rem); }
 .guide-feature { padding-top: 20px; }
 .guide-feature > h2 { font-size: 1.375rem; line-height: 1.7; margin-bottom: 10px; }
 .guide-layout { padding-top: 26px; }
 .guide-mobile-toc { margin-bottom: 30px; }
 .guide-content .guide-section, .guide-feature, .guide-case, #ratio-50, #ratio-70 { scroll-margin-top: 18px; }
}
@media (max-width: 700px) {
 .guide-case-grid { gap: 10px; }
 .guide-intro .guide-deck { margin-top: 14px; font-size: 1.0625rem; line-height: 1.85; }
 .guide-feature .guide-case-meta { font-size: .875rem; }
 .guide-feature .guide-case > h3 { line-height: 1.85; margin-bottom: 12px; }
 .guide-breadcrumb { font-size: .875rem; line-height: 1.7; padding-top: 14px; }
 .guide-case-grid figcaption { font-size: .875rem; }
 .guide-consult { padding: 24px 20px; }
 .guide-consult .actions { grid-template-columns: minmax(0,1fr); }
 .guide-related-grid.guide-case-cards { grid-template-columns: minmax(0,1fr); }
 .guide-content .guide-case-cards .guide-card { padding: 20px; gap: 0; }
 .guide-case-cards .guide-card strong { font-size: 1rem; }
 .guide-case-cards .guide-card small { margin-top: 10px; }
 .guide-compare th, .guide-compare td { padding: 14px 7px; font-size: 1rem; }
 .guide-compare th:first-child { width: 23%; }
 .guide-compare .text-unit { display: inline; }
 .mobile-navigation nav { width: 100%; padding-inline: 22px; }
 .guide-wayfinding { justify-content: flex-start; gap: 0 22px; }
 .guide-case-index .guide-card > img { aspect-ratio: 3/4; }
}
@media (prefers-reduced-motion: reduce) {
 .mobile-navigation[open] nav { animation: none; }
 .guide-page *, .guide-page *::before, .guide-page *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}

.guide-page .guide-deck { text-wrap: pretty; }
.guide-feature .guide-case-grid + h3 { margin-top: 16px; }

.viewer-caption { font-size: 1rem; line-height: 1.9; }
.viewer-caption-label { font-size: .9375rem; }
.viewer-caption-stacked { display: block; }
.viewer-caption-stacked .viewer-caption-label { display: block; border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 8px; margin-bottom: 8px; }
@media (max-width: 700px) { .guide-feature .guide-period { margin-block: 8px 18px; padding-bottom: 14px; } }

.guide-intro { margin-inline: auto; }

.pair .zoom-link, .journey-pair .zoom-link { aspect-ratio: 3/4; }

/* One case-photo frame across cards, comparisons and follow-up photographs.
   Per-source positions remove only spare surroundings; guarded images keep
   their full composition on the same neutral matte. */
:root { --photo-matte: #f0efec; }
.photo-frame, .guide-card > .photo-frame {
 display: block; position: relative; width: 100%; aspect-ratio: 3/4;
 overflow: hidden; isolation: isolate; background: var(--photo-matte);
 padding: 0; margin: 0; border: 0; flex: none;
}
.photo-frame > img.photo-original {
 display: block; position: absolute; inset: 0; width: 100%; height: 100%;
 max-height: none; aspect-ratio: auto; margin: 0; padding: 0; border: 0;
 object-fit: cover; object-position: var(--photo-position, 50% 50%);
 transform: none; filter: none;
}
.photo-frame--matte > img.photo-original { object-fit: contain; }
.photo-frame--process { aspect-ratio: 1; }
.photo-frame--wall::before {
 content: ''; position: absolute; inset: 0 0 auto;
 height: calc(var(--photo-wall-height) + 3%);
 background-image: var(--photo-wall); background-size: 100% 100%;
 background-repeat: no-repeat;
}
.photo-frame--wall > img.photo-original {
 inset: auto 0 0; height: auto; object-fit: contain;
 /* The first 2% of this source is empty wall; no hair or person is masked. */
 mask-image: linear-gradient(to bottom, transparent, #000 2%, #000);
}
.guide-card > .photo-frame,
.guide-content .guide-case-cards .guide-card > .photo-frame { margin-bottom: 16px; }
.guide-photo-link, .pair .zoom-link, .journey-pair .zoom-link { background: var(--photo-matte); }
.pair .zoom-link, .journey-pair .zoom-link { aspect-ratio: auto; }
.pair .zoom-hint, .journey-pair .zoom-hint {
 display: block; position: static; width: 100%; min-height: 36px;
 padding: 7px 10px; text-align: right; font-size: .875rem; line-height: 1.6;
 background: #faf9f7; color: var(--ink); border-top: 1px solid #d8d8d3;
}
.guide-photo-link .photo-zoom-hint { border-top-color: #d8d8d3; }

/* A comparison remains readable without squeezing three columns on phones. */
@media (max-width: 700px) {
 .guide-compare, .guide-compare tbody { display: block; width: 100%; }
 .guide-compare caption { display: block; }
 .guide-compare thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
 .guide-compare tbody tr { display: block; border: 1px solid var(--line); margin-bottom: 16px; }
 .guide-compare tbody th:first-child { display: block; width: 100%; padding: 12px 16px; background: #f2eee7; border: 0; }
 .guide-compare td { display: grid; grid-template-columns: 5.5em minmax(0,1fr); gap: 12px; padding: 14px 16px; border: 0; }
 .guide-compare td + td { border-top: 1px solid var(--line); }
 .guide-compare td::before { content: attr(data-label); color: #655343; font-size: .875rem; line-height: 2; }
 .guide-compare .text-unit { display: inline-block; }
}

.guide-intro h1, .guide-section h2, .guide-case h3, .guide-directory strong, .guide-feature > h2 { text-wrap: balance; }
