/* Klassische CSS-Basis, ohne Tailwind oder Build-Schritt. */
*,::before,::after { box-sizing: border-box; border-width: 0; border-style: solid; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; tab-size: 4; }
body,figure,dl,dd { margin: 0; }
button,input,select,textarea { font: inherit; color: inherit; letter-spacing: inherit; border-radius: 0; background: transparent; opacity: 1; }
button { padding: 0; }
img,svg,video,canvas { display: block; vertical-align: middle; }
img,video { max-width: 100%; height: auto; }
[hidden] { display: none !important; }

:root {
  --cream: #f4f3eb;
  --ink: #26291f;
  --green: #333e2d;
  --line: #d4d5c9;
  --muted: #6f7467;
  --yellow: #e9eeb0;
  --font-sans: 'Inter Tight', sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--font-sans);
  font-weight: 400;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}
body {
  margin: 0;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
  color: inherit;
  border: 0;
  background: none;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
p {
  margin: 0;
}
a,
button {
  outline-offset: 6px;
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid #64752b;
}
::selection {
  background: #d6e296;
  color: #252a1d;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  background: white;
  padding: 12px;
  z-index: 200;
}
.skip-link:focus {
  top: 10px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
.site-header {
  height: 92px;
  padding: 0 3.4%;
  display: flex;
  align-items: center;
  gap: 32px;
  background: rgba(244, 243, 235, 0.95);
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid #deded2;
}
.brand {
  margin-right: auto;
  flex: none;
}
.brand img {
  width: 154px;
  height: auto;
  mix-blend-mode: multiply;
}
.desktop-nav {
  display: flex;
  gap: 28px;
  font-size: 13px;
}
.desktop-nav a,
.plain-link {
  position: relative;
}
.desktop-nav a:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.2s;
}
.desktop-nav a:hover:after {
  width: 100%;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
}
.plain-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  padding: 8px 0;
}
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  border: 1px solid var(--ink);
  padding: 14px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  transition:
    background 0.25s,
    transform 0.25s;
}
.pill:hover {
  background: #dce3bd;
  transform: translateY(-2px);
}
.pill.dark {
  background: var(--ink);
  color: var(--cream);
}
.pill.dark:hover {
  background: #46523b;
}
.pill.light {
  background: var(--cream);
  color: var(--ink);
  border-color: var(--cream);
}
.menu-toggle {
  display: none;
}
.hero {
  height: calc(100svh - 92px);
  min-height: 600px;
  position: relative;
  overflow: hidden;
  background: #eee9db;
}
.hero-photo {
  position: absolute;
  inset: -3%;
  will-change: transform;
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-topline,
.hero-bottom {
  position: absolute;
  left: 3.4%;
  right: 3.4%;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 0.09em;
  font-weight: 500;
  z-index: 4;
}
.hero-topline {
  top: 28px;
}
.hero-topline span {
  background: rgba(245, 243, 232, 0.68);
  padding: 5px 8px;
}
.hero-copy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -48%);
  text-align: center;
  width: 50%;
  z-index: 3;
}
.hero-copy .eyebrow {
  font-size: 9px;
  letter-spacing: 0.13em;
  margin-bottom: 18px;
}
.hero-title {
  font-size: clamp(74px, 8.6vw, 148px);
  line-height: 0.91;
  letter-spacing: -0.072em;
  font-weight: 300;
  margin-bottom: 25px;
}
.hero-title > span {
  display: block;
}
.hero-subline {
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: -0.015em;
}
.hero-cta {
  margin-top: 25px;
  background: rgba(244, 243, 235, 0.6);
}
.hero-bottom {
  bottom: 26px;
  align-items: center;
}
.hero-bottom a {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0;
}
.hero-hotspot {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px 10px 10px;
  background: var(--cream);
  border: 1px solid #b6ba9f;
  border-radius: 50px;
  font-size: 12px;
  opacity: 0;
  transform: scale(0.9);
}
.hero-hotspot:focus-visible {
  opacity: 1 !important;
  transform: scale(1) !important;
}
.hero-hotspot:hover {
  background: var(--yellow);
}
.hotspot-coffee {
  left: 19%;
  top: 72%;
}
.hotspot-matcha {
  right: 13%;
  top: 33%;
}
.hotspot-tea {
  right: 10%;
  bottom: 16%;
}
.table-caption {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, 25px);
  opacity: 0;
  text-align: center;
  pointer-events: none;
}
.table-caption p {
  font-size: clamp(42px, 5vw, 80px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.045em;
  margin-top: 16px;
}
.manifesto {
  padding-top: 100px;
  overflow: hidden;
}
.manifesto-intro {
  padding: 0 7.2%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: start;
}
.manifesto-intro .eyebrow {
  padding-top: 11px;
}
.manifesto-intro > p {
  font-size: clamp(30px, 3.6vw, 57px);
  line-height: 1.13;
  letter-spacing: -0.04em;
  font-weight: 300;
}
.manifesto-intro em {
  font-family: Georgia, serif;
  font-weight: 400;
}
.drift-wrap {
  margin-top: 85px;
  border-block: 1px solid var(--line);
  overflow: hidden;
  padding: 13px 0;
}
.drift-word {
  font-size: clamp(65px, 8.5vw, 136px);
  font-weight: 300;
  letter-spacing: -0.055em;
  white-space: nowrap;
  width: max-content;
  color: #a6af94;
  line-height: 1.14;
  padding-left: 5%;
}
.section-pad {
  padding: 105px 7.2%;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 35px;
  margin-bottom: 50px;
}
.section-heading .eyebrow {
  margin-bottom: 23px;
}
h2 {
  font-size: clamp(40px, 4.5vw, 72px);
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: -0.05em;
}
.section-heading h2 span {
  color: #858e77;
}
.section-heading > p {
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 3px;
}
.product-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding: 18px 0 26px;
}
.filter-group {
  display: flex;
  gap: 6px;
}
.filter-group button {
  font-size: 12px;
  border: 1px solid transparent;
  padding: 8px 17px;
  border-radius: 30px;
}
.filter-group button.active {
  background: var(--ink);
  color: var(--cream);
}
.filter-group button:hover {
  border-color: var(--ink);
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.products-grid.filtered {
  grid-template-columns: minmax(250px, 480px);
}
.product-item {
  text-align: left;
  padding: 0;
  min-width: 0;
}
.product-image {
  position: relative;
  aspect-ratio: 1/1.12;
  overflow: hidden;
}
.product-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  padding: 10px;
  transition: transform 0.6s cubic-bezier(0.2, 0.6, 0.2, 1);
  mix-blend-mode: multiply;
}
.product-item:hover .product-image img {
  transform: scale(1.05) rotate(-6deg);
}
.product-number {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 11px;
}
.round-arrow {
  position: absolute;
  bottom: 17px;
  right: 17px;
  border: 1px solid #9caa89;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
}
.product-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 19px;
}
.product-title h3 {
  font-size: 29px;
  letter-spacing: -0.035em;
  font-weight: 400;
}
.product-item > p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 6px;
}
.food-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-top: 30px;
  margin-top: 32px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  border-bottom: 1px solid currentColor;
  padding: 0 0 5px;
  width: fit-content;
}
.text-link:hover {
  opacity: 0.7;
}
.lunch-section {
  background: var(--yellow);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 9%;
}
.lunch-aside > .eyebrow {
  margin-bottom: 25px;
}
.lunch-aside h2 {
  font-size: clamp(54px, 6vw, 96px);
}
.lunch-aside > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 25px;
}
.lunch-hours {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 34px 0 27px;
}
.lunch-hours > span {
  font-size: 11px;
}
.lunch-hours strong {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.04em;
}
.weekly-menu {
  align-self: center;
  border-top: 1px solid #677045;
  border-bottom: 1px solid #677045;
  min-height: 390px;
  display: flex;
  flex-direction: column;
}
.menu-heading,
.menu-footer {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 10px;
  letter-spacing: 0.03em;
  padding: 17px 0;
}
.menu-heading {
  border-bottom: 1px solid #abb27f;
}
.menu-footer {
  margin-top: auto;
  border-top: 1px solid #abb27f;
}
.menu-empty {
  padding: 35px 0 45px;
  max-width: 400px;
  font-size: 14px;
  line-height: 1.6;
}
.menu-empty h3 {
  font-size: 31px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin-bottom: 17px;
}
.menu-empty p {
  margin-bottom: 24px;
}
.little-sun {
  font-size: 49px;
  line-height: 1;
  display: block;
  margin-bottom: 22px;
  color: #626d34;
}
.dish {
  padding: 23px 0;
  border-bottom: 1px solid #abb27f;
}
.dish:last-child {
  border: 0;
}
.dish > div {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.dish-no {
  font-size: 10px;
}
.dish h3 {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.025em;
}
.dish-price {
  margin-left: auto;
  font-size: 16px;
  white-space: nowrap;
}
.dish p {
  font-size: 13px;
  line-height: 1.5;
  margin: 10px 0 0 25px;
}
.diet {
  font-size: 10px;
  display: inline-block;
  border: 1px solid #9ca773;
  border-radius: 15px;
  padding: 3px 8px;
  margin: 10px 0 0 25px;
}
.menu-note {
  font-size: 12px;
  line-height: 1.5;
  margin: 15px 0;
}
.cafe-section {
  overflow: hidden;
}
.bento-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-template-rows: 240px 200px;
  gap: 12px;
  transform-origin: center center;
}
.bento-grid > div {
  overflow: hidden;
  position: relative;
}
.bento-large {
  grid-column: 1/2;
  grid-row: 1/3;
}
.bento-large img,
.bento-food img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bento-large img {
  object-position: 50% 55%;
}
.bento-large:after {
  content: '';
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(transparent, #151c1299);
}
.bento-large > span {
  position: absolute;
  bottom: 22px;
  left: 25px;
  right: 20px;
  color: white;
  font-size: 14px;
  z-index: 1;
}
.bento-quote {
  grid-column: 2/4;
  padding: 30px;
  background: #dbe1c9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bento-quote p {
  font-size: 40px;
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: -0.04em;
}
.bento-quote p em {
  font-family: Georgia, serif;
}
.bento-quote > span:last-child {
  font-size: 11px;
  align-self: flex-end;
}
.bento-food {
  grid-column: 2;
  grid-row: 2;
}
.bento-food img {
  object-position: center 45%;
}
.bento-drink {
  grid-column: 3;
  grid-row: 2;
  background: #e7e4d7;
  display: flex;
  justify-content: center;
}
.bento-drink img {
  height: 100%;
  width: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
  transform: rotate(13deg);
}
.bento-drink span {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 10px;
}
.cafe-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-top: 30px;
}
.cafe-bottom p {
  font-size: 14px;
  line-height: 1.6;
}
.voucher-section {
  background: #e9e3d7;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 8%;
  align-items: center;
}
.voucher-copy .eyebrow {
  margin-bottom: 26px;
}
.voucher-copy h2 {
  font-size: clamp(42px, 4.2vw, 65px);
}
.voucher-copy h2 span {
  color: #80816e;
}
.voucher-copy > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.6;
  margin: 24px 0;
}
.voucher-art {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gift-card {
  background: #f7f6ec;
  width: 100%;
  max-width: 400px;
  padding: 30px;
  transform: rotate(-9deg);
  box-shadow: 0 15px 35px #4546311a;
  transition: transform 0.5s;
  text-align: left;
}
.voucher-art:hover .gift-card {
  transform: rotate(-4deg) translateY(-7px);
}
.gift-card > img {
  width: 115px;
  mix-blend-mode: multiply;
}
.gift-word {
  display: block;
  font-size: 62px;
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 300;
  margin: 40px 0;
}
.gift-card-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #cbceb8;
  padding-top: 15px;
  font-size: 9px;
}
.gift-stamp {
  position: absolute;
  background: var(--yellow);
  border: 1px solid #b4bf84;
  border-radius: 50%;
  width: 107px;
  height: 107px;
  right: -20px;
  top: 5px;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(15deg);
}
.gift-stamp > span {
  font-size: 28px;
  line-height: 1;
  margin-top: 6px;
}
.visit-section {
  background: var(--green);
  color: var(--cream);
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 8%;
}
.visit-heading .eyebrow {
  color: #c4cdb6;
  margin-bottom: 25px;
}
.visit-heading h2 {
  font-size: clamp(65px, 7vw, 112px);
  margin-bottom: 30px;
}
.visit-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px 40px;
  align-content: center;
}
.visit-details > div:last-child {
  grid-column: 1/3;
}
.visit-details .eyebrow {
  color: #bcc7ab;
  margin-bottom: 17px;
}
.visit-details address {
  font-style: normal;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.visit-details dl {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}
.visit-details dl > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #647059;
  padding-bottom: 9px;
  margin-bottom: 8px;
}
.visit-details dd {
  margin: 0;
  white-space: nowrap;
}
.visit-details > div > a:not(.text-link) {
  display: block;
  font-size: 20px;
  margin-bottom: 7px;
  letter-spacing: -0.02em;
}
.visit-small {
  font-size: 11px;
  line-height: 1.6;
  margin-top: 18px;
  color: #d0d6c6;
}
.visit-small a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-footer {
  padding: 30px 3.4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.site-footer > a > img {
  width: 130px;
  mix-blend-mode: multiply;
}
.site-footer > span {
  font-size: 11px;
  color: var(--muted);
}
.site-footer nav {
  display: flex;
  gap: 20px;
  font-size: 11px;
}
.mobile-dock {
  display: none;
}
.overlay-dialog {
  border: 0;
  padding: 0;
  background: var(--cream);
  color: var(--ink);
  max-width: min(1000px, 94vw);
  width: 100%;
  max-height: 90svh;
  overflow: auto;
  margin: auto;
}
.overlay-dialog::backdrop {
  background: #1d261db3;
  backdrop-filter: blur(5px);
}
.dialog-inner {
  position: relative;
}
.dialog-close {
  position: absolute;
  right: 17px;
  top: 17px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: var(--cream);
  border: 1px solid #c0c4b0;
  border-radius: 50%;
  z-index: 4;
}
.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.detail-image {
  display: flex;
  align-items: center;
  min-height: 460px;
}
.detail-image img {
  mix-blend-mode: multiply;
}
.detail-copy {
  padding: 75px 40px 45px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.detail-copy h2 {
  font-size: 48px;
  margin: 25px 0;
}
.detail-copy > p:not(.eyebrow) {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.concept-note {
  font-size: 10px;
  color: var(--muted);
  margin-top: 30px;
}
.embed-panel {
  padding: 40px 35px 20px;
}
.embed-panel h2 {
  font-size: 36px;
  max-width: 80%;
  margin: 15px 0;
}
.embed-panel > p:not(.eyebrow) {
  font-size: 13px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.embed-panel iframe {
  border: 1px solid var(--line);
  width: 100%;
  height: 55svh;
  margin-top: 20px;
  background: white;
}
.menu-panel {
  padding: 40px 30px;
}
.menu-panel > .eyebrow {
  margin: 35px 0 20px;
}
.menu-panel > img {
  mix-blend-mode: multiply;
}
.menu-panel > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 0;
  font-size: 28px;
  border-bottom: 1px solid var(--line);
  letter-spacing: -0.03em;
}
.nav-dialog {
  max-width: 520px;
}
.admin-shell {
  max-width: 1000px;
  margin: auto;
  padding: 50px 25px;
}
.admin-shell h1 {
  font-size: 45px;
  font-weight: 300;
  letter-spacing: -0.04em;
  margin: 40px 0 20px;
}
.admin-shell input,
.admin-shell textarea,
.admin-shell select {
  border: 1px solid #a6af94;
  background: #fffef8;
  width: 100%;
  padding: 12px;
  border-radius: 3px;
}
.admin-shell textarea {
  min-height: 90px;
  resize: vertical;
}
.admin-shell label {
  display: block;
  font-size: 12px;
  margin-bottom: 14px;
}
.admin-shell label > span {
  display: block;
  margin-bottom: 7px;
}
.admin-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.admin-dish {
  padding: 22px;
  border: 1px solid var(--line);
  margin: 15px 0;
  background: #eceee0;
}
.admin-actions {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0;
}
.admin-message {
  padding: 15px;
  background: #e5eabf;
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.5;
}
.admin-week {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.admin-week button {
  text-decoration: underline;
  font-size: 13px;
}
.admin-description {
  font-size: 14px;
  line-height: 1.6;
  max-width: 630px;
  margin-bottom: 20px;
}
@media (min-width: 1600px) {
  .section-pad {
    padding-inline: max(7.2%, calc((100vw - 1450px) /2));
  }
  .hero-photo img {
    object-position: center 53%;
  }
}
@media (max-width: 1100px) {
  .desktop-nav {
    gap: 16px;
  }
  .header-actions {
    gap: 15px;
  }
  .gift-nav {
    display: none;
  }
  .section-pad {
    padding: 80px 5%;
  }
  .section-heading {
    gap: 22px;
  }
  .section-heading > p {
    max-width: 230px;
  }
  .visit-details {
    grid-template-columns: 1fr;
  }
  .visit-details > div:last-child {
    grid-column: auto;
  }
  .hero-title {
    font-size: 100px;
  }
  .hero-copy {
    width: 55%;
  }
  .bento-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }
  .gift-word {
    font-size: 50px;
  }
  .gift-card {
    padding: 25px;
  }
  .gift-stamp {
    right: -10px;
  }
  .lunch-section {
    gap: 6%;
  }
  .visit-section {
    gap: 5%;
  }
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 20px;
  }
  .site-header {
    height: 74px;
    padding: 0 22px;
    gap: 12px;
  }
  .brand img {
    width: 126px;
  }
  .desktop-nav {
    display: none;
  }
  .booking-nav {
    font-size: 11px;
    gap: 10px;
    padding: 10px 14px;
  }
  .menu-toggle {
    display: block;
    padding: 7px 0 7px 6px;
  }
  .header-actions {
    gap: 9px;
  }
  .hero {
    height: calc(100svh - 74px);
    min-height: 610px;
    max-height: 860px;
  }
  .hero-photo {
    inset: 0 -43%;
  }
  .hero-photo img {
    object-fit: cover;
    object-position: 50% center;
  }
  .hero-topline {
    top: 20px;
    left: 20px;
    right: 20px;
    font-size: 8px;
  }
  .hero-topline span:last-child {
    display: none;
  }
  .hero-copy {
    width: 90%;
    top: 49%;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
  }
  .hero-title {
    font-size: clamp(74px, 16.5vw, 118px);
    letter-spacing: -0.065em;
    line-height: 0.94;
  }
  .hero-subline {
    font-size: 14px;
  }
  .hero-cta {
    margin-top: 23px;
    background: #f4f3ebd9;
  }
  .hero-bottom {
    bottom: 29px;
    left: 22px;
    right: 22px;
  }
  .hero-bottom > span {
    font-size: 8px;
    max-width: 100px;
    line-height: 1.5;
  }
  .hero-bottom > span:last-child {
    display: none;
  }
  .hero-bottom a {
    font-size: 10px;
  }
  .table-caption {
    top: 40%;
    width: 80%;
  }
  .table-caption p {
    font-size: 54px;
  }
  .hero-hotspot {
    font-size: 10px;
    padding: 7px 10px;
    gap: 5px;
  }
  .hotspot-coffee {
    left: 2%;
    top: 70%;
  }
  .hotspot-matcha {
    right: 5%;
    top: 24%;
  }
  .hotspot-tea {
    right: 2%;
    bottom: 15%;
  }
  .manifesto {
    padding-top: 65px;
  }
  .manifesto-intro {
    padding: 0 6%;
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .manifesto-intro > p {
    font-size: 31px;
  }
  .drift-wrap {
    margin-top: 55px;
    padding: 12px 0;
  }
  .drift-word {
    font-size: 70px;
  }
  .section-pad {
    padding: 65px 6%;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading h2 {
    font-size: 43px;
  }
  .section-heading > p {
    font-size: 13px;
    margin-top: 25px;
  }
  .section-heading .eyebrow {
    margin-bottom: 20px;
  }
  .product-controls {
    align-items: flex-start;
    gap: 15px;
    flex-direction: column;
  }
  .filter-group {
    width: 100%;
    justify-content: space-between;
    gap: 3px;
  }
  .filter-group button {
    font-size: 11px;
    padding: 8px 15px;
  }
  .products-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .products-grid.filtered {
    grid-template-columns: 1fr;
  }
  .product-image {
    aspect-ratio: 1.1;
  }
  .product-image img {
    padding: 2% 7%;
  }
  .product-title {
    padding-top: 15px;
  }
  .product-title h3 {
    font-size: 29px;
  }
  .food-line {
    align-items: flex-start;
    flex-direction: column;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 30px;
    gap: 18px;
  }
  .lunch-section {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .lunch-aside h2 {
    font-size: 66px;
  }
  .lunch-hours {
    margin: 24px 0;
  }
  .weekly-menu {
    min-height: 350px;
  }
  .menu-heading {
    font-size: 9px;
  }
  .menu-empty {
    padding: 30px 0;
  }
  .menu-empty h3 {
    font-size: 30px;
  }
  .bento-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 360px 235px 210px;
    gap: 10px;
  }
  .bento-large {
    grid-column: 1/3;
    grid-row: 1;
  }
  .bento-quote {
    grid-column: 1/3;
    grid-row: 2;
    padding: 27px;
  }
  .bento-quote p {
    font-size: 44px;
  }
  .bento-food {
    grid-column: 1;
    grid-row: 3;
  }
  .bento-drink {
    grid-column: 2;
    grid-row: 3;
  }
  .bento-drink img {
    max-width: none;
    width: 120%;
    height: auto;
    object-fit: contain;
  }
  .bento-drink span {
    font-size: 9px;
    right: 10px;
  }
  .cafe-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
  .cafe-bottom p {
    font-size: 13px;
  }
  .desktop-break {
    display: none;
  }
  .voucher-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .voucher-copy h2 {
    font-size: 43px;
  }
  .voucher-art {
    min-height: 310px;
    margin: 0 15px;
  }
  .gift-card {
    max-width: 335px;
  }
  .gift-word {
    font-size: 55px;
    margin: 32px 0;
  }
  .gift-stamp {
    width: 90px;
    height: 90px;
    font-size: 9px;
    right: -12px;
    top: -4px;
  }
  .visit-section {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .visit-heading h2 {
    font-size: 80px;
  }
  .visit-details {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .visit-details dl {
    max-width: 320px;
    font-size: 14px;
  }
  .visit-details address {
    font-size: 23px;
  }
  .site-footer {
    padding: 30px 6% 105px;
    flex-wrap: wrap;
    gap: 25px;
  }
  .site-footer > a > img {
    width: 120px;
  }
  .site-footer > span {
    font-size: 10px;
    max-width: 140px;
  }
  .site-footer nav {
    width: 100%;
    gap: 20px;
    font-size: 11px;
    flex-wrap: wrap;
  }
  .mobile-dock {
    display: flex;
    position: fixed;
    bottom: 12px;
    left: 12px;
    right: 12px;
    padding: 8px;
    background: var(--ink);
    color: var(--cream);
    border-radius: 40px;
    z-index: 25;
    box-shadow: 0 3px 20px #0002;
    padding-bottom: max(8px, env(safe-area-inset-bottom));
  }
  .mobile-dock > * {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 6px;
    font-size: 11px;
  }
  .mobile-dock > * + * {
    border-left: 1px solid #59604e;
  }
  .overlay-dialog {
    max-width: calc(100vw - 20px);
    max-height: 92svh;
  }
  .product-detail {
    grid-template-columns: 1fr;
  }
  .detail-image {
    min-height: 0;
    height: 280px;
    justify-content: center;
  }
  .detail-image img {
    height: 100%;
    width: auto;
  }
  .detail-copy {
    padding: 30px 25px;
  }
  .detail-copy h2 {
    font-size: 39px;
    margin: 20px 0;
  }
  .detail-copy > p:not(.eyebrow) {
    font-size: 14px;
  }
  .concept-note {
    margin-top: 25px;
  }
  .embed-panel {
    padding: 65px 20px 20px;
  }
  .embed-panel h2 {
    font-size: 30px;
    max-width: 100%;
  }
  .embed-panel iframe {
    height: 56svh;
  }
  .embed-panel .text-link {
    font-size: 11px;
  }
  .admin-shell h1 {
    font-size: 35px;
  }
  .admin-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .admin-week {
    flex-wrap: wrap;
  }
  .admin-dish {
    padding: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .hero-hotspot {
    opacity: 1;
    transform: none;
  }
  .hero-photo {
    will-change: auto;
  }
  .hero-copy {
    top: 46%;
  }
}

.curve-edge {
  height: 90px;
  background: var(--yellow);
  margin-top: -1px;
  overflow: hidden;
}
.curve-edge svg {
  width: 100%;
  height: 100%;
  display: block;
}
.curve-edge path {
  fill: var(--cream);
}

@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/inter-tight-latin-300-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/inter-tight-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/inter-tight-latin-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/inter-tight-latin-600-normal.woff2') format('woff2');
}

/* Studio Café: own wordmark and self-contained demo interactions. */
.brand { position: relative; padding-bottom: 8px; }
.brand img { width: 172px; }
.brand-demo { display: block; font-size: 7px; font-weight: 500; letter-spacing: .18em; text-align: right; margin-top: -1px; }
.demo-address { font-size: 24px; line-height: 1.25; letter-spacing: -.025em; }
.demo-note { padding: 25px 3.4%; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); font-size: 12px; line-height: 1.6; }
.demo-note strong { font-weight: 500; }
.demo-note button { white-space: nowrap; text-decoration: underline; text-underline-offset: 4px; }
.demo-panel { padding: 65px 50px 45px; max-width: 750px; margin: auto; }
.demo-panel h2 { font-size: clamp(32px, 4vw, 52px); max-width: 95%; margin: 18px 0 22px; }
.demo-panel > p:not(.eyebrow) { font-size: 15px; line-height: 1.65; }
.demo-form { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 30px; }
.demo-field { display: flex; flex-direction: column; gap: 9px; font-size: 12px; min-width: 0; }
.demo-field input, .demo-field select { background: #fffef8; width: 100%; min-width: 0; border: 1px solid #a6af94; padding: 13px 9px; border-radius: 4px; min-height: 48px; font-size: 16px; }
.demo-field input:focus-visible, .demo-field select:focus-visible { outline: 2px solid #64752b; outline-offset: 3px; }
.demo-form > .pill { grid-column: 1/-1; justify-self: start; margin-top: 8px; }
.demo-result { grid-column: 1/-1; font-size: 15px; line-height: 1.6; }
.demo-result:not(:empty) { padding: 20px; background: var(--yellow); border-left: 2px solid var(--green); }
.demo-result:empty { display: none; }
.voucher-preview { grid-column: 1/-1; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 22px; padding: 30px; background: #e9eeb0; border: 1px solid #cbd497; }
.voucher-preview img { width: 160px; grid-column: 1/-1; }
.voucher-preview p { font-size: 32px; line-height: 1; letter-spacing: -.035em; font-weight: 300; }
.voucher-preview strong { font-size: 38px; font-weight: 400; letter-spacing: -.04em; white-space: nowrap; }
.voucher-preview small { grid-column: 1/-1; font-size: 9px; letter-spacing: .12em; }
.sample-menu { margin: 30px 0; }
.sample-menu > div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
.sample-menu dd { white-space: nowrap; }
.site-footer nav button { font-size: inherit; }
@media (max-width: 767px) {
  html { scroll-padding-top: 90px; }
  .brand img { width: 132px; }
  .brand-demo { font-size: 6px; }
  .demo-note { padding: 24px 6%; flex-direction: column; align-items: flex-start; gap: 12px; }
  .demo-panel { padding: 65px 22px 30px; }
  .demo-panel h2 { max-width: 100%; }
  .demo-form { grid-template-columns: 1fr; gap: 18px; }
  .voucher-preview { padding: 24px; }
  .voucher-preview p { font-size: 28px; }
  .voucher-preview strong { font-size: 32px; }
}
@media (max-width: 360px) {
  .site-header { padding-inline: 14px; }
  .brand img { width: 112px; }
  .booking-nav { padding-inline: 10px; gap: 6px; }
  .filter-group button { padding-inline: 12px; }
}
