:root {
  --paper: #f7f5ef;
  --paper-dark: #eeece3;
  --ink: #30372e;
  --muted: #606756;
  --gold: #806d45;
  --dark: #242e28;
  --line: #d3d6c9;
  --serif: "Noto Serif JP", "Yu Mincho", serif;
  --sans: "Noto Sans JP", "Yu Gothic", sans-serif;
  --latin: "Cormorant Garamond", Georgia, serif;
  --header-height: 96px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body { margin: 0; background: var(--paper); color: var(--ink); font: 1rem/1.9 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border-radius: 0; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h2 { font-size: clamp(1.8rem, 2.8vw, 2.65rem); line-height: 1.8; letter-spacing: .09em; }
p { line-height: 2; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 100; padding: 12px 18px; background: var(--paper); }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 40; min-height: var(--header-height); display: flex; align-items: center; gap: 30px; padding: 17px 4.5%; background: var(--paper); border-bottom: 1px solid var(--line); }
.brand { flex-shrink: 0; }
.brand-logo { width: 182px; height: auto; }
.desktop-nav { display: flex; gap: clamp(18px, 2.2vw, 34px); margin-left: auto; }
.desktop-nav a { font-size: .875rem; letter-spacing: .04em; white-space: nowrap; padding: 9px 0; }
.desktop-nav a:hover { color: var(--gold); }
.header-reserve { display: flex; align-items: center; gap: 24px; flex-shrink: 0; min-height: 52px; padding: 11px 22px; background: var(--dark); color: var(--paper); font-size: .875rem; letter-spacing: .06em; white-space: nowrap; transition: background .2s; }
.header-reserve:hover { background: #45533e; }
.header-reserve > span:last-child { font-size: 1.25rem; }
.menu-toggle { display: none; background: none; border: 0; padding: 10px; min-width: 44px; min-height: 44px; }
.menu-toggle span { display: block; width: 23px; height: 1px; background: var(--ink); transition: transform .2s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-nav[hidden] { display: none; }
.hero { display: grid; grid-template-columns: .83fr 1.17fr; margin: 24px 24px 0; background: #eeece3; }
.hero-copy { padding: 48px clamp(30px, 4.5vw, 72px); align-self: center; }
.hero-location { font-size: .875rem; color: var(--gold); letter-spacing: .13em; }
.hero-category { font-size: .875rem; letter-spacing: .09em; margin-top: 3px; }
h1 { font-size: clamp(2rem, 3.35vw, 3.25rem); letter-spacing: .09em; line-height: 1.8; margin-top: 28px; }
.hero-description { font-family: var(--serif); font-size: 1rem; line-height: 2.1; margin-top: 23px; letter-spacing: .06em; }
.hero-link { display: flex; justify-content: space-between; align-items: center; gap: 25px; max-width: 280px; margin-top: 29px; padding: 13px 0; min-height: 48px; border-bottom: 1px solid #838d76; font-size: .9375rem; }
.hero-link span { font-size: 1.5rem; transition: transform .2s; }
.hero-link:hover span { transform: translateX(5px); }
.hero-visual { min-width: 0; display: grid; grid-template-rows: 1fr auto; }
.hero-images { position: relative; min-height: 450px; aspect-ratio: 1.52; }
.hero-image { position: absolute; inset: 0; opacity: 0; transition: opacity .7s ease; object-position: center; }
.hero-image.active { opacity: 1; }
.hero-photo-footer { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 11px 26px; background: var(--paper); color: var(--ink); }
.hero-photo-footer > span { font-size: .875rem; letter-spacing: .06em; }
.slider-controls { display: flex; align-items: center; gap: 13px; font-size: .875rem; }
.slide-number, .slide-total { font-family: var(--latin); font-size: 1.5rem; line-height: 1; }
.slide-total { color: var(--muted); }
.slider-controls button { border: 1px solid #8c967f; background: transparent; color: var(--ink); border-radius: 50%; width: 44px; height: 44px; min-width: 44px; font-size: 1.1rem; transition: background .2s; }
.slider-controls button:hover { background: #e6e9df; }
.slide-prev { margin-left: 8px; }
.visit-summary { max-width: 1336px; margin: 0 auto; padding: 35px 40px 24px; }
.summary-grid { display: grid; grid-template-columns: 1fr 1.03fr 1.15fr 1.17fr; margin: 0; }
.summary-grid > div { padding: 0 25px; border-left: 1px solid var(--line); }
.summary-grid > div:first-child { border: 0; padding-left: 0; }
.summary-grid > div:last-child { padding-right: 0; }
.summary-grid dt { font-size: .875rem; color: var(--muted); margin-bottom: 8px; }
.summary-grid dt > span { display: inline-block; }
.summary-grid dd { margin: 0; font-size: 1rem; line-height: 1.7; }
.summary-grid strong { font: 2.25rem/1.1 var(--latin); }
.summary-grid strong > span { font: 1rem var(--serif); margin-left: 4px; }
.summary-small { font-size: .875rem; color: var(--muted); }
.summary-block, .summary-time { display: block; }
.summary-map { display: flex; justify-content: space-between; align-items: center; max-width: 170px; min-height: 40px; font-size: .875rem; text-decoration: underline; text-underline-offset: 5px; }
.summary-links { display: flex; gap: 30px; justify-content: flex-end; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.summary-links a { display: flex; align-items: center; gap: 18px; font-size: .875rem; min-height: 38px; }
.summary-links a:hover, .text-link:hover, .map-link:hover, .instagram-link:hover { color: var(--gold); }
.news-strip { display: flex; align-items: center; gap: 25px; max-width: 1256px; padding: 20px 0; margin: 0 auto 25px; border-top: 1px solid var(--line); }
.news-label { font-size: .875rem; white-space: nowrap; color: var(--gold); }
.news-divider { height: 20px; width: 1px; background: var(--line); }
.news-strip p { font-size: .875rem; line-height: 1.9; }
.instagram-link { font-size: .875rem; letter-spacing: .02em; }
.news-strip .instagram-link { margin-left: auto; white-space: nowrap; min-height: 44px; display: flex; align-items: center; gap: 22px; }
.section-wrap { max-width: 1220px; padding-left: 40px; padding-right: 40px; margin: 0 auto; }
.eyebrow { font-size: .875rem; letter-spacing: .12em; color: var(--gold); line-height: 1.7; }
.eyebrow.light { color: #d6c99f; }
.meal-section { background: var(--paper-dark); padding: 80px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 35px; margin-bottom: 36px; }
.section-heading h2 { margin-top: 14px; }
.section-heading > p { font-family: var(--serif); font-size: 1rem; line-height: 2; padding-bottom: 4px; }
.meal-layout { display: grid; grid-template-columns: 1.16fr 1fr; gap: 7%; align-items: center; }
.meal-main-photo { height: 550px; }
.meal-details h3 { font-size: 1.6rem; letter-spacing: .08em; }
.price { font-family: var(--latin); font-size: 2.8rem; line-height: 1.5; margin: 8px 0 21px; }
.price > span { font-family: var(--serif); font-size: 1.125rem; margin-left: 6px; }
.price > .per-person { font-family: var(--sans); font-size: .875rem; margin-left: 16px; color: var(--muted); }
.course-list { display: flex; flex-wrap: wrap; gap: 7px 12px; margin-bottom: 22px; }
.course-list span { font-family: var(--serif); font-size: 1rem; line-height: 1.7; }
.course-list span:not(:last-child)::after { content: " /"; color: #7a826f; margin-left: 9px; }
.small-text { font-size: 1rem; line-height: 2; color: var(--muted); }
.time-block { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px; padding: 18px 0; margin: 23px 0; border-block: 1px solid #c6ccbb; }
.time-block > span { grid-column: 1 / -1; font-size: .875rem; }
.time-block small { font-size: .875rem; color: var(--muted); }
.time-block p { font-size: .875rem; }
.time-block b { display: inline-block; font-family: var(--latin); font-size: 1.3rem; font-weight: 500; margin-left: 5px; white-space: nowrap; }
.button { display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 58px; padding: 14px 25px; font-size: 1rem; letter-spacing: .04em; transition: background .2s; }
.button span { font-size: 1.25rem; }
.button.dark { background: var(--dark); color: var(--paper); }
.button.dark:hover { background: #45533e; }
.food-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 48px; }
.food-gallery img { aspect-ratio: 1.42; height: auto; object-fit: cover; }
.food-gallery figcaption { display: flex; align-items: baseline; gap: 12px; font: .875rem/1.8 var(--serif); margin-top: 13px; }
.food-gallery figcaption span { color: var(--gold); font: 1.25rem var(--latin); }
.menu-note { font-size: .875rem; line-height: 1.9; color: var(--muted); margin-top: 22px; }
.concept { display: grid; grid-template-columns: .9fr 1fr; gap: 12%; align-items: center; padding-top: 90px; padding-bottom: 90px; }
.concept-photo { height: 440px; position: relative; isolation: isolate; }
.concept-photo::before { content: ""; position: absolute; inset: 18px 18px -18px -18px; border: 1px solid #b2a482; z-index: -1; }
.concept-copy h2 { margin: 20px 0 27px; }
.concept-copy p:not(.eyebrow) { font-family: var(--serif); font-size: 1rem; line-height: 2.1; margin-bottom: 18px; }
.tea-section { display: grid; grid-template-columns: 1fr 1fr; background: var(--dark); color: #f5f0e5; }
.tea-photo { min-height: 620px; }
.tea-photo img { object-position: 45% center; }
.tea-copy { padding: 65px 12%; align-self: center; }
.tea-copy h2 { margin: 22px 0 28px; font-size: 2.3rem; }
.tea-copy p:not(.eyebrow) { font: 1rem/2.15 var(--serif); margin-bottom: 20px; color: #e9eade; }
.lesson-section { display: grid; grid-template-columns: 1fr 1.15fr; align-items: center; gap: 10%; padding-top: 95px; padding-bottom: 95px; }
.lesson-copy h2 { margin: 19px 0 23px; }
.lesson-copy h3 { font-size: 1.125rem; margin-bottom: 17px; }
.lesson-copy p:not(.eyebrow) { font-size: 1rem; line-height: 2; margin-bottom: 17px; }
.text-link { display: flex; justify-content: space-between; align-items: center; max-width: 300px; border-bottom: 1px solid #8c967f; padding: 13px 0; margin-top: 25px; font-size: 1rem; }
.text-link span { font-size: 1.5rem; }
.lesson-photo { height: 470px; }
.lesson-photo img { object-position: 38% center; }
.access-section { padding: 80px 0; background: #edeee7; }
.access-section h2 { font-size: 2rem; }
.access-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: start; }
.access-photo { height: 570px; }
.access-photo img { object-position: center 38%; }
.access-brand { font-family: var(--serif); font-size: 1.9rem; letter-spacing: .15em; }
.access-info > .small-text { font-size: .875rem; margin: 8px 0 25px; letter-spacing: .05em; }
.access-info dl { margin: 0; }
.access-info dl > div { display: grid; grid-template-columns: 65px 1fr; gap: 15px; border-top: 1px solid #c6ccbb; padding: 17px 0; font-size: 1rem; line-height: 1.9; }
.access-info dt { color: var(--muted); }
.access-info dd { margin: 0; }
.access-info small { font-size: .875rem; display: inline-block; color: var(--muted); line-height: 1.9; }
.map-link { display: inline-block; margin-top: 7px; padding: 3px 0; min-height: 38px; border-bottom: 1px solid #8c967f; font-size: .875rem; }
.visit-notes { margin-top: 18px; }
.visit-notes p { position: relative; padding-left: 18px; font-size: .875rem; line-height: 1.9; color: var(--muted); margin-top: 12px; }
.visit-notes p::before { content: "※"; position: absolute; left: 0; }
.reservation-section { padding: 75px 30px 60px; background: #29352b; color: #f5f0e5; text-align: center; }
.reservation-section h2 { font-size: 2.15rem; margin: 18px 0 17px; }
.reservation-section > p:not(.eyebrow) { font-size: 1rem; color: #e6eadf; }
.reservation-guidance { max-width: 740px; text-align: left; padding: 28px 32px; margin: 35px auto 25px; border: 1px solid #75816b; background: #f5f0e509; }
.reservation-guidance h3 { font-size: 1.25rem; font-weight: 500; margin-bottom: 16px; }
.reservation-guidance ul { margin: 0; padding-left: 1.3em; }
.reservation-guidance li { font-size: 1rem; line-height: 1.9; padding-left: 4px; margin-top: 13px; color: #e7eadf; }
.reservation-guidance strong { font-weight: 500; color: #fff; }
.reservation-section > .reservation-how { font-size: .875rem; max-width: 700px; margin: 0 auto; }
.reservation-buttons { display: flex; gap: 20px; max-width: 740px; margin: 20px auto 26px; }
.reservation-buttons .button { width: 50%; text-align: left; }
.button.cream { background: #f0eee4; color: #29352b; border: 1px solid #f0eee4; }
.button.cream:hover { background: #dcd9ca; }
.button.outline { border: 1px solid #bac4ae; }
.button.outline:hover { background: #ffffff14; }
.contact-link { display: inline-block; min-height: 44px; font-size: 1rem; text-decoration: underline; text-underline-offset: 6px; }
.reservation-section > .reservation-note { font-size: .875rem; color: #d7dfcc; margin: 24px auto 0; max-width: 700px; line-height: 1.9; }
.reservation-note a { display: inline-block; text-decoration: underline; text-underline-offset: 4px; }
footer { display: flex; align-items: center; gap: 35px; padding: 35px 5%; min-height: 145px; }
.footer-brand { font: 1.65rem var(--serif); letter-spacing: .12em; }
.footer-brand span { display: block; font: .8125rem var(--sans); letter-spacing: .16em; margin-top: 8px; }
.footer-brand + p { font: .875rem var(--serif); letter-spacing: .07em; }
footer .instagram-link { margin-left: auto; }
.copyright { font-size: .8125rem; color: var(--muted); }
.back-top { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; min-width: 44px; font-size: 1.5rem; }
@media (max-width: 1150px) {
  .site-header { gap: 20px; padding-inline: 3%; }
  .brand-logo { width: 160px; }
  .desktop-nav { gap: 17px; }
  .header-reserve { padding-inline: 18px; gap: 15px; }
  .hero { grid-template-columns: .88fr 1.12fr; margin: 20px 20px 0; }
  .hero-copy { padding: 40px 32px; }
  h1 { font-size: 2.25rem; letter-spacing: .04em; }
  .hero-images { min-height: 440px; }
  .visit-summary { padding-inline: 30px; }
  .summary-grid { grid-template-columns: 1fr 1.1fr 1.1fr 1.3fr; }
  .summary-grid > div { padding-inline: 18px; }
  .summary-grid dt > span { display: block; }
  .news-strip { margin-inline: 30px; }
  .section-heading { align-items: start; }
  .section-heading > p { max-width: 360px; }
  .meal-layout { gap: 5%; }
  .time-block { grid-template-columns: 1fr; }
  .time-block > span { grid-column: auto; }
  .tea-copy { padding: 55px 9%; }
  .tea-photo { min-height: 660px; }
  .access-layout { gap: 6%; }
  .desktop-break { display: none; }
}
@media (max-width: 1050px) {
  :root { --header-height: 82px; }
  .site-header { padding-block: 12px; }
  .desktop-nav { display: none; }
  .header-reserve { margin-left: auto; }
  .menu-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; }
  .mobile-nav { position: fixed; z-index: 39; top: var(--header-height); left: 0; right: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 35px; padding: 24px 5%; background: var(--paper); box-shadow: 0 15px 20px #24302417; border-bottom: 1px solid var(--line); max-height: calc(100dvh - var(--header-height)); overflow-y: auto; }
  .mobile-nav a { display: flex; align-items: center; min-height: 48px; font-family: var(--serif); font-size: 1rem; }
}
@media (max-width: 800px) {
  .hero { grid-template-columns: 1fr 1.08fr; margin: 16px 16px 0; }
  .hero-copy { padding: 30px 23px; }
  h1 { font-size: 1.85rem; line-height: 1.85; letter-spacing: .02em; margin-top: 20px; }
  .hero-category, .hero-location { letter-spacing: .02em; }
  .hero-description { font-size: 1rem; }
  .hero-link { font-size: .875rem; gap: 12px; }
  .hero-images { min-height: 430px; }
  .hero-photo-footer { padding-inline: 15px; gap: 10px; }
  .hero-photo-footer > span { font-size: .875rem; }
  .slider-controls { gap: 9px; }
  .slide-prev { margin-left: 0; }
  .visit-summary { padding: 24px 28px 18px; }
  .summary-grid { grid-template-columns: 1fr 1fr; gap: 20px 25px; }
  .summary-grid > div { padding: 0; border: 0; }
  .summary-grid > div:nth-child(n+3) { border-top: 1px solid var(--line); padding-top: 18px; }
  .summary-grid dt > span { display: inline-block; }
  .summary-grid dd { font-size: 1rem; }
  .summary-links { justify-content: space-between; gap: 20px; }
  .summary-links a { gap: 10px; }
  .news-strip { gap: 16px; margin-inline: 28px; flex-wrap: wrap; }
  .news-strip p { order: 3; width: 100%; }
  .news-divider { display: none; }
  .section-wrap { padding-inline: 30px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 18px; max-width: none; }
  .meal-section { padding-block: 60px; }
  .meal-layout { grid-template-columns: 1fr 1fr; }
  .meal-main-photo { height: 570px; }
  .meal-details h3 { font-size: 1.4rem; }
  .food-gallery { gap: 18px; }
  .food-gallery figcaption { display: block; }
  .food-gallery figcaption span { display: block; margin-bottom: 3px; }
  .concept { gap: 8%; padding-block: 65px; }
  .concept-photo { height: 420px; }
  .concept-copy h2 { font-size: 1.8rem; }
  .tea-section { grid-template-columns: .95fr 1.05fr; }
  .tea-copy { padding: 45px 28px; }
  .tea-copy h2 { font-size: 1.8rem; }
  .tea-photo { min-height: 700px; }
  .lesson-section { gap: 7%; padding-block: 70px; }
  .lesson-copy h2 { font-size: 1.8rem; }
  .lesson-photo { height: 490px; }
  .access-layout { gap: 6%; }
  .access-photo { height: 610px; }
  .access-info dl > div { grid-template-columns: 50px 1fr; gap: 10px; }
  .access-section h2 { font-size: 1.8rem; }
  footer { flex-wrap: wrap; gap: 23px; }
  .footer-brand + p { display: none; }
}
@media (max-width: 600px) {
  :root { --header-height: 76px; }
  .site-header { gap: 12px; padding: 11px 18px; }
  .brand-logo { width: 135px; }
  .header-reserve { min-height: 46px; padding: 9px 15px; font-size: .875rem; gap: 12px; }
  .reserve-extra { display: none; }
  .menu-toggle { padding: 8px; }
  .mobile-nav { grid-template-columns: 1fr; gap: 5px; padding: 17px 26px; }
  .hero { display: flex; flex-direction: column; margin: 14px 14px 0; }
  .hero-visual { order: 0; }
  .hero-images { aspect-ratio: 1.55; min-height: 0; }
  .hero-image { object-position: center; }
  .hero-photo-footer { padding: 7px 15px; }
  .hero-photo-footer > span { font-size: .875rem; }
  .slider-controls { gap: 9px; }
  .slide-number, .slide-total { font-size: 1.35rem; }
  .hero-copy { order: 1; align-self: stretch; padding: 22px 24px 19px; }
  .hero-location, .hero-category { display: inline; font-size: .875rem; letter-spacing: .025em; line-height: 1.8; }
  .hero-location::after { content: " / "; color: #8b917f; padding-inline: 5px; }
  .hero h1 { font-size: clamp(1.8rem, 7.5vw, 2.4rem); letter-spacing: .07em; line-height: 1.65; margin-top: 12px; }
  .hero-description { display: none; }
  .hero-link { margin-top: 10px; padding: 9px 0; min-height: 44px; max-width: 100%; font-size: .9375rem; }
  .visit-summary { padding: 24px 24px 18px; }
  .summary-grid { gap: 17px 20px; }
  .summary-grid dt { margin-bottom: 6px; font-size: .875rem; line-height: 1.7; }
  .summary-grid dt > span { display: block; }
  .summary-grid dd { font-size: .9375rem; line-height: 1.8; }
  .summary-grid strong { font-size: 2rem; }
  .summary-small { font-size: .875rem; }
  .summary-grid > div:first-child dd > .summary-small { display: block; margin-top: 3px; }
  .summary-grid > div:nth-child(n+3) { padding-top: 16px; }
  .summary-time { font-size: 1rem; white-space: nowrap; }
  .summary-map { min-height: 44px; }
  .summary-links { gap: 6px; margin-top: 15px; padding-top: 12px; flex-direction: column; }
  .summary-links a { justify-content: space-between; min-height: 44px; font-size: .9375rem; }
  .news-strip { margin: 0 24px 15px; padding: 16px 0; gap: 8px 20px; }
  .news-strip p { font-size: .875rem; }
  .news-strip .instagram-link { gap: 16px; }
  .section-wrap { padding-inline: 24px; }
  .section-heading { margin-bottom: 24px; }
  .section-heading h2 { font-size: 1.75rem; letter-spacing: .045em; margin-top: 11px; }
  .section-heading > p { font-size: 1rem; line-height: 1.95; margin-top: 15px; }
  .meal-section { padding: 45px 0; }
  .meal-layout { display: flex; flex-direction: column; gap: 28px; }
  .meal-main-photo { width: 100%; height: auto; aspect-ratio: 1.3; }
  .meal-details { width: 100%; }
  .meal-details h3 { font-size: 1.4rem; }
  .price { margin: 7px 0 18px; font-size: 2.7rem; }
  .price > .per-person { font-size: .875rem; margin-left: 12px; }
  .course-list { gap: 6px 11px; margin-bottom: 18px; }
  .course-list span { font-size: 1rem; }
  .time-block { grid-template-columns: 1fr; margin: 22px 0; }
  .time-block > span { grid-column: auto; }
  .time-block p { display: flex; align-items: center; gap: 12px; font-size: 1rem; }
  .time-block b { font-size: 1.4rem; }
  .food-gallery { grid-template-columns: 1fr 1fr; gap: 22px 16px; margin-top: 32px; }
  .food-gallery figure:first-child { grid-column: 1 / -1; }
  .food-gallery figure:first-child img { aspect-ratio: 1.6; }
  .food-gallery img { aspect-ratio: 1; }
  .food-gallery figcaption { font-size: .875rem; line-height: 1.9; margin-top: 10px; }
  .food-gallery figure:first-child figcaption { display: flex; }
  .food-gallery figcaption span { font-size: 1.1rem; }
  .menu-note { font-size: .875rem; margin-top: 21px; }
  .concept { display: flex; flex-direction: column; gap: 32px; padding-top: 52px; padding-bottom: 44px; }
  .concept-photo { height: 285px; width: 89%; margin-right: auto; margin-left: 12px; }
  .concept-photo img { object-position: center 55%; }
  .concept-photo::before { inset: 12px 12px -12px -12px; }
  .concept-copy { width: 100%; }
  .concept-copy h2 { margin: 15px 0 21px; font-size: 1.85rem; }
  .concept-copy p:not(.eyebrow) { font-size: 1rem; line-height: 2; }
  .tea-section { display: flex; flex-direction: column; }
  .tea-photo { min-height: 0; height: 310px; }
  .tea-copy { padding: 40px 26px 32px; align-self: stretch; }
  .tea-copy h2 { font-size: 1.95rem; margin: 17px 0 23px; }
  .tea-copy p:not(.eyebrow) { font-size: 1rem; line-height: 2; margin-bottom: 18px; }
  .lesson-section { display: flex; flex-direction: column-reverse; gap: 29px; padding-top: 48px; padding-bottom: 48px; }
  .lesson-photo { height: 270px; width: 100%; }
  .lesson-copy { width: 100%; }
  .lesson-copy h2 { font-size: 1.85rem; margin: 15px 0 21px; }
  .lesson-copy p:not(.eyebrow) { font-size: 1rem; }
  .text-link { max-width: 100%; margin-top: 17px; }
  .access-section { padding-block: 46px; }
  .access-section h2 { font-size: 1.65rem; line-height: 1.8; }
  .access-layout { display: flex; flex-direction: column; gap: 28px; }
  .access-photo { width: 100%; height: 300px; }
  .access-info { width: 100%; }
  .access-info dl > div { grid-template-columns: 57px 1fr; gap: 12px; font-size: 1rem; }
  .access-info small, .visit-notes p { font-size: .875rem; }
  .reservation-section { padding: 46px 24px 40px; }
  .reservation-section h2 { font-size: 1.8rem; line-height: 1.85; }
  .reservation-section > p:not(.eyebrow) { font-size: 1rem; }
  .reservation-guidance { padding: 23px 20px; margin: 26px auto 20px; }
  .reservation-guidance h3 { font-size: 1.125rem; }
  .reservation-guidance li { font-size: 1rem; line-height: 1.9; margin-top: 15px; }
  .reservation-guidance ul { padding-left: 1.1em; }
  .reservation-section > .reservation-how { font-size: .875rem; text-align: left; }
  .reservation-buttons { flex-direction: column; gap: 14px; margin: 18px auto 22px; }
  .reservation-buttons .button { width: 100%; font-size: 1rem; padding-inline: 22px; }
  .reservation-section > .reservation-note { font-size: .875rem; line-height: 2; text-align: left; }
  footer { padding: 28px 24px; gap: 21px; }
  .footer-brand { font-size: 1.6rem; }
  .footer-brand span { font-size: .8125rem; }
  footer .instagram-link { font-size: .875rem; margin-left: auto; }
  .copyright { font-size: .8125rem; width: calc(100% - 70px); }
  .back-top { margin-left: auto; }
}
@media (max-width: 360px) {
  .site-header { padding-inline: 13px; gap: 6px; }
  .brand-logo { width: 123px; }
  .header-reserve { padding-inline: 12px; gap: 8px; }
  .hero { margin-inline: 12px; }
  .hero-copy { padding-inline: 19px; }
  .hero-photo-footer { padding-inline: 12px; }
  .hero-photo-footer > span { font-size: .875rem; }
  .slider-controls { gap: 7px; }
  .hero h1 { font-size: 1.75rem; letter-spacing: .03em; }
  .visit-summary { padding-inline: 21px; }
  .summary-grid { column-gap: 16px; }
  .summary-time { font-size: .9375rem; }
  .section-wrap { padding-inline: 21px; }
  .section-heading h2 { font-size: 1.6rem; }
  .reservation-section { padding-inline: 21px; }
  .reservation-guidance { padding-inline: 17px; }
  .reservation-buttons .button { padding-inline: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
.reservation-process{max-width:740px;margin:0 auto 16px;line-height:2}@media(max-width:600px){.reservation-process{text-align:left}}
.hero{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);min-height:520px}.hero-copy{min-width:0;container-type:inline-size}.hero h1{font-size:clamp(1.5rem,11cqi,3.125rem);letter-spacing:.05em}.hero h1 span{display:block}.hero-visual{grid-template-rows:minmax(320px,1fr) auto}.hero-images{min-width:0;min-height:0;aspect-ratio:auto;width:100%}
@media(max-width:1000px){.summary-grid{grid-template-columns:1fr 1fr;gap:20px 25px}.summary-grid>div{padding:0;border:0}.summary-grid>div:nth-child(n+3){border-top:1px solid var(--line);padding-top:18px}.summary-grid dt>span{display:inline-block}}
@media(max-width:600px){.hero{min-height:0}.hero-visual{grid-template-rows:auto auto}.hero-images{aspect-ratio:1.55;min-height:0}.hero h1{font-size:clamp(1.5rem,10.8cqi,2.4rem);line-height:1.65}.summary-grid{gap:17px 20px}.summary-grid dt>span{display:block}}
.mobile-break{display:none}@media(max-width:600px){.mobile-break{display:block}}
@media(max-width:600px){.business-days{display:block;white-space:nowrap}}@media(max-width:360px){.hero-location,.hero-category{display:block}.hero-location::after{content:none}}
