.oden-atlas {
  --oden-ink: #173f46;
  --oden-paper: #fffdf8;
  --oden-cream: #f4ecde;
  --oden-red: #c6543f;
  --oden-mustard: #dcae46;
  --oden-green: #b8d9ce;
  --oden-line: #aebebb;
  color: var(--oden-ink);
}

.oden-atlas h2,
.oden-atlas h3,
.oden-atlas h4,
.food-oden-launch h2 { text-wrap: balance; }

.oden-lead {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
  padding-bottom: clamp(72px, 10vw, 132px);
}

.oden-lead h2,
.oden-first h2,
.oden-anatomy h2,
.oden-catalog > header h2,
.oden-regions > header h2,
.oden-venues h2,
.oden-order h2,
.oden-history h2,
.oden-home h2,
.oden-safety h2,
.oden-faq h2,
.oden-sources h2,
.oden-next h2 {
  margin: .16em 0 .3em;
  font-family: "Fraunces", "Noto Sans JP", serif;
  font-size: clamp(38px, 5vw, 70px);
  line-height: 1.03;
  letter-spacing: -.04em;
}

.oden-lead h2 { max-width: 12ch; font-size: clamp(50px, 6.5vw, 94px); line-height: .98; }
html[lang="ja"] .oden-atlas h2 { line-height: 1.25; letter-spacing: -.035em; }
.oden-lead > div > p:not(.eyebrow) { max-width: 700px; color: var(--ink-soft); font-size: clamp(17px, 1.45vw, 20px); line-height: 1.85; }
.oden-lead figure { margin: 0; }
.oden-lead picture { display: block; overflow: hidden; border: 1px solid var(--oden-ink); border-radius: 44% 44% 26px 26px; background: #d8c6aa; aspect-ratio: 3 / 2; }
.oden-lead img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.oden-lead figcaption { max-width: 58ch; margin: 12px 10px 0; color: var(--ink-soft); font-size: 12px; line-height: 1.6; }
.oden-lead dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 30px 0; overflow: hidden; border: 1px solid var(--oden-ink); border-radius: 18px; background: var(--oden-ink); }
.oden-lead dl div { min-width: 0; padding: 17px 13px; background: var(--oden-paper); }
.oden-lead dt { font: 700 clamp(28px, 3vw, 40px)/1 "Fraunces", serif; }
.oden-lead dd { margin: 8px 0 0; color: var(--ink-soft); font-size: 11px; line-height: 1.35; }
.oden-lead nav { display: flex; flex-wrap: wrap; gap: 8px; }
.oden-lead nav a { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 15px; border: 1px solid var(--oden-ink); border-radius: 999px; color: inherit; font-size: 12px; font-weight: 800; text-decoration: none; }
.oden-lead nav a:hover { background: var(--oden-ink); color: #fff; }

.oden-first { padding: clamp(54px, 8vw, 94px); border-radius: 38px; background: var(--oden-ink); color: #fff; }
.oden-first > header { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px 70px; align-items: end; margin-bottom: 42px; }
.oden-first > header p:last-child { margin: 0; color: #d9e7e4; line-height: 1.8; }
.oden-first ol { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; margin: 0; padding: 0; list-style: none; }
.oden-first li { min-width: 0; }
.oden-first li a { display: flex; flex-direction: column; min-height: 260px; height: 100%; padding: 20px; border: 1px solid rgba(255,255,255,.42); border-radius: 22px; color: #fff; text-decoration: none; }
.oden-first li a:hover { border-color: var(--oden-mustard); background: #214f56; transform: translateY(-2px); }
.oden-first li a > span { font: 700 12px/1 "Fraunces", serif; }
.oden-first li i { display: grid; place-items: center; width: 58px; height: 58px; margin: 24px 0; border-radius: 50%; background: var(--oden-green); color: var(--oden-ink); font-size: 23px; font-style: normal; font-weight: 900; }
.oden-first li strong,
.oden-first li small { display: block; }
.oden-first li strong { font-size: 17px; }
.oden-first li small { margin-top: 4px; color: #d9e7e4; font-size: 11px; }
.oden-first li p { margin: 12px 0 0; color: #d9e7e4; font-size: 12px; line-height: 1.6; }
.oden-first > aside { display: grid; grid-template-columns: .35fr 1.25fr; gap: 10px 28px; align-items: start; margin-top: 22px; padding: 22px 26px; border-radius: 18px; background: var(--oden-mustard); color: var(--oden-ink); }
.oden-first > aside strong { grid-row: 1 / 3; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.oden-first > aside p { margin: 0; font-weight: 800; line-height: 1.55; }
.oden-first > aside span { font-size: 12px; line-height: 1.6; }

.oden-anatomy { display: grid; grid-template-columns: minmax(0, .78fr) minmax(500px, 1.22fr); gap: clamp(42px, 8vw, 112px); align-items: center; padding: clamp(92px, 12vw, 150px) 0; }
.oden-anatomy > div > p:last-child { color: var(--ink-soft); line-height: 1.85; }
.oden-anatomy ol { display: grid; gap: 9px; margin: 0; padding: 32px; border: 2px solid var(--oden-ink); border-radius: 38px; background: linear-gradient(145deg, #fffdf8 0 34%, #efe0bb 34% 66%, #c78a59 66%); list-style: none; }
.oden-anatomy li { display: grid; grid-template-columns: 34px 58px 1fr; gap: 12px; align-items: center; min-height: 116px; padding: 18px; border-radius: 18px; background: rgba(255,253,248,.94); }
.oden-anatomy li > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--oden-red); color: #fff; font-size: 11px; font-weight: 900; }
.oden-anatomy li > i { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: var(--oden-green); font-size: 20px; font-style: normal; font-weight: 900; }
.oden-anatomy h3 { margin: 0 0 7px; font: 700 21px/1.15 "Fraunces", "Noto Sans JP", serif; }
.oden-anatomy li p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }

.oden-catalog { padding: clamp(60px, 8vw, 104px) 0; border-top: 1px solid #c9d2ce; }
.oden-catalog > header { max-width: 920px; margin-bottom: 62px; }
.oden-catalog > header > p:not(.eyebrow) { max-width: 730px; color: var(--ink-soft); line-height: 1.8; }
.oden-filter { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 16px; }
.oden-filter button { min-height: 44px; padding: 10px 16px; border: 1px solid var(--oden-ink); border-radius: 999px; background: var(--oden-paper); color: var(--oden-ink); font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.oden-filter button:hover,
.oden-filter button[aria-pressed="true"] { background: var(--oden-ink); color: #fff; }
.oden-atlas a:focus-visible,
.oden-atlas button:focus-visible,
.oden-atlas summary:focus-visible,
.food-oden-launch a:focus-visible { outline: 3px solid var(--oden-mustard); outline-offset: 4px; }
.oden-catalog > header > strong { color: var(--ink-soft); font-size: 13px; }
.oden-family { display: grid; grid-template-columns: minmax(210px, .34fr) minmax(0, 1.66fr); gap: clamp(30px, 6vw, 74px); padding: 62px 0; border-top: 1px solid #c9d2ce; scroll-margin-top: 108px; }
.oden-family > header { position: sticky; top: 108px; align-self: start; }
.oden-family > header h3 { margin: .18em 0; font: 700 clamp(29px, 3.3vw, 48px)/1.08 "Fraunces", "Noto Sans JP", serif; }
html[lang="ja"] .oden-family > header h3 { line-height: 1.32; }
.oden-family > header p { color: var(--ink-soft); line-height: 1.75; }
.oden-family > header span { display: inline-block; padding: 7px 12px; border-radius: 999px; background: var(--oden-green); font-size: 11px; font-weight: 900; }
.oden-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.oden-card { min-width: 0; padding: clamp(22px, 3vw, 31px); border: 1px solid var(--oden-line); border-radius: 24px; background: var(--oden-paper); scroll-margin-top: 110px; }
.oden-card header { display: grid; grid-template-columns: 40px 58px 1fr; gap: 10px; align-items: center; }
.oden-card header > span { font: 700 12px/1 "Fraunces", serif; }
.oden-card header > i { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: var(--oden-green); font-size: 20px; font-style: normal; font-weight: 900; }
.oden-card h4 { margin: 0; font: 700 clamp(23px, 2.5vw, 33px)/1.1 "Fraunces", "Noto Sans JP", serif; }
.oden-card header small { color: var(--ink-soft); font-size: 11px; }
.oden-card dl { margin: 24px 0 0; }
.oden-card dl div { padding: 13px 0; border-top: 1px solid #d6dfda; }
.oden-card dt { margin-bottom: 4px; color: var(--oden-red); font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.oden-card dd { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }
.oden-card aside { padding: 16px; border-radius: 14px; background: var(--oden-cream); }
.oden-card aside strong { color: var(--oden-red); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.oden-card aside p { margin: 6px 0 0; font-size: 12px; line-height: 1.65; }
.oden-card__open { display: flex; align-items: center; justify-content: space-between; min-height: 48px; margin-top: 15px; padding: 11px 15px; border-radius: 13px; background: var(--oden-ink); color: #fff; font-size: 12px; font-weight: 900; text-decoration: none; }
.oden-card__open:hover { background: var(--oden-red); }
.oden-card__open b { font-size: 20px; }
.oden-card details { margin-top: 13px; border-top: 1px solid #d6dfda; }
.oden-card summary { min-height: 44px; padding: 14px 0 6px; cursor: pointer; font-size: 11px; font-weight: 900; }
.oden-card ul { margin: 6px 0 0; padding-left: 18px; }
.oden-card li { margin: 7px 0; font-size: 11px; line-height: 1.5; }
.oden-card[hidden],
.oden-family[hidden] { display: none; }
.oden-empty { padding: 30px; border: 1px solid var(--oden-red); border-radius: 18px; }

.oden-regions { margin: 20px calc(50% - 50vw); padding: clamp(72px, 10vw, 126px) max(24px, calc((100vw - 1180px) / 2)); background: var(--oden-ink); color: #fff; }
.oden-regions > header { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px 90px; align-items: end; margin-bottom: 54px; }
.oden-regions > header > p { margin: 0; color: #d7e4e1; line-height: 1.8; }
.oden-region-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.oden-region-card { min-width: 0; padding: 25px; border: 1px solid rgba(255,255,255,.35); border-radius: 22px; background: #214d54; }
.oden-region-card header { display: grid; grid-template-columns: 34px 50px 1fr; gap: 10px; align-items: center; }
.oden-region-card header > span { font: 700 11px/1 "Fraunces", serif; }
.oden-region-card header > i { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--oden-mustard); color: var(--oden-ink); font-style: normal; font-weight: 900; }
.oden-region-card header small { display: block; color: #c8dad7; font-size: 10px; }
.oden-region-card h3 { margin: 2px 0 0; font: 700 25px/1.12 "Fraunces", "Noto Sans JP", serif; }
.oden-region-card__formula { min-height: 104px; margin: 20px 0 0; padding: 15px; border-radius: 14px; background: rgba(255,255,255,.09); font-size: 13px; line-height: 1.65; }
.oden-region-card dl { margin: 0; }
.oden-region-card dl div { padding: 14px 0; border-top: 1px solid rgba(255,255,255,.2); }
.oden-region-card dt { margin-bottom: 5px; color: var(--oden-mustard); font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.oden-region-card dd { margin: 0; color: #deebe8; font-size: 12px; line-height: 1.65; }
.oden-region-card details { border-top: 1px solid rgba(255,255,255,.2); }
.oden-region-card summary { min-height: 44px; padding: 14px 0 5px; cursor: pointer; font-size: 11px; font-weight: 900; }
.oden-region-card ul { margin: 6px 0 0; padding-left: 17px; }
.oden-region-card li { margin: 6px 0; font-size: 11px; }
.oden-region-card a { color: #fff; }

.oden-venues { padding: clamp(92px, 12vw, 152px) 0; }
.oden-venues > header { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px 80px; align-items: end; margin-bottom: 42px; }
.oden-venues > header > p { margin: 0; color: var(--ink-soft); line-height: 1.8; }
.oden-venues > div { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.oden-venues article { padding: 25px; border: 1px solid var(--oden-line); border-radius: 22px; background: var(--oden-paper); }
.oden-venues article > span { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--oden-green); font-size: 20px; font-weight: 900; }
.oden-venues h3 { margin: 24px 0 10px; font: 700 24px/1.15 "Fraunces", "Noto Sans JP", serif; }
.oden-venues article p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.75; }

.oden-order { padding: clamp(60px, 8vw, 98px); border-radius: 38px; background: var(--oden-cream); }
.oden-order > header { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px 72px; align-items: end; margin-bottom: 44px; }
.oden-order > header > p { margin: 0; color: var(--ink-soft); line-height: 1.8; }
.oden-order > ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.oden-order > ol li { display: grid; grid-template-columns: 52px 1fr; gap: 16px; min-height: 164px; padding: 22px; border: 1px solid var(--oden-line); border-radius: 20px; background: var(--oden-paper); }
.oden-order > ol li > span { display: grid; place-items: center; align-self: start; width: 48px; height: 48px; border-radius: 50%; background: var(--oden-red); color: #fff; font: 700 13px/1 "Fraunces", serif; }
.oden-order h3 { margin: 3px 0 8px; font: 700 21px/1.15 "Fraunces", "Noto Sans JP", serif; }
.oden-order li p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }

.oden-history { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(42px, 8vw, 112px); padding: clamp(100px, 13vw, 164px) 0; }
.oden-history > div > p:last-child { color: var(--ink-soft); line-height: 1.85; }
.oden-history ol { margin: 0; padding: 0; list-style: none; }
.oden-history ol li { display: grid; grid-template-columns: 90px 1fr; gap: 22px; padding: 25px 0; border-top: 1px solid var(--oden-line); }
.oden-history time { color: var(--oden-red); font: 700 13px/1.2 "Fraunces", serif; }
.oden-history h3 { margin: 0 0 8px; font: 700 23px/1.18 "Fraunces", "Noto Sans JP", serif; }
.oden-history li p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.72; }
.oden-history > ul { grid-column: 2; margin: 0; padding-left: 20px; }
.oden-history > ul li { margin: 7px 0; font-size: 12px; }

.oden-home { margin: 0 calc(50% - 50vw); padding: clamp(72px, 10vw, 122px) max(24px, calc((100vw - 1180px) / 2)); background: #d9e9e2; }
.oden-home > header { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px 80px; align-items: end; margin-bottom: 42px; }
.oden-home > header > p { margin: 0; color: var(--ink-soft); line-height: 1.8; }
.oden-home ol { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; margin: 0; padding: 0; list-style: none; }
.oden-home li { min-width: 0; padding: 22px; border-radius: 20px; background: var(--oden-paper); }
.oden-home li > span { color: var(--oden-red); font: 700 12px/1 "Fraunces", serif; }
.oden-home li strong { display: block; min-height: 3em; margin: 20px 0 10px; font-size: 15px; line-height: 1.4; }
.oden-home li p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.65; }

.oden-safety { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px, 8vw, 110px); padding: clamp(100px, 13vw, 160px) 0; }
.oden-safety > div:first-child > p { color: var(--ink-soft); line-height: 1.85; }
.oden-safety > div:first-child > aside { margin-top: 26px; padding: 22px; border-left: 5px solid var(--oden-red); border-radius: 0 16px 16px 0; background: var(--oden-cream); }
.oden-safety aside strong { font-size: 13px; }
.oden-safety aside p { margin: 8px 0 0; font-size: 13px; line-height: 1.7; }
.oden-phrases > h3 { margin: 0 0 16px; font: 700 26px/1.15 "Fraunces", "Noto Sans JP", serif; }
.oden-phrases article { position: relative; padding: 22px 22px 20px 62px; border-top: 1px solid var(--oden-line); }
.oden-phrases article > span:first-child { position: absolute; top: 22px; left: 8px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--oden-red); color: #fff; font-size: 10px; font-weight: 900; }
.oden-phrases p { margin: 0; font-size: 15px; font-weight: 800; line-height: 1.65; }
.oden-phrases small { display: block; margin: 7px 0 13px; color: var(--ink-soft); font-size: 12px; line-height: 1.55; }
.oden-phrases button { min-height: 44px; padding: 10px 14px; border: 1px solid var(--oden-ink); border-radius: 999px; background: transparent; color: var(--oden-ink); font: inherit; font-size: 11px; font-weight: 900; cursor: pointer; }
.oden-phrases button:hover { background: var(--oden-ink); color: #fff; }

.oden-faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 8vw, 112px); padding: clamp(70px, 10vw, 120px) 0; border-top: 1px solid var(--oden-line); }
.oden-faq details { border-top: 1px solid var(--oden-line); }
.oden-faq summary { min-height: 62px; padding: 20px 40px 20px 0; cursor: pointer; font-size: 15px; font-weight: 900; line-height: 1.5; }
.oden-faq details p { margin: -4px 0 22px; color: var(--ink-soft); line-height: 1.75; }

.oden-sources { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px, 8vw, 100px); padding: clamp(52px, 7vw, 82px); border-radius: 36px; background: var(--oden-ink); color: #fff; }
.oden-sources h2 { font-size: clamp(34px, 4vw, 56px); }
.oden-sources p { color: #d7e4e1; line-height: 1.8; }
.oden-sources .oden-language-disclosure { padding: 15px; border: 1px solid rgba(255,255,255,.3); border-radius: 14px; color: #fff; font-size: 12px; }
.oden-sources > ul { margin: 0; padding-left: 20px; }
.oden-sources li { margin: 12px 0; line-height: 1.5; }
.oden-sources a { color: #fff; }

.oden-next { display: grid; grid-template-columns: .7fr repeat(3, 1fr); gap: 12px; align-items: stretch; padding: clamp(86px, 11vw, 136px) 0 20px; }
.oden-next h2 { font-size: clamp(34px, 4vw, 56px); }
.oden-next > a { display: flex; flex-direction: column; justify-content: space-between; min-height: 190px; padding: 24px; border: 1px solid var(--oden-line); border-radius: 20px; color: var(--oden-ink); text-decoration: none; }
.oden-next > a:hover { border-color: var(--oden-red); background: var(--oden-cream); }
.oden-next > a strong { font: 700 22px/1.2 "Fraunces", "Noto Sans JP", serif; }
.oden-next > a small { margin: 12px 0 auto; color: var(--ink-soft); line-height: 1.6; }
.oden-next > a span { align-self: flex-end; font-size: 24px; }

.food-oden-launch { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(32px, 6vw, 78px); align-items: center; margin: clamp(66px, 9vw, 118px) 0; padding: clamp(38px, 6vw, 72px); border-radius: 34px; background: #d9e9e2; color: var(--oden-ink); }
.food-oden-launch h2 { max-width: 15ch; margin: .18em 0; font: 700 clamp(38px, 5vw, 66px)/1.04 "Fraunces", "Noto Sans JP", serif; letter-spacing: -.04em; }
html[lang="ja"] .food-oden-launch h2 { line-height: 1.25; }
.food-oden-launch p:not(.eyebrow) { max-width: 680px; color: var(--ink-soft); line-height: 1.8; }
.food-oden-launch figure { margin: 0; overflow: hidden; border: 1px solid var(--oden-ink); border-radius: 50% 50% 24px 24px; aspect-ratio: 3 / 2; }
.food-oden-launch img { width: 100%; height: 100%; object-fit: cover; }

.oden-allergy-gate { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(28px, 6vw, 78px); margin: 24px 0 clamp(64px, 9vw, 112px); padding: clamp(30px, 5vw, 58px); border: 2px solid var(--oden-red); border-radius: 30px; background: #fff2e8; }
.oden-allergy-gate h2 { max-width: 13ch; margin: .2em 0 0; font: 700 clamp(30px, 4vw, 50px)/1.08 "Fraunces", "Noto Sans JP", serif; letter-spacing: -.035em; }
.oden-allergy-gate ol { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.oden-allergy-gate li { display: grid; grid-template-columns: minmax(110px, .3fr) 1fr; gap: 18px; padding: 18px; border-radius: 16px; background: var(--oden-paper); }
.oden-allergy-gate li strong { color: var(--oden-red); font-size: 13px; }
.oden-allergy-gate li p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }

.oden-piece-story { color: var(--oden-ink); }
.oden-piece-story > section, .oden-piece-story > aside { margin-top: clamp(54px, 8vw, 104px); }
.oden-piece-lead { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(38px, 7vw, 94px); align-items: center; }
.oden-piece-lead > div > span { display: inline-grid; place-items: center; min-width: 68px; min-height: 38px; border: 1px solid var(--oden-ink); border-radius: 999px; font: 700 12px/1 "Fraunces", serif; }
.oden-piece-lead > div > strong, .oden-piece-lead > div > small { display: block; }
.oden-piece-lead > div > strong { margin-top: 18px; font-size: 15px; }
.oden-piece-lead > div > small { margin-top: 4px; color: var(--ink-soft); font-size: 12px; }
.oden-piece-lead h2 { max-width: 14ch; margin: .18em 0; font: 700 clamp(44px, 6.4vw, 82px)/.98 "Fraunces", "Noto Sans JP", serif; letter-spacing: -.05em; }
html[lang="ja"] .oden-piece-lead h2 { line-height: 1.2; letter-spacing: -.035em; }
.oden-piece-lead > div > p:not(.eyebrow) { max-width: 690px; color: var(--ink-soft); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.85; }
.oden-piece-lead > div > a { display: inline-flex; align-items: center; min-height: 46px; margin-top: 13px; padding: 10px 16px; border: 1px solid var(--oden-ink); border-radius: 999px; color: inherit; font-size: 12px; font-weight: 900; text-decoration: none; }
.oden-piece-visual { margin: 0; }
.oden-piece-visual > div { position: relative; overflow: hidden; min-height: 430px; border: 2px solid var(--oden-ink); border-radius: 50% 50% 28px 28px; background: radial-gradient(circle at 50% 55%, #e7d39f 0 33%, #c99664 34% 38%, #173e46 39% 41%, transparent 42%), linear-gradient(145deg, #d9e9e2, #fff7e9); }
.oden-piece-visual i { position: absolute; display: block; background: #fff8dc; box-shadow: 0 0 0 2px var(--oden-ink); }
.oden-piece-visual i:nth-child(1) { top: 35%; left: 31%; width: 108px; height: 108px; border-radius: 50%; }
.oden-piece-visual i:nth-child(2) { top: 48%; right: 24%; width: 88px; height: 52px; border-radius: 50%; background: var(--oden-green); transform: rotate(-13deg); }
.oden-piece-visual i:nth-child(3) { top: 27%; right: 33%; width: 48px; height: 118px; border-radius: 45%; background: var(--oden-mustard); transform: rotate(24deg); }
.oden-piece-visual i:nth-child(4) { bottom: 18%; left: 43%; width: 72px; height: 40px; border-radius: 45%; background: #d17b56; }
.oden-piece-visual i:nth-child(5) { top: 14%; left: 48%; width: 3px; height: 70px; background: rgba(23,62,70,.45); box-shadow: 18px 12px 0 rgba(23,62,70,.26), -18px 16px 0 rgba(23,62,70,.22); transform: rotate(4deg); }
.oden-piece-visual[data-piece="egg"] i:nth-child(1), .oden-piece-visual[data-piece="ganmodoki"] i:nth-child(1) { background: #f4c65d; box-shadow: 0 0 0 22px #fff8dc, 0 0 0 24px var(--oden-ink); }
.oden-piece-visual[data-piece="konnyaku"] i:nth-child(1), .oden-piece-visual[data-piece="black-hanpen"] i:nth-child(1) { border-radius: 22px 50% 28px 46%; background: #73807c; transform: rotate(18deg); }
.oden-piece-visual[data-piece="shirataki"] i:nth-child(1), .oden-piece-visual[data-piece="kombu"] i:nth-child(1) { width: 130px; height: 74px; border-radius: 50%; background: repeating-linear-gradient(90deg, #e8e0c1 0 5px, #aeb99d 5px 8px); }
.oden-piece-visual[data-piece="chikuwa"] i:nth-child(1), .oden-piece-visual[data-piece="gobo-ten"] i:nth-child(1), .oden-piece-visual[data-piece="chikuwabu"] i:nth-child(1) { width: 155px; height: 62px; border-radius: 999px; background: #d39b5e; transform: rotate(-16deg); }
.oden-piece-visual[data-piece="hanpen"] i:nth-child(1), .oden-piece-visual[data-piece="rolled-cabbage"] i:nth-child(1) { border-radius: 18px; background: #fffdf4; transform: rotate(45deg); }
.oden-piece-visual[data-piece="satsuma-age"] i:nth-child(1), .oden-piece-visual[data-piece="tsumire"] i:nth-child(1), .oden-piece-visual[data-piece="gyoza-maki"] i:nth-child(1) { background: #bc6e47; transform: scale(.95,.7); }
.oden-piece-visual[data-piece="atsuage"] i:nth-child(1), .oden-piece-visual[data-piece="mochi-kinchaku"] i:nth-child(1) { border-radius: 18px; background: #d8a85b; transform: rotate(8deg); }
.oden-piece-visual[data-piece="potato"] i:nth-child(1) { border-radius: 42% 58% 51% 49%; background: #e3c27b; }
.oden-piece-visual[data-piece="beef-tendon"] i:nth-child(1), .oden-piece-visual[data-piece="tebichi"] i:nth-child(1) { border-radius: 38% 62% 45% 55%; background: #9f5b48; transform: rotate(-19deg); }
.oden-piece-visual[data-piece="octopus"] i:nth-child(1) { border-radius: 50% 50% 45% 45%; background: #bd6253; box-shadow: 0 0 0 2px var(--oden-ink), 10px 64px 0 -2px #bd6253, -18px 62px 0 -3px #bd6253; }
.oden-piece-visual figcaption { display: flex; justify-content: space-between; gap: 16px; margin: 12px 10px 0; color: var(--ink-soft); font-size: 11px; }
.oden-piece-visual figcaption strong { color: var(--oden-ink); font-size: 14px; }
.oden-piece-alert { display: grid; grid-template-columns: 46px 1fr; gap: 18px; align-items: start; padding: 22px 25px; border: 2px solid var(--oden-red); border-radius: 20px; background: #fff1e7; }
.oden-piece-alert > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--oden-red); color: #fff; font-weight: 900; }
.oden-piece-alert strong { font-size: 16px; }
.oden-piece-alert p { margin: 7px 0 0; line-height: 1.7; }
.oden-piece-decision { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--oden-ink); border-radius: 22px; background: var(--oden-ink); }
.oden-piece-decision div { padding: 24px; background: var(--oden-paper); }
.oden-piece-decision small { display: block; margin-bottom: 9px; color: var(--oden-red); font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.oden-piece-decision strong { font-size: 13px; line-height: 1.65; }
.oden-piece-scene, .oden-piece-craft, .oden-piece-reading, .oden-piece-order, .oden-piece-faq, .oden-piece-sources { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(36px, 8vw, 108px); }
.oden-piece-scene blockquote { margin: 0; padding: clamp(28px, 5vw, 58px); border-radius: 26px; background: var(--oden-cream); }
.oden-piece-scene blockquote p { margin: 0; font: 700 clamp(21px, 2.5vw, 31px)/1.5 "Fraunces", "Noto Sans JP", serif; }
.oden-piece-craft { padding: clamp(52px, 7vw, 80px); border-radius: 32px; background: var(--oden-ink); color: #fff; }
.oden-piece-craft p { color: #d7e4e1; line-height: 1.85; }
.oden-piece-craft aside { padding: 26px; border-radius: 20px; background: #214d54; }
.oden-piece-craft h3 { font: 700 clamp(25px, 3vw, 38px)/1.18 "Fraunces", "Noto Sans JP", serif; }
.oden-piece-notice { padding: clamp(70px, 10vw, 116px) 0; border-top: 1px solid var(--oden-line); }
.oden-piece-notice header { max-width: 790px; margin-bottom: 38px; }
.oden-piece-notice header > p:last-child { color: var(--ink-soft); line-height: 1.75; }
.oden-piece-notice > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.oden-piece-notice article { padding: 26px; border: 1px solid var(--oden-line); border-radius: 20px; }
.oden-piece-notice article > span { color: var(--oden-red); font: 700 12px/1 "Fraunces", serif; }
.oden-piece-notice h3 { margin: 20px 0 10px; font: 700 23px/1.15 "Fraunces", "Noto Sans JP", serif; }
.oden-piece-notice article p, .oden-piece-reading p, .oden-piece-order p { color: var(--ink-soft); line-height: 1.78; }
.oden-piece-reading dl { margin: 0; }
.oden-piece-reading dl div { padding: 19px 0; border-top: 1px solid var(--oden-line); }
.oden-piece-reading dt { color: var(--oden-red); font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.oden-piece-reading dd { margin: 7px 0 0; line-height: 1.75; }
.oden-piece-order { align-items: center; padding: clamp(42px, 6vw, 72px); border-radius: 30px; background: var(--oden-cream); }
.oden-piece-order aside { padding: 24px; border-left: 5px solid var(--oden-red); background: var(--oden-paper); }
.oden-piece-safety { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding: clamp(64px, 9vw, 112px) max(24px, calc((100vw - 1180px) / 2)); background: #f8dfcf; }
.oden-piece-safety > header { max-width: 850px; }
.oden-piece-safety > header > p:last-child { line-height: 1.85; }
.oden-piece-safety__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 36px; }
.oden-piece-safety__grid article { padding: 25px; border: 1px solid #c55d44; border-radius: 18px; background: var(--oden-paper); }
.oden-piece-safety__grid span { color: var(--oden-red); font: 700 12px/1 "Fraunces", serif; }
.oden-piece-safety__grid h3 { margin: 15px 0 8px; font-size: 17px; }
.oden-piece-safety__grid p { margin: 0; color: var(--ink-soft); line-height: 1.72; }
.oden-piece-safety > aside { margin-top: 16px; padding: 25px; border-radius: 18px; background: var(--oden-ink); color: #fff; }
.oden-piece-safety > aside > span:first-child { display: block; color: var(--oden-mustard); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.oden-piece-safety > aside p { font-size: 16px; font-weight: 800; line-height: 1.7; }
.oden-piece-safety > aside small { display: block; color: #d7e4e1; line-height: 1.6; }
.oden-piece-safety button { min-height: 46px; margin-top: 16px; padding: 10px 17px; border: 1px solid #fff; border-radius: 999px; background: transparent; color: #fff; font: inherit; font-size: 12px; font-weight: 900; cursor: pointer; }
.oden-piece-compare > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.oden-piece-compare a { display: flex; flex-direction: column; min-height: 170px; padding: 25px; border: 1px solid var(--oden-line); border-radius: 20px; color: inherit; text-decoration: none; }
.oden-piece-compare small { color: var(--oden-red); font-weight: 900; }
.oden-piece-compare strong { margin: 18px 0 8px; font: 700 26px/1.1 "Fraunces", "Noto Sans JP", serif; }
.oden-piece-compare a span { color: var(--ink-soft); font-size: 12px; line-height: 1.6; }
.oden-piece-compare a b { margin-top: auto; align-self: flex-end; font-size: 22px; }
.oden-piece-faq details { border-top: 1px solid var(--oden-line); }
.oden-piece-faq summary { min-height: 62px; padding: 19px 34px 19px 0; cursor: pointer; font-weight: 900; line-height: 1.5; }
.oden-piece-faq details p { margin: -2px 0 22px; color: var(--ink-soft); line-height: 1.75; }
.oden-piece-sources { padding: clamp(44px, 6vw, 72px); border-radius: 30px; background: var(--oden-ink); color: #fff; }
.oden-piece-sources p { color: #d7e4e1; line-height: 1.8; }
.oden-piece-sources .oden-language-disclosure { padding: 14px; border: 1px solid rgba(255,255,255,.3); border-radius: 13px; color: #fff; font-size: 12px; }
.oden-piece-sources ul { margin: 0; padding-left: 20px; }
.oden-piece-sources li { margin: 11px 0; line-height: 1.5; }
.oden-piece-sources a { color: #fff; }
.oden-piece-story a:focus-visible, .oden-piece-story button:focus-visible, .oden-piece-story summary:focus-visible { outline: 3px solid var(--oden-mustard); outline-offset: 4px; }

@media (max-width: 1060px) {
  .oden-first ol { grid-template-columns: repeat(3, 1fr); }
  .oden-first li:nth-child(n+4) { grid-column: span 1; }
  .oden-region-grid { grid-template-columns: repeat(2, 1fr); }
  .oden-venues > div { grid-template-columns: repeat(2, 1fr); }
  .oden-home ol { grid-template-columns: repeat(3, 1fr); }
  .oden-next { grid-template-columns: repeat(3, 1fr); }
  .oden-next > div { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .oden-lead,
  .oden-anatomy,
  .oden-history,
  .oden-safety,
  .oden-faq,
  .oden-sources,
  .food-oden-launch,
  .oden-allergy-gate,
  .oden-piece-lead,
  .oden-piece-scene,
  .oden-piece-craft,
  .oden-piece-reading,
  .oden-piece-order,
  .oden-piece-faq,
  .oden-piece-sources { grid-template-columns: 1fr; }
  .oden-lead figure { order: -1; }
  .oden-lead h2 { font-size: clamp(46px, 12vw, 72px); }
  .oden-first { padding: 42px 22px; border-radius: 26px; }
  .oden-first > header,
  .oden-regions > header,
  .oden-venues > header,
  .oden-order > header,
  .oden-home > header { grid-template-columns: 1fr; gap: 10px; }
  .oden-first ol { grid-template-columns: repeat(2, 1fr); }
  .oden-first > aside { grid-template-columns: 1fr; }
  .oden-first > aside strong { grid-row: auto; }
  .oden-family { grid-template-columns: 1fr; }
  .oden-family > header { position: static; }
  .oden-grid { grid-template-columns: 1fr; }
  .oden-order { padding: 46px 22px; border-radius: 26px; }
  .oden-home ol { grid-template-columns: repeat(2, 1fr); }
  .oden-history > ul { grid-column: auto; }
  .oden-next { grid-template-columns: 1fr; }
  .food-oden-launch figure { order: -1; }
  .oden-allergy-gate h2 { max-width: none; }
  .oden-piece-visual { order: -1; }
  .oden-piece-visual > div { min-height: 360px; }
  .oden-piece-decision,
  .oden-piece-notice > div { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .oden-lead dl { grid-template-columns: 1fr; }
  .oden-lead picture { border-radius: 28% 28% 20px 20px; }
  .oden-first ol,
  .oden-region-grid,
  .oden-venues > div,
  .oden-order > ol,
  .oden-home ol { grid-template-columns: 1fr; }
  .oden-first li a { min-height: 0; }
  .oden-anatomy ol { padding: 16px; }
  .oden-anatomy li { grid-template-columns: 28px 48px 1fr; padding: 13px; }
  .oden-anatomy li > i { width: 44px; height: 44px; }
  .oden-card header { grid-template-columns: 30px 48px 1fr; }
  .oden-card header > i { width: 46px; height: 46px; }
  .oden-region-card__formula { min-height: 0; }
  .oden-history ol li { grid-template-columns: 68px 1fr; }
  .oden-phrases article { padding-left: 52px; }
  .oden-sources { padding: 38px 22px; border-radius: 24px; }
  .food-oden-launch { padding: 32px 20px; border-radius: 26px; }
  .oden-allergy-gate li { grid-template-columns: 1fr; gap: 6px; }
  .oden-piece-visual > div { min-height: 300px; }
  .oden-piece-safety__grid,
  .oden-piece-compare > div { grid-template-columns: 1fr; }
  .oden-piece-alert { grid-template-columns: 38px 1fr; padding: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .oden-first li a,
  .oden-filter button,
  .oden-next > a { transition: none; }
  .oden-piece-compare a,
  .oden-card__open { transition: none; }
}

@media (forced-colors: active) {
  .oden-first,
  .oden-regions,
  .oden-sources { border: 2px solid CanvasText; }
  .oden-card,
  .oden-region-card,
  .oden-venues article,
  .oden-order > ol li { forced-color-adjust: auto; }
  .oden-allergy-gate,
  .oden-piece-alert,
  .oden-piece-safety { border: 2px solid CanvasText; }
}
