/* Grove 2026 polish
   Shared visual language from the current Grove home and jobs experience. */

:root {
  --grove-paper: #f4f1ea;
  --grove-paper-deep: #e9e2d8;
  --grove-cream: #fbf6ee;
  --grove-white: #fffdfa;
  --grove-ink: #241c14;
  --grove-muted: #6f655b;
  --grove-line: rgba(36, 28, 20, 0.13);
  --grove-evergreen: #21332a;
  --grove-leaf: #4e9c4e;
  --grove-leaf-deep: #356f3a;
  --grove-orange: #f07a1e;
  --grove-terra: #c2551f;
  --grove-terra-deep: #a5480c;
  --grove-shadow: 0 18px 55px rgba(74, 45, 22, 0.09);
  --grove-shadow-soft: 0 8px 30px rgba(74, 45, 22, 0.055);
  --grove-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html,
body {
  background:
    radial-gradient(circle at 12% -8%, rgba(240, 122, 30, 0.055), transparent 32rem),
    var(--grove-paper);
}

/* ---------- Public home ---------- */

.gh {
  --canvas: var(--grove-paper);
  --canvas2: var(--grove-paper-deep);
  --surface: var(--grove-white);
  --ink: var(--grove-ink);
  --ink2: #51483f;
  --muted: var(--grove-muted);
  --line: rgba(36, 28, 20, 0.13);
  --line2: rgba(36, 28, 20, 0.08);
  --terra: var(--grove-terra);
  --terra2: var(--grove-terra-deep);
  --terra-soft: #f4e1d5;
  --orange: var(--grove-orange);
  --leaf: var(--grove-leaf);
  --leaf-soft: #e5f0e0;
  --score: var(--grove-leaf-deep);
  --espresso: var(--grove-evergreen);
  --sans: "Inter", system-ui, -apple-system, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
  --hand: "Instrument Serif", Georgia, serif;
  --disp: "Bricolage Grotesque", "Inter", system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, Menlo, monospace;
  background:
    radial-gradient(circle at 12% -8%, rgba(240, 122, 30, 0.055), transparent 32rem),
    var(--canvas);
}

.gh .gh-bar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 90;
  width: 100%;
  max-width: none;
  min-height: 78px;
  margin: 0;
  padding: 0 clamp(28px, 5vw, 74px);
  transform: none;
  border: 0;
  border-bottom: 1px solid rgba(36, 28, 20, 0.09);
  border-radius: 0;
  background: rgba(244, 241, 234, 0.9);
  box-shadow: 0 8px 30px rgba(74, 45, 22, 0.035);
  backdrop-filter: blur(22px) saturate(1.08);
  -webkit-backdrop-filter: blur(22px) saturate(1.08);
}

.gh .gh-bar.scrolled {
  border-color: rgba(36, 28, 20, 0.11);
  background: rgba(244, 241, 234, 0.96);
  box-shadow: 0 10px 34px rgba(74, 45, 22, 0.06);
}

.gh .gh-brand {
  gap: 9px;
  min-height: 78px;
  color: var(--grove-ink);
}

.gh .gh-brand svg.mk {
  width: 28px;
  height: 35px;
}

.gh .gh-brand .wm {
  font: 400 25px/1 var(--serif);
  letter-spacing: -0.015em;
}

.gh .gh-bar-r {
  gap: 12px;
}

.gh .gh-bar .quiet {
  min-height: 40px;
  padding: 0 10px;
  border-radius: 9px;
  color: #776d64;
  font-size: 13px;
  font-weight: 630;
}

.gh .gh-bar .quiet:hover {
  background: rgba(36, 28, 20, 0.045);
  color: var(--grove-ink);
}

.gh .btn-primary {
  min-height: 43px;
  padding: 0 17px;
  border: 0;
  border-radius: 11px;
  background: var(--grove-terra);
  color: #fff;
  box-shadow: 0 8px 18px rgba(165, 72, 12, 0.16);
  font: 700 13px/1 var(--sans);
}

.gh .btn-primary:hover {
  background: var(--grove-terra-deep);
  color: #fff;
  box-shadow: 0 10px 23px rgba(165, 72, 12, 0.22);
  transform: translateY(-1px);
}

.gh .btn-primary::after {
  display: none;
}

.gh .btn-lg {
  min-height: 48px;
  padding-inline: 20px;
  font-size: 14px;
}

.gh .sec {
  padding-inline: clamp(20px, 5vw, 74px);
}

.gh .sec.hero {
  padding-top: 132px;
}

.gh .hero .wrap {
  min-height: 520px;
  padding: clamp(28px, 5vw, 58px);
  gap: clamp(38px, 6vw, 84px);
  overflow: hidden;
  border: 1px solid rgba(96, 76, 49, 0.13);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 0%, rgba(240, 122, 30, 0.09), transparent 24rem),
    var(--grove-cream);
  box-shadow: var(--grove-shadow);
}

.gh .hero-copy {
  max-width: 630px;
}

.gh .kick,
.gh .hand {
  transform: none;
  color: var(--grove-terra);
  font: 700 10.5px/1.35 var(--mono);
  font-style: normal;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.gh .hero .h-xl {
  max-width: 13ch;
  margin-top: 17px;
  color: #2a2119;
  font-family: var(--disp);
  font-weight: 800;
  font-size: clamp(43px, 5.4vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.gh .hero .lede {
  margin-top: 22px;
  color: #62594e;
  font-size: clamp(15.5px, 1.5vw, 18px);
  line-height: 1.65;
}

.gh .hero .acts {
  margin-top: 31px;
}

.gh .hero-side {
  min-height: 360px;
}

.gh .range-card {
  max-width: 365px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: var(--grove-evergreen);
  color: #fdf7ec;
  box-shadow: 0 22px 42px rgba(34, 48, 41, 0.2);
  transform: none;
  animation: none;
}

.gh .range-card .rc-lab {
  color: rgba(253, 247, 236, 0.58);
}

.gh .range-card .rc-score-txt .big {
  color: #fff8ed;
  font-family: var(--disp);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.gh .range-card .rc-score-txt .sm {
  color: rgba(253, 247, 236, 0.7);
}

.gh .range-card .rc-ring .n {
  color: #9ec79a;
}

.gh .range-card .rc-chip {
  border-color: rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.075);
  color: rgba(253, 247, 236, 0.78);
}

.gh .range-card .rc-chip.a {
  border-color: rgba(240, 122, 30, 0.2);
  background: rgba(240, 122, 30, 0.16);
  color: #ffc18e;
}

.gh .range-card .rc-chip.b {
  border-color: rgba(142, 181, 138, 0.2);
  background: rgba(142, 181, 138, 0.13);
  color: #acd3a8;
}

.gh .range-card .rc-note {
  position: static;
  margin-top: 17px;
  color: rgba(253, 247, 236, 0.54);
  font: 700 9px/1.4 var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transform: none;
}

.gh .h-lg {
  color: #2a2119;
  font-family: var(--disp);
  font-weight: 700;
  letter-spacing: -0.045em;
}

.gh .pillar h3,
.gh .also-lead h3,
.gh .why-txt h2,
.gh .pull,
.gh .wl-item h3,
.gh .letter h2 {
  color: #2c241d;
  font-family: var(--disp);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.gh .pull {
  font-weight: 800;
  letter-spacing: -0.045em;
}

.gh .letter h2 {
  color: #faf3e8;
}

.gh .mock,
.gh .read,
.gh .who-card {
  border-color: rgba(36, 28, 20, 0.12);
  border-radius: 20px;
  background: rgba(255, 253, 250, 0.78);
  box-shadow: var(--grove-shadow-soft);
  transform: none !important;
}

.gh .hero-tag {
  border: 1px solid rgba(194, 85, 31, 0.12);
  background: rgba(194, 85, 31, 0.08);
  font-family: var(--mono);
}

.gh .rrow,
.gh .rc-chip,
.gh .rchip {
  border-radius: 11px;
}

.gh .pillar-num,
.gh .mock-lab {
  font-family: var(--mono);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gh .wl-n,
.gh .mono-av {
  font-family: var(--disp);
  font-style: normal;
  font-weight: 700;
}

.gh .rr-val.q {
  font-family: var(--sans);
}

.gh .fit-hook,
.gh .read-h {
  font-family: var(--serif);
}

.gh .letter {
  background:
    radial-gradient(circle at 86% 4%, rgba(240, 122, 30, 0.11), transparent 26rem),
    var(--grove-evergreen);
}

.gh .try .try-cta {
  border-radius: 26px;
}

.gh .foot {
  background: #1b2c23;
}

/* ---------- Demo gate ---------- */

.gg {
  --canvas: var(--grove-paper);
  --canvas2: var(--grove-paper-deep);
  --surface: var(--grove-white);
  --ink: var(--grove-ink);
  --ink2: #51483f;
  --muted: var(--grove-muted);
  --line: rgba(36, 28, 20, 0.13);
  --terra: var(--grove-terra);
  --terra2: var(--grove-terra-deep);
  --terra-soft: #f4e1d5;
  --orange: var(--grove-orange);
  --leaf: var(--grove-leaf);
  --leaf-soft: #e5f0e0;
  --score: var(--grove-leaf-deep);
  --sans: "Inter", system-ui, -apple-system, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
  --disp: "Bricolage Grotesque", "Inter", system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, Menlo, monospace;
  background: var(--grove-paper);
}

.gg .card h1,
.gg .boot .msg {
  font-family: var(--disp);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.035em;
}

/* ---------- Journal ---------- */

.gb {
  --sans: "Inter", system-ui, -apple-system, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
  --disp: "Bricolage Grotesque", "Inter", system-ui, sans-serif;
  --hand: "Instrument Serif", Georgia, serif;
  --read: "Inter", system-ui, -apple-system, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, Menlo, monospace;
}

.gb .entry-title,
.gb .up-card h3,
.gb .signoff .big,
.gb .art h1.title,
.gb .prose h2,
.gb .demo-cta .dt .h,
.gb .author-card .ai .nm,
.gb .foot h2,
.gb .prose .eng-title {
  font-family: var(--disp);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.gb .art h1.title,
.gb .foot h2 {
  font-weight: 800;
  letter-spacing: -0.045em;
}

.gg .gg-bar,
.demo-preview-shell {
  position: fixed;
  inset: 0 0 auto;
  z-index: 620;
  width: 100%;
  max-width: none;
  min-height: 78px;
  margin: 0;
  padding: 0 clamp(28px, 5vw, 74px);
  transform: none;
  border: 0;
  border-bottom: 1px solid rgba(36, 28, 20, 0.09);
  border-radius: 0;
  background: rgba(244, 241, 234, 0.92);
  box-shadow: 0 8px 30px rgba(74, 45, 22, 0.035);
  backdrop-filter: blur(22px) saturate(1.08);
  -webkit-backdrop-filter: blur(22px) saturate(1.08);
}

.gg .gg-brand,
.demo-preview-brand {
  min-height: 78px;
}

.gg .gg-brand .word,
.demo-preview-word {
  font-size: 25px;
  letter-spacing: -0.015em;
}

.gg .gg-brand .context,
.demo-preview-context {
  color: #8b8177;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 8px;
}

.gg .gg-exit,
.demo-preview-shell .demo-exit-link {
  color: #7a7168;
  font-size: 12px;
}

.gg .gg-stage {
  padding-top: 122px;
  background:
    radial-gradient(circle at 50% 34%, rgba(240, 122, 30, 0.08), transparent 30rem),
    var(--grove-paper);
}

.gg .halo {
  display: none;
}

.gg .card {
  max-width: 500px;
  padding: clamp(34px, 5vw, 48px);
  border-color: rgba(36, 28, 20, 0.12);
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 0%, rgba(240, 122, 30, 0.08), transparent 18rem),
    var(--grove-cream);
  box-shadow: var(--grove-shadow);
}

.gg .eyebrow {
  color: var(--grove-terra);
  font: 700 9px/1.2 var(--mono);
  letter-spacing: 0.15em;
}

.gg .card h1 {
  color: #2a2119;
  font-size: clamp(33px, 5vw, 44px);
  letter-spacing: -0.025em;
}

.gg .facts {
  gap: 9px;
}

.gg .facts li {
  padding: 11px 12px;
  border: 1px solid rgba(36, 28, 20, 0.08);
  border-radius: 13px;
  background: rgba(255, 253, 250, 0.62);
}

.gg .enter {
  border-radius: 12px;
  background: var(--grove-terra);
  box-shadow: 0 9px 20px rgba(165, 72, 12, 0.17);
  font-size: 15px;
}

.gg .enter:hover {
  background: var(--grove-terra-deep);
}

/* ---------- Interactive demo ---------- */

html:has(#groveApp) {
  --serif: "Bricolage Grotesque", "Inter", system-ui, sans-serif;
  --disp: "Bricolage Grotesque", "Inter", system-ui, sans-serif;
  --logo: "Instrument Serif", Georgia, serif;
  --script: "Instrument Serif", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, Menlo, monospace;
  --bg: var(--grove-paper);
  --paper: var(--grove-white);
  --paper2: var(--grove-paper-deep);
  --bd: rgba(36, 28, 20, 0.13);
  --bd2: rgba(36, 28, 20, 0.2);
  --ink: var(--grove-ink);
  --ink2: #51483f;
  --ink3: #81776d;
  --accent: var(--grove-terra);
  --accent2: #f4e1d5;
  --accent-ink: var(--grove-terra-deep);
  --green: var(--grove-leaf-deep);
  --green2: #e5f0e0;
  --radius: 18px;
  background: var(--grove-paper);
}

#groveApp .cleared,
#groveApp .tune-empty,
#groveApp .qor,
#groveApp .story-q {
  font-family: var(--sans);
}

body:has(#groveApp) {
  background:
    radial-gradient(circle at 12% -8%, rgba(240, 122, 30, 0.055), transparent 32rem),
    var(--grove-paper);
}

#groveApp.wrap {
  max-width: 1120px;
  padding-top: calc(102px + env(safe-area-inset-top));
}

#groveApp > .topbar {
  position: fixed;
  inset: 78px 0 auto;
  z-index: 610;
  width: 100%;
  min-height: 56px;
  margin: 0;
  padding: 0 clamp(28px, 5vw, 74px);
  display: flex;
  justify-content: center;
  border: 0;
  border-bottom: 1px solid rgba(36, 28, 20, 0.07);
  border-radius: 0;
  background: rgba(244, 241, 234, 0.88);
  box-shadow: 0 7px 22px rgba(74, 45, 22, 0.025);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

#groveApp > .topbar > nav.tabs {
  height: 56px;
  gap: clamp(22px, 3vw, 40px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

#groveApp > .topbar .nav-pill {
  display: none;
}

#groveApp > .topbar .tab,
#groveApp > .topbar .tab.active {
  height: 56px;
  min-width: 0;
  padding: 0;
  gap: 7px;
  border-radius: 0;
  background: transparent;
  color: #81776d;
  font-size: 12.5px;
  font-weight: 630;
  transform: none;
}

#groveApp > .topbar .tab::after {
  position: absolute;
  right: 50%;
  bottom: -1px;
  left: 50%;
  height: 2px;
  display: block;
  border-radius: 2px 2px 0 0;
  background: var(--grove-leaf-deep);
  content: "";
  opacity: 0;
  transition:
    right 260ms var(--grove-ease),
    left 260ms var(--grove-ease),
    opacity 160ms ease;
}

#groveApp > .topbar .tab.active {
  color: #2d472f;
}

#groveApp > .topbar .tab.active::after {
  right: 0;
  left: 0;
  opacity: 1;
}

#groveApp > .topbar .tab.active > .iwrap,
#groveApp > .topbar .tab.active > .tlbl {
  color: inherit;
  opacity: 1;
}

#groveApp > .topbar .tico {
  width: 17px;
  height: 17px;
}

#groveApp > .topbar .tlbl {
  font-size: 12.5px;
}

#groveApp #welcome {
  margin-top: 49px;
  padding-top: 30px;
}

#groveApp .greet {
  color: #2a2119;
  font-size: clamp(32px, 4.5vw, 48px);
  letter-spacing: -0.025em;
}

#groveApp .card {
  border-color: rgba(36, 28, 20, 0.12);
  border-radius: 18px;
  background: rgba(255, 253, 250, 0.84);
  box-shadow: 0 1px 2px rgba(60, 42, 27, 0.025);
}

#groveApp .today-hero-card {
  border-radius: 26px;
  background: linear-gradient(135deg, #c86025 0%, var(--grove-terra) 56%, #8f3d15 118%);
  box-shadow: 0 18px 40px rgba(194, 85, 31, 0.2);
}

#groveApp .jobs-commandbar {
  margin-top: 22px;
  padding: 31px 34px 26px;
  border: 1px solid #ead9c6;
  border-radius: 25px 25px 0 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(226, 104, 31, 0.11), transparent 28%),
    linear-gradient(145deg, #fffaf2, #fbefe0);
}

#groveApp .jobs-commandcopy::before {
  display: block;
  margin-bottom: 10px;
  color: #9b7652;
  content: "MATCHED TO YOUR EXPERIENCE";
  font: 700 9px/1 var(--mono);
  letter-spacing: 0.16em;
}

#groveApp .jobs-commandcopy h1 {
  color: #251d15;
  font: 800 clamp(40px, 6vw, 54px)/0.98 "Bricolage Grotesque", var(--sans);
  letter-spacing: -0.045em;
}

#groveApp .jobs-count {
  max-width: 480px;
  color: #7f7463;
  font-size: 13px;
  line-height: 1.5;
}

#groveApp .jobs-commandtools {
  align-self: flex-end;
}

#groveApp .jobs-add {
  border-color: rgba(36, 28, 20, 0.11);
  border-radius: 11px;
  background: rgba(255, 253, 249, 0.7);
  box-shadow: none;
}

#groveApp .jobs-filterbar {
  position: sticky;
  top: 134px;
  z-index: 9;
  gap: 3px;
  margin: 0 0 22px;
  padding: 8px 10px;
  border: 1px solid #e4ddd1;
  border-top: 0;
  border-radius: 0 0 16px 16px;
  background: rgba(249, 246, 239, 0.92);
  box-shadow: 0 12px 30px rgba(75, 52, 30, 0.05);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

#groveApp .jobs-filterbar .chip {
  min-height: 38px;
  padding: 0 13px;
  border: 0;
  border-radius: 11px;
  color: #807666;
  font-size: 11px;
  font-weight: 700;
}

#groveApp .jobs-filterbar .chip.active,
#groveApp .jobs-filterbar .chip.chip-applied.active {
  border: 0;
  background: var(--grove-white);
  color: #2c241d;
  box-shadow: 0 3px 10px rgba(65, 44, 26, 0.09);
}

#groveApp .job {
  border: 1px solid #e4ddd1;
  border-radius: 20px;
  background: rgba(255, 253, 249, 0.82);
  box-shadow: 0 1px 2px rgba(60, 42, 27, 0.03);
  transition:
    border-color 240ms ease,
    box-shadow 240ms ease,
    transform 240ms var(--grove-ease);
}

#groveApp .job:hover {
  border-color: #dfd3c4;
  box-shadow: 0 15px 34px rgba(72, 48, 28, 0.075);
  transform: translateY(-2px);
}

#groveApp .job-spotlight {
  padding: 30px;
  overflow: hidden;
  border-color: #ead9c6;
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 12%, rgba(226, 104, 31, 0.12), transparent 28%),
    linear-gradient(145deg, #fffaf2, #fbefe0);
  box-shadow: 0 18px 42px rgba(112, 66, 28, 0.1);
}

#groveApp .job-spotlight::before {
  display: none;
}

#groveApp .job-spot-tag {
  top: 18px;
  left: auto;
  right: 22px;
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--grove-orange);
  box-shadow: none;
  color: #fffdf9;
  font: 800 8px/1 var(--mono);
}

#groveApp .job .role,
#groveApp .job-spotlight .role {
  color: #2c241d;
  font-family: "Bricolage Grotesque", var(--sans);
  font-weight: 700;
  letter-spacing: -0.025em;
}

#groveApp .job-spotlight .role {
  font-size: clamp(24px, 3vw, 32px);
}

#groveApp .job .mono {
  border-radius: 16px;
  background: linear-gradient(145deg, #f29343, #da631e);
  color: #fffdf9;
  box-shadow: 0 9px 20px rgba(185, 79, 23, 0.17);
  font-family: "Bricolage Grotesque", var(--sans);
  font-weight: 700;
}

#groveApp .job-spotlight .score2 {
  border: 1px solid #d7e4d3;
  background: rgba(237, 246, 235, 0.8);
}

#groveApp .job-spotlight .score2::before {
  background: var(--grove-white);
}

#groveApp .job-spotlight .score2 .sc-n,
#groveApp .score2 .sc-n {
  font-family: var(--mono);
  font-weight: 700;
}

#groveApp .job-spotlight .why {
  color: #51483d;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

#groveApp .job-main-action,
#groveApp .job-spotlight .foot > [data-cook] {
  border-radius: 11px;
  border-color: var(--grove-terra);
  background: var(--grove-terra);
}

#groveApp .secondary-disclosure {
  border-color: rgba(36, 28, 20, 0.11);
  border-radius: 14px;
  background: rgba(255, 253, 250, 0.55);
}

.gv-root {
  --font-display: "Bricolage Grotesque", "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
}

.gv-root .gv-screen,
.gv-root .gv-fcard,
.gv-root .gv-contact,
.gv-root .gv-doc {
  border-color: rgba(36, 28, 20, 0.12);
  background: rgba(255, 253, 250, 0.84);
  box-shadow: var(--grove-shadow-soft);
}

.gv-root .gv-h,
.gv-root .gv-ovh {
  color: #2a2119;
  letter-spacing: -0.02em;
}

.gv-root .gv-btn,
.gv-root .gv-ovnext {
  border-radius: 11px;
  background: var(--grove-terra);
}

@media (max-width: 760px) {
  .gh .gh-bar,
  .gg .gg-bar,
  .demo-preview-shell {
    min-height: 64px;
    padding: 0 18px;
  }

  .gh .gh-brand,
  .gg .gg-brand,
  .demo-preview-brand {
    min-height: 64px;
  }

  .gh .gh-bar .quiet {
    display: none;
  }

  .gh .gh-bar .btn-primary {
    min-height: 38px;
    padding-inline: 13px;
  }

  .gh .sec.hero {
    padding-top: 92px;
  }

  .gh .hero .wrap {
    min-height: 0;
    padding: 30px 22px 38px;
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .gh .hero-side {
    min-height: 330px;
  }

  .gh .range-card {
    max-width: 430px;
  }

  .gg .gg-stage {
    padding-top: 94px;
  }

  #groveApp.wrap {
    padding: calc(146px + env(safe-area-inset-top)) 16px calc(94px + env(safe-area-inset-bottom));
  }

  #groveApp > .topbar {
    inset: auto 12px 12px;
    min-height: 60px;
    padding: 5px;
    border: 1px solid rgba(255, 253, 250, 0.1);
    border-radius: 18px;
    background: rgba(36, 28, 20, 0.95);
    box-shadow: 0 16px 42px rgba(36, 28, 20, 0.2);
  }

  #groveApp > .topbar > nav.tabs {
    width: 100%;
    height: 50px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3px;
  }

  #groveApp > .topbar .tab,
  #groveApp > .topbar .tab.active {
    height: 50px;
    justify-content: center;
    gap: 5px;
    padding: 0 7px;
    border-radius: 13px;
    color: rgba(255, 253, 250, 0.58);
    font-size: 10.5px;
  }

  #groveApp > .topbar .tab::after {
    display: none;
  }

  #groveApp > .topbar .tab.active {
    background: var(--grove-cream);
    color: #2d472f;
  }

  #groveApp #welcome {
    margin-top: 0;
    padding-top: 6px;
  }

  #groveApp .jobs-commandbar {
    margin-top: 14px;
    padding: 24px 20px 22px;
  }

  #groveApp .jobs-commandtools {
    width: 100%;
  }

  #groveApp .jobs-filterbar {
    position: static;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  #groveApp .job-spotlight {
    padding: 25px 20px 22px;
  }
}

@media (max-width: 430px) {
  .gh .gh-bar,
  .gg .gg-bar,
  .demo-preview-shell {
    padding-inline: 15px;
  }

  .gh .gh-brand .wm,
  .gg .gg-brand .word,
  .demo-preview-word {
    font-size: 23px;
  }

  .gg .gg-brand .context,
  .demo-preview-context {
    display: none;
  }

  .gh .hero .h-xl {
    font-size: 42px;
  }

  .gh .hero-side {
    min-height: 300px;
  }

  .gh .range-card {
    padding: 23px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gh .range-card,
  #groveApp .job,
  #groveApp > .topbar .tab::after {
    transition: none;
    animation: none;
  }
}
