*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  html { scroll-behavior: smooth; }
:root { --eng-display-font: "Sancreek", "League Spartan", "Space Grotesk", "Barlow", "Inter", system-ui, sans-serif; }
  body {
  --tw-bg-opacity: 1;
  background-color: rgb(245 239 226 / var(--tw-bg-opacity, 1));
  font-family: "Noto Sans JP", system-ui, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(58 47 42 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
  section { scroll-margin-top: 72px; }
  /* Headings: switch to Gothic (sans) */
  h1,h2,h3,h4,h5,h6 {
  font-family: "Noto Sans JP", system-ui, sans-serif;
}
  /* Base body min size */
  p, a {font-size: 1rem; line-height: 1.5;}
  /* Lists and blockquotes slightly larger than base but unified */
  li, blockquote { font-size: 1.0625rem; line-height: 1.55; }
  a {
  text-decoration-line: underline;
  text-decoration-color: rgb(58 47 42 / 0.3);
  text-underline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
  a:hover {
  --tw-text-opacity: 1;
  color: rgb(27 27 27 / var(--tw-text-opacity, 1));
  text-decoration-color: #C6A667;
}
  strong, b {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(27 27 27 / var(--tw-text-opacity, 1));
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.btn-outline {
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(198 166 103 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(198 166 103 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.btn-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(198 166 103 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(27 27 27 / var(--tw-text-opacity, 1));
}
.btn-outline:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(198 166 103 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}
/* Visible keyboard focus for buttons */
.btn-outline:focus-visible, .pill-btn:focus-visible, .store-button:focus-visible {
  outline: 2px solid #C6A667;
  outline-offset: 3px;
}
@media (min-width: 768px) {

  .btn-outline:active {
    --tw-translate-y: 1px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {

  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
/* Typographic scale */
.section-title  {font-size: 1.5rem; line-height: 1.4; margin-bottom: 0.9rem; display: block; border-bottom-width: 0px; --tw-border-opacity: 1; border-color: rgb(198 166 103 / var(--tw-border-opacity, 1)); font-weight: 700; letter-spacing: 0.025em;}
/* Center heading; remove decorative underline */
.section-title { position: relative; text-align: center; }
.section-title::after { display: none !important; }
.badge {
  display: inline-block;
  border-radius: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.badge-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(27 27 27 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.card {
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(58 47 42 / 0.2);
  background-color: rgb(27 27 27 / 0.05);
  padding: 1.25rem;
  --tw-shadow: 0 10px 24px 0 rgba(0,0,0,.08);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.lead  { font-size: 1.0625rem; line-height: 1.6; color: rgb(58 47 42 / 0.8); }
.table-vintage th {
  font-size: 0.95rem;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: rgb(58 47 42 / 0.6);
}
.table-vintage td, .table-vintage th {
  border-bottom-width: 1px;
  border-color: rgb(58 47 42 / 0.2);
}
.table-vintage td:last-child {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 700;
}
.kicker--brass {
  --tw-bg-opacity: 1;
  background-color: rgb(198 166 103 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(27 27 27 / var(--tw-text-opacity, 1));
}
.img-vintage {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.table-vintage tr:last-child td {
  border-bottom-width: 0px;
}
.bg-paper { background-image: radial-gradient(rgba(58,47,42,0.10) 1px, transparent 1px), radial-gradient(rgba(58,47,42,0.07) 1px, transparent 1px); background-position: 0 0, 10px 10px; background-size: 20px 20px, 20px 20px; }
/* Apply max-w-3xl (60rem) to immediate container divs under every section */
section > div.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
}
.quote-item {
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(58 47 42 / 0.1);
  background-color: rgb(27 27 27 / 0.05);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgb(58 47 42 / 0.9);
}
/* Improve quote item legibility and alignment */
.quote-item { display: flex; align-items: center; justify-content: center; text-align: center; min-height: 4.25rem; }
@media (min-width: 768px) { .quote-item { min-height: 5rem; } }
.quote-item span { display: inline-block; }
/* Accent border and hover for quote cards */
.quote-item { position: relative; }
.quote-item { border-left: 3px solid rgba(198,166,103,.45); }
.quote-item:hover { background-color: rgba(27,27,27,.07); }
.quote-item:focus-within { outline: 2px solid rgba(198,166,103,.6); outline-offset: 2px; }
.kicker {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  display: block;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(27 27 27 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  /* Kicker (English label): Brooklyn-style display sans */
  font-family: var(--eng-display-font, "League Spartan", "Space Grotesk", "Barlow", "Inter", system-ui, sans-serif);
  font-size: 1.75rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
}
@media (min-width: 768px) {

  .kicker {
    font-size: 1.25rem;
    line-height: 1.4rem;
  }
}
/* Dark section kicker override */
#usp .kicker { color: #fff; text-shadow: 0 1px 0 rgba(0,0,0,.35); }
.frame {
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(58 47 42 / 0.1);
}
/* Gallery figure frame */
figure { position: relative; }
figure::before {
  content: "";
  position: absolute; inset: 0; border-radius: 0.5rem; pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 12px 24px rgba(0,0,0,.12);
}
/* Tablet/Desktop typography scale (smaller headings, more bottom space) */
@media (min-width: 768px) {
    .section-title { font-size: 2.5rem; line-height: 1.25; margin-bottom: 1.9rem; }
}
/* Dark section variants (e.g., USP) */
section#usp .note-card { background-color: rgba(255,255,255,.06); border-color: rgba(255,255,255,.15); color: rgba(255,255,255,.92); }
section#usp .note-card .dotted-sep, section#usp .note-card .border-dotted { border-color: rgba(255,255,255,.2); }
section#usp .card { background-color: rgba(255,255,255,.04); border-color: rgba(255,255,255,.12); }
/* Ensure readable links on dark background */
section#usp a { color: rgba(255,255,255,.9); text-decoration-color: rgba(255,255,255,.35); }
section#usp a:hover { color: #C6A667; text-decoration-color: #C6A667; }

/* Dark section variants (espresso background) for Pricing and Merits */
section#pricing, section#merits {
  /* espresso background */
  --tw-bg-opacity: 1;
  background-color: rgb(58 47 42 / var(--tw-bg-opacity, 1));
  color: #fff;
}
/* Headings on dark */
section#pricing .section-title, section#merits .section-title { color: #fff; }
/* Cards and notes on dark */
section#pricing .note-card, section#merits .note-card { background-color: rgba(255,255,255,.06); border-color: rgba(255,255,255,.15); color: rgba(255,255,255,.92); }
section#pricing .note-card .dotted-sep, section#merits .note-card .dotted-sep,
section#pricing .note-card .border-dotted, section#merits .note-card .border-dotted { border-color: rgba(255,255,255,.2); }
section#pricing .card, section#merits .card { background-color: rgba(255,255,255,.04); border-color: rgba(255,255,255,.12); color: rgba(255,255,255,.92); }
/* Links on dark */
section#pricing a, section#merits a { color: rgba(255,255,255,.9); text-decoration-color: rgba(255,255,255,.35); }
section#pricing a:hover, section#merits a:hover { color: #C6A667; text-decoration-color: #C6A667; }
/* Muted espresso text overrides become light on dark */
section#pricing .text-espresso\/70, section#merits .text-espresso\/70 { color: rgba(255,255,255,.8) !important; }
/* Price value accent on dark */
section#pricing .price-val { color: #C6A667; }

/* Card list spacing consistency */
.card ul > li + li { margin-top: .5rem; }

/* Payment banner styles */
.payment-panel {
  background: unset;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(58 47 42 / 0.1);
  padding: 0px;
}
@media (min-width:768px){
  .payment-panel { padding: 0px; }
}
.payment-strip {
  background: #1f2937; /* dark header */
  color: #fff;
  font-weight: 700;
  letter-spacing: .05em;
  border-radius: 0.75rem 0.75rem 0 0;
  padding: .5rem .75rem;
  margin: -1rem -1rem 1rem; /* stretch across the panel */
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width:768px){
  .payment-strip { margin: -1.5rem -1.5rem 1rem; padding: .6rem 1rem; font-size: 1.0625rem; }
}
.payment-panel .grid { align-items: center; }
.payment-panel .badge-dark { margin-top: .5rem; }
.badge-dark {
  display: inline-block;
  padding: .45rem .75rem;
  border-radius: .5rem;
  background: #1f2937;
  color: #fff;
  font-weight: 700;
  letter-spacing: .02em;
}
.payment-panel .font-heading { font-weight: 800; }
.payment-panel .text-espresso\/80 { display: inline-block; margin-left: .2rem; }
.payment-panel .amount-block { text-align: right; }
.payment-panel .amount-block .yen { display: inline-block; font-weight: 700; color: rgba(58,47,42,.8); }
/* Smooth hover lift for interactive cards */
.card, .note-card, .note-card--compact, .quote-item {
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
@media (hover:hover) {
  .note-card:hover, .note-card--compact:hover, .card:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(0,0,0,.08);
  }
}
/* Pricing: mobile cards with image */
.price-card { display: grid; grid-template-columns: 72px 1fr; gap: .85rem; align-items: center; }
.price-card.no-media { grid-template-columns: 1fr; }
.price-card__media { width: 72px; aspect-ratio: 1 / 1; border-radius: .75rem; overflow: hidden; box-shadow: inset 0 0 0 1px rgba(58,47,42,.12); background: rgba(27,27,27,.04); }
.price-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; filter: contrast(1.02) saturate(1.02); }
.price-card__body { min-width: 0; }
.price-card .price-val { margin-top: .35rem; font-size: 1.25rem; font-weight: 800; letter-spacing: .01em; color: #3A2F2A; }
/* Slightly larger visuals on larger phones */
@media (min-width: 400px){
  .price-card { grid-template-columns: 84px 1fr; gap: 1rem; }
  .price-card__media { width: 84px; border-radius: .85rem; }
  .price-card .price-val { font-size: 1.35rem; }
}
/* Tablet and up: stack image on top for cleaner grid cards */
@media (min-width: 768px){
  .price-card { grid-template-columns: 96px 1fr; align-items: center; }
  .price-card.no-media { grid-template-columns: 1fr; }
  .price-card__media { width: 96px; }
  .price-card .price-val { font-size: 1.45rem; }
}
@media (min-width: 1024px){
  .price-card { grid-template-columns: 108px 1fr; }
  .price-card.no-media { grid-template-columns: 1fr; }
  .price-card__media { width: 108px; }
  .price-card .price-val { font-size: 1.5rem; }
}

/* Consistent inner spacing for the 4 sections */
section#about .card,
section#what .card,
section#merits .card { padding: 1.25rem; }
@media (min-width:768px){
  section#about .card,
  section#what .card,
  section#merits .card { padding: 1.5rem; }
}
/* Hero vignette */
.vignette::after {
  content: ""; position: absolute; inset: 0; z-index: 5;
  background: radial-gradient(120% 65% at 50% 35%, rgba(0,0,0,0) 40%, rgba(0,0,0,.45) 100%);
  pointer-events: none;
}
/* Hero layers */
#hero { position: relative; }
#hero .hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background-position: center; background-size: cover; background-repeat: no-repeat;
  opacity: .2; /* requested ~20% visibility */
  transform: scale(1.05);
}
#hero .hero-overlay {
  position: absolute; inset: 0; z-index: 6;
  /* Remove whitening to ensure background opacity change is visible */
  background: transparent;
}
#hero .hero-pattern {
  position: absolute; inset: 0; z-index: 8;
  background-image: radial-gradient(rgba(27,27,27,.06) 1px, transparent 1px);
  background-size: 14px 14px;
  pointer-events: none;
}
#hero .hero-card {
  background: rgba(255,255,255,.82);
  color: #3A2F2A;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(58,47,42,.18);
  border-radius: .75rem;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  backdrop-filter: blur(2px);
}

/* Emphasize hero card appearance and add subtle spotlight */
#hero .hero-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, .90), rgba(255, 255, 255, .82));
  padding: 1.1rem 1.35rem;
  border: 4px solid rgb(79 52 28);
  border-radius: 1rem;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .12), 0 1px 0 rgba(255, 255, 255, .6) inset;
  backdrop-filter: blur(3px) saturate(105%);
  position: relative;
  isolation: isolate;
  animation: heroPop .6s cubic-bezier(.2, .8, .2, 1) .05s both;
}
#hero .hero-card::before {
  content: "";
  position: absolute; inset: -10% -12% -20% -12%; z-index: -1;
  background: radial-gradient(60% 55% at 50% 35%, rgba(198,166,103,.28), rgba(198,166,103,0) 70%);
  filter: blur(10px);
}

/* Hero headings */
.hero-h1, .hero-h2 { display:block; }
.hero-h1 { font-size: clamp(1.6rem, 3.6vw, 2.75rem); font-weight: 900; letter-spacing: .01em; text-shadow: 0 1px 0 rgba(255,255,255,.5); }
.hero-h2 { font-size: clamp(1.3rem, 3vw, 2.25rem); font-weight: 800; opacity: .98; color: #2e241f; text-shadow: 0 1px 0 rgba(255,255,255,.45); }
.hero-underline { display:block; width: 156px; height: 4px; margin:.7rem auto 0; background: linear-gradient(90deg,#C6A667,#b79658,#C6A667); border-radius: 9999px; overflow: hidden; position: relative; }
.hero-underline::after { content:""; position:absolute; inset:0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.8), transparent); width: 40%; transform: translateX(-100%); animation: underlineSlide 2.2s ease-in-out .4s infinite; mix-blend-mode: screen; }

/* Scroll next button */
.scroll-next {
  position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%);
  width: 44px; height: 44px; border-radius: 9999px;
  border: 1px solid rgba(58,47,42,.2);
  background: rgba(255,255,255,.85);
  color: #3A2F2A;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease;
}
.scroll-next:hover { transform: translateX(-50%) translateY(-2px); background: #fff; }
.scroll-next svg { animation: bounce 1.6s infinite ease-in-out; }
@keyframes bounce {
  0%, 100% { transform: translateY(0); opacity: .9; }
  50% { transform: translateY(4px); opacity: .7; }
}

/* Tweak hero min-height on small screens for better composition */
@media (max-width: 480px){
  #hero { min-height: 88vh; }
}
/* Small helpers for ink section */
.pill-brass {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(198 166 103 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(27 27 27 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  font-size: 0.95rem;
}
.note-card {
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(58 47 42 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(245 239 226 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(58 47 42 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px) {

  .note-card {
    padding: 1.5rem;
  }
}
/* Paragraph rhythm in note-cards */
.note-card p + p { margin-top: .5rem; }
/* Scoped spacing to the about block */
section#about .note-card { margin-bottom: 1.25rem; }
section#about .grid { margin-top: .75rem; }
section#about .card { margin-top: 1.5rem; }
.note-card--compact {
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(58 47 42 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(245 239 226 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(58 47 42 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px) {

  .note-card--compact {
    padding: 1.25rem;
  }
}
.dotted-sep {
  border-top-width: 2px;
  border-style: dotted;
  border-color: rgb(58 47 42 / 0.3);
}
.tag-red {
  display: inline-block;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  /* Darker red tone */
  background-color: rgb(160 20 20 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.ink-red { color: #A41414; }
.checkmark { border-color: #A41414 !important; color: #A41414 !important; }
.payment-panel {background: unset;border-radius: 0.75rem;border-width: 1px;border-color: rgb(58 47 42 / 0.1);padding: 0px;width: 80%;margin: 0 auto;margin-top: 20px;}
@media (min-width: 768px) {
  .payment-panel {padding: 0px;max-width: 430px;padding-bottom: 100px;}
}
.payment-strip {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: -1.5rem;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(27 27 27 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .payment-strip {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.fee-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(58 47 42 / var(--tw-text-opacity, 1));
}
.list-tight > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.pill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(58 47 42 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(245 239 226 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(58 47 42 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.pill-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(198 166 103 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(27 27 27 / var(--tw-text-opacity, 1));
}
.pill-btn--muted {
  opacity: .55;
  border-color: rgba(58,47,42,.15);
  color: rgba(58,47,42,.6);
  cursor: not-allowed;
  pointer-events: none;
}
.pill-btn--muted:hover { background-color: rgb(245 239 226 / 1); color: rgba(58,47,42,.6); }
button.pill-btn:disabled { opacity: .55; cursor: not-allowed; pointer-events: none; }
.pill-btn:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(198 166 103 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}
/* Menu overlay links */
.menu-link {
  display: inline-flex;
  width: 40%;
  max-width: 20rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-decoration-line: none;
  flex-direction: row-reverse;
}
.menu-link:hover {
  --tw-text-opacity: 1;
  color: rgb(198 166 103 / var(--tw-text-opacity, 1));
}
.menu-link:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(198 166 103 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}
@media (min-width: 768px) {

  .menu-link {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.menu-link { text-decoration: none; }
.menu-links {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {

  .menu-links {
    max-width: 640px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {

  .menu-links {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .menu-links {
    max-width: 1024px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1280px) {

  .menu-links {
    max-width: 1280px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1536px) {

  .menu-links {
    max-width: 1536px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
section > div.menu-links {
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
}
.menu-links {
  display: grid;
  height: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  place-items: center;
  gap: 1.5rem;
  overflow-y: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {

  .menu-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* Hide legacy toggle if any */
/* Flow (timeline) */
.flow {
  position: relative;
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.flow li { position: relative; padding-left: 2.75rem; }
@media (min-width: 768px) { .flow li { padding-left: 3.25rem; } }
.flow li::before {
    content: attr(data-step);
    position: absolute; left: 0; top: 0.1rem;
    width: 2rem; height: 2rem; line-height: 2rem;
    text-align: center; font-weight: 700;
    background: #C6A667; color: #1B1B1B; border-radius: 9999px;
    box-shadow: 0 1px 0 rgba(0,0,0,.06);
  }
@media (min-width: 768px) { .flow li::before { width: 2.25rem; height: 2.25rem; line-height: 2.25rem; } }
.flow li::after {
    content: '';
    position: absolute; left: 0.95rem; top: 2rem; bottom: -1.25rem;
    width: 2px; background: rgba(58,47,42,.25);
  }
@media (min-width: 768px) { .flow li::after { left: 1.1rem; top: 2.25rem; } }
.flow li:last-child::after { display: none; }
.flow-note  { font-size: .875rem; line-height: 1.4; color: rgb(58 47 42 / 0.7); }
/* Reviews typography */
.review-text { font-size: .9rem; line-height: 1.5; }
.review-author { font-size: .8rem; font-weight: 600; }
/* Fixed-size check icon */
.checkmark {
  width: 1.25rem; /* 20px */
  height: 1.25rem; /* 20px */
  flex: 0 0 1.25rem;
  font-size: .875rem;
  line-height: 1;
}
/* Stores panel (expand) */
.store-panel {
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(58 47 42 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(245 239 226 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(58 47 42 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px) {

  .store-panel {
    padding: 1.5rem;
  }
}
.store-panel {
  margin-top: 1rem;
}
.store-panel .store-list {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {

  .store-panel .store-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.store-panel .store-item {
  --tw-bg-opacity: 1;
  background-color: rgb(245 239 226 / var(--tw-bg-opacity, 1));
}
.store-panel .store-button {
  display: none;
}
.store-panel .store-content {
  display: block;
}
.store-panel .store-location h3  { font-size: 1rem; line-height: 1.4; font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif; font-weight: 600; }
.store-panel .store-location p  { font-size: .875rem; line-height: 1.4; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.isolate {
  isolation: isolate;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-5 {
  height: 1.25rem;
}
.h-8 {
  height: 2rem;
}
.h-auto {
  height: auto;
}
.min-h-\[100vh\] {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-5 {
  width: 1.25rem;
}
.w-8 {
  width: 2rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[320px\] {
  min-width: 320px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 60rem;
}
.border-separate {
  border-collapse: separate;
}
.border-spacing-y-2 {
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-start {
  scroll-snap-align: start;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-dotted {
  border-style: dotted;
}
.border-brass\/40 {
  border-color: rgb(198 166 103 / 0.4);
}
.border-espresso\/20 {
  border-color: rgb(58 47 42 / 0.2);
}
.border-espresso\/30 {
  border-color: rgb(58 47 42 / 0.3);
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(27 27 27 / var(--tw-bg-opacity, 1));
}
.bg-black\/10 {
  background-color: rgb(27 27 27 / 0.1);
}
.bg-black\/30 {
  background-color: rgb(27 27 27 / 0.3);
}
.bg-black\/40 {
  background-color: rgb(27 27 27 / 0.4);
}
.bg-black\/5 {
  background-color: rgb(27 27 27 / 0.05);
}
.bg-current {
  background-color: currentColor;
}
.bg-espresso {
  --tw-bg-opacity: 1;
  background-color: rgb(58 47 42 / var(--tw-bg-opacity, 1));
}
.bg-espresso\/95 {
  background-color: rgb(58 47 42 / 0.95);
}
.bg-kraft {
  --tw-bg-opacity: 1;
  background-color: rgb(245 239 226 / var(--tw-bg-opacity, 1));
}
.bg-kraft\/90 {
  background-color: rgb(245 239 226 / 0.9);
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-heading {
  font-family: "Noto Sans JP", system-ui, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[4\.5rem\] {
  font-size: 4.5rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-espresso {
  --tw-text-opacity: 1;
  color: rgb(58 47 42 / var(--tw-text-opacity, 1));
}
.text-espresso\/60 {
  color: rgb(58 47 42 / 0.6);
}
.text-espresso\/70 {
  color: rgb(58 47 42 / 0.7);
}
.text-espresso\/80 {
  color: rgb(58 47 42 / 0.8);
}
.text-espresso\/90 {
  color: rgb(58 47 42 / 0.9);
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.underline {
  text-decoration-line: underline;
}
.decoration-white\/40 {
  text-decoration-color: rgb(255 255 255 / 0.4);
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.hover\:bg-brass:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(198 166 103 / var(--tw-bg-opacity, 1));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(27 27 27 / var(--tw-text-opacity, 1));
}
.hover\:text-brass:hover {
  --tw-text-opacity: 1;
  color: rgb(198 166 103 / var(--tw-text-opacity, 1));
}
.hover\:decoration-brass:hover {
  text-decoration-color: #C6A667;
}
.hover\:filter-none:hover {
  filter: none;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-brass:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(198 166 103 / var(--tw-ring-opacity, 1));
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
@media (min-width: 768px) {

  .md\:right-6 {
    right: 1.5rem;
  }

  .md\:top-6 {
    top: 1.5rem;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:max-w-3xl {
    max-width: 60rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-\[6\.5rem\] {
    font-size: 6.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/* Reviews (口コミ) */
.review-slider { scroll-padding: 1rem; }
.review-card {
  border-radius: 0.75rem;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  padding: 1rem;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}
.review-card .stars {
  color: #C6A667; /* brass */
  font-size: 1rem;
  letter-spacing: .05em;
  margin-bottom: .5rem;
}
.review-card .review-text { color: rgba(27,27,27,.8); line-height: 1.7; }
.review-card .review-author { margin-top: .75rem; font-weight: 700; color: rgba(27,27,27,.9); }

/* Subtle gradient fade on edges of horizontal scrollers */
.review-slider { mask-image: linear-gradient(90deg, transparent 0, black 24px, black calc(100% - 24px), transparent 100%); }

/* Outline dark button (rounded like reference) */
.btn-outline-dark {
  display: inline-block;
  padding: .875rem 1.25rem;
  border: 2px solid #1B1B1B;
  border-radius: 9999px;
  color: #1B1B1B;
  font-weight: 700;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 2px 0 rgba(0,0,0,.15);
  transition: .2s ease;
}
.btn-outline-dark:hover { background: #1B1B1B; color: #fff; }
.btn-outline-dark:active { transform: translateY(1px); }

/* Contact list (footer/booking CTAs) */
.contact-list { margin-top: .5rem; }
.contact-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  gap: 0;
  padding: .5rem;
  border: 2px dashed rgba(58,47,42,.9); /* espresso */
  border-radius: 1rem;
  background: unset; /* white -> kraft */
  color: #3A2F2A;
  text-decoration: none;
  box-shadow: 0 2px 0 rgba(0,0,0,.06);
}
.contact-item:hover { filter: brightness(0.98); }
.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: unset;
  border-right: 2px dashed rgba(58,47,42,.9);
  height: 100%;
  border-radius: .75rem 0 0 .75rem;
  color: #16a34a; /* LINE green as default icon color */
}
.contact-item:nth-child(2) .contact-icon { color: #3A2F2A; }
.contact-item:nth-child(3) .contact-icon { color: #3A2F2A; }
.contact-body { padding: .5rem .75rem; }
.contact-title { font-size: 1.25rem; font-weight: 800; }
.contact-sub { font-size: .85rem; color: rgba(27,27,27,.8); margin-top: .15rem; }
.contact-number { display: inline-block; margin-left: .5rem; font-weight: 700; }
@media (min-width:768px){
  .contact-item { grid-template-columns: 80px 1fr; padding: .6rem; border-radius: 1.25rem; }
  .contact-title { font-size: 1.5rem; }
}

/* Fixed right-side vertical CTAs */
.floating-cta {
  position: fixed;
  right: 12px;
  bottom: 20vh;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 50;
}
.vbtn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background-color: #3A2F2A; /* espresso */
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 16px;
  padding: 10px 8px;
  width: 44px;
  min-height: 160px;
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
  text-align: center;
  gap: 6px;
}
.vbtn:hover { background-color: #C6A667; color: #1b1b1b; border-color: rgba(0,0,0,.15); }
.vbtn .vbtn-icon {
  writing-mode: initial; /* keep icon normal */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  background: rgba(255,255,255,.12);
  color: #fff;
}
.vbtn .vbtn-label {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: .08em;
  line-height: 1.2;
}
@media (max-width: 640px) {
  .floating-cta { right: 8px; bottom: 12vh; }
  .vbtn { width: 40px; min-height: 140px; border-radius: 14px; }
}

/* Additional classes for image styling */
.text-center {
  text-align: center;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.w-4\/5 {
  width: 80%;
}

.max-w-lg {
  max-width: 32rem;
}

.w-full {
  width: 100%;
}

.h-auto {
  height: auto;
}

.rounded-2xl {
  border-radius: 1rem;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.difference-item {
  position: relative;
  padding-left: 1.25rem;
}

.difference-item::before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0.25rem;
  font-weight: 700;
  color: #3A2F2A;
}

/* Text wrapping improvements */
p {
  word-break: keep-all;
  overflow-wrap: break-word;
  hyphens: none;
  line-height: 1.6;
}

/* For Japanese text specifically */
.japanese-text {
  word-break: keep-all;
  overflow-wrap: break-word;
  hyphens: none;
  line-height: 1.7;
}

/* Prevent awkward line breaks in headings */
h1, h2, h3, h4, h5, h6 {
  word-break: keep-all;
  overflow-wrap: break-word;
  hyphens: none;
}
