:root {
  color-scheme: light;
  --ink: #101513;
  --muted: #53605a;
  --line: #eee8dd;
  --white: #ffffff;
  --bone: #fbf8f1;
  --bone-light: #fffdf8;
  --soft: #fbf8f1;
  --green: #1f2421;
  --green-bright: #8c7a5b;
  --gold: #b59a6a;
  --aqua: #2bbcc4;
  --violet: #9157e8;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bone);
  color: var(--ink);
  font-family: var(--sans);
}

.is-hidden-step {
  display: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  display: block;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 68px;
  padding: 8px clamp(20px, 3vw, 40px);
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(17, 22, 20, 0.06);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 250px;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(181, 154, 106, 0.82);
  color: #0b0d0c;
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: 0;
}

.brand-copy {
  display: grid;
  gap: 4px;
  text-transform: uppercase;
}

.brand-copy strong {
  color: #080a09;
  font-family: var(--serif);
  font-size: clamp(1.06rem, 1.32vw, 1.42rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 0.9;
}

.brand-copy small {
  color: #161a18;
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.25em;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  color: #080a09;
  font-size: clamp(0.82rem, 0.92vw, 0.94rem);
  font-weight: 500;
}

.site-nav a {
  padding: 5px 16px;
}

.site-nav a.nav-cart-button {
  flex: 0 0 auto;
  padding: 0;
}

.site-nav a + a {
  border-left: 1px solid rgba(17, 22, 20, 0.11);
}

.site-nav .nav-cart-button + a {
  border-left: 0;
}

.site-nav a[aria-current="page"] {
  color: #050807;
}

.nav-cart-button {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(17, 22, 20, 0.13);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.94);
  color: #101513;
  cursor: pointer;
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.nav-cart-button:hover,
.nav-cart-button[aria-expanded="true"] {
  border-color: rgba(31, 36, 33, 0.34);
  background: #fffdf8;
  transform: translateY(-1px);
}

.nav-cart-button svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.nav-cart-button span {
  position: absolute;
  top: -6px;
  right: -6px;
  display: grid;
  min-width: 21px;
  height: 21px;
  place-items: center;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: #101513;
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
}

.nav-cart-popover {
  position: absolute;
  top: calc(100% + 12px);
  right: clamp(18px, 3vw, 40px);
  z-index: 20;
  display: grid;
  gap: 12px;
  width: min(92vw, 390px);
  border: 1px solid rgba(17, 22, 20, 0.13);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.98);
  box-shadow: 0 22px 64px rgba(26, 37, 31, 0.16);
  padding: 16px;
}

.nav-cart-popover[hidden] {
  display: none;
}

.language-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 0 0 12px;
  border: 1px solid #d7ddd7;
  border-radius: 10px;
  color: #6a746f;
  text-transform: uppercase;
}

.language-pill strong {
  display: grid;
  min-width: 42px;
  min-height: 34px;
  place-items: center;
  border-radius: 9px;
  background: #101827;
  color: var(--white);
}

.calendar-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(14px, 1.7vw, 24px);
  justify-items: center;
  align-items: center;
  align-content: center;
  min-height: calc(100svh - 68px);
  padding: clamp(26px, 4vh, 44px) clamp(20px, 5vw, 80px);
  background: #ffffff;
  scroll-margin-top: 76px;
}

.landing-hero-copy {
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
}

.hero-kicker {
  margin: 0;
  color: #a17739;
  font-size: clamp(0.6rem, 0.74vw, 0.72rem);
  font-weight: 500;
  letter-spacing: 0.36em;
  text-transform: uppercase;
}

.landing-hero-copy h1 {
  margin: 0;
  color: #060807;
  font-family: var(--serif);
  font-size: clamp(2.7rem, 4.15vw, 4.7rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.9;
}

.landing-hero-copy p:not(.hero-kicker) {
  margin: 0;
  color: #4f5553;
  font-size: clamp(0.82rem, 0.95vw, 0.96rem);
  font-weight: 400;
  line-height: 1.45;
}

.booking-shell {
  display: grid;
  width: min(100%, 860px);
  overflow: hidden;
  border: 1px solid rgba(17, 22, 20, 0.08);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 24px 68px rgba(17, 22, 20, 0.075);
}

.booking-heading {
  display: grid;
  justify-items: center;
  text-align: center;
}

.calendar-grid button,
.calendar-card-header button,
.start-options button {
  border: 0;
  font: inherit;
  cursor: pointer;
}

.calendar-card {
  padding: clamp(18px, 2.1vw, 28px) clamp(42px, 4.4vw, 64px) clamp(12px, 1.35vw, 18px);
  border: 0;
  border-radius: 0;
  background: #ffffff;
}

.calendar-card-header {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  margin-bottom: clamp(12px, 1.35vw, 18px);
}

.calendar-card-header strong {
  display: grid;
  justify-items: center;
  color: #050807;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 0.95;
}

.month-name {
  font-size: clamp(2.45rem, 3.35vw, 3.45rem);
}

.month-year {
  display: flex;
  width: min(100%, 190px);
  align-items: center;
  gap: 14px;
  color: #a17739;
  font-family: var(--serif);
  font-size: clamp(0.82rem, 1vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.month-year::before,
.month-year::after {
  display: block;
  height: 1px;
  flex: 1;
  content: "";
  background: rgba(181, 154, 106, 0.42);
}

.calendar-card-header button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(17, 22, 20, 0.06);
  background: #ffffff;
  color: #0b0d0c;
  font-size: 1.08rem;
  box-shadow: 0 8px 26px rgba(17, 22, 20, 0.05);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.calendar-card-header button:hover {
  border-color: rgba(181, 154, 106, 0.34);
  transform: translateY(-1px);
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: clamp(5px, 0.6vw, 9px) clamp(14px, 1.85vw, 28px);
}

.calendar-grid span {
  color: #858987;
  font-family: var(--sans);
  font-size: clamp(0.58rem, 0.68vw, 0.68rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.calendar-grid button {
  display: grid;
  justify-self: center;
  width: clamp(35px, 2.5vw, 43px);
  height: clamp(35px, 2.5vw, 43px);
  min-height: 0;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: #060807;
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(0.95rem, 1.22vw, 1.14rem);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.calendar-grid button.muted {
  color: #a5ada8;
}

.calendar-grid .calendar-spacer {
  min-height: clamp(35px, 2.5vw, 43px);
}

.calendar-grid button:disabled {
  cursor: not-allowed;
  color: #c2c7c3;
  opacity: 0.45;
}

.calendar-grid button:hover {
  background: rgba(181, 154, 106, 0.08);
  transform: translateY(-1px);
}

.calendar-grid button:disabled:hover {
  background: transparent;
  transform: none;
}

.calendar-grid button.is-selected {
  border-color: transparent;
  background: #b89154;
  color: #ffffff;
  box-shadow: 0 10px 28px rgba(184, 145, 84, 0.3);
  animation: selectedDatePulse 680ms ease;
}

.calendar-selection-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 76px;
  padding: 12px clamp(30px, 4vw, 52px);
  border-top: 1px solid rgba(17, 22, 20, 0.06);
  background: #ffffff;
}

.calendar-selection-bar div {
  display: grid;
  gap: 3px;
}

.calendar-selection-bar span {
  color: #a17739;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.calendar-selection-bar strong {
  color: #060807;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 1.55vw, 1.55rem);
  font-weight: 600;
  line-height: 1;
}

.hero-continue-button {
  display: inline-flex;
  min-width: 180px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 26px;
  border-radius: 7px;
  background: #0b0c0b;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 12px 26px rgba(17, 22, 20, 0.16);
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.hero-continue-button:hover {
  background: #171a18;
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(17, 22, 20, 0.2);
}

.hero-footer-line {
  margin: 0;
  color: #6c716f;
  font-size: clamp(0.7rem, 0.84vw, 0.82rem);
}

@keyframes selectedDatePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(184, 145, 84, 0.24), 0 14px 36px rgba(184, 145, 84, 0.2);
    transform: scale(0.94);
  }

  55% {
    box-shadow: 0 0 0 12px rgba(184, 145, 84, 0), 0 14px 36px rgba(184, 145, 84, 0.34);
    transform: scale(1.04);
  }

  100% {
    box-shadow: 0 14px 36px rgba(184, 145, 84, 0.34);
    transform: scale(1);
  }
}

.contact-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  background: linear-gradient(135deg, #111614, #2f3632);
  color: var(--white);
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.industry-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(20px, 2.5vw, 32px);
  justify-items: center;
  min-height: calc(100svh - 68px);
  padding: clamp(54px, 6.2vw, 82px) clamp(24px, 4vw, 64px) clamp(26px, 3.2vw, 42px);
  overflow: hidden auto;
  background: #ffffff;
  scroll-margin-top: 76px;
}

.industry-intro {
  display: grid;
  justify-items: center;
  gap: 12px;
  max-width: 780px;
  text-align: center;
}

.industry-intro h1 {
  margin: 0;
  color: #060807;
  font-family: var(--serif);
  font-size: clamp(3rem, 4.5vw, 4.45rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.88;
}

.industry-intro span {
  position: relative;
  display: block;
  width: 92px;
  height: 1px;
  margin: 4px 0 0;
  background: rgba(181, 154, 106, 0.42);
}

.industry-intro span::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 9px;
  content: "";
  background: #b89154;
  transform: translate(-50%, -50%) rotate(45deg);
}

.industry-intro p {
  margin: 0;
  color: #4f5553;
  font-size: clamp(0.94rem, 1.2vw, 1.16rem);
  line-height: 1.55;
}

.industry-card-grid {
  display: grid;
  width: min(100%, 1240px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 32px);
}

.industry-panel {
  position: relative;
  display: grid;
  min-height: 388px;
  align-items: start;
  justify-items: center;
  gap: 18px;
  min-width: 0;
  padding: 28px clamp(20px, 2vw, 28px) 28px;
  border: 1px solid rgba(17, 22, 20, 0.08);
  border-radius: 16px;
  background: #ffffff;
  isolation: isolate;
  box-shadow: 0 22px 58px rgba(17, 22, 20, 0.04);
  cursor: pointer;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.industry-panel::before {
  position: absolute;
  inset: 1px;
  content: "";
  z-index: -1;
  border-radius: 15px;
  background:
    radial-gradient(circle at 50% 10%, rgba(181, 154, 106, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(251, 250, 247, 0.62));
  opacity: 0;
  transition: opacity 220ms ease;
}

.industry-panel:hover,
.industry-panel:focus-within,
.industry-panel.is-selected {
  border-color: rgba(181, 154, 106, 0.36);
  box-shadow: 0 28px 78px rgba(17, 22, 20, 0.08);
  transform: translateY(-6px);
}

.industry-panel:hover::before,
.industry-panel:focus-within::before,
.industry-panel.is-selected::before {
  opacity: 1;
}

.industry-catering {
  --accent: #a17739;
  --placeholder-a: rgba(222, 213, 196, 0.62);
  --placeholder-b: rgba(249, 246, 239, 0.98);
}

.industry-fb {
  --accent: #a17739;
  --placeholder-a: rgba(217, 205, 184, 0.62);
  --placeholder-b: rgba(250, 248, 243, 0.98);
}

.industry-entertainment {
  --accent: #a17739;
  --placeholder-a: rgba(209, 213, 211, 0.62);
  --placeholder-b: rgba(248, 248, 246, 0.98);
}

.industry-hotel {
  --accent: #a17739;
  --placeholder-a: rgba(225, 219, 207, 0.62);
  --placeholder-b: rgba(251, 249, 245, 0.98);
}

.panel-media {
  position: absolute;
  top: 88px;
  left: 50%;
  z-index: -1;
  width: 128px;
  height: 128px;
  border: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.94), transparent 44%),
    linear-gradient(135deg, var(--placeholder-a), var(--placeholder-b));
  box-shadow: 0 28px 60px rgba(17, 22, 20, 0.055);
  opacity: 0.55;
  transform: translateX(-50%);
}

.panel-icon {
  display: grid;
  width: 82px;
  height: 82px;
  margin-top: 20px;
  place-items: center;
  border: 1px solid rgba(17, 22, 20, 0.06);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: var(--accent);
  box-shadow: 0 16px 44px rgba(17, 22, 20, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.industry-panel:hover .panel-icon,
.industry-panel:focus-within .panel-icon {
  box-shadow: 0 20px 50px rgba(17, 22, 20, 0.1);
  transform: scale(1.035);
}

.panel-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.panel-copy {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  max-width: 250px;
  text-align: center;
}

.panel-number {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 4px;
  color: var(--accent);
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: 0.09em;
}

.panel-number::before,
.panel-number::after {
  display: block;
  width: 36px;
  height: 1px;
  content: "";
  background: rgba(181, 154, 106, 0.42);
}

.panel-copy h1,
.panel-copy h2 {
  margin: 0;
  color: #060807;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 2.9vw, 3rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.94;
}

.panel-copy i {
  display: block;
  width: 46px;
  height: 1px;
  margin: 16px 0 18px;
  background: rgba(181, 154, 106, 0.62);
}

.panel-copy p {
  max-width: 220px;
  min-height: 58px;
  margin: 0 0 18px;
  color: #555c58;
  font-family: var(--sans);
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.55;
}

.panel-copy a {
  color: var(--accent);
  font-family: var(--sans);
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 180ms ease;
}

.panel-copy a::after {
  content: "  \2192";
  display: inline-block;
  padding-left: 6px;
  transition: transform 180ms ease;
}

.panel-copy a:hover::after,
.panel-copy a:focus-visible::after {
  transform: translateX(3px);
}

.industry-step-footer {
  display: grid;
  justify-items: center;
  gap: 10px;
  color: #4f5553;
  text-align: center;
}

.industry-step-footer strong {
  position: relative;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  gap: 12px;
  color: #121513;
  font-size: 0.9rem;
  font-weight: 500;
}

.industry-step-footer strong::before,
.industry-step-footer strong::after {
  display: block;
  width: 1px;
  height: 18px;
  content: "";
  background: rgba(17, 22, 20, 0.12);
}

.industry-step-footer p {
  margin: 0;
  color: #69706c;
  font-size: 0.92rem;
}

.catering-showroom {
  position: relative;
  display: block;
  min-height: clamp(540px, calc(100vh - 116px), 720px);
  padding: 0;
  background: var(--bone);
  overflow: hidden;
}

.flow-back {
  position: absolute;
  top: clamp(24px, 3vw, 42px);
  left: clamp(24px, 3.5vw, 58px);
  z-index: 6;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid rgba(16, 21, 19, 0.18);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.9);
  color: #111614;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(26, 37, 31, 0.08);
  backdrop-filter: blur(14px);
}

.industry-back {
  min-height: 38px;
  padding: 0 15px;
  border-color: rgba(17, 22, 20, 0.08);
  background: rgba(255, 255, 255, 0.94);
  color: #101513;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: 0 12px 30px rgba(17, 22, 20, 0.06);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.industry-back::before {
  content: "\2039";
  color: #101513;
  font-size: 1.3rem;
  line-height: 0;
}

.industry-back:hover,
.industry-back:focus-visible {
  border-color: rgba(181, 154, 106, 0.3);
  box-shadow: 0 16px 36px rgba(17, 22, 20, 0.08);
  transform: translateY(-1px);
}

.flow-back span {
  font-size: 1.35rem;
  line-height: 0;
}

.flow-back:hover {
  border-color: rgba(16, 21, 19, 0.28);
  background: rgba(255, 255, 255, 0.92);
}

.industry-back {
  top: clamp(16px, 2.4vw, 30px);
  left: clamp(20px, 3.4vw, 54px);
}

.showroom-intro {
  display: grid;
  justify-items: center;
  margin-bottom: clamp(8px, 1.4vw, 14px);
  padding: 0 clamp(22px, 5vw, 86px);
  text-align: center;
}

.showroom-intro span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  background: linear-gradient(135deg, #111614, #303833);
  color: var(--white);
  font-size: clamp(0.76rem, 1.05vw, 0.94rem);
  font-weight: 850;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.showroom-intro p {
  margin: 5px 0 0;
  color: #555c58;
  font-size: clamp(0.74rem, 0.9vw, 0.88rem);
  font-style: italic;
  font-weight: 750;
}

.builder-chip {
  justify-self: center;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin: 0 0 clamp(8px, 1vw, 12px);
  padding: 0;
  border: 1px solid rgba(16, 21, 19, 0.16);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.82);
  box-shadow: 0 14px 38px rgba(26, 37, 31, 0.08);
}

.builder-chip-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #111614;
  color: var(--bone-light);
}

.builder-chip-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.builder-chip small,
.builder-preview small {
  display: block;
  color: #667069;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.builder-chip strong {
  display: block;
  color: #111614;
  font-family: var(--serif);
  font-size: clamp(1rem, 1.2vw, 1.22rem);
  font-weight: 700;
  line-height: 1;
}

.category-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: 540px;
  height: clamp(540px, calc(100vh - 116px), 720px);
  max-height: 720px;
  width: 100%;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(251, 248, 241, 0.94), rgba(255, 253, 248, 0.88)),
    var(--bone);
}

.flow-breadcrumb {
  display: flex;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 18px clamp(18px, 4vw, 54px) 0;
  color: #69756f;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.flow-breadcrumb span,
.flow-breadcrumb strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.flow-breadcrumb span::after {
  content: "/";
  color: #b8c0ba;
}

.flow-breadcrumb strong {
  color: #111614;
}

.category-strip::before {
  display: none;
}

.category-item {
  position: relative;
  display: grid;
  align-content: end;
  justify-items: start;
  min-width: 0;
  padding: clamp(92px, 11vh, 128px) clamp(22px, 2.7vw, 44px) clamp(34px, 4.5vh, 50px);
  isolation: isolate;
  overflow: hidden;
  color: var(--ink);
  text-align: left;
  text-transform: uppercase;
  transform: none;
}

.category-item::before,
.category-item::after {
  position: absolute;
  inset: 0;
  content: "";
}

.category-item::before {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.7)),
    var(--category-image, url("assets/cater-vegas-hero.png"));
  background-position: var(--category-position, center);
  background-size: cover;
  filter: saturate(0.82);
}

.category-item::after {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.78) 82%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.22));
}

.category-item:not(:first-child) {
  margin-left: -2.3vw;
  padding-left: clamp(48px, 5.6vw, 78px);
  clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);
}

.category-item:first-child {
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
}

.category-item:last-child {
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
}

.category-item:nth-child(1) {
  --category-image: url("assets/tables.jpeg");
  --category-position: center;
}

.category-item:nth-child(2) {
  --category-image: url("assets/chairs.jpeg");
  --category-position: center;
}

.category-item:nth-child(3) {
  --category-image: url("assets/linens.jpeg");
  --category-position: center;
}

.category-item:nth-child(4) {
  --category-image: url("assets/decor.jpeg");
  --category-position: center;
}

.category-item:nth-child(5) {
  --category-image: url("assets/tents.jpeg");
  --category-position: center;
}

.category-item:nth-child(1) {
  --category-accent: var(--aqua);
}

.category-item:nth-child(2) {
  --category-accent: var(--green-bright);
}

.category-item:nth-child(3) {
  --category-accent: var(--gold);
}

.category-item:nth-child(4) {
  --category-accent: var(--violet);
}

.category-item:nth-child(5) {
  --category-accent: #b59a6a;
}

.category-icon {
  display: grid;
  position: absolute;
  left: clamp(28px, 3.6vw, 58px);
  top: clamp(58px, 7vh, 84px);
  width: clamp(58px, 5vw, 76px);
  height: clamp(58px, 5vw, 76px);
  place-items: center;
  border: 1px solid rgba(16, 21, 19, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 14px 38px rgba(26, 37, 31, 0.12);
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.category-item:not(:first-child) .category-icon {
  left: clamp(52px, 6vw, 88px);
}

.category-item:first-child .category-icon {
  top: clamp(86px, 10vh, 116px);
}

.category-icon svg {
  width: 46%;
  height: 46%;
  fill: none;
  stroke: #0d100f;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.category-item strong {
  position: relative;
  z-index: 1;
  color: #050807;
  font-size: clamp(1.3rem, 2vw, 2.65rem);
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 0.95;
}

.category-item strong::before {
  display: block;
  width: 40px;
  height: 4px;
  margin: 0 0 9px;
  content: "";
  background: var(--category-accent, var(--aqua));
}

.category-item:hover .category-icon {
  transform: translateY(-5px);
  border-color: var(--green-bright);
  box-shadow: 0 18px 44px rgba(17, 22, 20, 0.12);
}

.category-item.is-complete,
.category-item.is-next {
  box-shadow:
    inset 0 0 0 2px #111614,
    inset 0 0 0 9px rgba(255, 253, 248, 0.72);
}

.category-item.is-complete .category-icon {
  border-color: #111614;
  background: #111614;
  color: var(--bone-light);
}

.category-item.is-complete .category-icon svg {
  stroke: currentColor;
}

.category-item.is-next .category-icon {
  border-color: #111614;
  box-shadow: 0 0 0 7px rgba(17, 22, 20, 0.06), 0 18px 44px rgba(17, 22, 20, 0.12);
}

.table-builder {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 0.5fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 76px);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: clamp(66px, 8vw, 112px) clamp(24px, 5vw, 88px) clamp(34px, 5vw, 70px);
  background: var(--bone);
  overflow-x: clip;
}

#inventory {
  align-items: start;
  padding-top: clamp(34px, 4vw, 58px);
}

.table-builder-layout {
  display: contents;
}

.table-builder-copy h2 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 6vw, 7rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.9;
}

.table-builder-copy p:not(.eyebrow) {
  max-width: 460px;
  margin: 0;
  color: #4e5851;
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.55;
}

.table-choice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 260px));
  gap: clamp(14px, 1.8vw, 24px);
  align-items: stretch;
  justify-content: start;
  width: min(100%, 860px);
}

#inventory .table-builder-layout {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1fr;
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
  width: 100%;
}

#inventory .table-builder-copy {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

#inventory .table-builder-copy h2,
#inventory .table-builder-copy p:not(.eyebrow) {
  display: none;
}

#inventory .table-builder-copy .eyebrow {
  margin: 0;
  color: #111614;
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  letter-spacing: 0.22em;
}

#inventory .inventory-grid {
  grid-template-columns: repeat(auto-fill, minmax(250px, 300px));
  justify-content: center;
  width: min(100%, 1260px);
  max-width: none;
  margin: 0 auto;
}

.table-choice {
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 10px;
  width: 100%;
  max-width: 260px;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  padding: 14px;
  border: 1px solid rgba(17, 22, 20, 0.12);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.74);
  color: #111614;
  font: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 18px 54px rgba(26, 37, 31, 0.08);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

#inventory .inventory-choice {
  gap: 14px;
  max-width: none;
  min-height: 0;
  padding: 18px;
  border-color: rgba(17, 22, 20, 0.1);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 18px 52px rgba(26, 37, 31, 0.07);
}

.inventory-select-button {
  display: grid;
  gap: 10px;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  padding: 0;
  text-align: left;
}

.table-choice:hover,
.table-choice.is-selected {
  border-color: #111614;
  box-shadow: 0 24px 70px rgba(26, 37, 31, 0.14);
  transform: translateY(-3px);
}

.table-choice.is-selected {
  box-shadow:
    inset 0 0 0 2px #111614,
    inset 0 0 0 8px rgba(255, 253, 248, 0.72),
    0 24px 70px rgba(26, 37, 31, 0.14);
}

.table-choice-image {
  display: grid;
  place-items: center;
  position: relative;
  contain: paint;
  overflow: hidden;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 160px;
  border: 1px solid rgba(134, 120, 90, 0.16);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.68), rgba(246, 239, 226, 0.72)),
    url("assets/tables.jpeg");
  background-position: center;
  background-size: cover;
  filter: saturate(0.88);
}

.table-choice-image img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  border-radius: inherit;
  object-fit: contain;
  object-position: center;
}

.inventory-choice-image img {
  position: absolute;
  inset: 10px;
  min-width: 0;
  min-height: 0;
  width: calc(100% - 20px) !important;
  height: calc(100% - 20px) !important;
}

#inventory .inventory-choice-image {
  height: 210px;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(246, 239, 226, 0.86));
  filter: none;
}

.table-choice strong {
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2vw, 2.25rem);
  font-weight: 600;
  line-height: 1;
  overflow-wrap: anywhere;
}

.table-choice small {
  display: -webkit-box;
  overflow: hidden;
  color: #4e5851;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#inventory .inventory-choice strong {
  order: -1;
  min-height: 2.35rem;
  text-align: center;
  font-size: clamp(1.35rem, 1.8vw, 1.9rem);
  line-height: 1.08;
}

#inventory .inventory-choice small {
  display: none;
}

.table-choice-description {
  display: -webkit-box;
  overflow: hidden;
  color: #5c665e;
  font-size: 0.9rem;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.builder-preview {
  grid-column: 1 / -1;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  max-width: min(100%, 620px);
  min-height: 66px;
  padding: 10px 22px 10px 12px;
  border: 1px solid rgba(17, 22, 20, 0.16);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 18px 54px rgba(26, 37, 31, 0.08);
}

.inventory-cart {
  grid-column: 1 / -1;
  justify-self: center;
  display: grid;
  gap: 12px;
  width: min(100%, 980px);
  border: 1px solid rgba(17, 22, 20, 0.13);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.82);
  box-shadow: 0 18px 54px rgba(26, 37, 31, 0.08);
  padding: 16px;
}

.inventory-cart-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.inventory-cart-heading small,
.cart-line span {
  color: #667069;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.inventory-cart-heading strong {
  color: #111614;
  font-family: var(--serif);
  font-size: 1.45rem;
}

.inventory-cart-list {
  display: grid;
  gap: 8px;
}

.inventory-cart-list > p {
  margin: 0;
  color: #667069;
  font-weight: 700;
}

.cart-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(17, 22, 20, 0.1);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.8);
  padding: 10px 12px;
}

.cart-line strong {
  overflow: hidden;
  color: #111614;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-line b {
  color: #111614;
  font-size: 0.92rem;
  white-space: nowrap;
}

.inventory-price {
  display: inline-flex;
  justify-self: center;
  margin-top: 10px;
  color: #b58f4f;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.cart-line button,
.cart-checkout-button,
.secondary-flow-button,
.inventory-add-button,
.inventory-quantity-row button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid rgba(17, 22, 20, 0.13);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.9);
  color: #111614;
  font-weight: 900;
  padding: 0 14px;
  text-decoration: none;
}

.cart-checkout-button {
  border-color: #111614;
  background: #111614;
  color: #fffdf8;
}

.cart-checkout-button.is-disabled {
  pointer-events: none;
  opacity: 0.42;
}

.inventory-quantity-row {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  gap: 8px;
  align-items: end;
}

.inventory-quantity-row label {
  display: grid;
  gap: 4px;
}

.inventory-quantity-row label span {
  color: #667069;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.inventory-quantity-row input {
  width: 100%;
  min-height: 38px;
  border: 1px solid rgba(17, 22, 20, 0.13);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.9);
  color: #111614;
  font-weight: 900;
  padding: 0 12px;
  text-align: center;
}

.inventory-add-button {
  width: 100%;
  background: #111614;
  color: var(--bone-light);
}

.builder-preview > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: #111614;
  color: var(--bone-light);
}

.builder-preview svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.builder-preview strong {
  display: block;
  color: #111614;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 1.8vw, 1.65rem);
  font-weight: 700;
}

.builder-preview p {
  margin: 0;
  color: #4e5851;
  font-size: 0.86rem;
  font-weight: 700;
}

.selected-summary,
.review-summary {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 980px);
  justify-self: center;
}

.selected-summary span,
.review-summary article {
  display: grid;
  gap: 5px;
  padding: 14px 16px;
  border: 1px solid rgba(17, 22, 20, 0.13);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.78);
}

.selected-summary small,
.review-summary small {
  color: #667069;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.selected-summary strong,
.review-summary strong {
  color: #111614;
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.5vw, 1.45rem);
  line-height: 1;
}

.review-summary article > span {
  color: #667069;
  font-size: 0.78rem;
  font-weight: 800;
}

.public-request-form {
  grid-column: 1 / -1;
  justify-self: center;
  display: grid;
  gap: clamp(18px, 2vw, 24px);
  width: min(100%, 980px);
  margin-top: clamp(10px, 1.2vw, 16px);
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(17, 22, 20, 0.13);
  border-radius: 22px;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 22px 64px rgba(26, 37, 31, 0.08);
}

.request-form-heading {
  display: grid;
  gap: 8px;
}

.request-form-heading h3 {
  margin: 0;
  color: #111614;
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3.15rem);
  font-weight: 600;
  line-height: 0.95;
}

.request-form-heading p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: #56615a;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
}

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

.request-form-grid label {
  display: grid;
  gap: 8px;
}

.request-form-grid .full-field {
  grid-column: 1 / -1;
}

.request-form-grid span {
  color: #667069;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.request-form-grid input,
.request-form-grid textarea {
  width: 100%;
  border: 1px solid rgba(17, 22, 20, 0.14);
  border-radius: 16px;
  background: #fffefa;
  color: #111614;
  font: inherit;
  font-weight: 750;
  outline: none;
  padding: 15px 16px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.request-form-grid textarea {
  min-height: 118px;
  resize: vertical;
}

.request-form-grid input:focus,
.request-form-grid textarea:focus {
  border-color: rgba(184, 145, 84, 0.56);
  box-shadow: 0 0 0 4px rgba(184, 145, 84, 0.12);
}

.request-status {
  min-height: 1.35rem;
  margin: 0;
  color: #56615a;
  font-weight: 850;
  line-height: 1.35;
}

.request-status.is-error {
  color: #9d3026;
}

.request-status.is-success {
  color: #176f3b;
}

.request-form-actions {
  justify-content: flex-start;
}

.request-submit-button[disabled] {
  cursor: not-allowed;
  opacity: 0.58;
}

.secondary-request-link {
  background: transparent;
  color: #111614;
}

.flow-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.start-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
  padding: clamp(70px, 8vw, 120px) clamp(22px, 5vw, 86px);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.start-section h2 {
  max-width: 760px;
  margin: 0 0 20px;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4.6vw, 5rem);
  font-weight: 400;
  line-height: 1.02;
}

.start-section h2 span {
  color: var(--green);
}

.start-section p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.7;
}

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

.start-options button,
.start-options a {
  display: grid;
  align-items: center;
  min-height: 96px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--soft);
  color: var(--ink);
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
  font-weight: 950;
  text-align: left;
  text-decoration: none;
}

.start-options button.is-active,
.start-options a:hover {
  border-color: rgba(23, 73, 50, 0.28);
  background: var(--green);
  color: var(--white);
}

.about-section,
.contact-section {
  display: grid;
  justify-items: center;
  padding: clamp(70px, 8vw, 120px) clamp(22px, 5vw, 86px);
  text-align: center;
}

.about-section {
  background: var(--white);
}

.contact-section {
  background: var(--soft);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.about-section h2,
.contact-section h2 {
  max-width: 920px;
  margin: 0 0 22px;
  font-family: var(--serif);
  font-size: clamp(2.1rem, 4.6vw, 5rem);
  font-weight: 400;
  line-height: 1.02;
}

.about-section p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.7;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 30px clamp(22px, 3vw, 48px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer span {
  color: var(--ink);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 1180px) {
  .site-header {
    align-items: center;
    flex-wrap: wrap;
  }

  .site-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .start-section {
    grid-template-columns: 1fr 1fr;
  }

  .industry-card-grid {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    width: min(100%, 780px);
  }

  .category-strip {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    height: 520px;
    min-height: 520px;
  }

  .table-builder {
    grid-template-columns: 1fr;
  }

  .category-strip::before {
    display: none;
  }

  .category-item {
    padding: 84px 18px 34px;
    transform: none;
  }

  .calendar-hero {
    grid-template-columns: 1fr;
  }

  .industry-panel {
    min-height: 410px;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: auto;
    padding: 18px;
  }

  .brand {
    min-width: 0;
  }

  .site-nav {
    gap: 12px 18px;
    font-size: 0.78rem;
  }

  .site-nav a {
    padding: 4px 12px;
  }

  .language-pill {
    min-height: 44px;
  }

  .language-pill strong {
    min-height: 38px;
  }

  .calendar-hero,
  .catering-showroom,
  .table-builder,
  .start-section {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .builder-chip {
    justify-self: center;
    margin: 0 18px 12px;
  }

  .table-builder {
    padding: 28px 18px 38px;
  }

  .table-choice-grid {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  #inventory .table-builder-layout {
    grid-template-columns: 1fr;
  }

  #inventory .inventory-grid {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }

  .selected-summary,
  .review-summary {
    grid-template-columns: 1fr;
  }

  .public-request-form {
    padding: 20px;
  }

  .request-form-grid {
    grid-template-columns: 1fr;
  }

  .request-form-heading h3 {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .request-form-actions {
    justify-content: stretch;
  }

  .request-form-actions .contact-button {
    width: 100%;
  }

  .cart-line {
    grid-template-columns: 1fr;
  }

  .table-choice {
    grid-template-rows: 140px auto auto minmax(0, 1fr);
    min-height: 0;
  }

  .table-choice-image {
    height: 140px;
  }

  #inventory .inventory-choice-image {
    height: 220px;
  }

  .category-strip {
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .category-item,
  .category-item:not(:first-child),
  .category-item:first-child,
  .category-item:last-child {
    min-height: 220px;
    margin-left: 0;
    padding: 96px 22px 28px;
    clip-path: none;
  }

  .category-item:not(:first-child) .category-icon,
  .category-icon {
    left: 24px;
    top: 28px;
  }

  .industry-hero {
    gap: 24px;
    min-height: auto;
    padding: 86px 18px 36px;
    scroll-margin-top: 132px;
  }

  .industry-intro {
    gap: 12px;
  }

  .industry-intro h1 {
    font-size: clamp(2.7rem, 12vw, 3.7rem);
  }

  .industry-card-grid {
    grid-template-columns: minmax(0, 1fr);
    width: min(100%, 360px);
    gap: 18px;
  }

  .industry-panel {
    min-height: 390px;
    padding: 22px 20px 28px;
  }

  .panel-media {
    height: 80px;
  }

  .panel-icon {
    width: 76px;
    height: 76px;
    margin-top: -50px;
    transform: none;
  }

  .panel-copy h1,
  .panel-copy h2 {
    font-size: clamp(2.15rem, 11vw, 2.8rem);
  }

  .panel-copy p {
    min-height: 0;
  }

  .flow-back {
    position: relative;
    top: auto;
    left: auto;
    justify-self: start;
    margin: 0 0 12px 18px;
  }

  .industry-back {
    position: absolute;
    top: 18px;
    left: 18px;
    margin: 0;
  }

  .calendar-hero {
    gap: 14px;
    padding: 22px 16px 26px;
    scroll-margin-top: 140px;
  }

  .landing-hero-copy h1 {
    font-size: clamp(2.45rem, 13vw, 3.55rem);
  }

  .hero-kicker {
    font-size: 0.66rem;
    letter-spacing: 0.22em;
  }

  .booking-shell {
    border-radius: 18px;
  }

  .calendar-card {
    padding: 20px 16px 14px;
  }

  .calendar-card-header {
    grid-template-columns: 44px 1fr 44px;
    margin-bottom: 20px;
  }

  .calendar-card-header button {
    width: 42px;
    height: 42px;
  }

  .month-name {
    font-size: clamp(2.3rem, 11vw, 3rem);
  }

  .calendar-grid {
    gap: 6px 4px;
  }

  .calendar-grid button {
    width: 36px;
    height: 36px;
    min-height: 0;
    font-size: 0.96rem;
  }

  .calendar-selection-bar {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px 18px 18px;
  }

  .hero-continue-button {
    width: 100%;
    min-width: 0;
  }

  .start-options {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: grid;
  }
}
