@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&display=swap");

:root {
  --ink: #1d130f;
  --muted: #4d423c;
  --cream: #fffaf0;
  --cream-strong: #fde7c8;
  --paper: #ffffff;
  --orange: #f47c4b;
  --orange-dark: #d75f33;
  --sky: #c8efff;
  --sky-deep: #a7deef;
  --line: #eadbc8;
  --leaf: #78c568;
  --blue: #79bdd7;
  --shadow: 0 8px 18px rgba(84, 56, 26, 0.14);
  --font-main: "Baloo 2", ui-rounded, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-main);
  font-weight: 600;
  line-height: 1.18;
  background:
    radial-gradient(circle at 12% 8%, rgba(248, 217, 171, 0.38), transparent 24rem),
    radial-gradient(circle at 86% 24%, rgba(207, 239, 244, 0.34), transparent 26rem),
    var(--cream);
}

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

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

p,
h1,
h2,
h3,
ul,
figure {
  margin: 0;
}

h1,
h2,
h3,
p,
a,
span,
strong,
li,
button,
input {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: var(--font-main);
  font-weight: 800;
  letter-spacing: 0;
}

h1 {
  max-width: 520px;
  font-size: 4rem;
  line-height: 0.95;
}

h2 {
  font-size: 2.1rem;
  line-height: 1;
}

h3 {
  font-size: 1.2rem;
  line-height: 1.02;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(255, 250, 240, 0.94);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  width: min(1120px, calc(100% - 28px));
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 118px;
}

.nav-links,
.header-actions,
.hero-actions {
  display: flex;
  align-items: center;
}

.nav-links {
  gap: 28px;
}

.header-actions {
  gap: 18px;
}

.nav-link,
.language-link {
  color: var(--ink);
  font-size: 0.96rem;
  font-weight: 800;
  white-space: nowrap;
}

.has-menu {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.has-menu::after {
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.button,
.newsletter-form button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 2px solid var(--orange);
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-family: var(--font-main);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  box-shadow: 0 7px 12px rgba(222, 94, 43, 0.18);
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover,
.newsletter-form button:hover {
  border-color: var(--orange-dark);
  background: var(--orange-dark);
  transform: translateY(-1px);
}

.button-secondary {
  border-color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  box-shadow: none;
}

.button-secondary:hover {
  border-color: var(--ink);
  background: var(--paper);
}

.button-small {
  min-height: 42px;
  padding-inline: 19px;
  font-size: 0.94rem;
}

main {
  overflow: hidden;
}

.store-hero {
  padding: 8px 12px 26px;
}

.hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  width: min(1120px, 100%);
  min-height: 540px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(90deg, #fde9cd 0%, #fff3de 53%, #ffffff 53%);
  box-shadow: 0 9px 22px rgba(81, 55, 29, 0.11);
}

.hero-copy {
  display: grid;
  align-content: center;
  padding: 60px 64px;
}

.hero-copy > p {
  max-width: 430px;
  margin-top: 18px;
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.12;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-media {
  min-height: 100%;
}

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

.section {
  width: min(940px, calc(100% - 38px));
  margin: 0 auto;
  padding: 26px 0;
}

section[id] {
  scroll-margin-top: 86px;
}

.skill-section,
.product-section,
.why-section {
  text-align: center;
}

.skill-section {
  width: min(1180px, calc(100% - 32px));
}

.skill-infographic-link {
  display: block;
  overflow-x: auto;
  margin-top: 18px;
  border: 1px solid #eadbc8;
  border-radius: 24px;
  background: #fffaf0;
  box-shadow: 0 12px 26px rgba(84, 56, 26, 0.1);
}

.skill-infographic-link img {
  width: 100%;
  min-width: 760px;
  border-radius: 24px;
}

.skill-grid,
.product-grid,
.why-grid {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.skill-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.skill-card {
  display: grid;
  justify-items: center;
  min-height: 306px;
  padding: 22px 20px 18px;
  border: 1px solid rgba(103, 175, 202, 0.22);
  border-radius: 24px;
  background: linear-gradient(145deg, var(--sky), #d7f4ff);
  color: var(--ink);
  box-shadow: 0 7px 14px rgba(78, 120, 133, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.skill-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 20px rgba(78, 120, 133, 0.14);
}

.skill-card h3 {
  margin-top: 10px;
  font-size: 1.55rem;
}

.skill-card p {
  max-width: 235px;
  margin-top: 3px;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.16;
}

.skill-card .skill-best-for {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.18;
}

.skill-card .skill-best-for strong {
  color: var(--ink);
}

.skill-link {
  margin-top: 9px;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.skill-illustration {
  position: relative;
  display: block;
  width: 92px;
  height: 72px;
}

.abacus-frame {
  position: absolute;
  inset: 5px 13px 7px;
  border: 4px solid #4b3020;
  border-radius: 3px;
}

.abacus-row {
  position: absolute;
  left: 20px;
  display: flex;
  width: 52px;
  justify-content: flex-start;
  gap: 4px;
}

.abacus-row::before {
  position: absolute;
  z-index: 0;
  top: 9px;
  left: -4px;
  width: 62px;
  height: 3px;
  border-radius: 99px;
  background: #4b3020;
  content: "";
}

.abacus-row i {
  position: relative;
  z-index: 1;
  display: block;
  width: 10px;
  height: 16px;
  border: 2px solid #4b3020;
  border-radius: 50%;
  background: #f9bf56;
}

.abacus-row-1 {
  top: 13px;
}

.abacus-row-1 i:nth-child(1),
.abacus-row-3 i:nth-child(2) {
  background: #ef7950;
}

.abacus-row-1 i:nth-child(3),
.abacus-row-2 i:nth-child(2),
.abacus-row-3 i:nth-child(4) {
  background: #79bdd7;
}

.abacus-row-2 {
  top: 31px;
}

.abacus-row-3 {
  top: 49px;
}

.block {
  position: absolute;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 3px solid #2b211b;
  border-radius: 5px;
  background: #f7ca62;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.46);
}

.block-a {
  top: 4px;
  left: 31px;
}

.block-b {
  top: 35px;
  left: 17px;
  background: #ed806f;
}

.block-c {
  top: 35px;
  left: 48px;
  background: #8bbbdc;
}

.skill-illustration-stack {
  height: 78px;
}

.ring {
  position: absolute;
  left: 50%;
  height: 13px;
  border: 3px solid #2b211b;
  border-radius: 999px;
  transform: translateX(-50%);
}

.ring-1 {
  bottom: 5px;
  width: 72px;
  background: #ef7350;
}

.ring-2 {
  bottom: 20px;
  width: 59px;
  background: #f4c35e;
}

.ring-3 {
  bottom: 35px;
  width: 46px;
  background: #7ac9e7;
}

.ring-4 {
  bottom: 50px;
  width: 33px;
  background: #79c56a;
}

.ring-dot {
  position: absolute;
  bottom: 65px;
  left: 50%;
  width: 17px;
  height: 17px;
  border: 3px solid #2b211b;
  border-radius: 50%;
  background: #e7a566;
  transform: translateX(-50%);
}

.product-section {
  padding-top: 30px;
}

.product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  text-align: left;
}

.product-tile {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  scroll-margin-top: 92px;
  border: 1px solid #eadfce;
  border-radius: 16px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.product-tile:target {
  outline: 4px solid rgba(244, 124, 75, 0.32);
  outline-offset: 4px;
}

.product-tile img {
  width: 100%;
  height: 156px;
  object-fit: cover;
  object-position: center;
  background: #fff3df;
}

.product-tile > div {
  padding: 12px 14px 15px;
}

.product-tile h3 {
  font-size: 1rem;
}

.age-pill {
  display: inline-flex;
  min-height: 23px;
  align-items: center;
  margin-top: 6px;
  padding: 0 9px;
  border-radius: 999px;
  background: #fee0b8;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
}

.product-tile ul {
  display: grid;
  gap: 3px;
  margin-top: 8px;
  padding-left: 17px;
}

.product-tile li {
  color: var(--ink);
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.08;
}

.product-interest-link {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 0 13px;
  border: 2px solid var(--orange);
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 7px 12px rgba(222, 94, 43, 0.13);
}

.product-interest-link:hover {
  border-color: var(--orange-dark);
  background: var(--orange-dark);
}

.product-page-hero {
  width: min(930px, calc(100% - 38px));
  margin: 0 auto;
  padding: 58px 0 24px;
  text-align: center;
}

.product-page-hero h1 {
  max-width: 850px;
  margin: 8px auto 0;
  font-size: 3.35rem;
}

.product-page-hero > p:not(.eyebrow) {
  max-width: 760px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.18;
}

.product-page-hero span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  margin-top: 18px;
  padding: 0 15px;
  border: 1px solid #ead0a6;
  border-radius: 999px;
  background: #ffedcf;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
}

.product-page-section {
  width: min(1040px, calc(100% - 38px));
  padding-top: 20px;
  padding-bottom: 60px;
}

.product-detail-grid {
  display: grid;
  gap: 22px;
}

.product-detail-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  scroll-margin-top: 92px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.product-detail-card:target {
  outline: 4px solid rgba(244, 124, 75, 0.3);
  outline-offset: 4px;
}

.product-detail-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
  background: #fff3df;
}

.product-detail-content {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: clamp(22px, 4vw, 34px);
}

.product-detail-content h2 {
  font-size: 2rem;
}

.product-detail-content > p:not(.product-type) {
  color: var(--muted);
  font-size: 1.03rem;
  font-weight: 700;
  line-height: 1.18;
}

.product-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 6px 0 0;
}

.product-specs div {
  min-height: 88px;
  padding: 14px;
  border: 1px solid #efdfcc;
  border-radius: 14px;
  background: #fff8eb;
}

.product-specs dt {
  color: var(--orange-dark);
  font-size: 0.82rem;
  font-weight: 800;
}

.product-specs dd {
  margin: 5px 0 0;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.1;
}

.product-focus-list {
  margin: 0;
  padding-left: 16px;
}

.product-focus-list li + li {
  margin-top: 4px;
}

.product-suggested-use {
  padding: 16px;
  border: 1px solid #efdfcc;
  border-radius: 16px;
  background: #fffdf7;
}

.product-suggested-use h3 {
  color: var(--orange-dark);
  font-size: 1rem;
}

.product-suggested-use p {
  margin-top: 6px;
  color: var(--ink);
  font-size: 0.97rem;
  font-weight: 700;
  line-height: 1.18;
}

.product-detail-cta {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 7px 12px rgba(222, 94, 43, 0.14);
}

.product-detail-cta:hover {
  background: var(--orange-dark);
}

.why-section {
  width: min(980px, calc(100% - 38px));
  padding-top: 58px;
  padding-bottom: 66px;
}

.why-section h2 {
  font-size: 1.92rem;
}

.why-intro {
  display: grid;
  width: min(560px, 100%);
  margin: 12px auto 0;
}

.why-intro p {
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.32;
}

.why-grid {
  width: min(900px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 36px auto 0;
  text-align: left;
}

.why-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.why-card h3 {
  font-size: 1.04rem;
}

.why-card p {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.26;
}

.why-icon {
  position: relative;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid #efcfa8;
  border-radius: 50%;
  background: #fde6c8;
}

.why-icon svg {
  width: 42px;
  height: 42px;
  overflow: visible;
}

.why-icon path,
.why-icon circle,
.why-icon rect {
  fill: none;
  stroke: #2b211b;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.why-icon-fill-blue {
  fill: #8fcce7 !important;
}

.why-icon-fill-orange {
  fill: #f29b78 !important;
}

.why-icon-fill-yellow {
  fill: #f3c66b !important;
}

.why-icon-stack i,
.why-icon-stack i::before,
.why-icon-stack i::after {
  position: absolute;
  left: 50%;
  border: 3px solid #2b211b;
  border-radius: 999px;
  content: "";
  transform: translateX(-50%);
}

.why-icon-stack i {
  bottom: 14px;
  width: 38px;
  height: 12px;
  background: #78c568;
}

.why-icon-stack i::before {
  bottom: 10px;
  width: 30px;
  height: 12px;
  background: #f3c66b;
}

.why-icon-stack i::after {
  bottom: 24px;
  width: 20px;
  height: 12px;
  background: #8fcce7;
}

.why-icon-heart i {
  position: absolute;
  inset: 15px;
  border: 3px solid #2b211b;
  border-radius: 14px 14px 18px 18px;
  background: #93d682;
  transform: rotate(-45deg);
}

.why-icon-heart i::after {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 15px;
  height: 8px;
  border-bottom: 3px solid #2b211b;
  border-left: 3px solid #2b211b;
  content: "";
  transform: rotate(-2deg);
}

.site-footer {
  background: var(--paper);
  border-top: 1px solid #efe7dc;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) minmax(110px, 0.5fr) minmax(140px, 0.6fr) minmax(100px, 0.5fr);
  gap: 28px;
  width: min(920px, calc(100% - 38px));
  margin: 0 auto;
  padding: 32px 0 18px;
}

.newsletter-block h2 {
  font-size: 1.25rem;
  line-height: 1.05;
}

.newsletter-block p {
  width: min(440px, 100%);
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
}

.newsletter-form {
  position: relative;
  display: flex;
  width: min(330px, 100%);
  margin-top: 12px;
}

.newsletter-form input {
  width: 100%;
  min-height: 34px;
  padding: 4px 142px 4px 18px;
  border: 1px solid #d9cfc1;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-family: var(--font-main);
  font-size: 0.88rem;
  font-weight: 600;
}

.newsletter-form button {
  position: absolute;
  top: 3px;
  right: 3px;
  min-height: 28px;
  padding-inline: 15px;
  border-width: 0;
  font-size: 0.8rem;
}

.footer-links {
  display: grid;
  gap: 8px;
  align-content: start;
  font-size: 0.96rem;
  font-weight: 700;
}

.social-links {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.social-links a {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
}

.social-links svg {
  display: block;
  width: 15px;
  height: 15px;
}

.social-links a[aria-label="Instagram"] svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.social-links a[aria-label="Facebook"] svg,
.social-links a[aria-label="Pinterest"] svg {
  fill: currentColor;
}

.footer-bottom {
  display: flex;
  grid-column: 1 / -1;
  justify-content: space-between;
  gap: 20px;
  padding-top: 17px;
  border-top: 1px solid #e9ded1;
  font-size: 0.86rem;
  font-weight: 700;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

[data-reveal] {
  opacity: 1;
  transform: none;
  transition: opacity 420ms ease, transform 420ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.router-page {
  min-height: 100vh;
  background: var(--cream);
}

.language-gate {
  display: grid;
  min-height: 100vh;
  place-items: center;
  align-content: center;
  gap: 18px;
  padding: 28px;
  text-align: center;
}

.gate-logo {
  width: min(300px, 82vw);
}

.language-gate p {
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 700;
}

.gate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.gate-actions a {
  display: inline-flex;
  min-width: 145px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--paper);
  font-weight: 800;
}

.blog-featured-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  width: min(1120px, calc(100% - 28px));
  min-height: 520px;
  overflow: hidden;
  margin: 0 auto 32px;
  border: 1px solid rgba(234, 219, 200, 0.72);
  border-radius: 24px;
  background: linear-gradient(110deg, #fff2db 0%, #ffe6c1 48%, #fff8e9 100%);
  box-shadow: 0 14px 28px rgba(84, 56, 26, 0.12);
}

.blog-featured-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 58px 70px;
}

.blog-featured-copy h1 {
  max-width: 470px;
  margin-top: 8px;
  font-size: 3.55rem;
}

.blog-featured-copy p:not(.eyebrow) {
  max-width: 430px;
  margin-top: 16px;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.1;
}

.blog-featured-copy .button {
  margin-top: 24px;
}

.blog-featured-media {
  min-width: 0;
}

.blog-featured-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.article-hero {
  width: min(900px, calc(100% - 38px));
  margin: 0 auto;
  padding: 56px 0 30px;
  text-align: center;
}

.article-hero h1 {
  margin: 8px auto 0;
}

.eyebrow,
.product-type,
.post-meta,
.breadcrumb {
  color: var(--orange-dark);
  font-size: 0.95rem;
  font-weight: 800;
}

.article-hero > p:not(.eyebrow) {
  max-width: 700px;
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.18;
}

.blog-section,
.blog-teaser-section,
.faq-section {
  width: min(920px, calc(100% - 38px));
  margin: 0 auto;
  padding: 32px 0 58px;
}

.blog-section-heading {
  text-align: center;
}

.blog-section-heading h2 {
  font-size: 2.1rem;
}

.blog-category-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 16px auto 24px;
}

.blog-category-chip {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.blog-category-chip:hover,
.blog-category-chip:focus-visible {
  border-color: var(--orange);
  background: #ffe6d7;
  color: var(--ink);
  transform: translateY(-1px);
}

.blog-category-chip.is-active {
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
}

.blog-card-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.blog-card,
.faq-card,
.article-aside {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.blog-card a {
  display: grid;
  height: 100%;
  grid-template-rows: auto 1fr;
}

.blog-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  background: #fff3df;
}

.blog-card div,
.faq-card,
.article-aside {
  padding: 18px;
}

.blog-card div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.blog-pill {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  padding: 0 12px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1;
}

.blog-pill-1 {
  background: #c8f2be;
}

.blog-pill-2 {
  background: #fde6ce;
}

.blog-pill-3 {
  background: #cceef7;
}

.blog-card h2 {
  margin-top: 10px;
  font-size: 1.28rem;
  line-height: 1.02;
}

.blog-card p:not(.product-type):not(.blog-pill),
.faq-card p,
.article-body {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.22;
}

.blog-card p:not(.product-type):not(.blog-pill) {
  margin-top: 10px;
}

.blog-read-time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 18px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
}

.blog-read-time::before {
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 999px;
  content: "";
}

.article-hero {
  text-align: left;
}

.article-hero h1,
.article-hero > p:not(.eyebrow) {
  margin-left: 0;
}

.article-hero img {
  width: 100%;
  max-height: 560px;
  margin-top: 28px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 36px;
  width: min(900px, calc(100% - 38px));
  margin: 0 auto;
  padding-bottom: 60px;
}

.article-body {
  display: grid;
  gap: 18px;
  font-size: 1.05rem;
}

.article-body h2 {
  margin-top: 10px;
  font-size: 1.65rem;
}

.article-aside {
  position: sticky;
  top: 92px;
  align-self: start;
}

.article-aside h2 {
  font-size: 1.2rem;
}

.article-aside a {
  display: block;
  margin-top: 10px;
  font-weight: 800;
}

.content-page-hero {
  width: min(900px, calc(100% - 38px));
  margin: 0 auto;
  padding: 58px 0 24px;
  text-align: center;
}

.content-page-hero h1 {
  max-width: 820px;
  margin: 8px auto 0;
  font-size: 3.15rem;
}

.content-page-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.18;
}

.content-page-section {
  width: min(920px, calc(100% - 38px));
  padding-top: 20px;
  padding-bottom: 62px;
}

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

.content-card {
  min-height: 178px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.content-card h2 {
  font-size: 1.65rem;
}

.content-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.18;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  [data-reveal] {
    transition: none;
  }
}

@media (max-width: 860px) {
  h1 {
    font-size: 3.1rem;
  }

  .header-inner {
    gap: 14px;
  }

  .nav-links {
    gap: 18px;
  }

  .hero-copy {
    padding: 44px 34px;
  }

  .hero-panel {
    min-height: 430px;
  }

  .blog-featured-copy {
    padding: 48px 42px;
  }

  .blog-featured-copy h1 {
    font-size: 3.05rem;
  }

  .product-tile img {
    height: 135px;
  }

  .footer-inner {
    grid-template-columns: minmax(240px, 1fr) minmax(110px, auto) minmax(130px, auto);
  }

  .social-links {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .site-header {
    position: static;
  }

  .header-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    min-height: 64px;
  }

  .nav-links {
    display: none;
  }

  .brand img {
    width: 106px;
  }

  .header-actions {
    gap: 10px;
  }

  .language-link {
    font-size: 0.86rem;
  }

  .button-small {
    min-height: 36px;
    padding-inline: 13px;
    font-size: 0.82rem;
  }

  .store-hero {
    padding: 6px 10px 18px;
  }

  .hero-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-copy {
    padding: 38px 26px 30px;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 1.82rem;
  }

  .hero-copy > p {
    font-size: 1rem;
  }

  .hero-actions .button {
    flex: 1 1 165px;
  }

  .hero-media {
    min-height: 275px;
  }

  .blog-featured-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 20px;
    margin-bottom: 18px;
  }

  .blog-featured-copy {
    order: 2;
    padding: 32px 24px 34px;
  }

  .blog-featured-copy h1 {
    font-size: 2.62rem;
  }

  .blog-featured-copy p:not(.eyebrow) {
    font-size: 1rem;
  }

  .blog-featured-media {
    order: 1;
  }

  .blog-featured-media img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .skill-grid,
  .product-grid,
  .product-detail-card,
  .why-grid,
  .blog-card-grid,
  .content-card-grid,
  .faq-grid,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .skill-card {
    min-height: 190px;
  }

  .product-tile img,
  .product-detail-card img,
  .blog-card img {
    height: auto;
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .product-page-hero h1 {
    font-size: 2.45rem;
  }

  .content-page-hero h1 {
    font-size: 2.35rem;
  }

  .product-page-hero span {
    border-radius: 14px;
    padding: 9px 13px;
    line-height: 1.1;
  }

  .product-specs {
    grid-template-columns: 1fr;
  }

  .why-card {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .why-icon {
    width: 54px;
    height: 54px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-bottom {
    display: grid;
  }

  .article-aside {
    position: static;
  }
}

@media (max-width: 420px) {
  .header-actions {
    justify-content: end;
  }

  .language-link {
    display: none;
  }

  h1 {
    font-size: 2.62rem;
  }

  .hero-copy {
    padding-inline: 22px;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }
}
