/* Variant 1: coastal is intentionally close to the current chosen direction. */
.theme-coastal {
  --variant-note: "Coastal proof";
}

/* Variant 2: softer magazine portfolio, calmer casing and more editorial typography. */
.theme-magazine {
  --ink: #26332f;
  --night: #254f54;
  --paper: #fffaf2;
  --cream: #f8efe1;
  --sea: #4f8c86;
  --blue: #d9e8e2;
  --sand: #ead0aa;
  --muted: #74695e;
  font-family: Georgia, "Times New Roman", serif;
  background: #f7efe5;
}

.theme-magazine .site-header {
  color: var(--ink);
  background: rgba(255, 250, 242, 0.9);
  backdrop-filter: blur(16px);
}

.theme-magazine .nav-cta {
  background: transparent;
  color: var(--ink);
  border: 1px solid rgba(38, 51, 47, 0.24);
}

.theme-magazine .site-header,
.theme-magazine .brand-mark,
.theme-magazine .nav-links,
.theme-magazine .nav-cta,
.theme-magazine .button,
.theme-magazine .eyebrow,
.theme-magazine .stat span,
.theme-magazine .metric-row span,
.theme-magazine .service-card span,
.theme-magazine .package-card span,
.theme-magazine .resource-card span,
.theme-magazine figcaption {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.theme-magazine .hero {
  min-height: 76svh;
  align-items: end;
}

.theme-magazine .hero-overlay {
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.88), rgba(255, 250, 242, 0.62) 46%, rgba(255, 250, 242, 0.08)),
    linear-gradient(0deg, rgba(255, 250, 242, 0.92), rgba(255, 250, 242, 0.08));
}

.theme-magazine .hero-content {
  color: var(--ink);
  padding-bottom: 64px;
}

.theme-magazine .hero h1,
.theme-magazine .section-heading h2,
.theme-magazine .intro-grid h2,
.theme-magazine .momentum-grid h2,
.theme-magazine .audience-grid h2,
.theme-magazine .process-grid h2,
.theme-magazine .contact-grid h2 {
  text-transform: none;
  line-height: 1;
}

.theme-magazine .hero h1 {
  font-size: clamp(4rem, 10vw, 9rem);
  font-style: italic;
  font-weight: 700;
}

.theme-magazine .hero .eyebrow {
  color: var(--sea);
}

.theme-magazine .hero-copy {
  max-width: 520px;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 650;
}

.theme-magazine .button-primary {
  color: var(--white);
}

.theme-magazine .button-secondary {
  color: var(--ink);
}

.theme-magazine .stats-grid {
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  background: transparent;
  padding: 30px 0;
}

.theme-magazine .stat,
.theme-magazine .service-card,
.theme-magazine .package-card,
.theme-magazine .resource-card,
.theme-magazine .concept-grid article {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.74);
}

.theme-magazine .stat {
  min-height: 150px;
}

.theme-magazine .stat strong {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.theme-magazine .intro-grid,
.theme-magazine .proof-layout,
.theme-magazine .audience-grid,
.theme-magazine .momentum-grid,
.theme-magazine .process-grid,
.theme-magazine .contact-grid {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

.theme-magazine .concept-grid {
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
}

.theme-magazine .concept-grid img {
  aspect-ratio: 3 / 4;
}

.theme-magazine .proof-section {
  background:
    linear-gradient(rgba(255, 250, 242, 0.92), rgba(255, 250, 242, 0.96)),
    url("assets/beach-boat.jpeg") center / cover;
}

/* Variant 3: passport/adventure board, punchier caps and stamp-like cards. */
.theme-passport {
  --ink: #172421;
  --night: #20372d;
  --paper: #fbf0da;
  --cream: #f3e4c4;
  --sea: #1f6f78;
  --blue: #c7d8c6;
  --sand: #d8b16f;
  --muted: #66543e;
  background: #f3e4c4;
}

.theme-passport .site-header {
  color: #172421;
  background: rgba(251, 240, 218, 0.88);
  border-bottom: 2px dashed rgba(23, 36, 33, 0.24);
  backdrop-filter: blur(10px);
}

.theme-passport .hero {
  min-height: 84svh;
  align-items: center;
}

.theme-passport .hero-overlay {
  background:
    linear-gradient(90deg, rgba(251, 240, 218, 0.88), rgba(251, 240, 218, 0.44) 47%, rgba(23, 36, 33, 0.18)),
    linear-gradient(0deg, rgba(32, 55, 45, 0.54), rgba(251, 240, 218, 0.04) 52%);
}

.theme-passport .hero-content {
  color: var(--ink);
}

.theme-passport .hero h1 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(5rem, 14vw, 12rem);
  font-weight: 900;
}

.theme-passport .hero .eyebrow {
  display: inline-block;
  padding: 10px 14px;
  border: 2px solid var(--ink);
  color: var(--ink);
  background: rgba(255, 248, 232, 0.72);
  transform: rotate(-1.5deg);
}

.theme-passport .button-secondary {
  color: var(--ink);
  background: rgba(255, 248, 232, 0.58);
}

.theme-passport .stats-grid,
.theme-passport .service-grid,
.theme-passport .resource-grid,
.theme-passport .package-grid {
  gap: 16px;
  background: transparent;
}

.theme-passport .stat,
.theme-passport .service-card,
.theme-passport .package-card,
.theme-passport .resource-card,
.theme-passport .conversion-strip article {
  border: 2px solid rgba(23, 36, 33, 0.2);
  border-radius: 2px;
  background: #fff8e8;
  box-shadow: 10px 10px 0 rgba(31, 111, 120, 0.14);
}

.theme-passport .stats-grid {
  transform: translateY(-34px) rotate(-0.4deg);
}

.theme-passport .stat {
  min-height: 170px;
}

.theme-passport .intro-section,
.theme-passport .proof-section,
.theme-passport .content-section,
.theme-passport .audience-section,
.theme-passport .resources-section,
.theme-passport .packages-section {
  background-image:
    linear-gradient(rgba(243, 228, 196, 0.94), rgba(243, 228, 196, 0.94)),
    repeating-linear-gradient(45deg, transparent 0 14px, rgba(23, 36, 33, 0.04) 14px 16px);
}

.theme-passport .stat-accent {
  background: var(--sand);
}

.theme-passport .phone-proof img,
.theme-passport .wide-proof img {
  border-radius: 2px;
  border-color: #fff8e8;
}

.theme-passport .concept-section {
  background:
    linear-gradient(rgba(243, 228, 196, 0.88), rgba(243, 228, 196, 0.9)),
    url("assets/ollie-angkor.jpeg") center / cover;
}

.theme-passport .conversion-strip article:nth-child(2),
.theme-passport .service-card:nth-child(3),
.theme-passport .package-card:nth-child(4) {
  transform: rotate(1deg);
}

.theme-passport .conversion-strip article:nth-child(1),
.theme-passport .service-card:nth-child(1),
.theme-passport .package-card:nth-child(1) {
  transform: rotate(-1deg);
}

/* Variant 4: hotel/tour partnership deck, clean, premium and quieter. */
.theme-hotel {
  --ink: #162227;
  --night: #182d31;
  --paper: #ffffff;
  --cream: #f5f7f4;
  --sea: #3d7b72;
  --blue: #e5f0ef;
  --sand: #e8dfd1;
  --muted: #606e6a;
  background: #f5f7f4;
}

.theme-hotel .site-header {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1px 0 rgba(22, 34, 39, 0.08);
  backdrop-filter: blur(18px);
}

.theme-hotel .nav-cta {
  border-radius: 2px;
}

.theme-hotel .hero {
  min-height: 72svh;
  align-items: end;
}

.theme-hotel .hero-content {
  padding-bottom: 54px;
}

.theme-hotel .hero-overlay {
  background:
    linear-gradient(90deg, rgba(9, 25, 30, 0.7), rgba(9, 25, 30, 0.14) 66%),
    linear-gradient(0deg, rgba(9, 25, 30, 0.62), rgba(9, 25, 30, 0));
}

.theme-hotel .hero h1 {
  max-width: 620px;
  font-size: clamp(3.8rem, 8vw, 7.3rem);
  letter-spacing: 0;
}

.theme-hotel .hero-copy {
  max-width: 560px;
}

.theme-hotel .stats-grid {
  gap: 0;
  background: #fff;
  border-bottom: 1px solid rgba(22, 34, 39, 0.08);
}

.theme-hotel .stat {
  background: #fff;
  min-height: 148px;
  padding-top: 28px;
  padding-bottom: 28px;
}

.theme-hotel .stat strong {
  font-size: clamp(2rem, 4.4vw, 3.8rem);
}

.theme-hotel .section-heading h2,
.theme-hotel .intro-grid h2,
.theme-hotel .momentum-grid h2,
.theme-hotel .audience-grid h2,
.theme-hotel .process-grid h2,
.theme-hotel .contact-grid h2 {
  font-size: clamp(2rem, 4.8vw, 4.3rem);
  letter-spacing: 0;
}

.theme-hotel .service-card,
.theme-hotel .package-card,
.theme-hotel .resource-card,
.theme-hotel .concept-grid article {
  background: #fff;
  border-color: rgba(22, 34, 39, 0.1);
  box-shadow: 0 18px 46px rgba(22, 34, 39, 0.06);
}

.theme-hotel .proof-layout {
  grid-template-columns: minmax(0, 1.2fr) 360px;
  align-items: start;
}

.theme-hotel .proof-layout-reverse {
  grid-template-columns: 360px minmax(0, 1.2fr);
}

.theme-hotel .service-grid,
.theme-hotel .package-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.theme-hotel .service-card,
.theme-hotel .package-card {
  min-height: 170px;
}

.theme-hotel .process-section,
.theme-hotel .contact-section {
  background:
    linear-gradient(rgba(22, 34, 39, 0.72), rgba(22, 34, 39, 0.72)),
    url("assets/beach-boat.jpeg") center / cover;
}

/* Variant 5: creator proof wall, bolder and more social-first. */
.theme-creator {
  --ink: #101619;
  --night: #0e2c36;
  --paper: #f7fbfa;
  --cream: #eef5f1;
  --sea: #238a96;
  --blue: #d6edf0;
  --sand: #f2d7a7;
  --muted: #536267;
  background: #eef5f1;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

.theme-creator .site-header {
  color: #fff;
  background: rgba(14, 44, 54, 0.7);
  backdrop-filter: blur(16px);
}

.theme-creator .hero {
  min-height: 70svh;
  align-items: center;
}

.theme-creator .hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 17, 20, 0.78), rgba(5, 17, 20, 0.28)),
    linear-gradient(0deg, rgba(35, 138, 150, 0.42), rgba(35, 138, 150, 0.04));
}

.theme-creator .hero h1 {
  max-width: 720px;
  font-size: clamp(5rem, 13vw, 11rem);
  line-height: 0.84;
}

.theme-creator .hero-copy {
  max-width: 700px;
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
}

.theme-creator .stats-grid {
  grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 12px 0;
  background: transparent;
}

.theme-creator .stat {
  border-radius: 8px;
  background: #fff;
}

.theme-creator .stat:first-child {
  background: var(--night);
}

.theme-creator .stat:first-child span,
.theme-creator .stat:first-child strong,
.theme-creator .stat:first-child small {
  color: #fff;
}

.theme-creator .stat-accent {
  background: var(--sea);
}

.theme-creator .proof-layout {
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 0.8fr);
}

.theme-creator .proof-section {
  background:
    linear-gradient(rgba(247, 251, 250, 0.86), rgba(247, 251, 250, 0.94)),
    url("assets/facebook-content-interactions.png") right top / 420px auto no-repeat;
}

.theme-creator .proof-copy {
  border: 0;
  gap: 12px;
}

.theme-creator .metric-row {
  padding: 18px;
  border: 0;
  border-radius: 8px;
  background: #fff;
}

.theme-creator .metric-row strong {
  font-size: clamp(1.35rem, 3.3vw, 2.6rem);
}

.theme-creator .phone-proof {
  justify-self: end;
  max-width: 330px;
}

.theme-creator .conversion-strip article,
.theme-creator .service-card,
.theme-creator .package-card,
.theme-creator .resource-card {
  background: #fff;
}

.theme-creator .concept-grid {
  grid-template-columns: 0.8fr 1.2fr 0.8fr;
}

.theme-creator .concept-grid article:nth-child(2) {
  transform: translateY(-28px);
}

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

@media (max-width: 640px) {
  .theme-magazine .hero h1,
  .theme-passport .hero h1,
  .theme-hotel .hero h1,
  .theme-creator .hero h1 {
    font-size: clamp(3rem, 16vw, 4.25rem);
  }

  .theme-creator .stats-grid {
    grid-template-columns: 1fr;
  }
}

/* Option 4: Annie-inspired clean UGC media kit */
.theme-annie {
  --ink: #332b25;
  --night: #332b25;
  --paper: #fff7ec;
  --cream: #fbefe1;
  --sea: #607766;
  --coral: #c86b45;
  --sand: #ead6b9;
  --muted: #776a5f;
  --line: rgba(51, 43, 37, 0.16);
  background:
    radial-gradient(circle at top left, rgba(96, 119, 102, 0.16), transparent 34rem),
    linear-gradient(180deg, #fff8ee 0%, #fbefe1 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.theme-annie .site-header {
  position: sticky;
  background: rgba(255, 248, 238, 0.9);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.theme-annie .brand-mark,
.theme-annie .nav-links,
.theme-annie .site-footer {
  text-transform: none;
}

.theme-annie .brand-mark span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  letter-spacing: -0.03em;
}

.theme-annie .brand-mark small {
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.theme-annie .nav-links {
  font-size: 0.9rem;
  font-weight: 750;
}

.theme-annie .nav-cta {
  min-height: 40px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff8ee;
  text-transform: none;
}

.theme-annie .menu-toggle {
  display: none;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 248, 238, 0.9);
  color: var(--ink);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.theme-annie a:focus-visible,
.theme-annie button:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 3px;
}

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

.theme-annie .annie-hero {
  padding: clamp(52px, 8vw, 92px) 0 clamp(48px, 8vw, 84px);
}

.theme-annie .annie-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.74fr);
  gap: clamp(32px, 6vw, 78px);
  align-items: start;
}

.theme-annie .eyebrow {
  margin-bottom: 12px;
  color: var(--coral);
  letter-spacing: 0.14em;
}

.theme-annie .handle-link {
  display: inline-block;
  margin-bottom: clamp(14px, 2vw, 24px);
  border-bottom: 1px solid currentColor;
  color: var(--sea);
  font-weight: 850;
}

.theme-annie .hero-kicker {
  max-width: 560px;
  margin: 0 0 16px;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.05rem, 1.9vw, 1.45rem);
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.theme-annie .annie-intro h1,
.theme-annie .annie-section h2,
.theme-annie .annie-contact h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 0.93;
  letter-spacing: -0.065em;
  text-transform: none;
}

.theme-annie .annie-intro h1 {
  max-width: 760px;
  font-size: clamp(3.6rem, 8vw, 6.8rem);
}

.theme-annie .intro-copy {
  display: grid;
  gap: 18px;
  max-width: 760px;
  margin-top: clamp(22px, 4vw, 36px);
}

.theme-annie .intro-copy p,
.theme-annie .annie-section p,
.theme-annie .annie-contact p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.45vw, 1.2rem);
  font-weight: 500;
}

.theme-annie .intro-copy p:first-child {
  color: var(--ink);
  font-size: clamp(1.28rem, 2.2vw, 1.75rem);
  font-weight: 760;
  line-height: 1.32;
}

.theme-annie .annie-portrait {
  position: sticky;
  top: 98px;
  margin: 0;
}

.theme-annie .annie-portrait img {
  width: 100%;
  min-height: 520px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(51, 43, 37, 0.18);
}

.theme-annie .annie-proof {
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.36);
}

.theme-annie .proof-badges {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.theme-annie .proof-badges article {
  min-height: 172px;
  padding: clamp(22px, 3vw, 34px);
  border-right: 1px solid var(--line);
}

.theme-annie .proof-badges article:last-child {
  border-right: 0;
}

.theme-annie .proof-badges span,
.theme-annie .brand-chip-grid span,
.theme-annie .example-grid span,
.theme-annie .style-grid span,
.theme-annie .resource-card span {
  display: block;
  color: var(--coral);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.theme-annie .proof-badges strong {
  display: block;
  margin: 8px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 0.92;
}

.theme-annie .proof-badges small {
  color: var(--muted);
  font-weight: 750;
}

.theme-annie .annie-section,
.theme-annie .annie-contact {
  padding: clamp(68px, 9vw, 118px) 0;
  border-bottom: 1px solid var(--line);
}

.theme-annie .annie-section h2,
.theme-annie .annie-contact h2 {
  max-width: 860px;
  margin-bottom: clamp(24px, 4vw, 42px);
  font-size: clamp(3rem, 7vw, 6.8rem);
}

.theme-annie .brand-chip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.theme-annie .brand-chip-grid span {
  display: grid;
  min-height: 92px;
  align-items: end;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.42);
  color: var(--ink);
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  text-transform: none;
}

.theme-annie .apart-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.theme-annie .apart-grid article {
  min-height: 280px;
  padding: clamp(24px, 4vw, 42px);
  background: var(--paper);
}

.theme-annie h3 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.6vw, 2.35rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.theme-annie .section-heading {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: clamp(22px, 5vw, 70px);
  align-items: end;
  margin-bottom: 34px;
}

.theme-annie .section-heading h2 {
  margin-bottom: 0;
}

.theme-annie .section-heading p {
  max-width: 620px;
}

.theme-annie .example-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.theme-annie .example-grid article,
.theme-annie .style-grid article,
.theme-annie .service-list article,
.theme-annie .kind-note,
.theme-annie .resource-card {
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: none;
}

.theme-annie .example-grid article {
  overflow: hidden;
}

.theme-annie .example-grid img,
.theme-annie .example-grid video {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.theme-annie .video-shell {
  position: relative;
  background: #1f1a16;
}

.theme-annie .video-shell::after {
  content: "Watch example";
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 248, 238, 0.9);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 900;
  pointer-events: none;
}

.theme-annie .example-grid article > span,
.theme-annie .example-grid h3,
.theme-annie .example-grid p {
  margin-inline: 18px;
}

.theme-annie .example-grid article > span {
  margin-top: 18px;
}

.theme-annie .example-grid h3 {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.theme-annie .example-grid p {
  margin-bottom: 22px;
  font-size: 0.98rem;
}

.theme-annie .style-grid,
.theme-annie .service-list,
.theme-annie .resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.theme-annie .style-grid article,
.theme-annie .service-list article,
.theme-annie .kind-note,
.theme-annie .resource-card {
  padding: clamp(22px, 3vw, 34px);
}

.theme-annie .styles-section {
  background:
    linear-gradient(rgba(251, 239, 225, 0.84), rgba(251, 239, 225, 0.95)),
    url("Website assets/beach-boat.jpeg") center / cover;
}

.theme-annie .services-copy {
  max-width: 980px;
}

.theme-annie .services-copy > p {
  max-width: 760px;
  margin-bottom: 30px;
  color: var(--ink);
  font-size: clamp(1.22rem, 2vw, 1.55rem);
}

.theme-annie .kind-note {
  margin-top: 18px;
  background: var(--ink);
}

.theme-annie .charity-note {
  background: var(--sea);
}

.theme-annie .kind-note h3,
.theme-annie .kind-note p {
  color: #fff8ee;
}

.theme-annie .kind-note p {
  opacity: 0.82;
}

.theme-annie .resources-section {
  background:
    linear-gradient(rgba(255, 248, 238, 0.88), rgba(255, 248, 238, 0.96)),
    url("Website assets/hero-travel.jpeg") center / cover;
}

.theme-annie .resource-card .resource-link {
  margin-top: 22px;
  border-radius: 999px;
  background: var(--sea);
}

.theme-annie .resource-card .resource-link.is-disabled {
  background: rgba(51, 43, 37, 0.14);
  color: var(--ink);
}

.theme-annie .start-grid,
.theme-annie .guide-grid,
.theme-annie .resource-panel-grid,
.theme-annie .product-grid,
.theme-annie .blog-card-grid,
.theme-annie .split-grid {
  display: grid;
  gap: 18px;
}

.theme-annie .start-grid,
.theme-annie .guide-grid,
.theme-annie .product-grid,
.theme-annie .blog-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.theme-annie .resource-panel-grid,
.theme-annie .split-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.theme-annie .start-grid article,
.theme-annie .guide-grid article,
.theme-annie .resource-panel,
.theme-annie .product-card,
.theme-annie .blog-card,
.theme-annie .article-card,
.theme-annie .note-box {
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.5);
  padding: clamp(22px, 3vw, 34px);
}

.theme-annie .guide-grid article,
.theme-annie .blog-card,
.theme-annie .article-card {
  overflow: hidden;
  padding: 0;
}

.theme-annie .guide-grid img,
.theme-annie .blog-card img,
.theme-annie .article-hero-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.theme-annie .guide-grid span,
.theme-annie .start-grid span,
.theme-annie .blog-card span,
.theme-annie .product-card span,
.theme-annie .resource-panel span,
.theme-annie .article-meta,
.theme-annie .breadcrumb {
  display: block;
  color: var(--coral);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.theme-annie .guide-grid span,
.theme-annie .guide-grid h3,
.theme-annie .guide-grid p,
.theme-annie .blog-card span,
.theme-annie .blog-card h2,
.theme-annie .blog-card p,
.theme-annie .blog-card .article-meta {
  margin-inline: 22px;
}

.theme-annie .guide-grid span,
.theme-annie .blog-card span {
  margin-top: 22px;
}

.theme-annie .guide-grid p,
.theme-annie .blog-card p {
  margin-bottom: 26px;
}

.theme-annie .email-cta {
  padding: clamp(58px, 8vw, 96px) 0;
  background: var(--ink);
  color: #fff8ee;
}

.theme-annie .email-cta .section-inner {
  display: grid;
  gap: 16px;
  max-width: 920px;
}

.theme-annie .email-cta span {
  color: var(--sand);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.theme-annie .email-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 6vw, 5.2rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.theme-annie .email-cta p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 248, 238, 0.76);
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
}

.theme-annie .button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.46);
  border-color: var(--line);
}

.theme-annie .page-hero {
  padding: clamp(54px, 8vw, 96px) 0 clamp(36px, 6vw, 72px);
}

.theme-annie .page-hero h1,
.theme-annie .article-header h1 {
  max-width: 980px;
  margin: 12px 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.theme-annie .page-hero p,
.theme-annie .article-standfirst {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.12rem, 2vw, 1.42rem);
}

.theme-annie .article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 760px) minmax(180px, 0.32fr);
  gap: clamp(20px, 4vw, 42px);
  padding-bottom: clamp(72px, 9vw, 118px);
}

.theme-annie .article-main {
  grid-column: 2;
}

.theme-annie .toc {
  position: sticky;
  top: 96px;
  align-self: start;
  border-left: 1px solid var(--line);
  padding-left: 18px;
}

.theme-annie .toc a {
  display: block;
  margin: 9px 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.theme-annie .article-main h2 {
  margin: 46px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.theme-annie .article-main h3 {
  margin-top: 28px;
}

.theme-annie .article-main p,
.theme-annie .article-main li {
  color: var(--muted);
  font-size: 1.08rem;
}

.theme-annie .article-main li {
  margin-bottom: 10px;
}

.theme-annie .author-box,
.theme-annie .disclaimer-box,
.theme-annie .affiliate-disclosure-box,
.theme-annie .related-articles {
  margin-top: 34px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.52);
}

.theme-annie .breadcrumb {
  margin-bottom: 18px;
  letter-spacing: 0.08em;
}

.theme-annie .breadcrumb a {
  border-bottom: 1px solid currentColor;
}

.theme-annie .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.theme-annie .tag-list span,
.theme-annie .tag-list a {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(96, 119, 102, 0.14);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
}

.theme-annie .site-footer {
  align-items: center;
  flex-wrap: wrap;
}

.theme-annie .annie-contact {
  background:
    linear-gradient(rgba(51, 43, 37, 0.18), rgba(51, 43, 37, 0.62)),
    url("Website assets/ollie-angkor.jpeg") center / cover;
  color: #fff8ee;
}

.theme-annie .annie-contact h2 {
  max-width: 780px;
}

.theme-annie .annie-contact p {
  max-width: 680px;
  color: rgba(255, 248, 238, 0.82);
}

.theme-annie .contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.theme-annie .contact-links a {
  padding: 13px 18px;
  border: 1px solid rgba(255, 248, 238, 0.38);
  border-radius: 999px;
  background: rgba(255, 248, 238, 0.14);
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.theme-annie .site-footer {
  background: var(--paper);
  color: var(--ink);
  border-top: 1px solid var(--line);
}

@media (max-width: 980px) {
  .theme-annie .annie-hero-grid,
  .theme-annie .section-heading {
    grid-template-columns: 1fr;
  }

  .theme-annie .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .theme-annie .nav-links {
    position: absolute;
    top: calc(100% + 1px);
    left: 18px;
    right: 18px;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255, 248, 238, 0.98);
    box-shadow: 0 24px 60px rgba(51, 43, 37, 0.14);
  }

  .theme-annie.menu-is-open .nav-links {
    display: grid;
  }

  .theme-annie .nav-links a {
    padding: 13px 12px;
  }

  .theme-annie .nav-cta {
    display: none;
  }

  .theme-annie .annie-portrait {
    position: static;
  }

  .theme-annie .proof-badges,
  .theme-annie .brand-chip-grid,
  .theme-annie .example-grid,
  .theme-annie .start-grid,
  .theme-annie .guide-grid,
  .theme-annie .product-grid,
  .theme-annie .blog-card-grid,
  .theme-annie .resource-panel-grid,
  .theme-annie .split-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-annie .article-layout {
    grid-template-columns: 1fr;
  }

  .theme-annie .article-main {
    grid-column: auto;
  }

  .theme-annie .toc {
    position: static;
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 18px 0 0;
  }
}

@media (max-width: 640px) {
  .theme-annie .annie-hero {
    padding-top: 34px;
  }

  .theme-annie .annie-intro h1 {
    font-size: clamp(3rem, 14vw, 4.2rem);
  }

  .theme-annie .annie-portrait img {
    min-height: 390px;
    border-radius: 22px;
  }

  .theme-annie .proof-badges,
  .theme-annie .brand-chip-grid,
  .theme-annie .apart-grid,
  .theme-annie .example-grid,
  .theme-annie .style-grid,
  .theme-annie .service-list,
  .theme-annie .resource-grid,
  .theme-annie .start-grid,
  .theme-annie .guide-grid,
  .theme-annie .product-grid,
  .theme-annie .blog-card-grid,
  .theme-annie .resource-panel-grid,
  .theme-annie .split-grid {
    grid-template-columns: 1fr;
  }

  .theme-annie .proof-badges article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .theme-annie .proof-badges article:last-child {
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
