:root {
  --cream: #f5efe4;
  --paper: #fbf8f1;
  --olive: #4b6b1e;
  --olive-deep: #253614;
  --ink: #1f2719;
  --muted: #6d7564;
  --coral: #de6849;
  --line: rgba(75, 107, 30, .2);
  --display: "Songti SC", "Noto Serif SC", "STSong", serif;
  --body: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --shadow: 0 18px 50px rgba(50, 48, 30, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); font-size: 16px; line-height: 1.75; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; padding: .55rem .9rem; color: var(--paper); background: var(--olive-deep); }
.skip-link:focus { top: 1rem; }
.site-header { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; max-width: 1320px; margin: 0 auto; padding: 1.25rem 4vw; }
.wordmark { display: block; width: 122px; }
.wordmark img { width: 100%; height: auto; }
.site-nav { display: flex; gap: clamp(1.2rem, 3vw, 3.5rem); align-items: center; }
.site-nav a { position: relative; padding: .35rem 0; color: var(--olive-deep); font-size: .9rem; letter-spacing: .06em; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--coral); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; border: 0; color: var(--olive-deep); background: transparent; cursor: pointer; }
.menu-toggle i { display: inline-block; width: 1.5rem; height: 1px; margin-left: .5rem; vertical-align: middle; background: currentColor; position: relative; }
.menu-toggle i::after { content: ""; position: absolute; right: 0; bottom: -6px; width: 1rem; height: 1px; background: currentColor; }
main { min-height: 50vh; }
.section-wrap { width: min(1180px, calc(100% - 10vw)); margin: 0 auto; }
.eyebrow, .page-kicker { display: block; color: var(--olive); font-size: .7rem; font-weight: 700; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.page-kicker { width: min(1180px, calc(100% - 10vw)); margin: 1rem auto 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: 1.14; letter-spacing: -.04em; text-wrap: balance; }
h1 { margin-bottom: 1.5rem; font-size: clamp(3.6rem, 8vw, 7.2rem); }
h2 { margin-bottom: 1.3rem; font-size: clamp(2.6rem, 5vw, 5rem); }
h3 { margin-bottom: .65rem; font-size: clamp(1.6rem, 2.4vw, 2.25rem); }
em { color: var(--olive); font-style: normal; }
.button { display: inline-flex; align-items: center; gap: 1.5rem; padding: .9rem 1.25rem; font-size: .82rem; letter-spacing: .08em; transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button-dark { color: var(--paper); background: var(--olive-deep); }
.button-light { color: var(--olive-deep); background: var(--paper); }
.text-link { display: inline-flex; align-items: center; gap: .8rem; padding-bottom: .2rem; border-bottom: 1px solid currentColor; color: var(--olive-deep); font-size: .84rem; letter-spacing: .08em; }
.text-link span { color: var(--coral); font-size: 1.15rem; }
.hero { display: grid; grid-template-columns: minmax(0, .84fr) minmax(380px, .9fr); align-items: center; gap: 7vw; width: min(1320px, calc(100% - 8vw)); margin: 2rem auto 9rem; }
.hero-copy { padding-left: clamp(1rem, 4vw, 5rem); }
.hero-copy h1 { max-width: 680px; }
.hero-intro { max-width: 360px; margin-bottom: 2.5rem; color: var(--muted); }
.hero-image { position: relative; max-width: 610px; justify-self: end; }
.hero-image::before { content: ""; position: absolute; inset: 5% -8% -5% 8%; z-index: -1; border-radius: 48% 48% 0 0; background: #e6dcc6; }
.hero-image img { width: 100%; max-height: 730px; object-fit: cover; object-position: center; }
.image-stamp { position: absolute; bottom: 2.5rem; left: -3.8rem; padding: .9rem 1.1rem; color: var(--paper); background: var(--coral); font-size: .82rem; line-height: 1.05; letter-spacing: .14em; transform: rotate(-8deg); }
.image-stamp small { display: block; margin-top: .3rem; font-size: .48rem; letter-spacing: .17em; }
.intro-band { display: grid; grid-template-columns: 1.1fr .8fr; gap: 8vw; align-items: end; padding: 5rem 0 4rem; border-top: 1px solid var(--line); }
.intro-band h2, .section-heading h2 { margin-bottom: 0; }
.section-lede { max-width: 360px; }
.section-lede p { margin-bottom: 1.75rem; color: var(--muted); }
.product-feature { position: relative; display: grid; grid-template-columns: 1fr 70px; gap: 2.5rem; padding-bottom: 10rem; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2.5vw, 2.5rem); }
.product-card { min-width: 0; }
.product-image { display: grid; place-items: center; min-height: 235px; padding: 1.2rem; background: #ece4d3; }
.product-image img { width: 100%; height: 245px; object-fit: contain; }
.product-card:nth-child(2) .product-image { background: #e9e0d0; }
.product-card:nth-child(3) .product-image { background: #efe2d1; }
.product-card-copy { padding-top: 1.2rem; }
.product-card-copy .eyebrow { margin-bottom: .6rem; color: var(--coral); font-size: .62rem; }
.product-card-copy h3 { margin-bottom: .45rem; }
details { color: var(--muted); font-size: .82rem; }
summary { display: inline-block; color: var(--olive); cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: " +"; color: var(--coral); }
details[open] summary::after { content: " −"; }
details p { max-width: 260px; margin: .6rem 0 0; }
.feature-aside { display: flex; align-items: center; flex-direction: column; justify-content: space-between; }
.vertical-note { writing-mode: vertical-rl; color: var(--olive); font-size: .62rem; letter-spacing: .16em; }
.feature-round { display: grid; place-items: center; width: 68px; height: 68px; border: 1px solid var(--coral); border-radius: 50%; color: var(--coral); font-family: var(--display); font-size: .85rem; line-height: 1.1; text-align: center; transform: rotate(8deg); }
.feature-round strong { font-size: 1rem; font-weight: 400; }
.scenes-section { padding-bottom: 10rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; padding-bottom: 3rem; }
.scenes-grid { display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 1.5rem; align-items: start; }
.scene { display: block; }
.scene-2 { margin-top: 5rem; }
.scene-image { overflow: hidden; background: #e7ddcb; }
.scene-image img { width: 100%; height: 360px; object-fit: cover; transition: transform .7s ease; }
.scene-2 .scene-image img { height: 480px; }
.scene:hover .scene-image img { transform: scale(1.04); }
.scene-copy { padding-top: 1.1rem; }
.scene-copy h3 { margin: .6rem 0 1.1rem; }
.scene-copy .text-link { border-bottom: 0; font-size: .72rem; }
.belief { display: grid; grid-template-columns: minmax(260px, .9fr) 1.1fr; gap: 10vw; align-items: center; padding-bottom: 11rem; }
.belief-image { padding: 2rem; background: #e6d6c2; }
.belief-image img { width: 100%; }
.belief-copy p { max-width: 450px; margin: 2rem 0; color: var(--muted); }
.space-teaser { display: grid; grid-template-columns: 1.2fr .8fr; background: var(--olive-deep); color: var(--paper); }
.space-image { min-height: 560px; }
.space-image img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.space-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 8vw; }
.space-copy .eyebrow { color: #bfd182; }
.space-copy h2 { margin-top: 1.5rem; color: var(--paper); }
.space-copy h2 em { color: #d8e997; }
.space-copy p { max-width: 300px; margin: .5rem 0 2rem; color: #d7dfc6; }
.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 2rem; width: min(1180px, calc(100% - 10vw)); margin: 0 auto; padding: 4.5rem 0 2rem; color: var(--olive); font-size: .75rem; }
.footer-mark { width: 90px; }
.footer-note { justify-self: end; color: var(--muted); }
.page-hero { display: grid; grid-template-columns: 1.05fr .65fr; align-items: end; gap: 8vw; padding: 7rem 0 9rem; }
.page-hero h1 { margin-bottom: 0; }
.page-hero > p, .page-hero > div:last-child p { max-width: 360px; margin-bottom: .25rem; color: var(--muted); }
.small-note { margin-top: 1.25rem !important; padding-left: 1rem; border-left: 2px solid var(--coral); font-size: .78rem; }
.cake-catalog { padding-bottom: 10rem; }
.catalog-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.catalog-head h2 { margin: .8rem 0 0; }
.filter-group { display: flex; gap: .6rem; }
.filter-button { padding: .5rem .9rem; border: 1px solid var(--line); border-radius: 999px; color: var(--olive); background: transparent; cursor: pointer; font-size: .75rem; }
.filter-button:hover, .filter-button:focus-visible, .filter-button.is-active { color: var(--paper); border-color: var(--olive); background: var(--olive); }
.full-products { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(.8rem, 1.6vw, 1.5rem); }
.full-products .product-image { min-height: 220px; padding: .8rem; }
.full-products .product-image img { height: 210px; }
.full-products .product-card-copy h3 { font-size: 1.45rem; }
.full-products .product-card-copy details p { font-size: .76rem; }
.product-card.is-hidden, .series-tile.is-hidden { display: none; }
.catalog-result-wrap.is-empty { display: none; }
.catalog-results { padding-bottom: 1rem; }
.mobile-break { display: none; }
.detail-trigger { display: inline-flex; gap: .5rem; align-items: center; padding: 0; border: 0; border-bottom: 1px solid var(--olive); color: var(--olive); background: transparent; cursor: pointer; font-size: .78rem; }
.detail-trigger span { color: var(--coral); font-size: 1rem; }
.product-dialog { width: min(90vw, 680px); max-width: 680px; padding: 0; border: 0; color: var(--ink); background: transparent; }
.product-dialog::backdrop { background: rgba(31, 39, 25, .7); }
.dialog-panel { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(160px, .7fr); align-items: center; gap: 1.5rem; padding: 2.5rem; background: var(--paper); box-shadow: var(--shadow); }
.dialog-image { width: 100%; max-height: 70vh; object-fit: contain; background: #ece4d3; }
.dialog-copy h3 { margin: .55rem 0 0; font-size: 2rem; }
.dialog-copy p { margin: 1rem 0 0; color: var(--muted); font-size: .82rem; }
.dialog-close { position: absolute; top: .85rem; right: 1rem; z-index: 1; border: 0; color: var(--olive-deep); background: transparent; cursor: pointer; font-size: .76rem; }
.dialog-close span { color: var(--coral); font-size: 1.3rem; vertical-align: -1px; }
.series-list { padding-bottom: 10rem; }
.series-mosaic { display: grid; grid-template-columns: 1.15fr .85fr 1fr; grid-template-rows: auto auto; gap: 1.5rem; }
.series-tile { position: relative; min-height: 320px; overflow: hidden; background: #e5dbca; }
.series-tile img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.series-tile > div { position: absolute; right: 1.25rem; bottom: 1.25rem; left: 1.25rem; padding: 1.2rem; color: var(--paper); background: rgba(31, 39, 25, .84); }
.series-tile h3 { margin: .35rem 0; font-size: 1.8rem; }
.series-tile p { margin: 0; color: #e0e7d1; font-size: .78rem; }
.tile-1 { grid-row: span 2; min-height: 640px; }
.tile-1 img { min-height: 640px; }
.tile-4 { grid-column: span 2; }
.soft-cta, .store-end, .closing-note { padding: 7rem 0 10rem; }
.soft-cta h2, .store-end h2, .closing-note h2 { margin: .8rem 0 1.75rem; }
.about-hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; width: min(1240px, calc(100% - 8vw)); margin: 2rem auto 10rem; }
.about-hero-image { max-height: 680px; overflow: hidden; }
.about-hero-image img { width: 100%; height: 680px; object-fit: cover; object-position: center; }
.about-hero-copy { padding: 5vw 7vw; }
.about-hero-copy p { max-width: 370px; margin-top: 2rem; color: var(--muted); }
.manifesto { display: grid; grid-template-columns: 1fr .8fr; gap: 10vw; align-items: end; padding-bottom: 10rem; }
.manifesto h2 { margin-bottom: 0; }
.manifesto-copy { color: var(--muted); }
.manifesto-copy p + p { margin-top: 1.3rem; }
.about-split { display: grid; grid-template-columns: .8fr 1fr; gap: 10vw; align-items: center; padding-bottom: 10rem; }
.about-split-copy p { max-width: 350px; margin-top: 2rem; color: var(--muted); }
.about-split-image { padding: 1.5rem; background: #e7ddca; }
.about-split-image img { width: 100%; }
.quote-band { padding: 7rem 5vw; color: var(--paper); background: var(--coral); text-align: center; }
.quote-band p { margin-bottom: .8rem; font-family: var(--display); font-size: clamp(2.8rem, 7vw, 6rem); line-height: 1; }
.quote-band span { font-size: .68rem; letter-spacing: .1em; }
.store-page-hero { padding-bottom: 6rem; }
.store-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6rem 2rem; padding-bottom: 8rem; }
.store-card:nth-child(even) { margin-top: 8rem; }
.store-card img { width: 100%; height: 340px; object-fit: cover; }
.store-card-copy { padding-top: 1.3rem; }
.store-card-copy h2 { margin: .65rem 0 .4rem; font-size: 2.7rem; }
.store-card-copy p { max-width: 280px; color: var(--muted); }
.occasion-hero { display: grid; grid-template-columns: 1fr .7fr; align-items: center; gap: 9vw; padding: 6rem 0 8rem; }
.occasion-hero h1 { margin-bottom: 0; }
.occasion-hero-image { justify-self: end; width: min(100%, 430px); transform: rotate(3deg); }
.occasion-hero-image img { width: 100%; max-height: 570px; object-fit: cover; }
.occasion-intro { display: grid; grid-template-columns: .7fr 1fr; gap: 8vw; align-items: start; padding-bottom: 4rem; }
.occasion-intro p { max-width: 490px; margin: 0; font-family: var(--display); font-size: 2rem; line-height: 1.35; }
.occasion-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; padding-bottom: 10rem; }
.occasion-card-image { margin-bottom: 1.5rem; background: #e4d9c6; }
.occasion-card-image img { width: 100%; height: 420px; object-fit: cover; }
.occasion-cards article:nth-child(2) { margin-top: 6rem; }
.occasion-cards article:nth-child(3) { margin-top: 2rem; }
.occasion-cards h2 { margin: .65rem 0; font-size: 2.8rem; }
.occasion-cards p { max-width: 280px; color: var(--muted); font-size: .88rem; }
.occasion-close { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 610px; color: var(--paper); background: var(--olive-deep); }
.occasion-close > div:first-child { align-self: center; padding: 7vw; }
.occasion-close .eyebrow { color: #c4d886; }
.occasion-close h2 { margin: 1.2rem 0 2rem; color: var(--paper); }
.occasion-close h2 em { color: #d8e997; }
.occasion-close-image { overflow: hidden; }
.occasion-close-image img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; }
.not-found { padding: 10rem 0 14rem; }
.not-found h1 { margin-top: 1rem; }
.not-found p:not(.eyebrow) { max-width: 360px; color: var(--muted); }

.hero-copy, .about-hero-copy, .page-hero > div:first-child, .occasion-hero > div:first-child { container-type: inline-size; }
.hero-copy h1 { font-size: clamp(2rem, 18cqw, 6rem); }
.about-hero-copy h1, .page-hero h1, .occasion-hero h1 { font-size: clamp(1.75rem, 14cqw, 5.5rem); }
.filter-group { flex-wrap: wrap; }

:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
@media (max-width: 900px) {
  .hero { gap: 4vw; }
  .full-products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .full-products .product-card:nth-child(4), .full-products .product-card:nth-child(5) { margin-top: 2.5rem; }
  .scene-image img { height: 300px; }
  .scene-2 .scene-image img { height: 390px; }
  .about-hero-copy { padding: 3vw 5vw; }
}
@media (max-width: 640px) {
  body { font-size: 15px; }
  .site-header { padding: 1rem 5vw; }
  .wordmark { width: 104px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 100%; right: 5vw; left: 5vw; display: grid; gap: 0; visibility: hidden; padding: .7rem 1.2rem; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .site-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav a { padding: .65rem 0; border-bottom: 1px solid var(--line); }
  .site-nav a:last-child { border-bottom: 0; }
  .section-wrap { width: min(100% - 10vw, 560px); }
  h1 { font-size: clamp(3rem, 13vw, 4.5rem); }
  h2 { font-size: clamp(2.35rem, 10vw, 3.6rem); }
  .mobile-break { display: block; }
  .hero { display: flex; flex-direction: column; gap: 2.5rem; width: 100%; margin: 1rem auto 6rem; }
  .hero-copy { width: min(100% - 10vw, 560px); padding: 0; }
  .hero-image { width: min(78%, 430px); margin-left: auto; }
  .hero-image::before { display: none; }
  .hero-image img { max-height: none; }
  .image-stamp { bottom: 1.5rem; left: -1rem; }
  .intro-band, .page-hero, .occasion-intro { display: block; padding: 3.5rem 0 4.5rem; }
  .section-lede { margin-top: 2rem; }
  .product-feature { display: block; padding-bottom: 6.5rem; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 2.4rem 1rem; }
  .product-card:nth-child(3) { grid-column: span 2; width: 52%; }
  .product-image { min-height: 170px; padding: .6rem; }
  .product-image img { height: 170px; }
  .feature-aside { display: none; }
  .scenes-section { padding-bottom: 6.5rem; }
  .section-heading { display: block; padding-bottom: 2rem; }
  .scenes-grid { display: block; }
  .scene, .scene-2 { margin: 0 0 3.5rem; }
  .scene-image img, .scene-2 .scene-image img { height: 400px; }
  .belief { display: flex; flex-direction: column; gap: 2rem; align-items: stretch; padding-bottom: 6.5rem; }
  .space-teaser { display: flex; flex-direction: column; }
  .space-image, .space-image img { min-height: 330px; height: 330px; }
  .space-copy { padding: 4rem 5vw 5rem; }
  .site-footer { display: block; width: min(100% - 10vw, 560px); padding: 3rem 0 1.5rem; }
  .site-footer > * { margin-bottom: .65rem; }
  .footer-note { margin-top: 1.2rem; }
  .page-hero > p, .page-hero > div:last-child p { margin-top: 2rem; }
  .catalog-head { display: block; margin-bottom: 2rem; }
  .filter-group { margin-top: 1.6rem; }
  .full-products { grid-template-columns: 1fr 1fr; }
  .full-products .product-card:nth-child(3) { grid-column: auto; width: auto; }
  .full-products .product-card:nth-child(4), .full-products .product-card:nth-child(5) { margin-top: 0; }
  .full-products .product-card:nth-child(5) { grid-column: span 2; width: 52%; }
  .full-products .product-card-copy h3 { font-size: 1.35rem; }
  .dialog-panel { grid-template-columns: 1fr; gap: 1rem; padding: 2.75rem 1.25rem 1.5rem; }
  .dialog-image { max-height: 58vh; }
  .dialog-copy h3 { font-size: 1.8rem; }
  .series-list { padding-bottom: 6.5rem; }
  .series-mosaic { display: block; }
  .series-tile, .tile-1, .tile-1 img { min-height: 360px; margin-bottom: 1.2rem; }
  .series-tile img { min-height: 360px; }
  .soft-cta, .store-end, .closing-note { padding: 4.5rem 0 7rem; }
  .about-hero { display: flex; flex-direction: column; width: 100%; margin: 1rem auto 6rem; }
  .about-hero-image { width: min(100% - 10vw, 560px); max-height: none; margin-left: auto; }
  .about-hero-image img { height: 540px; }
  .about-hero-copy { width: min(100% - 10vw, 560px); padding: 3.2rem 0 0; }
  .manifesto, .about-split { display: flex; flex-direction: column; gap: 2rem; align-items: stretch; padding-bottom: 6.5rem; }
  .about-split { flex-direction: column-reverse; }
  .quote-band { padding: 5rem 5vw; }
  .store-page-hero { padding-bottom: 3rem; }
  .store-grid { display: block; padding-bottom: 4rem; }
  .store-card, .store-card:nth-child(even) { margin: 0 0 4.5rem; }
  .store-card img { height: 230px; }
  .store-card-copy h2 { font-size: 2.3rem; }
  .occasion-hero { display: flex; flex-direction: column; align-items: stretch; gap: 3rem; padding: 3.5rem 0 5rem; }
  .occasion-hero-image { width: 74%; margin-left: auto; }
  .occasion-cards { display: block; padding-bottom: 5rem; }
  .occasion-cards article, .occasion-cards article:nth-child(2), .occasion-cards article:nth-child(3) { margin: 0 0 4.5rem; }
  .occasion-card-image img { height: 430px; }
  .occasion-close { display: flex; flex-direction: column; }
  .occasion-close > div:first-child { padding: 4.5rem 5vw; }
  .occasion-close-image, .occasion-close-image img { min-height: 390px; height: 390px; }
  .not-found { padding: 7rem 0 10rem; }
}
