.home-redesign {
  background: #f8f1e6;
}

.home-redesign h1,
.home-redesign h2,
.home-redesign h3,
.home-redesign p {
  margin-top: 0;
}

.home-redesign h2 {
  font-size: clamp(2.5rem, 7vw, 5.6rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.home-redesign .site-header {
  background: rgba(248, 241, 230, 0.95);
}

.home-redesign .button:not(.button-light),
.home-redesign .mobile-book,
.home-redesign .menu-toggle {
  color: #fff;
  background: #9a6a3a;
  border-color: #9a6a3a;
  box-shadow: 0 12px 28px rgba(122, 78, 39, 0.24);
}

.home-redesign .button-light {
  color: #3e3023;
}

.home-redesign .menu-toggle:focus-visible {
  outline-color: rgba(154, 106, 58, 0.3);
}

.chef-hero {
  position: relative;
  min-height: min(860px, calc(100vh - 68px));
  display: grid;
  place-items: end center;
  overflow: hidden;
  color: #fff;
  background: #18272a;
}

.chef-hero-image,
.chef-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.chef-hero-image {
  object-fit: cover;
  object-position: center 50%;
}

.chef-hero-overlay {
  background: linear-gradient(180deg, rgba(15, 26, 29, 0.06) 16%, rgba(15, 26, 29, 0.82) 100%);
}

.chef-hero-content {
  position: relative;
  z-index: 1;
  width: min(100% - 36px, 1160px);
  padding: clamp(90px, 16vw, 190px) 0 clamp(54px, 9vw, 100px);
}

.chef-hero-content h1 {
  max-width: 860px;
  margin-bottom: 22px;
  font-size: clamp(4rem, 12vw, 9.5rem);
  line-height: 0.82;
  letter-spacing: -0.075em;
}

.chef-hero-content > p:not(.eyebrow) {
  max-width: 660px;
  margin-bottom: 30px;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
}

.chef-hero .eyebrow {
  color: #fff;
}

.button-light {
  color: #18272a;
  background: #fff;
  border-color: #fff;
  box-shadow: none;
}

.home-section {
  width: min(100% - 36px, 1160px);
  margin: 0 auto;
  padding: clamp(76px, 11vw, 132px) 0;
  scroll-margin-top: 80px;
}

.home-heading {
  max-width: 780px;
  margin-bottom: clamp(34px, 6vw, 68px);
}

.home-heading-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.essential-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.essential-grid article {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background: #fffaf2;
  border: 1px solid rgba(31, 43, 45, 0.1);
  border-radius: 18px;
}

.essential-grid article > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-content: center;
  color: #fff;
  background: #9a6a3a;
  border-radius: 50%;
  font-weight: 900;
}

.essential-grid h3 {
  margin: 26px 0 2px;
  color: #806042;
  font-size: 0.78rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.essential-grid p {
  margin-bottom: 0;
  font-size: clamp(1.15rem, 2.5vw, 1.5rem);
  font-weight: 850;
}

.about-udon,
.location-section {
  width: 100%;
  max-width: none;
  display: grid;
  padding: 0;
  background: #efe3d1;
}

.about-udon-media,
.location-map {
  min-height: 420px;
}

.about-udon-media img,
.location-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-udon-copy,
.location-copy {
  align-self: center;
  padding: clamp(54px, 9vw, 110px) max(18px, calc((100vw - 1160px) / 2));
}

.about-udon-copy > p,
.location-copy > p {
  max-width: 650px;
  font-size: 1.05rem;
}

.mini-process {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}

.about-cta {
  margin-top: 28px;
}

.mini-process span,
.dietary-tags span {
  padding: 9px 15px;
  color: #fff;
  background: #9a6a3a;
  border-radius: 999px;
  font-weight: 800;
}

.reviews-section {
  width: 100%;
  max-width: none;
  padding-inline: max(18px, calc((100% - 1160px) / 2));
  color: #21373a;
  background: #e7d2b8;
}

.reviews-section .eyebrow,
.reviews-section .text-link {
  color: #806042;
}

.review-placeholder {
  max-width: 780px;
  margin: 0 auto;
  padding: clamp(30px, 6vw, 58px);
  text-align: center;
  background: #f8f1e6;
  border: 1px solid rgba(128, 96, 66, 0.2);
  border-radius: 24px;
}

.review-status {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  color: #21373a;
  background: #f0c466;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-placeholder h3 {
  font-size: clamp(1.7rem, 4vw, 2.8rem);
}

.review-placeholder p {
  max-width: 610px;
  margin-right: auto;
  margin-left: auto;
  color: #4e5b5d;
}

.review-track {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: min(100%, 980px);
  margin: 28px auto 0;
}

.review-swipe-hint {
  display: none;
}

.review-card {
  padding: 28px;
  color: #21373a;
  background: #f8f1e6;
  border: 1px solid rgba(128, 96, 66, 0.2);
  border-radius: 18px;
}

.review-card p {
  margin: 0;
  color: #38494b;
}

.review-card .review-meta {
  margin-bottom: 16px;
  color: #806042;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.text-link {
  display: inline-block;
  margin-top: 10px;
  font-weight: 850;
  text-decoration: none;
}

.editorial-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.gallery-swipe-hint {
  display: none;
}

.editorial-gallery figure {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  background: #e8ddca;
  border-radius: 18px;
}

.editorial-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-lightbox-trigger {
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: zoom-in;
}

.editorial-gallery figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px 13px;
  color: #fff;
  background: rgba(18, 29, 31, 0.76);
  border-radius: 9px;
  font-size: 0.88rem;
  font-weight: 800;
}

.gallery-large,
.gallery-wide {
  grid-column: 1 / -1;
}

.gallery-large {
  min-height: 520px !important;
}

.gallery-cta {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.gallery-lightbox {
  width: min(94vw, 1080px);
  max-height: 92vh;
  padding: 0;
  color: #fff;
  background: #142629;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.42);
}

.gallery-lightbox::backdrop {
  background: rgba(9, 18, 20, 0.82);
}

.gallery-lightbox img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  background: #0b1517;
}

.gallery-lightbox p {
  margin: 0;
  padding: 14px 54px 18px 18px;
  font-weight: 800;
}

.gallery-lightbox-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 42px;
  height: 42px;
  color: #142629;
  background: #fff;
  border: 0;
  border-radius: 50%;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}

.class-info-section {
  width: 100%;
  max-width: none;
  padding-inline: max(18px, calc((100% - 1160px) / 2));
  background: #f4eadc;
}

.class-info-grid {
  display: grid;
  gap: 18px;
}

.class-info-grid article {
  padding: clamp(28px, 5vw, 48px);
  background: #fffaf2;
  border-radius: 20px;
}

.class-info-grid h3 {
  margin-bottom: 20px;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
}

.class-info-grid ul {
  margin: 0;
  padding-left: 20px;
}

.class-info-grid li + li {
  margin-top: 9px;
}

.dietary-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 22px;
}

.important-section {
  width: 100%;
  max-width: none;
  display: grid;
  gap: 34px;
  padding-inline: max(18px, calc((100% - 1160px) / 2));
  color: #21373a;
  background: #ddc5a5;
}

.important-section .eyebrow {
  color: #806042;
}

.important-list {
  display: grid;
  gap: 12px;
  margin: 0 0 30px;
  padding-left: 20px;
}

.compact-faq details {
  color: #21373a;
  background: #fffaf2;
}

.location-section {
  display: block;
  color: #21373a;
  background: #efe2cf;
}

.location-section .location-copy {
  width: min(100% - 36px, 820px);
  margin: 0 auto;
  padding: clamp(64px, 10vw, 112px) 0;
  text-align: left;
}

.location-section h2,
.location-section .eyebrow {
  color: #21373a;
}

.location-copy h3 {
  font-size: clamp(1.45rem, 3vw, 2.1rem);
}

.location-details {
  display: grid;
  gap: 12px;
  margin: 28px 0 24px;
  padding-left: 1.35em;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.45;
}

.location-details a {
  color: #9a6a3a;
  font-weight: 700;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.location-details a:hover,
.location-details a:focus-visible {
  color: #8a5b34;
}

.location-section .location-note {
  max-width: 680px;
  margin-bottom: 0;
  color: #5f625d;
  font-size: 0.92rem;
}

.calendar-section {
  width: 100%;
  max-width: none;
  padding-inline: max(18px, calc((100% - 1160px) / 2));
  background: #f8f1e6;
}

.calendar-packages {
  display: grid;
  gap: 10px;
  max-width: 950px;
  margin: 0 auto 28px;
}

.calendar-package {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 20px;
  color: #21373a;
  background: #f8f1e6;
  border: 1px solid rgba(31, 43, 45, 0.12);
  border-radius: 13px;
  text-decoration: none;
}

.calendar-package.active {
  color: #fff;
  background: #9a6a3a;
}

.calendar-frame {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(31, 43, 45, 0.12);
  border-radius: 20px;
  box-shadow: 0 22px 70px rgba(31, 43, 45, 0.12);
}

.calendar-loading {
  position: absolute;
  top: 42px;
  right: 18px;
  left: 18px;
  z-index: 0;
  margin: 0;
  color: #5f6b6d;
  text-align: center;
  font-weight: 800;
}

.calendar-frame.is-loaded .calendar-loading {
  display: none;
}

.calendly-inline-widget {
  position: relative;
  z-index: 1;
}

.calendar-section .family-options {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 720px) {
  .essential-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-udon {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  }

  .about-udon-copy {
    padding-right: max(36px, calc((100vw - 1160px) / 2));
    padding-left: clamp(46px, 7vw, 100px);
  }

  .editorial-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(3, 300px);
  }

  .editorial-gallery figure,
  .gallery-large,
  .gallery-wide {
    min-height: 0 !important;
  }

  .gallery-large {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }

  .gallery-wide {
    grid-column: 2 / 4;
    grid-row: 3;
  }

  .class-info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .important-section {
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
    align-items: start;
  }

  .calendar-packages {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .calendar-package {
    min-height: 106px;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 1080px) {
  .essential-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 719px) {
  .home-redesign h2 {
    font-size: clamp(2.65rem, 14vw, 4.4rem);
  }

  .essentials {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .essentials .home-heading {
    margin-bottom: 20px;
  }

  .essentials .home-heading .eyebrow {
    margin-bottom: 5px;
    font-size: 0.68rem;
  }

  .essentials .home-heading h2 {
    font-size: clamp(2.25rem, 12vw, 3.15rem);
  }

  .essential-grid {
    gap: 8px;
  }

  .essential-grid article {
    min-height: 112px;
    padding: 13px 14px;
    border-radius: 14px;
  }

  .essential-grid article > span {
    width: 32px;
    height: 32px;
    font-size: 0.78rem;
  }

  .essential-grid h3 {
    margin: 10px 0 0;
    font-size: 0.62rem;
    letter-spacing: 0.09em;
  }

  .essential-grid p {
    font-size: 0.96rem;
    line-height: 1.25;
  }

  .review-track {
    display: flex;
    gap: 12px;
    width: 100%;
    margin-top: 0;
    padding-bottom: 8px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .review-track::-webkit-scrollbar {
    display: none;
  }

  .review-card {
    flex: 0 0 88%;
    padding: 22px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .review-swipe-hint {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: -18px 0 14px;
    color: #806042;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .review-swipe-hint span {
    font-size: 1.25rem;
    line-height: 1;
  }

  .chef-hero {
    min-height: 720px;
  }

  .chef-hero-image {
    object-position: 58% center;
  }

  .chef-hero-content h1 {
    font-size: clamp(4.2rem, 23vw, 6.4rem);
  }

  .chef-hero-content .hero-actions {
    align-items: stretch;
  }

  .about-udon-media,
  .location-map {
    min-height: 340px;
  }

  .gallery-swipe-hint {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: -18px 0 14px;
    color: #9a6a3a;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .gallery-swipe-hint span {
    font-size: 1.25rem;
    line-height: 1;
  }

  .gallery-section .home-heading h2 {
    font-size: clamp(2.6rem, 13vw, 3.25rem);
  }

  .editorial-gallery {
    display: flex;
    gap: 12px;
    width: 100%;
    padding: 0 0 10px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 0;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .editorial-gallery::-webkit-scrollbar {
    display: none;
  }

  .editorial-gallery figure,
  .gallery-large,
  .gallery-wide {
    flex: 0 0 92%;
    aspect-ratio: 4 / 3;
    min-height: 0 !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .calendar-package {
    align-items: center;
  }

  .calendar-frame {
    margin-right: -10px;
    margin-left: -10px;
    border-radius: 12px;
  }
}
