:root {
  --green: #08b246;
  --green-dark: #047a34;
  --ink: #171813;
  --muted: #68685f;
  --cream: #f8f3e8;
  --paper: #fffdf8;
  --line: rgba(37, 35, 27, 0.12);
  --shadow: 0 18px 46px rgba(24, 24, 16, 0.15);
  --content: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", system-ui, sans-serif;
  letter-spacing: 0;
}

img,
video {
  max-width: 100%;
  display: block;
}

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

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 48px, var(--content));
  margin: 0 auto;
  padding: 24px 0;
  color: #fff;
}

.site-header::before {
  content: none;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 214px;
  height: auto;
  object-fit: contain;
}

main {
  width: 100%;
  overflow: hidden;
  background: var(--paper);
}

.hero {
  position: relative;
  min-height: 860px;
  display: grid;
  align-items: center;
  color: #fff;
  background: #111;
  overflow: hidden;
}

.hero-media,
.hero-media img,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.72) 38%, rgba(0, 0, 0, 0.34) 70%, rgba(0, 0, 0, 0.72) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.76));
}

.hero-content {
  position: relative;
  z-index: 5;
  width: min(100% - 48px, var(--content));
  margin: 0 auto;
  padding: 178px 0 96px;
}

.hero-content > * {
  max-width: 620px;
}

.pill,
.eyebrow {
  display: inline-flex;
  margin: 0 0 16px;
  color: #fff;
  background: var(--green);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 950;
}

.hero h1,
.section h2,
.video-section h2,
.process-section h2,
.apply-section h2 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0;
}

.hero h1 {
  font-size: clamp(54px, 5.7vw, 98px);
  font-weight: 950;
}

.hero h1 span {
  color: var(--green);
}

.hero-content > p:not(.pill) {
  margin: 28px 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(20px, 1.45vw, 28px);
  line-height: 1.58;
  font-weight: 800;
}

.hero-message strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: clamp(24px, 2.55vw, 40px);
  line-height: 1.1;
  font-weight: 950;
}

.hero-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.hero-checks li,
.problem-list span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
}

.hero-checks li {
  min-height: 42px;
  padding: 0 14px 0 10px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  backdrop-filter: blur(10px);
}

.hero-checks li::before,
.problem-list span::before {
  content: "✓";
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  font-size: 13px;
}

.package-list li::marker {
  color: var(--green);
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  width: min(100%, 360px);
  border: 0;
  border-radius: 12px;
  padding: 16px 22px;
  color: #fff;
  background: linear-gradient(180deg, #11c653, #05a640);
  box-shadow: 0 14px 30px rgba(8, 178, 70, 0.34);
  font: inherit;
  font-size: 20px;
  font-weight: 950;
  cursor: pointer;
}

.hero-bowl-wrap {
  position: absolute;
  z-index: 3;
  right: max(46px, calc((100vw - var(--content)) / 2 - 30px));
  bottom: 66px;
  width: clamp(420px, 34vw, 650px);
  max-height: 62vh;
  pointer-events: none;
}

.hero-bowl {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 36px 42px rgba(0, 0, 0, 0.56));
  pointer-events: none;
}

.steam {
  position: absolute;
  z-index: 4;
  left: 48%;
  bottom: 54%;
  width: 118px;
  height: 190px;
  border-radius: 46% 54% 50% 50%;
  background:
    radial-gradient(ellipse at 42% 22%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.28) 38%, rgba(255, 255, 255, 0) 70%),
    radial-gradient(ellipse at 68% 58%, rgba(255, 255, 255, 0.44) 0%, rgba(255, 255, 255, 0.2) 34%, rgba(255, 255, 255, 0) 68%);
  filter: blur(12px);
  opacity: 0;
  transform: translate3d(-50%, 0, 0) scale(0.74) rotate(7deg);
  animation: steam-rise 4.8s ease-in-out infinite;
  mix-blend-mode: screen;
}

.steam-two {
  left: 58%;
  bottom: 58%;
  width: 96px;
  height: 174px;
  animation-delay: 1.2s;
  transform: translate3d(-50%, 0, 0) scale(0.64) rotate(-9deg);
}

.steam-three {
  left: 39%;
  bottom: 52%;
  width: 104px;
  height: 168px;
  animation-delay: 2.4s;
  transform: translate3d(-50%, 0, 0) scale(0.62) rotate(13deg);
}

.steam::after,
.steam-two::after,
.steam-three::after {
  content: "";
  position: absolute;
  inset: 18% 30% auto;
  height: 84%;
  border-left: 12px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  filter: blur(4px);
}

@keyframes steam-rise {
  0% {
    opacity: 0;
    transform: translate3d(-50%, 24px, 0) scale(0.58) rotate(-8deg);
  }
  18% {
    opacity: 0.82;
  }
  58% {
    opacity: 0.48;
  }
  100% {
    opacity: 0;
    transform: translate3d(-50%, -150px, 0) scale(1.34) rotate(16deg);
  }
}

.metrics,
.section,
.video-section,
.process-section,
.apply-section {
  padding-left: max(24px, calc((100vw - var(--content)) / 2));
  padding-right: max(24px, calc((100vw - var(--content)) / 2));
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding-top: 34px;
  padding-bottom: 34px;
  background: var(--cream);
}

.metrics div {
  min-height: 116px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(24, 24, 16, 0.08);
}

.metrics strong {
  color: var(--green);
  font-size: clamp(30px, 2.5vw, 46px);
  line-height: 1;
}

.metrics span {
  color: var(--muted);
  font-size: 15px;
  font-weight: 900;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-copy {
  margin-bottom: 32px;
}

.section-copy .eyebrow,
.video-copy .eyebrow,
.process-section .eyebrow,
.apply-panel .eyebrow {
  padding: 0;
  color: var(--green);
  background: transparent;
  border-radius: 0;
  font-size: 19px;
}

.section-copy h2,
.video-section h2,
.process-section h2,
.apply-section h2 {
  max-width: 780px;
  font-size: clamp(42px, 4vw, 70px);
  font-weight: 950;
}

.section-copy p:not(.eyebrow),
.video-copy p:not(.eyebrow),
.process-section p:not(.eyebrow) {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.72;
  font-size: 18px;
  font-weight: 700;
}

.intro-section {
  display: block;
}

.reaction-carousel {
  position: relative;
  margin-top: 34px;
  padding: 0 70px;
  overflow: visible;
}

.reaction-window {
  overflow: hidden;
  padding: 48px 4px;
}

.reaction-track {
  display: flex;
  gap: 22px;
  transition: transform 520ms ease;
  will-change: transform;
}

.reaction-card {
  flex: 0 0 calc((100% - 66px) / 4);
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #d5e4eb;
  box-shadow: var(--shadow);
  transform-origin: center;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
  will-change: transform;
}

.reaction-card:hover,
.reaction-card:focus-within {
  position: relative;
  z-index: 12;
  transform: scale(1.18);
  box-shadow: 0 26px 64px rgba(24, 24, 16, 0.28);
}

.reaction-card img {
  width: 100%;
  height: clamp(260px, 24vw, 410px);
  object-fit: contain;
  object-position: top;
  background: #adc5d0;
  transition: transform 220ms ease;
}

.reaction-card:hover img,
.reaction-card:focus-within img {
  transform: scale(1.02);
}

.carousel-button {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(8, 178, 70, 0.96);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  font: inherit;
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
}

.carousel-prev {
  left: 0;
}

.carousel-next {
  right: 0;
}

.reaction-card,
.wide-photo,
.sample-gallery img,
.video-section video,
.apply-panel {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.wide-photo {
  position: relative;
  margin: 30px auto 0;
  max-width: 920px;
}

.wide-photo img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.wide-photo figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 9px 13px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
}

.problem-section,
.sample-section,
.faq-section {
  background: var(--cream);
}

.problem-section,
.solution-section,
.sample-section {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 56px;
  align-items: start;
}

.reveal-section .section-copy {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 720ms ease,
    transform 720ms ease;
}

.reveal-section .problem-list span {
  opacity: 0;
  transform: translateX(34px);
  transition:
    opacity 620ms ease,
    transform 620ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    background-color 260ms ease;
}

.reveal-section.is-visible .section-copy,
.reveal-section.is-visible .problem-list span {
  opacity: 1;
  transform: translate(0);
}

.reveal-section.is-visible .problem-list span:nth-child(1) {
  transition-delay: 120ms;
  animation: problem-focus 6.5s ease-in-out 1.1s infinite;
}

.reveal-section.is-visible .problem-list span:nth-child(2) {
  transition-delay: 240ms;
  animation: problem-focus 6.5s ease-in-out 2.1s infinite;
}

.reveal-section.is-visible .problem-list span:nth-child(3) {
  transition-delay: 360ms;
  animation: problem-focus 6.5s ease-in-out 3.1s infinite;
}

.reveal-section.is-visible .problem-list span:nth-child(4) {
  transition-delay: 480ms;
  animation: problem-focus 6.5s ease-in-out 4.1s infinite;
}

.reveal-section.is-visible .problem-list span:nth-child(5) {
  transition-delay: 600ms;
  animation: problem-focus 6.5s ease-in-out 5.1s infinite;
}

@keyframes problem-focus {
  0%,
  70%,
  100% {
    border-color: var(--line);
    box-shadow: 0 8px 22px rgba(24, 24, 16, 0.06);
    background: #fff;
    transform: translateY(0);
  }
  12%,
  26% {
    border-color: rgba(8, 178, 70, 0.55);
    box-shadow: 0 18px 42px rgba(8, 178, 70, 0.2);
    background: #fbfffc;
    transform: translateY(-4px);
  }
}

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

.problem-list span {
  min-height: 64px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(24, 24, 16, 0.06);
}

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

.solution-grid article {
  position: relative;
  min-height: 190px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(24, 24, 16, 0.08);
  overflow: hidden;
}

.solution-grid strong {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 950;
}

.solution-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
}

.strength-section .section-copy {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 720ms ease,
    transform 720ms ease;
}

.strength-section .section-copy h2 span {
  color: var(--green);
  background: linear-gradient(180deg, transparent 58%, rgba(8, 178, 70, 0.18) 58%);
}

.strength-section .solution-grid article {
  opacity: 0;
  transform: translateY(34px) scale(0.98);
  transition:
    opacity 640ms ease,
    transform 640ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.strength-section .solution-grid article::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  font-size: 18px;
  font-weight: 950;
  transform: scale(0);
  transition: transform 460ms cubic-bezier(0.2, 1.6, 0.35, 1);
}

.strength-section .solution-grid article::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -70%;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.84), transparent);
  transform: skewX(-18deg);
  opacity: 0;
}

.strength-section.is-visible .section-copy {
  opacity: 1;
  transform: translateY(0);
}

.strength-section.is-visible .solution-grid article {
  opacity: 1;
  transform: translateY(0) scale(1);
  border-color: rgba(8, 178, 70, 0.18);
  box-shadow: 0 18px 42px rgba(8, 178, 70, 0.11);
  animation: strength-float 5.4s ease-in-out infinite;
}

.strength-section.is-visible .solution-grid article::before {
  transform: scale(1);
}

.strength-section.is-visible .solution-grid article::after {
  animation: strength-shine 2.8s ease 900ms both;
}

.strength-section.is-visible .solution-grid article:nth-child(1) {
  transition-delay: 140ms;
  animation-delay: 900ms;
}

.strength-section.is-visible .solution-grid article:nth-child(1)::before {
  transition-delay: 380ms;
}

.strength-section.is-visible .solution-grid article:nth-child(1)::after {
  animation-delay: 720ms;
}

.strength-section.is-visible .solution-grid article:nth-child(2) {
  transition-delay: 280ms;
  animation-delay: 1.15s;
}

.strength-section.is-visible .solution-grid article:nth-child(2)::before {
  transition-delay: 520ms;
}

.strength-section.is-visible .solution-grid article:nth-child(2)::after {
  animation-delay: 980ms;
}

.strength-section.is-visible .solution-grid article:nth-child(3) {
  transition-delay: 420ms;
  animation-delay: 1.4s;
}

.strength-section.is-visible .solution-grid article:nth-child(3)::before {
  transition-delay: 660ms;
}

.strength-section.is-visible .solution-grid article:nth-child(3)::after {
  animation-delay: 1.24s;
}

.strength-section.is-visible .solution-grid article:nth-child(4) {
  transition-delay: 560ms;
  animation-delay: 1.65s;
}

.strength-section.is-visible .solution-grid article:nth-child(4)::before {
  transition-delay: 800ms;
}

.strength-section.is-visible .solution-grid article:nth-child(4)::after {
  animation-delay: 1.5s;
}

@keyframes strength-shine {
  0% {
    left: -70%;
    opacity: 0;
  }
  18% {
    opacity: 0.9;
  }
  100% {
    left: 130%;
    opacity: 0;
  }
}

@keyframes strength-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.video-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 110px;
  color: #fff;
  background: #151711;
}

.video-section .video-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
}

.video-section video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #000;
}

.sample-section {
  grid-template-columns: 0.8fr 1.2fr;
}

.sample-section .section-copy {
  align-self: center;
}

.sample-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.sample-gallery img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.package-list {
  grid-column: 2;
  margin: 0;
  padding: 22px 24px 22px 48px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid var(--line);
  font-size: 17px;
  font-weight: 900;
  line-height: 2;
}

.process-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 54px;
  align-items: start;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
  background: var(--green);
}

.process-flow-section .section-copy {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 720ms ease,
    transform 720ms ease;
}

.process-flow-section .steps li {
  opacity: 0;
  transform: translateX(48px);
  transition:
    opacity 620ms ease,
    transform 620ms ease,
    background-color 260ms ease,
    box-shadow 260ms ease;
}

.process-flow-section .steps li::before {
  transform: scale(0.72);
  transition: transform 420ms cubic-bezier(0.2, 1.5, 0.32, 1);
}

.process-flow-section.is-visible .section-copy,
.process-flow-section.is-visible .steps li {
  opacity: 1;
  transform: translate(0);
}

.process-flow-section.is-visible .steps li::before {
  transform: scale(1);
}

.process-flow-section.is-visible .steps li:nth-child(1) {
  transition-delay: 120ms;
  animation: process-pulse 7.2s ease-in-out 1.2s infinite;
}

.process-flow-section.is-visible .steps li:nth-child(1)::before {
  transition-delay: 320ms;
}

.process-flow-section.is-visible .steps li:nth-child(2) {
  transition-delay: 240ms;
  animation: process-pulse 7.2s ease-in-out 2.1s infinite;
}

.process-flow-section.is-visible .steps li:nth-child(2)::before {
  transition-delay: 440ms;
}

.process-flow-section.is-visible .steps li:nth-child(3) {
  transition-delay: 360ms;
  animation: process-pulse 7.2s ease-in-out 3s infinite;
}

.process-flow-section.is-visible .steps li:nth-child(3)::before {
  transition-delay: 560ms;
}

.process-flow-section.is-visible .steps li:nth-child(4) {
  transition-delay: 480ms;
  animation: process-pulse 7.2s ease-in-out 3.9s infinite;
}

.process-flow-section.is-visible .steps li:nth-child(4)::before {
  transition-delay: 680ms;
}

.process-flow-section.is-visible .steps li:nth-child(5) {
  transition-delay: 600ms;
  animation: process-pulse 7.2s ease-in-out 4.8s infinite;
}

.process-flow-section.is-visible .steps li:nth-child(5)::before {
  transition-delay: 800ms;
}

.process-flow-section.is-visible .steps li:nth-child(6) {
  transition-delay: 720ms;
  animation: process-pulse 7.2s ease-in-out 5.7s infinite;
}

.process-flow-section.is-visible .steps li:nth-child(6)::before {
  transition-delay: 920ms;
}

@keyframes process-pulse {
  0%,
  68%,
  100% {
    background: rgba(255, 255, 255, 0.16);
    box-shadow: none;
    transform: translateY(0);
  }
  10%,
  24% {
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
    transform: translateY(-4px);
  }
}

.process-section .light p,
.process-section .light .eyebrow {
  color: rgba(255, 255, 255, 0.86);
}

.steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  counter-increment: step;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 92px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.steps li::before {
  content: counter(step);
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--green);
  background: #fff;
  border-radius: 50%;
  font-weight: 950;
}

.steps strong,
.steps span {
  grid-column: 2;
}

.steps strong {
  font-size: 18px;
  font-weight: 950;
}

.steps span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 750;
}

.faq-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 54px;
}

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

details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

summary {
  padding: 20px 22px;
  font-size: 17px;
  font-weight: 950;
  cursor: pointer;
}

details p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--muted);
  line-height: 1.65;
  font-weight: 700;
}

.apply-section {
  position: relative;
  display: block;
  min-height: 900px;
  padding-top: 110px;
  padding-bottom: 120px;
  background: #111;
}

.apply-media,
.apply-media img {
  position: absolute;
  inset: 0;
}

.apply-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.96;
}

.apply-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.04) 48%, rgba(0, 0, 0, 0.32)),
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.26));
}

.apply-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(480px, 560px) minmax(240px, 320px);
  justify-content: end;
  align-items: start;
  gap: 20px;
}

.apply-panel {
  position: relative;
  padding: 34px;
  background: rgba(255, 253, 248, 0.96);
}

.apply-panel .section-copy {
  margin-bottom: 26px;
}

.apply-panel h2 {
  font-size: clamp(34px, 2.6vw, 48px);
}

.lead-form {
  display: grid;
  gap: 14px;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

label,
legend {
  color: #403f37;
  font-size: 13px;
  font-weight: 900;
}

input {
  width: 100%;
  min-height: 48px;
  margin-top: 7px;
  padding: 0 14px;
  border: 1px solid rgba(36, 36, 28, 0.12);
  border-radius: 8px;
  background: #f8f5ee;
  font: inherit;
  font-size: 15px;
}

input:focus {
  outline: 3px solid rgba(8, 178, 70, 0.2);
  border-color: var(--green);
  background: #fff;
}

fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
  margin-bottom: 2px;
}

.choice {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 8px 12px;
  background: #f8f5ee;
  border-radius: 999px;
}

.choice input,
.consent input {
  width: auto;
  min-height: auto;
  margin: 0;
  accent-color: var(--green);
}

.consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.consent small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  font-weight: 650;
}

.notice {
  padding: 14px;
  color: #3d3b32;
  background: #f1eadc;
  border-radius: 8px;
  border: 1px solid rgba(56, 44, 24, 0.08);
}

.notice strong {
  font-size: 14px;
  font-weight: 950;
}

.notice p {
  margin: 6px 0 0;
  color: #676257;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 700;
}

.submit-button {
  width: 100%;
  margin-top: 4px;
}

.phone-card {
  display: grid;
  align-content: center;
  min-height: 184px;
  padding: 28px;
  color: #fff;
  background: rgba(23, 24, 19, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.phone-card span {
  display: block;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  font-weight: 900;
}

.phone-card strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: clamp(36px, 3vw, 50px);
  line-height: 1;
  font-weight: 950;
}

.phone-card p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
  font-size: 14px;
  font-weight: 750;
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 900;
}

.floating-cta {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 30;
  transform: translateX(-50%);
  width: min(calc(100vw - 48px), 520px);
  display: none;
  place-items: center;
  min-height: 56px;
  color: #fff;
  background: #05a640;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
  font-size: 17px;
  font-weight: 950;
}

@media (max-width: 1180px) {
  .hero-bowl-wrap {
    right: -90px;
    width: clamp(360px, 46vw, 520px);
    opacity: 0.92;
  }

  .hero-content > * {
    max-width: 560px;
  }

  .problem-section,
  .solution-section,
  .sample-section,
  .video-section,
  .process-section,
  .faq-section,
  .apply-section {
    grid-template-columns: 1fr;
  }

  .package-list {
    grid-column: auto;
  }

  .apply-section {
    display: block;
  }

  .apply-layout {
    grid-template-columns: minmax(420px, 620px) minmax(220px, 300px);
    justify-content: end;
  }

  .apply-panel {
    margin-left: 0;
  }

  .reaction-card {
    flex-basis: calc((100% - 22px) / 2);
  }

  .reaction-card img {
    height: 420px;
  }
}

@media (max-width: 760px) {
  .site-header {
    width: calc(100% - 32px);
    padding: 14px 0;
  }

  .brand img {
    width: 154px;
  }

  .hero {
    min-height: 740px;
    align-items: start;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.86) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.18));
  }

  .hero-content {
    width: calc(100% - 36px);
    padding: 138px 0 260px;
  }

  .hero-content > * {
    max-width: 100%;
  }

  .hero h1 {
    font-size: clamp(39px, 11.5vw, 58px);
  }

  .hero-content > p:not(.pill) {
    margin: 22px 0;
    font-size: 18px;
  }

  .hero-checks {
    display: grid;
    gap: 8px;
    max-width: 260px;
  }

  .primary-button {
    width: min(100%, 330px);
    min-height: 56px;
    font-size: 18px;
  }

  .hero-bowl-wrap {
    right: -132px;
    bottom: 36px;
    width: 420px;
    max-height: none;
    opacity: 0.96;
  }

  .metrics,
  .section,
  .video-section,
  .process-section,
  .apply-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .metrics {
    gap: 8px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .metrics div {
    min-height: 82px;
  }

  .metrics strong {
    font-size: 24px;
  }

  .metrics span {
    font-size: 12px;
  }

  .section,
  .video-section,
  .process-section {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .section-copy h2,
  .video-section h2,
  .process-section h2,
  .apply-section h2 {
    font-size: clamp(30px, 8.5vw, 42px);
  }

  .section-copy p:not(.eyebrow),
  .video-copy p:not(.eyebrow),
  .process-section p:not(.eyebrow) {
    font-size: 15px;
  }

  .intro-section,
  .problem-section,
  .solution-section,
  .sample-section,
  .video-section,
  .process-section,
  .faq-section {
    gap: 24px;
  }

  .solution-grid,
  .sample-gallery,
  .steps,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .reaction-carousel {
    margin-top: 26px;
    padding: 0 42px;
  }

  .reaction-track {
    gap: 14px;
  }

  .reaction-window {
    padding: 30px 2px;
  }

  .reaction-card {
    flex-basis: calc(100vw - 108px);
  }

  .reaction-card img {
    height: min(94vw, 480px);
  }

  .reaction-card:hover,
  .reaction-card:focus-within {
    transform: scale(1.06);
  }

  .carousel-button {
    width: 38px;
    height: 38px;
    font-size: 28px;
  }

  .wide-photo img {
    height: 230px;
  }

  .sample-gallery img {
    height: 220px;
  }

  .solution-grid article {
    min-height: 0;
    padding: 20px;
  }

  .apply-section {
    min-height: auto;
    padding-top: 62px;
    padding-bottom: 96px;
  }

  .apply-layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .apply-panel {
    width: 100%;
    padding: 22px;
    margin-left: 0;
  }

  .phone-card {
    text-align: center;
    min-height: 132px;
    padding: 22px;
  }

  .phone-card strong {
    font-size: 34px;
  }

  .floating-cta {
    display: grid;
    width: min(calc(100vw - 28px), 520px);
  }
}

@media (max-width: 420px) {
  .hero {
    min-height: 720px;
  }

  .hero-content {
    width: calc(100% - 32px);
    padding-top: 128px;
    padding-bottom: 250px;
  }

  .hero-bowl-wrap {
    right: -154px;
    bottom: 34px;
    width: 408px;
  }

  .pill {
    font-size: 13px;
  }
}
