/* Sugar Control - Sweet Heat theme. sc- block classes, descendant styling, [data-variant] attrs, :root hex tokens. */

:root {
  --scarlet: #e3142a;
  --scarlet-bright: #f5263c;
  --cherry: #b50d1e;
  --maroon: #800913;
  --amber: #f7a90b;
  --amber-deep: #df8e00;
  --ink: #1d1417;
  --ink-soft: #4a3a3e;
  --muted: #756064;
  --bone: #fffaf8;
  --blush: #fff1ee;
  --card: #ffffff;
  --line: #f1dcd8;
  --line-soft: #f7e8e5;
  --green: #1f9d55;
  --green-soft: #e7f6ee;
  --shadow-sm: 0 2px 10px rgba(128, 9, 19, 0.07);
  --shadow: 0 14px 40px rgba(128, 9, 19, 0.12);
  --shadow-lg: 0 26px 64px rgba(128, 9, 19, 0.18);
  --radius: 18px;
  --radius-lg: 28px;
  --radius-pill: 999px;
  --wrap: 1140px;
  --font-display: "Bebas Neue", "Arial Narrow", sans-serif;
  --font-body: "Ruda", "Trebuchet MS", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--ink);
  background: var(--bone);
  line-height: 1.68;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--cherry); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { line-height: 1.1; margin: 0 0 .5em; color: var(--ink); }

.sc-display {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: .5px;
  line-height: .98;
}

p { margin: 0 0 1.1em; }

.sc-wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }

.sc-skip {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--ink); color: #fff; padding: 10px 18px; border-radius: 0 0 12px 0;
}
.sc-skip:focus { left: 0; }

:focus-visible { outline: 3px solid var(--amber); outline-offset: 2px; }

/* ribbon */
.sc-ribbon {
  background: linear-gradient(90deg, var(--maroon), var(--cherry) 55%, var(--scarlet));
  color: #fff;
  text-align: center;
  font-size: 13.5px;
  letter-spacing: .3px;
  padding: 8px 16px;
}
.sc-ribbon strong { font-weight: 800; }

/* header */
.sc-head {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 250, 248, .92);
  backdrop-filter: blur(9px);
  border-bottom: 1px solid var(--line);
}
.sc-head-row { display: flex; align-items: center; gap: 18px; min-height: 70px; }
.sc-brand { display: flex; align-items: center; gap: 11px; margin-right: auto; }
.sc-brand:hover { text-decoration: none; }
.sc-logo-mark {
  width: 38px; height: 38px; border-radius: 12px;
  background: linear-gradient(150deg, var(--scarlet), var(--maroon));
  display: grid; place-items: center; color: #fff;
  font-family: var(--font-display); font-size: 24px; box-shadow: var(--shadow-sm);
}
.sc-brand b { font-family: var(--font-display); font-size: 27px; letter-spacing: .6px; color: var(--ink); line-height: 1; }
.sc-brand span { display: block; font-size: 10.5px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--scarlet); font-weight: 800; }

.sc-nav { display: flex; gap: 4px; align-items: center; }
.sc-nav a {
  color: var(--ink-soft); font-weight: 700; font-size: 14.5px;
  padding: 9px 12px; border-radius: var(--radius-pill);
}
.sc-nav a:hover { background: var(--blush); text-decoration: none; color: var(--cherry); }
.sc-nav a[aria-current="page"] { background: var(--blush); color: var(--cherry); }

.sc-nav-cta {
  background: linear-gradient(180deg, var(--amber), var(--amber-deep));
  color: var(--ink) !important; font-weight: 800 !important;
  padding: 10px 18px !important; box-shadow: var(--shadow-sm);
}
.sc-nav-cta:hover { filter: brightness(1.04); background: linear-gradient(180deg, var(--amber), var(--amber-deep)) !important; }

.sc-burger {
  display: none; border: 1px solid var(--line); background: var(--card);
  width: 46px; height: 42px; border-radius: 12px; cursor: pointer; color: var(--ink);
}
.sc-burger span { display: block; width: 20px; height: 2px; background: var(--ink); margin: 4px auto; border-radius: 2px; }

/* buttons */
.sc-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-body); font-weight: 800; font-size: 16px;
  padding: 15px 28px; border-radius: var(--radius-pill); border: 0; cursor: pointer;
  text-align: center; transition: transform .12s ease, filter .12s ease;
}
.sc-btn:hover { text-decoration: none; transform: translateY(-2px); }
.sc-btn[data-variant="primary"] {
  background: linear-gradient(180deg, var(--amber), var(--amber-deep));
  color: var(--ink); box-shadow: 0 10px 26px rgba(223, 142, 0, .4);
}
.sc-btn[data-variant="red"] {
  background: linear-gradient(180deg, var(--scarlet-bright), var(--cherry));
  color: #fff; box-shadow: 0 10px 26px rgba(181, 13, 30, .35);
}
.sc-btn[data-variant="ghost"] {
  background: var(--card); color: var(--cherry); border: 2px solid var(--line);
}
.sc-btn[data-variant="ghost"]:hover { border-color: var(--scarlet); }
.sc-btn small { font-weight: 600; opacity: .85; font-size: 13px; }

/* sections */
section { padding: 64px 0; }
.sc-eyebrow {
  font-family: var(--font-display); font-size: 19px; letter-spacing: 2px;
  color: var(--scarlet); margin-bottom: 8px; text-transform: uppercase;
}
.sc-h2 { font-family: var(--font-display); font-size: clamp(32px, 5vw, 50px); letter-spacing: .5px; }
.sc-lead { font-size: 19px; color: var(--ink-soft); max-width: 60ch; }
.sc-center { text-align: center; }
.sc-center .sc-lead { margin-left: auto; margin-right: auto; }

/* hero */
.sc-hero { background: radial-gradient(120% 120% at 80% 0%, var(--blush), var(--bone) 60%); padding: 56px 0 40px; }
.sc-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.sc-hero h1 { font-family: var(--font-display); font-size: clamp(44px, 7vw, 84px); letter-spacing: .5px; }
.sc-hero h1 em { color: var(--scarlet); font-style: normal; }
.sc-badges-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.sc-pill {
  display: inline-flex; align-items: center; gap: 7px; background: var(--card);
  border: 1px solid var(--line); border-radius: var(--radius-pill);
  padding: 7px 14px; font-size: 13px; font-weight: 700; color: var(--ink-soft); box-shadow: var(--shadow-sm);
}
.sc-pill::before { content: "✓"; color: var(--green); font-weight: 900; }
.sc-hero-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 24px; }
.sc-hero-media { position: relative; text-align: center; }
.sc-hero-media img { margin: 0 auto; filter: drop-shadow(0 30px 40px rgba(128, 9, 19, .28)); max-height: 460px; width: auto; }
.sc-hero-glow {
  position: absolute; inset: 8% 12%; z-index: -1; border-radius: 50%;
  background: radial-gradient(circle, rgba(245,38,60,.22), transparent 65%);
}

/* portal sentence */
.sc-portal {
  background: var(--ink); color: #ffe9e6; border-radius: var(--radius-lg);
  padding: 26px 30px; display: flex; gap: 18px; align-items: flex-start; box-shadow: var(--shadow);
}
.sc-portal .sc-portal-ic { font-family: var(--font-display); font-size: 30px; color: var(--amber); line-height: 1; }
.sc-portal p { margin: 0; font-size: 16.5px; }
.sc-portal strong { color: #fff; }

/* tldr */
.sc-tldr {
  background: var(--green-soft); border: 1px solid #c6ead4; border-left: 6px solid var(--green);
  border-radius: var(--radius); padding: 22px 26px;
}
.sc-tldr h2 { font-family: var(--font-display); font-size: 26px; letter-spacing: 1px; margin-bottom: 6px; color: var(--maroon); }
.sc-tldr p { margin: 0; font-size: 17px; }

/* key facts table */
.sc-facts { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; }
.sc-facts h2 { font-family: var(--font-display); font-size: 28px; letter-spacing: 1px; margin: 0; padding: 20px 26px; background: linear-gradient(180deg, var(--blush), var(--card)); color: var(--maroon); border-bottom: 1px solid var(--line); }
.sc-facts table { width: 100%; border-collapse: collapse; }
.sc-facts th, .sc-facts td { text-align: left; padding: 13px 26px; border-bottom: 1px solid var(--line-soft); font-size: 15.5px; vertical-align: top; }
.sc-facts th { width: 38%; color: var(--muted); font-weight: 700; }
.sc-facts td { color: var(--ink); font-weight: 600; }
.sc-facts tr:last-child th, .sc-facts tr:last-child td { border-bottom: 0; }

/* generic cards / grids */
.sc-grid { display: grid; gap: 22px; }
.sc-grid[data-cols="3"] { grid-template-columns: repeat(3, 1fr); }
.sc-grid[data-cols="2"] { grid-template-columns: repeat(2, 1fr); }
.sc-grid[data-cols="4"] { grid-template-columns: repeat(4, 1fr); }
.sc-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 26px; box-shadow: var(--shadow-sm);
}
.sc-card h3 { font-size: 20px; }
.sc-card p:last-child { margin-bottom: 0; }
.sc-card .sc-num { font-family: var(--font-display); font-size: 34px; color: var(--scarlet); line-height: 1; }

/* pillars / formula */
.sc-pillar { border-top: 5px solid var(--scarlet); }
.sc-pillar[data-tone="2"] { border-top-color: var(--amber); }
.sc-pillar[data-tone="3"] { border-top-color: var(--cherry); }
.sc-ing { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px dashed var(--line); }
.sc-ing:last-child { border-bottom: 0; }
.sc-ing b { font-weight: 800; }
.sc-ing .sc-dose { color: var(--scarlet); font-weight: 800; white-space: nowrap; font-family: var(--font-body); }

/* data table */
.sc-table { width: 100%; border-collapse: collapse; background: var(--card); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.sc-table th, .sc-table td { padding: 13px 16px; text-align: left; border-bottom: 1px solid var(--line-soft); font-size: 15px; }
.sc-table thead th { background: var(--maroon); color: #fff; font-weight: 700; font-family: var(--font-body); }
.sc-table tbody th { font-weight: 700; color: var(--ink); }
.sc-table tr:last-child td, .sc-table tr:last-child th { border-bottom: 0; }
.sc-table td[data-good] { color: var(--green); font-weight: 800; }

/* verification block */
.sc-verify { background: linear-gradient(160deg, var(--ink), #2c2024); color: #ffe9e6; border-radius: var(--radius-lg); padding: 34px; box-shadow: var(--shadow-lg); }
.sc-verify h2 { color: #fff; }
.sc-verify dl { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin: 0; border-radius: var(--radius); overflow: hidden; }
.sc-verify dt { background: rgba(255,255,255,.06); padding: 12px 16px; font-size: 12.5px; letter-spacing: .6px; text-transform: uppercase; color: #f3b5ae; }
.sc-verify dd { background: rgba(255,255,255,.1); padding: 12px 16px; margin: 0; font-weight: 700; color: #fff; font-size: 15px; }

/* pricing */
.sc-prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.sc-price {
  background: var(--card); border: 2px solid var(--line); border-radius: var(--radius-lg);
  padding: 28px 24px; text-align: center; position: relative; display: flex; flex-direction: column;
}
.sc-price[data-pop="1"] { border-color: var(--amber); box-shadow: var(--shadow-lg); transform: translateY(-12px); }
.sc-price-tag {
  position: absolute; top: -15px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(180deg, var(--amber), var(--amber-deep)); color: var(--ink);
  font-weight: 800; font-size: 12.5px; padding: 6px 18px; border-radius: var(--radius-pill); letter-spacing: .5px; white-space: nowrap;
}
.sc-price h3 { font-family: var(--font-display); font-size: 30px; letter-spacing: 1px; margin-bottom: 2px; }
.sc-price .sc-supply { color: var(--muted); font-weight: 700; font-size: 14px; margin-bottom: 14px; }
.sc-price-pack { display: flex; justify-content: center; gap: 4px; margin: 8px 0 14px; min-height: 150px; align-items: flex-end; }
.sc-price-pack img { height: 92px; width: auto; filter: drop-shadow(0 8px 12px rgba(128,9,19,.22)); }
.sc-price-pack img:nth-child(2) { height: 104px; }
.sc-price-pack[data-single] { min-height: 205px; margin: 4px 0 16px; }
.sc-price-pack[data-single] img { height: 200px; }
.sc-price[data-pop="1"] .sc-price-pack[data-single] img { height: 220px; }
.sc-price .sc-perbottle { font-family: var(--font-display); font-size: 58px; color: var(--scarlet); line-height: .9; }
.sc-price .sc-perbottle sup { font-size: 26px; vertical-align: super; }
.sc-price .sc-perbottle small { font-size: 14px; color: var(--muted); font-family: var(--font-body); display: inline-block; vertical-align: middle; }
.sc-price ul { list-style: none; padding: 0; margin: 14px 0; text-align: left; font-size: 14.5px; }
.sc-price ul li { padding: 6px 0 6px 26px; position: relative; }
.sc-price ul li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.sc-price .sc-total { font-size: 16px; margin: 6px 0 16px; }
.sc-price .sc-total s { color: var(--muted); }
.sc-price .sc-total b { font-size: 22px; color: var(--ink); }
.sc-price .sc-btn { width: 100%; margin-top: auto; }
.sc-pay { display: flex; gap: 8px; justify-content: center; margin-top: 14px; opacity: .7; font-size: 12px; color: var(--muted); }
.sc-ship-note { text-align: center; color: var(--muted); font-size: 14.5px; margin-top: 18px; }

/* takeaways */
.sc-takeaway { background: var(--maroon); color: #fff; border-radius: var(--radius-lg); padding: 34px; }
.sc-takeaway h2 { color: #fff; font-family: var(--font-display); letter-spacing: 1px; }
.sc-takeaway ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.sc-takeaway li { padding-left: 34px; position: relative; font-size: 16.5px; }
.sc-takeaway li::before { content: "★"; position: absolute; left: 0; color: var(--amber); font-size: 18px; }

/* Q&A */
.sc-qa { border-bottom: 1px solid var(--line); padding: 22px 0; }
.sc-qa:first-child { border-top: 1px solid var(--line); }
.sc-qa h3 { font-size: 21px; color: var(--maroon); }
.sc-qa p:last-child { margin-bottom: 0; }
.sc-qa .sc-answer { font-weight: 700; }

/* reviews */
.sc-rating-big { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px 32px; box-shadow: var(--shadow); }
.sc-rating-big .sc-score { font-family: var(--font-display); font-size: 78px; color: var(--scarlet); line-height: .9; }
.sc-stars { color: var(--amber); font-size: 22px; letter-spacing: 2px; }
.sc-snapshot { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.sc-stat { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; text-align: center; box-shadow: var(--shadow-sm); }
.sc-stat b { display: block; font-family: var(--font-display); font-size: 40px; color: var(--scarlet); line-height: 1; }
.sc-stat span { font-size: 13px; color: var(--muted); font-weight: 700; }
.sc-bar { margin: 9px 0; }
.sc-bar-row { display: flex; align-items: center; gap: 12px; margin: 7px 0; font-size: 14px; }
.sc-bar-label { width: 200px; flex-shrink: 0; font-weight: 700; }
.sc-bar-track { flex: 1; height: 12px; background: var(--blush); border-radius: var(--radius-pill); overflow: hidden; }
.sc-bar-fill { height: 100%; background: linear-gradient(90deg, var(--scarlet), var(--amber)); border-radius: var(--radius-pill); }
.sc-bar-val { width: 46px; text-align: right; font-weight: 800; color: var(--cherry); }
.sc-review { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); }
.sc-review .sc-who { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.sc-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(150deg, var(--scarlet), var(--maroon)); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-size: 19px; }
.sc-who b { display: block; }
.sc-who span { font-size: 12.5px; color: var(--muted); }
.sc-vbadge { font-size: 11px; color: var(--green); font-weight: 800; }

/* byline */
.sc-byline { color: var(--muted); font-size: 14px; border-left: 3px solid var(--amber); padding: 4px 0 4px 14px; margin: 0 0 22px; }
.sc-byline b { color: var(--ink-soft); }

/* glossary */
.sc-gloss dt { font-weight: 800; color: var(--maroon); margin-top: 14px; }
.sc-gloss dd { margin: 4px 0 0; color: var(--ink-soft); }

/* breadcrumb */
.sc-crumb { font-size: 13px; color: var(--muted); padding: 14px 0; }
.sc-crumb a { color: var(--muted); font-weight: 700; }
.sc-crumb span { color: var(--scarlet); }

/* prose */
.sc-prose h2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 40px); letter-spacing: .5px; margin-top: 1.4em; color: var(--maroon); }
.sc-prose h3 { font-size: 22px; margin-top: 1.3em; }
.sc-prose ul, .sc-prose ol { padding-left: 22px; }
.sc-prose li { margin-bottom: 8px; }

/* steps */
.sc-steps { counter-reset: step; display: grid; gap: 16px; }
.sc-step { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px 20px 64px; position: relative; box-shadow: var(--shadow-sm); }
.sc-step::before { counter-increment: step; content: counter(step); position: absolute; left: 18px; top: 18px; width: 34px; height: 34px; background: linear-gradient(150deg, var(--scarlet), var(--maroon)); color: #fff; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-display); font-size: 19px; }
.sc-step h3 { margin: 0 0 4px; font-size: 18px; }
.sc-step p { margin: 0; font-size: 15px; color: var(--ink-soft); }

/* faq details */
.sc-faq details { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 12px; box-shadow: var(--shadow-sm); }
.sc-faq summary { cursor: pointer; padding: 18px 22px; font-weight: 800; font-size: 17px; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.sc-faq summary::-webkit-details-marker { display: none; }
.sc-faq summary::after { content: "+"; color: var(--scarlet); font-size: 24px; font-weight: 700; line-height: 1; }
.sc-faq details[open] summary::after { content: "−"; }
.sc-faq details > div { padding: 0 22px 18px; color: var(--ink-soft); }

/* contact form */
.sc-form { display: grid; gap: 14px; }
.sc-field label { display: block; font-weight: 700; font-size: 14px; margin-bottom: 5px; }
.sc-field input, .sc-field textarea, .sc-field select {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 12px;
  font-family: var(--font-body); font-size: 15px; background: var(--bone); color: var(--ink);
}
.sc-field textarea { min-height: 130px; resize: vertical; }
.sc-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* callout */
.sc-callout { background: var(--blush); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 26px; }
.sc-callout strong { color: var(--maroon); }

/* cta band */
.sc-band { background: radial-gradient(120% 140% at 50% 0%, var(--scarlet), var(--maroon)); color: #fff; text-align: center; border-radius: var(--radius-lg); padding: 48px 30px; }
.sc-band h2 { color: #fff; font-family: var(--font-display); font-size: clamp(32px, 5vw, 52px); }
.sc-band p { color: #ffe1dd; max-width: 60ch; margin: 0 auto 22px; }
.sc-band .sc-btn { margin: 6px; }

/* updated stamp */
.sc-updated { font-size: 13px; color: var(--muted); font-weight: 700; }

/* footer */
.sc-foot { background: var(--ink); color: #d9c3c0; padding: 56px 0 26px; margin-top: 56px; }
.sc-foot a { color: #f0d8d4; }
.sc-foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 32px; }
.sc-foot h4 { color: #fff; font-family: var(--font-display); letter-spacing: 1px; font-size: 19px; margin-bottom: 12px; }
.sc-foot ul { list-style: none; padding: 0; margin: 0; }
.sc-foot li { margin-bottom: 8px; font-size: 14px; }
.sc-foot-brand p { font-size: 13.5px; color: #b89e9a; }
.sc-foot-disc { border-top: 1px solid rgba(255,255,255,.12); margin-top: 32px; padding-top: 22px; font-size: 12.5px; color: #a98d89; }
.sc-foot-disc p { margin-bottom: 10px; }
.sc-foot-legal { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 14px; }
.sc-foot-legal a { font-size: 12.5px; }

.sc-mt-0 { margin-top: 0; }
.sc-mb-0 { margin-bottom: 0; }
.sc-narrow { max-width: 820px; margin-left: auto; margin-right: auto; }

@media (max-width: 920px) {
  .sc-hero-grid { grid-template-columns: 1fr; text-align: center; }
  .sc-hero-media { order: -1; }
  .sc-hero-cta, .sc-badges-row { justify-content: center; }
  .sc-grid[data-cols="3"], .sc-grid[data-cols="4"] { grid-template-columns: repeat(2, 1fr); }
  .sc-prices { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .sc-price[data-pop="1"] { transform: none; }
  .sc-snapshot { grid-template-columns: repeat(2, 1fr); }
  .sc-foot-grid { grid-template-columns: 1fr 1fr; }
  .sc-verify dl { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .sc-nav { display: none; position: absolute; top: 70px; left: 0; right: 0; flex-direction: column; background: var(--card); border-bottom: 1px solid var(--line); padding: 14px; gap: 6px; box-shadow: var(--shadow); }
  .sc-nav.is-open { display: flex; }
  .sc-nav a { width: 100%; }
  .sc-burger { display: block; }
  .sc-grid[data-cols="3"], .sc-grid[data-cols="4"], .sc-grid[data-cols="2"] { grid-template-columns: 1fr; }
  .sc-snapshot { grid-template-columns: 1fr 1fr; }
  .sc-foot-grid { grid-template-columns: 1fr; }
  .sc-field-row { grid-template-columns: 1fr; }
  .sc-bar-label { width: 130px; font-size: 13px; }
  .sc-portal { flex-direction: column; }
  section { padding: 48px 0; }
}
