:root {
  --ivory: #f7f4ee;
  --warm-white: #fcfbf8;
  --ink: #201d1a;
  --muted: #6e675f;
  --brown: #3b2c24;
  --taupe: #a88f7d;
  --olive: #5b6048;
  --line: rgba(59, 44, 36, 0.18);
  --shadow: 0 18px 45px rgba(52, 37, 26, 0.1);
  --mincho: "Shippori Mincho", "Hiragino Mincho ProN", serif;
  --sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  --container: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--warm-white); font-family: var(--sans); font-size: 15px; line-height: 1.9; letter-spacing: 0.035em; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 400; line-height: 1.35; }
address { font-style: normal; }
.container { width: var(--container); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; color: #fff; background: var(--brown); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--olive); outline-offset: 4px; }

.site-header { position: fixed; z-index: 30; top: 0; left: 0; width: 100%; color: var(--brown); transition: color .3s, background-color .3s, box-shadow .3s; }
.site-header:not(.is-scrolled) .brand { color: #fff; text-shadow: 0 1px 12px rgba(23, 16, 11, .25); }
.site-header.is-scrolled { color: var(--ink); background: rgba(252, 251, 248, .95); box-shadow: 0 1px 0 rgba(59, 44, 36, .1); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 82px; }
.brand { display: inline-flex; flex-direction: column; align-items: flex-start; line-height: 1; letter-spacing: 0; }
.brand-mark { font-family: var(--mincho); font-size: 30px; letter-spacing: -.045em; }
.brand-sub { margin-top: 5px; font-size: 8px; letter-spacing: .24em; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); font-size: 11px; font-weight: 500; letter-spacing: .11em; }
.site-nav > a:not(.button) { padding: 28px 0; position: relative; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; bottom: 21px; left: 0; width: 0; height: 1px; background: currentColor; transition: width .25s; }
.site-nav > a:not(.button):hover::after { width: 100%; }
.menu-toggle { display: none; border: 0; padding: 12px 0 12px 12px; color: inherit; background: transparent; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 1px; margin: 7px 0; background: currentColor; transition: transform .25s; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 13px 24px; color: #fff; background: var(--brown); border: 1px solid var(--brown); font-size: 12px; font-weight: 500; letter-spacing: .08em; transition: background-color .25s, color .25s, transform .25s; }
.button:hover { color: var(--brown); background: transparent; transform: translateY(-2px); }
.button-small { min-height: 46px; padding: 10px 15px; font-size: 11px; }
.button-light { color: var(--brown); background: var(--warm-white); border-color: var(--warm-white); }
.button-light:hover { color: var(--warm-white); background: transparent; }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding: 8px 0; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 500; letter-spacing: .06em; transition: opacity .2s; }
.text-link:hover { opacity: .62; }
.text-link-light { color: var(--warm-white); }
.eyebrow { margin-bottom: 18px; color: var(--olive); font-size: 11px; font-weight: 600; letter-spacing: .18em; line-height: 1.5; }
.section { padding: clamp(85px, 11vw, 160px) 0; }
.section-tint { background: var(--ivory); }
.section-dark { color: var(--warm-white); background: var(--brown); }
.section-dark .eyebrow { color: #c0b79d; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: clamp(40px, 7vw, 78px); }
.section-heading.compact { margin-bottom: 38px; }
.section-heading h2, .experience-title h2, .access-copy h2, .faq-grid h2 { margin-bottom: 0; font-family: var(--mincho); font-size: clamp(37px, 5vw, 66px); letter-spacing: .035em; }
.section-lead { max-width: 365px; margin: 0; color: var(--muted); font-size: 13px; line-height: 2; }
.inverse .section-lead { color: rgba(252, 251, 248, .7); }

/* Hero */
.hero { position: relative; display: grid; grid-template-columns: minmax(48%, 1.1fr) minmax(42%, .9fr); min-height: min(820px, 100vh); background: var(--ivory); }
.hero-image-wrap { min-height: 680px; overflow: hidden; }
.hero-image { height: 100%; object-fit: cover; object-position: 52% 30%; filter: saturate(.82) contrast(.96); }
.hero-panel { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 150px clamp(30px, 7vw, 120px) 72px; }
.hero-panel .eyebrow { margin-bottom: clamp(28px, 4vw, 54px); }
.hero h1 { margin-bottom: 30px; font-family: var(--mincho); font-size: clamp(50px, 5.5vw, 86px); letter-spacing: .07em; }
.hero-copy { max-width: 430px; margin-bottom: 34px; color: var(--muted); font-size: 14px; line-height: 2.2; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 27px; }
.hero-details { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; max-width: 520px; margin: auto 0 0; padding-top: 60px; border-top: 1px solid var(--line); }
.hero-details div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.hero-details dt { margin-bottom: 6px; color: var(--olive); font-size: 11px; font-weight: 600; letter-spacing: .12em; }
.hero-details dd { margin: 0; font-size: 11px; letter-spacing: .03em; }

/* Schedule */
.schedule-heading { margin-bottom: 34px; }
.schedule-heading h2 { white-space: nowrap; font-size: clamp(37px, 4.2vw, 58px); }
.schedule-callout { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: clamp(28px, 8vw, 118px); padding: clamp(30px, 5vw, 56px); border: 1px solid var(--line); background: var(--warm-white); box-shadow: var(--shadow); }
.schedule-source { margin-bottom: 16px; color: var(--olive); font-size: 10px; font-weight: 600; letter-spacing: .18em; }
.schedule-callout h3 { max-width: 600px; margin-bottom: 16px; font-family: var(--mincho); font-size: clamp(25px, 3.2vw, 39px); letter-spacing: .04em; }
.schedule-callout p:not(.schedule-source) { max-width: 570px; margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 2; }
.schedule-button { flex: 0 0 auto; min-width: 278px; min-height: 70px; padding: 14px 22px; text-align: center; line-height: 1.65; }

/* About */
.about-grid { display: grid; grid-template-columns: minmax(280px, .93fr) minmax(320px, .8fr); align-items: center; gap: clamp(50px, 10vw, 140px); }
.image-frame { position: relative; }
.image-frame::after { content: ""; position: absolute; z-index: -1; right: -17px; bottom: -17px; width: 58%; height: 42%; border: 1px solid var(--taupe); }
.about-image img { aspect-ratio: 4 / 5; object-fit: cover; object-position: 55% center; }
.about-copy > p:not(.eyebrow) { max-width: 500px; margin-bottom: 17px; color: var(--muted); font-size: 14px; }
.value-list { margin: 38px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.value-list li { display: grid; grid-template-columns: 40px 1fr; column-gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.value-list span { grid-row: span 2; color: var(--taupe); font-family: var(--mincho); font-size: 16px; }
.value-list strong { align-self: end; font-size: 10px; font-weight: 600; letter-spacing: .12em; }
.value-list small { color: var(--muted); font-size: 10px; line-height: 1.6; }

/* Therapists */
.therapist-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.4vw, 34px); }
.therapist-card { overflow: hidden; background: rgba(252, 251, 248, .05); }
.therapist-card-image { min-height: 430px; }
.therapist-card-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76); transition: transform .6s ease; }
.therapist-card-image:first-child img { object-position: 52% 25%; }
.therapist-card-image:last-child img { object-position: center; }
.therapist-card-image:hover img { transform: scale(1.045); }
.therapist-card-copy { display: flex; flex-direction: column; justify-content: flex-end; min-height: 430px; padding: 32px; border: 1px solid rgba(252, 251, 248, .18); }
.therapist-card-copy h3 { margin-bottom: 20px; font-family: var(--mincho); font-size: clamp(28px, 3vw, 42px); }
.therapist-card-copy > p:last-child { margin-bottom: 0; color: rgba(252, 251, 248, .76); font-size: 13px; }
.therapist-photo { aspect-ratio: 1 / 1.08; overflow: hidden; }
.therapist-photo img { height: 100%; object-fit: cover; object-position: center; filter: saturate(.76); transition: transform .6s ease; }
.therapist-card:nth-child(1) img { object-position: 48% 38%; }.therapist-card:nth-child(2) img { object-position: center; }.therapist-card:nth-child(3) img { object-position: 52% 25%; }
.therapist-card:hover img { transform: scale(1.045); }
.therapist-content { padding: 25px; }
.therapist-number { margin-bottom: 8px; color: #d7d0b7; font-size: 11px; letter-spacing: .14em; }
.therapist-content h3 { margin-bottom: 12px; font-family: var(--mincho); font-size: 31px; }
.therapist-content p:last-child { min-height: 4em; margin-bottom: 0; color: rgba(252, 251, 248, .7); font-size: 12px; line-height: 1.9; }
.therapist-note { margin: 29px 0 0; color: rgba(252, 251, 248, .76); font-size: 11px; text-align: right; }

/* Menu */
.menu-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 18px; align-items: stretch; }
.menu-card { position: relative; display: flex; flex-direction: column; overflow: hidden; min-height: 650px; color: var(--warm-white); background: var(--brown); }
.menu-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(25, 18, 14, .83) 7%, rgba(25, 18, 14, .1) 75%); pointer-events: none; }
.menu-card > img { position: absolute; inset: 0; height: 100%; object-fit: cover; opacity: .8; transition: transform .7s ease; }.menu-card:hover > img { transform: scale(1.04); }
.menu-card-content { position: relative; z-index: 1; width: 100%; margin-top: auto; padding: 32px; }
.menu-card .eyebrow { color: #ded7c6; }.menu-card h3 { margin-bottom: 23px; font-family: var(--mincho); font-size: clamp(28px, 3vw, 39px); }
.menu-list { margin: 0; padding: 0; list-style: none; }.menu-list li { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 13px 0; border-top: 1px solid rgba(252, 251, 248, .4); }.menu-list li > div { display: grid; gap: 4px; min-width: 0; }.menu-time { color: #ded7c6; font-size: 10px; font-weight: 600; letter-spacing: .12em; }.menu-name { font-size: 13px; line-height: 1.7; }.menu-list strong { flex: 0 0 auto; padding-top: 2px; font-size: 14px; font-weight: 500; line-height: 1.3; text-align: right; white-space: nowrap; }.menu-list strong small { display: block; margin-top: 3px; color: rgba(252, 251, 248, .72); font-size: 9px; font-weight: 400; letter-spacing: .08em; }
.menu-action { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px 34px; margin-top: 20px; }.menu-notice { max-width: 540px; margin: 0; color: var(--muted); font-size: 10px; text-align: left; }.menu-action .button { flex: 0 0 auto; }

/* Experience */
.experience-grid { display: grid; grid-template-columns: .77fr 1.23fr; gap: clamp(45px, 12vw, 160px); }
.experience-title p:last-child { max-width: 320px; margin: 25px 0 0; color: var(--muted); font-size: 13px; }
.flow-list { margin: 0; padding: 0; list-style: none; counter-reset: flow; }.flow-list li { display: grid; grid-template-columns: 73px 1fr; gap: 22px; padding: 23px 0; border-top: 1px solid var(--line); }.flow-list li:last-child { border-bottom: 1px solid var(--line); }.flow-list > li > span { color: var(--taupe); font-family: var(--mincho); font-size: 25px; }.flow-list h3 { margin-bottom: 5px; font-family: var(--mincho); font-size: 20px; }.flow-list p { margin: 0; color: var(--muted); font-size: 12px; }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 12px; }.gallery-grid figure { position: relative; margin: 0; overflow: hidden; }.gallery-grid img { height: 100%; object-fit: cover; transition: transform .7s ease; }.gallery-grid figure:hover img { transform: scale(1.04); }.gallery-grid figcaption { position: absolute; right: 13px; bottom: 8px; color: #fff; font-size: 9px; letter-spacing: .12em; text-shadow: 0 1px 8px rgba(0,0,0,.5); }.gallery-large { grid-column: span 2; grid-row: span 2; }.gallery-wide { grid-column: span 2; }.gallery-large img { object-position: 55% center; }

/* Access and FAQ */
.access-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(48px, 10vw, 135px); }.access-copy address { margin: 28px 0 25px; font-family: var(--mincho); font-size: 18px; line-height: 2.1; }.access-details { display: grid; gap: 14px; margin: 0; }.access-details div { display: grid; grid-template-columns: 66px 1fr; }.access-details dt { color: #d7d0b7; font-size: 11px; letter-spacing: .12em; }.access-details dd { margin: 0; font-size: 13px; }.access-details small { color: rgba(252, 251, 248, .76); font-size: 11px; }.access-actions { display: flex; flex-wrap: wrap; gap: 16px 25px; align-items: center; margin-top: 35px; }.access-image img { aspect-ratio: 4 / 3; object-fit: cover; }.access .image-frame::after { border-color: rgba(252, 251, 248, .35); }
.faq-grid { display: grid; grid-template-columns: .73fr 1.27fr; gap: clamp(55px, 12vw, 165px); }.faq-grid .section-lead { margin-top: 25px; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 74px; cursor: pointer; font-family: var(--mincho); font-size: 17px; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--taupe); font-family: var(--sans); font-size: 23px; transition: transform .25s; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 620px; margin: -2px 35px 24px 0; color: var(--muted); font-size: 12px; }

/* Final and footer */
.final-cta { position: relative; display: grid; min-height: 515px; place-items: center; overflow: hidden; color: var(--warm-white); text-align: center; }.final-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 54%; filter: saturate(.6) brightness(.54); }.final-cta::after { content: ""; position: absolute; inset: 0; background: rgba(41, 31, 24, .35); }.final-cta-content { position: relative; z-index: 1; padding: 65px 24px; }.final-cta .eyebrow { color: #e3ddce; }.final-cta h2 { margin-bottom: 20px; font-family: var(--mincho); font-size: clamp(39px, 5vw, 63px); }.final-cta p:not(.eyebrow) { max-width: 500px; margin: 0 auto 28px; color: rgba(252, 251, 248, .83); font-size: 13px; }.site-footer { padding: 53px 0 44px; color: var(--warm-white); background: #211913; }.footer-inner { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; }.brand-footer { align-self: center; }.site-footer > .container > p { margin: 0; color: rgba(252, 251, 248, .57); font-size: 10px; }.footer-links { display: flex; gap: 18px; font-size: 10px; letter-spacing: .1em; }.footer-links a { border-bottom: 1px solid rgba(252, 251, 248, .5); }.site-footer small { grid-column: 1 / -1; padding-top: 30px; color: rgba(252, 251, 248, .45); border-top: 1px solid rgba(252, 251, 248, .17); font-size: 9px; }
.mobile-cta { display: none; }

.reveal { opacity: 1; transform: none; }.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 880px) {
  :root { --container: min(calc(100% - 40px), 680px); }
  .site-header, .site-header:not(.is-scrolled) .brand { color: var(--ink); text-shadow: none; background: rgba(252,251,248,.94); box-shadow: 0 1px 0 rgba(59,44,36,.1); backdrop-filter: blur(12px); }.header-inner { position: relative; min-height: 68px; }.header-inner::after { content: "☰"; position: absolute; top: 17px; right: 0; color: var(--ink); font-family: Arial, sans-serif; font-size: 25px; line-height: 1; pointer-events: none; }.menu-toggle { position: relative; z-index: 1; display: grid; width: 44px; height: 44px; padding: 0; place-items: center; }.menu-toggle span:not(.sr-only) { display: block; }.menu-icon { color: transparent; font-family: Arial, sans-serif; font-size: 24px; line-height: 1; transition: transform .25s; }.menu-toggle[aria-expanded="true"] .menu-icon { transform: rotate(90deg); }.site-nav { position: fixed; top: 68px; left: 0; display: flex; flex-direction: column; align-items: stretch; width: 100%; height: calc(100dvh - 68px); padding: 24px 20px 45px; background: var(--warm-white); transform: translateX(100%); transition: transform .3s ease; }.site-nav.is-open { transform: translateX(0); }.site-nav > a:not(.button) { padding: 15px 0; border-bottom: 1px solid var(--line); }.site-nav > a:not(.button)::after { display: none; }.site-nav .button { margin-top: auto; }
  .hero { grid-template-columns: 1fr; min-height: auto; }.hero-image-wrap { min-height: auto; height: min(82vw, 570px); margin-top: 68px; }.hero-image { object-position: 50% 30%; }.hero-panel { padding: 49px 24px 45px; }.hero h1 { font-size: clamp(45px, 11vw, 69px); }.hero-copy { font-size: 13px; }.hero-details { max-width: none; padding-top: 38px; }.hero-details div + div { padding-left: 12px; }
  .section-heading, .schedule-heading { display: block; }.section-heading .section-lead { margin-top: 20px; }.schedule-callout { grid-template-columns: 1fr; align-items: start; gap: 28px; }.about-grid, .experience-grid, .access-grid, .faq-grid { grid-template-columns: 1fr; }.about-grid { gap: 55px; }.about-image { max-width: 560px; }.therapist-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }.therapist-content { padding: 17px 12px; }.therapist-content h3 { font-size: 24px; }.therapist-content p:last-child { font-size: 11px; }.menu-card { min-height: 620px; }.gallery-grid { grid-auto-rows: 170px; }.access-image { grid-row: 1; }.faq-grid { gap: 45px; }
}

@media (max-width: 580px) {
  :root { --container: calc(100% - 32px); }.section { padding: 72px 0; }.section-heading { margin-bottom: 37px; }.section-heading h2, .experience-title h2, .access-copy h2, .faq-grid h2 { font-size: 39px; }.eyebrow { margin-bottom: 13px; }.brand-mark { font-size: 28px; }.hero-panel { padding: 42px 16px 31px; }.hero h1 { margin-bottom: 23px; }.hero-copy { margin-bottom: 24px; line-height: 2.05; }.hero-actions { align-items: stretch; width: 100%; }.hero-actions .button { width: 100%; }.hero-actions .text-link { margin-right: auto; }.hero-details { grid-template-columns: 1fr 1.3fr 1fr; padding-top: 30px; }.hero-details dd { font-size: 9px; white-space: nowrap; }
  .schedule-heading h2 { white-space: normal; font-size: 39px; }.schedule-callout { padding: 28px 21px; }.schedule-callout h3 { font-size: 28px; }.schedule-button { width: 100%; min-width: 0; min-height: 62px; }
  .image-frame::after { right: -9px; bottom: -9px; }.about-grid { gap: 46px; }.about-copy > p:not(.eyebrow) { font-size: 13px; }.value-list { margin-top: 30px; }.therapist-grid { grid-template-columns: 1fr; gap: 15px; }.therapist-card { display: grid; grid-template-columns: 38% 1fr; }.therapist-card-image { display: block; min-height: 300px; }.therapist-card-copy { display: flex; min-height: 300px; padding: 25px; }.therapist-photo { aspect-ratio: auto; height: 100%; }.therapist-content { padding: 18px; }.therapist-content p:last-child { min-height: 0; }.therapist-note { text-align: left; }
  .menu-grid { grid-template-columns: 1fr; }.menu-card { min-height: 0; }.menu-card-content { padding: 25px; }.menu-list li { gap: 13px; padding: 12px 0; }.menu-name { font-size: 12px; }.menu-list strong { font-size: 13px; }.menu-action { align-items: stretch; }.menu-action .button { width: 100%; }.experience-grid { gap: 42px; }.flow-list li { grid-template-columns: 50px 1fr; gap: 10px; }.flow-list > li > span { font-size: 20px; }.flow-list h3 { font-size: 18px; }.gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 132px; gap: 7px; }.gallery-large { grid-column: span 2; grid-row: span 2; }.gallery-wide { grid-column: span 2; }.access-copy address { font-size: 16px; }.access-details div { grid-template-columns: 57px 1fr; }.access-actions .button { width: 100%; }.faq-list summary { min-height: 68px; font-size: 15px; }.faq-list details p { margin-right: 0; font-size: 11px; }.final-cta { min-height: 470px; }.final-cta-content { padding: 55px 20px; }.final-cta h2 { font-size: 38px; }.footer-inner { grid-template-columns: 1fr; gap: 22px; }.footer-links { justify-content: flex-start; }.site-footer small { padding-top: 21px; }
  .mobile-cta { position: fixed; z-index: 25; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr; min-height: 58px; box-shadow: 0 -3px 18px rgba(38,29,23,.18); }.mobile-cta a { display: flex; align-items: center; justify-content: center; padding: 10px 18px; color: var(--warm-white); background: var(--brown); font-size: 11px; font-weight: 600; letter-spacing: .05em; }.site-footer { padding-bottom: 104px; }
}

@media (max-width: 880px) {
  .header-inner::after { display: none; }
  .menu-icon { width: auto !important; height: auto !important; margin: 0 !important; color: currentColor !important; background: transparent !important; }
  html:not(.js) .site-header { position: static; background: var(--warm-white); box-shadow: 0 1px 0 var(--line); }
  html:not(.js) .site-header .brand { color: var(--ink); text-shadow: none; }
  html:not(.js) .header-inner { flex-wrap: wrap; padding: 12px 0; }
  html:not(.js) .menu-toggle { display: none; }
  html:not(.js) .site-nav { position: static; display: flex; flex: 1 0 100%; flex-wrap: wrap; height: auto; padding: 12px 0 0; background: transparent; transform: none; }
  html:not(.js) .site-nav > a:not(.button) { padding: 12px 12px 12px 0; border-bottom: 0; }
  html:not(.js) .site-nav .button { margin: 0; }
  html.js .site-nav[aria-hidden="true"] { visibility: hidden; pointer-events: none; }
  html.js .site-nav.is-open { visibility: visible; pointer-events: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; } *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
