* {
  box-sizing: border-box;
}

:root {
  --bg: #f6f8fb;
  --surface: #ffffff;
  --surface-soft: #f9fbfc;
  --text: #18212b;
  --text-2: #4d5b68;
  --text-3: #7c8894;
  --line: #e7edf3;
  --line-2: #dce5ec;
  --primary: #2f9e90;
  --primary-dark: #257d72;
  --primary-soft: #e7f7f3;
  --danger: #e87474;
  --danger-soft: #fff1f1;
  --shadow-sm: 0 8px 24px rgba(24, 33, 43, 0.06);
  --shadow-md: 0 16px 40px rgba(24, 33, 43, 0.08);
  --shadow-lg: 0 24px 64px rgba(24, 33, 43, 0.12);
  --radius-12: 12px;
  --radius-16: 16px;
  --radius-20: 20px;
  --radius-24: 24px;
  --radius-32: 32px;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family:
    "Pretendard Variable",
    "Pretendard",
    -apple-system,
    BlinkMacSystemFont,
    "Apple SD Gothic Neo",
    "Noto Sans KR",
    sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top, #fdfefe 0%, #f6f8fb 42%, #f4f7fa 100%);
  letter-spacing: -0.018em;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
  image-rendering: auto;
}

.page-shell {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 0 20px 64px;
}

/* hero */

.hero {
  position: relative;
  width: 100%;
  min-height: 560px;
  padding: 36px 28px 42px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(145deg, #f6f8f1 0%, #eef5ff 34%, #eef8f2 68%, #fff4ec 100%);
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(23, 28, 33, 0.08);
}

.hero-top {
  display: flex;
  justify-content: center;
  text-align: center;
}

.hero-title {
  margin-top: 10px;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.055em;
  color: #101923;
}

.hero-subtitle {
  margin-top: 14px;
  color: var(--text-3);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.hero-image-wrap {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.hero-image-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 278px;
  height: 214px;
  overflow: hidden;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 48px rgba(34, 40, 47, 0.1);
}

.hero-image-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08));
  pointer-events: none;
}

.hero-visual-plate {
  position: relative;
  width: 156px;
  height: 156px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f6fa 100%);
  box-shadow:
    inset 0 0 0 10px rgba(240, 244, 248, 0.95),
    0 18px 30px rgba(20, 24, 27, 0.12);
}

.hero-visual-food {
  position: absolute;
  border-radius: 999px;
}

.hero-visual-food-1 {
  top: 26px;
  left: 24px;
  width: 58px;
  height: 58px;
  background: radial-gradient(circle at 35% 35%, #ffd58f 0%, #ffbc63 58%, #f29b3e 100%);
  box-shadow: 0 8px 14px rgba(242, 155, 62, 0.28);
}

.hero-visual-food-2 {
  top: 34px;
  right: 24px;
  width: 40px;
  height: 40px;
  background: radial-gradient(circle at 35% 35%, #ff8f8f 0%, #ff6f6f 62%, #eb5353 100%);
  box-shadow: 0 8px 14px rgba(235, 83, 83, 0.24);
}

.hero-visual-food-3 {
  bottom: 28px;
  left: 50%;
  width: 48px;
  height: 48px;
  transform: translateX(-50%);
  background: radial-gradient(circle at 35% 35%, #87dbb7 0%, #57bf8d 60%, #35a36f 100%);
  box-shadow: 0 8px 14px rgba(53, 163, 111, 0.22);
}

.hero-visual-sauce {
  position: absolute;
  top: 64px;
  left: 50%;
  width: 34px;
  height: 20px;
  transform: translateX(-50%) rotate(-12deg);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffddbc 0%, #ffc98f 100%);
  box-shadow: 0 4px 10px rgba(255, 175, 92, 0.24);
}

.hero-visual-leaf {
  position: absolute;
  width: 18px;
  height: 34px;
  border-radius: 999px 999px 999px 999px / 70% 70% 30% 30%;
  background: linear-gradient(180deg, #7ed0a6 0%, #42a977 100%);
  transform-origin: center bottom;
  opacity: 0.95;
}

.hero-visual-leaf.leaf-1 {
  left: 18px;
  bottom: 42px;
  transform: rotate(-28deg);
}

.hero-visual-leaf.leaf-2 {
  right: 18px;
  bottom: 42px;
  transform: rotate(24deg);
}

.hero-copy {
  width: min(100%, 560px);
  margin: 36px auto 0;
}

.hero-copy p {
  margin: 0;
}

.hero-copy p + p {
  margin-top: 8px;
}

.hero-copy-card {
  padding: 26px 24px 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-sm);
  text-align: center;
}

.hero-copy-lead {
  color: var(--text);
  font-size: 17px;
  line-height: 1.78;
  font-weight: 700;
  letter-spacing: -0.025em;
  word-break: keep-all;
}

.hero-copy-sub {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(24, 33, 43, 0.08);
}

.hero-copy-sub p {
  color: var(--text-2);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 600;
  letter-spacing: -0.018em;
  word-break: keep-all;
}

.hero-back,
.hero-spacer,
.ghost {
  display: none;
}

/* progress */

.progress-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 320px;
  height: 56px;
  margin: 28px auto 0;
  padding: 0 18px 0 24px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(24, 33, 43, 0.05);
}

.back-btn {
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.back-btn.disabled,
.back-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.progress-right-space {
  width: 24px;
}

.progress-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.progress-bar {
  width: 112px;
  height: 8px;
  overflow: hidden;
  border-radius: 99px;
  background: #e6edf2;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--primary) 0%, #59beaf 100%);
}

.progress-text {
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* questions */

.questions {
  padding-top: 42px;
}

.question-card {
  padding: 18px 0 4px;
}

.question-card + .question-card {
  margin-top: 8px;
}

.question-text {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 12px;
  text-align: center;
  font-size: 22px;
  line-height: 1.72;
  font-weight: 700;
  letter-spacing: -0.028em;
  color: var(--text);
  word-break: keep-all;
  overflow-wrap: break-word;
}

.scale-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.score-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0;
  border-radius: 50%;
  background: transparent;
  transition: transform 0.16s ease, opacity 0.16s ease;
}

.score-btn:hover {
  transform: translateY(-1px);
}

.score-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2.2px solid currentColor;
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
}

.score-inner {
  position: relative;
  z-index: 1;
  display: block;
  border: 1.2px solid currentColor;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.score-btn.selected .score-inner {
  transform: scale(1.02);
}

.score-btn.xl {
  width: 72px;
  height: 72px;
}

.score-btn.lg {
  width: 60px;
  height: 60px;
}

.score-btn.md {
  width: 50px;
  height: 50px;
}

.score-btn.sm {
  width: 40px;
  height: 40px;
}

.score-btn.xl .score-inner {
  width: 64px;
  height: 64px;
}

.score-btn.lg .score-inner {
  width: 52px;
  height: 52px;
}

.score-btn.md .score-inner {
  width: 44px;
  height: 44px;
}

.score-btn.sm .score-inner {
  width: 34px;
  height: 34px;
}

.score-btn.green {
  color: #4db6ac;
}

.score-btn.gray {
  color: #9e9e9e;
}

.score-btn.red {
  color: #ff6b6b;
}

.score-btn.green.selected .score-inner {
  background: #4db6ac;
  border-color: #4db6ac;
}

.score-btn.gray.selected .score-inner {
  background: #9e9e9e;
  border-color: #9e9e9e;
}

.score-btn.red.selected .score-inner {
  background: #ff6b6b;
  border-color: #ff6b6b;
}

.scale-labels {
  position: relative;
  max-width: 580px;
  height: 18px;
  margin: 12px auto 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
  color: var(--text-3);
  font-weight: 600;
  letter-spacing: -0.015em;
}

.scale-labels span:first-child {
  position: absolute;
  left: 0;
}

.scale-labels span:nth-child(2) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.scale-labels span:last-child {
  position: absolute;
  right: 0;
}

.question-divider {
  margin-top: 22px;
  border-bottom: 1px solid var(--line);
}

/* button */

.bottom-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.main-btn {
  width: 320px;
  height: 56px;
  border-radius: 999px;
  background: linear-gradient(180deg, #38ab9c 0%, var(--primary) 100%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow: 0 16px 32px rgba(47, 158, 144, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.main-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(47, 158, 144, 0.26);
}

.main-btn:active {
  transform: translateY(0);
}

.main-btn:disabled {
  opacity: 0.72;
  cursor: wait;
}

.secondary-btn {
  background: #eef2f5;
  color: var(--text);
  box-shadow: none;
  border: 1px solid var(--line-2);
}

.secondary-btn:hover {
  box-shadow: none;
}

/* result */

.result-shell {
  position: relative;
  min-height: 100vh;
  padding: 10px 20px 64px;
}

.result-hero-image-wrap,
.result-identity,
.result-copy,
.warning-box,
.result-panels,
.match-grid,
.result-bottom {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.result-hero-image-wrap {
  display: flex;
  justify-content: center;
  padding: 22px 0 10px;
}

.result-hero-image {
  max-width: 440px;
  margin: 0 auto;
}

.result-identity {
  margin-top: 10px;
  text-align: center;
}

.result-code {
  color: #6b95ae;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.result-title {
  margin-top: 8px;
  font-size: 30px;
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: -0.032em;
  color: var(--text);
}

.result-copy {
  margin-top: 18px;
  padding: 28px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.result-quote {
  text-align: center;
  font-size: 21px;
  line-height: 1.72;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--text);
}

.result-desc {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 500;
  letter-spacing: -0.012em;
  color: var(--text-2);
}

.warning-box {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid #ffd0cb;
  border-radius: 18px;
  background: #fff5f3;
  color: #c14a3f;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: -0.015em;
}

/* gauge */

.result-panels {
  padding: 42px 0 0;
}

.gauge-section {
  max-width: 560px;
  margin: auto;
  padding: 24px 22px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(255, 255, 255, 0.68);
}

.gauge-section + .gauge-section {
  margin-top: 18px;
}

.gauge-title {
  text-align: center;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #4a3b30;
}

.gauge-type-row,
.gauge-caption-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.gauge-type-row {
  color: var(--text);
}

.gauge-caption-row {
  color: var(--text-3);
  font-weight: 600;
}

.gauge-track {
  position: relative;
  max-width: 360px;
  height: 40px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(88, 64, 49, 0.08);
}

.gauge-thumb {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 24px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: linear-gradient(180deg, #43b3a4 0%, var(--primary) 100%);
  box-shadow: 0 8px 18px rgba(47, 158, 144, 0.2);
}

/* match cards */

.match-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 34px 0 0;
}

.match-card {
  padding: 22px 20px 20px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-md);
  text-align: center;
}

.match-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  height: 34px;
  margin: 0 auto;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.015em;
}

.match-card.best .match-badge {
  background: #e7f7f3;
  color: var(--primary-dark);
}

.match-card.worst .match-badge {
  background: #fff1ef;
  color: #c25749;
}

.match-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
}

.match-image {
  width: 164px;
  height: 164px;
  margin: 0 auto;
  border-radius: 24px;
  object-fit: contain;
  background: #ffffff;
}

.match-code {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #584031;
}

.match-title {
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #584031;
}

.match-reason {
  margin-top: 14px;
  color: #5b4b40;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: -0.012em;
  text-align: left;
}

.result-bottom {
  margin-top: 28px;
}

/* share */

.share-btn-group {
  gap: 14px;
}

.share-render-zone {
  position: fixed;
  left: -99999px;
  top: 0;
  width: 1080px;
  height: 1920px;
  overflow: hidden;
  pointer-events: none;
}

.share-card {
  position: relative;
  width: 1080px;
  height: 1920px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 20%),
    linear-gradient(180deg, #f7fbfd 0%, #eef6f8 42%, #f8f4ee 100%);
  color: #17212b;
}

.share-theme-card {
  position: relative;
}

.share-card__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 18%, rgba(90, 189, 174, 0.12) 0%, rgba(90, 189, 174, 0) 28%),
    radial-gradient(circle at 84% 14%, rgba(255, 145, 96, 0.14) 0%, rgba(255, 145, 96, 0) 22%),
    radial-gradient(circle at 50% 90%, rgba(120, 146, 255, 0.08) 0%, rgba(120, 146, 255, 0) 30%);
  pointer-events: none;
}

.share-card__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 74px 72px 68px;
  display: flex;
  flex-direction: column;
}

.share-top-badge {
  align-self: center;
  padding: 14px 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(23, 33, 43, 0.06);
  box-shadow: 0 10px 30px rgba(23, 33, 43, 0.06);
  color: #5f6f7c;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.share-main-image-wrap {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 390px;
}

.share-main-image {
  width: 360px;
  height: 360px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 18px 36px rgba(23, 33, 43, 0.14));
}

.share-main-text {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.share-type {
  margin-top: 0;
  font-size: 62px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #2f9e90;
}

.share-title {
  margin-top: 12px;
  font-size: 74px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.045em;
  color: #17212b;
  word-break: keep-all;
}

.share-desc {
  margin-top: 18px;
  max-width: 820px;
  font-size: 38px;
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #4b5b68;
  text-align: center;
  word-break: keep-all;
}

.share-summary-box {
  margin-top: 34px;
  padding: 30px 30px 28px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(23, 33, 43, 0.06);
  box-shadow: 0 14px 36px rgba(23, 33, 43, 0.07);
}

.share-summary-label {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #2f9e90;
}

.share-summary-text {
  margin-top: 14px;
  font-size: 27px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #435261;
  word-break: keep-all;
}

.share-gauge-list {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.share-gauge-item {
  padding: 22px 22px 20px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(23, 33, 43, 0.05);
  box-shadow: 0 12px 28px rgba(23, 33, 43, 0.05);
}

.share-gauge-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.share-gauge-name {
  font-size: 23px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #17212b;
}

.share-gauge-value {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #2f9e90;
}

.share-gauge-meta {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #72808c;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.share-gauge-track {
  position: relative;
  margin-top: 14px;
  height: 14px;
  border-radius: 999px;
  background: #e6edf2;
  overflow: hidden;
}

.share-gauge-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #34b2a1 0%, #5bc6b7 100%);
  box-shadow: 0 6px 14px rgba(47, 158, 144, 0.22);
}

.share-match-wrap {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.share-match-box {
  padding: 24px 20px 22px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 33, 43, 0.05);
  box-shadow: 0 14px 32px rgba(23, 33, 43, 0.06);
  text-align: center;
}

.share-match-label {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #17212b;
}

.share-match-image {
  width: 150px;
  height: 150px;
  margin: 18px auto 14px;
  object-fit: contain;
  display: block;
}

.share-match-text {
  font-size: 34px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #17212b;
}

.share-footer-brand {
  margin-top: auto;
  text-align: center;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: rgba(23, 33, 43, 0.34);
  text-transform: uppercase;
}

/* mobile */

@media (max-width: 640px) {
  .page-shell {
    padding: 0 16px 56px;
  }

  .hero {
    min-height: 520px;
    padding: 30px 20px 34px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
  }

  .hero-title {
    font-size: 34px;
  }

  .hero-subtitle {
    font-size: 14px;
  }

  .hero-visual-plate {
    width: 138px;
    height: 138px;
  }

  .hero-visual-food-1 {
    top: 22px;
    left: 20px;
    width: 50px;
    height: 50px;
  }

  .hero-visual-food-2 {
    top: 30px;
    right: 20px;
    width: 34px;
    height: 34px;
  }

  .hero-visual-food-3 {
    bottom: 24px;
    width: 42px;
    height: 42px;
  }

  .hero-visual-sauce {
    top: 58px;
    width: 28px;
    height: 16px;
  }

  .hero-visual-leaf {
    width: 15px;
    height: 28px;
  }

  .hero-copy-card {
    padding: 22px 18px 20px;
    border-radius: 24px;
  }

  .hero-copy-lead {
    font-size: 16px;
  }

  .questions {
    padding-top: 36px;
  }

  .question-card {
    padding-top: 18px;
  }

  .question-text {
    padding: 0 4px;
    font-size: 19px;
    line-height: 1.68;
  }

  .scale-row {
    gap: 10px;
    margin-top: 24px;
  }

  .score-btn.xl {
    width: 54px;
    height: 54px;
  }

  .score-btn.lg {
    width: 46px;
    height: 46px;
  }

  .score-btn.md {
    width: 38px;
    height: 38px;
  }

  .score-btn.sm {
    width: 30px;
    height: 30px;
  }

  .score-btn.xl .score-inner {
    width: 42px;
    height: 42px;
  }

  .score-btn.lg .score-inner {
    width: 34px;
    height: 34px;
  }

  .score-btn.md .score-inner {
    width: 28px;
    height: 28px;
  }

  .score-btn.sm .score-inner {
    width: 22px;
    height: 22px;
  }

  .scale-labels {
    max-width: 360px;
    margin-top: 8px;
    font-size: 12px;
  }

  .question-divider {
    margin-top: 16px;
  }

  .main-btn {
    width: 100%;
    max-width: 320px;
    height: 54px;
    font-size: 16px;
  }

  .result-shell {
    padding: 8px 0 56px;
  }

  .result-hero-image {
    max-width: 320px;
  }

  .result-title {
    font-size: 25px;
  }

  .result-copy {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .result-quote {
    font-size: 18px;
  }

  .result-desc {
    font-size: 14px;
    line-height: 1.82;
  }

  .gauge-section {
    padding: 20px 16px 18px;
    border-radius: 20px;
  }

  .gauge-title {
    font-size: 16px;
  }

  .gauge-type-row,
  .gauge-caption-row {
    font-size: 13px;
  }

  .match-grid {
    grid-template-columns: 1fr;
  }

  .match-card {
    padding: 20px 16px 18px;
    border-radius: 24px;
  }

  .match-image {
    width: 148px;
    height: 148px;
  }
}