.industry-page {
  background: #f7fafb;
}

.industry-page .hero-media img {
  object-position: 72% center;
}

.restaurant-page .hero-image-note {
  position: absolute;
  right: clamp(16px, 3vw, 42px);
  bottom: 14px;
  z-index: 3;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 0 1px 5px rgba(8, 28, 51, 0.55);
}

@media (min-width: 901px) {
  .restaurant-page .hero {
    background: #fffdfa;
  }

  .restaurant-page .hero-media {
    left: 34%;
  }
}

.industry-plan-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.industry-plan-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.industry-plan-grid h3 {
  margin: 16px 0 0;
  color: var(--navy);
  font-size: clamp(1.15rem, 1.45vw, 1.38rem);
}

.industry-plan-grid p,
.industry-media-grid p,
.industry-faq p,
.industry-cta p {
  color: var(--muted);
  font-size: var(--copy-size);
  font-weight: 600;
  line-height: var(--copy-line-height);
}

.industry-media-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}

.industry-media-grid h2,
.industry-cta h2 {
  margin: 12px 0 0;
  color: var(--navy);
  font-size: clamp(1.8rem, 3vw, 2.72rem);
  line-height: 1.22;
}

.industry-media-grid figure {
  position: relative;
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.industry-media-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.industry-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.industry-list li {
  position: relative;
  padding-left: 24px;
  color: var(--ink);
  font-size: var(--copy-size);
  font-weight: 750;
  line-height: 1.75;
}

.industry-list li::before {
  position: absolute;
  left: 0;
  top: 0.74em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gold);
  content: "";
}

.industry-local {
  background: linear-gradient(135deg, rgba(18, 46, 89, 0.06), rgba(188, 142, 50, 0.09));
}

.industry-recruit {
  background: #fff;
}

.industry-inline-cta {
  color: var(--white);
  background: var(--navy);
}

.industry-inline-cta .container {
  display: grid;
  justify-items: start;
}

.industry-inline-cta .section-kicker,
.industry-inline-cta h2 {
  color: var(--white);
}

.industry-inline-cta h2 {
  margin: 12px 0 0;
  font-size: clamp(1.8rem, 3vw, 2.72rem);
  line-height: 1.22;
}

.industry-inline-cta p:not(.section-kicker) {
  max-width: 900px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: var(--copy-size);
  font-weight: 650;
  line-height: var(--copy-line-height);
}

.industry-inline-cta .button {
  margin-top: 26px;
}

.industry-recruit-visual {
  position: relative;
  margin-top: 42px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.industry-recruit-visual picture,
.industry-recruit-visual img {
  display: block;
  width: 100%;
  height: 100%;
}

.industry-recruit-visual img {
  object-fit: cover;
  object-position: center;
}

.industry-image-caption {
  position: absolute;
  right: 12px;
  bottom: 10px;
  z-index: 2;
  margin: 0;
  border-radius: 4px;
  padding: 5px 8px;
  color: var(--white);
  background: rgba(8, 28, 51, 0.72);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.35;
}

.industry-recruit-panel {
  display: grid;
  gap: 18px;
  margin-top: 28px;
  border: 1px solid rgba(188, 142, 50, 0.3);
  border-radius: var(--radius);
  padding: 28px;
  background: linear-gradient(135deg, rgba(188, 142, 50, 0.09), rgba(255, 255, 255, 0.9));
  box-shadow: var(--shadow);
}

.industry-recruit-panel h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.24rem, 2vw, 1.72rem);
  line-height: 1.45;
}

.industry-note {
  margin: 0;
  border-left: 4px solid var(--gold);
  padding: 14px 16px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.74);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.8;
}

.industry-local-points {
  display: grid;
  gap: 14px;
}

.industry-local-points article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 18px;
  align-items: center;
  border-bottom: 1px solid rgba(18, 46, 89, 0.12);
  padding: 20px 0;
}

.industry-local-points article:last-child {
  border-bottom: 0;
}

.industry-local-points svg {
  grid-row: 1 / 3;
  width: 34px;
  height: 34px;
  color: var(--gold);
  stroke-width: 1.8;
}

.industry-local-points h3,
.industry-local-points p {
  margin: 0;
}

.industry-local-points h3 {
  color: var(--navy);
  font-size: 1.18rem;
}

.industry-local-points p {
  margin-top: 5px;
  color: var(--muted);
  font-size: var(--copy-size);
  font-weight: 650;
  line-height: var(--copy-line-height);
}

.industry-sample {
  background: #eef4f5;
}

.restaurant-instagram {
  background: var(--white);
}

.restaurant-channel-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 540px);
  align-items: start;
  gap: clamp(42px, 5vw, 72px);
  margin-top: 46px;
}

.restaurant-channel-roles {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid var(--line);
}

.restaurant-channel-roles article {
  padding: 28px 0 30px;
}

.restaurant-channel-roles article + article {
  border-top: 1px solid var(--line);
}

.restaurant-channel-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 15px;
  color: var(--gold-dark, #9b7a20);
  font-size: 0.82rem;
  font-weight: 900;
}

.restaurant-channel-label svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}

.restaurant-channel-roles h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.34rem;
  line-height: 1.5;
}

.restaurant-channel-roles article > p:last-child {
  margin: 16px 0 0;
  color: var(--text);
  font-size: 1rem;
  line-height: 2;
}

.restaurant-channel-outcome {
  margin: 24px 0 0;
  color: var(--navy);
  font-weight: 800;
  line-height: 1.9;
}

.instagram-live {
  width: 100%;
}

.instagram-live-frame {
  width: min(100%, 540px);
  min-height: 620px;
  margin: 0 auto;
}

.instagram-live-frame .instagram-media {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.instagram-live-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
}

.industry-sample-visual {
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid rgba(18, 46, 89, 0.14);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 22px 52px rgba(18, 46, 89, 0.12);
}

.industry-sample-visual + .industry-sample-visual {
  margin-top: 24px;
}

.industry-sample-label {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 0;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(18, 46, 89, 0.12);
  color: var(--navy);
  background: #f7faf9;
}

.industry-sample-label span {
  color: var(--gold-dark, #9b7a20);
  font-size: 0.74rem;
  font-weight: 900;
}

.industry-sample-label strong {
  font-size: 1rem;
}

.industry-sample-visual picture,
.industry-sample-visual img {
  display: block;
  width: 100%;
}

.industry-sample-visual img {
  height: auto;
}

.industry-sample-slider {
  margin-top: 42px;
}

.industry-sample-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(18, 46, 89, 0.14);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 8px 24px rgba(18, 46, 89, 0.07);
}

.industry-sample-guide {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  margin: 0 auto 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 850;
}

.industry-sample-guide svg {
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  color: var(--green);
}

.industry-sample-count {
  min-width: 52px;
  margin: 0;
  color: var(--navy);
  font-size: 1.06rem;
  font-weight: 800;
  text-align: center;
}

.industry-sample-controls {
  display: flex;
  gap: 10px;
}

.industry-sample-controls button {
  display: inline-grid;
  width: 60px;
  height: 60px;
  padding: 0;
  place-items: center;
  border: 2px solid rgba(18, 46, 89, 0.24);
  border-radius: 50%;
  color: var(--navy);
  background: var(--white);
  box-shadow: 0 8px 20px rgba(18, 46, 89, 0.12);
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.industry-sample-controls [data-site-sample-next]:not(:disabled) {
  border-color: var(--navy);
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 10px 24px rgba(18, 46, 89, 0.24);
}

.industry-sample-controls button:hover:not(:disabled),
.industry-sample-controls button:focus-visible {
  border-color: var(--navy);
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 12px 28px rgba(18, 46, 89, 0.26);
  transform: translateY(-2px);
}

.industry-sample-controls button:disabled {
  opacity: 0.32;
  cursor: default;
}

.industry-sample-controls svg {
  width: 26px;
  height: 26px;
  stroke-width: 2.4;
}

.industry-sample-track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.industry-sample-track::-webkit-scrollbar {
  display: none;
}

.industry-sample-slider .industry-sample-visual,
.industry-sample-slider .industry-sample-visual + .industry-sample-visual {
  flex: 0 0 100%;
  min-width: 0;
  margin-top: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.restaurant-page .industry-media-grid figure {
  aspect-ratio: 3 / 2;
}

.restaurant-page .restaurant-photo-visual {
  aspect-ratio: 1672 / 941;
}

.restaurant-page #recruit .industry-recruit-visual {
  aspect-ratio: 3 / 2;
}

.industry-plan-grid strong {
  display: block;
  margin-top: 12px;
  color: var(--navy);
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1;
}

.industry-faq .faq-list {
  display: grid;
  gap: 12px;
}

.restaurant-page .faq-groups {
  display: grid;
  gap: 34px;
  margin-top: 42px;
}

.restaurant-page .faq-group {
  gap: 12px;
}

.restaurant-page .faq-group:not(:last-child) {
  border-bottom: 1px solid rgba(18, 46, 89, 0.14);
  padding-bottom: 34px;
}

.restaurant-page .faq-group h3 {
  margin-bottom: 8px;
}

.industry-cta {
  color: var(--white);
  background: var(--navy);
}

.industry-cta h2,
.industry-cta .section-kicker {
  color: var(--white);
}

.industry-cta p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.84);
}

.industry-cta .button {
  margin-top: 26px;
}

@media (max-width: 900px) {
  .industry-media-grid {
    grid-template-columns: 1fr;
  }

  .restaurant-channel-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .instagram-live {
    max-width: 540px;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .industry-page .hero-title-line.nowrap {
    white-space: nowrap;
    font-size: 0.8em;
  }

  .industry-plan-grid article {
    padding: 20px;
  }

  .restaurant-page .faq-groups {
    gap: 28px;
    margin-top: 32px;
  }

  .restaurant-channel-layout {
    margin-top: 30px;
    gap: 32px;
  }

  .restaurant-channel-roles article,
  .restaurant-channel-roles article + article {
    padding: 26px 0 28px;
  }

  .restaurant-channel-roles h3 {
    font-size: 1.25rem;
  }

  .restaurant-channel-roles article > p:last-child {
    font-size: 0.98rem;
    line-height: 1.9;
  }

  .restaurant-channel-outcome {
    margin-top: 20px;
    font-size: 0.98rem;
  }

  .instagram-live {
    margin-top: 30px;
  }

  .instagram-live-frame {
    min-height: 440px;
  }

  .restaurant-page .faq-group:not(:last-child) {
    padding-bottom: 28px;
  }

  .industry-inline-cta .button {
    width: 100%;
  }

  .industry-support .support-copy h2 {
    font-size: 1.62rem;
    line-height: 1.38;
  }

  .industry-recruit-visual {
    margin-top: 30px;
    aspect-ratio: 4 / 3;
  }

  .restaurant-page .hero-media img {
    object-position: center;
  }

  .restaurant-page .hero-facts {
    gap: 24px;
  }

  .restaurant-page .hero-facts a {
    min-height: 118px;
  }

  .restaurant-page .hero-image-note {
    right: 12px;
    bottom: 10px;
    font-size: 0.7rem;
  }

  .restaurant-page #recruit .industry-recruit-visual {
    aspect-ratio: 3 / 2;
  }

  .industry-image-caption {
    right: 8px;
    bottom: 7px;
    font-size: 0.68rem;
  }

  .industry-local-points article {
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 12px;
  }

  .industry-sample-visual {
    margin-top: 28px;
  }

  .industry-sample-slider {
    margin-top: 28px;
  }

  .industry-sample-slider-head {
    margin-bottom: 10px;
  }

  .industry-sample-controls button {
    width: 52px;
    height: 52px;
  }

  .industry-sample-slider-head {
    gap: 8px;
    padding: 10px;
  }

  .industry-sample-guide {
    max-width: 118px;
    align-items: flex-start;
    font-size: 0.78rem;
    line-height: 1.5;
  }

  .industry-sample-visual + .industry-sample-visual {
    margin-top: 18px;
  }

  .industry-sample-label {
    padding: 13px 14px;
  }

}
