/* letsfly — shared styles for the desktop and mobile site. */
:root {
  color-scheme: light;
  --paper: #f7f7f2;
  --ink: #344238;
  --muted: #6c7668;
  --line: #d9dfd2;
  --olive: #7e8a6c;
  --gold: #b5a27a;
  --dark: #35443b;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 1rem/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
::selection { background: #dbe3cd; color: #243226; }
a { color: inherit; text-decoration: none; }
button, input, summary { font: inherit; }
svg { vertical-align: middle; }
em { font-weight: 400; }
h1, h2, h3, p { margin: 0; }
:focus-visible { outline: 2px solid #7b8c60; outline-offset: 6px; }
.wrap { width: min(100% - 112px, 1280px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 20px; top: -100px; padding: 12px 20px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgb(247 247 242 / .97); border-bottom: 1px solid var(--line); }
.header-inner { position: relative; min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.site-brand { flex-shrink: 0; display: inline-flex; flex-direction: column; padding: 9px 0; }
.logotype { font: 400 2.875rem/.95 var(--serif); letter-spacing: -.07em; white-space: nowrap; }
.logotype em { letter-spacing: -.09em; }
.brand-dot { color: #9d8b62; }
.brand-caption { margin: 8px 0 0 2px; font-size: .625rem; line-height: 1.2; text-transform: uppercase; letter-spacing: .19em; }
.desktop-nav { display: flex; align-items: center; gap: 30px; flex: 1; }
.desktop-nav a { position: relative; padding: 12px 0; color: #64705f; font-size: .875rem; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; bottom: 4px; height: 1px; inset-inline: 0; background: var(--ink); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.desktop-nav a:hover, .desktop-nav a[aria-current] { color: var(--ink); }
.desktop-nav a:hover::after, .desktop-nav a[aria-current]::after { transform: scaleX(1); }
.desktop-nav .booking-link, .mobile-nav .booking-link { display: inline-flex; align-items: center; gap: 14px; padding: 10px 16px; border: 1px solid #a3ad97; border-radius: 2px; background: transparent; color: var(--ink); font-size: .875rem; line-height: 1.5; white-space: nowrap; }
.desktop-nav .booking-link::after { display: none; }
.desktop-nav .booking-link { margin-left: auto; }
.booking-link:disabled { cursor: default; opacity: 1; -webkit-text-fill-color: currentColor; }
.desktop-nav .booking-link[href]:hover, .mobile-nav .booking-link[href]:hover { background: #e6ebde; }
.booking-link span { color: var(--olive); }
.mobile-menu { display: none; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; font-size: .75rem; line-height: 1.5; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); }
.tiny-line { width: 27px; height: 1px; background: #8c997f; }
h1 { font: 400 clamp(3.9rem, 6.8vw, 6.8rem)/1.06 var(--serif); letter-spacing: -.05em; }
h1 em, h2 em { color: var(--olive); }
h2 { font: 400 clamp(2.5rem, 4vw, 4rem)/1.16 var(--serif); letter-spacing: -.035em; }
.body-copy { color: var(--muted); font-size: 1rem; line-height: 1.85; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid #a3ad97; padding: 11px 0 9px; font-size: .875rem; transition: gap .25s ease, color .25s; }
.text-link:hover { gap: 41px; color: #6e7c5c; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; min-height: 56px; padding: 17px 25px; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); font-size: .875rem; line-height: 1.5; transition: background .25s, transform .25s, box-shadow .25s; }
.button:hover { background: #465640; box-shadow: 0 6px 22px #34423812; transform: translateY(-2px); }
.button span { font-size: 1.15rem; line-height: 1; }
.button-outline { background: transparent; color: var(--ink); border-color: #a1ad94; }
.button-outline:hover { background: #e6ebde; }
.hero { display: grid; grid-template-columns: 1.17fr 1fr; align-items: center; gap: 6%; padding-block: 58px 70px; }
.hero-copy { padding-block: 28px 4px; }
.hero h1 { font-size: clamp(3.8rem, 6.3vw, 6.65rem); }
.hero-description { margin-top: 30px; max-width: 420px; color: var(--muted); font-size: 1rem; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 37px; }
.hero-actions .text-link { gap: 20px; }
.hero-footnote { display: flex; align-items: center; gap: 17px; margin-top: 66px; color: var(--muted); font-size: .75rem; line-height: 1.65; }
.fine-cross { color: var(--olive); font-size: 2rem; }
.brand-poster { position: relative; isolation: isolate; overflow: hidden; min-height: 570px; display: flex; flex-direction: column; justify-content: space-between; padding: 34px 36px; color: #f1f0e4; background: radial-gradient(ellipse at 80% 13%, #89927988, transparent 47%), linear-gradient(135deg, #56644f, #35493e 65%, #263b30); border-radius: 240px 240px 4px 4px; }
.poster-top { display: flex; flex-direction: column; align-items: center; gap: 6px; margin-top: 16px; font-size: .75rem; letter-spacing: .24em; color: #e8e9d9; }
.poster-top span:last-child { font-size: .625rem; letter-spacing: .17em; color: #cbd2bd; }
.poster-center { position: relative; margin-top: 22px; }
.poster-kicker { color: #c6cdb8; font-size: .75rem; letter-spacing: .025em; }
.poster-center p { margin-top: 15px; font: 400 clamp(3.4rem, 5.2vw, 5.35rem)/1.08 var(--serif); letter-spacing: -.045em; }
.poster-center em { color: #dedec4; }
.poster-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .75rem; color: #d0d7c4; line-height: 1.6; }
.poster-symbol { font-size: 2.5rem; color: #c0c7a9; }
.poster-orbit { position: absolute; z-index: -1; width: 600px; height: 285px; border: 1px solid #bfc7a32e; border-radius: 50%; transform: rotate(-58deg); }
.orbit-one { top: 40px; left: -82px; }
.orbit-two { top: 85px; left: -24px; }
.orbit-three { top: 136px; left: 28px; }
.mantra-strip { border-block: 1px solid var(--line); }
.mantra-strip .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 22px; font: 1.3125rem/1.4 var(--serif); color: #707d65; }
.mantra-divider { color: #9eaa8f; font: .875rem var(--sans); }
.section-space { padding-block: 105px; }
.home-services { display: grid; grid-template-columns: .85fr 1.3fr; gap: 10%; }
.section-intro .body-copy { max-width: 340px; margin: 25px 0 22px; }
.practice-list { border-top: 1px solid var(--line); }
.practice { display: grid; grid-template-columns: 24px minmax(0, 1fr) auto 20px; align-items: center; gap: 20px; padding: 26px 0; min-height: 116px; border-bottom: 1px solid var(--line); }
.practice-number { align-self: start; margin-top: 6px; color: #8a947f; font-size: .75rem; }
.practice h3 { font: 400 1.65rem/1.25 var(--serif); letter-spacing: -.02em; transition: color .2s; }
.practice p { margin-top: 7px; font-size: .875rem; color: var(--muted); }
.practice-price { align-self: center; white-space: nowrap; font-size: 1.125rem; }
.practice-arrow { font-size: 1.3rem; color: #8b977c; transition: transform .2s; }
.practice:hover h3 { color: #788960; }
.practice:hover .practice-arrow { transform: translate(3px, -3px); }
.atmosphere-band { background: #e9eddf; border-block: 1px solid #dce2d1; }
.atmosphere-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 11%; align-items: center; padding-block: 65px 70px; }
.atmosphere-inner .body-copy { margin: 20px 0; }
.atmosphere-inner h2 { font-size: clamp(2.5rem, 3.8vw, 3.7rem); }
.quiet-invitation { text-align: center; padding-block: 93px 100px; }
.quiet-invitation .eyebrow { justify-content: center; margin-bottom: 22px; }
.quiet-invitation h2 { margin-bottom: 30px; }
.site-footer { color: #eff0e7; background: var(--dark); }
.footer-main { display: grid; grid-template-columns: .85fr 1fr 1fr; gap: 50px; align-items: start; padding-block: 58px 46px; }
.footer-brand { font-size: 3.8rem; }
.footer-brand .brand-dot { color: #bdc8a7; }
.footer-main p { font-size: .875rem; color: #ccd4c4; line-height: 1.9; }
.footer-main nav { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 24px; font-size: .875rem; }
.footer-main nav a { color: #e0e6d8; }
.footer-main nav a:hover { color: #fff; text-decoration: underline; text-underline-offset: 5px; }
.footer-booking { display: none; }
.footer-booking .booking-link { display: inline-flex; align-items: center; gap: 10px; padding: 0; border: 0; background: transparent; color: #e0e6d8; font: inherit; }
.footer-booking .booking-link span { color: #c0cbb5; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 24px; border-top: 1px solid #91a08140; font-size: .75rem; color: #c0cbb5; }
.footer-bottom a { padding: 4px 0; }
.footer-bottom a span { margin-left: 13px; }
.page-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 13%; align-items: end; padding-block: 66px 49px; }
.page-heading .body-copy { max-width: 330px; padding-bottom: 5px; }
.page-heading h1 { font-size: clamp(3.8rem, 6.2vw, 6.3rem); }
.page-heading .eyebrow { margin-bottom: 18px; }
.page-body { padding-bottom: 86px; }
.page-note { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid var(--line); margin-top: 42px; color: var(--muted); font-size: .875rem; }
.page-note p { max-width: 600px; }
.page-note a { white-space: nowrap; }
.status-label { display: inline-flex; align-items: center; border: 1px solid #c7d0ba; border-radius: 30px; padding: 6px 13px; font-size: .75rem; line-height: 1.4; letter-spacing: .03em; color: #69765c; }
/* The approved interactive body map is shared with the original component. */
.experience { gap: 7%; }
.list-heading, .list-price { font-size: .75rem; }
.service { min-height: 122px; }
.service-title { font-size: clamp(1.35rem, 1.8vw, 1.75rem); }
.service-detail { font-size: .875rem; color: var(--muted); }
.service-number { color: #79866c; }
.interaction-tip { font-size: .75rem; }
.visual { border-radius: 5px; }
.visual-heading { font-size: .75rem; letter-spacing: .09em; color: #657458; }
.visual-heading span:last-child { color: #68785d; }
.caption-label { font-size: .6875rem; }
.caption-state { font-size: 1.1875rem; }
.page-services .body-map { height: 484px; }
.gallery-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 34px; align-items: start; }
.gallery-column { display: grid; gap: 40px; }
.gallery-column:last-child { padding-top: 93px; }
.gallery-item { margin: 0; }
.photo-placeholder { position: relative; overflow: hidden; display: grid; place-items: center; aspect-ratio: 1 / 1.04; background: #e6e9df; color: #818f73; border: 1px solid #d9dfcf; }
.photo-placeholder::after { content: ""; position: absolute; inset: 22px; border: 1px solid currentColor; opacity: .13; pointer-events: none; }
.photo-placeholder.warm { background: #ece8df; color: #918773; border-color: #e2dccf; }
.photo-placeholder.deep { background: #dce3d5; color: #7f8e70; border-color: #d1dcc8; }
.photo-placeholder.pale { background: #edf0e7; color: #95a086; border-color: #e0e5d8; }
.photo-placeholder.landscape { aspect-ratio: 1.35 / 1; }
.placeholder-center { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.photo-symbol { width: 37px; height: 37px; stroke: currentColor; stroke-width: 1; fill: none; }
.placeholder-center span { font-size: .75rem; letter-spacing: .08em; }
.photo-corner { position: absolute; top: 36px; left: 37px; font: italic 1.15rem var(--serif); }
.photo-placeholder img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-placeholder.has-photo::after { display: none; }
.photo-placeholder.has-photo .photo-corner { color: #fff; text-shadow: 0 1px 4px rgba(0,0,0,.45); }
.photo-caption { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding-top: 17px; }
.photo-caption h2 { font: 1.6rem/1.3 var(--serif); }
.photo-caption span { font-size: .75rem; color: var(--muted); }
.gallery-footnote { margin-top: 38px; max-width: 480px; }
.contact-grid, .location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: stretch; }
.contact-list { border-top: 1px solid var(--line); }
.contact-row { display: grid; grid-template-columns: 25px 1fr; column-gap: 20px; border-bottom: 1px solid var(--line); padding: 26px 0; }
.contact-row svg { width: 22px; height: 22px; margin-top: 4px; fill: none; stroke: #839173; stroke-width: 1.2; }
.contact-row h2 { font: 1.4rem/1.4 var(--serif); letter-spacing: -.015em; }
.contact-row p { margin-top: 8px; color: var(--muted); font-size: .875rem; }
.contact-note { font-size: .875rem; color: var(--muted); padding-top: 23px; max-width: 400px; }
.contact-poster { position: relative; isolation: isolate; display: flex; flex-direction: column; justify-content: space-between; padding: 37px; min-height: 460px; background: #e8eddf; overflow: hidden; border-radius: 4px 4px 150px 4px; }
.contact-poster::before { content: ""; position: absolute; z-index: -1; width: 440px; height: 440px; border: 1px solid #cbd4be; border-radius: 50%; right: -205px; top: 65px; }
.contact-poster .logotype { font-size: 2rem; }
.contact-poster h2 { font-size: clamp(2.6rem, 3.8vw, 3.8rem); margin-block: 40px; }
.contact-poster p { max-width: 255px; font-size: .875rem; color: var(--muted); }
.location-grid { grid-template-columns: .75fr 1.25fr; gap: 9%; }
.location-info { border-top: 1px solid var(--line); }
.location-block { padding: 26px 0 30px; border-bottom: 1px solid var(--line); }
.location-block .eyebrow { margin-bottom: 14px; }
.location-block h2 { font-size: 2.1rem; margin-bottom: 15px; }
.location-block p { font-size: .9375rem; color: var(--muted); }
.location-info > .text-link { margin-top: 23px; }
.location-placeholder { position: relative; isolation: isolate; display: flex; align-items: center; justify-content: center; min-height: 450px; overflow: hidden; text-align: center; background: #e8ecdf; border: 1px solid #dbe2d1; }
.location-ring { position: absolute; z-index: -1; width: 240px; height: 240px; border: 1px solid #c8d2b94d; border-radius: 50%; }
.location-ring:nth-child(2) { width: 360px; height: 360px; }
.location-ring:nth-child(3) { width: 500px; height: 500px; }
.location-center { max-width: 255px; padding: 25px; background: #e8ecdf; }
.location-center svg { width: 44px; height: 44px; margin-bottom: 18px; fill: none; stroke: #829370; stroke-width: 1; }
.location-center .logotype { display: block; font-size: 3.25rem; margin-bottom: 20px; }
.location-center p { font-size: .875rem; color: #738167; }
.location-label { position: absolute; bottom: 25px; inset-inline: 20px; font-size: .75rem; color: #758467; letter-spacing: .07em; }
.location-map { position: relative; min-height: 450px; overflow: hidden; border: 1px solid #dbe2d1; background: #e8ecdf; }
.location-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
@media (min-width: 1500px) { .hero { padding-block: 76px 86px; } .brand-poster { min-height: 615px; } }
@media (max-width: 1150px) {
  .wrap { width: calc(100% - 80px); }
  .desktop-nav { gap: 28px; }
  .hero { gap: 5%; }
  .brand-poster { min-height: 515px; padding: 30px; }
  .poster-center p { font-size: 4.25rem; }
  .hero-actions { gap: 20px; }
  .hero-footnote { margin-top: 42px; }
  .home-services { gap: 7%; }
  .practice { gap: 13px; }
  .practice h3 { font-size: 1.45rem; }
  .footer-main { gap: 25px; }
}
@media (max-width: 850px) {
  .wrap { width: calc(100% - 48px); }
  .header-inner { min-height: 84px; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { list-style: none; cursor: pointer; min-width: 92px; min-height: 48px; display: flex; align-items: center; justify-content: end; gap: 16px; font-size: .875rem; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .menu-icon { position: relative; display: inline-block; width: 24px; height: 18px; }
  .menu-icon::before, .menu-icon::after { content: ""; position: absolute; height: 1px; width: 24px; background: currentColor; left: 0; top: 5px; transition: transform .2s; }
  .menu-icon::after { top: 12px; }
  .mobile-menu[open] .menu-icon::before { top: 8px; transform: rotate(45deg); }
  .mobile-menu[open] .menu-icon::after { top: 8px; transform: rotate(-45deg); }
  .mobile-nav { position: absolute; top: calc(100% - 1px); right: -24px; left: -24px; display: flex; flex-direction: column; padding: 18px 24px 30px; background: var(--paper); box-shadow: 0 16px 24px #34423810; border-bottom: 1px solid var(--line); }
  .mobile-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .mobile-nav a[aria-current] { color: #6f8059; }
  .mobile-nav .booking-link { justify-content: space-between; margin-top: 16px; min-height: 46px; }
  .menu-signature { margin-top: 24px; font: italic 1.1875rem var(--serif); color: var(--olive); }
  .logotype { font-size: 2.55rem; }
  .brand-caption { font-size: .5625rem; }
  .hero { grid-template-columns: 1fr 1fr; gap: 30px; padding-block: 40px 50px; }
  .hero h1 { font-size: 3.7rem; }
  .brand-poster { min-height: 490px; padding: 28px 23px; }
  .poster-center p { font-size: 3.5rem; }
  .poster-top { margin-top: 22px; }
  .hero-actions { flex-direction: column; align-items: start; margin-top: 27px; }
  .hero-description { font-size: .9375rem; }
  .desktop-break { display: none; }
  .hero-footnote { margin-top: 28px; }
  .home-services { grid-template-columns: 1fr; gap: 36px; }
  .section-intro .body-copy { max-width: 430px; }
  .section-intro h2 br:nth-of-type(2) { display: none; }
  .section-space { padding-block: 65px; }
  .practice h3 { font-size: 1.75rem; }
  .atmosphere-inner { gap: 7%; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-main p { text-align: right; }
  .footer-main nav { grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; }
  .footer-booking { display: inline-flex; }
  .page-heading { gap: 7%; padding-block: 42px 40px; }
  .page-heading h1 { font-size: 3.75rem; }
  .page-heading .body-copy { font-size: .9375rem; }
  .contact-grid { gap: 6%; }
  .contact-poster { padding: 26px; }
  .location-grid { grid-template-columns: .85fr 1.15fr; gap: 5%; }
  .location-placeholder, .location-map { min-height: 400px; }
}
@media (min-width: 621px) and (max-width: 700px) {
  .page-services .visual { top: 96px; }
  .page-services .body-map { height: 280px; }
  .service { scroll-margin-top: 480px; }
}
@media (max-width: 620px) {
  html { scroll-padding-top: 105px; }
  .wrap { width: calc(100% - 40px); }
  .header-inner { min-height: 78px; }
  .site-brand { padding-block: 8px; }
  .logotype { font-size: 2.4rem; }
  .brand-caption { font-size: .5rem; letter-spacing: .2em; }
  .mobile-nav { right: -20px; left: -20px; padding-inline: 20px; }
  .hero { display: block; padding-block: 37px 35px; }
  .hero-copy { padding: 0; }
  .eyebrow { font-size: .6875rem; letter-spacing: .12em; margin-bottom: 19px; }
  .hero h1 { font-size: clamp(3.3rem, 12.5vw, 4.9rem); }
  .hero-description { font-size: 1rem; margin-top: 22px; max-width: 340px; }
  .hero-actions { flex-direction: row; align-items: center; gap: 15px 24px; margin-top: 28px; }
  .button { padding: 15px 21px; min-height: 53px; gap: 27px; }
  .hero-actions .text-link { font-size: .8125rem; gap: 17px; }
  .hero-footnote { margin-top: 25px; }
  .brand-poster { min-height: 400px; margin-top: 34px; padding: 30px; border-radius: 185px 185px 3px 3px; }
  .poster-center { margin-top: 8px; }
  .poster-center p { font-size: 3.9rem; }
  .poster-top { margin-top: 0; font-size: .6875rem; gap: 3px; }
  .poster-bottom { margin-top: 25px; }
  .poster-orbit { transform: rotate(-50deg); }
  .mantra-strip .wrap { font-size: 1.04rem; gap: 11px; padding-block: 19px; }
  .mantra-divider { font-size: .6875rem; }
  h2 { font-size: clamp(2.35rem, 8.2vw, 3.2rem); }
  .section-space { padding-block: 53px; }
  .section-intro .body-copy { margin-top: 20px; }
  .home-services { gap: 32px; }
  .practice { grid-template-columns: 19px minmax(0, 1fr) auto; gap: 11px; padding-block: 23px; min-height: 112px; }
  .practice h3 { font-size: 1.45rem; }
  .practice p { font-size: .8125rem; }
  .practice-price { font-size: 1rem; }
  .practice-arrow { display: none; }
  .atmosphere-inner { display: block; padding-block: 43px 48px; }
  .atmosphere-inner h2 { font-size: 2.45rem; }
  .atmosphere-inner .body-copy { margin-top: 24px; }
  .quiet-invitation { padding-block: 53px 62px; }
  .quiet-invitation h2 { font-size: 2.7rem; }
  .footer-main { padding-block: 38px 33px; gap: 25px 15px; align-items: center; }
  .footer-brand { font-size: 3.3rem; }
  .footer-main p { font-size: .75rem; }
  .footer-main nav { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; font-size: .875rem; margin-top: 4px; }
  .footer-bottom { align-items: center; gap: 14px; padding-block: 19px; font-size: .6875rem; }
  .footer-bottom > span:nth-child(2) { display: none; }
  .page-heading { display: block; padding-block: 35px 31px; }
  .page-heading h1 { font-size: clamp(3.45rem, 12vw, 4.8rem); }
  .page-heading .body-copy { margin-top: 22px; max-width: 410px; font-size: 1rem; }
  .page-heading .eyebrow { margin-bottom: 17px; }
  .page-body { padding-bottom: 48px; }
  .page-note { display: block; margin-top: 31px; padding-top: 20px; font-size: .875rem; }
  .page-note .text-link { margin-top: 14px; }
  .page-services .body-map { height: clamp(225px, 57vw, 280px); }
  .page-services .visual { top: 90px; margin-bottom: 28px; }
  .visual-heading { font-size: .625rem; letter-spacing: .07em; }
  .caption-label { font-size: .625rem; }
  .caption-state { font-size: 1rem; }
  .caption { padding-block: 13px 15px; }
  .service { padding-block: 23px; min-height: 117px; scroll-margin-top: 435px; }
  .service-title { font-size: 1.35rem; }
  .service-detail { font-size: .8125rem; }
  .price { font-size: 1.125rem; }
  .gallery-grid { gap: 19px; }
  .gallery-column { gap: 25px; }
  .gallery-column:last-child { padding-top: 53px; }
  .photo-placeholder { aspect-ratio: 1 / 1.5; }
  .photo-placeholder.landscape { aspect-ratio: 1 / 1.15; }
  .photo-placeholder::after { inset: 11px; }
  .photo-corner { top: 17px; left: 19px; font-size: 1rem; }
  .photo-symbol { width: 28px; height: 28px; }
  .placeholder-center { gap: 12px; }
  .placeholder-center span { font-size: .6875rem; letter-spacing: .02em; }
  .photo-caption { display: block; padding-top: 12px; }
  .photo-caption h2 { font-size: 1.3rem; }
  .photo-caption > span { display: block; font-size: .6875rem; margin-top: 5px; }
  .gallery-footnote { margin-top: 27px; font-size: .875rem; }
  .contact-grid, .location-grid { display: flex; flex-direction: column; gap: 34px; }
  .contact-row { padding-block: 22px; }
  .contact-poster { min-height: 365px; padding: 28px; border-bottom-right-radius: 105px; }
  .contact-poster h2 { font-size: 2.8rem; margin-block: 25px; }
  .contact-poster .logotype { font-size: 2.5rem; }
  .contact-poster p { max-width: 220px; }
  .location-grid { gap: 30px; }
  .location-placeholder, .location-map { min-height: 355px; order: -1; }
  .location-center { max-width: 235px; padding: 20px; }
  .location-center .logotype { font-size: 3rem; }
  .location-label { bottom: 20px; font-size: .6875rem; }
  .location-block { padding-block: 23px; }
  .location-block h2 { font-size: 1.9rem; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 32px); }
  .hero h1 { font-size: 3.2rem; }
  .hero-actions { align-items: start; flex-direction: column; }
  .poster-center p { font-size: 3.35rem; }
  .brand-poster { padding: 27px; }
  .mantra-strip .wrap { gap: 7px; font-size: .9375rem; }
  .practice { gap: 8px; }
  .practice h3 { font-size: 1.3125rem; }
  .practice-price { font-size: .9375rem; }
  .service-title { font-size: 1.25rem; }
  .gallery-grid { gap: 13px; }
  .photo-caption h2 { font-size: 1.15rem; }
}
@media (max-width: 700px) and (max-height: 650px) { .page-services .visual { position: relative; top: auto; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
@media print { .site-header, .site-footer, .hero-actions, .mobile-menu { display: none; } .wrap { width: 100%; } .visual { position: static !important; } }
