:root {
  --bg: #F7F7F5;
  --surface: #FFFFFF;
  --text: #263044;
  --muted: #5E6878;
  --line: #D9E2EA;
  --blue: #0787C8;
  --orange: #FF6A18;
  --navy: #102A62;
  --green: #2F4F3B;
  --green-dark: #2F4F3B;
  --terracotta: #5A3E2B;
  --cream: #F6F2E7;
  --yellow: #F2C14E;
  --soft-blue: #EAF4FA;
  --shadow: 0 18px 45px rgba(16, 42, 98, 0.08);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: 1120px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  line-break: strict;
  word-break: normal;
  overflow-wrap: break-word;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  line-height: 1.9;
  letter-spacing: 0.01em;
}

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

.nowrap {
  white-space: nowrap;
}

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

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.narrow {
  width: min(calc(100% - 48px), 760px);
}

.section {
  padding: 112px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(16, 42, 98, 0.12);
  background: rgba(247, 247, 245, 0.94);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
}

.brand-symbol img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.footer-logo img {
  display: block;
  width: 150px;
  height: auto;
}

.global-nav,
.footer-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.94rem;
}

.global-nav a,
.footer-nav a {
  color: var(--muted);
  transition: color 0.2s ease;
}

.global-nav a {
  font-weight: 600;
}

.global-nav a:hover,
.footer-nav a:hover {
  color: var(--text);
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 92px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F7F7F5 100%);
}

.hero-grid {
  min-height: 520px;
  display: block;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.16em;
}

.hero h1,
.section-heading h2,
.recipe-copy h2,
.release-card h2 {
  margin: 0;
  line-height: 1.35;
  letter-spacing: -0.035em;
}

.hero h1 {
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  font-weight: 700;
}

.hero-lead {
  margin: 28px 0 0;
  font-size: clamp(1.14rem, 1.9vw, 1.42rem);
  font-weight: 650;
  line-height: 1.8;
}

.hero-text {
  max-width: 35em;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.hero-actions,
.recipe-actions {
  margin-top: 34px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

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

.button-primary {
  color: #fff;
  background: linear-gradient(105deg, var(--blue), var(--orange));
  box-shadow: 0 10px 28px rgba(85, 111, 171, 0.2);
}

.button-green {
  color: #fff;
  background: var(--green-dark);
  box-shadow: 0 10px 24px rgba(78, 102, 80, 0.18);
}

.button-outline {
  border-color: rgba(78, 102, 80, 0.35);
  color: var(--green-dark);
  background: rgba(255, 255, 255, 0.72);
}

.release-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.91rem;
}

.hero-visual {
  min-height: 430px;
  position: relative;
}

.hero-ambient {
  width: 100%;
  height: 100%;
  min-height: 430px;
  opacity: 0.92;
}

.ambient-line,
.ambient-node,
.ambient-curve {
  position: absolute;
}

.ambient-line {
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(51, 109, 204, 0.08), rgba(51, 109, 204, 0.34));
}

.a1 { width: 260px; right: 8%; top: 16%; transform: rotate(22deg); }
.a2 { width: 240px; right: 20%; top: 43%; transform: rotate(-16deg); }
.a3 { width: 190px; right: 3%; top: 61%; transform: rotate(-42deg); }
.a4 { width: 170px; right: 34%; top: 78%; transform: rotate(15deg); }

.ambient-node {
  width: 10px;
  height: 10px;
  border: 2px solid rgba(31, 76, 153, 0.52);
  border-radius: 50%;
  background: rgba(255,255,255,0.98);
  box-shadow: 0 0 0 7px rgba(51, 109, 204, 0.05);
}

.n1 { right: 10%; top: 15%; }
.n2 { right: 38%; top: 26%; }
.n3 { right: 18%; top: 46%; }
.n4 { right: 46%; top: 44%; }
.n5 { right: 11%; top: 69%; }
.n6 { right: 40%; top: 77%; }

.ambient-node.accent {
  width: 14px;
  height: 14px;
  right: 28%;
  top: 60%;
  border-color: rgba(225, 124, 73, 0.75);
  background: rgba(225, 124, 73, 0.95);
  box-shadow: 0 0 0 9px rgba(225, 124, 73, 0.08);
}

.ambient-curve {
  border-radius: 50%;
  pointer-events: none;
}

.c1 {
  width: 400px;
  height: 210px;
  right: -16%;
  top: 7%;
  border: 1.5px solid rgba(51, 109, 204, 0.10);
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(-8deg);
}

.c2 {
  width: 290px;
  height: 140px;
  right: 10%;
  bottom: 1%;
  border: 2px solid transparent;
  border-top-color: rgba(225, 124, 73, 0.14);
  border-right-color: rgba(225, 124, 73, 0.18);
  transform: rotate(-16deg);
}

.gradient-rule {
  width: min(86%, 980px);
  height: 2px;
  margin: 0 auto;
  background: linear-gradient(90deg, transparent, rgba(51,109,204,0.35), var(--blue), var(--orange), rgba(225,124,73,0.35), transparent);
  opacity: 0.9;
}

.about {
  background: #fff;
}

.section-heading {
  margin-bottom: 46px;
  text-align: center;
}

.section-heading h2,
.recipe-copy h2,
.release-card h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #243249;
}

.prose {
  color: var(--muted);
  font-size: 1.04rem;
}

.prose p {
  margin: 0 0 20px;
}

.center {
  text-align: center;
}

.recipe-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 0 20%, rgba(111, 134, 102, 0.12), transparent 22%),
    radial-gradient(circle at 100% 80%, rgba(201, 120, 89, 0.1), transparent 24%),
    var(--cream);
}

.recipe-grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  align-items: center;
  gap: 72px;
}

.recipe-eyebrow {
  color: var(--green-dark);
}

.recipe-copy h3 {
  margin: 18px 0 28px;
  color: var(--terracotta);
  font-size: 1.28rem;
  line-height: 1.7;
}

.recipe-copy p {
  margin: 0 0 16px;
  color: #5f625d;
}

.phone-stack {
  position: relative;
  min-height: 540px;
}

.phone {
  position: absolute;
  width: 245px;
  min-height: 480px;
  padding: 18px 16px 24px;
  border: 7px solid #353734;
  border-radius: 34px;
  background: #fbfaf5;
  box-shadow: var(--shadow);
}

.phone-back {
  left: 2%;
  top: 42px;
  transform: rotate(-5deg);
  opacity: 0.9;
}

.phone-front {
  right: 4%;
  top: 0;
  transform: rotate(4deg);
}

.phone-bar {
  width: 58px;
  height: 5px;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: #b8bab4;
}

.screen-title {
  margin-bottom: 16px;
  font-weight: 750;
  text-align: center;
}

.search-box {
  margin-bottom: 16px;
  padding: 10px 12px;
  border: 1px solid #dedbd1;
  border-radius: 12px;
  color: #9b9c97;
  font-size: 0.8rem;
}

.recipe-list-item {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #ece8de;
  font-size: 0.82rem;
}

.recipe-list-item small {
  display: block;
  color: #92948f;
  font-size: 0.68rem;
}

.recipe-dot {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, #d9e4d4, #efc9b7);
}

.dish-illustration {
  position: relative;
  height: 180px;
  margin: 10px 0 12px;
  border-radius: 20px;
  background: #f3eee1;
}

.plate {
  position: absolute;
  left: 50%;
  top: 58%;
  width: 135px;
  height: 78px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 2px #e1ddd2;
}

.patty {
  position: absolute;
  left: 50%;
  top: 53%;
  width: 72px;
  height: 50px;
  transform: translate(-50%, -50%);
  border-radius: 46% 54% 48% 52%;
  background: #7b5742;
}

.garnish {
  position: absolute;
  width: 22px;
  height: 14px;
  border-radius: 50%;
  background: #7f9b73;
}

.g1 {
  left: 37%;
  top: 38%;
  transform: rotate(-25deg);
}

.g2 {
  right: 34%;
  top: 42%;
  background: #d98969;
  transform: rotate(18deg);
}

.detail-tabs {
  display: flex;
  gap: 20px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dfdbd1;
  font-size: 0.78rem;
}

.detail-tabs .active {
  color: var(--terracotta);
  font-weight: 750;
}

.ingredient-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.74rem;
}

.ingredient-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px dotted #d6d1c5;
}

.values {
  background:
    linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border-top: 1px solid rgba(51, 109, 204, 0.10);
  border-bottom: 1px solid rgba(16, 42, 98, 0.12);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.value-card {
  position: relative;
  overflow: hidden;
  padding: 34px 32px 32px;
  border: 1px solid rgba(31, 76, 153, 0.16);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(22, 43, 84, 0.045);
}

.value-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--orange));
}

.value-icon {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 750;
}

.icon-blue {
  color: var(--blue);
  background: #edf3fc;
}

.icon-terracotta {
  color: var(--terracotta);
  background: #f9eee8;
}

.icon-green {
  color: var(--green-dark);
  background: #edf3eb;
}

.value-card h3 {
  margin: 0 0 16px;
  line-height: 1.65;
  font-size: 1.22rem;
}

.value-card p {
  margin: 0;
  color: #5c6270;
  font-size: 0.94rem;
}

.release-section {
  background: var(--soft-blue);
}

.release-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 56px;
  padding: 48px 54px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 38px rgba(64, 85, 110, 0.08);
}

.release-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.release-cta {
  min-width: 290px;
  padding-left: 44px;
  border-left: 1px solid #d9e3ec;
}

.release-date {
  margin-top: 0;
  margin-bottom: 20px !important;
  line-height: 1.7;
}

.site-footer {
  padding: 54px 0 26px;
  background: #F7F7F5;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: start;
}

.footer-grid p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-tagline {
  line-height: 1.55;
}

.footer-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.copyright {
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: #92948f;
  font-size: 0.82rem;
  text-align: center;
}

@media (max-width: 900px) {
  .section {
    padding: 88px 0;
  }

  .hero-grid,
  .recipe-grid,
  .release-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: 0;
    gap: 18px;
  }

  .hero-visual {
    min-height: 260px;
    order: -1;
  }

  .recipe-grid {
    gap: 52px;
  }

  .phone-stack {
    min-height: 520px;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }

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

  .release-cta {
    min-width: 0;
    padding-top: 28px;
    padding-left: 0;
    border-top: 1px solid #d9e3ec;
    border-left: none;
  }

  .footer-nav {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  body {
    line-height: 1.8;
  }

  .container,
  .narrow {
    width: min(calc(100% - 32px), var(--container));
  }

  .site-header {
    position: static;
  }

  .header-inner {
    min-height: 68px;
    gap: 16px;
  }

  .brand-symbol img {
    height: 32px;
  }

  .footer-logo img {
    height: 36px;
  }

  .global-nav {
    gap: 14px;
    font-size: 0.82rem;
  }

  .hero {
    padding-top: 70px;
  }

  .hero h1 {
    font-size: clamp(1.72rem, 7vw, 3.6rem);
    line-height: 1.5;
  }

  .hero-lead {
    max-width: none;
    font-size: 1rem;
    line-height: 1.8;
  }

  .hero-text {
    max-width: none;
    font-size: 0.96rem;
    line-height: 1.9;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 220px;
  }

  .hero-ambient {
    min-height: 220px;
  }

  .a1 { width: 155px; right: 8%; top: 12%; }
  .a2 { width: 150px; right: 22%; top: 40%; }
  .a3 { width: 125px; right: 3%; top: 60%; }
  .a4 { width: 108px; right: 36%; top: 76%; }

  .c1 {
    width: 240px;
    height: 120px;
    right: -24%;
    top: 4%;
  }

  .c2 {
    width: 180px;
    height: 90px;
    right: 8%;
    bottom: 2%;
  }

  .recipe-copy h2,
  .section-heading h2,
  .release-card h2 {
    font-size: 2rem;
  }

  .phone-stack {
    min-height: 430px;
  }

  .phone {
    width: 190px;
    min-height: 390px;
    padding: 14px 12px 20px;
    border-width: 6px;
    border-radius: 28px;
  }

  .phone-back {
    left: 0;
  }

  .phone-front {
    right: 0;
  }

  .dish-illustration {
    height: 135px;
  }

  .plate {
    width: 105px;
    height: 60px;
  }

  .patty {
    width: 58px;
    height: 40px;
  }

  .release-card {
    padding: 34px 26px;
  }

  .footer-nav {
    display: grid;
    gap: 12px;
  }

  .about .prose,
  .recipe-copy,
  .release-card > div:first-child {
    max-width: none;
  }

  .prose {
    font-size: 0.97rem;
    line-height: 1.9;
  }

  .recipe-copy p,
  .release-card p,
  .value-card p {
    font-size: 0.95rem;
    line-height: 1.9;
  }
}

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

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}


/* v0.3: responsive Japanese text composition */
.hero-copy {
  min-width: 0;
}

.hero-copy .hero-lead {
  max-width: 31em;
}

.about .prose {
  max-width: 42em;
  margin-inline: auto;
}

.recipe-copy {
  max-width: 39em;
}

.release-card > div:first-child {
  max-width: 42em;
}

.prose,
.recipe-copy,
.value-card p,
.release-card p,
.hero-text,
.hero-lead {
  text-wrap: pretty;
}

.hero h1,
.section-heading h2,
.recipe-copy h2,
.value-card h3,
.release-card h2 {
  text-wrap: balance;
}


/* v0.5: mobile-only controlled line breaks */
.mobile-copy {
  display: none;
}

@media (max-width: 640px) {
  .desktop-copy {
    display: none !important;
  }

  .mobile-copy {
    display: block;
  }

  .hero-copy .mobile-copy,
  .about .mobile-copy,
  .recipe-copy .mobile-copy {
    width: 100%;
  }

  .hero-lead.mobile-copy,
  .hero-text.mobile-copy,
  .about .prose.mobile-copy,
  .recipe-copy .mobile-copy {
    text-wrap: wrap;
  }
}


/* v0.6: product page */
.product-page {
  background: #fff;
}

.product-page h1,
.product-page h2,
.product-page h3,
.product-page p {
  text-wrap: pretty;
}

.product-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 96px;
  background:
    radial-gradient(circle at 8% 18%, rgba(111, 134, 102, 0.13), transparent 22%),
    radial-gradient(circle at 92% 76%, rgba(201, 120, 89, 0.11), transparent 24%),
    var(--cream);
}

.product-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(410px, 0.88fr);
  align-items: center;
  gap: 72px;
}

.product-hero-copy h1 {
  margin: 0;
  color: #2d4032;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 1.2;
  letter-spacing: -0.045em;
}

.product-hero-copy h2 {
  margin: 24px 0 28px;
  color: var(--terracotta);
  font-size: clamp(1.55rem, 2.8vw, 2.35rem);
  line-height: 1.55;
}

.product-hero-copy > p {
  max-width: 38em;
  margin: 0 0 18px;
  color: #5f625d;
}

.product-lead {
  color: #3f4a42 !important;
  font-size: 1.08rem;
  font-weight: 650;
  line-height: 1.95;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.product-meta span {
  padding: 8px 14px;
  border: 1px solid rgba(78, 102, 80, 0.2);
  border-radius: 999px;
  color: var(--green-dark);
  background: rgba(255,255,255,0.58);
  font-size: 0.84rem;
  font-weight: 700;
}

.product-phone-showcase {
  position: relative;
  min-height: 560px;
}

.product-phone {
  position: absolute;
  width: 250px;
  min-height: 490px;
  padding: 18px 16px 24px;
  border: 7px solid #343935;
  border-radius: 34px;
  background: #fbfaf5;
  box-shadow: var(--shadow);
}

.phone-list {
  left: 0;
  top: 52px;
  transform: rotate(-5deg);
}

.phone-detail {
  right: 0;
  top: 0;
  transform: rotate(4deg);
}

.product-text-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 84px;
  align-items: start;
}

.product-text-layout h2,
.product-story h2,
.product-price h2,
.product-data h2,
.product-support h2,
.product-ending h2 {
  margin: 0;
  color: #243249;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.45;
  letter-spacing: -0.035em;
}

.product-prose {
  max-width: 43em;
  color: var(--muted);
  font-size: 1.03rem;
}

.product-prose p {
  margin: 0 0 20px;
}

.product-problem {
  background: #fff;
}

.product-paper {
  background:
    linear-gradient(135deg, rgba(247,241,229,0.92), rgba(255,255,255,0.92));
}

.product-features {
  background: #f9fbff;
  border-top: 1px solid rgba(51,109,204,0.08);
  border-bottom: 1px solid rgba(51,109,204,0.08);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.feature-card {
  position: relative;
  min-height: 245px;
  padding: 32px 30px;
  overflow: hidden;
  border: 1px solid rgba(31,76,153,0.13);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(22,43,84,0.04);
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--blue), var(--orange));
}

.feature-number {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.feature-card h3 {
  margin: 0 0 14px;
  color: #27364e;
  font-size: 1.18rem;
  line-height: 1.55;
}

.feature-card p {
  margin: 0;
  color: #5e6674;
  font-size: 0.94rem;
}

.product-story {
  background: #fff;
}

.story-card {
  max-width: 920px;
  margin: 0 auto;
  padding: 64px 68px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(201,120,89,0.09), transparent 24%),
    radial-gradient(circle at 0 100%, rgba(111,134,102,0.09), transparent 26%),
    #fffdf8;
  box-shadow: 0 18px 40px rgba(64,58,47,0.07);
  text-align: center;
}

.story-card h2 {
  margin-bottom: 28px;
}

.story-card > p:not(.eyebrow) {
  max-width: 44em;
  margin: 0 auto 18px;
  color: #5f625d;
}

.product-price {
  background: var(--soft-blue);
}

.price-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 52px;
  align-items: stretch;
}

.price-copy,
.price-box {
  padding: 48px;
  border-radius: 24px;
  background: rgba(255,255,255,0.86);
  box-shadow: 0 16px 38px rgba(64,85,110,0.07);
}

.price-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.price-note {
  margin-top: 26px;
  font-size: 0.84rem;
}

.price-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(51,109,204,0.15);
  text-align: center;
}

.price-label {
  color: var(--blue);
  font-weight: 750;
  letter-spacing: 0.08em;
}

.price-box strong {
  display: block;
  margin: 6px 0 20px;
  color: #243249;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.price-box p {
  margin: 6px 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.product-data {
  background: #fff;
}

.data-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.data-grid article {
  padding: 30px;
  border: 1px solid rgba(31,76,153,0.12);
  border-radius: 18px;
  background: #fff;
}

.data-grid h3 {
  margin: 0 0 12px;
  color: #2a3850;
}

.data-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.privacy-link-row {
  margin-top: 34px;
  text-align: center;
}

.product-support {
  padding-top: 88px;
  padding-bottom: 88px;
  background:
    linear-gradient(110deg, rgba(51,109,204,0.07), rgba(225,124,73,0.06));
}

.support-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
  padding: 44px 50px;
  border-radius: 24px;
  background: rgba(255,255,255,0.88);
}

.support-card p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
}

.product-ending {
  text-align: center;
  background: #F7F7F5;
}

.product-ending p:not(.eyebrow) {
  max-width: 42em;
  margin: 26px auto 22px;
  color: #5f625d;
}

.text-link {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(51,109,204,0.45);
  color: var(--blue);
  font-weight: 700;
}

@media (max-width: 1000px) {
  .product-hero-grid {
    grid-template-columns: 1fr;
  }

  .product-phone-showcase {
    width: min(100%, 560px);
    margin: 0 auto;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .price-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .product-hero {
    padding: 68px 0 78px;
  }

  .product-hero-grid {
    gap: 40px;
  }

  .product-hero-copy h1 {
    font-size: clamp(2.2rem, 11vw, 3.4rem);
  }

  .product-hero-copy h2 {
    font-size: 1.42rem;
  }

  .product-lead {
    font-size: 1rem;
  }

  .product-phone-showcase {
    min-height: 430px;
  }

  .product-phone {
    width: 210px;
    min-height: 410px;
    padding: 15px 13px 20px;
    border-width: 6px;
    border-radius: 29px;
  }

  .phone-list {
    left: 0;
    top: 44px;
  }

  .phone-detail {
    right: 0;
  }

  .product-text-layout,
  .support-card {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .feature-grid,
  .data-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: auto;
  }

  .story-card,
  .price-copy,
  .price-box,
  .support-card {
    padding: 36px 28px;
  }

  .product-text-layout h2,
  .product-story h2,
  .product-price h2,
  .product-data h2,
  .product-support h2,
  .product-ending h2 {
    font-size: 2rem;
  }
}

@media (max-width: 460px) {
  .product-phone-showcase {
    min-height: 365px;
  }

  .product-phone {
    width: 174px;
    min-height: 348px;
    padding: 12px 10px 16px;
    border-width: 5px;
    border-radius: 24px;
  }

  .phone-list {
    top: 36px;
  }

  .product-phone .dish-illustration {
    height: 125px;
  }

  .product-phone .plate {
    width: 96px;
    height: 58px;
  }

  .product-phone .patty {
    width: 52px;
    height: 36px;
  }

  .product-phone .recipe-list-item {
    grid-template-columns: 28px 1fr;
    gap: 8px;
    padding: 9px 0;
    font-size: 0.7rem;
  }

  .product-phone .recipe-dot {
    width: 27px;
    height: 27px;
  }

  .product-phone .ingredient-list,
  .product-phone .detail-tabs,
  .product-phone .search-box {
    font-size: 0.66rem;
  }
}


/* v0.7: product page desktop-only controlled breaks */
.pc-break {
  display: inline;
}

@media (max-width: 760px) {
  .pc-break {
    display: none;
  }
}


/* v0.8: privacy policy page */
.privacy-page {
  background: #fff;
}

.privacy-hero {
  padding: 92px 0 76px;
  background:
    radial-gradient(circle at 88% 20%, rgba(51,109,204,0.07), transparent 24%),
    radial-gradient(circle at 10% 85%, rgba(225,124,73,0.05), transparent 22%),
    linear-gradient(180deg, #fbfdff, #f7f9fd);
  border-bottom: 1px solid rgba(51,109,204,0.09);
}

.privacy-container {
  width: min(calc(100% - 48px), 900px);
  margin-inline: auto;
}

.privacy-hero h1 {
  margin: 0;
  color: #243249;
  font-size: clamp(2.35rem, 5vw, 4.4rem);
  line-height: 1.3;
  letter-spacing: -0.04em;
}

.privacy-intro {
  max-width: 46em;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.privacy-date {
  margin: 22px 0 0;
  color: #70798a;
  font-size: 0.88rem;
}

.privacy-body {
  padding: 72px 0 112px;
  background: #fff;
}

.privacy-toc {
  margin-bottom: 72px;
  padding: 30px 34px;
  border: 1px solid rgba(31,76,153,0.12);
  border-radius: 20px;
  background: #f9fbff;
}

.privacy-toc > p {
  margin: 0 0 14px;
  color: #243249;
  font-weight: 750;
}

.privacy-toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 28px;
  margin: 0;
  padding-left: 1.4em;
  color: var(--muted);
  font-size: 0.93rem;
}

.privacy-toc a {
  border-bottom: 1px solid transparent;
}

.privacy-toc a:hover {
  color: var(--blue);
  border-bottom-color: rgba(51,109,204,0.32);
}

.privacy-document section {
  position: relative;
  padding: 0 0 56px 76px;
  margin-bottom: 56px;
  border-bottom: 1px solid #e7ebf2;
}

.privacy-document section:last-child {
  margin-bottom: 0;
}

.privacy-number {
  position: absolute;
  left: 0;
  top: 4px;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(51,109,204,0.16);
  border-radius: 50%;
  color: var(--blue);
  background: #f7faff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.privacy-document h2 {
  margin: 0 0 22px;
  color: #27364e;
  font-size: 1.55rem;
  line-height: 1.5;
}

.privacy-document p {
  margin: 0 0 16px;
  color: #586273;
  font-size: 0.98rem;
  line-height: 1.95;
}

.privacy-contact-button {
  margin-top: 28px !important;
}

.privacy-back {
  margin-top: 56px;
  text-align: center;
}

@media (max-width: 700px) {
  .privacy-hero {
    padding: 68px 0 58px;
  }

  .privacy-container {
    width: min(calc(100% - 36px), 900px);
  }

  .privacy-hero h1 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .privacy-intro {
    font-size: 0.98rem;
  }

  .privacy-body {
    padding: 56px 0 88px;
  }

  .privacy-toc {
    margin-bottom: 58px;
    padding: 26px 24px;
  }

  .privacy-toc ol {
    grid-template-columns: 1fr;
  }

  .privacy-document section {
    padding: 0 0 46px;
    margin-bottom: 46px;
  }

  .privacy-number {
    position: static;
    width: auto;
    height: auto;
    margin-bottom: 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .privacy-document h2 {
    font-size: 1.34rem;
  }

  .privacy-document p {
    font-size: 0.95rem;
  }
}


/* v0.9: contact page */
.contact-page {
  background: #fff;
}

.contact-container {
  width: min(calc(100% - 48px), 940px);
  margin-inline: auto;
}

.contact-hero {
  padding: 92px 0 74px;
  background:
    radial-gradient(circle at 85% 20%, rgba(51,109,204,0.08), transparent 24%),
    radial-gradient(circle at 12% 82%, rgba(225,124,73,0.05), transparent 22%),
    linear-gradient(180deg, #fbfdff, #f7f9fd);
  border-bottom: 1px solid rgba(51,109,204,0.09);
}

.contact-hero h1 {
  margin: 0;
  color: #243249;
  font-size: clamp(2.7rem, 6vw, 5rem);
  line-height: 1.2;
  letter-spacing: -0.045em;
}

.contact-intro {
  max-width: 42em;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.contact-body {
  padding: 72px 0 112px;
}

.contact-mail-card {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 0.9fr);
  align-items: center;
  gap: 48px;
  padding: 42px 46px;
  border: 1px solid rgba(31,76,153,0.14);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(31,55,94,0.06);
}

.contact-mail-card h2,
.contact-card h2,
.contact-caution h2,
.contact-product h2,
.contact-privacy h2 {
  margin: 0;
  color: #27364e;
  line-height: 1.5;
}

.contact-mail-card h2 {
  font-size: 1.7rem;
}

.contact-mail-card p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
}

.contact-mail-address {
  padding: 22px 24px;
  border-radius: 16px;
  background:
    linear-gradient(110deg, rgba(51,109,204,0.07), rgba(225,124,73,0.06));
  text-align: center;
}

.contact-mail-address span {
  display: block;
  color: #243249;
  font-size: 1rem;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.contact-mail-address small {
  display: block;
  margin-top: 8px;
  color: #737c8d;
  font-size: 0.78rem;
}

.contact-reply-note {
  margin: 22px 0 54px;
  color: #6a7382;
  font-size: 0.9rem;
  text-align: center;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.contact-card {
  position: relative;
  padding: 34px 32px;
  overflow: hidden;
  border: 1px solid rgba(31,76,153,0.13);
  border-radius: 20px;
  background: #fff;
}

.contact-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--orange));
}

.contact-number {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.contact-card h2 {
  font-size: 1.28rem;
}

.contact-card p,
.contact-card li {
  color: var(--muted);
  font-size: 0.94rem;
}

.contact-card ul {
  margin: 20px 0 0;
  padding-left: 1.35em;
}

.contact-card li + li {
  margin-top: 7px;
}

.contact-caution {
  margin-top: 28px;
  padding: 34px 36px;
  border-left: 4px solid var(--orange);
  border-radius: 0 18px 18px 0;
  background: #fff8f3;
}

.contact-caution h2 {
  font-size: 1.4rem;
}

.contact-caution p:not(.eyebrow) {
  margin: 14px 0 0;
  color: #685f5a;
}

.contact-product {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 68px;
  margin-top: 72px;
  padding: 54px 56px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0, rgba(201,120,89,0.09), transparent 24%),
    radial-gradient(circle at 0 100%, rgba(111,134,102,0.10), transparent 24%),
    var(--cream);
}

.contact-product h2 {
  font-size: 1.72rem;
}

.contact-product-copy p {
  margin: 0 0 18px;
  color: #5f625d;
}

.contact-privacy {
  margin-top: 72px;
  padding-top: 58px;
  border-top: 1px solid #e4e9f1;
}

.contact-privacy h2 {
  font-size: 1.8rem;
}

.contact-privacy p {
  color: var(--muted);
}

.contact-privacy .button {
  margin-top: 18px;
}

.contact-back {
  margin-top: 58px;
  text-align: center;
}

@media (max-width: 760px) {
  .contact-container {
    width: min(calc(100% - 36px), 940px);
  }

  .contact-hero {
    padding: 68px 0 58px;
  }

  .contact-hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.6rem);
  }

  .contact-intro {
    font-size: 0.98rem;
  }

  .contact-body {
    padding: 56px 0 88px;
  }

  .contact-mail-card,
  .contact-grid,
  .contact-product {
    grid-template-columns: 1fr;
  }

  .contact-mail-card {
    gap: 24px;
    padding: 34px 28px;
  }

  .contact-grid {
    gap: 18px;
  }

  .contact-card {
    padding: 30px 26px;
  }

  .contact-caution {
    padding: 30px 26px;
  }

  .contact-product {
    gap: 26px;
    margin-top: 56px;
    padding: 38px 28px;
  }

  .contact-privacy {
    margin-top: 56px;
    padding-top: 46px;
  }

  .contact-privacy .button {
    width: 100%;
  }
}


/* v0.10: privacy policy anchor offset for sticky desktop header */
@media (min-width: 701px) {
  .privacy-document section[id] {
    scroll-margin-top: 110px;
  }
}


/* v0.11: contact and privacy refinements */
.contact-mail-address a {
  display: block;
  color: #243249;
  font-size: 1.02rem;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.contact-note {
  margin-top: 18px !important;
  color: #6b7280 !important;
  font-size: 0.88rem !important;
}

.contact-product-copy section + section {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(111, 134, 102, 0.18);
}

.contact-product-copy h3 {
  margin: 0 0 10px;
  color: #344a39;
  font-size: 1.08rem;
  line-height: 1.55;
}

.privacy-document a[href^="mailto:"] {
  color: var(--blue);
  border-bottom: 1px solid rgba(51, 109, 204, 0.32);
}


/* v0.12: expanded privacy policy content */
.privacy-document ul {
  margin: 0 0 20px;
  padding-left: 1.35em;
  color: #586273;
}

.privacy-document li + li {
  margin-top: 6px;
}

.privacy-contact-list {
  margin: 0 0 22px;
}

.privacy-contact-list > div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid #e7ebf2;
}

.privacy-contact-list dt {
  color: #687386;
  font-weight: 700;
}

.privacy-contact-list dd {
  margin: 0;
  color: #27364e;
}

.privacy-contact-list a {
  color: var(--blue);
  border-bottom: 1px solid rgba(51,109,204,0.32);
}

.privacy-note {
  color: #7a8391 !important;
  font-size: 0.88rem !important;
}

.privacy-enactment {
  padding-left: 0 !important;
}

@media (max-width: 700px) {
  .privacy-contact-list > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}


/* v0.13: contact page aligned with agreed content */
.contact-mail-address {
  display: grid;
  gap: 12px;
}

.contact-mail-button,
.copy-mail-button {
  width: 100%;
}

.copy-mail-button {
  min-height: 46px;
  padding: 10px 18px;
  border: 1px solid rgba(51,109,204,0.24);
  border-radius: 12px;
  color: var(--blue);
  background: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.copy-mail-button:hover {
  background: #f7faff;
}

.copy-status {
  min-height: 1.4em;
  margin: 0 !important;
  color: #6b7280 !important;
  font-size: 0.82rem !important;
}

.contact-section {
  margin-top: 56px;
  padding: 38px 40px;
  border: 1px solid rgba(31,76,153,0.12);
  border-radius: 20px;
  background: #fff;
}

.contact-section h2 {
  margin: 0 0 18px;
  color: #27364e;
  font-size: 1.7rem;
  line-height: 1.5;
}

.contact-section p,
.contact-section li,
.contact-product-copy li {
  color: var(--muted);
}

.contact-section ul,
.contact-product-copy ul {
  margin: 18px 0 0;
  padding-left: 1.35em;
}

.contact-section li + li,
.contact-product-copy li + li {
  margin-top: 7px;
}

.contact-caution-text {
  margin-top: 24px !important;
  padding: 18px 20px;
  border-left: 4px solid var(--orange);
  background: #fff8f3;
}

@media (max-width: 760px) {
  .contact-section {
    margin-top: 42px;
    padding: 30px 24px;
  }

  .contact-section h2 {
    font-size: 1.45rem;
  }
}


.hero-copy {
  max-width: 820px;
}

.hero-copy .eyebrow {
  color: var(--navy);
}

.hero h1 {
  color: var(--navy);
}

.hero-lead {
  color: #2F3B50;
}

.gradient-rule {
  background: linear-gradient(90deg, transparent, var(--orange), var(--blue), var(--navy), transparent);
  opacity: 1;
}

.eyebrow {
  color: var(--blue);
}

.button-primary {
  background: var(--navy);
  box-shadow: 0 10px 28px rgba(16, 42, 98, 0.18);
}

.button-primary:hover {
  background: #0B2358;
}

.value-card::before,
.feature-card::before,
.contact-card::before {
  background: linear-gradient(90deg, var(--orange), var(--blue), var(--navy));
}

.section-heading h2,
.recipe-copy h2,
.release-card h2,
.product-text-layout h2,
.product-story h2,
.product-price h2,
.product-data h2,
.product-support h2,
.product-ending h2,
.privacy-document h2,
.contact-section h2,
.contact-product h2,
.contact-privacy h2 {
  color: var(--navy);
}

.recipe-section,
.product-hero,
.product-paper,
.product-ending,
.contact-product {
  background-color: var(--cream);
}

.recipe-section {
  background:
    radial-gradient(circle at 0 20%, rgba(47,79,59,0.10), transparent 22%),
    radial-gradient(circle at 100% 80%, rgba(242,193,78,0.10), transparent 24%),
    var(--cream);
}

.recipe-eyebrow,
.product-meta span,
.text-link {
  color: var(--green);
}

.button-green {
  color: #fff;
  background: var(--green);
  box-shadow: 0 10px 24px rgba(47,79,59,0.18);
}

.recipe-copy h3,
.product-hero-copy h2 {
  color: var(--terracotta);
}

.recipe-copy p,
.product-hero-copy > p,
.story-card > p:not(.eyebrow),
.product-ending p:not(.eyebrow) {
  color: var(--terracotta);
}

.recipe-dot {
  background: linear-gradient(135deg, rgba(47,79,59,0.25), rgba(242,193,78,0.45));
}

.icon-terracotta {
  color: var(--terracotta);
  background: rgba(90,62,43,0.08);
}

.icon-green {
  color: var(--green);
  background: rgba(47,79,59,0.08);
}

.icon-blue {
  color: var(--blue);
  background: rgba(7,135,200,0.08);
}

@media (max-width: 760px) {
  .brand-symbol img {
    width: 36px;
    height: 36px;
  }

  .footer-logo img {
    width: 132px;
  }

  .hero {
    padding-top: 74px;
    padding-bottom: 68px;
  }

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


/* v0.15: email, footer logo, button visibility, and flat-color lines */

/* Keep the official vertical logo's aspect ratio on every screen. */
.footer-logo {
  display: inline-flex;
  align-items: flex-end;
  line-height: 0;
}

.footer-logo img {
  display: block;
  width: 142px;
  height: auto !important;
  max-height: none !important;
  object-fit: contain;
}

.footer-grid > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.footer-grid .footer-tagline {
  margin: 0;
  line-height: 1.45;
}

/* Ensure mail button label remains readable. */
.contact-mail-button,
.contact-mail-button:link,
.contact-mail-button:visited,
.contact-mail-button:hover,
.contact-mail-button:active {
  color: #FFFFFF !important;
}

/* ALASHLOGIC flat-color rule: no gradients. */
.gradient-rule {
  height: 2px;
  background: #0787C8 !important;
  opacity: 1;
}

.value-card::before {
  background: #102A62 !important;
}

@media (max-width: 760px) {
  .footer-logo img {
    width: 126px;
    height: auto !important;
    max-height: none !important;
  }

  .footer-grid > div:first-child {
    gap: 2px;
  }
}


/* v0.16: ALASHLOGIC hero symbol and flat brand accent lines */

/* Hero symbol is a background accent, never a separate stacked illustration. */
.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  right: clamp(36px, 7vw, 110px);
  width: clamp(250px, 31vw, 460px);
  aspect-ratio: 1 / 1;
  transform: translateY(-50%);
  background-image: url("./assets/ALASHLOGIC_symbol_transparent_v1.0.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.075;
  pointer-events: none;
}

.hero .container,
.hero .gradient-rule {
  position: relative;
  z-index: 1;
}

/* Three flat colors, visually joined as one subtle line. */
.gradient-rule {
  display: grid;
  grid-template-columns: 40fr 20fr 40fr;
  width: min(82%, 920px);
  height: 2px;
  gap: 0;
  background: none !important;
  overflow: hidden;
}

.gradient-rule .brand-line {
  display: block;
  width: 100%;
  height: 100%;
}

.gradient-rule .brand-line.orange {
  background: #FF6A18;
}

.gradient-rule .brand-line.navy {
  background: #102A62;
}

.gradient-rule .brand-line.blue {
  background: #0787C8;
}

/* VALUES: 01 orange, 02 navy, 03 blue. */
.value-card::before {
  background: #FF6A18 !important;
}

.value-card:nth-child(2)::before {
  background: #102A62 !important;
}

.value-card:nth-child(3)::before {
  background: #0787C8 !important;
}

@media (max-width: 760px) {
  .hero::after {
    top: 24%;
    right: -42px;
    width: clamp(180px, 58vw, 270px);
    transform: none;
    opacity: 0.045;
  }

  .gradient-rule {
    width: calc(100% - 48px);
    height: 2px;
  }
}
