/*
Theme Name: Kadence Child
Template: kadence
Version: 1.0
*/

/* Static clone support only. The layout is driven by the rendered Elementor CSS loaded in front-page.php. */
html, body { margin: 0; padding: 0; }
body.pc-static-clone { background: #fff; }
body.pc-static-clone .site-header,
body.pc-static-clone .site-footer,
body.pc-static-clone #masthead,
body.pc-static-clone #colophon,
body.pc-static-clone .entry-header,
body.pc-static-clone .content-title-style-above { display: none !important; }

/* Ensure lazy-loaded images from the exported source display without Elementor/lazyload JS. */
body.pc-static-clone img { max-width: 100%; height: auto; }

/* Local path corrections for images uploaded to pastaconnection.net without year/month folders. */
body.pc-static-clone .elementor img[src^="/wp-content/uploads/"] { opacity: 1 !important; }


/* Standalone replacement for the Elementor/ElementsKit header. */
body.pc-static-clone .pc-static-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: #5d0f13;
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
}

body.pc-static-clone .pc-static-header__inner {
  width: min(1240px, calc(100% - 40px));
  min-height: 78px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 305px 1fr 255px;
  gap: 22px;
  align-items: center;
}

body.pc-static-clone .pc-static-logo,
body.pc-static-clone .pc-static-logo:visited {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff !important;
  font-family: 'Kaushan Script', cursive !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 1;
  letter-spacing: -.035em;
  text-decoration: none !important;
  white-space: nowrap;
}

body.pc-static-clone .pc-static-logo:hover,
body.pc-static-clone .pc-static-logo:focus {
  color: #fff !important;
  text-decoration: none !important;
}

body.pc-static-clone .pc-static-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
}

body.pc-static-clone .pc-static-nav a,
body.pc-static-clone .pc-static-nav a:visited {
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  line-height: 1;
  letter-spacing: .035em;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

body.pc-static-clone .pc-static-nav a:hover,
body.pc-static-clone .pc-static-nav a:focus {
  color: #fff !important;
  text-decoration: underline !important;
  text-underline-offset: 6px;
}

body.pc-static-clone .pc-static-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

body.pc-static-clone .pc-static-call,
body.pc-static-clone .pc-static-call:visited,
body.pc-static-clone .pc-static-order,
body.pc-static-clone .pc-static-order:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 17px;
  border: 2px solid #fff;
  border-radius: 999px;
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1;
  letter-spacing: .035em;
  text-decoration: none !important;
  text-transform: uppercase !important;
  white-space: nowrap;
}

body.pc-static-clone .pc-static-call,
body.pc-static-clone .pc-static-call:visited {
  background: transparent;
  color: #fff !important;
}

body.pc-static-clone .pc-static-order,
body.pc-static-clone .pc-static-order:visited {
  background: #fff;
  color: #5d0f13 !important;
}

body.pc-static-clone .pc-static-call:hover,
body.pc-static-clone .pc-static-call:focus {
  background: #fff;
  color: #5d0f13 !important;
  text-decoration: none !important;
}

body.pc-static-clone .pc-static-order:hover,
body.pc-static-clone .pc-static-order:focus {
  background: #f7f0e2;
  border-color: #f7f0e2;
  color: #5d0f13 !important;
  text-decoration: none !important;
}

@media (max-width: 1024px) {
  body.pc-static-clone .pc-static-header__inner {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px 0;
    text-align: center;
  }

  body.pc-static-clone .pc-static-logo,
  body.pc-static-clone .pc-static-nav,
  body.pc-static-clone .pc-static-actions {
    justify-content: center;
  }

  body.pc-static-clone .pc-static-nav {
    flex-wrap: wrap;
    gap: 14px 22px;
  }
}

@media (max-width: 640px) {
  body.pc-static-clone .pc-static-logo {
    font-size: 38px !important;
    justify-content: center;
  }

  body.pc-static-clone .pc-static-nav a {
    font-size: 16px !important;
  }

  body.pc-static-clone .pc-static-header__inner {
    width: min(100% - 28px, 1240px);
  }

  body.pc-static-clone .pc-static-actions {
    flex-direction: column;
  }

  body.pc-static-clone .pc-static-call,
  body.pc-static-clone .pc-static-order {
    width: 100%;
    max-width: 240px;
  }
}


/* ==========================================================
   Homepage Button / Link Interaction Updates
   ========================================================== */

/* Hero buttons: VIEW MENU, ORDER ONLINE, GET DIRECTIONS */
body.pc-static-clone .elementor-element-1852ac4 .elementor-button,
body.pc-static-clone .elementor-element-1852ac4 .elementor-button-link,
body.pc-static-clone a.elementor-animation-grow {
  transform-origin: center center;
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, color .22s ease, border-color .22s ease !important;
  will-change: transform;
}

body.pc-static-clone .elementor-element-1852ac4 .elementor-button:hover,
body.pc-static-clone .elementor-element-1852ac4 .elementor-button-link:hover,
body.pc-static-clone a.elementor-animation-grow:hover,
body.pc-static-clone a.elementor-animation-grow:focus {
  transform: scale(1.08) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .20) !important;
}

/* Delivery icons/cards should have the same gentle puff/grow effect. */
body.pc-static-clone .pc-delivery-grid a,
body.pc-static-clone .pc-delivery-grid img,
body.pc-static-clone .elementor-widget-image img.elementor-animation-grow {
  transform-origin: center center;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease !important;
  will-change: transform;
}

body.pc-static-clone .pc-delivery-grid a:hover,
body.pc-static-clone .pc-delivery-grid a:focus,
body.pc-static-clone .elementor-widget-image img.elementor-animation-grow:hover {
  transform: scale(1.07) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18) !important;
  filter: saturate(1.05);
}

/* VIEW FULL GALLERY button hover state. */
body.pc-static-clone a[href="/gallery/"].elementor-button,
body.pc-static-clone a[href="/gallery/"].elementor-button-link,
body.pc-static-clone a[href="<?php echo esc_url( home_url( '/gallery/' ) ); ?>"].elementor-button,
body.pc-static-clone .elementor-button[href*="/gallery/"] {
  transform-origin: center center;
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, color .22s ease !important;
}

body.pc-static-clone a[href="/gallery/"].elementor-button:hover,
body.pc-static-clone a[href="/gallery/"].elementor-button-link:hover,
body.pc-static-clone .elementor-button[href*="/gallery/"]:hover {
  transform: scale(1.08) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .20) !important;
}

/* Bottom contact form submit button: burgundy with rounded corners. */
body.pc-static-clone .send-msg-btn button,
body.pc-static-clone .ff-btn.ff-btn-submit,
body.pc-static-clone button.ff-btn-submit,
body.pc-static-clone .fluentform .ff-btn-submit {
  background: #5d0f13 !important;
  border: 2px solid #5d0f13 !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  padding: 13px 30px !important;
  min-height: 46px;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: .03em;
  box-shadow: none !important;
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease !important;
}

body.pc-static-clone .send-msg-btn button:hover,
body.pc-static-clone .ff-btn.ff-btn-submit:hover,
body.pc-static-clone button.ff-btn-submit:hover,
body.pc-static-clone .fluentform .ff-btn-submit:hover,
body.pc-static-clone .send-msg-btn button:focus,
body.pc-static-clone .ff-btn.ff-btn-submit:focus {
  background: #46090d !important;
  border-color: #46090d !important;
  color: #ffffff !important;
  transform: scale(1.06);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .18) !important;
}


/* ==========================================================
   Deep Burgundy Test Override
   ========================================================== */

body.pc-static-clone .pc-static-header {
  background: #5d0f13 !important;
}

body.pc-static-clone .pc-static-order,
body.pc-static-clone .pc-static-order:visited,
body.pc-static-clone .pc-custom-action-button--light,
body.pc-static-clone .pc-custom-action-button--light:visited {
  color: #5d0f13 !important;
}

body.pc-static-clone .pc-static-call:hover,
body.pc-static-clone .pc-static-call:focus,
body.pc-static-clone .pc-custom-action-button:hover,
body.pc-static-clone .pc-custom-action-button:focus {
  color: #5d0f13 !important;
}

body.pc-static-clone .send-msg-btn button,
body.pc-static-clone .ff-btn.ff-btn-submit,
body.pc-static-clone button.ff-btn-submit,
body.pc-static-clone .fluentform .ff-btn-submit {
  background: #5d0f13 !important;
  border-color: #5d0f13 !important;
}

body.pc-static-clone .send-msg-btn button:hover,
body.pc-static-clone .ff-btn.ff-btn-submit:hover,
body.pc-static-clone button.ff-btn-submit:hover,
body.pc-static-clone .fluentform .ff-btn-submit:hover,
body.pc-static-clone .send-msg-btn button:focus,
body.pc-static-clone .ff-btn.ff-btn-submit:focus {
  background: #46090d !important;
  border-color: #46090d !important;
}


/* ==========================================================
   Match Light Burgundy Buttons to Deep Burgundy
   ========================================================== */

/* Make the lighter burgundy CTA buttons match the deeper header burgundy. */
body.pc-static-clone .elementor-button,
body.pc-static-clone .elementor-button-link,
body.pc-static-clone a.elementor-button,
body.pc-static-clone a.elementor-button-link,
body.pc-static-clone .elementor-widget-button .elementor-button {
  border-color: #5d0f13 !important;
}

/* Target filled burgundy / red CTA buttons across the front page. */
body.pc-static-clone .elementor-button[style*="background"],
body.pc-static-clone .elementor-widget-button .elementor-button,
body.pc-static-clone .elementor-element .elementor-button {
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease, color .22s ease !important;
}

/* Override the common lighter burgundy/pinkish button backgrounds. */
body.pc-static-clone .elementor-button,
body.pc-static-clone .elementor-widget-button .elementor-button,
body.pc-static-clone .send-msg-btn button,
body.pc-static-clone .ff-btn.ff-btn-submit,
body.pc-static-clone button.ff-btn-submit,
body.pc-static-clone .fluentform .ff-btn-submit {
  background-color: #5d0f13 !important;
  border-color: #5d0f13 !important;
}

/* Keep white/outlined buttons readable where Elementor uses text-only styling. */
body.pc-static-clone .elementor-button .elementor-button-text,
body.pc-static-clone .elementor-widget-button .elementor-button .elementor-button-text,
body.pc-static-clone .send-msg-btn button,
body.pc-static-clone .ff-btn.ff-btn-submit,
body.pc-static-clone button.ff-btn-submit,
body.pc-static-clone .fluentform .ff-btn-submit {
  color: #ffffff !important;
}

/* Hover state for the now-deeper burgundy buttons. */
body.pc-static-clone .elementor-button:hover,
body.pc-static-clone .elementor-widget-button .elementor-button:hover,
body.pc-static-clone .send-msg-btn button:hover,
body.pc-static-clone .ff-btn.ff-btn-submit:hover,
body.pc-static-clone button.ff-btn-submit:hover,
body.pc-static-clone .fluentform .ff-btn-submit:hover {
  background-color: #46090d !important;
  border-color: #46090d !important;
  color: #ffffff !important;
}


/* ==========================================================
   Above-the-Fold Hero Button Shape / Border Update
   ========================================================== */

/* The clear/white buttons above the fold are now intentional dark burgundy CTAs. */
body.pc-static-clone .elementor-element-1852ac4 .elementor-button,
body.pc-static-clone .elementor-element-1852ac4 .elementor-button-link,
body.pc-static-clone .elementor-element-1852ac4 a.elementor-button,
body.pc-static-clone .elementor-element-1852ac4 a.elementor-button-link {
  background-color: #5d0f13 !important;
  border: 2px solid #ffffff !important;
  border-radius: 14px !important;
  color: #ffffff !important;
  padding: 15px 30px !important;
  min-height: 48px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .18) !important;
}

body.pc-static-clone .elementor-element-1852ac4 .elementor-button .elementor-button-text,
body.pc-static-clone .elementor-element-1852ac4 .elementor-button-link .elementor-button-text {
  color: #ffffff !important;
}

body.pc-static-clone .elementor-element-1852ac4 .elementor-button:hover,
body.pc-static-clone .elementor-element-1852ac4 .elementor-button-link:hover,
body.pc-static-clone .elementor-element-1852ac4 a.elementor-button:hover,
body.pc-static-clone .elementor-element-1852ac4 a.elementor-button-link:hover {
  background-color: #46090d !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  transform: scale(1.08) !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .24) !important;
}

/* ==========================================================
   Our Story Page - Static Non-Elementor Template
   ========================================================== */

body.pc-our-story-page {
  margin: 0;
  background: #fffaf2;
  color: #241b18;
  font-family: 'Instrument Sans', Arial, sans-serif !important;
}

body.pc-our-story-page h1,
body.pc-our-story-page h2,
body.pc-our-story-page h3 {
  font-family: 'Marcellus', serif !important;
  font-weight: 400;
}

body.pc-our-story-page p,
body.pc-our-story-page li,
body.pc-our-story-page a {
  font-family: 'Instrument Sans', Arial, sans-serif;
}

body.pc-our-story-page .pc-static-logo {
  font-family: 'Kaushan Script', cursive !important;
}

/* Our Story Hero */
.pc-story-hero {
  position: relative;
  min-height: 470px;
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(rgba(30, 12, 9, .42), rgba(30, 12, 9, .54)),
    url('/wp-content/uploads/contact-us-hero-bg-1024x484-1.jpg') center center / cover no-repeat;
}

.pc-story-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 150px;
  background: linear-gradient(180deg, rgba(255,250,242,0), #fffaf2);
  z-index: -1;
}

.pc-story-hero__content {
  width: min(1000px, calc(100% - 36px));
  text-align: center;
  color: #fff;
  padding: 70px 0 90px;
}

.pc-story-kicker {
  margin: 0 0 14px;
  color: #f7f0e2;
  font-size: clamp(20px, 2.7vw, 34px);
  line-height: 1.1;
  font-family: 'Marcellus', serif !important;
}

.pc-story-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(72px, 12vw, 158px);
  line-height: .88;
  letter-spacing: -.055em;
  text-transform: lowercase;
  text-shadow: 0 10px 34px rgba(0, 0, 0, .35);
}

.pc-story-est {
  margin: 22px 0 0;
  color: #f7f0e2;
  font-size: clamp(24px, 3vw, 40px);
  font-family: 'Marcellus', serif !important;
}

/* Story Content */
.pc-story-intro {
  width: min(1180px, calc(100% - 40px));
  margin: -50px auto 0;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(300px, .92fr) minmax(360px, 1.08fr);
  gap: 46px;
  align-items: center;
  padding: 42px;
  border-radius: 30px;
  background: #fffaf2;
  box-shadow: 0 22px 60px rgba(93, 15, 19, .14);
}

.pc-story-intro__image {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
}

.pc-story-intro__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transform: scale(1.01);
}

.pc-story-section-label {
  margin: 0 0 10px;
  color: #5d0f13;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.pc-story-intro__copy h2,
.pc-story-gallery__heading h2 {
  margin: 0 0 22px;
  color: #241b18;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .98;
  letter-spacing: -.04em;
}

.pc-story-intro__copy p {
  margin: 0 0 17px;
  color: #40332f;
  font-size: 17px;
  line-height: 1.68;
}

.pc-story-callout {
  margin-top: 26px;
  padding: 18px 20px;
  border-left: 7px solid #5d0f13;
  border-radius: 16px;
  background: #f7f0e2;
  color: #5d0f13;
  font-size: 18px;
  font-weight: 900;
}

/* Gallery */
.pc-story-gallery {
  width: min(1180px, calc(100% - 40px));
  margin: 82px auto 90px;
  text-align: center;
}

.pc-story-gallery__heading {
  max-width: 760px;
  margin: 0 auto 34px;
}

.pc-story-gallery__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 34px;
}

.pc-story-gallery__grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(0,0,0,.13);
  background: #f7f0e2;
}

.pc-story-gallery__grid img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform .28s ease, filter .28s ease;
}

.pc-story-gallery__grid figure:hover img {
  transform: scale(1.06);
  filter: saturate(1.07);
}

.pc-story-gallery__button,
.pc-story-gallery__button:visited,
.pc-footer-order,
.pc-footer-order:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 28px;
  border: 2px solid #fff;
  border-radius: 14px;
  background: #5d0f13;
  color: #fff !important;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .045em;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.pc-story-gallery__button:hover,
.pc-story-gallery__button:focus,
.pc-footer-order:hover,
.pc-footer-order:focus {
  background: #46090d;
  transform: scale(1.07);
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
}

/* Footer */
.pc-story-footer {
  background: #5d0f13;
  color: #fff;
  padding: 58px 0 0;
}

.pc-story-footer__inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr .8fr .9fr .9fr;
  gap: 34px;
}

.pc-story-footer h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 22px;
  text-transform: lowercase;
}

.pc-story-footer p,
.pc-story-footer li,
.pc-story-footer a {
  color: rgba(255,255,255,.88);
  font-size: 15px;
  line-height: 1.55;
  text-decoration: none;
}

.pc-story-footer ul {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.pc-story-footer li {
  margin-bottom: 8px;
}

.pc-story-footer__brand .pc-static-logo {
  display: inline-block;
  margin-bottom: 12px;
  color: #fff !important;
  font-size: 42px !important;
  text-decoration: none !important;
}

.pc-footer-order {
  min-height: 42px;
  padding: 10px 19px;
  background: #fff;
  border-color: #fff;
  color: #5d0f13 !important;
}

.pc-footer-order:hover,
.pc-footer-order:focus {
  background: #f7f0e2;
  color: #5d0f13 !important;
}

.pc-story-footer__bottom {
  margin-top: 44px;
  border-top: 1px solid rgba(255,255,255,.18);
  padding: 20px max(20px, calc((100vw - 1180px) / 2));
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.pc-story-footer__bottom p,
.pc-story-footer__bottom a {
  margin: 0;
  font-size: 14px;
  color: rgba(255,255,255,.78);
}

@media (max-width: 1024px) {
  .pc-story-intro {
    grid-template-columns: 1fr;
    margin-top: -36px;
  }

  .pc-story-intro__image img {
    aspect-ratio: 16 / 10;
  }

  .pc-story-gallery__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pc-story-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .pc-story-hero {
    min-height: 390px;
  }

  .pc-story-intro {
    width: min(100% - 28px, 1180px);
    padding: 24px;
    border-radius: 24px;
    gap: 28px;
  }

  .pc-story-intro__copy h2,
  .pc-story-gallery__heading h2 {
    font-size: 42px;
  }

  .pc-story-gallery {
    width: min(100% - 28px, 1180px);
    margin: 56px auto 64px;
  }

  .pc-story-gallery__grid {
    grid-template-columns: 1fr;
  }

  .pc-story-gallery__grid img {
    aspect-ratio: 4 / 3;
  }

  .pc-story-footer__inner {
    grid-template-columns: 1fr;
  }

  .pc-story-footer__bottom {
    flex-direction: column;
  }
}

/* ==========================================================
   Our Story Page Refinements - Hero Type, Story Width, Gallery Proportions
   ========================================================== */

/* Block-font treatment for the top line to avoid two fancy fonts stacked together. */
body.pc-our-story-page .pc-story-kicker {
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-size: clamp(17px, 2.1vw, 26px) !important;
  font-weight: 800 !important;
  line-height: 1.1;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* Reduce the giant hero title about 25%. */
body.pc-our-story-page .pc-story-hero h1 {
  font-size: clamp(54px, 9vw, 119px) !important;
  line-height: .9;
}

/* Keep Est. 1983 elegant but not oversized. */
body.pc-our-story-page .pc-story-est {
  font-size: clamp(20px, 2.5vw, 32px) !important;
}

/* Make the overlapping story block wider on desktop, closer to 85%. */
@media (min-width: 1025px) {
  body.pc-our-story-page .pc-story-intro {
    width: min(85vw, 1320px) !important;
    grid-template-columns: minmax(330px, .88fr) minmax(520px, 1.12fr);
  }
}

/* Prevent gallery people/photos from stretching tall and narrow. */
body.pc-our-story-page .pc-story-gallery__grid {
  align-items: stretch;
}

body.pc-our-story-page .pc-story-gallery__grid figure {
  aspect-ratio: 3 / 2;
}

body.pc-our-story-page .pc-story-gallery__grid img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto !important;
  object-fit: cover;
  object-position: center center;
}

/* The restaurant interior source image is wider, so keep it centered without distortion. */
body.pc-our-story-page .pc-story-gallery__grid figure:nth-child(4) img {
  object-position: center center;
}

@media (max-width: 640px) {
  body.pc-our-story-page .pc-story-kicker {
    font-size: 16px !important;
    letter-spacing: .09em;
  }

  body.pc-our-story-page .pc-story-hero h1 {
    font-size: 58px !important;
  }

  body.pc-our-story-page .pc-story-gallery__grid figure {
    aspect-ratio: 3 / 2;
  }
}

/* ==========================================================
   Our Story Gallery Heading One-Line Fix
   ========================================================== */

body.pc-our-story-page .pc-story-gallery__heading h2 {
  white-space: nowrap;
  font-size: clamp(38px, 4.4vw, 64px) !important;
}

@media (max-width: 767px) {
  body.pc-our-story-page .pc-story-gallery__heading h2 {
    white-space: normal;
    font-size: 38px !important;
  }
}

/* ==========================================================
   Our Story Heading Size Reduction
   ========================================================== */

/* Reduce these two major story/gallery headings by about 25%. */
body.pc-our-story-page .pc-story-intro__copy h2,
body.pc-our-story-page .pc-story-gallery__heading h2 {
  font-size: clamp(32px, 3.75vw, 54px) !important;
  line-height: 1.02;
}

/* Keep the gallery heading on one line after the size reduction. */
body.pc-our-story-page .pc-story-gallery__heading h2 {
  white-space: nowrap;
}

@media (max-width: 767px) {
  body.pc-our-story-page .pc-story-intro__copy h2,
  body.pc-our-story-page .pc-story-gallery__heading h2 {
    font-size: 34px !important;
    white-space: normal;
  }
}


/* ==========================================================
   Mobile Menu Cleanup
   ========================================================== */

/* Hide CONTACT US in the top navigation on mobile only. */
@media (max-width: 767px) {
  .pc-static-nav a[href*="/contact-us"],
  .pc-static-nav a[href*="/contact-us-2"] {
    display: none !important;
  }
}


/* ==========================================================
   Mobile Menu Font Size Adjustment
   ========================================================== */

/* Reduce mobile nav font slightly so the menu has more breathing room. */
@media (max-width: 767px) {
  .pc-static-nav a,
  body.pc-static-clone .pc-static-nav a,
  body.pc-our-story-page .pc-static-nav a {
    font-size: 13px !important;
    letter-spacing: .02em !important;
  }

  .pc-static-nav {
    gap: 12px !important;
  }
}


/* ==========================================================
   Standalone Front Page - No Elementor / No Old Domain
   ========================================================== */

body.pc-front-page {
  margin: 0;
  background: #fffaf2;
  color: #241b18;
  font-family: 'Instrument Sans', Arial, sans-serif !important;
}

body.pc-front-page h1,
body.pc-front-page h2,
body.pc-front-page h3 {
  font-family: 'Marcellus', serif !important;
  font-weight: 400;
}

body.pc-front-page .pc-static-logo,
body.pc-front-page .pc-front-hero h1 {
  font-family: 'Kaushan Script', cursive !important;
  font-weight: 400 !important;
}

.pc-front-hero {
  min-height: 560px;
  display: grid;
  place-items: center;
  padding: 72px 20px;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(rgba(30, 12, 9, .42), rgba(30, 12, 9, .50)),
    url('/wp-content/uploads/contact-us-hero-bg-1024x484-1.jpg') center center / cover no-repeat;
}

.pc-front-hero__content {
  width: min(1050px, 100%);
}

.pc-front-hero__kicker {
  margin: 0 0 14px;
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-size: clamp(18px, 2vw, 27px);
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.pc-front-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(72px, 11vw, 150px);
  line-height: .88;
  letter-spacing: -.055em;
  text-shadow: 0 10px 34px rgba(0,0,0,.34);
}

.pc-front-hero__since {
  margin: 22px 0 0;
  color: #f7f0e2;
  font-family: 'Marcellus', serif !important;
  font-size: clamp(22px, 2.8vw, 38px);
}

.pc-front-hero__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.pc-front-hero__buttons a,
.pc-front-hero__buttons a:visited {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border: 2px solid #fff;
  border-radius: 14px;
  background: #5d0f13;
  color: #fff !important;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .04em;
  text-decoration: none !important;
  text-transform: uppercase;
  box-shadow: 0 8px 22px rgba(0,0,0,.18);
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.pc-front-hero__buttons a:hover,
.pc-front-hero__buttons a:focus {
  background: #46090d;
  transform: scale(1.08);
  box-shadow: 0 14px 30px rgba(0,0,0,.24);
}

.pc-section-eyebrow {
  margin: 0 0 10px;
  color: #5d0f13;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.pc-takeout {
  padding: 62px 20px;
  background: #fffaf2;
  text-align: center;
}

.pc-takeout__inner,
.pc-signature,
.pc-testimonials,
.pc-contact {
  width: min(1180px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.pc-takeout h2,
.pc-signature h2,
.pc-testimonials h2,
.pc-contact h2 {
  margin: 0 0 32px;
  color: #241b18;
  font-size: clamp(34px, 4.2vw, 62px);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.pc-delivery-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.pc-delivery-grid a {
  display: grid;
  place-items: center;
  width: 170px;
  height: 76px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(93,15,19,.10);
  transition: transform .22s ease, box-shadow .22s ease;
}

.pc-delivery-grid a:hover {
  transform: scale(1.07);
  box-shadow: 0 16px 32px rgba(93,15,19,.16);
}

.pc-delivery-grid img {
  max-width: 100%;
  max-height: 44px;
  object-fit: contain;
}

.pc-signature {
  padding: 74px 0;
  text-align: center;
}

.pc-signature__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.pc-signature article {
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(93,15,19,.12);
  text-align: left;
}

.pc-signature img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.pc-signature article div {
  padding: 24px 26px 28px;
}

.pc-signature h3 {
  margin: 0 0 10px;
  color: #5d0f13;
  font-size: 32px;
}

.pc-signature p,
.pc-front-story p,
.pc-testimonials p,
.pc-contact p {
  color: #40332f;
  font-size: 17px;
  line-height: 1.66;
}

.pc-front-story {
  width: min(85vw, 1320px);
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: minmax(330px, .88fr) minmax(520px, 1.12fr);
  gap: 46px;
  align-items: center;
  padding: 42px;
  border-radius: 30px;
  background: #fffaf2;
  box-shadow: 0 22px 60px rgba(93,15,19,.14);
}

.pc-front-story__image {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
}

.pc-front-story-picture,
.pc-front-story-picture img {
  display: block;
  width: 100%;
}

.pc-front-story-picture img {
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
}

.pc-front-story h2 {
  margin: 0 0 22px;
  font-size: clamp(32px, 3.75vw, 54px);
  line-height: 1.02;
  letter-spacing: -.04em;
}

body.pc-front-page .pc-front-story-gallery {
  width: min(1180px, calc(100% - 40px));
  margin: 82px auto 90px;
  text-align: center;
}

.pc-testimonials {
  padding: 74px 0;
  text-align: center;
}

.pc-rating span {
  display: block;
  color: #5d0f13;
  font-family: 'Marcellus', serif;
  font-size: 64px;
}

.pc-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 30px;
}

.pc-testimonial-grid article {
  padding: 26px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(93,15,19,.10);
  text-align: left;
}

.pc-testimonial-grid strong {
  color: #5d0f13;
}

.pc-contact {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 40px;
  padding: 72px 0 86px;
}

.pc-contact__form {
  display: grid;
  gap: 16px;
  padding: 30px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(93,15,19,.12);
}

.pc-contact__form label {
  display: grid;
  gap: 8px;
  color: #5d0f13;
  font-weight: 800;
}

.pc-contact__form input,
.pc-contact__form textarea {
  width: 100%;
  border: 1px solid rgba(93,15,19,.25);
  border-radius: 14px;
  padding: 13px 14px;
  font: inherit;
}

.pc-contact__form button {
  justify-self: start;
  min-height: 46px;
  padding: 13px 30px;
  border: 2px solid #5d0f13;
  border-radius: 999px;
  background: #5d0f13;
  color: #fff;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.pc-contact__form button:hover {
  background: #46090d;
  border-color: #46090d;
  transform: scale(1.06);
  box-shadow: 0 12px 24px rgba(0,0,0,.18);
}

@media (max-width: 1024px) {
  .pc-front-story,
  .pc-contact {
    grid-template-columns: 1fr;
  }

  .pc-signature__grid,
  .pc-testimonial-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .pc-front-hero {
    min-height: 440px;
    padding: 54px 14px;
  }

  .pc-front-hero h1 {
    font-size: 66px;
  }

  .pc-front-hero__buttons a {
    width: min(100%, 260px);
  }

  .pc-front-story {
    width: min(100% - 28px, 1180px);
    padding: 24px;
    gap: 28px;
  }

  .pc-front-story-picture,
  .pc-front-story-picture img {
    height: 160px !important;
    max-height: 160px !important;
  }

  .pc-front-story-picture img {
    aspect-ratio: auto !important;
  }

  .pc-contact {
    width: min(100% - 28px, 1180px);
  }

  .pc-delivery-grid a {
    width: 145px;
  }
}


/* ==========================================================
   Front Page Ordering / Takeout Raised Box
   ========================================================== */

/* Make the ordering section feel closer to the Best Pasta takeout area,
   but inside a raised card like the story block. */
body.pc-front-page .pc-takeout {
  padding: 0 20px 64px;
  background: #fffaf2;
  text-align: center;
  position: relative;
  z-index: 5;
}

body.pc-front-page .pc-takeout__inner {
  width: min(85vw, 1180px);
  margin: -44px auto 0;
  padding: 42px 46px 44px;
  border-radius: 30px;
  background: #fffaf2;
  box-shadow: 0 22px 60px rgba(93, 15, 19, .14);
}

body.pc-front-page .pc-takeout .pc-section-eyebrow {
  margin: 0 0 12px;
  color: #5d0f13;
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body.pc-front-page .pc-takeout h2 {
  max-width: 760px;
  margin: 0 auto 32px;
  color: #241b18;
  font-family: 'Marcellus', serif !important;
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.08;
  letter-spacing: -.025em;
}

body.pc-front-page .pc-delivery-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: 18px;
  align-items: stretch;
  justify-content: center;
}

body.pc-front-page .pc-delivery-grid a,
body.pc-front-page .pc-delivery-grid a:visited {
  display: grid;
  place-items: center;
  min-height: 92px;
  width: auto;
  height: auto;
  padding: 18px 20px;
  border: 1px solid rgba(93, 15, 19, .12);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(93, 15, 19, .10);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body.pc-front-page .pc-delivery-grid a:hover,
body.pc-front-page .pc-delivery-grid a:focus {
  transform: scale(1.07);
  border-color: rgba(93, 15, 19, .22);
  box-shadow: 0 18px 38px rgba(93, 15, 19, .18);
}

body.pc-front-page .pc-delivery-grid img {
  display: block;
  max-width: 100%;
  max-height: 48px;
  object-fit: contain;
}

@media (max-width: 1024px) {
  body.pc-front-page .pc-takeout__inner {
    width: min(100% - 40px, 1180px);
    margin-top: -32px;
    padding: 34px 28px 36px;
  }

  body.pc-front-page .pc-delivery-grid {
    grid-template-columns: repeat(3, minmax(130px, 1fr));
  }
}

@media (max-width: 640px) {
  body.pc-front-page .pc-takeout {
    padding: 0 14px 52px;
  }

  body.pc-front-page .pc-takeout__inner {
    width: min(100%, 1180px);
    margin-top: -24px;
    padding: 28px 20px 30px;
    border-radius: 24px;
  }

  body.pc-front-page .pc-takeout h2 {
    font-size: 28px;
  }

  body.pc-front-page .pc-delivery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  body.pc-front-page .pc-delivery-grid a {
    min-height: 82px;
    padding: 14px;
  }

  body.pc-front-page .pc-delivery-grid img {
    max-height: 42px;
  }
}


/* ==========================================================
   Front Hero Fade + Ordering Box Overlap
   ========================================================== */

/* Recreate the soft fade at the bottom of the homepage hero. */
body.pc-front-page .pc-front-hero {
  position: relative;
  isolation: isolate;
  overflow: visible;
}

body.pc-front-page .pc-front-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 150px;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 250, 242, 0) 0%,
    rgba(255, 250, 242, .72) 58%,
    #fffaf2 100%
  );
}

/* Pull the ordering box up into the faded hero edge for the layered effect. */
body.pc-front-page .pc-takeout {
  position: relative;
  z-index: 8;
  margin-top: 0;
  padding-top: 0;
}

body.pc-front-page .pc-takeout__inner {
  position: relative;
  z-index: 10;
  margin-top: -82px !important;
}

/* Slightly stronger shadow so the raised card reads clearly over the fade. */
body.pc-front-page .pc-takeout__inner {
  box-shadow: 0 26px 70px rgba(93, 15, 19, .18) !important;
}

@media (max-width: 1024px) {
  body.pc-front-page .pc-front-hero::after {
    height: 120px;
  }

  body.pc-front-page .pc-takeout__inner {
    margin-top: -58px !important;
  }
}

@media (max-width: 640px) {
  body.pc-front-page .pc-front-hero::after {
    height: 90px;
  }

  body.pc-front-page .pc-takeout__inner {
    margin-top: -38px !important;
  }
}


/* ==========================================================
   Front Hero Length + One-Inch Tuck + 85 Percent Content Width
   ========================================================== */

/* Make the homepage hero taller again while keeping the soft fade. */
body.pc-front-page .pc-front-hero {
  min-height: 660px !important;
  padding-top: 96px !important;
  padding-bottom: 130px !important;
}

/* Extend the fade slightly so the image feels tucked behind the ordering card. */
body.pc-front-page .pc-front-hero::after {
  height: 190px !important;
  bottom: -1px;
}

/* Pull the ordering card up about an inch more into the hero/fade. */
body.pc-front-page .pc-takeout__inner {
  margin-top: -118px !important;
}

/* Make front-page sections below the hero use an 85% desktop content width. */
@media (min-width: 1025px) {
  body.pc-front-page .pc-takeout__inner,
  body.pc-front-page .pc-signature,
  body.pc-front-page .pc-front-story,
  body.pc-front-page .pc-front-story-gallery,
  body.pc-front-page .pc-testimonials,
  body.pc-front-page .pc-contact {
    width: min(85vw, 1320px) !important;
  }
}

/* Keep the layout reasonable on tablets and mobile. */
@media (max-width: 1024px) {
  body.pc-front-page .pc-front-hero {
    min-height: 590px !important;
    padding-top: 78px !important;
    padding-bottom: 104px !important;
  }

  body.pc-front-page .pc-front-hero::after {
    height: 145px !important;
  }

  body.pc-front-page .pc-takeout__inner {
    margin-top: -82px !important;
  }
}

@media (max-width: 640px) {
  body.pc-front-page .pc-front-hero {
    min-height: 500px !important;
    padding-top: 58px !important;
    padding-bottom: 76px !important;
  }

  body.pc-front-page .pc-front-hero::after {
    height: 105px !important;
  }

  body.pc-front-page .pc-takeout__inner {
    margin-top: -50px !important;
  }
}


/* ==========================================================
   True Hero / Ordering Box Physical Overlap
   ========================================================== */

/* The hero must sit behind the ordering card for the fade/overlap effect to read correctly. */
body.pc-front-page .pc-front-hero {
  position: relative !important;
  z-index: 1 !important;
  margin-bottom: 0 !important;
  overflow: visible !important;
}

/* Keep the soft fade at the bottom of the hero image. */
body.pc-front-page .pc-front-hero::after {
  z-index: 2 !important;
}

/* Place the ordering section/card physically on top of the hero by about one inch. */
body.pc-front-page .pc-takeout {
  position: relative !important;
  z-index: 20 !important;
  margin-top: -96px !important;
  padding-top: 0 !important;
  padding-bottom: 72px !important;
  background: transparent !important;
}

/* The raised ordering card itself sits above the hero/fade. */
body.pc-front-page .pc-takeout__inner {
  position: relative !important;
  z-index: 25 !important;
  margin-top: 0 !important;
  background: #fffaf2 !important;
  box-shadow: 0 30px 80px rgba(93, 15, 19, .22) !important;
}

/* Restore normal flow below the overlap so the next section is not too tight. */
body.pc-front-page .pc-signature {
  padding-top: 28px !important;
}

/* Tablet overlap. */
@media (max-width: 1024px) {
  body.pc-front-page .pc-takeout {
    margin-top: -72px !important;
    padding-bottom: 58px !important;
  }
}

/* Mobile overlap. */
@media (max-width: 640px) {
  body.pc-front-page .pc-takeout {
    margin-top: -44px !important;
    padding-bottom: 48px !important;
  }

  body.pc-front-page .pc-signature {
    padding-top: 12px !important;
  }
}


/* ==========================================================
   Mobile Delivery Icons One Per Row
   ========================================================== */

/* Mobile only: stack delivery app icons one per line. */
@media (max-width: 640px) {
  body.pc-front-page .pc-delivery-grid {
    grid-template-columns: 1fr !important;
  }

  body.pc-front-page .pc-delivery-grid a {
    width: 100% !important;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}


/* ==========================================================
   Visit Page - Static Non-Elementor Template
   ========================================================== */

body.pc-visit-page {
  margin: 0;
  background: #fffaf2;
  color: #241b18;
  font-family: 'Instrument Sans', Arial, sans-serif !important;
}

body.pc-visit-page h1,
body.pc-visit-page h2,
body.pc-visit-page h3 {
  font-family: 'Marcellus', serif !important;
  font-weight: 400;
}

body.pc-visit-page .pc-static-logo {
  font-family: 'Kaushan Script', cursive !important;
}

.pc-visit-hero {
  position: relative;
  min-height: 470px;
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(rgba(30, 12, 9, .42), rgba(30, 12, 9, .54)),
    url('/wp-content/uploads/contact-us-hero-bg-1024x484-1.jpg') center center / cover no-repeat;
}

.pc-visit-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 150px;
  background: linear-gradient(180deg, rgba(255,250,242,0), #fffaf2);
  z-index: -1;
}

.pc-visit-hero__content {
  width: min(1000px, calc(100% - 36px));
  text-align: center;
  color: #fff;
  padding: 70px 0 90px;
}

.pc-visit-kicker {
  margin: 0 0 14px;
  color: #f7f0e2;
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-size: clamp(17px, 2.1vw, 26px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pc-visit-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(54px, 9vw, 119px);
  line-height: .9;
  letter-spacing: -.055em;
  text-transform: lowercase;
  text-shadow: 0 10px 34px rgba(0, 0, 0, .35);
}

.pc-visit-subtitle {
  margin: 22px 0 0;
  color: #f7f0e2;
  font-family: 'Marcellus', serif !important;
  font-size: clamp(20px, 2.5vw, 32px);
  text-transform: lowercase;
}

.pc-visit-card {
  width: min(85vw, 1320px);
  margin: -50px auto 82px;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr .95fr;
  gap: 34px;
  align-items: stretch;
  padding: 42px;
  border-radius: 30px;
  background: #fffaf2;
  box-shadow: 0 22px 60px rgba(93, 15, 19, .14);
}

.pc-visit-card__content h2 {
  margin: 0 0 28px;
  color: #241b18;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .98;
  letter-spacing: -.04em;
  text-transform: lowercase;
}

.pc-visit-info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.pc-visit-info {
  padding: 20px 22px;
  border-left: 7px solid #5d0f13;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(93, 15, 19, .08);
}

.pc-visit-info h3 {
  margin: 0 0 12px;
  color: #5d0f13;
  font-size: 30px;
  line-height: 1;
  text-transform: lowercase;
}

.pc-visit-info p {
  margin: 0 0 9px;
  color: #40332f;
  font-size: 16.5px;
  line-height: 1.58;
}

.pc-visit-info a {
  color: #5d0f13;
  font-weight: 800;
  text-decoration: none;
}

.pc-visit-button,
.pc-visit-button:visited,
.pc-visit-cta__buttons a,
.pc-visit-cta__buttons a:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 10px;
  padding: 12px 24px;
  border: 2px solid #fff;
  border-radius: 14px;
  background: #5d0f13;
  color: #fff !important;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .045em;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.pc-visit-button:hover,
.pc-visit-button:focus,
.pc-visit-cta__buttons a:hover,
.pc-visit-cta__buttons a:focus {
  background: #46090d;
  transform: scale(1.07);
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
}

.pc-visit-button--light,
.pc-visit-button--light:visited {
  border-color: #5d0f13;
  background: #fff;
  color: #5d0f13 !important;
}

.pc-visit-button--light:hover,
.pc-visit-button--light:focus {
  border-color: #5d0f13;
  background: #5d0f13;
  color: #fff !important;
}

.pc-visit-map {
  overflow: hidden;
  min-height: 520px;
  border-radius: 26px;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
  background: #f7f0e2;
}

.pc-visit-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
}

.pc-visit-cta {
  width: min(85vw, 1320px);
  margin: 0 auto 88px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  padding: 34px 38px;
  border-radius: 26px;
  background: #f7f0e2;
  box-shadow: 0 14px 34px rgba(93, 15, 19, .10);
}

.pc-visit-cta h2 {
  margin: 0;
  font-size: clamp(30px, 3.6vw, 52px);
  line-height: 1.02;
}

.pc-visit-cta__buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  .pc-visit-card {
    grid-template-columns: 1fr;
    width: min(100% - 40px, 1320px);
    padding: 34px;
  }

  .pc-visit-map,
  .pc-visit-map iframe {
    min-height: 360px;
  }

  .pc-visit-cta {
    width: min(100% - 40px, 1320px);
    align-items: flex-start;
    flex-direction: column;
  }

  .pc-visit-cta__buttons {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .pc-visit-hero {
    min-height: 390px;
  }

  .pc-visit-hero h1 {
    font-size: 58px;
  }

  .pc-visit-card {
    width: min(100% - 28px, 1320px);
    margin-top: -36px;
    padding: 24px;
    border-radius: 24px;
  }

  .pc-visit-card__content h2 {
    font-size: 42px;
  }

  .pc-visit-info {
    padding: 18px;
  }

  .pc-visit-map,
  .pc-visit-map iframe {
    min-height: 300px;
  }

  .pc-visit-cta {
    width: min(100% - 28px, 1320px);
    padding: 24px;
  }

  .pc-visit-cta__buttons a {
    width: 100%;
  }
}

/* ==========================================================
   Visit Page Critical Layout Fix
   ========================================================== */

html body.pc-visit-page {
  margin: 0 !important;
  background: #fffaf2 !important;
  color: #241b18 !important;
  font-family: 'Instrument Sans', Arial, sans-serif !important;
}

html body.pc-visit-page *,
html body.pc-visit-page *::before,
html body.pc-visit-page *::after {
  box-sizing: border-box;
}

html body.pc-visit-page a {
  color: inherit;
}

html body.pc-visit-page h1,
html body.pc-visit-page h2,
html body.pc-visit-page h3 {
  font-family: 'Marcellus', serif !important;
  font-weight: 400 !important;
}

html body.pc-visit-page .pc-static-logo {
  font-family: 'Kaushan Script', cursive !important;
}

/* Make sure Kadence/theme wrappers do not force a narrow left-aligned page. */
html body.pc-visit-page .site,
html body.pc-visit-page .site-main,
html body.pc-visit-page .content-area,
html body.pc-visit-page .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.pc-visit-page .pc-static-header {
  position: relative;
  z-index: 9999;
  width: 100%;
  background: #5d0f13;
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
}

html body.pc-visit-page .pc-static-header__inner {
  width: min(1240px, calc(100% - 40px));
  min-height: 78px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 305px 1fr 255px;
  gap: 22px;
  align-items: center;
}

html body.pc-visit-page .pc-static-logo,
html body.pc-visit-page .pc-static-logo:visited {
  color: #fff !important;
  font-family: 'Kaushan Script', cursive !important;
  font-size: 44px !important;
  line-height: 1;
  letter-spacing: -.035em;
  text-decoration: none !important;
  white-space: nowrap;
}

html body.pc-visit-page .pc-static-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

html body.pc-visit-page .pc-static-nav a,
html body.pc-visit-page .pc-static-nav a:visited {
  color: #fff !important;
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  letter-spacing: .035em;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
}

html body.pc-visit-page .pc-static-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

html body.pc-visit-page .pc-static-call,
html body.pc-visit-page .pc-static-order,
html body.pc-visit-page .pc-static-call:visited,
html body.pc-visit-page .pc-static-order:visited {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 10px 17px;
  border: 2px solid #fff;
  border-radius: 999px;
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  letter-spacing: .035em;
  text-decoration: none !important;
  text-transform: uppercase;
}

html body.pc-visit-page .pc-static-call {
  color: #fff !important;
  background: transparent;
}

html body.pc-visit-page .pc-static-order {
  color: #5d0f13 !important;
  background: #fff;
}

html body.pc-visit-page .pc-visit-main {
  width: 100%;
  overflow: hidden;
}

html body.pc-visit-page .pc-visit-hero {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(rgba(30, 12, 9, .42), rgba(30, 12, 9, .54)),
    url('/wp-content/uploads/contact-us-hero-bg-1024x484-1.jpg') center center / cover no-repeat;
}

html body.pc-visit-page .pc-visit-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(180deg, rgba(255,250,242,0), #fffaf2);
  z-index: -1;
}

html body.pc-visit-page .pc-visit-hero__content {
  width: min(1000px, calc(100% - 36px));
  text-align: center;
  color: #fff;
  padding: 86px 0 112px;
}

html body.pc-visit-page .pc-visit-kicker {
  margin: 0 0 14px;
  color: #f7f0e2;
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-size: clamp(17px, 2.1vw, 26px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: .12em;
  text-transform: uppercase;
}

html body.pc-visit-page .pc-visit-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(58px, 9vw, 122px);
  line-height: .9;
  letter-spacing: -.055em;
  text-transform: lowercase;
  text-shadow: 0 10px 34px rgba(0, 0, 0, .35);
}

html body.pc-visit-page .pc-visit-subtitle {
  margin: 22px 0 0;
  color: #f7f0e2;
  font-family: 'Marcellus', serif !important;
  font-size: clamp(22px, 2.5vw, 34px);
  text-transform: lowercase;
}

html body.pc-visit-page .pc-visit-card {
  width: min(85vw, 1320px);
  margin: -70px auto 82px;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(420px, .95fr);
  gap: 34px;
  align-items: stretch;
  padding: 42px;
  border-radius: 30px;
  background: #fffaf2;
  box-shadow: 0 22px 60px rgba(93, 15, 19, .14);
}

html body.pc-visit-page .pc-visit-card__content h2 {
  margin: 0 0 28px;
  color: #241b18;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .98;
  letter-spacing: -.04em;
  text-transform: lowercase;
}

html body.pc-visit-page .pc-story-section-label {
  margin: 0 0 10px;
  color: #5d0f13;
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

html body.pc-visit-page .pc-visit-info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

html body.pc-visit-page .pc-visit-info {
  padding: 20px 22px;
  border-left: 7px solid #5d0f13;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(93, 15, 19, .08);
}

html body.pc-visit-page .pc-visit-info h3 {
  margin: 0 0 12px;
  color: #5d0f13;
  font-size: 30px;
  line-height: 1;
  text-transform: lowercase;
}

html body.pc-visit-page .pc-visit-info p {
  margin: 0 0 9px;
  color: #40332f;
  font-size: 16.5px;
  line-height: 1.58;
}

html body.pc-visit-page .pc-visit-info a {
  color: #5d0f13;
  font-weight: 800;
  text-decoration: none;
}

html body.pc-visit-page .pc-visit-button,
html body.pc-visit-page .pc-visit-button:visited,
html body.pc-visit-page .pc-visit-cta__buttons a,
html body.pc-visit-page .pc-visit-cta__buttons a:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 10px;
  padding: 12px 24px;
  border: 2px solid #fff;
  border-radius: 14px;
  background: #5d0f13;
  color: #fff !important;
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .045em;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}

html body.pc-visit-page .pc-visit-button:hover,
html body.pc-visit-page .pc-visit-cta__buttons a:hover {
  background: #46090d;
  transform: scale(1.07);
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
}

html body.pc-visit-page .pc-visit-button--light {
  border-color: #5d0f13;
  background: #fff;
  color: #5d0f13 !important;
}

html body.pc-visit-page .pc-visit-map {
  overflow: hidden;
  min-height: 560px;
  border-radius: 26px;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
  background: #f7f0e2;
}

html body.pc-visit-page .pc-visit-map iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 560px !important;
  border: 0 !important;
}

html body.pc-visit-page .pc-visit-cta {
  width: min(85vw, 1320px);
  margin: 0 auto 88px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  padding: 34px 38px;
  border-radius: 26px;
  background: #f7f0e2;
  box-shadow: 0 14px 34px rgba(93, 15, 19, .10);
}

html body.pc-visit-page .pc-visit-cta h2 {
  margin: 0;
  font-size: clamp(30px, 3.6vw, 52px);
  line-height: 1.02;
}

html body.pc-visit-page .pc-visit-cta__buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  html body.pc-visit-page .pc-static-header__inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px 0;
    text-align: center;
  }

  html body.pc-visit-page .pc-static-logo,
  html body.pc-visit-page .pc-static-nav,
  html body.pc-visit-page .pc-static-actions {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }

  html body.pc-visit-page .pc-visit-card {
    grid-template-columns: 1fr;
    width: min(100% - 40px, 1320px);
    padding: 34px;
  }

  html body.pc-visit-page .pc-visit-map,
  html body.pc-visit-page .pc-visit-map iframe {
    min-height: 420px !important;
  }

  html body.pc-visit-page .pc-visit-cta {
    width: min(100% - 40px, 1320px);
    align-items: flex-start;
    flex-direction: column;
  }

  html body.pc-visit-page .pc-visit-cta__buttons {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  html body.pc-visit-page .pc-static-nav a[href*="/contact-us"],
  html body.pc-visit-page .pc-static-nav a[href*="/contact-us-2"] {
    display: none !important;
  }

  html body.pc-visit-page .pc-static-nav a {
    font-size: 13px !important;
    letter-spacing: .02em !important;
  }

  html body.pc-visit-page .pc-static-nav {
    gap: 12px !important;
  }
}

@media (max-width: 640px) {
  html body.pc-visit-page .pc-visit-hero {
    min-height: 390px;
  }

  html body.pc-visit-page .pc-visit-hero h1 {
    font-size: 58px;
  }

  html body.pc-visit-page .pc-visit-card {
    width: min(100% - 28px, 1320px);
    margin-top: -36px;
    padding: 24px;
    border-radius: 24px;
  }

  html body.pc-visit-page .pc-visit-card__content h2 {
    font-size: 42px;
  }

  html body.pc-visit-page .pc-visit-info {
    padding: 18px;
  }

  html body.pc-visit-page .pc-visit-map,
  html body.pc-visit-page .pc-visit-map iframe {
    min-height: 330px !important;
  }

  html body.pc-visit-page .pc-visit-cta {
    width: min(100% - 28px, 1320px);
    padding: 24px;
  }

  html body.pc-visit-page .pc-visit-cta__buttons a {
    width: 100%;
  }
}
