.delica-feature {
  --dd5-black: #101312;
  --dd5-paper: #e9e6df;
  --dd5-sand: #c6a36a;
  overflow: clip;
  background: var(--dd5-black);
  color: #f6f2e9;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.delica-feature *,
.delica-feature *::before,
.delica-feature *::after { box-sizing: border-box; }
.delica-feature img { display: block; width: 100%; max-width: none; }
.delica-feature a { color: inherit; }
.delica-feature button { font: inherit; }
.delica-feature :is(section, article) { scroll-margin-top: 186px; }

.dd5-hero {
  min-height: min(88vh, 920px);
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  background: #111;
}

.dd5-hero > img,
.dd5-hero-shade,
.dd5-hero-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.dd5-hero > img { object-fit: cover; object-position: center 53%; }
.dd5-hero-shade { z-index: 1; background: linear-gradient(90deg, rgba(7, 9, 8, .92) 0, rgba(7, 9, 8, .72) 35%, rgba(7, 9, 8, .12) 72%), linear-gradient(0deg, rgba(7, 9, 8, .78), transparent 55%); }
.dd5-hero-grid { z-index: 2; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.24) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.24) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, #000, transparent 70%); }

.dd5-hero-copy {
  width: min(1500px, 100%);
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding: 104px clamp(28px, 6vw, 104px) 126px;
}

.dd5-hero-copy > p:first-child { margin: 0 0 24px; color: #d6b577; font: 800 10px/1 Arial, sans-serif; letter-spacing: .24em; }
.dd5-hero-copy h1 { margin: 0; font-family: Arial, sans-serif; font-size: clamp(76px, 10.5vw, 170px); font-weight: 900; line-height: .76; letter-spacing: -.075em; }
.dd5-hero-copy h1 span,
.dd5-hero-copy h1 strong { display: block; }
.dd5-hero-copy h1 strong { margin-left: .52em; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.72); }
.dd5-hero-copy h2 { margin: 48px 0 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(32px, 3vw, 52px); font-weight: 400; line-height: 1.45; letter-spacing: .06em; }
.dd5-hero-lead { margin: 24px 0 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 2; }
.dd5-hero-actions { display: flex; gap: 12px; margin-top: 36px; }
.dd5-hero-actions a { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; padding: 0 22px; border: 1px solid rgba(255,255,255,.5); font-size: 11px; font-weight: 800; text-decoration: none; transition: background-color .2s ease, color .2s ease; }
.dd5-hero-actions a:first-child { background: #f2eee6; color: #111; }
.dd5-hero-actions a:hover { background: var(--dd5-sand); color: #111; border-color: var(--dd5-sand); }

.dd5-hero-spec { position: absolute; right: clamp(28px, 5vw, 82px); bottom: 45px; z-index: 3; display: flex; border-top: 1px solid rgba(255,255,255,.42); border-bottom: 1px solid rgba(255,255,255,.42); }
.dd5-hero-spec span { min-width: 118px; min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0 18px; border-right: 1px solid rgba(255,255,255,.24); color: rgba(255,255,255,.68); font: 700 8px/1 Arial, sans-serif; letter-spacing: .12em; }
.dd5-hero-spec span:last-child { border-right: 0; }
.dd5-hero-spec b { color: #fff; font-size: 16px; }
.dd5-scroll-cue { position: absolute; right: 26px; top: 50%; z-index: 3; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.6); font: 700 7px/1 Arial, sans-serif; letter-spacing: .17em; writing-mode: vertical-rl; }
.dd5-scroll-cue span { width: 1px; height: 54px; background: linear-gradient(#fff, transparent); }

.dd5-selector { position: relative; padding: clamp(110px, 9vw, 160px) clamp(24px, 5vw, 82px) clamp(100px, 9vw, 150px); background: var(--dd5-paper); color: #171916; }
.dd5-selector::before { content: "D:5"; position: absolute; right: -.03em; top: -.13em; color: rgba(20,24,20,.035); font: 900 clamp(240px, 36vw, 620px)/1 Arial, sans-serif; letter-spacing: -.1em; pointer-events: none; }
.dd5-selector-heading { width: min(1500px, 100%); margin: 0 auto 66px; display: grid; grid-template-columns: minmax(420px, .9fr) minmax(360px, .65fr); grid-template-areas: "kicker note" "title note"; gap: 20px clamp(60px, 9vw, 150px); align-items: end; position: relative; z-index: 1; }
.dd5-selector-heading > p { grid-area: kicker; margin: 0; color: #8f6e3c; font: 800 10px/1 Arial, sans-serif; letter-spacing: .22em; }
.dd5-selector-heading h2 { grid-area: title; margin: 0; font-family: "Yu Mincho", serif; font-size: clamp(50px, 5.5vw, 82px); font-weight: 400; line-height: 1.38; letter-spacing: .025em; }
.dd5-selector-heading > div { grid-area: note; padding-top: 18px; border-top: 1px solid rgba(20,24,20,.25); }
.dd5-selector-heading > div span { display: block; margin-bottom: 20px; color: #8f6e3c; font: 700 10px/1 Arial, sans-serif; letter-spacing: .18em; }
.dd5-selector-heading > div p { margin: 0; color: #625f58; font-size: 13px; line-height: 2.05; }

.dd5-swipe-guide { display: none; }
.dd5-style-rail { width: min(1500px, 100%); margin: auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; position: relative; z-index: 1; }
.dd5-style-card,.dd5-style-card:visited{ min-width: 0; display: grid; grid-template-columns: 1fr 42px; color: #171916; text-decoration: none; }
.dd5-style-card figure { grid-column: 1 / -1; position: relative; margin: 0; overflow: hidden; background: #cbc7be; }
.dd5-style-card figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.48), transparent 45%); }
.dd5-style-card figure img { aspect-ratio: 4 / 5; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.dd5-style-card figure > span { position: absolute; top: 14px; left: 14px; z-index: 1; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: #fff; font: 700 9px/1 Arial, sans-serif; backdrop-filter: blur(7px); }
.dd5-style-card > div { min-width: 0; padding: 19px 8px 0 2px; }
.dd5-style-card small { color: #81786c; font: 700 8px/1 Arial, sans-serif; letter-spacing: .14em; }
.dd5-style-card h3 { margin: 8px 0 5px; font-size: clamp(17px, 1.35vw, 22px); line-height: 1.4; }
.dd5-style-card p { margin: 0; color: #776e63; font: 700 8px/1 Arial, sans-serif; letter-spacing: .12em; }
.dd5-style-card > b { width: 38px; height: 38px; align-self: end; display: grid; place-items: center; margin-bottom: 1px; border: 1px solid #9b9388; border-radius: 50%; font-size: 13px; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.dd5-style-card:hover figure img { transform: scale(1.04); }
.dd5-style-card:hover > b { transform: translateY(3px); background: #171916; color: #fff; }
.dd5-style-card:focus-visible { outline: 3px solid #a67d3f; outline-offset: 6px; }

.dd5-series-shell { position: sticky; top: 120px; z-index: 84; background: #101312; color: #fff; }
.dd5-series-guide { display: none; }
.dd5-series-nav { height: 56px; display: flex; align-items: stretch; overflow-x: auto; border-bottom: 1px solid rgba(255,255,255,.14); scrollbar-width: none; }
.dd5-series-nav::-webkit-scrollbar { display: none; }
.dd5-series-nav a { min-width: 160px; flex: 1; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 0 16px; border-right: 1px solid rgba(255,255,255,.14); text-decoration: none; white-space: nowrap; transition: background-color .2s ease; }
.dd5-series-nav a:hover { background: #272b27; }
.dd5-series-nav span { color: #d2ad6c; font: 700 8px/1 Arial, sans-serif; letter-spacing: .15em; }
.dd5-series-nav b { font-size: 9px; letter-spacing: .04em; }

.dd5-story { --story-bg: #151514; --story-ink: #f7f4ee; --story-muted: rgba(255,255,255,.66); --story-line: rgba(255,255,255,.2); --story-panel: rgba(255,255,255,.05); --story-accent: #c8954d; --story-cta-bg: #f7f4ee; --story-cta-ink: #171411; --story-cta-hover-bg: #c8954d; --story-cta-hover-ink: #171411; position: relative; overflow: hidden; padding: clamp(108px, 9vw, 160px) clamp(24px, 6vw, 104px) clamp(94px, 8vw, 140px); background: var(--story-bg); color: var(--story-ink); }
.dd5-story--old-canele { --story-bg: radial-gradient(circle at 84% 5%, #3a281b 0, transparent 32%), #171411; --story-accent: #d39a55; --story-cta-hover-bg: #d39a55; }
.dd5-story--heritage { --story-bg: radial-gradient(circle at 86% 5%, #fff 0, transparent 34%), #e4ded4; --story-ink: #292724; --story-muted: #6d675f; --story-line: rgba(42,36,31,.2); --story-panel: rgba(255,255,255,.38); --story-accent: #9b7449; --story-cta-bg: #292724; --story-cta-ink: #fff; --story-cta-hover-bg: #9b7449; --story-cta-hover-ink: #fff; }
.dd5-story--heritage-mesh { --story-bg: radial-gradient(circle at 84% 4%, #fff 0, transparent 34%), #dfe2de; --story-ink: #1d211f; --story-muted: #626a65; --story-line: rgba(30,38,33,.2); --story-panel: rgba(255,255,255,.34); --story-accent: #62766d; --story-cta-bg: #1d211f; --story-cta-ink: #fff; --story-cta-hover-bg: #62766d; --story-cta-hover-ink: #fff; }
.dd5-story--leather-deluxe { --story-bg: radial-gradient(circle at 84% 4%, #353532 0, transparent 34%), #101110; --story-accent: #d1ad67; --story-cta-hover-bg: #d1ad67; --story-cta-hover-ink: #101110; }
.dd5-story-watermark { position: absolute; top: -.16em; left: -.03em; color: currentColor; font: 900 clamp(100px, 16vw, 280px)/1 Arial, sans-serif; letter-spacing: -.07em; opacity: .025; white-space: nowrap; pointer-events: none; }

.dd5-story-heading { width: min(1500px, 100%); margin: 0 auto clamp(66px, 8vw, 116px); display: grid; grid-template-columns: 150px 1fr auto; align-items: end; gap: 34px; padding-bottom: 32px; border-bottom: 1px solid var(--story-line); position: relative; z-index: 1; }
.dd5-story-heading > p { margin: 0; color: var(--story-accent); font: 400 clamp(52px, 5vw, 74px)/.9 Georgia, serif; }
.dd5-story-heading > p span { display: block; margin-bottom: 10px; font: 700 8px/1 Arial, sans-serif; letter-spacing: .2em; }
.dd5-story-heading small { color: var(--story-accent); font: 700 9px/1 Arial, sans-serif; letter-spacing: .18em; }
.dd5-story-heading h2 { margin: 12px 0 0; font-family: "Yu Mincho", serif; font-size: clamp(42px, 4.6vw, 72px); font-weight: 400; line-height: 1.1; }
.dd5-story-heading h2 span { display: block; margin-top: 9px; color: var(--story-muted); font: 700 9px/1 Arial, sans-serif; letter-spacing: .16em; }
.dd5-story-heading em { margin-bottom: 4px; color: var(--story-muted); font: 700 8px/1 Arial, sans-serif; letter-spacing: .17em; writing-mode: vertical-rl; }

.dd5-story-intro { width: min(1500px, 100%); margin: auto; display: grid; grid-template-columns: minmax(310px, .78fr) minmax(390px, 1.12fr) minmax(230px, 300px); gap: clamp(24px, 4vw, 66px); align-items: center; }
.dd5-story-copy > p:first-child { margin: 0 0 26px; color: var(--story-accent); font: 700 9px/1 Arial, sans-serif; letter-spacing: .22em; }
.dd5-story-copy h3 { margin: 0; font-family: "Yu Mincho", serif; font-size: clamp(34px, 3.5vw, 56px); font-weight: 400; line-height: 1.48; letter-spacing: .04em; }
.dd5-story-copy h3 span { display: block; }
.dd5-story-copy > p:nth-of-type(2) { margin: 30px 0 0; color: var(--story-muted); font-size: 13px; line-height: 2.15; }
.dd5-story-copy > a { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 32px; padding: 0 20px; border: 1px solid var(--story-line); background: var(--story-cta-bg); color: var(--story-cta-ink); font-size: 11px; font-weight: 800; text-decoration: none; transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.dd5-story-copy > a:hover { transform: translateY(-2px); background: var(--story-cta-hover-bg); color: var(--story-cta-hover-ink); }
.dd5-story-copy > a:focus-visible { outline: 3px solid var(--story-accent); outline-offset: 4px; }
.dd5-story-copy > small { display: block; margin-top: 12px; color: var(--story-muted); font-size: 9px; line-height: 1.65; }
.dd5-story-hero,
.dd5-story-video { margin: 0; }
.dd5-story-hero img { min-height: 680px; aspect-ratio: 4 / 5; object-fit: cover; }
.dd5-story-video { align-self: center; }
.dd5-story-video video { width: 100%; display: block; aspect-ratio: 9 / 16; object-fit: cover; background: #080808; box-shadow: 0 28px 65px rgba(0,0,0,.28); }
.dd5-story-hero figcaption,
.dd5-story-video figcaption { margin-top: 11px; color: var(--story-muted); font: 700 8px/1.4 Arial, sans-serif; letter-spacing: .16em; }
.dd5-story-hero figcaption { text-align: right; }

.dd5-points { width: min(1500px, 100%); margin: clamp(82px, 8vw, 128px) auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--story-line); border-bottom: 1px solid var(--story-line); }
.dd5-points article { min-height: 258px; padding: 32px clamp(24px, 3vw, 44px) 36px; border-right: 1px solid var(--story-line); }
.dd5-points article:last-child { border-right: 0; }
.dd5-points article > span { color: var(--story-accent); font: italic 400 20px/1 Georgia, serif; }
.dd5-points small { display: block; margin-top: 30px; color: var(--story-accent); font: 700 8px/1 Arial, sans-serif; letter-spacing: .17em; }
.dd5-points h3 { margin: 13px 0 12px; font-family: "Yu Mincho", serif; font-size: 21px; }
.dd5-points p { margin: 0; color: var(--story-muted); font-size: 12px; line-height: 1.9; }

.dd5-gallery { width: min(1500px, 100%); margin: clamp(96px, 10vw, 154px) auto 0; }
.dd5-gallery > header { display: grid; grid-template-columns: minmax(420px, .8fr) minmax(300px, .48fr); justify-content: space-between; gap: 70px; align-items: end; margin-bottom: 50px; }
.dd5-gallery > header > div p { margin: 0 0 20px; color: var(--story-accent); font: 700 9px/1 Arial, sans-serif; letter-spacing: .2em; }
.dd5-gallery > header h3 { margin: 0; font-family: "Yu Mincho", serif; font-size: clamp(38px, 4vw, 60px); font-weight: 400; line-height: 1.48; }
.dd5-gallery > header > p { margin: 0 0 8px; color: var(--story-muted); font-size: 11px; line-height: 1.9; }
.dd5-gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 330px 330px 380px; gap: 12px; }
.dd5-gallery-item { position: relative; margin: 0; overflow: hidden; background: var(--story-panel); }
.dd5-gallery-item--1 { grid-row: 1 / 3; }
.dd5-gallery-item--4 { grid-column: 1 / 3; }
.dd5-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.dd5-gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.54), transparent 42%); pointer-events: none; }
.dd5-gallery-item:hover img { transform: scale(1.035); }
.dd5-gallery-item figcaption { position: absolute; left: 18px; bottom: 16px; z-index: 1; color: #fff; font: 700 8px/1 Arial, sans-serif; letter-spacing: .16em; }
.dd5-gallery-item figcaption span { margin-right: 12px; color: #dfba78; }
.dd5-story-footer { width: min(1500px, 100%); min-height: 96px; margin: 72px auto 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--story-line); border-bottom: 1px solid var(--story-line); }
.dd5-story-footer > span { color: var(--story-muted); font: 700 8px/1 Arial, sans-serif; letter-spacing: .15em; }
.dd5-story-footer a { min-height: 48px; display: flex; align-items: center; gap: 34px; padding: 0 20px; border: 1px solid var(--story-line); background: transparent; color: var(--story-ink); font-size: 10px; font-weight: 800; text-decoration: none; }
.dd5-story-footer a:hover { background: var(--story-panel); color: var(--story-accent); }

.dd5-compare { padding: clamp(110px, 9vw, 160px) clamp(24px, 5vw, 82px); background: #eeeae2; color: #1c1e1b; }
.dd5-compare > header { width: min(1320px, 100%); margin: 0 auto 68px; display: grid; grid-template-columns: minmax(430px, .85fr) minmax(330px, .55fr); grid-template-areas: "kicker copy" "title copy"; gap: 18px clamp(60px, 9vw, 150px); align-items: end; }
.dd5-compare > header > p:first-child { grid-area: kicker; margin: 0; color: #8e6b3d; font: 800 9px/1 Arial, sans-serif; letter-spacing: .2em; }
.dd5-compare > header h2 { grid-area: title; margin: 0; font-family: "Yu Mincho", serif; font-size: clamp(48px, 5.2vw, 78px); font-weight: 400; line-height: 1.4; }
.dd5-compare > header > p:last-child { grid-area: copy; margin: 0 0 8px; color: #68635b; font-size: 13px; line-height: 2; }
.dd5-compare-grid { width: min(1500px, 100%); margin: auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.dd5-compare-grid > article { min-width: 0; display: flex; flex-direction: column; background: #fff; border: 1px solid rgba(25,25,22,.12); }
.dd5-compare-grid > article > img { aspect-ratio: 4 / 3; object-fit: cover; }
.dd5-compare-title { min-height: 102px; display: flex; align-items: center; gap: 15px; padding: 18px; border-bottom: 1px solid #dfdad1; }
.dd5-compare-title > span { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid #b8a58b; border-radius: 50%; color: #8e6b3d; font: 700 9px/1 Arial, sans-serif; }
.dd5-compare-title h3 { margin: 0; font-size: 15px; line-height: 1.4; }
.dd5-compare-title h3 small { display: block; margin-top: 5px; color: #8c8074; font: 700 8px/1 Arial, sans-serif; letter-spacing: .13em; }
.dd5-compare-grid dl { margin: 0; padding: 5px 18px 14px; }
.dd5-compare-grid dl > div { padding: 14px 0; border-bottom: 1px solid #e6e1d9; }
.dd5-compare-grid dt { margin-bottom: 6px; color: #998979; font-size: 8px; font-weight: 800; }
.dd5-compare-grid dd { margin: 0; font-size: 10px; font-weight: 600; line-height: 1.65; }
.dd5-compare-grid > article > a { min-height: 52px; display: flex; align-items: center; justify-content: space-between; margin: auto 18px 18px; padding: 0 15px; background: #1c1e1b; color: #fff; font-size: 10px; font-weight: 800; text-decoration: none; }
.dd5-compare-grid > article > a:hover { background: #907044; }

.dd5-fitment { display: grid; grid-template-columns: minmax(340px, .72fr) minmax(420px, 1fr); grid-template-areas: "copy steps" "links links"; gap: 64px clamp(60px, 9vw, 150px); padding: clamp(108px, 9vw, 156px) clamp(24px, 6vw, 104px); background: #121512; color: #fff; }
.dd5-fitment > div:first-child { grid-area: copy; }
.dd5-fitment > div:first-child > p:first-child { margin: 0; color: #d0ac6d; font: 800 9px/1 Arial, sans-serif; letter-spacing: .2em; }
.dd5-fitment h2 { margin: 22px 0 26px; font-family: "Yu Mincho", serif; font-size: clamp(44px, 4.8vw, 72px); font-weight: 400; line-height: 1.42; }
.dd5-fitment > div:first-child > p:last-child { margin: 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 2; }
.dd5-fitment ol { grid-area: steps; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.dd5-fitment li { min-height: 122px; display: grid; grid-template-columns: 70px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); }
.dd5-fitment li > span { color: #d0ac6d; font: italic 400 21px/1 Georgia, serif; }
.dd5-fitment li h3 { margin: 0 0 7px; font-size: 16px; }
.dd5-fitment li p { margin: 0; color: rgba(255,255,255,.6); font-size: 11px; line-height: 1.65; }
.dd5-fitment-links { grid-area: links; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.dd5-fitment-links a { min-height: 88px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 12px; padding: 0 18px; border-right: 1px solid rgba(255,255,255,.2); font-size: 11px; text-decoration: none; }
.dd5-fitment-links a:last-child { border-right: 0; }
.dd5-fitment-links a > span { color: #d0ac6d; font: 400 17px/1 Georgia, serif; }
.dd5-fitment-links a b { font-size: 12px; }
.dd5-fitment-links a:hover { background: #fff; color: #111; }

.dd5-final { min-height: min(84vh, 880px); position: relative; display: flex; align-items: center; justify-content: flex-end; padding: clamp(80px, 9vw, 140px) clamp(24px, 8vw, 132px); overflow: hidden; background: #15120e; }
.dd5-final > img,
.dd5-final > div:first-of-type { position: absolute; inset: 0; width: 100%; height: 100%; }
.dd5-final > img { object-fit: cover; object-position: center; }
.dd5-final > div:first-of-type { background: linear-gradient(90deg, rgba(9,8,5,.1) 20%, rgba(9,8,5,.92) 77%); }
.dd5-final-copy { width: min(560px, 46vw); position: relative; z-index: 1; }
.dd5-final-copy > p:first-child { margin: 0 0 22px; color: #d8b476; font: 800 9px/1 Arial, sans-serif; letter-spacing: .22em; }
.dd5-final-copy h2 { margin: 0; font-family: "Yu Mincho", serif; font-size: clamp(48px, 5.5vw, 82px); font-weight: 400; line-height: 1.4; }
.dd5-final-copy > p:not(:first-child) { margin: 28px 0; color: rgba(255,255,255,.7); font-size: 13px; line-height: 2; }
.dd5-final-copy a { min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 21px; border: 1px solid rgba(255,255,255,.55); font-size: 11px; font-weight: 800; text-decoration: none; }
.dd5-final-copy a:hover { background: #fff; color: #111; }
.dd5-footer { min-height: 150px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 30px clamp(24px, 5vw, 82px); background: #fff; color: #1c1e1b; }
.dd5-footer a { font: 700 9px/1 Arial, sans-serif; letter-spacing: .12em; text-decoration: none; }
.dd5-footer p { margin: 0; color: #8a7e70; font: 700 8px/1 Arial, sans-serif; letter-spacing: .17em; }
.dd5-footer a:last-child { justify-self: end; }

@media (max-width: 1180px) {
  .dd5-style-rail { grid-template-columns: repeat(2, 1fr); }
  .dd5-style-card figure img { aspect-ratio: 16 / 10; }
  .dd5-story-intro { grid-template-columns: minmax(300px, 1fr) minmax(350px, 1.1fr); }
  .dd5-story-video { grid-column: 1 / -1; width: min(360px, 100%); margin: 20px auto 0; }
  .dd5-compare-grid { grid-template-columns: repeat(2, 1fr); }
  .dd5-compare-grid > article > img { aspect-ratio: 16 / 9; }
  .dd5-fitment-links { grid-template-columns: repeat(2, 1fr); }
  .dd5-fitment-links a:nth-child(2) { border-right: 0; }
  .dd5-fitment-links a:nth-child(-n + 2) { border-bottom: 1px solid rgba(255,255,255,.2); }
}

@media (max-width: 820px) {
  .dd5-selector-heading,
  .dd5-compare > header { display: block; }
  .dd5-selector-heading h2,
  .dd5-compare > header h2 { margin-top: 20px; }
  .dd5-selector-heading > div,
  .dd5-compare > header > p:last-child { max-width: 620px; margin-top: 30px; }
  .dd5-story-heading { grid-template-columns: 105px 1fr; }
  .dd5-story-heading em { display: none; }
  .dd5-fitment { grid-template-columns: 1fr; grid-template-areas: "copy" "steps" "links"; }
  .dd5-fitment > div:first-child { max-width: 680px; }
}

@media (max-width: 720px) {
  .delica-feature :is(section, article) { scroll-margin-top: 174px; }
  .dd5-hero { min-height: 790px; align-items: end; }
  .dd5-hero > img { object-position: 59% center; }
  .dd5-hero-shade { background: linear-gradient(0deg, rgba(8,9,8,.97) 0, rgba(8,9,8,.65) 48%, rgba(8,9,8,.12) 82%); }
  .dd5-hero-grid { background-size: 48px 48px; mask-image: linear-gradient(0deg, #000, transparent 72%); }
  .dd5-hero-copy { padding: 92px 18px 152px; }
  .dd5-hero-copy > p:first-child { margin-bottom: 18px; font-size: 8px; line-height: 1.5; }
  .dd5-hero-copy h1 { font-size: clamp(52px, 18vw, 78px); line-height: .84; }
  .dd5-hero-copy h1 strong { margin-left: .18em; }
  .dd5-hero-copy h2 { margin-top: 30px; font-size: 31px; }
  .dd5-hero-lead { margin-top: 18px; font-size: 12px; }
  .dd5-hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 25px; }
  .dd5-hero-actions a { min-height: 52px; gap: 8px; padding: 0 13px; font-size: 9px; }
  .dd5-hero-spec { right: 18px; left: 18px; bottom: 34px; }
  .dd5-hero-spec span { min-width: 0; min-height: 50px; flex: 1; padding: 0 7px; font-size: 6px; letter-spacing: .08em; }
  .dd5-hero-spec b { font-size: 13px; }
  .dd5-scroll-cue { display: none; }

  .dd5-selector { padding: 84px 16px 74px; }
  .dd5-selector::before { top: 16px; font-size: 160px; }
  .dd5-selector-heading { margin-bottom: 36px; }
  .dd5-selector-heading h2 { font-size: clamp(39px, 11.5vw, 49px); }
  .dd5-selector-heading > div p { font-size: 12px; }
  .dd5-swipe-guide { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0 0 13px; padding-left: 11px; border-left: 2px solid #92703d; }
  .dd5-swipe-guide > span { color: #575149; font-size: 10px; font-weight: 700; line-height: 1.45; }
  .dd5-swipe-guide > span b { display: block; margin-bottom: 3px; color: #8c6835; font: 800 8px/1 Arial, sans-serif; letter-spacing: .16em; }
  .dd5-swipe-guide button { min-width: 82px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid #756c60; border-radius: 999px; background: transparent; color: #1d1f1c; font: 800 9px/1 Arial, sans-serif; letter-spacing: .11em; }
  .dd5-style-rail { display: flex; gap: 13px; margin-inline: -16px; padding: 0 17vw 12px 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .dd5-style-rail::-webkit-scrollbar { display: none; }
  .dd5-style-card { width: min(82vw, 380px); min-width: min(82vw, 380px); scroll-snap-align: start; }
  .dd5-style-card figure img { aspect-ratio: 3 / 2; }
  .dd5-style-card h3 { font-size: 19px; }

  .dd5-series-shell { top: 70px; box-shadow: 0 8px 22px rgba(0,0,0,.2); }
  .dd5-series-guide { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 4px 7px 4px 13px; border-bottom: 1px solid rgba(255,255,255,.14); background: #1a1d1a; }
  .dd5-series-guide > span { overflow: hidden; color: rgba(255,255,255,.73); font-size: 9px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
  .dd5-series-guide > span b { margin-right: 6px; color: #d4b169; font: 800 8px/1 Arial, sans-serif; letter-spacing: .13em; }
  .dd5-series-guide button { min-width: 72px; min-height: 32px; border: 0; border-radius: 999px; background: #d1ad67; color: #111; font-size: 9px; font-weight: 900; }
  .dd5-series-shell::after { content: ""; position: absolute; right: 0; bottom: 0; width: 28px; height: 52px; background: linear-gradient(90deg, transparent, #101312 92%); pointer-events: none; }
  .dd5-series-nav { height: 52px; scroll-snap-type: x proximity; }
  .dd5-series-nav a { min-width: 118px; flex: 0 0 auto; gap: 6px; padding: 0 12px; scroll-snap-align: start; }
  .dd5-series-nav a:first-child,
  .dd5-series-nav a:last-child { min-width: 96px; }
  .dd5-series-nav b { font-size: 8px; }

  .dd5-story { padding: 84px 16px 72px; }
  .dd5-story-watermark { top: 12px; font-size: 84px; }
  .dd5-story-heading { display: flex; align-items: flex-end; gap: 17px; margin-bottom: 48px; padding-bottom: 22px; }
  .dd5-story-heading > p { font-size: 42px; }
  .dd5-story-heading h2 { font-size: clamp(34px, 10vw, 43px); }
  .dd5-story-heading h2 span { font-size: 7px; }
  .dd5-story-intro { display: flex; flex-direction: column; gap: 34px; }
  .dd5-story-copy { order: 1; }
  .dd5-story-hero { order: 2; width: 100%; }
  .dd5-story-video { order: 3; width: min(100%, 390px); margin: 0 auto; }
  .dd5-story-copy h3 { font-size: clamp(32px, 9.5vw, 40px); }
  .dd5-story-copy > p:nth-of-type(2) { margin-top: 23px; font-size: 13px; line-height: 2; }
  .dd5-story-copy > a { width: 100%; min-height: 56px; }
  .dd5-story-hero img { min-height: 0; height: auto; aspect-ratio: auto; object-fit: contain; }
  .dd5-story-video video { object-fit: contain; }
  .dd5-story-hero figcaption,
  .dd5-story-video figcaption,
  .dd5-story-copy > small { font-size: 10px; line-height: 1.6; }

  .dd5-points { margin-top: 64px; grid-template-columns: 1fr; }
  .dd5-points article { min-height: 0; padding: 26px 2px 30px; border-right: 0; border-bottom: 1px solid var(--story-line); }
  .dd5-points article:last-child { border-bottom: 0; }
  .dd5-points small { margin-top: 20px; }
  .dd5-points h3 { font-size: 21px; }
  .dd5-points p { font-size: 13px; }

  .dd5-gallery { margin-top: 76px; }
  .dd5-gallery > header { display: block; margin-bottom: 32px; }
  .dd5-gallery > header h3 { font-size: 34px; }
  .dd5-gallery > header > p { margin-top: 20px; font-size: 12px; }
  .dd5-gallery-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: auto; gap: 12px; }
  .dd5-gallery-item,
  .dd5-gallery-item--1,
  .dd5-gallery-item--4 { grid-column: 1; grid-row: auto; }
  .dd5-gallery-item img { height: auto; aspect-ratio: auto; object-fit: contain; }
  .dd5-gallery-item figcaption { left: 11px; bottom: 10px; padding: 7px 9px; background: rgba(0,0,0,.62); font-size: 8px; }
  .dd5-story-footer { min-height: 0; margin-top: 48px; padding: 22px 0; flex-direction: column; align-items: stretch; }
  .dd5-story-footer > span { display: none; }
  .dd5-story-footer a { min-height: 54px; justify-content: space-between; }

  .dd5-compare { padding: 84px 16px; }
  .dd5-compare > header { margin-bottom: 42px; }
  .dd5-compare > header h2 { font-size: 41px; }
  .dd5-compare > header > p:last-child { font-size: 12px; }
  .dd5-compare-grid { grid-template-columns: 1fr; gap: 17px; }
  .dd5-compare-grid > article > img { aspect-ratio: 3 / 2; }
  .dd5-compare-grid dt { font-size: 9px; }
  .dd5-compare-grid dd { font-size: 12px; }
  .dd5-compare-grid > article > a { min-height: 56px; font-size: 11px; }

  .dd5-fitment { gap: 44px; padding: 84px 16px; }
  .dd5-fitment h2 { font-size: 40px; }
  .dd5-fitment > div:first-child > p:last-child { font-size: 12px; }
  .dd5-fitment li { grid-template-columns: 52px 1fr; }
  .dd5-fitment-links { grid-template-columns: 1fr; }
  .dd5-fitment-links a { min-height: 62px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2) !important; }
  .dd5-fitment-links a:last-child { border-bottom: 0 !important; }

  .dd5-final { display: block; min-height: 0; padding: 0; }
  .dd5-final > img { position: relative; inset: auto; height: auto; aspect-ratio: auto; object-fit: contain; }
  .dd5-final > div:first-of-type { display: none; }
  .dd5-final-copy { width: 100%; padding: 42px 20px 64px; }
  .dd5-final-copy h2 { font-size: 42px; }
  .dd5-final-copy > p:not(:first-child) { font-size: 12px; }
  .dd5-final-copy a { min-height: 56px; font-size: 10px; }
  .dd5-footer { min-height: 180px; display: flex; flex-direction: column; justify-content: center; gap: 22px; text-align: center; }
  .dd5-footer a:last-child { align-self: center; }

  .dd5-swipe-guide button:focus-visible,
  .dd5-series-guide button:focus-visible { outline: 3px solid #d2ad69; outline-offset: 3px; }
}

@media (max-width: 380px) {
  .dd5-hero-actions { grid-template-columns: 1fr; }
  .dd5-hero { min-height: 850px; }
  .dd5-story-heading { align-items: flex-start; flex-direction: column; }
  .dd5-story-heading > p span { display: inline; margin-right: 8px; }
  .dd5-story-heading > p { font-size: 30px; }
  .dd5-story-heading h2 { font-size: 35px; }
}

@media (prefers-reduced-motion: reduce) {
  .delica-feature *,
  .delica-feature *::before,
  .delica-feature *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Keep the English display line visually unchanged while the page-level Japanese title remains the sole h1. */
.dd5-hero-copy .dd5-display-title { margin: 0; font-family: Arial, sans-serif; font-size: clamp(76px, 10.5vw, 170px); font-weight: 900; line-height: .76; letter-spacing: -.075em; }
.dd5-hero-copy .dd5-display-title span,
.dd5-hero-copy .dd5-display-title strong { display: block; }
.dd5-hero-copy .dd5-display-title strong { margin-left: .52em; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.72); }

@media (max-width: 720px) {
  .dd5-hero-copy .dd5-display-title { font-size: clamp(52px, 18vw, 78px); line-height: .84; }
  .dd5-hero-copy .dd5-display-title strong { margin-left: .18em; }
}
