.dining-page { background: var(--paper); }
.dp-hero { position: relative; min-height: 790px; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--navy); }
.dp-hero-image, .dp-hero-overlay { position: absolute; inset: 0; }
.dp-hero-image { background: url('../Uploads/dks-dining-package-hero-v2.webp') center / cover no-repeat; transform: scale(1.01); }
.dp-hero-overlay { background: linear-gradient(90deg, rgba(3,13,25,.9) 0%, rgba(3,13,25,.72) 38%, rgba(3,13,25,.16) 70%, rgba(3,13,25,.02) 100%), linear-gradient(0deg, rgba(3,13,25,.34), transparent 45%); }
.dp-hero-content { position: relative; z-index: 2; padding-top: 122px; }
.dp-hero h1 { max-width: 800px; margin-bottom: 24px; font-size: clamp(4rem, 8vw, 7rem); }
.dp-hero h1 span { color: #ffdfae; }
.dp-hero-copy { max-width: 620px; margin-bottom: 32px; color: rgba(255,255,255,.84); font-size: clamp(1.06rem, 1.65vw, 1.25rem); }
.dp-hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.dp-hero-facts { display: flex; max-width: 680px; margin: 52px 0 0; }
.dp-hero-facts > div { min-width: 185px; padding: 0 30px; border-left: 1px solid rgba(255,255,255,.25); }
.dp-hero-facts > div:first-child { padding-left: 0; border-left: 0; }
.dp-hero-facts dt { font-family: 'Playfair Display', Georgia, serif; font-size: 1.75rem; font-weight: 700; }
.dp-hero-facts dd { margin: 0; color: rgba(255,255,255,.64); font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
.dp-trust-strip { color: #fff; background: var(--red); }
.dp-trust-grid { min-height: 80px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.dp-trust-grid p { margin: 0; padding: 0 18px; display: flex; align-items: center; justify-content: center; gap: 10px; border-left: 1px solid rgba(255,255,255,.25); font-size: .88rem; font-weight: 700; }
.dp-trust-grid p:first-child { border-left: 0; }
.dp-trust-grid p > span { width: 24px; height: 24px; display: grid; place-items: center; color: var(--red); background: #fff; border-radius: 50%; font-size: .68rem; }

.dp-package-section { background: #fff; }
.dp-package-layout { display: grid; grid-template-columns: 1fr .82fr; gap: clamp(55px, 8vw, 110px); align-items: center; }
.dp-package-copy h2 { max-width: 690px; margin-bottom: 25px; }
.dp-check-list { margin: 35px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.dp-check-list li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.dp-check-list li > span { width: 28px; height: 28px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-size: .7rem; }
.dp-check-list div { display: grid; }
.dp-check-list small { color: var(--muted); font-size: .88rem; }
.dp-package-card { position: relative; padding: 38px; overflow: hidden; color: #fff; background: var(--navy); border-radius: 30px; box-shadow: 0 30px 80px rgba(7,24,44,.22); }
.dp-package-card::after { content: ''; position: absolute; width: 270px; height: 270px; right: -110px; top: -120px; border: 45px solid rgba(255,255,255,.035); border-radius: 50%; }
.dp-card-topline { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; color: rgba(255,255,255,.57); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.dp-live-pill { padding: 6px 11px; color: #fff; background: var(--red); border-radius: 999px; letter-spacing: .03em; }
.dp-package-card h3 { position: relative; z-index: 1; max-width: 420px; margin-bottom: 12px; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2rem, 3.5vw, 3.2rem); line-height: 1.05; }
.dp-package-card > p { position: relative; z-index: 1; color: rgba(255,255,255,.68); }
.dp-package-measures { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 28px 0; overflow: hidden; border-radius: 15px; background: rgba(255,255,255,.12); }
.dp-package-measures div { display: grid; padding: 18px 10px; background: rgba(255,255,255,.055); text-align: center; }
.dp-package-measures strong { font-family: 'Playfair Display', Georgia, serif; font-size: 1.6rem; }
.dp-package-measures span { color: rgba(255,255,255,.52); font-size: .67rem; letter-spacing: .09em; text-transform: uppercase; }
.dp-card-note { display: grid; grid-template-columns: 28px 1fr; gap: 10px; padding: 15px; margin-bottom: 24px; color: rgba(255,255,255,.66); background: rgba(255,255,255,.055); border-radius: 12px; }
.dp-card-note > span { width: 23px; height: 23px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.36); border-radius: 50%; font-family: Georgia, serif; font-size: .8rem; }
.dp-card-note p { margin: 0; font-size: .79rem; line-height: 1.55; }
.dp-card-button { position: relative; z-index: 1; width: 100%; }
.dp-no-subscription { display: block; margin-top: 13px; color: rgba(255,255,255,.48); text-align: center; }

.dp-meals-section { background: var(--cream); }
.dp-meals-heading { display: grid; grid-template-columns: 1.1fr .65fr; gap: 70px; align-items: end; margin-bottom: 55px; }
.dp-meals-heading h2 { max-width: 760px; margin-bottom: 0; }
.dp-meals-heading > p { margin-bottom: 8px; color: var(--muted); }
.dp-meal-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 20px; align-items: start; }
.dp-meal-card { overflow: hidden; background: #fff; border-radius: 24px; box-shadow: 0 16px 45px rgba(7,24,44,.08); }
.dp-meal-card img { width: 100%; height: 285px; object-fit: cover; }
.dp-meal-card:first-child img { height: 355px; }
.dp-meal-card > div { padding: 28px; }
.dp-meal-card span { color: var(--red); font-size: .7rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.dp-meal-card h3 { margin: 8px 0 10px; font-family: 'Playfair Display', Georgia, serif; font-size: 1.45rem; line-height: 1.16; }
.dp-meal-card p { margin: 0; color: var(--muted); font-size: .88rem; }

.dp-flow-section { color: #fff; background: var(--navy); }
.dp-flow-section .section-heading p:last-child { color: rgba(255,255,255,.61); }
.dp-flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.dp-flow-grid li { position: relative; min-height: 330px; padding: 38px 28px; border: 1px solid rgba(255,255,255,.12); border-left: 0; }
.dp-flow-grid li:first-child { border-left: 1px solid rgba(255,255,255,.12); border-radius: 22px 0 0 22px; }
.dp-flow-grid li:last-child { border-radius: 0 22px 22px 0; }
.dp-flow-grid li > span { position: absolute; right: 19px; top: 13px; color: rgba(255,255,255,.09); font-family: 'Playfair Display', Georgia, serif; font-size: 4rem; font-weight: 700; }
.dp-flow-icon { width: 58px; height: 58px; margin-bottom: 62px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 16px; font-size: 1.7rem; }
.dp-flow-grid h3 { margin-bottom: 10px; font-family: 'Playfair Display', Georgia, serif; font-size: 1.32rem; }
.dp-flow-grid p { margin: 0; color: rgba(255,255,255,.59); font-size: .88rem; }

.dp-fulfillment-section { background: #fff; }
.dp-fulfillment-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 8vw, 110px); align-items: center; }
.dp-fulfillment-copy h2 { margin-bottom: 25px; }
.dp-mode-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 32px; }
.dp-mode-grid article { padding: 25px; border: 1px solid var(--line); border-radius: 18px; }
.dp-mode-grid article > span { width: 45px; height: 45px; display: grid; place-items: center; color: var(--red); background: rgba(228,35,43,.08); border-radius: 13px; font-size: 1.5rem; }
.dp-mode-grid h3 { margin: 15px 0 6px; font-size: 1rem; }
.dp-mode-grid p { margin: 0; color: var(--muted); font-size: .83rem; }
.dp-schedule-card { padding: 34px; color: #fff; background: var(--navy); border-radius: 28px; box-shadow: var(--shadow); }
.dp-schedule-header { display: flex; justify-content: space-between; align-items: center; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.13); }
.dp-schedule-header div { display: grid; }
.dp-schedule-header span { color: rgba(255,255,255,.48); font-size: .67rem; letter-spacing: .13em; }
.dp-schedule-header strong { font-family: 'Playfair Display', Georgia, serif; font-size: 1.45rem; }
.dp-schedule-header b { padding: 6px 11px; color: #b7edc9; background: rgba(48,175,95,.13); border-radius: 999px; font-size: .7rem; }
.dp-schedule-card ul { margin: 0; padding: 0; list-style: none; }
.dp-schedule-card li { display: grid; grid-template-columns: 62px 1fr auto; align-items: center; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.dp-schedule-card li:last-child { border-bottom: 0; }
.dp-schedule-card time { display: grid; color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .08em; }
.dp-schedule-card time small, .dp-schedule-card li div span { color: rgba(255,255,255,.45); font-size: .7rem; }
.dp-schedule-card li div { display: grid; }
.dp-schedule-card i { padding: 5px 10px; color: #b7edc9; background: rgba(48,175,95,.13); border-radius: 999px; font-size: .65rem; font-style: normal; }
.dp-schedule-card i.open { color: #ffcfcc; background: rgba(228,35,43,.15); }

.dp-payment-section { color: #fff; background: var(--red); }
.dp-payment-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 9vw, 130px); align-items: center; }
.dp-payment-card { padding: 38px; color: var(--ink); background: #fff; border-radius: 28px; box-shadow: 0 26px 65px rgba(75,0,4,.22); }
.dp-payment-label { color: var(--red); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.dp-transfer-mark { width: 70px; height: 70px; margin: 25px 0 24px; display: grid; place-items: center; color: #fff; background: var(--navy); border-radius: 18px; font-family: 'Playfair Display', Georgia, serif; font-size: 2.2rem; }
.dp-payment-card h3 { margin-bottom: 10px; font-family: 'Playfair Display', Georgia, serif; font-size: 2rem; }
.dp-payment-card > p:not(.dp-payment-label) { color: var(--muted); }
.dp-status-row { display: grid; grid-template-columns: 14px 1fr; gap: 13px; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); }
.dp-status-row > span { width: 12px; height: 12px; margin-top: 6px; background: #31ad5c; border-radius: 50%; box-shadow: 0 0 0 5px rgba(49,173,92,.12); }
.dp-status-row p { display: grid; margin: 0; }
.dp-status-row small { color: var(--muted); }
.dp-payment-copy h2 { margin-bottom: 22px; }
.dp-payment-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.77); font-size: 1.05rem; }
.dp-payment-copy ol { margin: 32px 0 0; padding: 0; list-style: none; }
.dp-payment-copy li { display: grid; grid-template-columns: 42px 1fr; gap: 17px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.22); }
.dp-payment-copy li > span { width: 34px; height: 34px; display: grid; place-items: center; color: var(--red); background: #fff; border-radius: 50%; font-weight: 700; }
.dp-payment-copy li p { margin: 2px 0 0; color: rgba(255,255,255,.67); font-size: .87rem; }

.dp-share-section { background: var(--cream); }
.dp-share-inner { display: grid; grid-template-columns: 180px 1fr; gap: 55px; align-items: center; max-width: 980px; }
.dp-share-mark { width: 170px; height: 170px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50%; box-shadow: 0 24px 55px rgba(228,35,43,.25); font-size: 5rem; line-height: 1; }
.dp-share-inner h2 { margin-bottom: 17px; }
.dp-share-inner > div:last-child > p:last-child { max-width: 720px; margin: 0; color: var(--muted); font-size: 1.05rem; }
.dp-final-cta { padding: 88px 0; color: #fff; background: var(--navy); }
.dp-final-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.dp-final-inner h2 { max-width: 780px; margin-bottom: 12px; font-size: clamp(2.6rem, 5vw, 4.8rem); }
.dp-final-inner > div > p:last-child { margin: 0; color: rgba(255,255,255,.62); }
.dp-final-inner .button { flex-shrink: 0; }
.dp-restaurant-link { padding: 23px 0; color: #fff; background: var(--red); }
.dp-restaurant-link .content-shell { display: flex; justify-content: center; gap: 15px; }
.dp-restaurant-link p { margin: 0; }
.dp-restaurant-link a { font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.65); }

@media (max-width: 980px) {
  .dp-hero { min-height: 730px; }
  .dp-hero-overlay { background: linear-gradient(90deg, rgba(3,13,25,.9), rgba(3,13,25,.42)), linear-gradient(0deg, rgba(3,13,25,.4), transparent); }
  .dp-trust-grid { grid-template-columns: 1fr 1fr; padding: 13px 0; }
  .dp-trust-grid p { padding: 10px; border-left: 0; }
  .dp-package-layout, .dp-fulfillment-layout, .dp-payment-layout { grid-template-columns: 1fr; }
  .dp-package-card, .dp-payment-card { max-width: 660px; }
  .dp-meals-heading { grid-template-columns: 1fr; gap: 20px; }
  .dp-meal-grid { grid-template-columns: 1fr 1fr; }
  .dp-meal-card:first-child { grid-column: 1 / -1; }
  .dp-meal-card:first-child img { height: 340px; }
  .dp-flow-grid { grid-template-columns: 1fr 1fr; }
  .dp-flow-grid li, .dp-flow-grid li:first-child, .dp-flow-grid li:last-child { border: 1px solid rgba(255,255,255,.12); border-radius: 0; }
  .dp-flow-grid li:first-child { border-radius: 20px 0 0 0; }
  .dp-flow-grid li:nth-child(2) { border-radius: 0 20px 0 0; }
  .dp-flow-grid li:nth-child(3) { border-radius: 0 0 0 20px; }
  .dp-flow-grid li:last-child { border-radius: 0 0 20px 0; }
  .dp-final-inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  .dp-hero { min-height: 760px; align-items: end; }
  .dp-hero-image { background-position: 63% center; }
  .dp-hero-overlay { background: linear-gradient(0deg, rgba(3,13,25,.98) 0%, rgba(3,13,25,.91) 55%, rgba(3,13,25,.22) 100%); }
  .dp-hero-content { padding: 170px 0 50px; }
  .dp-hero h1 { font-size: clamp(3.25rem, 15vw, 5rem); }
  .dp-hero-actions { display: grid; }
  .dp-hero-facts { justify-content: space-between; margin-top: 36px; }
  .dp-hero-facts > div { min-width: 0; padding: 0 10px; }
  .dp-hero-facts dt { font-size: 1.35rem; }
  .dp-hero-facts dd { font-size: .55rem; }
  .dp-trust-grid, .dp-meal-grid, .dp-flow-grid { grid-template-columns: 1fr; }
  .dp-trust-grid p { justify-content: flex-start; padding-left: 22px; }
  .dp-package-card { padding: 28px 22px; }
  .dp-meal-card:first-child { grid-column: auto; }
  .dp-meal-card img, .dp-meal-card:first-child img { height: 260px; }
  .dp-flow-grid li, .dp-flow-grid li:first-child, .dp-flow-grid li:nth-child(2), .dp-flow-grid li:nth-child(3), .dp-flow-grid li:last-child { min-height: 280px; border-radius: 0; }
  .dp-flow-grid li:first-child { border-radius: 20px 20px 0 0; }
  .dp-flow-grid li:last-child { border-radius: 0 0 20px 20px; }
  .dp-flow-icon { margin-bottom: 42px; }
  .dp-mode-grid { grid-template-columns: 1fr; }
  .dp-schedule-card { padding: 24px 19px; }
  .dp-schedule-card li { grid-template-columns: 52px 1fr auto; }
  .dp-share-inner { grid-template-columns: 1fr; gap: 32px; }
  .dp-share-mark { width: 120px; height: 120px; font-size: 3.7rem; }
  .dp-final-cta { padding: 70px 0; }
  .dp-restaurant-link .content-shell { align-items: flex-start; flex-direction: column; gap: 4px; }
}
