@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,300,0,0");

:root {
  --ink: #070907;
  --ink-soft: #10130f;
  --cream: #f3efe5;
  --cream-soft: #e6dfd0;
  --paper: #faf7ef;
  --stone: #cbc1b1;
  --stone-deep: #aba08f;
  --stone-card: #d9d0c2;
  --sage: #9fb896;
  --sage-deep: #5f7659;
  --amber: #e7a445;
  --white: #fbfaf5;
  --text: #f4f1e9;
  --muted: #b8b5ab;
  --dim: #858279;
  --line: rgba(255, 255, 255, 0.14);
  --dark-line: rgba(8, 10, 8, 0.14);
  --max: 1320px;
  --nav-height: 78px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-height) + 18px);
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 4px;
}

.material-symbols-rounded {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  line-height: 1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  min-height: var(--nav-height);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 9, 7, 0.88);
  backdrop-filter: blur(18px);
}

.nav-inner {
  width: min(calc(100% - 56px), var(--max));
  min-height: var(--nav-height);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.product-mark {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 4px 0;
}

.product-mark img {
  width: auto;
  height: 66px;
  object-fit: contain;
}

.nav-cluster,
.nav-links,
.locale-links {
  display: flex;
  align-items: center;
}

.nav-cluster {
  gap: 28px;
}

.nav-links {
  list-style: none;
  gap: clamp(18px, 2.4vw, 38px);
  margin: 0;
  padding: 0;
}

.nav-links a,
.locale-links a,
.pod7-link {
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color 180ms ease;
}

.nav-links a:hover,
.locale-links a:hover,
.pod7-link:hover {
  color: var(--white);
}

.locale-links {
  gap: 8px;
}

.locale-links a[aria-current="page"] {
  color: var(--amber);
}

.locale-divider {
  color: #5e5c56;
}

.pod7-link {
  white-space: nowrap;
}

.mobile-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 820px;
  padding: calc(var(--nav-height) + 20px) 0 0;
  overflow: hidden;
  isolation: isolate;
  background: var(--ink);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.hero-inner {
  position: relative;
  width: min(calc(100% - 56px), var(--max));
  min-height: 722px;
  margin: 0 auto;
}

.hero-visual-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 6;
  width: min(620px, 48vw);
  padding-top: 18px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 26px;
  color: var(--sage);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.hero h1,
.section-title,
.pod7-hero h1 {
  font-family: "DM Serif Display", "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.hero h1 {
  max-width: 650px;
  margin: 0;
  color: var(--white);
  font-size: clamp(54px, 5.2vw, 78px);
  line-height: 0.99;
}

@media (min-width: 1121px) {
  html[lang="en"] .home-page .hero-copy {
    width: min(680px, 55vw);
  }

  html[lang="en"] .home-page .hero h1 {
    max-width: 680px;
    font-size: clamp(58px, 4.6vw, 64px);
  }
}

.hero h1 em {
  color: var(--sage);
  font-style: normal;
}

.hero-title-line {
  display: block;
}

.hero-title-wide {
  display: block;
}

.hero-title-narrow {
  display: none;
}

.hero-title-keep,
.hero-title-tail {
  white-space: nowrap;
}

html[lang="ja"] .hero-copy {
  width: min(780px, 58vw);
}

html[lang="ja"] .hero h1 {
  max-width: 780px;
  font-size: clamp(52px, 4.4vw, 70px);
  line-height: 1.04;
  word-break: keep-all;
  overflow-wrap: normal;
}

html[lang="ja"] .home-page .section-title {
  line-height: 1.08;
  word-break: auto-phrase;
  overflow-wrap: normal;
}

html[lang="ja"] .home-page .demo-grid .section-title,
html[lang="ja"] .home-page .feature-intro .section-title {
  font-size: clamp(38px, 4vw, 58px);
}

html[lang="ja"] .home-page .trust-copy .section-title,
html[lang="ja"] .home-page .support-grid .section-title {
  font-size: clamp(34px, 3.7vw, 54px);
}

html[lang="ja"] .home-page .cta-card .section-title {
  font-size: clamp(34px, 3.5vw, 52px);
}

.hero-summary {
  max-width: 520px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.55;
  text-wrap: pretty;
}

.hero-actions,
.cta-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--sage);
  color: #10150f;
}

.button-primary:hover {
  background: #b0c8a8;
}

.button-secondary {
  border-color: rgba(231, 164, 69, 0.56);
  background: rgba(7, 9, 7, 0.48);
  color: var(--amber);
}

.button-secondary:hover {
  border-color: var(--amber);
  color: #f3bd70;
}

.hero-food {
  position: absolute;
  z-index: 0;
  inset: auto auto 0 0;
  width: min(1050px, 80vw);
  height: clamp(500px, 42vw, 620px);
  object-fit: cover;
  object-position: left center;
  opacity: 0.95;
}

.hero-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: rgba(7, 9, 7, 0.12);
}

.recipe-card-figure {
  position: absolute;
  z-index: 3;
  left: clamp(330px, 29vw, 470px);
  bottom: 52px;
  width: clamp(250px, 24vw, 380px);
  margin: 0;
  transform: rotate(-5deg);
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.45));
}

.recipe-card-figure img {
  width: 100%;
  border-radius: 4px;
}

.app-stage {
  position: absolute;
  z-index: 5;
  right: clamp(48px, 7vw, 120px);
  top: auto;
  bottom: 48px;
  width: clamp(270px, 20vw, 300px);
  aspect-ratio: 0.49;
  margin: 0;
  padding: 10px;
  border: 2px solid rgba(159, 184, 150, 0.9);
  border-radius: 46px;
  background: #080a08;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 35px 80px rgba(0, 0, 0, 0.52);
  overflow: hidden;
}

.app-stage img,
.app-stage video {
  width: 100%;
  height: 100%;
  border-radius: 35px;
  object-fit: cover;
  background: #0b0d0b;
}

.app-stage figcaption {
  position: absolute;
  inset: auto 16px 16px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(7, 9, 7, 0.84);
  color: var(--cream);
  font-size: 11px;
  text-align: center;
}

.home-page .light-section {
  background: var(--stone);
}

.home-page .light-section .section-shell {
  padding-top: 48px;
  padding-bottom: 88px;
}

.home-page .light-section .section-copy {
  color: #42463f;
}

.home-page .light-section .section-kicker {
  border-color: rgba(61, 78, 57, 0.58);
  color: #40543c;
}

.home-page .light-section .demo-tab {
  border-color: rgba(34, 39, 32, 0.22);
  color: #3e433b;
}

.light-section {
  background: var(--cream);
  color: #171914;
}

.section-shell {
  width: min(calc(100% - 56px), 1240px);
  margin: 0 auto;
  padding: 120px 0;
}

.demo-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: center;
  padding-top: 48px;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 13px;
  border: 1px solid rgba(95, 118, 89, 0.46);
  border-radius: 999px;
  color: var(--sage-deep);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-title {
  margin: 20px 0 0;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.02;
  text-wrap: balance;
}

.section-copy {
  max-width: 530px;
  margin: 22px 0 0;
  color: #5c5d55;
  font-size: 17px;
  text-wrap: pretty;
}

.title-keep,
.phrase-keep,
.display-phrase {
  display: inline-block;
  white-space: nowrap;
}

.title-line {
  display: block;
}

html[lang="ja"] .section-copy,
html[lang="ja"] .home-page .hero-summary,
html[lang="ja"] .feature-row dd,
html[lang="ja"] .pod7-strip p {
  line-break: strict;
  word-break: auto-phrase;
  overflow-wrap: normal;
}

.demo-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 36px;
}

.demo-tab {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--dark-line);
  border-radius: 999px;
  background: transparent;
  color: #585a52;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.demo-tab[aria-selected="true"] {
  border-color: var(--sage-deep);
  background: var(--sage-deep);
  color: var(--white);
}

.demo-media {
  position: relative;
  min-height: 640px;
  border-radius: 30px;
  overflow: hidden;
  background: #171914;
  box-shadow: 0 32px 70px rgba(53, 43, 24, 0.22);
}

.demo-food {
  width: 100%;
  height: 100%;
  min-height: 640px;
  object-fit: cover;
  opacity: 0.7;
}

.demo-phone {
  position: absolute;
  right: 7%;
  bottom: 24px;
  width: min(280px, 38%);
  aspect-ratio: 0.48;
  padding: 9px;
  border: 2px solid rgba(245, 247, 240, 0.64);
  border-radius: 44px;
  background: #080a08;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.48);
}

.demo-phone img {
  width: 100%;
  height: 100%;
  border-radius: 34px;
  object-fit: contain;
}

.demo-stage-label {
  position: absolute;
  left: 28px;
  top: 28px;
  max-width: 300px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(7, 9, 7, 0.76);
  color: var(--white);
  backdrop-filter: blur(14px);
}

.demo-stage-label strong {
  display: block;
  margin-bottom: 5px;
  color: var(--sage);
  font-size: 14px;
}

.demo-stage-label span {
  color: #d7d2c7;
  font-size: 13px;
}

.dark-section {
  background: var(--ink);
}

.feature-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 66px;
}

.feature-intro .section-copy {
  color: var(--muted);
}

.feature-list {
  margin: 0;
  border-top: 1px solid var(--line);
}

.feature-row {
  display: grid;
  grid-template-columns: 92px minmax(170px, 0.45fr) minmax(280px, 1fr);
  gap: 32px;
  align-items: start;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.feature-number {
  color: var(--amber);
  font-size: 13px;
  font-weight: 700;
}

.feature-row dt {
  color: var(--white);
  font-family: "DM Serif Display", "Noto Sans JP", serif;
  font-size: clamp(27px, 2.5vw, 38px);
}

.feature-row dd {
  max-width: 610px;
  margin: 4px 0 0;
  color: var(--muted);
  text-wrap: pretty;
}

.trust-panel {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  background: var(--ink-soft);
}

.trust-copy {
  padding: clamp(40px, 6vw, 78px);
}

.trust-copy .section-copy {
  color: var(--muted);
}

.trust-list {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.trust-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  color: #d9d6cc;
}

.trust-list .material-symbols-rounded {
  color: var(--sage);
}

.trust-art {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 52px;
  background: var(--sage);
  color: #162015;
}

.trust-art .material-symbols-rounded {
  font-size: 72px;
}

.trust-art strong {
  max-width: 400px;
  margin-top: 24px;
  font-family: "DM Serif Display", "Noto Sans JP", serif;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 400;
  line-height: 1.05;
  text-wrap: balance;
}

.home-page .trust-copy .section-title {
  font-size: clamp(40px, 4vw, 58px);
}

html[lang="ja"] .home-page .trust-art strong {
  font-size: clamp(30px, 3.4vw, 48px);
  line-break: strict;
  word-break: auto-phrase;
  overflow-wrap: normal;
}

.trust-art-copy-line,
.pod7-hero-line {
  display: block;
}

.trust-art-copy-chunk,
.feature-term-keep,
.beta-title-chunk,
.pod7-value-keep {
  display: inline-block;
  white-space: nowrap;
}

.trust-art-copy-line {
  white-space: nowrap;
}

.cta-section {
  background: var(--paper);
  color: #171914;
}

.home-page .cta-section {
  background: var(--stone-deep);
}

.home-page .cta-section .section-shell {
  padding-top: clamp(76px, 7vw, 96px);
  padding-bottom: clamp(76px, 7vw, 96px);
}

.cta-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  padding: clamp(42px, 7vw, 92px);
  border: 1px solid var(--dark-line);
  border-radius: 32px;
  background: #f7f2e8;
  box-shadow: 0 24px 70px rgba(57, 48, 35, 0.12);
}

.home-page .cta-card {
  padding: clamp(36px, 5vw, 72px);
  border-color: rgba(39, 45, 36, 0.24);
  background: var(--stone-card);
  box-shadow: 0 28px 76px rgba(24, 22, 17, 0.22);
}

.home-page .cta-card .section-title {
  font-size: clamp(40px, 4.2vw, 62px);
}

.cta-card .section-copy {
  color: #45483f;
}

.cta-aside {
  padding-left: 42px;
  border-left: 1px solid var(--dark-line);
}

.cta-aside p {
  margin: 0 0 12px;
  color: #4c4f46;
}

.cta-aside a {
  color: #41583d;
  font-weight: 700;
}

.pod7-page .cta-section {
  background: #ded6c8;
}

.pod7-page .cta-section .section-shell {
  padding-top: 88px;
  padding-bottom: 88px;
}

.pod7-page .cta-card {
  border-color: rgba(67, 75, 59, 0.28);
}

.pod7-strip {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 42px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pod7-strip img {
  width: 118px;
}

.pod7-strip p {
  max-width: 690px;
  margin: 0;
  color: var(--muted);
}

.pod7-strip a {
  color: var(--amber);
  font-weight: 700;
  text-decoration: none;
}

.support-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(48px, 8vw, 120px);
}

.support-grid .section-copy {
  color: var(--muted);
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field label {
  color: #d4d1c8;
  font-size: 13px;
  font-weight: 700;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #111410;
  color: var(--white);
}

.form-field input,
.form-field select {
  height: 50px;
  padding: 0 15px;
}

.form-field textarea {
  min-height: 142px;
  padding: 14px 15px;
  resize: vertical;
}

.form-help {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--dim);
  font-size: 12px;
}

.form-help a {
  color: var(--sage);
}

.contact-form .button {
  justify-self: start;
  border: 0;
  cursor: pointer;
}

.site-footer {
  width: min(calc(100% - 56px), var(--max));
  margin: 0 auto;
  padding: 34px 0 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: var(--dim);
  font-size: 12px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-footer a {
  color: var(--muted);
  text-decoration: none;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 620ms ease,
    transform 620ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.pod7-hero {
  min-height: 74vh;
  display: flex;
  align-items: end;
  padding: calc(var(--nav-height) + 100px) 0 94px;
  border-bottom: 1px solid var(--line);
}

.pod7-hero-inner {
  width: min(calc(100% - 56px), var(--max));
  margin: 0 auto;
}

.pod7-hero img {
  width: min(430px, 64vw);
}

.pod7-hero h1 {
  max-width: 900px;
  margin: 42px 0 0;
  font-size: clamp(55px, 8vw, 116px);
  line-height: 0.96;
}

html[lang="ja"] .pod7-hero h1,
html[lang="ja"] .pod7-block h2 {
  line-break: strict;
  word-break: auto-phrase;
  overflow-wrap: normal;
}

.pod7-hero p {
  max-width: 650px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 19px;
}

.pod7-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 52px;
}

.pod7-block {
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--ink-soft);
}

.pod7-block h2 {
  margin: 0 0 14px;
  color: var(--white);
  font-family: "DM Serif Display", "Noto Sans JP", serif;
  font-size: 34px;
  font-weight: 400;
}

.pod7-block p {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 1120px) {
  .nav-cluster {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: calc(100dvh - var(--nav-height));
    display: none;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px;
    padding: 32px max(24px, calc((100vw - 720px) / 2)) calc(36px + env(safe-area-inset-bottom));
    overflow-y: auto;
    background: #070907;
  }

  .menu-open .nav-cluster {
    display: flex;
  }

  .nav-links {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .nav-links a {
    display: block;
    padding: 17px 0;
    border-bottom: 1px solid var(--line);
    color: var(--white);
    font-size: 22px;
  }

  .locale-links {
    align-self: start;
    margin-top: 4px;
    padding: 14px 0;
    font-size: 16px;
  }

  .locale-links a,
  .pod7-link {
    font-size: 16px;
  }

  .pod7-link {
    margin-top: 2px;
  }

  .mobile-menu-button {
    display: inline-flex;
    width: 52px;
    height: 52px;
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.04);
  }

  .mobile-menu-button .material-symbols-rounded {
    font-size: 28px;
  }

  .hero {
    min-height: auto;
    padding-bottom: 38px;
  }

  .hero-inner {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .hero-copy {
    width: min(650px, 66vw);
  }

  .hero-visual-stage {
    position: relative;
    isolation: isolate;
    width: 100%;
    height: clamp(600px, 62vw, 720px);
    display: block;
    flex: 0 0 auto;
    margin-top: 32px;
  }

  .app-stage {
    top: 10px;
    right: 2%;
    bottom: auto;
    width: clamp(255px, 30vw, 320px);
  }

  .recipe-card-figure {
    left: 6%;
    bottom: 40px;
    width: clamp(240px, 38vw, 380px);
  }

  .hero-food {
    inset: 80px 0 0;
    width: 100%;
    height: calc(100% - 80px);
    object-position: center;
  }

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

}

@media (max-width: 1024px) {
  .trust-panel,
  .cta-card,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .trust-copy .section-copy,
  .trust-art strong {
    max-width: 100%;
  }

  .cta-aside {
    padding: 34px 0 0;
    border-top: 1px solid var(--dark-line);
    border-left: 0;
  }

  .feature-row {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .feature-row dd {
    grid-column: 2;
  }
}

@media (max-width: 820px) {
  :root {
    --nav-height: 70px;
  }

  .nav-inner,
  .hero-inner,
  .section-shell,
  .site-footer,
  .pod7-hero-inner {
    width: min(calc(100% - 36px), var(--max));
  }

  .product-mark img {
    width: auto;
    height: 58px;
  }

  .hero {
    min-height: auto;
    padding-top: calc(var(--nav-height) + 40px);
    padding-bottom: 32px;
  }

  .hero-inner {
    min-height: 0;
  }

  .hero-copy {
    width: 100%;
    padding-top: 0;
  }

  html[lang="ja"] .hero-copy {
    width: 100%;
  }

  html[lang="ja"] .hero h1 {
    max-width: 100%;
  }

  html[lang="ja"] .hero-title-line {
    white-space: nowrap;
  }

  .hero h1 {
    font-size: clamp(50px, 13vw, 72px);
  }

  .hero-summary {
    max-width: 630px;
  }

  .hero-visual-stage {
    height: clamp(520px, 135vw, 650px);
    margin-top: 30px;
  }

  .hero-food {
    inset: 36px auto 0 -9%;
    width: 118%;
    height: calc(100% - 36px);
    object-position: 33% center;
  }

  .hero-shade {
    background: rgba(7, 9, 7, 0.18);
  }

  .recipe-card-figure {
    left: 0;
    bottom: 40px;
    width: 42%;
  }

  .app-stage {
    top: 26px;
    right: 0;
    bottom: auto;
    width: min(280px, 42%);
  }

  .demo-media,
  .demo-food {
    min-height: 640px;
  }

  .demo-phone {
    right: 5%;
    bottom: 24px;
    width: min(270px, 38%);
  }

  .feature-intro {
    align-items: start;
    flex-direction: column;
  }

  .trust-art strong {
    font-size: clamp(40px, 6.2vw, 50px);
  }

  .pod7-strip {
    grid-template-columns: 1fr auto;
  }

  .pod7-strip p {
    grid-column: 1 / -1;
  }

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

@media (max-width: 560px) {
  :root {
    --nav-height: 66px;
  }

  .site-nav {
    min-height: 66px;
  }

  .nav-inner {
    width: calc(100% - 28px);
    min-height: 66px;
  }

  .product-mark img {
    width: auto;
    height: 54px;
  }

  .hero {
    min-height: auto;
    padding-top: calc(var(--nav-height) + 30px);
    padding-bottom: 28px;
  }

  .hero-inner {
    min-height: 0;
  }

  .hero h1 {
    font-size: clamp(42px, 13vw, 54px);
  }

  html[lang="ja"] .home-page .hero h1 {
    font-size: clamp(29px, 9vw, 48px);
  }

  html[lang="ja"] .home-page #demo-title {
    font-size: clamp(28px, 9vw, 46px);
  }

  html[lang="ja"] .home-page #demo-title .title-line {
    display: block;
    white-space: nowrap;
  }

  html[lang="ja"] .pod7-hero h1 {
    font-size: clamp(38px, 12vw, 48px);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-visual-stage {
    height: clamp(520px, 145vw, 600px);
    margin-top: 24px;
  }

  .hero-food {
    top: 28px;
    height: calc(100% - 28px);
  }

  .recipe-card-figure {
    left: 0;
    bottom: 36px;
    width: 45%;
  }

  .app-stage {
    top: 32px;
    right: 0;
    bottom: auto;
    width: 48%;
    border-radius: 34px;
  }

  .app-stage img,
  .app-stage video {
    border-radius: 25px;
  }

  .section-shell {
    padding: 84px 0;
  }

  .section-title {
    font-size: clamp(40px, 12vw, 54px);
  }

  .title-line {
    display: inline;
  }

  .phrase-keep,
  .title-keep,
  .display-phrase {
    display: inline;
    white-space: normal;
  }

  .trust-art-copy-line {
    display: block;
  }

  .title-keep-short {
    display: inline-block;
    white-space: nowrap;
  }

  .demo-media,
  .demo-food {
    min-height: 700px;
  }

  .demo-stage-label {
    inset: 18px 18px auto;
  }

  .demo-phone {
    right: 50%;
    bottom: 24px;
    width: min(240px, 70%);
    transform: translateX(50%);
  }

  .feature-row {
    grid-template-columns: 46px 1fr;
    gap: 16px;
  }

  .home-page .feature-row dt {
    font-size: clamp(24px, 7vw, 28px);
  }

  .trust-art {
    min-height: 360px;
    padding: 36px;
  }

  .pod7-strip {
    grid-template-columns: 1fr;
  }

  .pod7-strip a {
    justify-self: start;
  }

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

  .form-field-full {
    grid-column: auto;
  }

  .form-help {
    grid-column: auto;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (min-width: 561px) {
  .home-page .trust-copy .title-line {
    white-space: nowrap;
  }
}

@media (min-width: 561px) and (max-width: 1120px) {
  html[lang="en"] .home-page .hero h1 {
    font-size: clamp(54px, 5.2vw, 58px);
  }
}

@media (min-width: 1121px) {
  html[lang="ja"] .home-page .demo-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(48px, 5vw, 72px);
  }

  html[lang="ja"] .home-page .demo-grid .section-title {
    font-size: clamp(36px, 3.2vw, 46px);
  }

  html[lang="ja"] .home-page .demo-grid .title-line {
    white-space: nowrap;
  }
}

@media (max-width: 375px) {
  html[lang="en"] .home-page .hero-inner {
    width: calc(100% - 24px);
  }

  html[lang="en"] .home-page .hero-copy,
  html[lang="en"] .home-page .hero h1 {
    width: 100%;
    max-width: 100%;
  }

  html[lang="en"] .home-page .hero h1 {
    font-size: clamp(35px, 9.8vw, 37px);
  }

  html[lang="en"] .home-page .hero-title-wide {
    display: none;
  }

  html[lang="en"] .home-page .hero-title-narrow {
    display: block;
  }

  html[lang="en"] .home-page .hero-title-narrow .hero-title-line {
    white-space: nowrap;
  }

  .home-page .trust-copy,
  .home-page .trust-art,
  .home-page .cta-card {
    padding-right: 24px;
    padding-left: 24px;
  }

  html[lang="en"] .home-page .trust-copy .section-title {
    font-size: 28px;
  }

  html[lang="en"] .home-page #privacy-title .title-line {
    display: block;
    white-space: nowrap;
  }

  html[lang="en"] .home-page .trust-art strong {
    font-size: 28px;
  }

  html[lang="en"] .home-page .trust-art-copy-line-en:first-child {
    white-space: normal;
  }

  html[lang="en"] .home-page #beta-title {
    font-size: 30px;
  }

  html[lang="ja"] .home-page .support-grid .section-title {
    font-size: 30px;
  }

  html[lang="ja"] .home-page #support-title .title-line {
    display: block;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
