/* ============================================================
   侘inn（wabiinn） — Wabi-sabi Design System v2
   ============================================================ */

/* === LOCAL FONT FACES === */
@font-face {
  font-family: "Instrument Serif Local";
  src: url("./assets/fonts/InstrumentSerif-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif Local";
  src: url("./assets/fonts/InstrumentSerif-Italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter Local";
  src: url("./assets/fonts/InterVariable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Inter Local";
  src: url("./assets/fonts/InterVariable-Italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "JetBrains Mono Local";
  src: url("./assets/fonts/JetBrainsMono-wght.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
}

@font-face {
  font-family: "Source Han Serif TW Local";
  src: url("./assets/fonts/SourceHanSerifTW-Regular.subset.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Source Han Serif TW Local";
  src: url("./assets/fonts/SourceHanSerifTW-Medium.subset.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Source Han Serif TW Local";
  src: url("./assets/fonts/SourceHanSerifTW-Bold.subset.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Source Han Serif CN Local";
  src: url("./assets/fonts/SourceHanSerifCN-Regular.subset.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Source Han Serif CN Local";
  src: url("./assets/fonts/SourceHanSerifCN-Medium.subset.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Source Han Serif CN Local";
  src: url("./assets/fonts/SourceHanSerifCN-Bold.subset.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Hanazono Mincho A Local";
  src: url("./assets/fonts/HanaMinA.subset.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Hanazono Mincho B Local";
  src: url("./assets/fonts/HanaMinB.subset.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* === DESIGN TOKENS === */
:root {
  /* Editorial ryokan palette */
  --bg:          #efe9dd;
  --bg-warm:     #e8e1d1;
  --bg-deep:     #ddd3bf;
  --bg-card:     #f7f1e6;
  --bg-card-2:   #fbf7ef;
  --bg-dark:     #1d2430;
  --bg-dark-2:   #141b25;

  --ink:         #1a2028;
  --ink-2:       #2d3e4e;
  --ink-3:       #3d5a6c;
  --muted:       #7e776d;
  --muted-2:     #b2a694;

  --accent:      #896f50;
  --accent-2:    #b89b79;
  --hanko:       #9c3a2d;
  --moss:        #5e6b58;
  --clay:        #c8b198;

  --line:        rgba(26, 32, 40, 0.09);
  --line-warm:   rgba(26, 32, 40, 0.16);

  /* Layout */
  --page-pad:    clamp(20px, 5.5vw, 88px);
  --content-max: 1360px;
  --col-gap:     clamp(16px, 2.5vw, 40px);

  /* Type */
  --f-display:   "Instrument Serif Local", Georgia, "Times New Roman", serif;
  --f-serif:     "Instrument Serif Local", Georgia, "Times New Roman", serif;
  --f-serif-tc:  "Source Han Serif TW Local", "Source Han Serif CN Local", serif;
  --f-sans:      "Inter Local", "Helvetica Neue", Arial, sans-serif;
  --f-mono:      "JetBrains Mono Local", ui-monospace, monospace;
  --f-cn-s:      "Source Han Serif TW Local", "Source Han Serif CN Local", serif;
  --f-cn:        "Source Han Serif TW Local", "Source Han Serif CN Local", serif;
  --f-jp-s:      "Hanazono Mincho A Local", "Hanazono Mincho B Local", serif;
  --f-jp:        "Hanazono Mincho A Local", "Hanazono Mincho B Local", serif;
  --f-disp:      var(--f-display);
  --f-ui:        var(--f-sans);

  --radius-lg:   28px;
  --radius-md:   20px;
  --shadow-soft: 0 18px 48px rgba(26, 32, 40, 0.08);
  --shadow-card: 0 24px 62px rgba(26, 32, 40, 0.10);

  --surface:     #ffffff;
  --bg-2:        #f3ede1;
  --bg-3:        #ddd3bf;
  --ink-4:       #9c9182;
  --line-2:      rgba(26, 32, 40, 0.14);
  --max:         var(--content-max);

  /* Motion */
  --ease:        cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out:    cubic-bezier(0, 0, 0.2, 1);
  --dur:         320ms;
}

html:lang(ja) {
  --f-display:   "Hanazono Mincho A Local", "Hanazono Mincho B Local", serif;
  --f-serif:     "Hanazono Mincho A Local", "Hanazono Mincho B Local", serif;
  --f-serif-tc:  "Hanazono Mincho A Local", "Hanazono Mincho B Local", serif;
  --f-sans:      "Hanazono Mincho A Local", "Hanazono Mincho B Local", serif;
  --f-cn-s:      "Hanazono Mincho A Local", "Hanazono Mincho B Local", serif;
  --f-cn:        "Hanazono Mincho A Local", "Hanazono Mincho B Local", serif;
  --f-jp-s:      "Hanazono Mincho A Local", "Hanazono Mincho B Local", serif;
  --f-jp:        "Hanazono Mincho A Local", "Hanazono Mincho B Local", serif;
  --f-disp:      "Hanazono Mincho A Local", "Hanazono Mincho B Local", serif;
  --f-ui:        "Hanazono Mincho A Local", "Hanazono Mincho B Local", serif;
}

html:lang(zh-Hant) {
  --f-display:   "Source Han Serif TW Local", "Source Han Serif CN Local", serif;
  --f-serif:     "Source Han Serif TW Local", "Source Han Serif CN Local", serif;
  --f-serif-tc:  "Source Han Serif TW Local", "Source Han Serif CN Local", serif;
  --f-sans:      "Source Han Serif TW Local", "Source Han Serif CN Local", serif;
  --f-cn-s:      "Source Han Serif TW Local", "Source Han Serif CN Local", serif;
  --f-cn:        "Source Han Serif TW Local", "Source Han Serif CN Local", serif;
  --f-jp-s:      "Source Han Serif TW Local", "Source Han Serif CN Local", serif;
  --f-jp:        "Source Han Serif TW Local", "Source Han Serif CN Local", serif;
  --f-disp:      "Source Han Serif TW Local", "Source Han Serif CN Local", serif;
  --f-ui:        "Source Han Serif TW Local", "Source Han Serif CN Local", serif;
}

html:lang(ko) {
  --f-display:   "Instrument Serif Local", "Apple SD Gothic Neo", "Malgun Gothic", serif;
  --f-serif:     "Instrument Serif Local", "Apple SD Gothic Neo", "Malgun Gothic", serif;
  --f-serif-tc:  "Instrument Serif Local", "Apple SD Gothic Neo", "Malgun Gothic", serif;
  --f-sans:      "Inter Local", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  --f-cn-s:      "Instrument Serif Local", "Apple SD Gothic Neo", "Malgun Gothic", serif;
  --f-cn:        "Instrument Serif Local", "Apple SD Gothic Neo", "Malgun Gothic", serif;
  --f-jp-s:      "Instrument Serif Local", "Apple SD Gothic Neo", "Malgun Gothic", serif;
  --f-jp:        "Instrument Serif Local", "Apple SD Gothic Neo", "Malgun Gothic", serif;
  --f-disp:      "Instrument Serif Local", "Apple SD Gothic Neo", "Malgun Gothic", serif;
  --f-ui:        "Inter Local", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
}

/* === RESET === */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, rgba(255, 250, 243, 0.55) 0%, rgba(239, 233, 221, 0.98) 24%, var(--bg) 100%);
  color: var(--ink);
  font-family: var(--f-ui);
  font-size: 1.01rem;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
p { margin: 0; }
h1, h2, h3, h4 { margin: 0; }

/* === VIDEO BACKGROUND === */
.page-media {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background: #1a1511;
}

.page-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(239, 233, 221, 0.54) 0%,
      rgba(239, 233, 221, 0.72) 55%,
      rgba(239, 233, 221, 0.9) 100%),
    linear-gradient(90deg,
      rgba(239, 233, 221, 0.16) 0%,
      transparent 50%,
      rgba(239, 233, 221, 0.16) 100%);
}

.page-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* === GRAIN TEXTURE OVERLAY === */
body::after {
  content: "";
  position: fixed;
  inset: -50%;
  width: 200%;
  height: 200%;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.038;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 300px 300px;
}

/* === BASE TYPOGRAPHY === */
.eyebrow {
  display: block;
  margin: 0 0 18px;
  font-family: var(--f-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--hanko);
}

.kireji {
  display: block;
  width: 32px;
  height: 1px;
  background: var(--accent);
  margin: 0 0 28px;
}

hr.rule {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, var(--line-warm) 0%, var(--line) 60%, transparent 100%);
  margin: 0;
}

/* === BUTTONS === */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  font-family: var(--f-sans);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease),
              border-color var(--dur) var(--ease), transform 420ms var(--ease),
              box-shadow 420ms var(--ease);
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(26, 32, 40, 0.12);
}

.btn-primary {
  background: var(--ink);
  color: var(--bg);
  border: 1.5px solid var(--ink);
}
.btn-primary:hover {
  background: var(--ink-2);
  border-color: var(--ink-2);
}

.btn-outline {
  background: rgba(255, 255, 255, 0.4);
  color: var(--ink);
  border: 1.5px solid var(--ink);
}
.btn-outline:hover {
  background: var(--ink);
  color: var(--bg);
}

.btn-ghost {
  background: transparent;
  color: var(--hanko);
  border: 1.5px solid rgba(156, 58, 45, 0.42);
  padding: 0 22px;
  min-height: 44px;
}
.btn-ghost:hover {
  background: var(--hanko);
  color: var(--bg);
}

.btn-dark {
  background: var(--bg);
  color: var(--ink);
  border: 1.5px solid var(--bg);
}
.btn-dark:hover {
  background: transparent;
  color: var(--bg);
}

/* Arrow decoration on CTA links */
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-sans);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-2);
  border-bottom: 1px solid rgba(137, 111, 80, 0.24);
  padding-bottom: 2px;
  transition: gap 420ms var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.link-arrow::after {
  content: "→";
  font-size: 0.85em;
  transition: transform var(--dur) var(--ease);
}
.link-arrow:hover {
  gap: 14px;
  color: var(--hanko);
  border-color: rgba(156, 58, 45, 0.34);
}
.link-arrow:hover::after { transform: translateX(4px); }

/* === HEADER === */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px var(--page-pad);
  background:
    linear-gradient(180deg, rgba(251, 247, 239, 0.9) 0%, rgba(239, 233, 221, 0.76) 100%);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(26, 32, 40, 0.08);
  box-shadow: 0 8px 28px rgba(26, 32, 40, 0.05);
  transition: padding var(--dur) var(--ease),
              background var(--dur) var(--ease),
              border-color var(--dur) var(--ease),
              backdrop-filter var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease);
}

.site-header.is-scrolled {
  padding: 14px var(--page-pad);
  background:
    linear-gradient(180deg, rgba(251, 247, 239, 0.96) 0%, rgba(239, 233, 221, 0.88) 100%);
  backdrop-filter: blur(22px);
  border-bottom-color: var(--line);
  box-shadow: 0 12px 36px rgba(26, 32, 40, 0.08);
}

/* Brand */
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  text-decoration: none;
}

.brand-mark {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--line-warm);
  display: grid;
  place-items: center;
  overflow: hidden;
  flex-shrink: 0;
}

.brand-mark img { width: 100%; height: 100%; object-fit: cover; }

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.brand-name {
  font-family: var(--f-display);
  font-size: 1.72rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--ink);
  line-height: 1;
}

.brand-tag {
  font-family: var(--f-sans);
  font-size: 0.64rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Navigation */
.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.5vw, 24px);
  margin-inline: auto;
  font-family: var(--f-sans);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: none;
  color: var(--ink-2);
}

.site-nav a {
  position: relative;
  padding-bottom: 3px;
  white-space: nowrap;
  transition: color var(--dur) var(--ease), opacity var(--dur) var(--ease);
  opacity: 0.9;
}
.site-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--hanko) 0%, rgba(156, 58, 45, 0.32) 100%);
  transition: width var(--dur) var(--ease);
}
.site-nav a:hover {
  color: var(--ink);
  opacity: 1;
}
.site-nav a:hover::after { width: 100%; }
.site-nav a.is-active {
  color: var(--hanko);
  opacity: 1;
}
.site-nav a.is-active::after { width: 100%; }

/* Language switcher */
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
  border: 1px solid rgba(26, 32, 40, 0.08);
}

.lang-option {
  min-width: 62px;
  min-height: 36px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-family: var(--f-sans);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 180ms var(--ease);
}
.lang-option[data-lang="ja"] {
  font-family: "Hanazono Mincho A Local", "Hanazono Mincho B Local", serif;
  letter-spacing: 0.08em;
  text-transform: none;
}
.lang-option[data-lang="en"] {
  font-family: "Inter Local", "Helvetica Neue", Arial, sans-serif;
}
.lang-option[data-lang="zh"] {
  font-family: "Source Han Serif TW Local", "Source Han Serif CN Local", serif;
  letter-spacing: 0.08em;
  text-transform: none;
}
.lang-option[data-lang="ko"] {
  min-width: 78px;
  padding-inline: 12px;
  font-family: "Inter Local", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  text-transform: none;
}
.lang-option:hover { color: var(--ink); border-color: rgba(26, 32, 40, 0.08); background: rgba(255, 255, 255, 0.5); }
.lang-option.is-active {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
}

/* Mobile menu toggle */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  border: 1px solid var(--line-warm);
  border-radius: 2px;
  background: transparent;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
}
.menu-toggle span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--ink);
  transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease);
}
.menu-toggle[aria-expanded="true"] span:first-child {
  transform: rotate(45deg) translate(4.5px, 4.5px);
}
.menu-toggle[aria-expanded="true"] span:last-child {
  transform: rotate(-45deg) translate(4.5px, -4.5px);
}

/* === HOMEPAGE HERO === */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 var(--page-pad) clamp(60px, 9vw, 110px);
  overflow: hidden;
  background: #0d1018;
  background-image: url('./assets/hero-bg.jpg');
  background-image: image-set(url("./assets/hero-bg.webp") type("image/webp"), url("./assets/hero-bg.jpg") type("image/jpeg"));
  background-size: cover;
  background-position: center;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(8, 10, 16, 0.88) 0%,
    rgba(8, 10, 16, 0.52) 45%,
    rgba(8, 10, 16, 0.22) 100%
  );
  z-index: 0;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: var(--content-max);
  width: 100%;
}

.hero-eyebrow {
  display: block;
  margin: 0 0 28px;
  font-family: var(--f-sans);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--hanko);
}

.hero h1 {
  font-family: var(--f-display);
  font-size: clamp(3rem, 7.5vw, 7rem);
  font-weight: 400;
  line-height: 1.08;
  color: var(--ink);
  letter-spacing: 0.02em;
  margin-bottom: clamp(28px, 4vw, 48px);
  max-width: 14ch;
}

.hero-ja {
  font-family: var(--f-sans);
  font-size: clamp(1.1rem, 2vw, 1.65rem);
  color: var(--ink-2);
  margin-bottom: clamp(24px, 3.5vw, 40px);
  max-width: 38ch;
  line-height: 1.95;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* Large decorative kanji in hero background */
.hero-kanji {
  position: absolute;
  right: var(--page-pad);
  bottom: clamp(60px, 9vw, 110px);
  font-family: var(--f-serif);
  font-size: clamp(16rem, 26vw, 28rem);
  font-weight: 700;
  color: var(--ink);
  opacity: 0.042;
  line-height: 1;
  user-select: none;
  pointer-events: none;
}

/* Scroll indicator */
.hero-scroll {
  position: absolute;
  bottom: 32px;
  right: var(--page-pad);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-family: var(--f-sans);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}
.hero-scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, var(--muted), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.4; transform: scaleY(1); }
  50% { opacity: 1; transform: scaleY(0.7); }
}

/* Hero text/button overrides for dark photo background */
.hero .hero-eyebrow { color: rgba(230, 195, 150, 0.9); }
.hero h1 { color: #ffffff; }
.hero .hero-ja { color: rgba(255, 255, 255, 0.80); }
.hero .hero-kanji { color: #fff; opacity: 0.05; }
.hero .hero-scroll { color: rgba(255, 255, 255, 0.5); }
.hero .hero-scroll-line { background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), transparent); }
.hero .btn-primary {
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
  border-color: transparent;
}
.hero .btn-primary:hover { background: #fff; }
.hero .btn-outline {
  background: transparent;
  color: rgba(255, 255, 255, 0.90);
  border-color: rgba(255, 255, 255, 0.55);
}
.hero .btn-outline:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
}

/* === PAGE HERO (inner pages) === */
.page-hero {
  padding: clamp(120px, 16vw, 180px) var(--page-pad) clamp(48px, 7vw, 80px);
  background: transparent;
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}

.about-page-hero {
  padding: 0;
}

.about-page-hero .page-hero-inner {
  width: 100%;
  max-width: none;
}

.page-hero-inner {
  max-width: var(--content-max);
  margin: 0 auto;
}

.about-hero-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: clamp(420px, 58vh, 640px);
  padding: clamp(132px, 16vw, 188px) var(--page-pad) clamp(48px, 6vw, 84px);
  border-radius: 0;
  overflow: visible;
  isolation: isolate;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.about-hero-card::before {
  content: none;
}

.about-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.about-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(244, 237, 226, 0.96) 0%,
      rgba(244, 237, 226, 0.88) 24%,
      rgba(244, 237, 226, 0.72) 42%,
      rgba(244, 237, 226, 0.3) 62%,
      rgba(244, 237, 226, 0.1) 100%),
    radial-gradient(circle at 84% 20%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 24%),
    linear-gradient(180deg,
      rgba(255, 255, 255, 0.10) 0%,
      rgba(255, 255, 255, 0.04) 100%);
}

.about-hero-copy {
  position: relative;
  z-index: 2;
  max-width: min(620px, 48vw);
}

.about-hero-rule {
  display: block;
  width: 88px;
  height: 1px;
  margin-bottom: 22px;
  background: linear-gradient(90deg, var(--accent) 0%, rgba(139, 115, 85, 0.24) 100%);
}

.about-hero-copy .eyebrow {
  margin-bottom: 16px;
  text-transform: none;
  letter-spacing: 0.08em;
}

.about-page-hero h1 {
  font-size: clamp(1.68rem, 2.42vw, 2.45rem);
  max-width: 12.2ch;
  line-height: 1.02;
}

.page-hero h1 {
  font-family: var(--f-display);
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  font-weight: 400;
  line-height: 1.12;
  color: var(--ink);
  letter-spacing: 0.02em;
  max-width: 18ch;
  margin-bottom: 16px;
}

.page-hero-lead {
  font-family: var(--f-sans);
  font-size: 1.05rem;
  color: var(--ink-2);
  max-width: 34ch;
  line-height: 1.95;
  overflow-wrap: anywhere;
}

.rooms-page-hero {
  padding: 0;
  background:
    linear-gradient(92deg,
      rgba(247, 241, 230, 0.96) 0%,
      rgba(247, 241, 230, 0.88) 28%,
      rgba(247, 241, 230, 0.7) 48%,
      rgba(247, 241, 230, 0.34) 66%,
      rgba(247, 241, 230, 0.12) 100%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 26%),
    linear-gradient(140deg, rgba(137, 111, 80, 0.26) 0%, rgba(137, 111, 80, 0) 42%),
    url("./assets/13.jpg");
  background:
    linear-gradient(92deg,
      rgba(247, 241, 230, 0.96) 0%,
      rgba(247, 241, 230, 0.88) 28%,
      rgba(247, 241, 230, 0.7) 48%,
      rgba(247, 241, 230, 0.34) 66%,
      rgba(247, 241, 230, 0.12) 100%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 26%),
    linear-gradient(140deg, rgba(137, 111, 80, 0.26) 0%, rgba(137, 111, 80, 0) 42%),
    image-set(url("./assets/13.webp") type("image/webp"), url("./assets/13.jpg") type("image/jpeg"));
  background-size: auto, auto, auto, cover;
  background-position: center, center, center, center;
}

.reservation-page-hero {
  padding: 0;
  background:
    linear-gradient(96deg,
      rgba(247, 241, 230, 0.97) 0%,
      rgba(247, 241, 230, 0.9) 26%,
      rgba(247, 241, 230, 0.68) 48%,
      rgba(247, 241, 230, 0.3) 66%,
      rgba(247, 241, 230, 0.14) 100%),
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 24%),
    linear-gradient(140deg, rgba(137, 111, 80, 0.22) 0%, rgba(137, 111, 80, 0) 40%),
    url("./assets/11.jpg");
  background:
    linear-gradient(96deg,
      rgba(247, 241, 230, 0.97) 0%,
      rgba(247, 241, 230, 0.9) 26%,
      rgba(247, 241, 230, 0.68) 48%,
      rgba(247, 241, 230, 0.3) 66%,
      rgba(247, 241, 230, 0.14) 100%),
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 24%),
    linear-gradient(140deg, rgba(137, 111, 80, 0.22) 0%, rgba(137, 111, 80, 0) 40%),
    image-set(url("./assets/11.webp") type("image/webp"), url("./assets/11.jpg") type("image/jpeg"));
  background-size: auto, auto, auto, cover;
  background-position: center, center, center, center;
}

.reservation-managed-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(96deg,
      rgba(247, 241, 230, 0.98) 0%,
      rgba(247, 241, 230, 0.92) 24%,
      rgba(247, 241, 230, 0.72) 44%,
      rgba(247, 241, 230, 0.42) 62%,
      rgba(247, 241, 230, 0.2) 100%);
}

.reservation-hero-rotator {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.reservation-hero-slide {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: 68% center;
  background-size: cover;
  filter: saturate(0.96) contrast(1.02) brightness(0.84);
  transform: scale(1.02);
  opacity: 0;
}

.reservation-hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(92deg,
      rgba(247, 241, 230, 0.98) 0%,
      rgba(247, 241, 230, 0.9) 24%,
      rgba(247, 241, 230, 0.68) 42%,
      rgba(247, 241, 230, 0.34) 60%,
      rgba(247, 241, 230, 0.1) 100%),
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 24%),
    linear-gradient(110deg, rgba(11, 18, 29, 0.54) 0%, rgba(11, 18, 29, 0.16) 56%, rgba(11, 18, 29, 0.36) 100%);
}

.reservation-hero-slide-1 {
  background-image: url("./assets/reservation-hero-dashboard-1.jpg");
  background-image: image-set(url("./assets/reservation-hero-dashboard-1.webp") type("image/webp"), url("./assets/reservation-hero-dashboard-1.jpg") type("image/jpeg"));
  opacity: 1;
  animation: reservationHeroCyclePrimary 16s ease-in-out infinite;
}

.reservation-hero-slide-2 {
  background-image: url("./assets/reservation-hero-dashboard-2.jpg");
  background-image: image-set(url("./assets/reservation-hero-dashboard-2.webp") type("image/webp"), url("./assets/reservation-hero-dashboard-2.jpg") type("image/jpeg"));
  animation: reservationHeroCycleSecondary 16s ease-in-out infinite;
}

@keyframes reservationHeroCyclePrimary {
  0% { opacity: 1; }
  42% { opacity: 1; }
  50% { opacity: 0; }
  92% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes reservationHeroCycleSecondary {
  0% { opacity: 0; }
  42% { opacity: 0; }
  50% { opacity: 1; }
  92% { opacity: 1; }
  100% { opacity: 0; }
}

.development-page-hero {
  background:
    linear-gradient(96deg,
      rgba(247, 241, 230, 0.97) 0%,
      rgba(247, 241, 230, 0.9) 24%,
      rgba(247, 241, 230, 0.66) 46%,
      rgba(247, 241, 230, 0.28) 66%,
      rgba(247, 241, 230, 0.12) 100%),
    radial-gradient(circle at 76% 18%, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 24%),
    linear-gradient(140deg, rgba(137, 111, 80, 0.18) 0%, rgba(137, 111, 80, 0) 42%),
    url("./assets/development/development-hero-bg.jpg");
  background:
    linear-gradient(96deg,
      rgba(247, 241, 230, 0.97) 0%,
      rgba(247, 241, 230, 0.9) 24%,
      rgba(247, 241, 230, 0.66) 46%,
      rgba(247, 241, 230, 0.28) 66%,
      rgba(247, 241, 230, 0.12) 100%),
    radial-gradient(circle at 76% 18%, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 24%),
    linear-gradient(140deg, rgba(137, 111, 80, 0.18) 0%, rgba(137, 111, 80, 0) 42%),
    image-set(url("./assets/development/development-hero-bg.webp") type("image/webp"), url("./assets/development/development-hero-bg.jpg") type("image/jpeg"));
  background-size: auto, auto, auto, cover;
  background-position: center, center, center, center;
}

.reservation-page-hero h1 {
  max-width: 16ch;
  font-size: clamp(2.7rem, 4.6vw, 4.2rem);
}

.rooms-page-hero .page-hero-inner,
.reservation-page-hero .page-hero-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: clamp(420px, 58vh, 640px);
  padding: clamp(132px, 16vw, 188px) 0 clamp(48px, 6vw, 84px);
  border-radius: 0;
  overflow: visible;
  isolation: isolate;
  border: 0;
  box-shadow: none;
}

.reservation-managed-hero .page-hero-inner {
  z-index: 1;
}

.rooms-page-hero .page-hero-inner::before,
.rooms-page-hero .page-hero-inner::after,
.reservation-page-hero .page-hero-inner::before,
.reservation-page-hero .page-hero-inner::after {
  content: none;
}

.rooms-page-hero h1 {
  max-width: 14ch;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
}

.rooms-page-hero .page-hero-lead {
  max-width: 38ch;
}

.page-hero + .section,
.page-hero + .about,
.page-hero + .tech {
  padding-top: clamp(24px, 3.5vw, 44px);
}

/* === SECTION WRAPPER === */
.section {
  padding: clamp(72px, 12vw, 140px) var(--page-pad);
}
.section-inner {
  max-width: var(--content-max);
  margin: 0 auto;
}
.section-alt { background: var(--bg-warm); }
.section-deep { background: var(--bg-deep); }

.section-head {
  margin-bottom: clamp(40px, 6vw, 72px);
  position: relative;
  padding-bottom: 26px;
}
.section-head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(100%, 640px);
  height: 1px;
  background: linear-gradient(90deg, rgba(156, 58, 45, 0.56) 0%, rgba(26, 32, 40, 0.14) 48%, transparent 100%);
}
.section-head h2 {
  font-family: var(--f-display);
  font-size: clamp(2rem, 4.5vw, 3.8rem);
  font-weight: 400;
  line-height: 1.18;
  color: var(--ink);
  letter-spacing: 0.02em;
}
.section-head p {
  font-family: var(--f-sans);
  margin-top: 16px;
  color: var(--ink-2);
  max-width: 56ch;
  line-height: 1.92;
}

.company-profile-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(340px, 1.06fr);
  align-items: stretch;
  min-height: clamp(320px, 35vw, 450px);
  border-radius: var(--radius-lg);
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(239, 233, 221, 0.94) 100%);
  border: 1px solid rgba(137, 111, 80, 0.14);
  box-shadow: var(--shadow-card);
}

.company-profile-shell::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 20px;
  pointer-events: none;
}

.company-profile-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(205, 182, 146, 0.18) 0%, rgba(205, 182, 146, 0.00) 36%),
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.00) 28%),
    radial-gradient(circle at 90% 86%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.00) 24%);
  pointer-events: none;
}

.company-profile {
  position: relative;
  z-index: 2;
  max-width: none;
  display: grid;
  gap: 28px;
  padding: clamp(38px, 4.8vw, 56px) clamp(38px, 5vw, 58px);
}

.company-profile::before {
  content: "";
  position: absolute;
  inset: 14px 12px 14px 14px;
  z-index: -1;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.82) 0%, rgba(247, 241, 232, 0.58) 100%);
  border: 1px solid rgba(255, 255, 255, 0.46);
  box-shadow:
    0 18px 40px rgba(30, 26, 22, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
}

.company-profile p {
  font-size: 1rem;
  line-height: 1.95;
  color: var(--ink-2);
}

.company-profile-intro {
  display: grid;
  gap: 18px;
}

.company-profile-statement {
  font-family: var(--f-display);
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.14;
  letter-spacing: 0.01em;
  color: var(--ink);
}

.company-profile-insight {
  font-family: var(--f-serif);
  font-size: clamp(1.08rem, 1.5vw, 1.24rem);
  line-height: 1.9;
  color: var(--ink-2);
}

.company-profile-body {
  display: grid;
  gap: 16px;
}

.company-profile-pillars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.company-pillar {
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(137, 111, 80, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.company-pillar-key {
  margin-bottom: 10px;
  font-family: var(--f-display);
  font-size: 1.55rem;
  line-height: 1;
  color: var(--hanko);
}

.company-pillar h3 {
  margin-bottom: 8px;
  font-family: var(--f-sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
}

.company-pillar p {
  font-size: 0.9rem;
  line-height: 1.76;
  color: var(--ink-2);
}

.company-profile-watermark {
  position: relative;
  z-index: 0;
  margin-left: -42px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(26px, 3vw, 34px);
  pointer-events: none;
}

.company-profile-watermark::before {
  content: "";
  position: absolute;
  inset: 0 0 0 -18px;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.02) 0%, rgba(22, 19, 15, 0.18) 100%),
    var(--watermark-bg, none) center center / cover no-repeat;
  opacity: 1;
  filter: saturate(0.96) contrast(1.02) brightness(0.99);
  transform: scale(1.035);
  transform-origin: center;
}

.company-profile-watermark-overlay,
.company-profile-chip-row {
  position: relative;
  z-index: 1;
}

.company-profile-watermark-overlay {
  max-width: min(320px, 100%);
  margin-left: auto;
  padding: 22px 22px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.72) 0%, rgba(247, 241, 232, 0.54) 100%);
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow:
    0 16px 34px rgba(30, 26, 22, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
}

.company-watermark-label {
  margin-bottom: 12px;
  font-family: var(--f-sans);
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 247, 239, 0.92);
}

.company-profile-watermark-overlay h3 {
  margin-bottom: 10px;
  font-family: var(--f-display);
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 400;
  line-height: 1.05;
  color: #fff8f1;
}

.company-profile-watermark-overlay p:last-child {
  max-width: 28ch;
  font-size: 0.94rem;
  line-height: 1.85;
  color: rgba(255, 247, 239, 0.86);
}

.company-profile-chip-row {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.company-profile-chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 10px 24px rgba(30, 26, 22, 0.08);
  font-family: var(--f-sans);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 248, 241, 0.94);
}

.about-awards {
  margin-top: clamp(56px, 8vw, 96px);
}

.about-awards-head {
  margin-bottom: clamp(28px, 4vw, 40px);
}

.about-awards-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr);
  gap: clamp(20px, 3vw, 32px);
  align-items: stretch;
}

.award-feature,
.award-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(250, 246, 239, 0.92) 100%);
  border: 1px solid rgba(137, 111, 80, 0.18);
  box-shadow: var(--shadow-soft);
  transition: transform 420ms var(--ease), box-shadow 420ms var(--ease), border-color 420ms var(--ease);
}

.award-feature:hover,
.award-card:hover {
  transform: translateY(-4px);
  border-color: rgba(156, 58, 45, 0.2);
  box-shadow: var(--shadow-card);
}

.award-feature {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: clamp(28px, 4vw, 40px);
  background:
    radial-gradient(circle at top right, rgba(182, 151, 112, 0.20) 0%, rgba(182, 151, 112, 0) 44%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(242, 234, 223, 0.96) 100%);
}

.award-feature h3 {
  margin: 16px 0 14px;
  font-family: var(--f-display);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 400;
  line-height: 1.22;
  color: var(--ink);
}

.award-feature p {
  color: var(--ink-2);
  line-height: 1.95;
}

.award-feature-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.award-metric {
  padding: 16px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(139, 115, 85, 0.12);
}

.award-metric strong {
  display: block;
  font-family: var(--f-display);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 500;
  color: var(--ink);
}

.award-metric span {
  display: block;
  margin-top: 8px;
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--ink-2);
}

.award-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 20px);
}

.award-card {
  min-height: 100%;
  padding: 22px 22px 24px;
}

.award-card-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 60px;
  margin-bottom: 18px;
}

.award-card-logo img {
  display: block;
  max-width: 148px;
  max-height: 34px;
  width: auto;
  height: auto;
}

.award-card-logo-inverse {
  display: inline-flex;
  width: fit-content;
  min-width: 156px;
  min-height: 52px;
  padding: 10px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(49, 49, 49, 0.96) 0%, rgba(22, 22, 22, 0.96) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.award-card-logo-inverse img {
  max-width: 140px;
  max-height: 32px;
}

.award-card-logo-text,
.award-card-logo-badge {
  align-items: center;
}

.award-wordmark {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  font-family: var(--f-display);
  font-size: 1.55rem;
  letter-spacing: 0.02em;
  color: var(--ink);
}

.award-direct-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-family: var(--f-sans);
  font-size: 0.72rem;
  letter-spacing: 0.28em;
}

.award-card-meta {
  margin-bottom: 10px;
  font-family: var(--f-sans);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(61, 90, 108, 0.72);
}

.award-card-copy h3 {
  margin-bottom: 10px;
  font-family: var(--f-display);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--ink);
}

.award-card-copy p:last-child {
  color: var(--ink-2);
  line-height: 1.85;
}

.about-awards-note {
  margin-top: 20px;
  font-size: 0.86rem;
  line-height: 1.8;
  color: rgba(30, 26, 22, 0.58);
}

/* === PHILOSOPHY / ABOUT INTRO === */
.philosophy-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(48px, 8vw, 100px);
  align-items: center;
}

.philosophy-char {
  font-family: var(--f-serif);
  font-size: clamp(8rem, 20vw, 18rem);
  font-weight: 700;
  color: var(--ink);
  opacity: 0.06;
  line-height: 1;
  text-align: center;
  user-select: none;
}

.philosophy-copy h2 {
  font-family: var(--f-display);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 24px;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.philosophy-copy p {
  color: var(--ink-2);
  line-height: 2;
  margin-bottom: 20px;
}
.philosophy-copy p:last-of-type { margin-bottom: 32px; }

.philosophy-img {
  margin: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  height: clamp(420px, 55vw, 660px);
}
.philosophy-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* === ROOMS PREVIEW (homepage) === */
.rooms-grid-home {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 20px);
}

.room-card-home {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.room-card-home-img {
  aspect-ratio: 3 / 4;
  width: 100%;
  transition: transform 480ms var(--ease);
}
.room-card-home:hover .room-card-home-img {
  transform: scale(1.04);
}

.room-card-home-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 24px;
  background: linear-gradient(to top, rgba(20, 27, 37, 0.86) 0%, rgba(20, 27, 37, 0.14) 72%, transparent 100%);
  color: #fff;
  transform: translateY(4px);
  transition: transform var(--dur) var(--ease);
}
.room-card-home:hover .room-card-home-body { transform: translateY(0); }

.room-kanji {
  font-family: var(--f-serif);
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  opacity: 0.75;
  margin-bottom: 6px;
}
.room-card-home-body h3 {
  font-family: var(--f-display);
  font-size: 1.55rem;
  font-weight: 400;
  margin-bottom: 2px;
}
.room-card-home-body small {
  font-family: var(--f-sans);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  opacity: 0.82;
}

/* === ROOMS PAGE GRID === */
.rooms-list {
  display: grid;
  gap: clamp(48px, 8vw, 88px);
}

.room-item {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.room-item.room-item-reverse { direction: rtl; }
.room-item.room-item-reverse > * { direction: ltr; }

.room-item-img {
  aspect-ratio: 4 / 3;
  border-radius: 2px;
  overflow: hidden;
}

.room-item-img-inner {
  width: 100%;
  height: 100%;
  transition: transform 500ms var(--ease);
}
.room-item:hover .room-item-img-inner { transform: scale(1.04); }

.room-item-body {}

.room-item-number {
  font-family: var(--f-display);
  font-size: 5rem;
  font-weight: 400;
  color: var(--ink);
  opacity: 0.07;
  line-height: 1;
  margin-bottom: -20px;
}

.room-item-body h2 {
  font-family: var(--f-display);
  font-size: clamp(2.2rem, 3.5vw, 3rem);
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 4px;
}

.room-item-name-ja {
  font-family: var(--f-sans);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}

.room-item-body p {
  color: var(--ink-2);
  line-height: 2;
  margin-bottom: 24px;
}

.room-specs {
  display: flex;
  gap: 24px;
  margin-bottom: 28px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  flex-wrap: wrap;
}

.room-spec {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.room-spec-label {
  font-family: var(--f-sans);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.room-spec-value {
  font-family: var(--f-serif);
  font-size: 1rem;
  color: var(--ink);
}

/* === PROPERTY GRID (rooms page) === */
.rooms-groups {
  display: grid;
  width: 100%;
  min-width: 0;
  gap: clamp(44px, 6vw, 72px);
}
.rooms-list-section .section-inner {
  max-width: var(--content-max);
}
.rooms-filter-root {
  margin-bottom: clamp(30px, 4vw, 48px);
}
.rooms-filter-panel {
  display: grid;
  gap: clamp(14px, 2vw, 18px);
  border: 1px solid rgba(137, 111, 80, 0.16);
  border-radius: 16px;
  padding: clamp(14px, 1.8vw, 20px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(251, 247, 239, 0.46)),
    rgba(251, 247, 239, 0.72);
  box-shadow: 0 14px 34px rgba(26, 32, 40, 0.045);
}
.rooms-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}
.rooms-filter-head p,
.rooms-filter-head span,
.rooms-filter-field span {
  margin: 0;
  font-family: var(--f-sans);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.rooms-filter-head p {
  color: var(--ink);
}
.rooms-filter-field span {
  color: var(--ink-3);
}
.rooms-filter-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border: 1px solid rgba(61, 90, 108, 0.16);
  border-radius: 999px;
  padding: 0 12px;
  color: var(--ink-3);
  background: rgba(255, 255, 255, 0.52);
  white-space: nowrap;
}
.rooms-filter-controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 10px;
  align-items: end;
}
.rooms-filter-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}
.rooms-filter-field select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(26, 32, 40, 0.12);
  border-radius: 999px;
  padding: 0 38px 0 16px;
  color: var(--ink);
  background:
    url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 5.25L7 8.75L10.5 5.25' stroke='%231A2028' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 15px center / 14px 14px no-repeat,
    rgba(255, 255, 255, 0.76);
  font-family: var(--f-sans);
  font-size: 0.82rem;
  line-height: 1.2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68);
  transition: border-color 180ms var(--ease), box-shadow 180ms var(--ease), background-color 180ms var(--ease);
}
.rooms-filter-field select:focus {
  outline: none;
  border-color: rgba(61, 90, 108, 0.46);
  background-color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 3px rgba(61, 90, 108, 0.1);
}
.rooms-filter-reset {
  min-height: 44px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 0 20px;
  color: var(--bg);
  background: var(--ink);
  font-family: var(--f-sans);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: background 200ms var(--ease), color 200ms var(--ease), border-color 200ms var(--ease), transform 200ms var(--ease);
}
.rooms-filter-reset:hover {
  border-color: rgba(26, 32, 40, 0.36);
  background: rgba(255, 255, 255, 0.56);
  color: var(--ink);
  transform: translateY(-1px);
}
.rooms-empty-state {
  min-height: 180px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  color: var(--muted);
  font-family: var(--f-sans);
}

.capacity-section {
  width: 100%;
  min-width: 0;
  padding-bottom: clamp(40px, 6vw, 64px);
}
.capacity-section + .capacity-section {
  padding-top: clamp(40px, 6vw, 64px);
  border-top: 1px solid var(--line);
}
.capacity-section-head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: clamp(24px, 4vw, 40px);
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  flex-wrap: wrap;
}
.capacity-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 14px;
  background: var(--ink);
  color: var(--bg);
  font-family: var(--f-sans);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  border-radius: 999px;
  white-space: nowrap;
}
.capacity-title {
  font-family: var(--f-display);
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  color: var(--ink);
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.02em;
}
.property-grid {
  display: flex;
  width: 100%;
  min-width: 0;
  gap: var(--room-gap, clamp(18px, 2vw, 24px));
  transform: translate3d(0, 0, 0);
  transition: transform 700ms cubic-bezier(.77, 0, .18, 1);
  will-change: transform;
}
.property-carousel {
  --room-gap: clamp(18px, 2vw, 24px);
  --room-visible: 3;
  --room-card-width: calc((100% - ((var(--room-visible) - 1) * var(--room-gap))) / var(--room-visible));
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}
.property-viewport {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  max-width: 100%;
  touch-action: pan-y;
  cursor: grab;
}
.property-carousel.is-static .property-viewport {
  cursor: default;
}
.property-carousel.is-dragging .property-viewport {
  cursor: grabbing;
}
.property-carousel.is-dragging .property-grid {
  transition: none;
}
.property-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.property-carousel.is-static .property-controls {
  display: none;
}
.property-count {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--f-mono);
  font-size: 1rem;
  color: var(--ink-2);
}
.property-count-current {
  color: var(--ink);
}
.property-count-total {
  color: var(--accent-2);
}
.property-nav {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.property-nav button {
  width: 50px;
  height: 50px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.55);
  color: var(--ink-2);
  font-family: var(--f-display);
  font-size: 1.3rem;
  transition: background 200ms, color 200ms, border-color 200ms, transform 200ms;
}
.property-nav button:hover:not(:disabled) {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
  transform: translateY(-1px);
}
.property-nav button:disabled {
  opacity: 0.35;
  cursor: default;
}
.property-card {
  position: relative;
  flex: 0 0 var(--room-card-width);
  max-width: var(--room-card-width);
  min-width: 0;
  background: linear-gradient(180deg, rgba(251, 247, 239, 0.94) 0%, rgba(247, 241, 230, 0.94) 100%);
  border: 1px solid rgba(137, 111, 80, 0.16);
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 420ms var(--ease), border-color 420ms var(--ease);
}
.property-card-img {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
  background-color: var(--line);
  cursor: zoom-in;
  text-align: inherit;
}
.property-card-img.lazy-bg {
  transition: filter 220ms var(--ease), transform 220ms var(--ease);
}
.property-card-img.lazy-bg:hover {
  filter: brightness(0.96);
}
.property-card-img.is-empty {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(137, 111, 80, 0.1), rgba(255, 255, 255, 0.32)),
    rgba(247, 241, 230, 0.76);
}
.property-card-placeholder {
  max-width: 72%;
  color: rgba(42, 45, 51, 0.48);
  font-family: var(--f-serif);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.2;
  text-align: center;
}
.property-card-index {
  position: absolute;
  top: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-family: var(--f-sans);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.property-card-index {
  right: 14px;
  background: rgba(26, 32, 40, 0.66);
  color: rgba(247, 241, 230, 0.94);
  font-family: var(--f-mono);
}
.property-card-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(137, 111, 80, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink-2);
  font-family: var(--f-sans);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.property-card-body {
  padding: 22px 22px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.property-card-label {
  margin-bottom: 10px;
  font-family: var(--f-sans);
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.property-card-name {
  font-family: var(--f-serif);
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  font-weight: 400;
  line-height: 1.24;
  color: var(--ink);
  margin-bottom: 14px;
}
.property-card-meta {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
  min-width: 0;
  padding-bottom: 16px;
}
.property-card-addr {
  font-family: var(--f-sans);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.74rem;
  color: var(--muted);
  line-height: 1.8;
  flex: 1 1 auto;
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.property-card-addr::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-top: 0.55em;
  border-radius: 50%;
  background: var(--hanko);
  flex: 0 0 5px;
}
.property-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: auto;
  padding-top: 4px;
  font-family: var(--f-sans);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
}
.property-card-link::after {
  content: "→";
  color: var(--hanko);
  transition: transform 240ms var(--ease);
}
.property-card:hover .property-card-link::after {
  transform: translateX(4px);
}

/* === ROOM DETAIL === */
.room-detail-root {
  display: grid;
  gap: clamp(24px, 4vw, 48px);
}
.room-detail-back-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  color: var(--ink-2);
  font-family: var(--f-sans);
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 180ms var(--ease), transform 180ms var(--ease);
}
.room-detail-back-link::before {
  content: "←";
  color: var(--hanko);
}
.room-detail-back-link:hover {
  color: var(--ink);
  transform: translateX(-2px);
}
.room-detail-state {
  min-height: 240px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  color: var(--muted);
  font-family: var(--f-sans);
}
.room-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: stretch;
}
.room-detail-visual,
.room-detail-summary,
.room-detail-section {
  border: 1px solid rgba(137, 111, 80, 0.16);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: rgba(251, 247, 239, 0.84);
}
.room-detail-main-image {
  display: block;
  width: 100%;
  min-height: clamp(360px, 56vw, 680px);
  height: 100%;
  border: 0;
  padding: 0;
  background-size: cover;
  background-position: center;
  cursor: zoom-in;
  transition: filter 220ms var(--ease), transform 220ms var(--ease);
}
.room-detail-main-image:hover {
  filter: brightness(0.96);
}
.room-detail-summary {
  padding: clamp(24px, 3vw, 36px);
  display: flex;
  flex-direction: column;
}
.room-detail-kicker,
.room-detail-section-head p {
  margin: 0 0 16px;
  font-family: var(--f-sans);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.room-detail-summary h2 {
  margin: 0;
  font-family: var(--f-serif);
  font-size: clamp(1.8rem, 3.2vw, 3.3rem);
  font-weight: 400;
  line-height: 1.08;
  color: var(--ink);
}
.room-detail-facts {
  display: grid;
  gap: 14px;
  margin-top: clamp(28px, 4vw, 48px);
}
.room-detail-fact {
  display: grid;
  gap: 6px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.room-detail-fact span {
  font-family: var(--f-sans);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.room-detail-fact strong {
  font-family: var(--f-sans);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.7;
  color: var(--ink);
}
.room-detail-link-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: clamp(28px, 4vw, 44px);
}
.room-detail-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 0 18px;
  color: var(--bg);
  background: var(--ink);
  font-family: var(--f-sans);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 200ms, color 200ms, transform 200ms;
}
.room-detail-link:hover {
  background: transparent;
  color: var(--ink);
  transform: translateY(-1px);
}
.room-detail-section {
  padding: clamp(20px, 3vw, 32px);
}
.room-detail-section-head {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.room-detail-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1.4vw, 16px);
}
.room-detail-gallery-item {
  margin: 0;
  aspect-ratio: 4 / 3;
  border-radius: calc(var(--radius-md) * 0.72);
  overflow: hidden;
  background: var(--line);
}
.room-detail-gallery-button {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
}
.room-detail-gallery-item.is-large {
  grid-column: span 2;
  grid-row: span 2;
}
.room-detail-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms var(--ease), filter 260ms var(--ease);
}
.room-detail-gallery-button:hover img {
  filter: brightness(0.94);
  transform: scale(1.025);
}
.room-lightbox {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: clamp(20px, 4vw, 48px);
  background: rgba(18, 19, 22, 0.88);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms var(--ease);
}
.room-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}
.has-room-lightbox {
  overflow: hidden;
}
.room-lightbox-image {
  display: block;
  max-width: min(1180px, 88vw);
  max-height: 86vh;
  object-fit: contain;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}
.room-lightbox-close,
.room-lightbox-nav {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: #fff;
  background: rgba(18, 19, 22, 0.38);
  font-family: var(--f-sans);
  cursor: pointer;
  transition: background 180ms var(--ease), transform 180ms var(--ease);
}
.room-lightbox-close:hover,
.room-lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.16);
}
.room-lightbox-close {
  top: clamp(16px, 3vw, 28px);
  right: clamp(16px, 3vw, 28px);
  width: 44px;
  height: 44px;
  font-size: 1.5rem;
  line-height: 1;
}
.room-lightbox-nav {
  top: 50%;
  width: 48px;
  height: 48px;
  font-size: 0;
  transform: translateY(-50%);
}
.room-lightbox-nav::before {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.room-lightbox-nav.is-prev::before {
  transform: translateX(2px) rotate(-135deg);
}
.room-lightbox-nav.is-next::before {
  transform: translateX(-2px) rotate(45deg);
}
.room-lightbox-nav:hover {
  transform: translateY(-50%) scale(1.04);
}
.room-lightbox-nav.is-prev {
  left: clamp(14px, 3vw, 32px);
}
.room-lightbox-nav.is-next {
  right: clamp(14px, 3vw, 32px);
}
.room-lightbox-counter {
  position: absolute;
  bottom: clamp(16px, 3vw, 28px);
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--f-sans);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
}
/* LINE QR */
.line-qr-wrap {
  margin-top: 20px;
  text-align: center;
}
.line-qr-wrap img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 2px;
}

/* === ATMOSPHERE GALLERY (homepage) === */
.atm-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: clamp(10px, 1.4vw, 16px);
  height: clamp(380px, 50vw, 620px);
}
.atm-item {
  margin: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
}
.atm-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 600ms var(--ease);
}
.atm-item:hover img { transform: scale(1.04); }
.atm-item--tall { grid-row: 1 / 3; }

/* === SERVICES (homepage) === */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  background: none;
  border: none;
}

.service-card {
  padding: clamp(32px, 4.5vw, 56px) clamp(24px, 3.5vw, 44px);
  background: linear-gradient(180deg, rgba(251, 247, 239, 0.95) 0%, rgba(247, 241, 230, 0.96) 100%);
  border: 1px solid rgba(137, 111, 80, 0.14);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  transition: background var(--dur) var(--ease), transform 420ms var(--ease), box-shadow 420ms var(--ease), border-color 420ms var(--ease);
}
.service-card:hover {
  background: var(--bg-card-2);
  transform: translateY(-4px);
  border-color: rgba(156, 58, 45, 0.18);
  box-shadow: var(--shadow-card);
}

.service-mark {
  font-family: var(--f-serif);
  font-size: 2.8rem;
  color: var(--hanko);
  opacity: 0.7;
  margin-bottom: 20px;
  line-height: 1;
}

.service-card h3 {
  font-family: var(--f-display);
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 14px;
}
.service-card p {
  color: var(--ink-2);
  line-height: 1.9;
  margin-bottom: 24px;
  font-size: 0.95rem;
}

/* === NEWS SECTION === */
.news-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: clamp(32px, 4vw, 56px);
  align-items: start;
}

.news-feature {
  display: grid;
  gap: 24px;
  padding: 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(251, 247, 239, 0.94) 0%, rgba(247, 241, 230, 0.96) 100%);
  border: 1px solid rgba(137, 111, 80, 0.14);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: opacity var(--dur) var(--ease), transform 420ms var(--ease), box-shadow 420ms var(--ease), border-color 420ms var(--ease);
}
.news-feature:hover {
  opacity: 1;
  transform: translateY(-4px);
  border-color: rgba(156, 58, 45, 0.18);
  box-shadow: var(--shadow-card);
}

.news-feature-img {
  aspect-ratio: 4 / 3;
  border-radius: 16px;
}

.news-feature-body {}

.news-list {
  display: grid;
  gap: 0;
}

.news-item-link {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  transition: opacity var(--dur) var(--ease), transform 420ms var(--ease);
}
.news-item-link:first-child { border-top: 1px solid var(--line); }
.news-item-link:hover {
  opacity: 1;
  transform: translateX(4px);
}

.news-item-img {
  aspect-ratio: 1;
  border-radius: 2px;
}

.news-meta {
  font-family: var(--f-sans);
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.1em;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-category {
  padding: 3px 10px;
  background: rgba(156, 58, 45, 0.08);
  border-radius: 999px;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: var(--hanko);
}

.news-feature-body h3 {
  font-family: var(--f-serif);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 600;
  color: var(--ink);
  line-height: 1.55;
  margin-bottom: 12px;
}

.news-item-link h3 {
  font-family: var(--f-serif);
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.65;
}

.news-feature-body p {
  color: var(--ink-2);
  line-height: 1.9;
  font-size: 0.95rem;
  margin-bottom: 20px;
}

/* News page full grid */
.news-page-grid {
  display: grid;
  gap: clamp(16px, 2vw, 22px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-page-card {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(251, 247, 239, 0.94) 0%, rgba(247, 241, 230, 0.96) 100%);
  border: 1px solid rgba(137, 111, 80, 0.14);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  text-decoration: none;
  color: inherit;
  transition: background var(--dur) var(--ease), transform 420ms var(--ease), box-shadow 420ms var(--ease), border-color 420ms var(--ease);
}
.news-page-card:hover {
  background: var(--bg-card-2);
  transform: translateY(-4px);
  border-color: rgba(156, 58, 45, 0.18);
  box-shadow: var(--shadow-card);
}

.news-page-card-img {
  aspect-ratio: 3 / 2;
}

.news-page-card-body {
  padding: 28px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.news-page-card-body h3 {
  font-family: var(--f-serif);
  font-size: 1.12rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 12px;
  flex: 1;
}
.news-page-card-body p {
  font-size: 0.9rem;
  color: var(--ink-2);
  line-height: 1.85;
}

/* === RESERVATION STRIP === */
.reservation-strip {
  background: var(--bg-dark);
  padding: clamp(64px, 10vw, 120px) var(--page-pad);
  text-align: center;
  color: var(--bg);
}

.reservation-strip h2 {
  font-family: var(--f-display);
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  font-weight: 400;
  margin-bottom: 20px;
  max-width: 22ch;
  margin-inline: auto;
  line-height: 1.22;
  color: var(--bg);
}

.reservation-strip p {
  color: rgba(244, 237, 226, 0.72);
  max-width: 48ch;
  margin-inline: auto;
  margin-bottom: 36px;
  line-height: 1.9;
}

/* === RESERVATION FORM PAGE === */
.reservation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(48px, 7vw, 88px);
  align-items: start;
}

.reservation-layout-sidebar-only {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}

.reservation-layout-sidebar-only .reservation-sidebar {
  width: 100%;
  position: static;
  top: auto;
}

.form-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-group.full { grid-template-columns: 1fr; }

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-label {
  font-family: var(--f-sans);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line-warm);
  border-radius: 2px;
  background: var(--bg-card);
  font-family: var(--f-sans);
  font-size: 0.98rem;
  color: var(--ink);
  transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease);
  outline: none;
  appearance: none;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--accent);
  background: var(--bg);
}

.form-textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.7;
}

.form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238a7e73' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.form-submit {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  margin-top: 8px;
}

.form-note {
  font-family: var(--f-sans);
  font-size: 0.75rem;
  color: var(--muted);
  line-height: 1.7;
}

.form-status {
  min-height: 1.4em;
  font-family: var(--f-sans);
  font-size: 0.78rem;
  line-height: 1.6;
  color: var(--ink-2);
}

.form-status.is-error {
  color: #a83b2d;
}

.form-status.is-success {
  color: #5f7a54;
}

.reservation-sidebar {
  padding: 36px 32px;
  background: linear-gradient(180deg, rgba(251, 247, 239, 0.94) 0%, rgba(247, 241, 230, 0.96) 100%);
  border: 1px solid rgba(137, 111, 80, 0.16);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  position: sticky;
  top: 100px;
}

.reservation-sidebar h3 {
  font-family: var(--f-display);
  font-size: 1.55rem;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 20px;
}

.res-benefit {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.res-benefit:last-of-type { border-bottom: none; margin-bottom: 24px; }

.res-benefit-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--line-warm);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 0.95rem;
  color: var(--accent);
}

.res-benefit-text p:first-child {
  font-family: var(--f-sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--ink);
  margin-bottom: 2px;
}
.res-benefit-text p:last-child {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.7;
}

.res-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.res-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(137, 111, 80, 0.12);
  border-radius: 16px;
  font-family: var(--f-sans);
  font-size: 0.82rem;
  color: var(--ink);
  text-decoration: none;
  transition: background var(--dur) var(--ease), transform 420ms var(--ease), border-color 420ms var(--ease);
}
.res-contact-item:hover {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(156, 58, 45, 0.18);
  transform: translateX(4px);
}

.reservation-contact {
  padding: clamp(104px, 11vw, 152px) 0;
}

.reservation-contact-grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--page-pad);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(44px, 7vw, 84px);
  align-items: start;
}

.reservation-contact-left h2 {
  font-family: var(--f-cn-s);
  font-weight: 400;
  font-size: clamp(2.9rem, 5.1vw, 4.3rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.reservation-contact-left h2 .it {
  font-family: var(--f-disp);
  font-style: italic;
  color: var(--ink-3);
}

.reservation-contact-left p {
  margin-top: 22px;
  max-width: 34ch;
  font-family: var(--f-cn);
  font-size: 0.96rem;
  line-height: 1.85;
  color: var(--ink-2);
}

.reservation-contact-meta {
  font-size: 0.8rem;
  color: var(--ink-3);
}

.reservation-contact-side {
  display: grid;
  grid-template-columns: minmax(220px, 0.74fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.reservation-contact-qr-card {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(26, 32, 40, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(245, 238, 226, 0.88) 100%);
  box-shadow: var(--shadow-soft);
}

.reservation-contact-qr-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reservation-contact-qr-head .k {
  font-family: var(--f-sans);
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.reservation-contact-info {
  display: grid;
  gap: 16px;
}

.reservation-channel {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 108px;
  padding: 22px 24px;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(26, 32, 40, 0.08);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  transition: border-color var(--dur) var(--ease), transform 420ms var(--ease), box-shadow 420ms var(--ease);
}

.reservation-channel:hover {
  border-color: rgba(26, 32, 40, 0.18);
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -24px rgba(26, 32, 40, 0.25);
}

.reservation-channel .ic {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  font-family: var(--f-ui);
  font-size: 1rem;
  font-weight: 700;
  color: var(--bg);
}

.reservation-channel .ic.line { background: #06c755; }
.reservation-channel .ic.mail { background: var(--accent); }

.reservation-channel .t {
  display: flex;
  flex-direction: column;
}

.reservation-channel .k {
  font-family: var(--f-sans);
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.reservation-channel .v {
  margin-top: 4px;
  font-family: var(--f-cn);
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--ink);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.reservation-contact-address {
  padding: 20px 22px;
  border: 1px solid rgba(26, 32, 40, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: var(--shadow-soft);
}

.reservation-contact-address p {
  margin: 0;
  font-family: var(--f-cn);
  font-size: 0.88rem;
  line-height: 1.85;
  color: var(--ink-2);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.reservation-contact-address p + p {
  margin-top: 10px;
}

.reservation-contact-qr {
  display: grid;
  place-items: center;
  min-height: 100%;
  padding: 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
}

.reservation-contact-qr img {
  width: 100%;
  max-width: 220px;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 14px;
}

.reservation-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(28px, 4vw, 44px);
  align-items: start;
}

.reservation-story-copy {
  display: grid;
  gap: 20px;
}

.reservation-story-lead {
  max-width: 34ch;
  font-family: var(--f-serif);
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.78;
  color: var(--ink);
}

.reservation-story-body {
  display: grid;
  gap: 16px;
}

.reservation-story-body p {
  color: var(--ink-2);
  line-height: 1.95;
}

.reservation-story-pillars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.reservation-story-pillar {
  padding: 20px 18px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(137, 111, 80, 0.14);
  box-shadow: var(--shadow-soft);
}

.reservation-story-pillar-key {
  margin-bottom: 10px;
  font-family: var(--f-display);
  font-size: 1.6rem;
  line-height: 1;
  color: var(--hanko);
}

.reservation-story-pillar h3 {
  margin-bottom: 8px;
  font-family: var(--f-sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
}

.reservation-story-pillar p {
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--ink-2);
}

.reservation-story-side {
  display: grid;
  gap: 14px;
  position: sticky;
  top: 100px;
}

.reservation-story-media {
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.reservation-story-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.reservation-story-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(137, 111, 80, 0.12);
  font-family: var(--f-sans);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-2);
}

.reservation-tech-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 24px);
}

.reservation-tech-card {
  padding: clamp(28px, 4vw, 40px);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(251, 247, 239, 0.96) 0%, rgba(247, 241, 230, 0.96) 100%);
  border: 1px solid rgba(137, 111, 80, 0.16);
  box-shadow: var(--shadow-soft);
}

.reservation-tech-index {
  margin-bottom: 18px;
  font-family: var(--f-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: var(--muted);
}

.reservation-tech-card h3 {
  margin-bottom: 14px;
  font-family: var(--f-display);
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  font-weight: 400;
  line-height: 1.12;
  color: var(--ink);
}

.reservation-tech-lead {
  color: var(--ink-2);
  line-height: 1.9;
}

.reservation-tech-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.reservation-tech-list div {
  position: relative;
  padding-left: 16px;
  font-family: var(--f-sans);
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--ink-2);
}

.reservation-tech-list div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hanko);
}

.reservation-system-section {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, #1d2430 0%, #161d28 100%);
}

.reservation-system-section .section-head::after {
  background: linear-gradient(90deg, rgba(255, 248, 241, 0.46) 0%, rgba(255, 248, 241, 0.12) 48%, transparent 100%);
}

.reservation-system-section .eyebrow,
.reservation-system-section .section-head h2,
.reservation-system-section .section-head p {
  color: rgba(255, 248, 241, 0.92);
}

.reservation-system-section .section-head p {
  max-width: 60ch;
  color: rgba(255, 248, 241, 0.72);
}

.reservation-system-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
}

.reservation-system-step {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
  padding: 24px 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.reservation-system-step-index {
  font-family: var(--f-mono);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  color: rgba(255, 248, 241, 0.52);
}

.reservation-system-step h3 {
  font-family: var(--f-serif);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.35;
  color: rgba(255, 248, 241, 0.96);
}

.reservation-system-step p {
  color: rgba(255, 248, 241, 0.72);
  line-height: 1.8;
}

.reservation-system-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.reservation-system-metric {
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.reservation-system-metric strong {
  display: block;
  font-family: var(--f-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 400;
  line-height: 1;
  color: rgba(255, 248, 241, 0.96);
}

.reservation-system-metric span {
  display: block;
  margin-top: 10px;
  font-size: 0.88rem;
  line-height: 1.7;
  color: rgba(255, 248, 241, 0.7);
}

/* === RESERVATION PAGE COPIED SECTIONS === */
.about,
.tech,
.franchise {
  padding: 140px 0;
}

.about {
  background: var(--bg);
}

.sec-head {
  max-width: var(--max);
  margin: 0 auto 56px;
  padding: 0 var(--page-pad);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: clamp(28px, 4vw, 40px);
}

.sec-head .eyebrow {
  margin: 0 0 16px;
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--ink-3);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-ui);
}

.sec-head .eyebrow .dot {
  width: 5px;
  height: 5px;
  background: var(--accent);
  border-radius: 50%;
}

.sec-head .eyebrow .jp {
  margin-left: 6px;
  color: var(--ink-4);
  letter-spacing: 0.2em;
  font-family: var(--f-jp-s);
}

.sec-head h2 {
  font-family: var(--f-cn-s);
  font-weight: 400;
  font-size: clamp(2.2rem, 4.2vw, 3.25rem);
  line-height: 1.1;
  letter-spacing: -0.015em;
}

.sec-head h2 .it {
  font-family: var(--f-disp);
  font-style: italic;
  color: var(--ink-3);
}

.sec-head .aside {
  text-align: right;
  font-size: 0.92rem;
  color: var(--ink-3);
  max-width: 360px;
  line-height: 1.6;
  font-family: var(--f-cn);
  padding-bottom: 4px;
}

.about-grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--page-pad);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(36px, 5.5vw, 80px);
  align-items: start;
}

.about-txt .lead {
  font-family: var(--f-cn-s);
  font-size: clamp(1.35rem, 2.4vw, 1.66rem);
  line-height: 1.5;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.about-txt .lead em {
  font-style: normal;
  background: linear-gradient(transparent 62%, rgba(193, 68, 46, 0.18) 62%);
  padding: 0 2px;
}

.about-txt .body {
  margin-top: 28px;
  font-size: 0.95rem;
  color: var(--ink-2);
  line-height: 1.85;
  font-family: var(--f-cn);
}

.about-txt .body p + p {
  margin-top: 14px;
}

.about-pillars {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.pillar {
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(26, 32, 40, 0.08);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
}

.pillar .k {
  font-family: var(--f-disp);
  font-size: 2rem;
  letter-spacing: -0.02em;
  line-height: 1;
}

.pillar .t {
  margin-top: 10px;
  font-family: var(--f-cn-s);
  font-size: 0.96rem;
  font-weight: 500;
}

.pillar .d {
  margin-top: 6px;
  font-size: 0.78rem;
  color: var(--ink-3);
  font-family: var(--f-cn);
  line-height: 1.6;
}

.about-side {
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-img {
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  overflow: hidden;
  background: var(--bg-3);
  box-shadow: var(--shadow-card);
}

.about-chip-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.about-chip-row span {
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(26, 32, 40, 0.08);
  border-radius: 999px;
  font-size: 0.74rem;
  color: var(--ink-2);
  font-family: var(--f-cn);
}

.tech {
  padding-top: 132px;
}

.tech-grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--page-pad);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.development-tech-grid {
  grid-template-columns: minmax(0, 1fr);
  max-width: 1120px;
}

.tech-card {
  background: var(--surface);
  border: 1px solid rgba(26, 32, 40, 0.08);
  border-radius: 18px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 480px;
  box-shadow: var(--shadow-soft);
}

.tech-card .hd {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.tech-card .idx {
  font-family: var(--f-mono);
  font-size: 0.75rem;
  color: var(--ink-4);
  letter-spacing: 0.15em;
}

.tech-card .ic {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--bg-2);
  display: grid;
  place-items: center;
  font-family: var(--f-jp-s);
  font-size: 1.7rem;
  color: var(--ink);
}

.tech-card h3 {
  font-family: var(--f-cn-s);
  font-weight: 500;
  font-size: clamp(1.85rem, 2.8vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin-top: 4px;
}

.tech-card h3 .jp {
  display: block;
  font-family: var(--f-jp-s);
  font-size: 0.82rem;
  color: var(--ink-3);
  margin-top: 6px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.tech-card .lead {
  font-size: 0.95rem;
  color: var(--ink-2);
  line-height: 1.75;
  font-family: var(--f-cn);
}

.tech-feat {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(26, 32, 40, 0.08);
}

.tech-feat .f {
  font-family: var(--f-cn);
  font-size: 0.82rem;
  color: var(--ink-2);
  display: flex;
  gap: 8px;
  align-items: flex-start;
  line-height: 1.5;
}

.tech-feat .f::before {
  content: "";
  display: inline-block;
  margin-top: 7px;
  width: 5px;
  height: 5px;
  background: var(--accent);
  border-radius: 50%;
  flex: 0 0 5px;
}

.dash-card {
  background: #111;
  color: var(--bg);
  border-color: #1f1f1f;
}

.dash-card .ic {
  background: rgba(250, 250, 247, 0.08);
  color: var(--bg);
}

.dash-card h3 {
  color: var(--bg);
}

.dash-card h3 .jp {
  color: rgba(250, 250, 247, 0.5);
}

.dash-card .lead {
  color: rgba(250, 250, 247, 0.7);
}

.dash-card .idx {
  color: rgba(250, 250, 247, 0.4);
}

.dash {
  padding: 20px;
  border-radius: 12px;
  background: rgba(250, 250, 247, 0.04);
  border: 1px solid rgba(250, 250, 247, 0.08);
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 6px;
}

.dash-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--f-mono);
  font-size: 0.68rem;
  color: rgba(250, 250, 247, 0.5);
}

.dash-top .live {
  display: flex;
  align-items: center;
  gap: 6px;
}

.dash-top .live::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.25);
  animation: blink 1.8s infinite;
}

@keyframes blink {
  50% {
    opacity: 0.4;
  }
}

.dash-row {
  display: grid;
  grid-template-columns: 110px 1fr 70px;
  gap: 14px;
  align-items: center;
  font-size: 0.75rem;
  padding: 6px 0;
}

.dash-row .p {
  color: rgba(250, 250, 247, 0.8);
  font-family: var(--f-cn);
}

.dash-row .bar {
  height: 4px;
  border-radius: 2px;
  background: rgba(250, 250, 247, 0.1);
  position: relative;
  overflow: hidden;
}

.dash-row .bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, var(--accent), #e8a193);
  border-radius: 2px;
  animation: barFill 1.8s ease-out forwards;
  width: 0;
}

.dash-row[data-p="92"] .bar::after { --w: 92%; }
.dash-row[data-p="78"] .bar::after { --w: 78%; }
.dash-row[data-p="85"] .bar::after { --w: 85%; }
.dash-row[data-p="66"] .bar::after { --w: 66%; }
.dash-row[data-p="95"] .bar::after { --w: 95%; }

@keyframes barFill {
  to {
    width: var(--w);
  }
}

.dash-row .v {
  font-family: var(--f-mono);
  font-size: 0.75rem;
  color: var(--bg);
  text-align: right;
}

.dash-row .v.up {
  color: #4ade80;
}

.dash-top .demo-tag {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(250, 250, 247, 0.12);
  color: rgba(250, 250, 247, 0.85);
  font-family: var(--f-mono);
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  vertical-align: middle;
}

.dash-disclaimer {
  margin-top: 12px;
  font-size: 0.7rem;
  line-height: 1.5;
  color: rgba(250, 250, 247, 0.55);
  font-family: var(--f-cn);
}

.plan-card .ic {
  background: var(--accent);
  color: var(--bg);
}

.development-terms {
  margin-top: 6px;
  padding: 20px;
  border-radius: 12px;
  background: var(--bg-2);
  border: 1px solid rgba(26, 32, 40, 0.08);
  position: relative;
}

.development-terms-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.development-term-card {
  min-height: 132px;
  padding: 14px 15px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(26, 32, 40, 0.08);
  box-shadow: 0 10px 28px rgba(26, 32, 40, 0.05);
  display: grid;
  align-content: start;
  gap: 10px;
}

.development-term-meta {
  font-family: var(--f-sans);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.development-term-card h4 {
  font-family: var(--f-cn);
  font-size: 1.05rem;
  line-height: 1.35;
  color: var(--ink);
}

.development-term-card p:last-child {
  font-family: var(--f-cn);
  font-size: 0.77rem;
  line-height: 1.64;
  color: var(--ink-2);
}

.development-storyband {
  display: grid;
  grid-template-columns: 1.45fr 1.18fr 1.1fr 0.92fr 0.92fr;
  gap: 12px;
  align-items: stretch;
}

.development-storyband-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(26, 32, 40, 0.08);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 34px rgba(26, 32, 40, 0.08);
  min-height: 214px;
}

.development-storyband-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.02) 0%, rgba(22, 19, 15, 0.18) 100%);
  pointer-events: none;
}

.development-storyband-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms var(--ease);
}

.development-storyband-card picture,
.banner-slide picture,
.philosophy-img picture,
.atm-item picture {
  display: block;
  width: 100%;
  height: 100%;
}

.development-storyband-card:hover img {
  transform: scale(1.03);
}

.development-storyband-urban img { object-position: center 44%; }
.development-storyband-exterior img { object-position: center 56%; }
.development-storyband-washitsu img { object-position: center 58%; }
.development-storyband-model img { object-position: center; }
.development-storyband-timber img { object-position: center; }

.plan-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.plan-metric {
  padding: 10px 12px;
  background: var(--surface);
  border: 1px solid rgba(26, 32, 40, 0.08);
  border-radius: 8px;
}

.plan-metric .n {
  font-family: var(--f-disp);
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  line-height: 1;
}

.plan-metric .n .u {
  font-size: 0.7rem;
  color: var(--ink-3);
  margin-left: 2px;
}

.plan-metric .l {
  font-family: var(--f-cn);
  font-size: 0.68rem;
  color: var(--ink-3);
  margin-top: 4px;
}

.plan-metric.up .n {
  color: var(--accent);
}

.franchise {
  background: var(--ink);
  color: var(--bg);
}

.franchise .sec-head h2 {
  color: var(--bg);
}

.franchise .sec-head h2 .it {
  color: rgba(250, 250, 247, 0.5);
}

.franchise .sec-head .eyebrow {
  color: rgba(250, 250, 247, 0.6);
}

.franchise .sec-head .aside {
  color: rgba(250, 250, 247, 0.6);
}

.fran-grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--page-pad);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.fran-step {
  padding: 28px 26px;
  background: rgba(250, 250, 247, 0.04);
  border: 1px solid rgba(250, 250, 247, 0.1);
  border-radius: 16px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fran-step .idx {
  font-family: var(--f-mono);
  font-size: 0.68rem;
  color: rgba(250, 250, 247, 0.5);
  letter-spacing: 0.15em;
}

.fran-step h4 {
  font-family: var(--f-cn-s);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.25;
}

.fran-step p {
  font-size: 0.82rem;
  color: rgba(250, 250, 247, 0.7);
  line-height: 1.7;
  font-family: var(--f-cn);
  margin-top: auto;
}

.fran-commit {
  max-width: var(--max);
  margin: 56px auto 0;
  padding: 0 var(--page-pad);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(250, 250, 247, 0.1);
}

.fran-commit .c {
  padding: 28px 24px;
  border-right: 1px solid rgba(250, 250, 247, 0.1);
}

.fran-commit .c:last-child {
  border-right: 0;
}

.fran-commit .c .k {
  font-family: var(--f-disp);
  font-size: 3rem;
  letter-spacing: -0.02em;
  line-height: 1;
}

.fran-commit .c .k .u {
  font-size: 1.1rem;
  color: rgba(250, 250, 247, 0.5);
  margin-left: 4px;
}

.fran-commit .c .l {
  font-family: var(--f-cn);
  font-size: 0.82rem;
  color: rgba(250, 250, 247, 0.7);
  margin-top: 10px;
}

.mini-contact {
  max-width: var(--max);
  margin: 64px auto 0;
  padding: 0 var(--page-pad);
}

.mini-contact .row {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 22px 28px;
  background: var(--surface);
  border: 1px solid rgba(26, 32, 40, 0.08);
  border-radius: 16px;
  flex-wrap: wrap;
  box-shadow: var(--shadow-soft);
}

.mini-contact .row .lbl {
  font-family: var(--f-cn);
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 10px;
}

.mini-contact .row .lbl::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
}

.mini-contact .chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  flex: 1;
}

.mini-contact .chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(26, 32, 40, 0.08);
  border-radius: 999px;
  font-size: 0.82rem;
  color: var(--ink-2);
  font-family: var(--f-cn);
  background: rgba(255, 255, 255, 0.7);
}

.mini-contact .chip .dot {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  font-size: 0.56rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  color: var(--bg);
  font-family: var(--f-ui);
}

.mini-contact .chip .line { background: #06c755; }
.mini-contact .chip .wx { background: #07c160; }
.mini-contact .chip .ph { background: var(--ink); }
.mini-contact .chip .ml { background: var(--accent); }
.mini-contact .chip .dd { background: #1677ff; }

/* === ABOUT PAGE === */
.about-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(48px, 8vw, 96px);
  align-items: center;
}

.about-intro-img {
  aspect-ratio: 3 / 4;
  border-radius: 2px;
}

.about-intro-copy h2 {
  font-family: var(--f-display);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 24px;
  line-height: 1.3;
}
.about-intro-copy p {
  color: var(--ink-2);
  line-height: 2.05;
  margin-bottom: 18px;
  font-size: 0.98rem;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  background: none;
  border: none;
}

.value-card {
  padding: 36px 32px;
  background: linear-gradient(180deg, rgba(251, 247, 239, 0.95) 0%, rgba(247, 241, 230, 0.96) 100%);
  border: 1px solid rgba(137, 111, 80, 0.14);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.value-number {
  font-family: var(--f-display);
  font-size: 3.5rem;
  font-weight: 400;
  color: var(--accent);
  opacity: 0.4;
  line-height: 1;
  margin-bottom: 16px;
}

.value-card h3 {
  font-family: var(--f-serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 12px;
}
.value-card p {
  color: var(--ink-2);
  font-size: 0.92rem;
  line-height: 1.9;
}

.about-pull-quote {
  padding: clamp(48px, 8vw, 88px) var(--page-pad);
  text-align: center;
  background: var(--bg-dark);
}

.about-pull-quote blockquote {
  max-width: 800px;
  margin: 0 auto;
  font-family: var(--f-display);
  font-size: clamp(1.6rem, 3.5vw, 2.8rem);
  font-weight: 400;
  color: var(--bg);
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.about-pull-quote cite {
  display: block;
  margin-top: 24px;
  font-family: var(--f-sans);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-2);
  font-style: normal;
}

/* === REAL PHOTO CLASSES === */
.img-chashitsu  { background-image: url(./assets/1.jpg);  background-image: image-set(url("./assets/1.webp") type("image/webp"), url("./assets/1.jpg") type("image/jpeg")); background-size: cover; background-position: center; }
.img-iori       { background-image: url(./assets/10.jpg); background-image: image-set(url("./assets/10.webp") type("image/webp"), url("./assets/10.jpg") type("image/jpeg")); background-size: cover; background-position: center; }
.img-kura       { background-image: url(./assets/4.jpg);  background-image: image-set(url("./assets/4.webp") type("image/webp"), url("./assets/4.jpg") type("image/jpeg")); background-size: cover; background-position: center; }
.img-machiya    { background-image: url(./assets/2.jpg);  background-image: image-set(url("./assets/2.webp") type("image/webp"), url("./assets/2.jpg") type("image/jpeg")); background-size: cover; background-position: center; }
.img-about-1    { background-image: url(./assets/8.jpg);  background-image: image-set(url("./assets/8.webp") type("image/webp"), url("./assets/8.jpg") type("image/jpeg")); background-size: cover; background-position: center; }
.img-about-2    { background-image: url(./assets/12.jpg); background-image: image-set(url("./assets/12.webp") type("image/webp"), url("./assets/12.jpg") type("image/jpeg")); background-size: cover; background-position: center; }
.img-news-feature { background-image: url(./assets/13.jpg); background-image: image-set(url("./assets/13.webp") type("image/webp"), url("./assets/13.jpg") type("image/jpeg")); background-size: cover; background-position: center; }
.img-news-1 { background-image: url(./assets/11.jpg); background-image: image-set(url("./assets/11.webp") type("image/webp"), url("./assets/11.jpg") type("image/jpeg")); background-size: cover; background-position: center; }
.img-news-2 { background-image: url(./assets/5.jpg);  background-image: image-set(url("./assets/5.webp") type("image/webp"), url("./assets/5.jpg") type("image/jpeg")); background-size: cover; background-position: center; }
.img-news-3 { background-image: url(./assets/6.jpg);  background-image: image-set(url("./assets/6.webp") type("image/webp"), url("./assets/6.jpg") type("image/jpeg")); background-size: cover; background-position: center; }
.img-news-4 { background-image: url(./assets/9.jpg);  background-image: image-set(url("./assets/9.webp") type("image/webp"), url("./assets/9.jpg") type("image/jpeg")); background-size: cover; background-position: center; }

/* Property card images */
.img-r1  { background-image: url(./assets/1.jpg);  background-image: image-set(url("./assets/1.webp") type("image/webp"), url("./assets/1.jpg") type("image/jpeg")); background-size: cover; background-position: center; }
.img-r2  { background-image: url(./assets/2.jpg);  background-image: image-set(url("./assets/2.webp") type("image/webp"), url("./assets/2.jpg") type("image/jpeg")); background-size: cover; background-position: center; }
.img-r3  { background-image: url(./assets/3.jpg);  background-image: image-set(url("./assets/3.webp") type("image/webp"), url("./assets/3.jpg") type("image/jpeg")); background-size: cover; background-position: center; }
.img-r4  { background-image: url(./assets/4.jpg);  background-image: image-set(url("./assets/4.webp") type("image/webp"), url("./assets/4.jpg") type("image/jpeg")); background-size: cover; background-position: center; }
.img-r5  { background-image: url(./assets/5.jpg);  background-image: image-set(url("./assets/5.webp") type("image/webp"), url("./assets/5.jpg") type("image/jpeg")); background-size: cover; background-position: center; }
.img-r6  { background-image: url(./assets/6.jpg);  background-image: image-set(url("./assets/6.webp") type("image/webp"), url("./assets/6.jpg") type("image/jpeg")); background-size: cover; background-position: center; }
.img-r7  { background-image: url(./assets/7.jpg);  background-image: image-set(url("./assets/7.webp") type("image/webp"), url("./assets/7.jpg") type("image/jpeg")); background-size: cover; background-position: top center; }
.img-r8  { background-image: url(./assets/8.jpg);  background-image: image-set(url("./assets/8.webp") type("image/webp"), url("./assets/8.jpg") type("image/jpeg")); background-size: cover; background-position: center; }
.img-r9  { background-image: url(./assets/9.jpg);  background-image: image-set(url("./assets/9.webp") type("image/webp"), url("./assets/9.jpg") type("image/jpeg")); background-size: cover; background-position: center; }
.img-r10 { background-image: url(./assets/10.jpg); background-image: image-set(url("./assets/10.webp") type("image/webp"), url("./assets/10.jpg") type("image/jpeg")); background-size: cover; background-position: center; }

/* === FOOTER === */
.site-footer {
  background: var(--bg-dark);
  color: rgba(244, 237, 226, 0.9);
  padding: clamp(48px, 8vw, 88px) var(--page-pad) 0;
}

.footer-inner {
  max-width: var(--content-max);
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(200px, 1fr) minmax(0, 1.6fr);
  gap: clamp(48px, 7vw, 88px);
  padding-bottom: clamp(40px, 6vw, 72px);
  border-bottom: 1px solid rgba(244, 237, 226, 0.1);
}

.footer-brand .brand-name { color: rgba(244, 237, 226, 0.9); }
.footer-brand .brand-tag { color: rgba(244, 237, 226, 0.45); }
.footer-brand .brand-mark { border-color: rgba(244, 237, 226, 0.15); }
.footer-brand .brand-mark img { filter: brightness(0.6) sepia(1) hue-rotate(10deg); }

.footer-desc {
  margin-top: 20px;
  font-size: 0.88rem;
  color: rgba(244, 237, 226, 0.55);
  line-height: 1.9;
  max-width: 28ch;
}

.footer-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 48px);
}

.footer-col {}

.footer-col-title {
  font-family: var(--f-sans);
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(244, 237, 226, 0.45);
  margin-bottom: 16px;
}

.footer-col a,
.footer-col p {
  display: block;
  font-size: 0.9rem;
  color: rgba(244, 237, 226, 0.82);
  line-height: 1.65;
  margin-bottom: 10px;
  transition: color 200ms var(--ease);
  overflow-wrap: anywhere;
  word-break: break-word;
}
.footer-col a:hover { color: rgba(244, 237, 226, 1); }

.footer-company {
  color: rgba(244, 237, 226, 0.94);
  font-weight: 500;
}

.footer-line-qr {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-line-qr img {
  width: 112px;
  height: 112px;
  display: block;
  object-fit: contain;
  border-radius: 10px;
  border: 1px solid rgba(244, 237, 226, 0.12);
  background: rgba(255, 255, 255, 0.92);
  padding: 8px;
}

.footer-bottom {
  max-width: var(--content-max);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 24px 0;
  font-family: var(--f-sans);
  font-size: 0.72rem;
  color: rgba(244, 237, 226, 0.38);
  letter-spacing: 0.06em;
}

html:lang(zh-Hant) .brand-name,
html:lang(zh-Hant) .page-hero h1,
html:lang(zh-Hant) .section-head h2,
html:lang(zh-Hant) .philosophy-copy h2,
html:lang(zh-Hant) .capacity-title {
  font-family: var(--f-serif-tc);
}

html:lang(zh-Hant) .about-page-hero h1 {
  font-size: clamp(2.75rem, 3.96vw, 4.02rem);
  max-width: 13.1ch;
  line-height: 1.08;
  letter-spacing: 0.01em;
}

/* === FLOATING BOOK BUTTON === */
.floating-book {
  position: fixed;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 90;
  writing-mode: vertical-rl;
  display: grid;
  place-items: center;
  width: 56px;
  min-height: 180px;
  padding: 20px 0;
  background: var(--ink);
  color: var(--bg);
  font-family: var(--f-serif);
  font-size: 0.88rem;
  letter-spacing: 0.28em;
  text-decoration: none;
  border-radius: 1px;
  transition: background var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.floating-book:hover {
  background: var(--accent);
  transform: translateY(-50%) translateX(-2px);
}

/* === REVEAL ANIMATIONS === */
.reveal { opacity: 1; transform: none; }

.js-ready .reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 600ms var(--ease-out), transform 600ms var(--ease-out);
}

.js-ready .reveal.is-visible {
  opacity: 1;
  transform: none;
}

.js-ready .stagger > *:nth-child(1) { transition-delay: 60ms; }
.js-ready .stagger > *:nth-child(2) { transition-delay: 130ms; }
.js-ready .stagger > *:nth-child(3) { transition-delay: 200ms; }
.js-ready .stagger > *:nth-child(4) { transition-delay: 270ms; }

/* === RESPONSIVE === */
@media (max-width: 1200px) {
  .rooms-grid-home { grid-template-columns: repeat(2, 1fr); }
  .news-grid { grid-template-columns: 1fr; }
  .news-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .news-item-link {
    grid-template-columns: 1fr;
    border-bottom: none;
    border-top: none;
    padding: 0;
  }
  .news-item-link:first-child { border-top: none; }
  .news-item-img { aspect-ratio: 3/2; }
  .reservation-layout { grid-template-columns: 1fr; }
  .reservation-sidebar { position: static; }
  .sec-head,
  .about-grid,
  .tech-grid,
  .fran-grid,
  .fran-commit,
  .reservation-contact-grid,
  .mini-contact {
    padding-inline: var(--page-pad);
  }
  .sec-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .sec-head .aside {
    max-width: 100%;
    text-align: left;
  }
  .about-grid,
  .tech-grid,
  .reservation-contact-grid {
    grid-template-columns: 1fr;
  }
  .about-side {
    position: static;
  }
  .fran-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .room-item, .room-item.room-item-reverse { grid-template-columns: 1fr; direction: ltr; }
  .about-values-grid { grid-template-columns: repeat(2, 1fr); }
  .company-profile-shell { grid-template-columns: minmax(0, 1.24fr) minmax(240px, 0.98fr); }
  .about-awards-grid { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  :root { --page-pad: clamp(16px, 4vw, 32px); }

  .site-header {
    justify-content: center;
    gap: 0;
    padding: 12px calc(var(--page-pad) + 52px);
  }

  .site-header.is-scrolled {
    padding: 10px calc(var(--page-pad) + 52px);
  }

  .menu-toggle {
    display: inline-flex;
    position: absolute;
    right: var(--page-pad);
    top: 50%;
    transform: translateY(-50%);
  }

  .brand {
    min-width: 0;
    gap: 10px;
    justify-content: center;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-copy {
    display: none;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-inline: auto;
    padding: 8px var(--page-pad) 20px;
    background: rgba(251, 247, 239, 0.98);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--line);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    text-align: left;
    font-size: 1.18rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
    opacity: 1;
  }
  .site-nav a::after { display: none; }
  .site-nav a:last-child { border-bottom: none; }

  .lang-switch {
    position: absolute;
    left: var(--page-pad);
    top: 50%;
    transform: translateY(-21px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    width: 88px;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    overflow: visible;
    max-height: none;
  }

  .lang-switch.is-open {
    z-index: 12;
  }

  .lang-option {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 0 18px 0 10px;
    border: 1px solid var(--line-warm);
    border-radius: 999px;
    background: rgba(251, 247, 239, 0.94);
    color: var(--ink);
    font-size: 0.56rem;
    letter-spacing: 0.1em;
    box-shadow: none;
    backdrop-filter: blur(12px);
  }

  .lang-switch:not(.is-open) .lang-option:not(.is-active) {
    display: none;
  }

  .lang-switch.is-open .lang-option:not(.is-active) {
    background: rgba(251, 247, 239, 0.98);
    color: var(--ink-2);
  }

  .lang-option.is-active::after {
    content: "";
    position: absolute;
    right: 10px;
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    opacity: 0.72;
    transition: transform 180ms var(--ease), opacity 180ms var(--ease);
  }

  .lang-switch.is-open .lang-option.is-active::after {
    transform: rotate(225deg) translateY(-1px);
    opacity: 1;
  }

  .hero {
    min-height: clamp(620px, 88svh, 760px);
    justify-content: flex-start;
    padding-top: 128px;
    padding-bottom: 52px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
    max-width: 8ch;
    margin-bottom: 24px;
  }

  .hero-ja {
    font-size: 0.98rem;
    max-width: 27ch;
    line-height: 1.82;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .hero-actions .btn {
    width: min(100%, 250px);
    justify-content: center;
  }

  .hero-kanji {
    right: -8px;
    bottom: 24px;
    font-size: clamp(9rem, 42vw, 11rem);
    opacity: 0.05;
  }

  .hero-scroll {
    display: none;
  }

  .page-hero h1 {
    font-size: clamp(2rem, 11.2vw, 3.1rem);
    max-width: 7ch;
    line-height: 1.06;
  }

  .about-page-hero h1 {
    font-size: clamp(1.46rem, 6.1vw, 1.98rem);
    max-width: 5.5ch;
    line-height: 1.02;
  }

  html:lang(zh-Hant) .about-page-hero h1 {
    font-size: clamp(2.15rem, 8.8vw, 2.86rem);
    max-width: 6.2ch;
    line-height: 1.06;
  }

  .page-hero-lead {
    max-width: 22ch;
    font-size: 0.93rem;
    line-height: 1.72;
  }

  .capacity-section-head {
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 10px;
  }

  .capacity-title {
    font-size: clamp(1.15rem, 7.2vw, 1.65rem);
    line-height: 1.35;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .philosophy-grid { grid-template-columns: 1fr; }
  .philosophy-char { font-size: 8rem; }
  .philosophy-img { height: clamp(260px, 65vw, 420px); }

  .atm-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
  }
  .atm-item { height: 240px; }
  .atm-item--tall { grid-row: auto; height: 280px; }

  .services-grid { grid-template-columns: 1fr 1fr; }

  .news-list { grid-template-columns: 1fr; }
  .news-item-link { grid-template-columns: 100px 1fr; border-bottom: 1px solid var(--line); padding: 20px 0; }
  .news-item-link:first-child { border-top: 1px solid var(--line); }
  .news-item-img { aspect-ratio: 1; }

  .footer-top { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr 1fr; }

  .news-page-grid { grid-template-columns: 1fr; }
  .rooms-groups,
  .capacity-section,
  .capacity-section-head,
  .property-carousel,
  .property-viewport,
  .property-grid,
  .property-controls {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .capacity-section,
  .property-carousel {
    overflow: hidden;
  }
  .property-carousel {
    --room-visible: 1;
    --room-gap: 16px;
  }
  .property-viewport {
    padding-inline: 0;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .property-grid {
    gap: var(--room-gap);
  }
  .property-card {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 0;
  }
  .property-card-body {
    padding: 18px 18px 16px;
  }
  .property-card-name {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  .property-card-addr {
    font-size: 0.72rem;
    line-height: 1.7;
  }
  .rooms-filter-head {
    align-items: center;
    flex-direction: row;
  }
  .rooms-filter-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rooms-filter-field:nth-child(3),
  .rooms-filter-reset {
    grid-column: 1 / -1;
  }
  .rooms-filter-reset {
    width: 100%;
  }
  .room-detail-layout {
    grid-template-columns: 1fr;
  }
  .room-detail-main-image {
    min-height: 320px;
  }
  .room-detail-summary {
    padding: 22px;
  }
  .room-detail-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .room-detail-gallery-item.is-large {
    grid-column: span 2;
    grid-row: span 1;
  }
  .room-lightbox {
    padding: 64px 14px 54px;
  }
  .room-lightbox-image {
    max-width: 100%;
    max-height: 78vh;
  }
  .room-lightbox-close {
    width: 40px;
    height: 40px;
  }
  .room-lightbox-nav {
    top: auto;
    bottom: 12px;
    width: 42px;
    height: 42px;
    transform: none;
  }
  .room-lightbox-nav:hover {
    transform: scale(1.04);
  }
  .room-lightbox-nav.is-prev {
    left: 18px;
  }
  .room-lightbox-nav.is-next {
    right: 18px;
  }
  .room-lightbox-counter {
    bottom: 24px;
  }
  .property-controls {
    margin-top: 18px;
    padding-top: 16px;
    gap: 14px;
  }

  .form-group { grid-template-columns: 1fr; }

  .about-intro-grid { grid-template-columns: 1fr; }
  .about-values-grid { grid-template-columns: 1fr; }
  .reservation-story-grid,
  .reservation-tech-grid,
  .reservation-system-grid,
  .reservation-system-metrics {
    grid-template-columns: 1fr;
  }
  .about-page-hero {
    padding-top: 0;
  }
  .about-hero-card {
    min-height: 360px;
    padding: 108px var(--page-pad) 38px;
  }
  .rooms-page-hero .page-hero-inner {
    min-height: 360px;
    padding: 108px var(--page-pad) 38px;
  }
  .reservation-page-hero .page-hero-inner {
    min-height: 360px;
    padding: 108px var(--page-pad) 38px;
  }
  .about,
  .tech,
  .franchise {
    padding: 96px 0;
  }
  .sec-head {
    margin-bottom: 34px;
  }
  .about-pillars,
  .tech-feat,
  .development-terms-grid,
  .plan-metrics,
  .fran-grid,
  .fran-commit {
    grid-template-columns: 1fr;
  }
  .development-storyband {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tech-card {
    min-height: auto;
    padding: 28px 22px;
  }
  .dash-row {
    grid-template-columns: 86px 1fr 56px;
    gap: 10px;
  }
  .mini-contact .row {
    padding: 18px 18px;
    gap: 16px;
  }
  .reservation-contact-side {
    grid-template-columns: 1fr;
  }
  .reservation-contact-qr {
    justify-items: start;
  }
  .reservation-contact-qr img {
    max-width: 140px;
  }
  .reservation-contact-left p {
    max-width: 100%;
  }
  .mini-contact .chip {
    width: 100%;
    justify-content: flex-start;
  }
  .reservation-story-side {
    position: static;
  }
  .company-profile-shell {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .company-profile-watermark {
    margin-left: 0;
    min-height: 260px;
    justify-content: flex-end;
  }
  .company-profile-watermark::before {
    inset: 0;
    background-position: center;
  }
  .company-profile {
    max-width: 100%;
    padding: 28px 24px 24px;
  }
  .company-profile::before {
    inset: 10px 10px 10px 10px;
    backdrop-filter: blur(6px);
  }
  .company-profile-statement {
    font-size: clamp(1.8rem, 6vw, 2.4rem);
  }
  .company-profile-pillars {
    grid-template-columns: 1fr;
  }
  .company-profile-watermark-overlay {
    max-width: 100%;
    margin-left: 0;
  }
  .company-profile-chip-row {
    justify-content: flex-start;
  }
  .award-cards { grid-template-columns: 1fr; }
  .award-feature-metrics { grid-template-columns: 1fr; }
  .development-storyband-card {
    min-height: 184px;
  }

  .floating-book { display: none; }
}

@media (max-width: 640px) {
  .rooms-grid-home { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .reservation-story-pillars { grid-template-columns: 1fr; }
  .property-viewport { padding-inline: 0; }
  .sec-head h2 {
    font-size: clamp(1.8rem, 9vw, 2.35rem);
  }
  .about-txt .lead {
    font-size: 1.18rem;
  }
  .fran-step {
    min-height: auto;
  }
  .development-storyband {
    grid-template-columns: 1fr;
  }
  .development-storyband-card {
    min-height: 172px;
  }
  .property-controls {
    margin-top: 16px;
    padding-top: 14px;
    flex-direction: column;
    align-items: stretch;
  }
  .property-count,
  .property-nav {
    justify-content: space-between;
  }
  .property-nav {
    width: 100%;
  }
  .site-header {
    gap: 8px;
  }
  .lang-option {
    min-width: 40px;
    font-size: 0.52rem;
  }
  .property-nav button {
    width: 44px;
    height: 44px;
  }
  .award-card { padding: 20px 18px 22px; }
  .award-feature { padding: 24px 20px; }
}

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

.banner-track {
  display: flex;
  width: 600%;
  height: 100%;
  animation: bannerScroll 21s ease-in-out infinite;
}

.banner-track:hover {
  animation-play-state: paused;
}

.banner-slide {
  flex: 0 0 calc(100% / 6);
  height: 100%;
  overflow: hidden;
}

.banner-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@keyframes bannerScroll {
  0%, 14.29% { transform: translateX(0); }
  16.67%, 30.95% { transform: translateX(-16.6667%); }
  33.33%, 47.62% { transform: translateX(-33.3334%); }
  50%, 64.29% { transform: translateX(-50.0001%); }
  66.67%, 80.95% { transform: translateX(-66.6668%); }
  83.33%, 100% { transform: translateX(-83.3335%); }
}

@media (max-width: 768px) {
  .about-hero-card {
    min-height: clamp(360px, 52vh, 500px);
    padding: 28px;
  }

  .about-hero-card::before {
    inset: 12px;
  }
}

@media (max-width: 480px) {
  .about-hero-card {
    min-height: 320px;
    padding: 24px 20px;
  }

  .rooms-page-hero .page-hero-inner {
    min-height: 320px;
    padding: 96px var(--page-pad) 24px;
  }
  .reservation-page-hero .page-hero-inner {
    min-height: 320px;
    padding: 96px var(--page-pad) 24px;
  }
}

/* === GUEST MATERIAL UPLOAD === */
.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;
}

.guest-upload-page {
  background: #e9ece8;
}

.guest-upload-main {
  width: min(100%, 520px);
  margin-inline: auto;
  padding: 86px 0 40px;
  background: #f9f8f4;
  box-shadow: 0 0 42px rgba(29, 36, 48, 0.08);
}

.guest-upload-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 270px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 20px 24px;
  overflow: hidden;
  background-image: url("./assets/rooms/chayaju-1.jpg");
  background-image: image-set(url("./assets/rooms/chayaju-1.webp") type("image/webp"), url("./assets/rooms/chayaju-1.jpg") type("image/jpeg"));
  background-position: center;
  background-size: cover;
  color: #fff;
}

.guest-upload-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 28, 27, 0.05) 8%, rgba(18, 28, 27, 0.84) 100%);
}

.guest-upload-eyebrow {
  margin-bottom: 8px;
  font-family: var(--f-sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.guest-upload-hero h1 {
  max-width: 12ch;
  font-family: var(--f-display);
  font-size: 2.35rem;
  font-weight: 500;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.guest-upload-hero > p {
  max-width: 38ch;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--f-sans);
  font-size: 0.85rem;
  line-height: 1.65;
}

.guest-upload-help {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 8px;
  align-items: baseline;
  margin-top: 16px;
  color: #fff;
  font-family: var(--f-sans);
  font-size: 0.72rem;
  line-height: 1.5;
}

.guest-upload-help strong {
  font-size: 0.76rem;
  overflow-wrap: anywhere;
}

.guest-upload-form {
  display: grid;
}

.guest-upload-section {
  padding: 30px 20px;
  border-bottom: 1px solid rgba(29, 36, 48, 0.12);
  background: #f9f8f4;
}

.guest-upload-section:last-child {
  border-bottom: 0;
}

.guest-upload-section-head {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-bottom: 22px;
}

.guest-upload-step {
  padding-top: 4px;
  color: #9c3a2d;
  font-family: var(--f-mono);
  font-size: 0.7rem;
  font-weight: 700;
}

.guest-upload-section h2 {
  font-family: var(--f-display);
  font-size: 1.65rem;
  font-weight: 500;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.guest-upload-section-note {
  margin: -10px 0 22px 40px;
  color: #68716d;
  font-family: var(--f-sans);
  font-size: 0.76rem;
  line-height: 1.65;
}

.guest-upload-field + .guest-upload-field {
  margin-top: 18px;
}

.guest-upload-field label {
  display: block;
  margin-bottom: 7px;
  color: #49514e;
  font-family: var(--f-sans);
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.45;
}

.guest-upload-input {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #bcc4c0;
  border-radius: 6px;
  outline: none;
  background: #fff;
  color: #1d2430;
  font-family: var(--f-sans);
  font-size: 1rem;
  line-height: 1.45;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.guest-upload-input:focus {
  border-color: #49685f;
  box-shadow: 0 0 0 3px rgba(73, 104, 95, 0.16);
}

.guest-upload-select {
  appearance: none;
  padding-right: 38px;
  background-image: linear-gradient(45deg, transparent 50%, #49685f 50%), linear-gradient(135deg, #49685f 50%, transparent 50%);
  background-position: calc(100% - 18px) 21px, calc(100% - 13px) 21px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}

.guest-upload-textarea {
  min-height: 112px;
  resize: vertical;
}

.guest-upload-list {
  display: grid;
}

.guest-upload-item {
  display: grid;
  gap: 12px;
  padding: 20px 0;
  border-top: 1px solid rgba(29, 36, 48, 0.1);
}

.guest-upload-item:last-child {
  padding-bottom: 0;
}

.guest-upload-item h3 {
  color: #1d2430;
  font-family: var(--f-sans);
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.4;
}

.guest-upload-item p {
  margin-top: 5px;
  color: #68716d;
  font-family: var(--f-sans);
  font-size: 0.75rem;
  line-height: 1.65;
}

.guest-upload-file {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.guest-upload-file-button,
.guest-upload-submit {
  display: inline-flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid #49685f;
  border-radius: 6px;
  background: #49685f;
  color: #fff;
  font-family: var(--f-sans);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.35;
  text-align: center;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.guest-upload-file:focus-visible + .guest-upload-file-status {
  outline: 3px solid rgba(73, 104, 95, 0.3);
  outline-offset: 3px;
}

.guest-upload-file-status {
  min-height: 20px;
  margin: -5px 0 0 !important;
  text-align: center;
  overflow-wrap: anywhere;
}

.guest-upload-previews {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.guest-upload-previews.is-video {
  grid-template-columns: minmax(0, 1fr);
}

.guest-upload-preview-item {
  position: relative;
  min-width: 0;
  margin: 0;
}

.guest-upload-preview-remove {
  position: absolute;
  top: 6px;
  right: 6px;
  display: grid;
  width: 30px;
  height: 30px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(29, 36, 48, 0.82);
  color: #fff;
  font-family: var(--f-sans);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.guest-upload-preview-remove:focus-visible {
  outline: 3px solid rgba(73, 104, 95, 0.36);
  outline-offset: 2px;
}

.guest-upload-preview-media {
  display: grid;
  width: 100%;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(29, 36, 48, 0.12);
  border-radius: 4px;
  background: #e9ece8;
}

.guest-upload-previews.is-video .guest-upload-preview-media {
  aspect-ratio: 16 / 9;
}

.guest-upload-preview-media img,
.guest-upload-preview-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guest-upload-preview-media video {
  background: #1d2430;
}

.guest-upload-preview-fallback {
  padding: 8px;
  color: #68716d;
  font-family: var(--f-mono);
  font-size: 0.7rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.guest-upload-preview-item figcaption {
  margin-top: 5px;
  color: #68716d;
  font-family: var(--f-sans);
  font-size: 0.66rem;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guest-upload-socials {
  display: grid;
  grid-template-columns: repeat(4, 44px);
  gap: 8px;
  margin-top: 12px;
}

.guest-upload-socials a {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid #bcc4c0;
  border-radius: 50%;
  background: #fff;
  color: #1d2430;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.guest-upload-socials svg {
  width: 21px;
  height: 21px;
  overflow: visible;
  fill: currentColor;
}

.guest-upload-socials a[aria-label="Instagram"] svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.guest-upload-socials .guest-upload-social-dot {
  fill: currentColor;
  stroke: none;
}

.guest-upload-socials a:focus-visible {
  outline: 3px solid rgba(73, 104, 95, 0.3);
  outline-offset: 3px;
}

.guest-upload-privacy {
  margin-top: 16px;
  color: #68716d;
  font-family: var(--f-sans);
  font-size: 0.68rem;
  line-height: 1.65;
}

.guest-upload-submit {
  margin-top: 20px;
  border-color: #9c3a2d;
  background: #9c3a2d;
}

.guest-upload-submit:disabled {
  cursor: wait;
  opacity: 0.58;
}

.guest-upload-status {
  min-height: 24px;
  margin-top: 12px;
  color: #49514e;
  font-family: var(--f-sans);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.55;
}

.guest-upload-status.is-error {
  color: #9c3a2d;
}

.guest-upload-status.is-success {
  color: #3f6558;
}

.guest-upload-loading-open,
.guest-upload-dialog-open {
  overflow: hidden;
}

.guest-upload-loading {
  position: fixed;
  z-index: 1300;
  inset: 0;
  display: grid;
  padding: max(20px, env(safe-area-inset-top)) 20px max(20px, env(safe-area-inset-bottom));
  place-items: center;
  cursor: wait;
}

.guest-upload-loading[hidden] {
  display: none;
}

.guest-upload-loading__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(249, 248, 244, 0.88);
  backdrop-filter: blur(4px);
}

.guest-upload-loading__content {
  position: relative;
  display: grid;
  max-width: 30ch;
  gap: 16px;
  place-items: center;
  color: #1d2430;
  text-align: center;
}

.guest-upload-loading__spinner {
  width: 44px;
  height: 44px;
  border: 3px solid rgba(73, 104, 95, 0.24);
  border-top-color: #49685f;
  border-radius: 50%;
  animation: guestUploadSpin 760ms linear infinite;
}

.guest-upload-loading__content p {
  font-family: var(--f-sans);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.6;
}

@keyframes guestUploadSpin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .guest-upload-loading__spinner {
    animation: none;
  }
}

.guest-upload-success-dialog {
  position: fixed;
  z-index: 1200;
  inset: 0;
  display: grid;
  padding: max(20px, env(safe-area-inset-top)) 18px max(20px, env(safe-area-inset-bottom));
  place-items: center;
}

.guest-upload-success-dialog[hidden] {
  display: none;
}

.guest-upload-success-dialog__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(29, 36, 48, 0.62);
  backdrop-filter: blur(4px);
}

.guest-upload-success-dialog__panel {
  position: relative;
  width: min(100%, 360px);
  padding: 42px 24px 24px;
  border: 1px solid rgba(29, 36, 48, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(29, 36, 48, 0.26);
  text-align: center;
}

.guest-upload-success-dialog__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #49514e;
  font-family: var(--f-sans);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.guest-upload-success-dialog__icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin: 0 auto 18px;
  place-items: center;
  border-radius: 50%;
  background: #49685f;
  color: #fff;
  font-family: var(--f-sans);
  font-size: 1.55rem;
  font-weight: 700;
}

.guest-upload-success-dialog__panel h2 {
  color: #1d2430;
  font-family: var(--f-display);
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.guest-upload-success-dialog__panel p {
  margin-top: 12px;
  color: #68716d;
  font-family: var(--f-sans);
  font-size: 0.88rem;
  line-height: 1.65;
}

.guest-upload-success-dialog__action {
  display: inline-flex;
  width: 100%;
  min-height: 48px;
  margin-top: 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid #49685f;
  border-radius: 6px;
  background: #49685f;
  color: #fff;
  font-family: var(--f-sans);
  font-size: 0.85rem;
  font-weight: 750;
  cursor: pointer;
}

.guest-upload-success-dialog__close:focus-visible,
.guest-upload-success-dialog__action:focus-visible {
  outline: 3px solid rgba(73, 104, 95, 0.32);
  outline-offset: 3px;
}

@media (hover: hover) {
  .guest-upload-preview-remove:hover {
    background: #9c3a2d;
    transform: scale(1.06);
  }

  .guest-upload-socials a:hover {
    border-color: #49685f;
    background: #49685f;
    color: #fff;
  }

  .guest-upload-file-button:hover {
    border-color: #38564e;
    background: #38564e;
  }

  .guest-upload-submit:hover {
    border-color: #812f24;
    background: #812f24;
  }

  .guest-upload-success-dialog__close:hover {
    background: #e9ece8;
    color: #1d2430;
  }

  .guest-upload-success-dialog__action:hover {
    border-color: #38564e;
    background: #38564e;
  }
}

@media (max-width: 860px) {
  .guest-upload-page .site-header {
    padding-block: 10px;
  }

  .guest-upload-page .brand-mark {
    width: 42px;
    height: 42px;
  }

  .guest-upload-page .brand-tag {
    display: none;
  }

  .guest-upload-main {
    padding-top: 64px;
    box-shadow: none;
  }
}

@media (min-width: 521px) {
  .guest-upload-main {
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 8px;
    overflow: hidden;
  }
}
