/*
  Gusto Italian Design System
  Unified Typography, Colors, and Components
*/

/* ==========================================================================
   Font Faces
   ========================================================================== */

/* Gallins */
@font-face {
  font-family: 'Gallins';
  src: url('../fonts/gallins/Galins-Regular.woff2') format('woff2'),
       url('../fonts/gallins/Galins-Regular.woff') format('woff'),
       url('../fonts/gallins/Galins-Regular.otf') format('opentype');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

/* Abruzzo */
@font-face {
  font-family: 'Abruzzo';
  src: url('../fonts/abruzzo/Fenotype - Abruzzo Regular.woff2') format('woff2'),
       url('../fonts/abruzzo/Fenotype - Abruzzo Regular.woff') format('woff'),
       url('../fonts/abruzzo/Fenotype - Abruzzo Regular.otf') format('opentype');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

/* Big Club */
@font-face {
  font-family: 'Big Club';
  src: url('../fonts/big-club/zcE8NrA02rZxPeO6D4ONLhPqq9Sg4MgSB2dSQWLlJIyZmxUrOGxYJUfzFZUBnclG.woff2') format('woff2'),
       url('../fonts/big-club/zcE8NrA02rZxPeO6D4ONLhPqq9Sg4MgSB2dSQWLlJIyZmxUrOGxYJUfzFZUBnclG.woff') format('woff'),
       url('../fonts/big-club/zcE8NrA02rZxPeO6D4ONLhPqq9Sg4MgSB2dSQWLlJIyZmxUrOGxYJUfzFZUBnclG.otf') format('opentype');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

/* Minion Pro */
@font-face {
  font-family: 'Minion Pro';
  src: url('../fonts/minion-pro/MinionPro-Regular.woff2') format('woff2'),
       url('../fonts/minion-pro/MinionPro-Regular.woff') format('woff'),
       url('../fonts/minion-pro/MinionPro-Regular.otf') format('opentype');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

/* Neutra Text */
@font-face { font-family: 'Neutra Text'; src: url('../fonts/neutra-text/NeutraText Book.woff2') format('woff2'), url('../fonts/neutra-text/NeutraText Book.woff') format('woff'), url('../fonts/neutra-text/NeutraText Book.otf') format('opentype'); font-display: swap; font-weight: 400; font-style: normal; }
@font-face { font-family: 'Neutra Text'; src: url('../fonts/neutra-text/NeutraTextBookItalic.woff2') format('woff2'), url('../fonts/neutra-text/NeutraTextBookItalic.woff') format('woff'), url('../fonts/neutra-text/NeutraTextBookItalic.otf') format('opentype'); font-display: swap; font-weight: 400; font-style: italic; }
@font-face { font-family: 'Neutra Text'; src: url('../fonts/neutra-text/NeutraText Demi.woff2') format('woff2'), url('../fonts/neutra-text/NeutraText Demi.woff') format('woff'), url('../fonts/neutra-text/NeutraText Demi.otf') format('opentype'); font-display: swap; font-weight: 600; font-style: normal; }
@font-face { font-family: 'Neutra Text'; src: url('../fonts/neutra-text/NeutraTextDemiAlt.woff2') format('woff2'), url('../fonts/neutra-text/NeutraTextDemiAlt.woff') format('woff'), url('../fonts/neutra-text/NeutraTextDemiAlt.otf') format('opentype'); font-display: swap; font-weight: 600; font-style: normal; }
@font-face { font-family: 'Neutra Text'; src: url('../fonts/neutra-text/NeutraTextDemiItalicAlt.woff2') format('woff2'), url('../fonts/neutra-text/NeutraTextDemiItalicAlt.woff') format('woff'), url('../fonts/neutra-text/NeutraTextDemiItalicAlt.otf') format('opentype'); font-display: swap; font-weight: 600; font-style: italic; }
@font-face { font-family: 'Neutra Text'; src: url('../fonts/neutra-text/NeutraTextBold.woff2') format('woff2'), url('../fonts/neutra-text/NeutraTextBold.woff') format('woff'), url('../fonts/neutra-text/NeutraTextBold.otf') format('opentype'); font-display: swap; font-weight: 700; font-style: normal; }

:root {
  /* Colors */
  --ds-ivory: #F4F0E5;
  --ds-navy: #08263D;
  --ds-sage: #D8E2DA;
  --ds-peach: #D88A5A;
  --ds-gold: #A8894A;
  --ds-white: #FFFFFF;

  /* Typography Families */
  --ds-font-serif: var(--ds-font-abruzzo);
  --ds-font-sans: var(--ds-font-neutra);
  --ds-font-script: 'Caveat', cursive;

  /* Display Fonts */
  --ds-font-gallins: 'Gallins', serif;
  --ds-font-abruzzo: 'Abruzzo', serif;

  /* Editorial Fonts */
  --ds-font-minion: 'Minion Pro', serif;
  --ds-font-bigclub: 'Big Club', serif;

  /* UI Fonts */
  --ds-font-neutra: 'Neutra Text', sans-serif;
  

  /* Global Transitions */
  --ds-transition-smooth: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  --ds-transition-fast: 0.3s ease;
  
  /* Shared FAQ Tokens */
  --ds-faq-question-size: 1.5rem;

  /* ── Form System Tokens ─────────────────────────────── */
  --ds-input-height:       54px;
  --ds-input-padding-x:    16px;
  --ds-input-padding-y:    14px;
  --ds-input-radius:       4px;
  --ds-input-border:       1px solid rgba(8, 38, 61, 0.22);
  --ds-input-border-focus: 1px solid var(--ds-peach);
  --ds-input-bg:           rgba(255, 255, 255, 0.6);
  --ds-input-color:        var(--ds-navy);
  --ds-input-placeholder:  rgba(8, 38, 61, 0.4);
  --ds-input-font-size:    0.9rem;
  --ds-label-size:         0.68rem;
  --ds-label-weight:       600;
  --ds-label-spacing:      0.1em;
  --ds-field-gap:          24px;  /* vertical gap between form fields */
}

/* Base Resets & Application */
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  background-color: var(--ds-ivory);
  color: var(--ds-navy);
  font-family: var(--ds-font-neutra);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   Typography Scales
   ========================================================================== */

/* Display Heading (Huge, italicized editorial titles) */
.ds-display {
  font-family: var(--ds-font-gallins);
  font-size: clamp(3.5rem, 7vw, 6.5rem);
  font-weight: 300;
  line-height: 1.05;
  font-style: normal; /* Gallins standard */
  margin: 0;
  letter-spacing: -0.01em;
}

/* Section Heading (Standard large serif titles) */
.ds-heading {
  font-family: var(--ds-font-abruzzo);
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  letter-spacing: -0.01em;
}

/* Card Heading (Smaller serif titles for grids) */
.ds-heading-card {
  font-family: var(--ds-font-abruzzo);
  font-size: clamp(1.5rem, 2vw, 2.5rem);
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

/* Eyebrow / Overline (Small, tracked-out uppercase) */
.ds-eyebrow {
  font-family: var(--ds-font-neutra);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  opacity: 0.7;
  display: block;
}

/* Body Text */
.ds-body {
  font-family: var(--ds-font-neutra);
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.85;
}

/* Script / Handwritten Accents */
.ds-script {
  font-family: var(--ds-font-script);
  font-size: 2rem;
  line-height: 1.2;
}


/* ==========================================================================
   Spacing System
   ========================================================================== */

.ds-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.ds-section {
  padding: 120px 0;
}

.ds-section-padding {
  padding: 120px 40px;
}

@media (max-width: 980px) {
  .ds-container { padding: 0 24px; }
  .ds-section { padding: 80px 0; }
  .ds-section-padding { padding: 80px 24px; }
}

@media (max-width: 768px) {
  .ds-section,
  .elevation-section { 
    padding: 48px 0 !important; 
  }
  .ds-section-padding { padding: 48px 20px !important; }
  
  /* Standardise section paddings and reduce gaps on small screens */
  [style*="margin-bottom: 60px"],
  [style*="margin-bottom: 72px"],
  [style*="margin-bottom: 80px"],
  .section-head,
  .spring-menu-grid,
  .loc-menu-grid {
    margin-bottom: 32px !important;
    gap: 32px !important;
  }
  [style*="padding: 0 40px"],
  [style*="padding: 0 50px"] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  /* Prevent unwanted horizontal layout shifts */
  html, body {
    max-width: 100vw;
    overflow-x: hidden;
  }
}


/* ==========================================================================
   Button System (Unified to Square Luxury Aesthetic)
   ========================================================================== */

.btn {
  display: inline-block;
  font-family: var(--ds-font-neutra);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  padding: 16px 36px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border-radius: 4px; /* Updated global radius */
  transition: all var(--ds-transition-fast);
  border: 1px solid transparent;
}

/* Primary (Solid Navy) */
.btn-primary {
  background-color: var(--ds-navy);
  color: var(--ds-ivory);
}
.btn-primary:hover {
  background-color: var(--ds-peach);
  color: var(--ds-ivory);
}

/* Secondary (Solid Peach) */
.btn-secondary {
  background-color: var(--ds-peach);
  color: var(--ds-ivory);
}
.btn-secondary:hover {
  background-color: var(--ds-navy);
  color: var(--ds-ivory);
}

/* Outline (Navy Border, Transparent Fill) */
.btn-outline {
  background-color: transparent;
  color: var(--ds-navy);
  border-color: var(--ds-navy);
}
.btn-outline:hover {
  background-color: var(--ds-navy);
  color: var(--ds-ivory);
}

/* Light (Solid Ivory, for dark backgrounds) */
.ds-btn-light {
  background-color: var(--ds-ivory);
  color: var(--ds-navy);
}
.ds-btn-light:hover {
  background-color: rgba(244, 240, 229, 0.8);
}


/* ==========================================================================
   Global Animations
   ========================================================================== */

.ds-reveal-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity var(--ds-transition-smooth), transform var(--ds-transition-smooth);
}
.ds-reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/*
GUSTO TYPOGRAPHY SYSTEM

Gallins
→ Hero headings
→ Campaign titles
→ Luxury display typography

Abruzzo
→ Editorial section headings
→ Restaurant storytelling

Minion Pro
→ Long-form editorial content

Neutra Text
→ Navigation
→ Menus
→ Interface components


→ Body copy
→ Supporting text

Big Club
→ Optional campaign usage
→ Seasonal activations
*/

/* Shared Hero Eyebrow Styling matching the What's On hero eyebrow component */
.t-eyebrow {
  font-family: var(--ds-font-sans);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ds-peach);
}

/* Shared Gallery Arrow Components */
.loc-gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--ds-ivory, #F0EBDD);
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 1.2rem;
  color: var(--ds-navy, #0A2A3A);
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(10,42,58,0.15);
  z-index: 10;
  transition: background 0.25s, color 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loc-gallery-arrow:hover {
  background: var(--ds-navy, #0A2A3A);
  color: var(--ds-ivory, #F0EBDD);
}
.loc-gallery-arrow--prev { left: -24px; }
.loc-gallery-arrow--next { right: -24px; }

/* Responsive adjustments for gallery arrows */
@media (max-width: 1100px) {
  .loc-gallery-arrow--prev { left: -16px; }
  .loc-gallery-arrow--next { right: -16px; }
}
@media (max-width: 680px) {
  .loc-gallery-arrow--prev { left: 0; }
  .loc-gallery-arrow--next { right: 0; }
}

/* ==========================================================================
   Shared FAQ Accordion Styling (Brunch & Pizza Experience FAQ Accordions)
   ========================================================================== */
.brunch-accordion,
.pizza-accordion,
.ds-accordion {
  border-top: 1px solid rgba(8, 38, 61, 0.1);
}
.brunch-accordion-item,
.pizza-accordion-item,
.ds-accordion-item {
  border-bottom: 1px solid rgba(8, 38, 61, 0.1);
}
.brunch-accordion-btn,
.pizza-accordion-btn,
.ds-accordion-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--ds-navy);
  text-align: left;
  transition: opacity var(--ds-transition-fast);
}
.brunch-accordion-btn:hover,
.pizza-accordion-btn:hover,
.ds-accordion-btn:hover {
  opacity: 0.7;
}
.brunch-accordion-btn h3,
.pizza-accordion-btn h3,
.ds-accordion-btn h3 {
  font-family: var(--ds-font-minion) !important;
  font-size: var(--ds-faq-question-size) !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  margin: 0 !important;
}
.brunch-accordion-icon,
.pizza-accordion-icon,
.ds-accordion-icon {
  font-size: 1.5rem;
  font-weight: 300;
  transition: transform var(--ds-transition-fast);
  display: inline-block;
  flex-shrink: 0;
  margin-left: 20px;
}
.brunch-accordion-btn.is-open .brunch-accordion-icon,
.pizza-accordion-btn.is-open .pizza-accordion-icon,
.ds-accordion-btn.is-open .ds-accordion-icon {
  transform: rotate(45deg);
}
.brunch-accordion-content,
.pizza-accordion-content,
.ds-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.brunch-accordion-inner,
.pizza-accordion-inner,
.ds-accordion-inner {
  padding-bottom: 32px;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.brunch-accordion-btn.is-open + .brunch-accordion-content .brunch-accordion-inner,
.pizza-accordion-btn.is-open + .pizza-accordion-content .pizza-accordion-inner,
.ds-accordion-btn.is-open + .ds-accordion-content .ds-accordion-inner {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================================
   Global Form System
   Applies to: Contact, Pizza Experience, Private Dining, Booking & all Gravity Forms
   ========================================================================== */

/* -- Labels ---------------------------------------------------------------- */
.ds-form label,
.gform_wrapper label,
.gform_wrapper .gfield_label {
  font-family: var(--ds-font-neutra);
  font-size: var(--ds-label-size);
  font-weight: var(--ds-label-weight);
  letter-spacing: var(--ds-label-spacing);
  text-transform: uppercase;
  color: var(--ds-navy);
  display: block;
  margin-bottom: 8px;
}

/* -- Required Marker ------------------------------------------------------- */
.gform_wrapper .gfield_required,
.ds-form .required {
  color: var(--ds-peach);
  margin-left: 3px;
}

/* -- Base Input / Select --------------------------------------------------- */
.ds-form input[type="text"],
.ds-form input[type="email"],
.ds-form input[type="tel"],
.ds-form input[type="number"],
.ds-form input[type="date"],
.ds-form select,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="date"],
.gform_wrapper select {
  width: 100%;
  height: var(--ds-input-height);
  line-height: var(--ds-input-height);
  padding: 0 var(--ds-input-padding-x);
  font-family: var(--ds-font-neutra);
  font-size: var(--ds-input-font-size);
  font-weight: 400;
  color: var(--ds-input-color);
  background: var(--ds-input-bg);
  border: var(--ds-input-border);
  border-radius: var(--ds-input-radius);
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.ds-form select,
.gform_wrapper select,
.gform_wrapper .gfield select,
.ginput_container_select select {
  width: 100% !important;
  padding-left: 18px !important;
  padding-right: 40px !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: var(--ds-input-color) !important;
  background-color: #ffffff !important;
  border: var(--ds-input-border) !important;
  border-radius: var(--ds-input-radius) !important;
  outline: none !important;
  box-sizing: border-box !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  -moz-appearance: none !important;
  vertical-align: middle !important;
  transition: border-color 0.2s ease, background 0.2s ease !important;
}

.ds-form select option,
.gform_wrapper select option {
  background-color: #ffffff !important;
  color: var(--ds-input-color) !important;
}

/* Select placeholder simulation using :has() for option select status */
.ds-form select:has(option[value=""]:checked),
.ds-form select:has(option:disabled:checked),
.gform_wrapper select:has(option[value=""]:checked),
.gform_wrapper select:has(option:disabled:checked) {
  color: var(--ds-input-placeholder) !important;
}

.ds-form select::-ms-expand,
.gform_wrapper select::-ms-expand {
  display: none !important;
}

/* -- Textarea -------------------------------------------------------------- */
.ds-form textarea,
.gform_wrapper textarea {
  width: 100%;
  min-height: 130px;
  padding: var(--ds-input-padding-y) var(--ds-input-padding-x);
  font-family: var(--ds-font-neutra);
  font-size: var(--ds-input-font-size);
  font-weight: 400;
  color: var(--ds-input-color);
  background: var(--ds-input-bg);
  border: var(--ds-input-border);
  border-radius: var(--ds-input-radius);
  outline: none;
  box-sizing: border-box;
  resize: vertical;
  line-height: 1.6;
  transition: border-color 0.2s ease, background 0.2s ease;
}

/* -- Placeholders ---------------------------------------------------------- */
.ds-form input::placeholder,
.ds-form textarea::placeholder,
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
  color: var(--ds-input-placeholder);
  font-style: normal;
}

/* -- Hover State ----------------------------------------------------------- */
.ds-form input:hover,
.ds-form select:hover,
.ds-form textarea:hover,
.gform_wrapper input:hover,
.gform_wrapper select:hover,
.gform_wrapper textarea:hover {
  border-color: rgba(8, 38, 61, 0.45) !important;
  background-color: #ffffff !important;
  outline: none !important;
}

/* -- Focus State ----------------------------------------------------------- */
.ds-form input:focus,
.ds-form select:focus,
.ds-form textarea:focus,
.gform_wrapper input:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
  border: var(--ds-input-border-focus) !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(223, 149, 114, 0.15) !important;
  outline: none !important;
}

/* -- Select: custom arrow -------------------------------------------------- */
.ds-form select,
.gform_wrapper select,
.gform_wrapper .gfield select,
.ginput_container_select select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2308263D' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 18px center !important;
  background-size: 12px 8px !important;
  cursor: pointer !important;
}


/* -- Gravity Forms: Datepicker Field Width Fix ----------------------------- */
.gform_wrapper .gfield_date,
.gform_wrapper .ginput_container_date,
.gform_wrapper .ginput_container_date input,
.gform_wrapper input.datepicker,
.gform_wrapper .gfield_date input {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

/* -- Gravity Forms: Field Vertical Spacing (reduced from GF default ~32px) - */
.gform_wrapper .gfield {
  margin-bottom: var(--ds-field-gap) !important;
  padding: 0 !important;
}
.gform_wrapper .gform_fields {
  row-gap: 0 !important;
}

/* -- Gravity Forms: Description / Help text -------------------------------- */
.gform_wrapper .gfield_description {
  font-family: var(--ds-font-neutra);
  font-size: 0.8rem;
  color: rgba(8, 38, 61, 0.55);
  margin-top: 6px;
  line-height: 1.5;
}

/* -- Gravity Forms: Validation Error State --------------------------------- */
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  border-color: #c0392b !important;
  background: rgba(192, 57, 43, 0.04) !important;
}
.gform_wrapper .validation_message,
.gform_wrapper .gfield_error .gfield_label {
  color: #c0392b;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-top: 4px;
}
.gform_wrapper .validation_error {
  background: rgba(192, 57, 43, 0.06);
  border: 1px solid rgba(192, 57, 43, 0.3);
  border-radius: var(--ds-input-radius);
  padding: 14px 18px;
  margin-bottom: 24px;
  font-family: var(--ds-font-neutra);
  font-size: 0.85rem;
  color: #c0392b;
}

/* -- Gravity Forms: Success / Confirmation Message ------------------------- */
.gform_wrapper .gform_confirmation_message,
.gform_confirmation_message {
  font-family: var(--ds-font-neutra);
  font-size: 1rem;
  color: var(--ds-navy);
  background: rgba(216, 226, 218, 0.5);
  border: 1px solid rgba(8, 38, 61, 0.15);
  border-radius: var(--ds-input-radius);
  padding: 24px 28px;
  line-height: 1.6;
}

/* -- Gravity Forms: Submit Button (default non-pizza pages) ---------------- */
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_footer button[type="submit"],
.gform_wrapper .gform_page_footer input[type="submit"],
.gform_wrapper .gform_button {
  font-family: var(--ds-font-neutra);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  padding: 16px 36px;
  min-height: var(--ds-input-height);
  background-color: var(--ds-navy);
  color: var(--ds-ivory);
  border: 1px solid var(--ds-navy);
  border-radius: var(--ds-input-radius);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  -webkit-appearance: none;
}
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_footer button[type="submit"]:hover,
.gform_wrapper .gform_button:hover {
  background-color: var(--ds-peach);
  border-color: var(--ds-peach);
}

/* -- Gravity Forms: Checkbox / Radio --------------------------------------- */
.gform_wrapper input[type="checkbox"],
.gform_wrapper input[type="radio"] {
  min-height: unset;
  width: auto;
  border: none;
  accent-color: var(--ds-peach);
}

/* -- Gravity Forms: Section Break title ------------------------------------ */
.gform_wrapper .gsection .gsection_title {
  font-family: var(--ds-font-minion);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--ds-navy);
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(8, 38, 61, 0.12);
  margin-bottom: 20px;
}

/* -- Mobile: comfortable tap targets --------------------------------------- */
@media (max-width: 768px) {
  .ds-form input[type="text"],
  .ds-form input[type="email"],
  .ds-form input[type="tel"],
  .ds-form input[type="number"],
  .ds-form input[type="date"],
  .ds-form select,
  .gform_wrapper input[type="text"],
  .gform_wrapper input[type="email"],
  .gform_wrapper input[type="tel"],
  .gform_wrapper input[type="number"],
  .gform_wrapper input[type="date"],
  .gform_wrapper select {
    min-height: 48px;
    font-size: 1rem; /* prevents iOS auto-zoom on focus */
  }
  .gform_wrapper textarea,
  .ds-form textarea {
    font-size: 1rem;
  }
  .gform_wrapper .gfield {
    margin-bottom: 14px !important;
  }
}

/* -- Two-Column Form Layout (Desktop) -------------------------------------- */
@media (min-width: 701px) {
  /* Contact Form 1 and Pizza Form 2 Grid Layout */
  .contact-form-col .gform_fields,
  .pizza-gf-wrapper .gform_fields {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    row-gap: 20px !important;
    column-gap: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  /* Contact Form Field Spans */
  .contact-form-col #field_1_1,
  .contact-form-col #field_1_2,
  .contact-form-col #field_1_3,
  .contact-form-col #field_1_4 {
    grid-column: span 1 !important;
  }
  .contact-form-col #field_1_5,
  .contact-form-col #field_1_6,
  .contact-form-col .gform_footer {
    grid-column: span 2 !important;
  }
  
  /* Pizza Form Field Spans */
  .pizza-gf-wrapper #field_2_1,
  .pizza-gf-wrapper #field_2_2,
  .pizza-gf-wrapper #field_2_3,
  .pizza-gf-wrapper #field_2_4,
  .pizza-gf-wrapper #field_2_5,
  .pizza-gf-wrapper #field_2_6 {
    grid-column: span 1 !important;
  }
  .pizza-gf-wrapper #field_2_7,
  .pizza-gf-wrapper #field_2_8,
  .pizza-gf-wrapper .gform_footer {
    grid-column: span 2 !important;
  }
}

/* -- Dark Background Form Context (e.g. Pizza Experience Page) -------------- */
.pizza-footer-cta .gform_wrapper label,
.pizza-footer-cta .gform_wrapper .gfield_label,
.pizza-footer-cta .gform_wrapper .gfield_checkbox label,
.pizza-footer-cta .gform_wrapper .gfield_description,
.pizza-footer-cta .gform_wrapper .gfield_required {
  color: var(--ds-ivory) !important;
}

/* Custom Pizza experience page form input layout details */
.pizza-footer-cta .gform_wrapper .gfield_checkbox {
  margin-top: 5px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.pizza-footer-cta .gform_wrapper .gfield_checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  flex-shrink: 0;
  accent-color: var(--ds-peach);
}

/* Pizza page submit button customization for high-contrast on dark bg */
.pizza-footer-cta .gform_wrapper .gform_footer input[type="submit"],
.pizza-footer-cta .gform_wrapper .gform_footer button[type="submit"],
.pizza-footer-cta .gform_wrapper .gform_button {
  background-color: var(--ds-peach) !important;
  border-color: var(--ds-peach) !important;
  color: var(--ds-navy) !important;
  width: 100% !important;
  display: block !important;
  font-size: 1.1rem !important;
  padding: 16px 20px !important;
  font-family: var(--ds-font-abruzzo, serif) !important;
}
.pizza-footer-cta .gform_wrapper .gform_footer input[type="submit"]:hover,
.pizza-footer-cta .gform_wrapper .gform_footer button[type="submit"]:hover,
.pizza-footer-cta .gform_wrapper .gform_button:hover {
  background-color: var(--ds-white) !important;
  border-color: var(--ds-white) !important;
  color: var(--ds-navy) !important;
}

/* -- Shared Hero Location Selector (Menu & Restaurants Hub) ---------------- */
.ds-hero-loc-select-wrap {
  width: 100%;
  max-width: 400px;
  height: 56px;
  position: relative;
}

.ds-hero-loc-select-wrap .location-wrapper {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ds-hero-loc-select-wrap select,
.ds-hero-loc-select-wrap .location-select,
.ds-hero-loc-select-wrap .location-wrapper select {
  appearance: none !important;
  -webkit-appearance: none !important;
  background: rgba(10, 42, 58, 0.6) !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  color: #ffffff !important;
  width: 100% !important;
  height: 56px !important;
  min-height: 56px !important;
  padding: 0 50px 0 24px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-family: var(--ds-font-sans) !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-size: 0.85rem !important;
  cursor: pointer !important;
  border-radius: 0 !important;
  transition: all 0.3s ease !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 24px center !important;
  background-size: 12px 12px !important;
  box-sizing: border-box !important;
  line-height: normal !important;
  vertical-align: middle !important;
}

.ds-hero-loc-select-wrap select::-ms-expand,
.ds-hero-loc-select-wrap .location-select::-ms-expand,
.ds-hero-loc-select-wrap .location-wrapper select::-ms-expand {
  display: none !important;
}

.ds-hero-loc-select-wrap select:hover,
.ds-hero-loc-select-wrap select:focus,
.ds-hero-loc-select-wrap .location-select:hover,
.ds-hero-loc-select-wrap .location-select:focus,
.ds-hero-loc-select-wrap .location-wrapper select:hover,
.ds-hero-loc-select-wrap .location-wrapper select:focus {
  border-color: #ffffff !important;
  background-color: rgba(10, 42, 58, 0.8) !important;
  outline: none !important;
}

.ds-hero-loc-select-wrap select option,
.ds-hero-loc-select-wrap .location-select option,
.ds-hero-loc-select-wrap .location-wrapper select option {
  background: var(--ds-navy, #08263D) !important;
  color: var(--ds-ivory, #F4F0E5) !important;
}

@media (max-width: 768px) {
  .ds-hero-loc-select-wrap {
    max-width: 100% !important;
  }
}


