@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');

:root {
  --navy: #07182c;
  --red: #e4232b;
  --red-dark: #be171f;
  --cream: #f8f2e8;
  --paper: #fffdf9;
  --ink: #152033;
  --muted: #647084;
  --line: #ded9d0;
  --gold: #f2b45b;
  --shadow: 0 24px 70px rgba(7, 24, 44, .12);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'DM Sans', Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: 'Playfair Display', Georgia, serif; line-height: 1.04; letter-spacing: -.035em; }
h2 { font-size: clamp(2.25rem, 4.7vw, 4.6rem); }
.content-shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; padding: 10px 16px; color: #fff; background: var(--red); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.announcement { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 6px 20px; color: rgba(255,255,255,.82); background: #03101e; font-size: .78rem; letter-spacing: .02em; }
.announcement a { color: #fff; font-weight: 700; text-decoration: none; }
.announcement a:hover { color: var(--gold); }
.site-header { position: absolute; z-index: 50; top: 34px; left: 0; right: 0; border-bottom: 1px solid rgba(255,255,255,.16); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { position: fixed; top: 0; background: rgba(7,24,44,.97); box-shadow: 0 8px 30px rgba(0,0,0,.2); }
.nav-shell { width: var(--shell); min-height: 86px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.site-header .brand img { width: 92px; height: 58px; object-fit: cover; object-position: center; image-rendering: auto; }
.brand span { display: grid; line-height: 1.05; }
.brand strong { font-family: 'Playfair Display', Georgia, serif; font-size: 1.08rem; }
.brand small { margin-top: 5px; color: rgba(255,255,255,.65); font-size: .66rem; letter-spacing: .13em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 27px; }
.primary-nav > a { position: relative; color: rgba(255,255,255,.86); font-size: .91rem; font-weight: 600; text-decoration: none; }
.primary-nav > a:not(.button)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--red); transition: right .2s ease; }
.primary-nav > a:not(.button):hover::after { right: 0; }
.primary-nav > a:hover { color: #fff; }
.primary-nav .nav-login { padding-left: 25px; border-left: 1px solid rgba(255,255,255,.22); }
.nav-toggle { display: none; width: 46px; height: 42px; padding: 9px; border: 1px solid rgba(255,255,255,.25); border-radius: 10px; background: transparent; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: #fff; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 13px 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; line-height: 1.2; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 10px 18px; color: #fff !important; background: var(--red); font-size: .85rem !important; }
.button-primary { color: #fff; background: var(--red); box-shadow: 0 13px 30px rgba(228,35,43,.28); }
.button-primary:hover { background: var(--red-dark); box-shadow: 0 16px 38px rgba(228,35,43,.35); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.42); background: rgba(5,18,34,.28); backdrop-filter: blur(8px); }
.button-ghost:hover { background: rgba(255,255,255,.13); }
.button-light { color: var(--navy); background: #fff; box-shadow: 0 15px 35px rgba(0,0,0,.18); }

.hero { position: relative; min-height: 840px; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--navy); }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url('../Uploads/dks-dining-package-hero-v2.webp') center / cover no-repeat; transform: scale(1.015); }
.hero-shade { background: linear-gradient(90deg, rgba(3,13,25,.76) 0%, rgba(4,16,30,.56) 36%, rgba(4,16,30,.15) 68%, rgba(4,16,30,.02) 100%), linear-gradient(0deg, rgba(3,13,25,.27), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-top: 122px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; color: #fff; font-size: .77rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 38px; height: 2px; background: var(--red); }
.eyebrow-dark { color: var(--red); }
.hero h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(4rem, 8.7vw, 7.6rem); text-shadow: 0 6px 35px rgba(0,0,0,.3); }
.hero h1 span { color: #ffdfae; }
.hero-copy { max-width: 630px; margin-bottom: 32px; color: rgba(255,255,255,.84); font-size: clamp(1.06rem, 1.7vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-facts { display: flex; gap: 0; max-width: 620px; margin: 54px 0 0; }
.hero-facts > div { min-width: 150px; padding: 0 30px; border-left: 1px solid rgba(255,255,255,.24); }
.hero-facts > div:first-child { padding-left: 0; border-left: 0; }
.hero-facts dt { font-family: 'Playfair Display', Georgia, serif; font-size: 1.72rem; font-weight: 700; }
.hero-facts dd { margin: 1px 0 0; color: rgba(255,255,255,.65); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.promise-bar { position: relative; z-index: 3; color: #fff; background: var(--red); }
.promise-grid { min-height: 78px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.promise-grid p { margin: 0; padding: 0 20px; border-left: 1px solid rgba(255,255,255,.28); text-align: center; font-size: .88rem; font-weight: 600; }
.promise-grid p:first-child { border-left: 0; }
.promise-icon { margin-right: 8px; }

.section { padding: 120px 0; }
.section-light { background: var(--paper); }
.section-heading { max-width: 690px; }
.section-heading.centered { margin: 0 auto 60px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading p:last-child { color: var(--muted); font-size: 1.08rem; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { position: relative; min-height: 360px; padding: 42px 34px; overflow: hidden; border: 1px solid #ebe5db; border-radius: var(--radius); background: #fff; box-shadow: 0 15px 45px rgba(7,24,44,.055); }
.step-card:nth-child(2) { transform: translateY(24px); background: var(--navy); color: #fff; }
.step-card:nth-child(2) p { color: rgba(255,255,255,.66); }
.step-number { position: absolute; right: 24px; top: 18px; color: rgba(7,24,44,.08); font-family: 'Playfair Display', Georgia, serif; font-size: 5.6rem; font-weight: 700; line-height: 1; }
.step-card:nth-child(2) .step-number { color: rgba(255,255,255,.08); }
.step-icon { width: 66px; height: 66px; margin-bottom: 50px; display: grid; place-items: center; border-radius: 18px; color: var(--red); background: rgba(228,35,43,.08); }
.step-icon svg { width: 34px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.step-card h3 { margin-bottom: 13px; font-family: 'Playfair Display', Georgia, serif; font-size: 1.45rem; }
.step-card p { margin: 0; color: var(--muted); }

.experience { background: var(--cream); }
.experience-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(60px, 8vw, 110px); align-items: center; }
.experience-visual { position: relative; min-height: 650px; }
.meal-card { position: absolute; overflow: hidden; border: 9px solid #fff; border-radius: 28px; box-shadow: var(--shadow); background: #fff; }
.meal-card img { width: 100%; height: 100%; object-fit: cover; }
.meal-card-large { inset: 0 80px 100px 0; }
.meal-card-small { width: 45%; height: 42%; right: 0; bottom: 0; transform: rotate(3deg); }
.week-badge { position: absolute; top: 55px; right: 10px; width: 145px; height: 145px; display: grid; place-content: center; padding: 18px; border: 5px solid #fff; border-radius: 50%; color: #fff; background: var(--red); box-shadow: 0 18px 45px rgba(228,35,43,.32); text-align: center; }
.week-badge strong { font-family: 'Playfair Display', Georgia, serif; font-size: 1.65rem; }
.week-badge span { font-size: .72rem; line-height: 1.25; }
.experience-copy h2 { margin-bottom: 24px; }
.lead { margin-bottom: 36px; color: var(--muted); font-size: 1.08rem; }
.benefit-list { display: grid; gap: 2px; }
.benefit-list article { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 21px 0; border-top: 1px solid rgba(7,24,44,.13); }
.benefit-list article > span { color: var(--red); font-weight: 700; }
.benefit-list h3 { margin-bottom: 4px; font-size: 1.02rem; }
.benefit-list p { margin: 0; color: var(--muted); font-size: .92rem; }

.package-section { color: #fff; background: var(--navy); }
.package-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px, 8vw, 115px); align-items: center; }
.package-copy h2 { margin-bottom: 24px; }
.package-copy > p:not(.eyebrow) { max-width: 500px; color: rgba(255,255,255,.66); font-size: 1.07rem; }
.text-link { display: inline-flex; gap: 10px; margin-top: 18px; color: #fff; font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--red); }
.week-card { padding: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: rgba(255,255,255,.065); box-shadow: 0 30px 70px rgba(0,0,0,.22); backdrop-filter: blur(10px); }
.week-card-header { display: flex; justify-content: space-between; align-items: center; padding-bottom: 23px; border-bottom: 1px solid rgba(255,255,255,.14); }
.week-card-header div { display: grid; }
.week-card-header span { color: rgba(255,255,255,.53); font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }
.week-card-header strong { font-family: 'Playfair Display', Georgia, serif; font-size: 1.45rem; }
.week-card-header .package-pill { padding: 7px 13px; border-radius: 999px; color: #fff; background: var(--red); letter-spacing: .04em; }
.week-list { margin: 0; padding: 0; list-style: none; }
.week-list li { display: grid; grid-template-columns: 62px 1fr auto; align-items: center; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.week-list li:last-child { border-bottom: 0; }
.week-list li > span { color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.week-list div { display: grid; }
.week-list small { color: rgba(255,255,255,.53); }
.week-list i { padding: 5px 10px; border-radius: 999px; color: #b6efcb; background: rgba(48,175,95,.14); font-size: .69rem; font-style: normal; }
.week-list i.open { color: #ffcecd; background: rgba(228,35,43,.16); }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(55px, 9vw, 130px); align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 45px 25px 0; cursor: pointer; font-family: 'Playfair Display', Georgia, serif; font-size: 1.2rem; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { content: ''; position: absolute; right: 4px; top: 34px; width: 18px; height: 2px; background: var(--red); transition: transform .2s ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { padding: 0 45px 24px 0; margin: 0; color: var(--muted); }

.restaurant-cta { position: relative; min-height: 630px; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--navy); }
.restaurant-photo, .restaurant-overlay { position: absolute; inset: 0; }
.restaurant-photo { background: url('../Uploads/chefsinkitchen.webp') center / cover no-repeat; }
.restaurant-overlay { background: linear-gradient(90deg, rgba(3,13,25,.96) 0%, rgba(3,13,25,.83) 48%, rgba(3,13,25,.18) 100%); }
.restaurant-content { position: relative; z-index: 2; }
.restaurant-content h2 { max-width: 750px; margin-bottom: 23px; }
.restaurant-content > p:not(.eyebrow) { max-width: 660px; margin-bottom: 30px; color: rgba(255,255,255,.75); font-size: 1.08rem; }
.final-cta { padding: 76px 0; color: #fff; background: var(--red); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta .eyebrow { margin-bottom: 12px; }
.final-cta .eyebrow::before { background: var(--navy); }
.final-cta h2 { max-width: 760px; margin: 0; font-size: clamp(2.1rem, 4.2vw, 4rem); }
.final-cta .button-primary { flex-shrink: 0; color: var(--navy); background: #fff; box-shadow: none; }

.site-footer { padding: 78px 0 24px; color: rgba(255,255,255,.7); background: #03101e; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 45px; }
.brand-footer { margin-bottom: 20px; }
.footer-brand > p { max-width: 350px; font-size: .9rem; }
.footer-grid nav { display: grid; align-content: start; gap: 9px; }
.footer-grid nav h3 { margin-bottom: 9px; color: #fff; font-size: .84rem; letter-spacing: .11em; text-transform: uppercase; }
.footer-grid nav a { font-size: .88rem; text-decoration: none; }
.footer-grid nav a:hover { color: #fff; }
.social-links { display: flex; gap: 12px; }
.social-links a { display: grid; width: 44px; height: 44px; place-items: center; color: rgba(255,255,255,.78); background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.18); border-radius: 50%; transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }
.social-links a:hover,
.social-links a:focus-visible { color: #fff; background: var(--red); border-color: var(--red); transform: translateY(-2px); }
.social-links svg { width: 20px; height: 20px; fill: currentColor; }
.social-links .instagram-icon { fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-links .youtube-play { fill: #03101e; }
.social-links a:hover .youtube-play,
.social-links a:focus-visible .youtube-play { fill: var(--red); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 62px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .76rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { margin-left: 20px; text-decoration: none; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 760px); }
  .announcement span { display: none; }
  .site-header { top: 34px; }
  .nav-shell { min-height: 76px; }
  .nav-toggle { display: block; }
  .primary-nav { position: fixed; inset: 110px 0 auto; display: grid; gap: 0; padding: 20px 24px 30px; visibility: hidden; opacity: 0; transform: translateY(-10px); color: #fff; background: var(--navy); box-shadow: 0 25px 40px rgba(0,0,0,.3); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .site-header.is-scrolled .primary-nav { inset: 76px 0 auto; }
  .primary-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .primary-nav > a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .primary-nav .nav-login { padding-left: 0; border-left: 0; }
  .primary-nav .button { margin-top: 15px; padding-inline: 18px; }
  .hero { min-height: 760px; }
  .hero-content { padding-top: 100px; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,13,25,.82), rgba(4,16,30,.36)), linear-gradient(0deg, rgba(3,13,25,.42), transparent); }
  .promise-grid { grid-template-columns: repeat(2, 1fr); padding: 14px 0; }
  .promise-grid p { padding: 10px; border-left: 0; }
  .section { padding: 90px 0; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card, .step-card:nth-child(2) { min-height: 0; transform: none; }
  .step-icon { margin-bottom: 34px; }
  .experience-grid, .package-grid, .faq-grid { grid-template-columns: 1fr; }
  .experience-visual { min-height: 590px; }
  .package-copy { max-width: 650px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid nav:last-child { grid-column: 2; }
}

@media (max-width: 620px) {
  :root { --shell: min(100% - 24px, 540px); }
  .announcement { min-height: 32px; }
  .site-header { top: 32px; }
  .nav-shell { min-height: 70px; }
  .brand img { width: 48px; height: 48px; }
  .site-header .brand img { width: 76px; height: 48px; object-fit: cover; }
  .brand strong { font-size: .92rem; }
  .brand small { font-size: .56rem; }
  .primary-nav { inset: 102px 0 auto; }
  .site-header.is-scrolled .primary-nav { inset: 70px 0 auto; }
  .hero { min-height: 760px; align-items: end; }
  .hero-image { background-position: 61% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(3,13,25,.98) 0%, rgba(3,13,25,.91) 54%, rgba(3,13,25,.28) 100%); }
  .hero-content { padding: 170px 0 56px; }
  .hero h1 { font-size: clamp(3.35rem, 16vw, 5.2rem); }
  .hero-copy { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-facts { justify-content: space-between; margin-top: 38px; }
  .hero-facts > div { min-width: 0; padding: 0 10px; }
  .hero-facts dt { font-size: 1.32rem; }
  .hero-facts dd { font-size: .59rem; }
  .promise-grid { grid-template-columns: 1fr; }
  .promise-grid p { text-align: left; }
  .section { padding: 72px 0; }
  .section-heading.centered { margin-bottom: 40px; text-align: left; }
  .section-heading.centered .eyebrow { justify-content: flex-start; }
  h2 { font-size: clamp(2.25rem, 11vw, 3.4rem); }
  .step-card { padding: 34px 26px; }
  .experience-visual { min-height: 430px; }
  .meal-card-large { right: 36px; bottom: 70px; }
  .meal-card-small { width: 48%; height: 38%; }
  .week-badge { top: 22px; right: -2px; width: 112px; height: 112px; }
  .week-badge strong { font-size: 1.25rem; }
  .week-card { padding: 23px 19px; }
  .week-list li { grid-template-columns: 48px 1fr auto; }
  .week-list small { font-size: .7rem; }
  .restaurant-cta { min-height: 650px; align-items: end; }
  .restaurant-photo { background-position: 62% center; }
  .restaurant-overlay { background: linear-gradient(0deg, rgba(3,13,25,.98) 0%, rgba(3,13,25,.87) 58%, rgba(3,13,25,.18) 100%); }
  .restaurant-content { padding-bottom: 62px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid nav:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom a { margin: 0 18px 0 0; }
}
