:root {
  --brand-red: #b6432d;
  --brand-red-dark: #8f3323;
  --brand-cream: #f8e7c2;
  --black: #000;
  --charcoal: #111;
  --white: #fff;
  --page: #f5f5f3;
  --ink: #111;
  --muted: #555;
  --line: #d5d5d5;
  --radius: 4px;
  --max-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; background: var(--page); color: var(--ink); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(var(--max-width), calc(100% - 2rem)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 200; isolation: isolate; overflow: hidden; background: #000; border-bottom: 5px solid var(--brand-red); }
.site-header::before { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(rgba(0,0,0,.28), rgba(0,0,0,.28)), url("../images/general/fog-smoke-design-png-alpha_21514268.png") center / cover no-repeat; opacity: 1; pointer-events: none; }
.nav-wrap { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; min-height: 124px; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; transform: translateY(-8px); }
.brand-logo { display: block; width: clamp(385px, 38vw, 515px); height: 118px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: .2rem; flex-wrap: wrap; justify-content: flex-end; }
.main-nav a { color: var(--white); font-weight: 700; padding: .6rem .85rem; border-bottom: 2px solid transparent; text-shadow: 0 1px 3px rgba(0,0,0,.85); }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--brand-cream); border-bottom-color: var(--brand-red); }
.main-nav .cta-link { background: var(--brand-red); color: var(--white); border-bottom-color: var(--brand-red); text-shadow: none; }
.site-footer { background: var(--black); color: rgba(255,255,255,.82); padding: 2.5rem 0 1.5rem; margin-top: 2rem; border-top: 3px solid var(--brand-red); }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 2rem; }
.footer-title { display: block; color: var(--white); font-weight: 700; margin-bottom: .5rem; letter-spacing: .04em; text-transform: uppercase; }
.hero { position: relative; isolation: isolate; overflow: hidden; background: #000; color: var(--white); padding: 0 0 3rem; }
.hero-inner { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 1.5rem; align-items: center; text-align: center; }
.hero-visual { order: -1; width: min(100%, 1080px); display: flex; justify-content: center; background: #000; padding: .45rem; }
.hero-visual img { width: 100%; height: clamp(200px, 31vw, 380px); object-fit: cover; object-position: center; border-radius: 0; -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 12%, #000 88%, transparent 100%), linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%); -webkit-mask-composite: source-in; mask-image: linear-gradient(to right, transparent 0%, #000 12%, #000 88%, transparent 100%), linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%); mask-composite: intersect; }
.hero-copy { max-width: 760px; }
.eyebrow { font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 700; color: var(--brand-cream); margin-bottom: .7rem; }
.hero h1, .masthead h1, .section-head h2, .home-info-grid h2, .home-cta-section h2 { font-family: Georgia, "Times New Roman", serif; }
.hero h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); line-height: 1.02; margin: 0 0 1rem; }
.lead { font-size: 1.12rem; max-width: 700px; margin: 0 auto; color: rgba(255,255,255,.88); }
.actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; margin-top: 1.5rem; }
.button, button { display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--brand-red); border-radius: 3px; padding: .8rem 1.35rem; background: var(--brand-red); color: var(--white); font-weight: 700; cursor: pointer; }
.button:hover, button:hover { background: var(--brand-red-dark); }
.button.secondary { background: transparent; border-color: var(--white); color: var(--white); }
.button.secondary:hover { background: var(--white); color: var(--black); }
.section { padding: clamp(3rem, 7vw, 5rem) 0; }
.narrow-content { max-width: 820px; }
.section-head { margin-bottom: 1.5rem; }
.section-head .kicker, .kicker { text-transform: uppercase; letter-spacing: .1em; color: var(--brand-red); font-weight: 700; font-size: .75rem; }
.section-head h2 { font-size: clamp(2rem, 4.5vw, 3rem); margin: .25rem 0 .45rem; line-height: 1.1; }
.section-head p { margin: 0; color: var(--muted); }
.split-head { display: flex; justify-content: space-between; align-items: end; gap: 1rem; }
.text-link { color: var(--brand-red); font-weight: 700; white-space: nowrap; }
.preview-columns { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.preview-columns > div { padding: 1.4rem 1.25rem; border-right: 1px solid var(--line); }
.preview-columns > div:last-child { border-right: 0; }
.preview-columns h3 { margin: 0 0 .35rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; }
.preview-columns p { margin: 0; color: var(--muted); }
.home-info-section { padding: 2.25rem 0; }
.home-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; }
.home-info-grid h2 { font-size: clamp(1.8rem, 3.5vw, 2.5rem); line-height: 1.1; margin: .2rem 0 .65rem; }
.home-info-grid p { margin: 0 0 .65rem; color: var(--muted); }
.home-cta-section { background: var(--black); color: var(--white); padding: 2rem 0; border-top: 3px solid var(--brand-red); }
.home-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.home-cta-section .kicker { color: var(--brand-cream); }
.home-cta-section h2 { font-size: clamp(1.8rem, 3.5vw, 2.5rem); line-height: 1.1; margin: .2rem 0 .45rem; }
.home-cta-section p { margin: 0; color: rgba(255,255,255,.8); }

.masthead { background: var(--black); color: var(--white); padding: 3.5rem 0 2.5rem; border-bottom: 3px solid var(--brand-red); }
.masthead h1 { font-size: clamp(2.2rem,5vw,3.7rem); margin: .2rem 0 .6rem; line-height: 1.05; }
.page-intro { color: rgba(255,255,255,.82); margin: 0; max-width: 760px; }
.layout-two { display: grid; gap: 2rem; grid-template-columns: 1.1fr .9fr; }
.card-list { display: grid; gap: 1rem; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.35rem; }

/* Menu */
.menu-section { border-top: 3px solid var(--brand-red); padding-top: 1.1rem; margin-top: 3.5rem; max-width: 980px; margin-left: auto; margin-right: auto; }
.menu-section:first-child { margin-top: 0; }
.menu-section .section-head { margin-bottom: 1rem; padding-bottom: .9rem; border-bottom: 1px solid var(--line); }
.menu-section .section-head h2 { margin: 0; font-size: clamp(1.9rem, 4vw, 2.6rem); line-height: 1.05; letter-spacing: .01em; }
.menu-section .section-head p { margin-top: .3rem; font-size: .95rem; color: var(--muted); }
.menu-list { display: grid; gap: 0; }
.menu-item { border-bottom: 1px solid var(--line); padding: .9rem .15rem; }
.menu-item:last-child { border-bottom: 0; }
.menu-item-header { display: flex; justify-content: space-between; align-items: baseline; gap: 1.5rem; }
.menu-item-name { font-weight: 700; font-size: 1.08rem; line-height: 1.35; color: var(--ink); }
.menu-item-price { font-weight: 800; font-size: 1.08rem; color: var(--brand-red); white-space: nowrap; }
.menu-item-meta { color: var(--muted); font-size: .9rem; margin-top: .15rem; }
.menu-item-description { color: var(--muted); margin-top: .2rem; font-size: .95rem; }
.menu-item-options { display: grid; gap: 0; margin-top: .35rem; color: var(--muted); width: 100%; }
.menu-item-option { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: baseline; gap: 1rem; padding: .28rem 0; font-size: .95rem; border-top: 1px solid rgba(213,213,213,.7); }
.menu-item-option:first-child { border-top: 0; }
.menu-item-option strong { color: var(--brand-red); font-size: 1rem; font-weight: 600; white-space: nowrap; min-width: 4.5rem; text-align: right; }
.menu-item-option:first-child strong { font-weight: 800; }
.price-tag { color: var(--brand-red); font-weight: 800; font-size: 1.05rem; }
.order-layout { display: flex; flex-direction: column; gap: 1.5rem; }
.order-layout form { order: 1; }
.summary-panel { order: 2; width: 100%; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem; }
.form-grid { display: grid; gap: 1rem; }
.field-row { display: grid; gap: .8rem; grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); }
label { display: block; font-weight: 700; margin-bottom: .35rem; }
input, select, textarea { width: 100%; border: 1px solid var(--line); background: var(--white); color: var(--ink); border-radius: 3px; padding: .78rem .85rem; }
textarea { min-height: 120px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 2px solid rgba(182,67,45,.22); border-color: var(--brand-red); }
.delivery-field { display: inline-flex; align-items: center; width: max-content; gap: .65rem; }
.delivery-field label { display: inline-flex; align-items: center; gap: .55rem; margin: 0; white-space: nowrap; }
.delivery-field input[type="checkbox"] { width: 18px; height: 18px; margin: 0; flex: 0 0 auto; }
.summary-list { list-style: none; padding: 0; margin: 1rem 0; }
.summary-list li { display: flex; justify-content: space-between; gap: .75rem; padding: .7rem 0; border-bottom: 1px solid var(--line); }
.summary-total { display: flex; justify-content: space-between; align-items: center; font-weight: 800; font-size: 1.1rem; margin-top: 1rem; }
.form-error { color: var(--brand-red-dark); font-size: .82rem; min-height: 1.1rem; margin-top: .25rem; }
.item-selector { padding: 1rem; border: 1px solid var(--line); border-radius: 3px; background: var(--white); margin-bottom: .8rem; }
.item-header { display: flex; justify-content: space-between; gap: 1rem; align-items: center; margin-bottom: .8rem; }
.checkbox-row { display: flex; justify-content: space-between; align-items: center; gap: .75rem; margin-top: .8rem; }
.checkbox-row input[type="checkbox"] { width: 18px; height: 18px; }
.notice { background: #f0f0f0; border: 1px solid #cfcfcf; color: var(--ink); border-radius: 3px; padding: .85rem 1rem; margin-top: 1rem; }
.hidden { display: none !important; }

@media (max-width: 780px) {
  .nav-wrap { flex-direction: column; align-items: center; padding: .75rem 0 1rem; }
  .brand { transform: translateY(-6px); }
  .brand-logo { width: min(98vw, 440px); height: 104px; }
  .main-nav { justify-content: center; gap: .1rem; }
  .main-nav a { padding: .45rem .5rem; font-size: .92rem; }
  .preview-columns { grid-template-columns: 1fr; }
  .preview-columns > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .preview-columns > div:last-child { border-bottom: 0; }
  .split-head { align-items: start; flex-direction: column; }
  .hero-visual { width: min(100%, 720px); padding: .3rem; }
  .hero-visual img { height: 240px; }
  .home-info-section { padding: 1.75rem 0; }
  .home-info-grid { grid-template-columns: 1fr; gap: 1.75rem; }
  .home-cta-section { padding: 1.75rem 0; }
  .home-cta-inner { flex-direction: column; align-items: flex-start; }
  .menu-section { margin-top: 2.75rem; }
  .menu-section .section-head h2 { font-size: 1.9rem; }
  .menu-item { padding: .8rem 0; }
  .menu-item-header { gap: 1rem; }
  .menu-item-name, .menu-item-price { font-size: 1rem; }
  .menu-item-option { font-size: .9rem; }
}

/* Contact page */
.contact-section { padding-top: 2.75rem; }
.contact-content { max-width: 980px; }
.contact-intro { max-width: 760px; margin-bottom: 2rem; }
.contact-intro .eyebrow { color: var(--brand-red); margin-bottom: .45rem; }
.contact-intro h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1.1; margin: 0 0 .65rem; }
.contact-intro p { max-width: 700px; color: var(--muted); margin: 0; }
.contact-details { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 3px solid var(--brand-red); border-bottom: 1px solid var(--line); background: var(--white); }
.contact-detail { padding: 1.25rem 1.1rem; border-right: 1px solid var(--line); min-width: 0; }
.contact-detail:last-child { border-right: 0; }
.contact-label { display: block; color: var(--brand-red); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; margin-bottom: .35rem; }
.contact-detail strong, .contact-detail a, .contact-detail address { display: block; font-size: 1rem; line-height: 1.45; }
.contact-detail a { font-weight: 700; overflow-wrap: anywhere; }
.contact-detail address { font-style: normal; }
.contact-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 2rem; padding: 1.5rem 0 0; border-top: 1px solid var(--line); }
.contact-cta h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.65rem, 3vw, 2.2rem); line-height: 1.1; margin: .15rem 0 .35rem; }
.contact-cta p { margin: 0; color: var(--muted); }
.contact-cta .button { flex: 0 0 auto; }
.summary-actions { margin-top: 1.25rem; justify-content: flex-start; }
.summary-actions button { width: 100%; }

@media (max-width: 780px) {
  .contact-section { padding-top: 2rem; }
  .contact-intro { margin-bottom: 1.5rem; }
  .contact-details { grid-template-columns: 1fr 1fr; }
  .contact-detail { padding: 1rem; }
  .contact-detail:nth-child(2) { border-right: 0; }
  .contact-detail:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .contact-cta { flex-direction: column; align-items: flex-start; gap: 1rem; margin-top: 1.5rem; padding-top: 1.25rem; }
  .contact-cta .button { width: 100%; }
}


/* Compact contact card */
.contact-cards { gap: 1.25rem; }
.contact-cards .card { padding: 1.1rem 1.25rem; }
.contact-cards .section-head { margin-bottom: .7rem; }
.contact-cards .section-head h2 { font-size: clamp(1.55rem, 3vw, 2.15rem); }
.contact-cards .card p { margin: .55rem 0; }
.contact-cards .card p:first-of-type { margin-top: 0; }
.contact-cards .card p:last-of-type { margin-bottom: 0; }
.contact-cards .card p strong { font-weight: 700; }
.contact-cards .card .section-head h2 { font-weight: 400; }


.order-item { padding: .8rem .15rem; border-bottom: 1px solid var(--line); }
.order-item:last-child { border-bottom: 0; }
.order-item-header { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.order-item-name { font-weight: 700; font-size: 1.05rem; line-height: 1.3; }
.order-item-meta { color: var(--muted); font-size: .88rem; margin-top: .15rem; }
.item-actions, .option-actions { display: flex; align-items: center; justify-content: flex-end; gap: .9rem; flex: 0 0 auto; }
.order-item-price { color: var(--brand-red); font-weight: 800; white-space: nowrap; }
.quantity-control { display: flex; align-items: center; justify-content: flex-end; gap: .4rem; margin: 0; font-size: .85rem; font-weight: 700; white-space: nowrap; }
.item-quantity { width: 64px; padding: .45rem .5rem; text-align: center; }
.order-options { margin-top: .4rem; border-top: 1px solid rgba(213,213,213,.7); }
.order-option-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .45rem 0; font-size: .92rem; }
.option-price { color: var(--brand-red); font-weight: 700; white-space: nowrap; }

@media (max-width: 780px) {
  .order-item-header { align-items: center; }
  .item-actions, .option-actions { gap: .55rem; }
  .order-option-row { gap: .6rem; }
  .item-quantity { width: 58px; }
}


/* Compact option selection: choose variants without a field for every option. */
.option-choice { display: inline-flex; align-items: center; gap: .55rem; cursor: pointer; }
.option-choice input[type="checkbox"] { width: 1rem; height: 1rem; margin: 0; }
.option-split-control { display: flex; align-items: center; gap: .35rem; font-size: .82rem; font-weight: 700; white-space: nowrap; }
.option-split-control .item-quantity { width: 58px; }
.option-validation:empty { display: none; }
.option-validation.invalid { margin-top: .35rem; font-size: .82rem; font-weight: 700; }


/* Simple option rows: compact by default; split quantities appear only when needed. */
.order-options { margin-top: .3rem; padding-top: .35rem; border-top: 1px solid rgba(213,213,213,.7); }
.option-prompt { font-size: .82rem; font-weight: 700; color: var(--muted); margin: 0 0 .2rem; }
.option-choice-list { display: grid; gap: 0; }
.option-choice-row { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; column-gap: .55rem; padding: .32rem 0; margin: 0; cursor: pointer; font-weight: 400; }
.option-choice-row input[type="checkbox"] { width: 17px; height: 17px; margin: 0; }
.option-choice-label { font-weight: 700; line-height: 1.3; }
.option-choice-row .option-price { font-weight: 600; }
.option-split-list { margin-top: .2rem; padding-top: .25rem; border-top: 1px dashed var(--line); }
.option-split-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .25rem 0; font-size: .88rem; }
.option-validation.invalid { margin-top: .25rem; font-size: .8rem; font-weight: 700; }
.option-validation:empty { display: none; }

@media (max-width: 780px) {
  .order-options { margin-top: .25rem; padding-top: .3rem; }
  .option-choice-row { padding: .28rem 0; }
  .option-split-row { padding: .22rem 0; }
}


/* Keep hidden option rows truly hidden until that option is checked. */
.option-split-row[hidden],
.option-split-list[hidden],
.order-options[hidden] {
  display: none !important;
}



/* Subtle admin link in footer navigation */
.admin-link { margin-top: .2rem; }
.admin-link a { font-size: .78rem; color: rgba(255,255,255,.45); }
.admin-link a:hover { color: rgba(255,255,255,.8); text-decoration: underline; }

#order-form.validated :invalid {
  border-color: var(--danger, #c0392b);
  background: #fff6f5;
}
