:root {
  --paper: #fdfaf8;
  --paper-warm: #fbf4f1;
  --blush: #f3dfdc;
  --rose-pale: #ead0d0;
  --rose: #c98289;
  --rose-deep: #9d6069;
  --ink: #433836;
  --muted: #756966;
  --rule: #e5cbc9;
  --shadow: 0 8px 24px rgba(115, 73, 69, .08);
  --serif: "Noto Serif JP", "Yu Mincho", serif;
  --script: "Sacramento", cursive;
  --latin: "Italiana", serif;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: .06em;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
:focus-visible { outline: 2px solid var(--rose-deep); outline-offset: 4px; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: 7px 14px; background: white; }
.skip-link:focus { top: 1rem; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  height: 64px;
  align-items: center;
  justify-content: space-between;
  padding: 9px 19px 8px;
  background: rgba(253, 250, 248, .96);
  box-shadow: 0 1px 0 rgba(213, 179, 176, .18);
  backdrop-filter: blur(10px);
}
.brand { min-width: 138px; }
.brand-logo { width: auto; height: 44px; max-width: 152px; object-fit: contain; }
.menu-button { display: grid; width: 38px; height: 38px; padding: 9px 7px; align-content: center; gap: 5px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; height: 1px; background: var(--ink); transition: .24s; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-6px) rotate(-45deg); }
.global-nav {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  display: grid;
  padding: .8rem 7vw 1.5rem;
  background: rgba(253, 250, 248, .985);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: .24s;
}
.global-nav.open { opacity: 1; pointer-events: auto; visibility: visible; transform: scaleY(1); }
.global-nav a { padding: .42rem; border-bottom: 1px solid var(--rule); font-family: var(--latin); }
.global-nav a[aria-current="page"] { color: var(--rose-deep); }

/* Hero */
.about-hero { position: relative; min-height: 278px; overflow: hidden; background: #f7efeb; }
.about-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(253, 249, 247, .98) 0%, rgba(253, 249, 247, .91) 39%, rgba(253, 249, 247, .3) 70%, transparent 100%);
}
.about-hero-copy { position: relative; z-index: 1; width: 67%; max-width: 310px; padding: 43px 0 38px 24px; }
.eyebrow { margin: 0; color: var(--rose); font: .72rem var(--latin); letter-spacing: .12em; }
.eyebrow::after { content: ""; display: block; width: 122px; height: 8px; margin-top: 11px; background: url("../assets/images/ornament-divider.webp") center/100% 100% no-repeat; opacity: .66; }
.about-hero h1 { margin: 16px 0 14px; white-space: nowrap; font: clamp(1.85rem, 9vw, 2.25rem)/1.1 var(--latin); letter-spacing: .03em; }
.about-hero h1::after { content: ""; display: block; width: 80px; height: 1px; margin-top: 13px; background: var(--rose-pale); }
.about-hero-copy > p:last-child { margin: 0; font-size: .57rem; line-height: 2; }

/* Shared section language */
.about-section { position: relative; padding: 48px 20px; overflow: hidden; }
.section-heading { position: relative; z-index: 2; margin-bottom: 28px; text-align: center; }
.section-heading h2 { margin: 0; color: var(--rose-deep); font-size: 1.08rem; font-weight: 500; line-height: 1.7; letter-spacing: .12em; }
.section-heading h2::after { content: ""; display: block; width: 88px; height: 8px; margin: 8px auto 0; background: url("../assets/images/ornament-divider.webp") center/100% 100% no-repeat; opacity: .64; }

/* Name story */
.name-story { background: linear-gradient(120deg, #fffafa, #f8ece8); }
.name-story::before { content: ""; position: absolute; left: -55px; bottom: -62px; width: 170px; height: 210px; background: url("../assets/images/botanical-corner-clean.webp") center/contain no-repeat; opacity: .12; }
.story-layout { position: relative; z-index: 1; max-width: 820px; margin: auto; }
.name-logo { width: min(60vw, 210px); margin: 25px auto 0; }
.name-logo img { width: 100%; filter: drop-shadow(0 8px 15px rgba(115, 73, 69, .08)); }
.story-copy { font-size: .66rem; line-height: 2.05; }
.story-copy p { margin: 0 0 15px; }
.story-copy p:last-child { margin-bottom: 0; }
.logo-story { padding-top: 25px; margin-top: 28px; border-top: 1px solid rgba(229, 203, 201, .74); font-size: .66rem; line-height: 2.05; }
.logo-story h3 { margin: 0 0 18px; color: var(--rose-deep); text-align: center; font-size: .9rem; font-weight: 500; line-height: 1.8; letter-spacing: .08em; }
.logo-story p { margin: 0 0 15px; }
.logo-story p:last-child { margin-bottom: 0; }

/* Values */
.commitments { background: #fffdfb; }
.commitment-grid { position: relative; z-index: 1; display: grid; gap: 26px; max-width: 900px; padding: 0; margin: auto; list-style: none; }
.commitment-grid li {
  position: relative;
  min-height: 198px;
  padding: 40px 22px 24px;
  border: 1px solid rgba(229, 203, 201, .78);
  border-radius: 10px;
  background: rgba(255, 253, 251, .96);
  box-shadow: 0 8px 22px rgba(115, 73, 69, .055);
  text-align: center;
}
.commitment-grid img { position: absolute; top: -25px; left: 50%; width: 54px; height: 54px; border-radius: 50%; transform: translateX(-50%); }
.commitment-grid img.commitment-icon--products { transform: translateX(-50%) scale(.79); }
.commitment-grid h3 { margin: 0 0 15px; font-size: .82rem; font-weight: 500; line-height: 1.75; letter-spacing: .08em; }
.commitment-grid p { margin: 0; color: var(--muted); font-size: .59rem; line-height: 1.95; }

/* Access */
.access { background: linear-gradient(135deg, #fbf4f1, #fffdfb); }
.access-layout { position: relative; z-index: 1; display: grid; gap: 24px; max-width: 900px; margin: auto; }
.map-frame { min-height: 260px; padding: 5px; border: 1px solid var(--rule); border-radius: 10px; background: #fff; box-shadow: var(--shadow); }
.map-frame iframe { display: block; width: 100%; height: 260px; border: 0; border-radius: 6px; filter: sepia(.08) saturate(.75) contrast(.92); }
.access-list { margin: 0; }
.access-list > div { display: grid; grid-template-columns: 95px minmax(0, 1fr); gap: 10px; padding: 14px 0; border-bottom: 1px solid rgba(229, 203, 201, .72); }
.access-list dt { color: var(--rose-deep); font-size: .62rem; font-weight: 600; }
.access-list dt span { margin-right: 7px; color: var(--rose); }
.access-list dd { margin: 0; font-size: .61rem; line-height: 1.85; }
.access-list address { font-style: normal; }
.access-list dd a { display: inline-block; margin-top: 8px; border-bottom: 1px solid var(--rose); color: var(--rose-deep); font-size: .56rem; }

/* Gallery */
.gallery { background: #fffdfb; }
.gallery-lead { max-width: 600px; margin: -12px auto 22px; color: var(--muted); text-align: center; font-size: .6rem; line-height: 1.9; }
.slicer-slider { width: min(100%, 720px); margin: auto; }
.slicer-viewport {
  --caption-height: 54px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.05 / 1;
  border: 1px solid var(--rule);
  border-radius: 12px;
  background: var(--paper-warm);
  box-shadow: 0 12px 32px rgba(115, 73, 69, .1);
  touch-action: pan-y;
}
.slicer-slide { position: absolute; inset: 0 0 var(--caption-height); margin: 0; overflow: hidden; opacity: 0; visibility: hidden; transform: translateZ(0); backface-visibility: hidden; }
.slicer-slide.is-active { opacity: 1; visibility: visible; }
.slicer-slide.is-transitioning { z-index: 3; opacity: 1; visibility: visible; }
.slicer-slide img { position: absolute; inset: 0; display: block; width: 100%; max-width: none; height: 100%; object-fit: cover; object-position: center; transform: none; backface-visibility: hidden; }
.slicer-slide figcaption,
.slicer-caption-layer { display: flex; align-items: center; justify-content: center; padding: 0 16px; border-top: 1px solid var(--rule); background: rgba(255, 251, 249, .98); color: var(--rose-deep); text-align: center; font-size: .68rem; font-weight: 500; line-height: 1.55; letter-spacing: .06em; }
.slicer-slide figcaption { display: none; }
.slicer-caption-layer { position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; height: var(--caption-height); opacity: 1; pointer-events: none; }

/* Contact */
.about-contact {
  position: relative;
  padding: 14px 18px 44px;
  background: #fffafa;
}
.about-contact-panel {
  position: relative;
  max-width: 720px;
  padding: 25px 20px 22px;
  margin: auto;
  overflow: hidden;
  border: 1px solid rgba(204, 151, 149, .65);
  background: #fdf8f5 url("../assets/images/letter-paper-texture.webp") repeat;
  background-size: 420px auto;
  box-shadow: var(--shadow);
  text-align: center;
}
.about-contact-panel::before,
.about-contact-panel::after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 92px;
  height: 130px;
  background: url("../assets/images/botanical-corner-clean.webp") bottom/contain no-repeat;
  opacity: .2;
}
.about-contact-panel::before { left: -12px; }
.about-contact-panel::after { right: -12px; transform: scaleX(-1); }
.about-contact-heading,
.about-contact-line { position: relative; z-index: 1; }
.about-contact-heading h2 { margin: 0; font-size: 1.02rem; font-weight: 500; line-height: 1.65; letter-spacing: .15em; }
.about-contact-heading h2::after { content: ""; display: block; width: 170px; height: 8px; margin: 10px auto 0; background: url("../assets/images/ornament-divider.webp") center/100% 100% no-repeat; opacity: .72; }
.about-contact-heading p { margin: 13px auto 0; font-size: .58rem; line-height: 1.9; }
.about-contact-line {
  display: flex;
  width: min(100%, 620px);
  min-height: 46px;
  aspect-ratio: 6.3 / 1;
  align-items: center;
  justify-content: center;
  margin: 16px auto 0;
  background: transparent url("../assets/images/card-frame-transparent.webp") center/contain no-repeat;
  color: var(--rose-deep);
  font-size: .78rem;
  letter-spacing: .1em;
}

/* Footer and floating contact */
footer { padding: 28px 18px 36px; border-top: 1px solid var(--rule); background: #fffafa; text-align: center; font-size: .53rem; }
.footer-brand { margin: 0 0 10px; }
.footer-logo { display: block; width: min(58vw, 220px); height: auto; margin: 0 auto; }
.footer-brand + nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 3px 12px; margin-bottom: 9px; font-family: var(--latin); }
.footer-brand + nav a:not(:last-child)::after { content: "/"; margin-left: 12px; color: var(--muted); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 12px; margin: 7px 0; }
footer > small { font-size: .48rem; }
.floating-line { position: fixed; z-index: 30; right: 13px; bottom: 13px; display: grid; width: 64px; height: 64px; place-content: center; border: 2px solid white; border-radius: 50%; background: linear-gradient(135deg, #c98a90, #a8646d); color: white; box-shadow: var(--shadow); text-align: center; transition: opacity .25s, transform .25s, visibility .25s; }
.floating-line b { font-size: .53rem; }
.floating-line span { font-size: .55rem; }
.floating-line.is-contact-hidden { opacity: 0; pointer-events: none; visibility: hidden; transform: translateY(10px); }

@media (min-width: 600px) {
  body { font-size: 15px; }
  .site-header { height: 76px; padding-inline: 5vw; }
  .brand-logo { height: 56px; max-width: 178px; }
  .global-nav { top: 76px; }
  .about-hero { min-height: 360px; }
  .about-hero-copy { max-width: 440px; padding: 67px 0 58px 7vw; }
  .eyebrow { font-size: .83rem; }
  .about-hero h1 { font-size: 3.15rem; }
  .about-hero-copy > p:last-child { font-size: .72rem; }
  .about-section { padding: 66px 6vw; }
  .section-heading h2 { font-size: 1.3rem; }
  .story-layout { display: grid; grid-template-columns: 1fr 190px; gap: 35px; align-items: center; }
  .name-logo { width: 180px; margin: 0 auto; }
  .story-copy { font-size: .72rem; }
  .logo-story { grid-column: 1 / -1; font-size: .72rem; }
  .logo-story h3 { font-size: 1.05rem; }
  .commitment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 18px; }
  .commitment-grid li { padding-inline: 18px; }
  .map-frame, .map-frame iframe { min-height: 360px; }
  .slicer-viewport { --caption-height: 64px; aspect-ratio: 1.16 / 1; }
  .slicer-slide figcaption, .slicer-caption-layer { font-size: .82rem; }
  .about-contact { padding: 18px 6vw 58px; }
  .about-contact-panel { padding: 36px 42px 34px; }
  .about-contact-heading h2 { font-size: 1.25rem; }
  .about-contact-heading p { font-size: .68rem; }
}

@media (min-width: 1024px) {
  .site-header { height: 86px; padding-inline: 6vw; }
  .menu-button { display: none; }
  .global-nav { position: static; display: flex; gap: 22px; padding: 0; background: transparent; box-shadow: none; opacity: 1; pointer-events: auto; visibility: visible; transform: none; }
  .global-nav a { padding: 4px 0; border: 0; font-size: .7rem; }
  .about-hero { min-height: 410px; }
  .about-hero-copy { padding-left: 9vw; }
  .about-section { padding-block: 78px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
