@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(/fonts/fraunces-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(/fonts/fraunces-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Schibsted Grotesk";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(/fonts/schibsted-grotesk-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Schibsted Grotesk";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(/fonts/schibsted-grotesk-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Spline Sans Mono";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/fonts/spline-sans-mono-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Spline Sans Mono";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/fonts/spline-sans-mono-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: light;
  --paper: #f6f1e6;
  --card: #fffdf6;
  --card-deep: #fdf7ea;
  --receipt: #fffcf0;
  --ink: #221d14;
  --ink-shadow: #221d14;
  --muted: #756956;
  --hairline: rgba(34, 29, 20, 0.16);
  --hairline-soft: rgba(34, 29, 20, 0.1);
  --green: #1e7a4c;
  --green-deep: #14593a;
  --green-soft: rgba(30, 122, 76, 0.12);
  --green-ink: #fffdf6;
  --tomato: #d8472b;
  --tomato-soft: rgba(216, 71, 43, 0.12);
  --butter: #f3c64f;
  --butter-soft: rgba(243, 198, 79, 0.26);
  --focus: rgba(30, 122, 76, 0.45);
  --wash-a: rgba(243, 198, 79, 0.24);
  --wash-b: rgba(30, 122, 76, 0.1);
  --dot: rgba(34, 29, 20, 0.07);
  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --body: "Schibsted Grotesk", ui-sans-serif, system-ui, sans-serif;
  --mono: "Spline Sans Mono", ui-monospace, "SF Mono", Menlo, monospace;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --paper: #171411;
  --card: #211c16;
  --card-deep: #262019;
  --receipt: #241f18;
  --ink: #f1e7d6;
  --ink-shadow: #000000;
  --muted: #a99c87;
  --hairline: rgba(241, 231, 214, 0.2);
  --hairline-soft: rgba(241, 231, 214, 0.11);
  --green: #58c388;
  --green-deep: #7ad8a4;
  --green-soft: rgba(88, 195, 136, 0.15);
  --green-ink: #10271a;
  --tomato: #ff8262;
  --tomato-soft: rgba(255, 130, 98, 0.14);
  --butter: #f0c45c;
  --butter-soft: rgba(240, 196, 92, 0.16);
  --focus: rgba(88, 195, 136, 0.5);
  --wash-a: rgba(240, 196, 92, 0.07);
  --wash-b: rgba(88, 195, 136, 0.07);
  --dot: rgba(241, 231, 214, 0.05);
}

html[data-palette="morje"] {
  --paper: #edf2f1;
  --card: #fbfdfc;
  --card-deep: #f1f7f5;
  --receipt: #f9fcfa;
  --ink: #152a2c;
  --ink-shadow: #152a2c;
  --muted: #5d7672;
  --hairline: rgba(21, 42, 44, 0.16);
  --hairline-soft: rgba(21, 42, 44, 0.1);
  --green: #10707e;
  --green-deep: #0a4f5a;
  --green-soft: rgba(16, 112, 126, 0.12);
  --green-ink: #f4fbfc;
  --tomato: #d4543a;
  --tomato-soft: rgba(212, 84, 58, 0.12);
  --butter: #e9c46a;
  --butter-soft: rgba(233, 196, 106, 0.26);
  --focus: rgba(16, 112, 126, 0.45);
  --wash-a: rgba(233, 196, 106, 0.2);
  --wash-b: rgba(16, 112, 126, 0.1);
  --dot: rgba(21, 42, 44, 0.07);
}

html[data-palette="morje"][data-theme="dark"] {
  --paper: #0e1b1d;
  --card: #152527;
  --card-deep: #1a2c2e;
  --receipt: #17282a;
  --ink: #dcebe9;
  --ink-shadow: #000000;
  --muted: #8aa6a2;
  --hairline: rgba(220, 235, 233, 0.2);
  --hairline-soft: rgba(220, 235, 233, 0.11);
  --green: #4ec3cf;
  --green-deep: #7cd6df;
  --green-soft: rgba(78, 195, 207, 0.15);
  --green-ink: #062a2f;
  --tomato: #ff8a70;
  --tomato-soft: rgba(255, 138, 112, 0.14);
  --butter: #e6c469;
  --butter-soft: rgba(230, 196, 105, 0.15);
  --focus: rgba(78, 195, 207, 0.5);
  --wash-a: rgba(230, 196, 105, 0.07);
  --wash-b: rgba(78, 195, 207, 0.07);
  --dot: rgba(220, 235, 233, 0.05);
}

html[data-palette="terakota"] {
  --paper: #f7efe6;
  --card: #fffaf3;
  --card-deep: #fbf3e9;
  --receipt: #fffbf2;
  --ink: #2b2018;
  --ink-shadow: #2b2018;
  --muted: #806a58;
  --hairline: rgba(43, 32, 24, 0.16);
  --hairline-soft: rgba(43, 32, 24, 0.1);
  --green: #bc5429;
  --green-deep: #8f3c1d;
  --green-soft: rgba(188, 84, 41, 0.12);
  --green-ink: #fff7f0;
  --tomato: #5f7a34;
  --tomato-soft: rgba(95, 122, 52, 0.12);
  --butter: #efb366;
  --butter-soft: rgba(239, 179, 102, 0.26);
  --focus: rgba(188, 84, 41, 0.45);
  --wash-a: rgba(239, 179, 102, 0.24);
  --wash-b: rgba(188, 84, 41, 0.09);
  --dot: rgba(43, 32, 24, 0.07);
}

html[data-palette="terakota"][data-theme="dark"] {
  --paper: #1b1310;
  --card: #261a14;
  --card-deep: #2c2018;
  --receipt: #291d16;
  --ink: #f2e4d8;
  --ink-shadow: #000000;
  --muted: #b39782;
  --hairline: rgba(242, 228, 216, 0.2);
  --hairline-soft: rgba(242, 228, 216, 0.11);
  --green: #e8915f;
  --green-deep: #f0a878;
  --green-soft: rgba(232, 145, 95, 0.15);
  --green-ink: #2a1409;
  --tomato: #97ad55;
  --tomato-soft: rgba(151, 173, 85, 0.15);
  --butter: #ecbd72;
  --butter-soft: rgba(236, 189, 114, 0.15);
  --focus: rgba(232, 145, 95, 0.5);
  --wash-a: rgba(236, 189, 114, 0.07);
  --wash-b: rgba(232, 145, 95, 0.07);
  --dot: rgba(242, 228, 216, 0.05);
}

html[data-palette="borovnica"] {
  --paper: #eef0f7;
  --card: #fcfcff;
  --card-deep: #f2f3fa;
  --receipt: #fafaff;
  --ink: #1d2033;
  --ink-shadow: #1d2033;
  --muted: #6a6e87;
  --hairline: rgba(29, 32, 51, 0.16);
  --hairline-soft: rgba(29, 32, 51, 0.1);
  --green: #3a47ad;
  --green-deep: #28327f;
  --green-soft: rgba(58, 71, 173, 0.12);
  --green-ink: #f6f7ff;
  --tomato: #c2326a;
  --tomato-soft: rgba(194, 50, 106, 0.12);
  --butter: #e8c25c;
  --butter-soft: rgba(232, 194, 92, 0.25);
  --focus: rgba(58, 71, 173, 0.45);
  --wash-a: rgba(232, 194, 92, 0.18);
  --wash-b: rgba(58, 71, 173, 0.08);
  --dot: rgba(29, 32, 51, 0.07);
}

html[data-palette="borovnica"][data-theme="dark"] {
  --paper: #131524;
  --card: #1b1e31;
  --card-deep: #212439;
  --receipt: #1e2135;
  --ink: #e4e6f5;
  --ink-shadow: #000000;
  --muted: #969bba;
  --hairline: rgba(228, 230, 245, 0.2);
  --hairline-soft: rgba(228, 230, 245, 0.11);
  --green: #8c97f2;
  --green-deep: #aab3f8;
  --green-soft: rgba(140, 151, 242, 0.16);
  --green-ink: #11142b;
  --tomato: #f57ba2;
  --tomato-soft: rgba(245, 123, 162, 0.14);
  --butter: #e5c468;
  --butter-soft: rgba(229, 196, 104, 0.14);
  --focus: rgba(140, 151, 242, 0.5);
  --wash-a: rgba(229, 196, 104, 0.06);
  --wash-b: rgba(140, 151, 242, 0.07);
  --dot: rgba(228, 230, 245, 0.05);
}

html[data-palette="cesnja"] {
  --paper: #f9f0ea;
  --card: #fffbf7;
  --card-deep: #fdf4ee;
  --receipt: #fffaf4;
  --ink: #271a16;
  --ink-shadow: #271a16;
  --muted: #7d685f;
  --hairline: rgba(39, 26, 22, 0.16);
  --hairline-soft: rgba(39, 26, 22, 0.1);
  --green: #b3232f;
  --green-deep: #84161f;
  --green-soft: rgba(179, 35, 47, 0.1);
  --green-ink: #fff7f5;
  --tomato: #2e6b3f;
  --tomato-soft: rgba(46, 107, 63, 0.12);
  --butter: #eec867;
  --butter-soft: rgba(238, 200, 103, 0.26);
  --focus: rgba(179, 35, 47, 0.4);
  --wash-a: rgba(238, 200, 103, 0.22);
  --wash-b: rgba(179, 35, 47, 0.07);
  --dot: rgba(39, 26, 22, 0.07);
}

html[data-palette="cesnja"][data-theme="dark"] {
  --paper: #1c1212;
  --card: #261818;
  --card-deep: #2c1c1b;
  --receipt: #291a19;
  --ink: #f3e6e0;
  --ink-shadow: #000000;
  --muted: #b29a90;
  --hairline: rgba(243, 230, 224, 0.2);
  --hairline-soft: rgba(243, 230, 224, 0.11);
  --green: #ef6a72;
  --green-deep: #f78f95;
  --green-soft: rgba(239, 106, 114, 0.15);
  --green-ink: #2c0b10;
  --tomato: #7fc88f;
  --tomato-soft: rgba(127, 200, 143, 0.14);
  --butter: #ecc06b;
  --butter-soft: rgba(236, 192, 107, 0.15);
  --focus: rgba(239, 106, 114, 0.5);
  --wash-a: rgba(236, 192, 107, 0.07);
  --wash-b: rgba(239, 106, 114, 0.07);
  --dot: rgba(243, 230, 224, 0.05);
}

html[data-palette="grafit"] {
  --paper: #f0f0ec;
  --card: #ffffff;
  --card-deep: #f6f6f2;
  --receipt: #fcfcf9;
  --ink: #1a1a1a;
  --ink-shadow: #1a1a1a;
  --muted: #6e6e66;
  --hairline: rgba(26, 26, 26, 0.16);
  --hairline-soft: rgba(26, 26, 26, 0.1);
  --green: #232323;
  --green-deep: #000000;
  --green-soft: rgba(35, 35, 35, 0.08);
  --green-ink: #ffffff;
  --tomato: #d14b12;
  --tomato-soft: rgba(209, 75, 18, 0.12);
  --butter: #d5dd6a;
  --butter-soft: rgba(213, 221, 106, 0.3);
  --focus: rgba(35, 35, 35, 0.35);
  --wash-a: rgba(213, 221, 106, 0.18);
  --wash-b: rgba(35, 35, 35, 0.05);
  --dot: rgba(26, 26, 26, 0.08);
}

html[data-palette="grafit"][data-theme="dark"] {
  --paper: #121212;
  --card: #1b1b1b;
  --card-deep: #212121;
  --receipt: #1e1e1e;
  --ink: #ededeb;
  --ink-shadow: #000000;
  --muted: #9a9a92;
  --hairline: rgba(237, 237, 235, 0.2);
  --hairline-soft: rgba(237, 237, 235, 0.11);
  --green: #f2f2f0;
  --green-deep: #ffffff;
  --green-soft: rgba(242, 242, 240, 0.12);
  --green-ink: #141414;
  --tomato: #ff7a45;
  --tomato-soft: rgba(255, 122, 69, 0.14);
  --butter: #d8e06e;
  --butter-soft: rgba(216, 224, 110, 0.14);
  --focus: rgba(242, 242, 240, 0.45);
  --wash-a: rgba(216, 224, 110, 0.05);
  --wash-b: rgba(242, 242, 240, 0.05);
  --dot: rgba(237, 237, 235, 0.06);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(1100px 560px at 88% -8%, var(--wash-a), transparent 62%),
    radial-gradient(900px 520px at -8% 6%, var(--wash-b), transparent 58%),
    var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 15.5px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(var(--dot) 1px, transparent 1.4px);
  background-size: 26px 26px;
  mask-image: linear-gradient(180deg, #000 0, transparent 720px);
  -webkit-mask-image: linear-gradient(180deg, #000 0, transparent 720px);
}

::selection {
  background: var(--butter);
  color: #221d14;
}

a {
  color: inherit;
}

button,
a {
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease,
    transform 160ms ease,
    rotate 160ms ease;
}

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

.shell {
  position: relative;
  z-index: 1;
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: clamp(14px, 2.4vw, 30px);
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.masthead {
  position: relative;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: clamp(28px, 4.5vw, 56px);
  animation: rise-in 480ms ease both;
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border: 2px solid var(--ink);
  border-radius: 12px;
  background: var(--green);
  color: var(--green-ink);
  box-shadow: 3px 3px 0 var(--ink-shadow);
  rotate: -3deg;
}

.brand:hover .brand-mark {
  rotate: 3deg;
}

.brand-mark svg {
  width: 26px;
  height: 26px;
}

.brand-text {
  display: grid;
  line-height: 1.15;
}

.brand-text strong {
  font-family: var(--display);
  font-size: 21px;
  font-weight: 650;
  letter-spacing: -0.01em;
}

.brand-text small {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  min-height: 41px;
  padding: 9px 18px;
  border: 2px solid var(--ink);
  border-radius: 12px;
  background: var(--green);
  color: var(--green-ink);
  font-family: var(--body);
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 3px 3px 0 var(--ink-shadow);
}

.button:hover {
  transform: translate(-1px, -1px);
  box-shadow: 4px 4px 0 var(--ink-shadow);
}

.button:active {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 var(--ink-shadow);
}

.button.secondary {
  background: var(--card);
  color: var(--ink);
}

.button.secondary:hover {
  background: var(--card-deep);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 3.4vw, 48px);
  align-items: start;
  margin-bottom: clamp(26px, 3.6vw, 46px);
}

.hero-copy {
  min-width: 0;
  padding-top: clamp(2px, 1vw, 14px);
  animation: rise-in 480ms ease 60ms both;
}

.kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  font-family: var(--mono);
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
}

.kicker::before {
  content: "";
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
  background: var(--green);
  border: 2px solid var(--ink);
  rotate: 14deg;
}

h1,
h2,
h3 {
  margin: 0;
}

h1,
h2 {
  font-family: var(--display);
}

.hero h1 {
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: clamp(1.85rem, 3.4vw, 2.7rem);
  font-weight: 620;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.hero h1 em {
  color: var(--green);
  font-style: italic;
  font-weight: 560;
}

.lead {
  max-width: 44ch;
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.55;
}

.summary-box {
  border: 2px solid var(--ink);
  border-radius: 22px;
  background: var(--card);
  box-shadow: 8px 8px 0 var(--ink-shadow);
  padding: clamp(18px, 2.4vw, 28px);
  animation: rise-in 480ms ease 140ms both;
}

.summary-box strong {
  display: block;
  margin: 0 0 9px;
  font-family: var(--display);
  font-size: 21px;
  font-weight: 620;
  font-style: italic;
  letter-spacing: -0.01em;
}

.summary-box p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.55;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 360px);
  gap: clamp(18px, 2.4vw, 30px);
  align-items: start;
  margin-bottom: clamp(44px, 6vw, 76px);
  animation: rise-in 480ms ease 260ms both;
}

.article {
  display: grid;
  gap: clamp(14px, 2vw, 24px);
}

.article section {
  display: grid;
  gap: 13px;
  padding-bottom: clamp(20px, 3vw, 34px);
  border-bottom: 2px dashed var(--hairline);
}

.article section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

h2 {
  font-size: clamp(26px, 3.4vw, 36px);
  font-weight: 620;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

h3 {
  font-size: 18.5px;
  font-weight: 640;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

p,
li {
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.6;
}

p {
  margin: 0;
}

ul,
ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 1.2em;
}

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

.card {
  position: relative;
  padding: clamp(14px, 1.8vw, 20px);
  border: 2px dashed var(--hairline);
  border-radius: 16px;
  background: var(--card-deep);
}

.card strong,
.aside-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 15.5px;
  font-weight: 780;
}

.card p,
.aside-card p {
  font-size: 13.5px;
  line-height: 1.55;
}

.aside {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 14px;
}

.aside-card {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 2px solid var(--ink);
  border-radius: 18px;
  background: var(--receipt);
  box-shadow: 4px 4px 0 var(--ink-shadow);
}

.aside-card .button {
  width: fit-content;
}

.link-list {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.link-list a {
  color: var(--ink);
  font-weight: 750;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.18em;
}

.link-list a:hover {
  color: var(--green);
}

.note {
  padding: 14px 16px;
  border: 2px dashed var(--hairline);
  border-radius: 16px;
  background: var(--card-deep);
}

.note p,
.note li {
  font-size: 13.5px;
  line-height: 1.55;
}

.ingredients {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  list-style: none;
}

.ingredients li {
  min-height: 44px;
  padding: 10px 14px;
  border: 2px solid var(--ink);
  border-radius: 14px;
  background: var(--card);
  color: var(--ink);
  font-weight: 700;
  box-shadow: 2px 2px 0 var(--ink-shadow);
}

.faq-list {
  display: grid;
  gap: clamp(14px, 2vw, 24px);
}

.faq-item {
  display: grid;
  gap: 13px;
  padding: 19px;
  border: 2px solid var(--ink);
  border-radius: 18px;
  background: var(--card);
  box-shadow: 4px 4px 0 var(--ink-shadow);
}

.faq-item h2,
.faq-item h3 {
  margin-bottom: 0;
  font-family: var(--display);
  font-size: 21px;
  font-weight: 620;
  font-style: italic;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 20px 2px 8px;
  border-top: 2px dashed var(--hairline);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1.5px solid var(--hairline);
  padding-bottom: 1px;
}

.site-footer a:hover {
  color: var(--green);
  border-bottom-color: var(--green);
}

@media (max-width: 1080px) {
  .hero,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-top: 0;
  }

  .aside {
    position: static;
  }
}

@media (max-width: 860px) {
  .card-grid,
  .ingredients {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 560px) {
  .nav {
    width: 100%;
    justify-content: flex-start;
  }

  .brand-text small {
    display: none;
  }

  .button {
    min-height: 40px;
    padding: 8px 14px;
    font-size: 14px;
  }
}
