:root {
  --ink: #eee7dd;
  --soft: rgba(238, 231, 221, 0.68);
  --dim: rgba(238, 231, 221, 0.42);
  --copper: #733721;
  --cacao: #4b362b;
  --earth: #42362d;
  --soil: #322a24;
  --char: #241f1b;
  --line: rgba(238, 231, 221, 0.13);
  --accent: #bfa07e;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  padding-bottom: calc(92px + env(safe-area-inset-bottom));
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(116deg, #493827 0%, #75351f 36%, #42342a 58%, #302923 100%);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, rgba(38, 25, 18, 0) 0%, rgba(30, 25, 21, 0.78) 46%, rgba(33, 28, 24, 0.9) 100%),
    radial-gradient(circle at 18% 24%, rgba(165, 111, 55, 0.14), transparent 32%);
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 1px solid var(--accent);
  outline-offset: 5px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 80;
  padding: 10px 14px;
  color: #231a15;
  background: var(--ink);
  border-radius: 4px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: none;
}

.eyebrow {
  margin: 0;
  color: var(--dim);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 24px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0 16px;
  color: rgba(238, 231, 221, 0.54);
  background: rgba(80, 42, 27, 0.22);
  backdrop-filter: blur(14px);
}

.logo {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: rgba(238, 231, 221, 0.48);
  font-size: 18px;
  font-style: italic;
  line-height: 1;
  text-decoration: none;
  border: 1px solid rgba(238, 231, 221, 0.23);
  border-radius: 50%;
}

.site-header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px 13px;
  align-items: center;
}

.site-header a:not(.logo) {
  min-height: 28px;
  padding: 6px 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: color 180ms ease, opacity 180ms ease;
}

.site-header a:hover,
.site-header a:focus-visible {
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: 660px;
  padding: 78px 0 86px;
}

.vertical-tagline {
  position: absolute;
  top: 58px;
  left: max(28px, calc((100% - 1180px) / 2 + 150px));
  z-index: 2;
  margin: 0;
  color: rgba(238, 231, 221, 0.72);
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: 0.12em;
  writing-mode: vertical-rl;
}

.hero-image {
  width: min(1030px, calc(100% - 60px));
  margin: 124px 0 0;
}

.hero-image img {
  height: clamp(260px, 37vw, 560px);
  object-position: 50% 50%;
}

.story-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(210px, 0.78fr) minmax(320px, 1fr);
  gap: clamp(50px, 10vw, 150px);
  min-height: 560px;
  padding: 136px max(28px, calc((100% - 1180px) / 2)) 116px;
  background: linear-gradient(105deg, rgba(80, 64, 42, 0.78), rgba(111, 52, 31, 0.42));
}

.story-copy {
  align-self: center;
}

.story-copy h1 {
  margin: 28px 0 0;
  color: rgba(238, 231, 221, 0.72);
  font-size: clamp(15px, 1.8vw, 22px);
  font-weight: 400;
  line-height: 2.35;
  letter-spacing: 0.08em;
}

.story-photo {
  align-self: end;
  width: min(520px, 100%);
  margin: 0;
}

.story-photo img {
  aspect-ratio: 1.55;
}

.quiet-lead {
  display: grid;
  min-height: 640px;
  place-items: center;
  background: rgba(48, 41, 35, 0.86);
}

.quiet-lead p {
  margin: 0;
  color: rgba(238, 231, 221, 0.46);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.memory-section {
  display: grid;
  grid-template-columns: minmax(320px, 590px) minmax(220px, 360px);
  gap: clamp(48px, 9vw, 128px);
  align-items: center;
  min-height: 810px;
  padding: 110px max(28px, calc((100% - 1180px) / 2)) 120px 0;
  background: rgba(48, 41, 35, 0.94);
}

.memory-photo {
  width: min(590px, 100%);
  margin: 0;
}

.memory-photo img {
  aspect-ratio: 0.78;
  object-position: 48% 50%;
}

.memory-copy p,
.feature-text p,
.drink-feature p,
.space-section p,
.shop-section p,
.service-section dd {
  margin: 0;
  color: rgba(238, 231, 221, 0.56);
  font-size: 13px;
  line-height: 2.25;
}

.section-title {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 60px;
  align-items: center;
  min-height: 300px;
  padding: 88px max(28px, calc((100% - 1180px) / 2));
}

.section-title--warm {
  background: linear-gradient(105deg, rgba(112, 48, 29, 0.86), rgba(75, 58, 35, 0.7));
}

.section-title--drink {
  background: linear-gradient(105deg, rgba(78, 57, 36, 0.84), rgba(111, 49, 31, 0.66));
}

.section-title p {
  margin: 0;
  color: rgba(238, 231, 221, 0.5);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
}

.section-title h2 {
  margin: 0;
  color: rgba(238, 231, 221, 0.62);
  font-size: clamp(15px, 2.1vw, 23px);
  font-weight: 400;
  letter-spacing: 0.12em;
}

.feature {
  position: relative;
  min-height: 760px;
  padding: 0 max(28px, calc((100% - 1180px) / 2)) 96px;
  background: rgba(55, 46, 39, 0.96);
}

.feature--crepe {
  padding-top: 0;
}

.feature--crepe .feature-main {
  width: min(700px, 62vw);
  margin: -34px 0 0;
}

.feature--crepe .feature-main img {
  aspect-ratio: 1.5;
  object-position: 50% 58%;
}

.feature-name {
  color: rgba(238, 231, 221, 0.53);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(18px, 2.1vw, 28px);
  letter-spacing: 0.18em;
}

.feature-name--right {
  position: absolute;
  top: 164px;
  right: max(40px, calc((100% - 1180px) / 2 + 98px));
}

.feature-text {
  width: min(360px, 82vw);
  margin: 72px 0 0 max(28px, 11vw);
}

.feature--crepe .feature-sub {
  width: min(470px, 42vw);
  margin: -138px max(0px, 10vw) 0 auto;
}

.feature--crepe .feature-sub img {
  aspect-ratio: 1.42;
}

.feature--cheese {
  display: grid;
  grid-template-columns: minmax(260px, 410px) minmax(360px, 1fr);
  gap: 0;
  align-items: start;
  padding-top: 116px;
}

.feature--cheese .feature-name--left {
  grid-column: 1;
  align-self: center;
  width: 100%;
  min-height: 190px;
  display: grid;
  place-items: center start;
}

.feature--cheese .feature-main {
  grid-column: 2;
  width: min(760px, 100%);
  margin: 0 0 0 auto;
}

.feature--cheese .feature-main img {
  aspect-ratio: 2.2;
  object-position: 54% 50%;
}

.feature--cheese .feature-sub {
  grid-column: 1;
  width: min(460px, 100%);
  margin: -10px 0 0 24px;
}

.feature--cheese .feature-sub img {
  aspect-ratio: 1.12;
  object-position: 55% 54%;
}

.feature-text--right {
  grid-column: 2;
  width: min(360px, 90%);
  margin: 78px auto 0;
}

.gallery-band {
  position: relative;
  min-height: 680px;
  padding: 126px max(28px, calc((100% - 1180px) / 2)) 120px;
  background:
    linear-gradient(rgba(49, 42, 36, 0.78), rgba(49, 42, 36, 0.88)),
    url("assets/images/shop.jpg") center / cover;
}

.gallery-band h2 {
  margin: 0 0 70px;
  color: rgba(238, 231, 221, 0.7);
  font-size: clamp(15px, 2vw, 21px);
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.12em;
}

.sweet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 74px);
}

.sweet-grid article {
  min-width: 0;
}

.sweet-grid img {
  aspect-ratio: 1;
}

.sweet-grid h3 {
  margin: 24px 0 12px;
  color: rgba(238, 231, 221, 0.62);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.sweet-grid p {
  margin: 0;
  color: rgba(238, 231, 221, 0.46);
  font-size: 12px;
  line-height: 2;
}

.drink-feature {
  display: grid;
  grid-template-columns: minmax(320px, 710px) 1fr;
  gap: clamp(40px, 9vw, 130px);
  align-items: center;
  min-height: 580px;
  padding: 0 max(28px, calc((100% - 1180px) / 2)) 118px 0;
  background: rgba(55, 46, 39, 0.96);
}

.drink-feature figure {
  margin: -40px 0 0;
}

.drink-feature img {
  aspect-ratio: 1.8;
}

.drink-feature h2 {
  margin: 0 0 34px;
  color: rgba(238, 231, 221, 0.5);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(18px, 2.1vw, 28px);
  font-weight: 400;
  letter-spacing: 0.16em;
}

.space-section,
.service-section,
.shop-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(260px, 0.72fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: center;
  padding: 120px max(28px, calc((100% - 1180px) / 2));
  background: rgba(48, 41, 35, 0.98);
}

.space-section figure {
  margin: 0;
}

.space-section img {
  aspect-ratio: 0.92;
}

.space-section h2,
.service-section h2,
.shop-section h2 {
  margin: 28px 0 28px;
  color: rgba(238, 231, 221, 0.72);
  font-size: clamp(23px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.4;
}

.service-section {
  align-items: start;
  background: linear-gradient(105deg, rgba(91, 63, 38, 0.86), rgba(85, 43, 30, 0.72));
}

.service-section dl {
  margin: 0;
}

.service-section dl > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.service-section dt {
  color: rgba(238, 231, 221, 0.72);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.shop-section {
  min-height: 430px;
  background: rgba(36, 31, 27, 0.98);
}

.shop-link {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  color: rgba(238, 231, 221, 0.76);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-decoration: none;
  border: 1px solid rgba(238, 231, 221, 0.24);
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.shop-link:hover,
.shop-link:focus-visible {
  color: var(--ink);
  background: rgba(238, 231, 221, 0.08);
  border-color: rgba(238, 231, 221, 0.5);
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 34px;
  color: rgba(238, 231, 221, 0.42);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  border-top: 1px solid var(--line);
}

footer a {
  text-decoration: none;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.contact-fixed {
  position: fixed;
  right: 18px;
  bottom: calc(18px + env(safe-area-inset-bottom));
  z-index: 70;
  display: flex;
  width: min(340px, calc(100% - 36px));
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 12px 11px 15px;
  color: rgba(238, 231, 221, 0.74);
  background: rgba(31, 25, 21, 0.72);
  border: 1px solid rgba(238, 231, 221, 0.14);
  border-radius: 4px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.contact-fixed span {
  display: block;
  color: rgba(238, 231, 221, 0.5);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.contact-fixed p {
  margin: 3px 0 0;
  color: rgba(238, 231, 221, 0.72);
  font-size: 12px;
  line-height: 1.45;
}

.contact-fixed a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: #2a211b;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  background: rgba(238, 231, 221, 0.72);
  border-radius: 3px;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.contact-fixed a:hover,
.contact-fixed a:focus-visible {
  background: var(--ink);
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 40px 1fr;
    width: min(100% - 28px, 1180px);
  }

  .site-header nav {
    gap: 4px 10px;
  }

  .hero {
    min-height: 540px;
    padding-top: 54px;
  }

  .vertical-tagline {
    left: 44px;
  }

  .hero-image {
    width: calc(100% - 28px);
    margin-top: 116px;
  }

  .story-band,
  .memory-section,
  .feature--cheese,
  .drink-feature,
  .space-section,
  .service-section,
  .shop-section {
    grid-template-columns: 1fr;
  }

  .story-band,
  .memory-section,
  .feature,
  .drink-feature,
  .space-section,
  .service-section,
  .shop-section,
  .gallery-band,
  .section-title {
    padding-right: 24px;
    padding-left: 24px;
  }

  .story-band {
    min-height: auto;
  }

  .story-photo,
  .memory-photo,
  .drink-feature figure {
    width: 100%;
    margin: 0;
  }

  .memory-section {
    min-height: auto;
    padding-top: 84px;
  }

  .section-title {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: 220px;
  }

  .feature {
    min-height: auto;
    padding-top: 70px;
  }

  .feature--crepe .feature-main,
  .feature--crepe .feature-sub,
  .feature--cheese .feature-main,
  .feature--cheese .feature-sub {
    width: 100%;
    margin: 0;
  }

  .feature-name--right,
  .feature-name--left {
    position: static;
    min-height: auto;
    margin: 28px 0;
    place-items: start;
  }

  .feature-text,
  .feature-text--right {
    width: 100%;
    margin: 36px 0;
  }

  .feature--cheese .feature-name--left,
  .feature--cheese .feature-main,
  .feature--cheese .feature-sub,
  .feature-text--right {
    grid-column: auto;
  }

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

  .drink-feature {
    min-height: auto;
    padding-top: 0;
  }
}

@media (max-width: 560px) {
  body {
    padding-bottom: calc(144px + env(safe-area-inset-bottom));
  }

  .site-header {
    position: relative;
    display: block;
    padding-top: 18px;
    background: transparent;
  }

  .logo {
    margin-bottom: 12px;
  }

  .site-header nav {
    justify-content: flex-start;
  }

  .site-header a:not(.logo) {
    font-size: 10px;
  }

  .hero {
    min-height: 470px;
    padding: 34px 0 62px;
  }

  .vertical-tagline {
    top: 28px;
    left: 30px;
    font-size: 12px;
  }

  .hero-image {
    width: calc(100% - 24px);
    margin-top: 100px;
  }

  .hero-image img {
    height: 260px;
  }

  .quiet-lead {
    min-height: 400px;
  }

  .memory-copy p,
  .feature-text p,
  .drink-feature p,
  .space-section p,
  .shop-section p,
  .service-section dd {
    font-size: 12px;
  }

  .gallery-band {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .service-section dl > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .contact-fixed {
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    align-items: stretch;
    flex-direction: column;
  }

  .contact-fixed a {
    width: 100%;
  }

  footer {
    flex-direction: column;
    width: calc(100% - 48px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-reveal] {
    transform: none;
  }
}
