:root {
  --bg: #fbfaf8;
  --surface: #ffffff;
  --surface-warm: #fff4ea;
  --text: #1e1b18;
  --muted: #615b55;
  --soft: #f5efe8;
  --border: #e8ded3;
  --accent: #d95712;
  --accent-dark: #b84408;
  --accent-soft: #fff0e3;
  --shadow: 0 12px 30px rgba(48, 34, 24, 0.08);
  --radius: 8px;
  --container: 1280px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
}

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

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

button,
input {
  font: inherit;
}

.container {
  width: min(100% - 48px, var(--container));
  margin-inline: auto;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr minmax(240px, 320px);
  align-items: center;
  gap: 20px;
  min-height: 82px;
}

.site-logo {
  display: inline-flex;
  align-items: baseline;
  color: #171411;
  font-family: var(--serif);
  font-size: 37px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.site-logo span,
.site-logo small {
  color: var(--accent);
}

.site-logo small {
  font-family: var(--sans);
  font-size: 24px;
  font-weight: 700;
}

.site-nav {
  justify-self: center;
}

.site-nav ul {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #15120f;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.nav-link[aria-current="page"] {
  color: var(--accent-dark);
}

.has-dropdown > .nav-link::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.dropdown-menu {
  position: absolute;
  top: 40px;
  left: 50%;
  display: grid;
  min-width: 210px;
  padding: 10px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.dropdown-menu a {
  padding: 9px 10px;
  border-radius: 6px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus-visible {
  background: var(--accent-soft);
  color: var(--accent-dark);
}

.has-dropdown:hover .dropdown-menu,
.has-dropdown:focus-within .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.header-search {
  position: relative;
  display: flex;
  align-items: center;
}

.header-search input {
  width: 100%;
  height: 44px;
  padding: 0 48px 0 16px;
  color: var(--text);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 6px;
  outline: 0;
}

.header-search input:focus {
  border-color: rgba(217, 87, 18, 0.7);
  box-shadow: 0 0 0 3px rgba(217, 87, 18, 0.12);
}

.header-search button {
  position: absolute;
  right: 8px;
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  padding: 0;
  color: var(--text);
  background: transparent;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}

.header-search svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: var(--surface);
  cursor: pointer;
}

.menu-toggle-line {
  display: block;
  width: 18px;
  height: 2px;
  margin: 2px 0;
  background: var(--text);
  border-radius: 99px;
}

.hero-section {
  padding: 4px 0 0;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(90deg, #fffaf4 0%, #fff 48%, #fbfaf8 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(520px, 1.45fr);
  gap: 48px;
  align-items: center;
  min-height: 500px;
}

.hero-content {
  padding: 56px 0;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--serif);
  color: #1b1815;
}

h1 {
  max-width: 620px;
  margin-bottom: 24px;
  font-size: clamp(44px, 5.2vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(30px, 3.2vw, 39px);
  line-height: 1.14;
}

h3 {
  margin-bottom: 8px;
  color: #1a1714;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.18;
}

.hero-text {
  max-width: 520px;
  margin-bottom: 32px;
  color: #34302b;
  font-size: 20px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-affiliate-note {
  max-width: 520px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
}

.btn-secondary,
.btn-small {
  color: var(--text);
  background: var(--surface);
  border-color: var(--border);
}

.btn-secondary:hover,
.btn-secondary:focus-visible,
.btn-small:hover,
.btn-small:focus-visible {
  border-color: rgba(217, 87, 18, 0.55);
  color: var(--accent-dark);
}

.btn-small {
  min-height: 38px;
  padding: 0 18px;
  font-size: 14px;
}

.hero-media {
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  gap: 8px;
  align-self: stretch;
  min-height: 492px;
  padding-top: 4px;
}

.hero-media img {
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: var(--radius);
}

.section {
  padding: 34px 0 0;
}

.page-hero {
  padding: 54px 0 34px;
  background: linear-gradient(90deg, #fffaf4 0%, #fff 58%, #fbfaf8 100%);
  border-bottom: 1px solid var(--border);
}

.page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.55fr);
  gap: 48px;
  align-items: center;
}

.page-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(42px, 4.6vw, 62px);
}

.page-hero p {
  max-width: 760px;
  margin-bottom: 0;
  color: #34302b;
  font-size: 19px;
}

.page-hero-card {
  padding: 26px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.page-hero-card h2 {
  margin-bottom: 12px;
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 850;
}

.page-hero-card ul,
.plain-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.page-hero-card li,
.plain-list li {
  padding: 9px 0;
  color: var(--muted);
  border-top: 1px solid var(--border);
}

.page-hero-card li:first-child,
.plain-list li:first-child {
  border-top: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.breadcrumb a {
  color: var(--accent-dark);
}

.breadcrumb span::before {
  content: "/";
  margin-right: 8px;
  color: #a59a90;
}

.content-section {
  padding: 34px 0;
}

.content-section + .content-section {
  padding-top: 8px;
}

.section-intro {
  max-width: 760px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 17px;
}

.two-card-grid,
.three-card-grid,
.four-card-grid {
  display: grid;
  gap: 24px;
}

.two-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.three-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.info-card,
.guide-card,
.comparison-card,
.policy-card,
.contact-card {
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 8px 20px rgba(44, 32, 24, 0.04);
}

.info-card h3,
.guide-card h3,
.comparison-card h3,
.policy-card h3,
.contact-card h3 {
  font-size: 22px;
}

.info-card p,
.guide-card p,
.comparison-card p,
.policy-card p,
.contact-card p {
  color: var(--muted);
}

.meta-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
}

.meta-list div {
  display: grid;
  gap: 3px;
  padding-top: 10px;
  border-top: 1px solid var(--border);
}

.meta-list dt {
  color: var(--text);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.meta-list dd {
  margin: 0;
  color: var(--muted);
}

.filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  color: var(--accent-dark);
  background: var(--accent-soft);
  border: 1px solid #f1c5a3;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

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

.link-list a {
  color: var(--accent-dark);
  font-weight: 800;
}

.split-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  gap: 28px;
  align-items: start;
}

.callout-card {
  padding: 26px;
  background: var(--surface-warm);
  border: 1px solid #f2c6a1;
  border-radius: var(--radius);
}

.callout-card h2,
.callout-card h3 {
  margin-bottom: 12px;
}

.final-cta {
  padding: 30px;
  background: linear-gradient(90deg, #fff2e8, #fffaf6);
  border: 1px solid #f2c6a1;
  border-radius: var(--radius);
}

.final-cta p {
  max-width: 740px;
  color: var(--muted);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 790px) minmax(260px, 340px);
  gap: 48px;
  align-items: start;
}

.article-body {
  padding: 34px 0;
}

.article-body h2 {
  margin-top: 34px;
  margin-bottom: 14px;
  font-size: 32px;
}

.article-body h3 {
  margin-top: 24px;
  font-family: var(--sans);
  font-size: 19px;
  font-weight: 850;
}

.article-body p,
.article-body li {
  color: #423c36;
  font-size: 17px;
}

.article-body ul,
.article-body ol {
  padding-left: 22px;
}

.article-image {
  overflow: hidden;
  margin: 24px 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.article-image img {
  aspect-ratio: 1.75 / 1;
  object-fit: cover;
}

.product-gallery {
  overflow: hidden;
  margin: 24px 0;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.gallery-main {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 360px;
  height: 450px;
  background: #fff;
}

.gallery-main img {
  width: 100%;
  height: 100%;
  max-height: 560px;
  object-fit: contain;
  cursor: zoom-in;
}

.gallery-control {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--text);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(48, 34, 24, 0.12);
  cursor: pointer;
  transform: translateY(-50%);
}

.gallery-control:hover,
.gallery-control:focus-visible {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
}

.gallery-control-prev {
  left: 14px;
}

.gallery-control-next {
  right: 14px;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
  background: #fffaf6;
  border-top: 1px solid var(--border);
}

.gallery-thumb {
  overflow: hidden;
  padding: 4px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 7px;
  cursor: pointer;
}

.gallery-thumb.is-active,
.gallery-thumb:hover,
.gallery-thumb:focus-visible {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(217, 87, 18, 0.16);
}

.gallery-thumb img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 5px;
}

.gallery-note {
  margin: 0;
  padding: 0 14px 14px;
  color: var(--muted);
  font-size: 14px;
}

.gallery-zoom {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(19, 15, 12, 0.86);
}

.gallery-zoom.is-open {
  display: flex;
}

.gallery-zoom img {
  width: auto;
  max-width: min(100%, 1180px);
  max-height: 88vh;
  object-fit: contain;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.gallery-zoom-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  cursor: pointer;
}

.gallery-zoom-close:hover,
.gallery-zoom-close:focus-visible {
  background: var(--accent);
  border-color: var(--accent);
}

body.gallery-lock {
  overflow: hidden;
}

.product-detail-list {
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.product-detail-list div:first-child {
  padding-top: 0;
  border-top: 0;
}

.article-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 18px;
}

.snapshot-card {
  padding: 22px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.snapshot-card h2,
.snapshot-card h3 {
  margin-bottom: 12px;
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 850;
}

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

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

.form-field {
  display: grid;
  gap: 7px;
}

.form-field.full {
  grid-column: 1 / -1;
}

.form-field label {
  color: var(--text);
  font-weight: 800;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 12px 14px;
  color: var(--text);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 6px;
  outline: 0;
}

.form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(217, 87, 18, 0.7);
  box-shadow: 0 0 0 3px rgba(217, 87, 18, 0.12);
}

.legal-content {
  max-width: 860px;
}

.legal-content h2 {
  margin-top: 32px;
  font-size: 30px;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.section-heading-link a {
  color: var(--accent);
  font-weight: 800;
}

.card-grid {
  display: grid;
  gap: 24px;
}

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

.category-card,
.review-card,
.article-card {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 8px 20px rgba(44, 32, 24, 0.04);
}

.category-card a,
.review-card,
.article-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.category-card img,
.review-card img,
.article-card img {
  aspect-ratio: 1.52 / 1;
  object-fit: cover;
  background: var(--soft);
}

.card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px 24px 24px;
}

.category-card p,
.review-card p,
.article-card p {
  color: var(--muted);
}

.category-card p {
  margin-bottom: 22px;
  font-size: 15px;
}

.arrow-link {
  margin-top: auto;
  color: var(--accent);
  font-size: 24px;
  font-weight: 800;
}

.card-kicker {
  margin-bottom: 8px;
  color: var(--accent) !important;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.review-card h3,
.article-card h3 {
  font-family: var(--serif);
  font-size: 21px;
}

.review-card h3 a:hover,
.article-card h3 a:hover {
  color: var(--accent-dark);
}

.review-card p,
.article-card p {
  font-size: 15px;
}

.review-card .btn {
  margin-top: auto;
}

.article-card .btn {
  margin-top: auto;
}

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

.product-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1fr);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 8px 20px rgba(44, 32, 24, 0.04);
}

.product-image {
  display: block;
  min-height: 100%;
  background: var(--soft);
}

.product-image img {
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.product-content {
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.product-label {
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-content h3 {
  margin-bottom: 10px;
}

.product-content p {
  color: var(--muted);
}

.product-meta {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 8px 0 22px;
  list-style: none;
}

.product-meta li {
  color: var(--muted);
  font-size: 14px;
}

.product-meta strong {
  color: var(--text);
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.product-note {
  margin-top: 16px;
  color: var(--muted);
  font-size: 13px;
}

.compare-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) 2fr;
  align-items: stretch;
  overflow: hidden;
  background: linear-gradient(90deg, #fffaf6, #fff);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 8px 20px rgba(44, 32, 24, 0.04);
}

.compare-intro {
  padding: 34px 28px;
}

.compare-intro h2 {
  margin-bottom: 14px;
  font-size: 32px;
}

.compare-intro p {
  margin-bottom: 24px;
  color: var(--text);
}

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

.feature-item {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 190px;
  padding: 28px 20px;
  text-align: center;
  border-left: 1px solid var(--border);
}

.feature-icon {
  display: inline-grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 16px;
  color: var(--accent);
}

.feature-icon svg {
  width: 54px;
  height: 54px;
  fill: currentColor;
}

.feature-item h3 {
  max-width: 190px;
  margin-bottom: 8px;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.2;
}

.feature-item p {
  max-width: 180px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.article-card time {
  margin-bottom: 8px;
  color: #5f5850;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.faq-section {
  padding-bottom: 22px;
}

.faq-section h2 {
  margin-bottom: 12px;
}

.faq-list {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.faq-item + .faq-item {
  border-top: 1px solid var(--border);
}

.faq-item h3 {
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 54px;
  padding: 0 24px;
  color: var(--text);
  background: transparent;
  border: 0;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.faq-question span {
  position: relative;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
}

.faq-question span::before,
.faq-question span::after {
  position: absolute;
  content: "";
  background: currentColor;
  border-radius: 2px;
}

.faq-question span::before {
  top: 6px;
  left: 0;
  width: 14px;
  height: 2px;
}

.faq-question span::after {
  top: 0;
  left: 6px;
  width: 2px;
  height: 14px;
  transition: transform 160ms ease;
}

.faq-question[aria-expanded="true"] span::after {
  transform: rotate(90deg);
}

.faq-answer {
  padding: 0 24px 18px;
  color: var(--muted);
}

.faq-answer p {
  max-width: 920px;
  margin: 0;
}

.disclosure-section {
  padding: 0 0 26px;
}

.affiliate-disclosure {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 18px 22px;
  background: var(--surface-warm);
  border: 1px solid #f2c6a1;
  border-radius: var(--radius);
}

.disclosure-icon {
  display: inline-grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--accent);
}

.disclosure-icon svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.affiliate-disclosure p {
  margin: 0;
  color: #352c25;
  font-size: 14px;
  line-height: 1.5;
}

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

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1.75fr;
  gap: 48px;
  padding: 32px 0 30px;
}

.footer-logo {
  margin-bottom: 14px;
  font-size: 25px;
}

.footer-logo small {
  font-size: 16px;
}

.footer-brand p,
.footer-column p,
.footer-column small {
  color: var(--muted);
  font-size: 14px;
}

.social-links {
  display: flex;
  gap: 16px;
  margin-top: 18px;
}

.social-links a {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: #27231f;
  font-size: 13px;
  font-weight: 850;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.footer-column h2 {
  margin-bottom: 4px;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 850;
}

.footer-column a {
  color: #38332d;
  font-size: 14px;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--accent-dark);
}

.newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0;
  margin: 12px 0 8px;
}

.newsletter-form input {
  min-width: 0;
  height: 42px;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-right: 0;
  border-radius: 6px 0 0 6px;
  outline: 0;
}

.newsletter-form input:focus {
  border-color: rgba(217, 87, 18, 0.7);
  box-shadow: 0 0 0 3px rgba(217, 87, 18, 0.12);
}

.newsletter-form .btn {
  min-height: 42px;
  border-radius: 0 6px 6px 0;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--border);
}

.footer-bottom p,
.footer-bottom a {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.footer-bottom div {
  display: flex;
  gap: 24px;
}

@media (max-width: 1120px) {
  .header-inner {
    grid-template-columns: auto 1fr;
    gap: 20px;
  }

  .site-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-self: start;
  }

  .header-search {
    justify-self: end;
    width: min(100%, 360px);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 30px;
  }

  .hero-content {
    max-width: 760px;
    padding: 46px 0 0;
  }

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

  .category-grid,
  .review-grid,
  .article-grid,
  .product-grid,
  .three-card-grid,
  .four-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .page-hero-inner,
  .split-panel,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
  }

  .compare-panel {
    grid-template-columns: 1fr;
  }

  .compare-features {
    border-top: 1px solid var(--border);
  }

  .feature-item:first-child {
    border-left: 0;
  }

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

@media (max-width: 780px) {
  .container {
    width: min(100% - 32px, var(--container));
  }

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

  .site-logo {
    font-size: 29px;
  }

  .site-logo small {
    font-size: 19px;
  }

  .menu-toggle {
    display: grid;
  }

  .site-nav,
  .header-search {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
  }

  .site-header.is-open .site-nav,
  .site-header.is-open .header-search {
    display: block;
  }

  .site-nav ul {
    display: grid;
    gap: 2px;
    padding: 8px 0 4px;
  }

  .nav-link {
    width: 100%;
    justify-content: space-between;
    min-height: 42px;
  }

  .dropdown-menu {
    position: static;
    display: none;
    min-width: 0;
    margin-bottom: 8px;
    padding: 6px;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .has-dropdown:focus-within .dropdown-menu,
  .has-dropdown:hover .dropdown-menu {
    display: grid;
  }

  .header-search {
    padding-bottom: 14px;
  }

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

  .hero-grid {
    gap: 22px;
    min-height: auto;
  }

  .hero-content {
    padding-top: 36px;
  }

  h1 {
    font-size: clamp(42px, 12vw, 56px);
  }

  .hero-text {
    font-size: 18px;
  }

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

  .hero-media img {
    min-height: 260px;
    max-height: 380px;
  }

  .section {
    padding-top: 30px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .category-grid,
  .review-grid,
  .article-grid,
  .product-grid,
  .two-card-grid,
  .three-card-grid,
  .four-card-grid,
  .compare-features,
  .footer-grid,
  .pros-cons,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding: 40px 0 28px;
  }

  .page-hero-inner {
    gap: 24px;
  }

  .page-hero-card {
    padding: 22px;
  }

  .feature-item {
    min-height: auto;
    border-top: 1px solid var(--border);
    border-left: 0;
  }

  .feature-item:first-child {
    border-top: 0;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .site-logo {
    font-size: 25px;
  }

  .site-logo small {
    font-size: 16px;
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .card-body {
    padding: 20px;
  }

  .compare-intro {
    padding: 26px 20px;
  }

  .faq-question {
    min-height: 58px;
    padding: 0 18px;
  }

  .faq-answer {
    padding: 0 18px 18px;
  }

  .affiliate-disclosure {
    gap: 12px;
    padding: 16px;
  }

  .newsletter-form {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .newsletter-form input,
  .newsletter-form .btn {
    border: 1px solid var(--border);
    border-radius: 6px;
  }

  .newsletter-form .btn {
    width: 100%;
  }

  .product-actions,
  .product-actions .btn {
    width: 100%;
  }

  .gallery-main {
    min-height: 260px;
  }

  .gallery-control {
    width: 36px;
    height: 36px;
  }

  .gallery-control-prev {
    left: 8px;
  }

  .gallery-control-next {
    right: 8px;
  }

  .gallery-thumbs {
    gap: 6px;
    padding: 8px;
  }
}
