:root {
  --bg: #fffaf0;
  --bg-deep: #f8efe0;
  --panel: #ffffff;
  --ink: #101828;
  --muted: #475467;
  --line: #e4d9c2;
  --primary: #e85f2f;
  --primary-dark: #b6401d;
  --teal: #0f766e;
  --gold: #f4a422;
  --night: #101b33;
  --radius-lg: 1.4rem;
  --radius-md: 1rem;
  --radius-sm: 0.7rem;
  --shadow-soft: 0 18px 45px rgba(16, 24, 40, 0.11);
  --shadow-card: 0 10px 24px rgba(16, 24, 40, 0.08);
  --theme-orb-a: rgba(232, 95, 47, 0.24);
  --theme-orb-b: rgba(15, 118, 110, 0.2);
  --theme-orb-c: rgba(76, 29, 149, 0.14);
  --theme-ribbon-a: #ef6e38;
  --theme-ribbon-b: #0f766e;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  line-height: 1.6;
  background:
    radial-gradient(80rem 45rem at 10% -20%, var(--theme-orb-a), transparent 60%),
    radial-gradient(65rem 40rem at 110% 0%, var(--theme-orb-b), transparent 58%),
    radial-gradient(38rem 28rem at 48% 5%, var(--theme-orb-c), transparent 70%),
    linear-gradient(180deg, #fffdf8 0%, var(--bg) 60%, var(--bg-deep) 100%);
  min-height: 100vh;
}

body::before,
body::after {
  content: "";
  position: fixed;
  width: 26rem;
  height: 26rem;
  border-radius: 999px;
  filter: blur(90px);
  pointer-events: none;
  z-index: -1;
  opacity: 0.32;
  animation: drift 18s ease-in-out infinite;
}

body::before {
  background: var(--theme-ribbon-a);
  top: -10rem;
  left: -8rem;
}

body::after {
  background: var(--theme-ribbon-b);
  bottom: -12rem;
  right: -8rem;
  animation-delay: 3s;
}

body.theme-home {
  --theme-orb-a: rgba(233, 93, 53, 0.26);
  --theme-orb-b: rgba(20, 134, 118, 0.19);
  --theme-orb-c: rgba(216, 180, 45, 0.18);
  --theme-ribbon-a: #ef6a36;
  --theme-ribbon-b: #0e7f74;
}

body.theme-plans {
  --theme-orb-a: rgba(249, 115, 22, 0.22);
  --theme-orb-b: rgba(2, 132, 199, 0.18);
  --theme-orb-c: rgba(30, 64, 175, 0.14);
  --theme-ribbon-a: #f97316;
  --theme-ribbon-b: #0284c7;
}

body.theme-recipes {
  --theme-orb-a: rgba(22, 163, 74, 0.22);
  --theme-orb-b: rgba(234, 88, 12, 0.17);
  --theme-orb-c: rgba(180, 83, 9, 0.16);
  --theme-ribbon-a: #16a34a;
  --theme-ribbon-b: #ea580c;
}

body.theme-deals {
  --theme-orb-a: rgba(202, 138, 4, 0.21);
  --theme-orb-b: rgba(5, 150, 105, 0.19);
  --theme-orb-c: rgba(147, 51, 234, 0.13);
  --theme-ribbon-a: #ca8a04;
  --theme-ribbon-b: #059669;
}

body.theme-about {
  --theme-orb-a: rgba(56, 189, 248, 0.2);
  --theme-orb-b: rgba(249, 115, 22, 0.17);
  --theme-orb-c: rgba(15, 118, 110, 0.14);
  --theme-ribbon-a: #0ea5e9;
  --theme-ribbon-b: #f97316;
}

body.theme-contact {
  --theme-orb-a: rgba(168, 85, 247, 0.19);
  --theme-orb-b: rgba(236, 72, 153, 0.16);
  --theme-orb-c: rgba(234, 88, 12, 0.16);
  --theme-ribbon-a: #a855f7;
  --theme-ribbon-b: #ec4899;
}

body.theme-guide {
  --theme-orb-a: rgba(16, 185, 129, 0.18);
  --theme-orb-b: rgba(245, 158, 11, 0.17);
  --theme-orb-c: rgba(14, 116, 144, 0.15);
  --theme-ribbon-a: #10b981;
  --theme-ribbon-b: #f59e0b;
}

body.theme-legal {
  --theme-orb-a: rgba(99, 102, 241, 0.18);
  --theme-orb-b: rgba(59, 130, 246, 0.16);
  --theme-orb-c: rgba(56, 189, 248, 0.14);
  --theme-ribbon-a: #6366f1;
  --theme-ribbon-b: #3b82f6;
}

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

input,
select,
textarea,
button {
  -webkit-appearance: none;
  appearance: none;
}

a {
  color: inherit;
}

main {
  position: relative;
  isolation: isolate;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(14px);
  background: rgba(255, 251, 244, 0.8);
  border-bottom: 1px solid rgba(180, 130, 72, 0.2);
}

.site-header.is-open {
  background: rgba(255, 251, 244, 0.95);
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.16);
}

.page-banner {
  position: relative;
  border-bottom: 1px solid rgba(163, 131, 75, 0.22);
  background:
    linear-gradient(90deg, rgba(255, 247, 233, 0.95) 0%, rgba(236, 255, 252, 0.95) 100%);
  overflow: hidden;
}

.page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.6) 0%, transparent 36%, rgba(255, 255, 255, 0.5) 72%, transparent 100%);
  transform: translateX(-35%);
  animation: slideShine 11s linear infinite;
  pointer-events: none;
}

.banner-inner {
  min-height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  flex-wrap: wrap;
  padding: 0.35rem 0;
}

.banner-copy {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 800;
  color: #2f3b4d;
  letter-spacing: 0.02em;
}

.banner-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(233, 106, 54, 0.2), rgba(15, 118, 110, 0.2));
  border: 1px solid rgba(154, 129, 80, 0.34);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #334156;
}

.topbar {
  position: relative;
  min-height: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
}

.brand-mark {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 0.65rem;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--primary), var(--gold));
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 20px rgba(232, 95, 47, 0.34);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.brand-text {
  font-family: "Syne", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand:hover .brand-mark {
  transform: rotate(-7deg) scale(1.05);
  box-shadow: 0 12px 24px rgba(232, 95, 47, 0.42);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.site-nav a {
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
  color: #22324a;
  padding: 0.58rem 0.85rem;
  border-radius: 999px;
  transition: 220ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.active {
  background: rgba(232, 95, 47, 0.14);
  color: #9e3618;
  box-shadow: inset 0 0 0 1px rgba(190, 132, 56, 0.24);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: #fff;
  color: #1d2939;
  padding: 0.56rem 0.84rem;
  border-radius: 0.65rem;
  font-weight: 700;
  cursor: pointer;
}

.button,
button,
input[type="submit"] {
  font: inherit;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: 220ms ease;
  min-height: 2.75rem;
  touch-action: manipulation;
}

.button.primary {
  padding: 0.8rem 1.25rem;
  background: linear-gradient(135deg, var(--primary) 0%, #f08b2d 100%);
  color: #fff;
}

.button.primary:hover,
.button.primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(232, 95, 47, 0.36);
}

.button.ghost {
  padding: 0.75rem 1.15rem;
  border-color: #c7b89d;
  background: rgba(255, 255, 255, 0.68);
  color: #27364d;
}

.button.ghost:hover,
.button.ghost:focus-visible {
  background: #fff;
  border-color: #bca678;
  transform: translateY(-2px);
}

.button.mini {
  padding: 0.55rem 0.95rem;
  background: #fff;
  border-color: #c4b08e;
  color: #182230;
}

.button.mini:hover,
.button.mini:focus-visible {
  background: #fff6e8;
}

.hero-home {
  position: relative;
  padding: clamp(2.2rem, 6vw, 5rem) 0 1.2rem;
}

.hero-home::before {
  content: "";
  position: absolute;
  right: 4%;
  top: 1.1rem;
  width: clamp(9rem, 22vw, 14rem);
  height: clamp(9rem, 22vw, 14rem);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 206, 122, 0.56), transparent 68%);
  filter: blur(2px);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: clamp(1rem, 4vw, 3rem);
}

.eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--teal);
}

.display {
  margin: 0.5rem 0 0.9rem;
  font-family: "Syne", sans-serif;
  font-size: clamp(2.1rem, 6vw, 4.2rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.lead {
  margin: 0;
  color: var(--muted);
  max-width: 60ch;
}

.cta-row {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.pill-row {
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pill-row li {
  font-weight: 700;
  font-size: 0.83rem;
  background: rgba(16, 27, 51, 0.08);
  color: #1f2e45;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
}

.hero-media {
  position: relative;
}

.media-panel {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(177, 147, 86, 0.4);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: #fff;
}

.media-panel img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  transition: transform 350ms ease;
}

.floating-note {
  position: absolute;
  max-width: 13.5rem;
  border: 1px solid #dcc499;
  border-radius: var(--radius-md);
  background: rgba(255, 253, 248, 0.95);
  box-shadow: var(--shadow-card);
  padding: 0.85rem;
}

.floating-note.top {
  top: -1rem;
  right: -0.8rem;
}

.floating-note.bottom {
  bottom: -1rem;
  left: -0.8rem;
}

.floating-note strong {
  display: block;
  font-family: "Syne", sans-serif;
  font-size: 1.15rem;
}

.floating-note span {
  font-size: 0.83rem;
  color: #3f4d63;
}

.partner-strip {
  margin: 1.7rem auto 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;
}

.partner-track {
  display: flex;
  gap: 1.8rem;
  width: max-content;
  padding: 0.7rem 1rem;
  animation: marquee 22s linear infinite;
}

.partner-track span {
  font-size: 0.83rem;
  font-weight: 800;
  color: #334054;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.section {
  position: relative;
  overflow: clip;
  padding: clamp(1.4rem, 3vw, 2.1rem);
  margin: 1.2rem auto;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(177, 147, 86, 0.34);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-card);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.section.alt {
  background:
    linear-gradient(145deg, rgba(255, 244, 228, 0.92) 0%, rgba(240, 252, 250, 0.92) 100%);
}

.section::before {
  content: "";
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  top: 0.55rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(232, 95, 47, 0.42), rgba(15, 118, 110, 0.4), rgba(255, 176, 31, 0.34));
  opacity: 0.75;
}

.section:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(16, 24, 40, 0.12);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.section-title {
  margin: 0.4rem 0 0;
  font-family: "Syne", sans-serif;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.section-subtitle {
  margin: 0;
  color: #4f5f79;
  max-width: 64ch;
}

.stats-grid,
.card-grid,
.offer-grid,
.recipe-grid,
.feature-grid {
  margin-top: 1rem;
  display: grid;
  gap: 1rem;
}

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

.stats-card {
  padding: 1rem;
  border-radius: var(--radius-md);
  background: #fff;
  border: 1px solid #e3d6bf;
}

.stats-card strong {
  display: block;
  font-family: "Syne", sans-serif;
  font-size: 1.55rem;
  line-height: 1;
}

.stats-card span {
  color: #4c5870;
  font-weight: 600;
  font-size: 0.9rem;
}

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

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

.card {
  position: relative;
  border: 1px solid #e1d5bf;
  background: #fff;
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: transform 250ms ease, box-shadow 250ms ease, border-color 250ms ease;
}

.card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-soft);
  border-color: #d2ba8e;
}

.card::after {
  content: "";
  position: absolute;
  inset: auto -16% -45% -16%;
  height: 58%;
  background: linear-gradient(180deg, transparent 0%, rgba(232, 95, 47, 0.12) 45%, rgba(15, 118, 110, 0.12) 100%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.card:hover::after {
  opacity: 1;
}

.card-image {
  width: 100%;
  height: 205px;
  object-fit: cover;
  transition: transform 450ms ease;
}

.card:hover .card-image {
  transform: scale(1.045);
}

img.image-fallback {
  object-fit: cover;
  background: linear-gradient(135deg, #f9b16f 0%, #f7d8b5 100%);
}

.card-body {
  padding: 1rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(15, 118, 110, 0.12);
  color: #0b5f59;
}

.card h3 {
  margin: 0.65rem 0 0.4rem;
  font-family: "Syne", sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
}

.card p {
  margin: 0;
  color: #4f5f79;
}

.card a {
  display: inline-flex;
  margin-top: 0.75rem;
  font-weight: 800;
  color: #a23c20;
}

.split {
  margin-top: 1rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.planner-form {
  display: grid;
  gap: 0.8rem;
}

.planner-form label {
  font-weight: 700;
  font-size: 0.9rem;
}

.input,
select,
textarea {
  width: 100%;
  border-radius: var(--radius-sm);
  border: 1px solid #cfbe9b;
  padding: 0.78rem 0.9rem;
  background: #fffcf5;
  color: #1d283b;
  font: inherit;
  transition: border-color 200ms ease, box-shadow 200ms ease;
  min-height: 2.8rem;
}

.input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #ea7d4d;
  box-shadow: 0 0 0 3px rgba(232, 95, 47, 0.15);
}

textarea {
  min-height: 7.4rem;
  resize: vertical;
}

.result-card {
  border: 1px solid #d8c7a6;
  border-radius: var(--radius-md);
  background: #fff;
  padding: 1rem;
}

.result-card.hidden {
  display: none;
}

.result-card h3 {
  margin: 0 0 0.35rem;
  font-family: "Syne", sans-serif;
}

.result-card p {
  margin: 0;
  color: #4f5f79;
}

.result-card a {
  display: inline-flex;
  margin-top: 0.65rem;
  font-weight: 800;
  color: #9d3618;
}

.form-note,
.message {
  margin: 0;
  font-size: 0.86rem;
  color: #556179;
}

.message {
  min-height: 1.2rem;
  font-weight: 700;
}

.table-wrap {
  position: relative;
  overflow-x: auto;
  border: 1px solid #dac9a9;
  border-radius: var(--radius-md);
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.table-wrap::before {
  content: "Swipe sideways for full table";
  position: absolute;
  right: 0.6rem;
  top: 0.35rem;
  font-size: 0.66rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 800;
  color: #6b7280;
  z-index: 2;
}

.table-wrap::after {
  content: "";
  position: sticky;
  right: 0;
  top: 0;
  width: 1.4rem;
  height: 100%;
  display: block;
  margin-left: auto;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 249, 236, 0.94));
}

@supports not (position: sticky) {
  .table-wrap::after {
    display: none;
  }
}

@media (min-width: 861px) {
  .table-wrap::before {
    display: none;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

th,
td {
  text-align: left;
  padding: 0.72rem 0.8rem;
  border-bottom: 1px solid #ecdcc0;
  font-size: 0.9rem;
}

th {
  background: #fff5e4;
  color: #344155;
  font-weight: 800;
}

td {
  color: #3f4c63;
}

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

.offer-card {
  position: relative;
  border: 1px solid #ddccb0;
  border-radius: var(--radius-md);
  background: #fff;
  padding: 1rem;
  display: grid;
  gap: 0.55rem;
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.offer-card::after {
  content: "";
  position: absolute;
  top: -40%;
  right: -28%;
  width: 14rem;
  height: 14rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 215, 153, 0.52), transparent 68%);
  pointer-events: none;
}

.offer-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-soft);
  border-color: #d2b486;
}

.offer-card h3 {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: 1.3rem;
}

.offer-card p {
  margin: 0;
  color: #51607a;
}

.offer-card .meta {
  font-size: 0.8rem;
  font-weight: 700;
  color: #44546a;
}

.offer-card a {
  justify-self: start;
}

.ad-grid {
  margin-top: 1rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ad-slot {
  border: 1px dashed #ccb58e;
  border-radius: var(--radius-md);
  min-height: 180px;
  background: #fffef8;
  padding: 0.8rem;
  transition: transform 230ms ease, box-shadow 230ms ease;
}

.ad-slot:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}

.ad-slot h3 {
  margin: 0 0 0.45rem;
  font-family: "Syne", sans-serif;
  font-size: 1rem;
}

.ad-slot.is-placeholder {
  background:
    repeating-linear-gradient(
      45deg,
      #fff8ea,
      #fff8ea 14px,
      #faefd9 14px,
      #faefd9 28px
    );
}

.page-hero {
  position: relative;
  padding: clamp(2rem, 6vw, 4rem) 0 0.8rem;
}

.page-hero::after {
  content: "";
  position: absolute;
  left: 2%;
  top: 0.6rem;
  width: clamp(9rem, 20vw, 12rem);
  height: 0.5rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(232, 95, 47, 0.75), rgba(15, 118, 110, 0.62));
  box-shadow: 0 10px 30px rgba(232, 95, 47, 0.3);
}

.page-hero-grid {
  display: grid;
  gap: 1.3rem;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
}

.hero-image {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid #cfbc95;
  box-shadow: var(--shadow-soft);
}

.hero-image::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.55);
  pointer-events: none;
  z-index: 1;
}

.hero-image img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: transform 350ms ease;
}

.mini-list {
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.mini-list li {
  font-size: 0.9rem;
  color: #42526b;
  padding-left: 1.2rem;
  position: relative;
}

.mini-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--primary), var(--gold));
}

.detail-grid {
  margin-top: 1rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.detail-card {
  position: relative;
  border: 1px solid #e4d7c2;
  border-radius: var(--radius-md);
  background: #fff;
  padding: 1rem;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.detail-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgba(233, 101, 54, 0.3), rgba(11, 130, 116, 0.28)) border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: none;
}

.detail-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}

.detail-card:hover::before {
  opacity: 1;
}

.detail-card h3 {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: 1.2rem;
}

.detail-card p {
  margin: 0.4rem 0 0;
  color: #4e5d75;
}

.gallery-grid {
  margin-top: 1rem;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gallery-grid img {
  width: 100%;
  height: 180px;
  border-radius: var(--radius-md);
  object-fit: cover;
  border: 1px solid #d8c7a6;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease;
}

.gallery-grid img:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: var(--shadow-card);
  border-color: #cfae74;
}

.hero-image:hover img,
.media-panel:hover img,
.article-hero:hover img {
  transform: scale(1.03);
}

.article-shell {
  width: min(980px, 92vw);
  margin: 0 auto;
  padding: clamp(1.6rem, 4vw, 2.6rem) 0 1.2rem;
}

.back-link {
  display: inline-flex;
  font-weight: 800;
  color: #9f3818;
  text-decoration: none;
  transition: transform 220ms ease, color 220ms ease;
}

.back-link:hover,
.back-link:focus-visible {
  color: #c24a22;
  transform: translateX(4px);
}

.article-hero {
  margin-top: 0.8rem;
  border-radius: var(--radius-lg);
  border: 1px solid #d7c39a;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.article-hero img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  transition: transform 350ms ease;
}

.article-hero .hero-copy {
  padding: 1rem;
}

.article-hero.text-only {
  background:
    radial-gradient(circle at 90% -10%, rgba(255, 189, 111, 0.35), transparent 50%),
    radial-gradient(circle at 12% 120%, rgba(59, 130, 246, 0.25), transparent 55%),
    linear-gradient(140deg, rgba(255, 247, 230, 0.95) 0%, rgba(238, 251, 249, 0.95) 100%);
}

.article-hero.text-only .hero-copy {
  padding: clamp(1.1rem, 3vw, 1.6rem);
}

.article-hero h1 {
  margin: 0.4rem 0 0;
  font-family: "Syne", sans-serif;
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  line-height: 1.05;
}

.article-content {
  margin-top: 1rem;
  border-radius: var(--radius-lg);
  border: 1px solid #e3d6c0;
  background: rgba(255, 255, 255, 0.95);
  padding: clamp(1rem, 3vw, 1.4rem);
  box-shadow: var(--shadow-card);
}

.article-content h2 {
  margin: 1rem 0 0.45rem;
  font-family: "Syne", sans-serif;
  font-size: 1.45rem;
  position: relative;
  padding-left: 0.85rem;
}

.article-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 0.35rem;
  height: 1.1rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(232, 95, 47, 0.8), rgba(15, 118, 110, 0.72));
}

.article-content p,
.article-content li {
  color: #344156;
}

.article-content ul {
  padding-left: 1.1rem;
}

.article-callout {
  margin-top: 1rem;
  border: 1px solid #c9dbd9;
  border-radius: var(--radius-md);
  background: #f3fffd;
  padding: 0.9rem;
}

.article-callout h3 {
  margin: 0;
  font-family: "Syne", sans-serif;
}

.article-callout p {
  margin: 0.35rem 0 0;
}

body.theme-guide .article-content {
  background:
    radial-gradient(circle at 100% -10%, rgba(255, 188, 84, 0.16), transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(247, 255, 250, 0.95) 100%);
}

body.theme-legal .article-content {
  background:
    radial-gradient(circle at 5% -15%, rgba(99, 102, 241, 0.15), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 250, 255, 0.96) 100%);
}

.faq details {
  margin-top: 0.7rem;
  border: 1px solid #d8c9ad;
  border-radius: var(--radius-sm);
  background: #fff;
  padding: 0.75rem;
}

.faq summary {
  font-weight: 800;
  cursor: pointer;
  color: #24324a;
}

.faq p {
  margin: 0.5rem 0 0;
  color: #4b5b74;
}

.site-footer {
  margin-top: 1.6rem;
  border-top: 1px solid rgba(170, 128, 65, 0.26);
  background: rgba(16, 27, 51, 0.95);
  color: #d4deed;
}

.footer-grid {
  padding: 1.6rem 0 1.1rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.3fr repeat(3, 1fr);
}

.footer-brand p {
  margin: 0.45rem 0 0;
  color: #b6c3d7;
  max-width: 50ch;
  font-size: 0.9rem;
}

.footer-col h3 {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: 1rem;
  color: #fff3dc;
}

.footer-col ul {
  margin: 0.55rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
}

.footer-col a {
  color: #d1def3;
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-col a:hover,
.footer-col a:focus-visible {
  color: #fff;
}

.footer-base {
  padding: 0.9rem 0 1.3rem;
  border-top: 1px solid rgba(209, 222, 243, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-base p {
  margin: 0;
  color: #b8c7de;
  font-size: 0.86rem;
}

.footer-base .links {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.footer-base .links a {
  color: #d4e2f8;
  font-size: 0.86rem;
  text-decoration: none;
}

html.js [data-reveal] {
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  transition: opacity 600ms ease, transform 600ms ease;
}

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

.delay-1 {
  transition-delay: 80ms;
}

.delay-2 {
  transition-delay: 160ms;
}

.delay-3 {
  transition-delay: 240ms;
}

.center {
  text-align: center;
}

@keyframes drift {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(1.5rem, -1.2rem) scale(1.08);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes slideShine {
  0% {
    transform: translateX(-35%);
  }

  100% {
    transform: translateX(145%);
  }
}

@keyframes menuIn {
  0% {
    opacity: 0;
    transform: translateY(-8px) scale(0.985);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 980px) {
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

@media (max-width: 860px) {
  body.nav-open {
    overflow: hidden;
  }

  body::before,
  body::after {
    width: 18rem;
    height: 18rem;
    filter: blur(64px);
    opacity: 0.2;
  }

  .container {
    width: min(1120px, 94vw);
  }

  .topbar {
    min-height: 4.15rem;
    gap: 0.55rem;
  }

  .brand-text {
    font-size: 1.06rem;
  }

  .banner-copy {
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .banner-chip {
    font-size: 0.64rem;
    letter-spacing: 0.06em;
  }

  .hero-grid,
  .page-hero-grid,
  .split,
  .offer-grid,
  .ad-grid,
  .card-grid.two {
    grid-template-columns: 1fr;
  }

  .hero-media {
    order: 0;
  }

  .floating-note {
    position: static;
    margin-top: 0.7rem;
    max-width: none;
  }

  .site-nav {
    position: fixed;
    top: calc(env(safe-area-inset-top, 0px) + 4.85rem);
    left: 0.7rem;
    right: 0.7rem;
    transform: none;
    width: auto;
    max-height: min(76dvh, 560px);
    overflow-y: auto;
    border: 1px solid #dbc79f;
    border-radius: 1rem;
    background: #fffdf7;
    box-shadow: var(--shadow-soft);
    padding: 0.75rem 0.7rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.4rem;
    z-index: 120;
  }

  .site-nav.open {
    display: flex;
    animation: menuIn 180ms ease;
  }

  .site-nav a {
    padding: 0.82rem 0.95rem;
    border-radius: 0.8rem;
    border: 1px solid rgba(209, 188, 152, 0.65);
    font-size: 0.98rem;
  }

  .site-nav a.active {
    border-color: rgba(190, 132, 56, 0.4);
  }

  .nav-toggle {
    display: inline-flex;
    min-height: 2.6rem;
    min-width: 3.45rem;
  }

  .topbar > .button.mini {
    display: none;
  }

  .section::before {
    left: 0.6rem;
    right: 0.6rem;
  }

  .page-hero::after {
    width: 7.4rem;
    height: 0.36rem;
    top: 0.4rem;
  }

  .hero-home,
  .page-hero {
    padding-top: 1rem;
  }

  .article-shell {
    padding-top: 1rem;
  }

  .display {
    line-height: 1.02;
  }

  .lead {
    font-size: 0.99rem;
  }
}

@media (max-width: 680px) {
  .banner-inner {
    justify-content: center;
    text-align: center;
  }

  .banner-copy {
    width: 100%;
  }

  .page-banner::before {
    animation-duration: 15s;
  }

  .stats-grid,
  .card-grid.three,
  .detail-grid,
  .gallery-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section {
    margin: 0.85rem auto;
    padding: 1rem;
    border-radius: 1rem;
  }

  .display {
    font-size: clamp(2rem, 11vw, 2.7rem);
    margin-top: 0.35rem;
  }

  .hero-image img,
  .media-panel img {
    height: 260px;
  }

  .card-image {
    height: 190px;
  }

  .cta-row {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .cta-row .button {
    width: 100%;
  }

  .hero-home,
  .page-hero {
    padding-top: 0.7rem;
  }

  .hero-home::before,
  .page-hero::after {
    display: none;
  }

  .partner-strip {
    border-radius: 0.85rem;
    margin-top: 1rem;
  }

  .partner-track {
    animation-duration: 28s;
    gap: 1.1rem;
  }

  .partner-track span {
    font-size: 0.72rem;
  }

  .footer-base {
    justify-content: center;
    text-align: center;
  }

  .footer-base .links {
    justify-content: center;
    width: 100%;
  }

  .table-wrap::before {
    top: 0.2rem;
    right: 0.45rem;
    font-size: 0.62rem;
  }

  th,
  td {
    padding: 0.62rem 0.66rem;
    font-size: 0.84rem;
  }

  table {
    min-width: 560px;
  }

  .article-shell {
    width: min(980px, 94vw);
    padding-top: 0.85rem;
  }

  .article-hero img {
    height: 220px;
  }

  .article-content h2 {
    font-size: 1.24rem;
    padding-left: 0.7rem;
  }

  .article-content h2::before {
    top: 0.24rem;
    width: 0.3rem;
    height: 0.95rem;
  }

  .form-note,
  .message {
    font-size: 0.82rem;
  }
}

@media (max-width: 500px) {
  .container {
    width: min(1120px, 95vw);
  }

  .topbar {
    min-height: 3.8rem;
  }

  .brand-mark {
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 0.55rem;
    font-size: 0.88rem;
  }

  .brand-text {
    font-size: 0.98rem;
  }

  .display {
    font-size: clamp(1.75rem, 9.6vw, 2.35rem);
  }

  .hero-home,
  .page-hero {
    padding-top: 0.5rem;
  }

  .lead {
    font-size: 0.95rem;
  }

  .site-nav {
    top: calc(env(safe-area-inset-top, 0px) + 4.25rem);
    left: 0.5rem;
    right: 0.5rem;
    padding: 0.6rem;
    border-radius: 0.9rem;
  }

  .site-nav a {
    font-size: 0.95rem;
    padding: 0.74rem 0.8rem;
  }

  .hero-image img,
  .media-panel img {
    height: 220px;
  }

  .floating-note {
    padding: 0.72rem;
  }

  .stats-card strong {
    font-size: 1.35rem;
  }

  .card h3,
  .offer-card h3 {
    font-size: 1.1rem;
  }

  .card-body,
  .offer-card,
  .detail-card {
    padding: 0.85rem;
  }

  .table-wrap::before {
    position: static;
    display: block;
    text-align: right;
    padding: 0.35rem 0.5rem 0;
  }
}

@media (hover: none) and (pointer: coarse) {
  .section:hover,
  .card:hover,
  .offer-card:hover,
  .detail-card:hover,
  .ad-slot:hover {
    transform: none;
    box-shadow: var(--shadow-card);
  }

  .card:hover::after,
  .offer-card:hover::after,
  .detail-card:hover::before {
    opacity: 0;
  }

  .hero-image:hover img,
  .media-panel:hover img,
  .article-hero:hover img,
  .gallery-grid img:hover {
    transform: none;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.001ms !important;
    transition-delay: 0ms !important;
  }
}
