:root {
  --burgundy: #820000;
  --burgundy-dark: #5c0000;
  --blush: #FBF4F5;
  --cream: #fffaf8;
  --ink: #241b1b;
  --muted: #6d5f5f;
  --line: rgba(130, 0, 0, 0.16);
  --shadow: 0 24px 70px rgba(70, 15, 15, 0.14);
  --radius: 24px;
  --title: "Cinzel", Georgia, serif;
  --text: "Source Sans 3", "Source Sans Pro", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--text);
  color: var(--ink);
  background: var(--blush);
  font-size: 18px;
  line-height: 1.55;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: var(--burgundy);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

a:hover {
  color: var(--burgundy-dark);
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 1000;
  background: var(--burgundy);
  color: white;
  padding: 10px 14px;
  border-radius: 999px;
}

.skip-link:focus {
  top: 16px;
}

.notice-bar {
  background: var(--burgundy-dark);
  color: white;
  font-size: 0.92rem;
}

.notice-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 9px 0;
}

.notice-content a {
  color: white;
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 244, 245, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--burgundy);
  text-decoration: none;
  font-family: var(--title);
  font-size: 1.28rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  text-decoration: none;
  color: var(--ink);
  font-weight: 700;
  font-size: 0.98rem;
  padding: 10px 12px;
  border-radius: 999px;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(130, 0, 0, 0.08);
  color: var(--burgundy);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: white;
  color: var(--burgundy);
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 700;
}

.section {
  padding: 90px 0;
  scroll-margin-top: 110px;
}

.hero {
  padding-top: 86px;
}

.hero-grid,
.two-column,
.finder-grid,
.contact-grid,
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: 54px;
  align-items: center;
}

.hero h1,
.section h2 {
  font-family: var(--title);
  color: var(--burgundy);
  line-height: 1.08;
  letter-spacing: 0.02em;
  margin: 0 0 18px;
}

.hero h1 {
  font-size: clamp(1.9rem, 3.4vw, 3rem);
}

.section h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--burgundy);
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.section-kicker.light {
  color: #ffd8d8;
}

.eyebrow,
.section-kicker {
  display: none;
}

.lead {
  font-size: clamp(1.15rem, 2.4vw, 1.42rem);
  color: #453636;
  max-width: 720px;
}

.button-row,
.contact-links,
.slider-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button,
.contact-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
}

.button.primary,
.contact-links a:first-child {
  background: var(--burgundy);
  color: white;
  border-color: var(--burgundy);
}

.button.primary:hover,
.contact-links a:first-child:hover {
  background: var(--burgundy-dark);
  color: white;
}

.button.secondary,
.contact-links a {
  background: rgba(255, 255, 255, 0.72);
  color: var(--burgundy);
  border-color: var(--line);
}

.button.secondary:hover,
.contact-links a:hover {
  background: white;
}

.light-button {
  background: #ffffff;
  color: var(--burgundy);
  border-color: #ffffff;
}

.light-button:hover {
  background: #fff0f0;
  color: var(--burgundy-dark);
}

.hero-panel {
  position: relative;
  background: linear-gradient(145deg, #ffffff 0%, #fff4f4 100%);
  border: 1px solid var(--line);
  border-radius: 36px;
  padding: 24px;
  box-shadow: var(--shadow);
}

.hero-panel:before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(130, 0, 0, 0.12);
  border-radius: 28px;
  pointer-events: none;
}

.hero-visual {
  position: relative;
  z-index: 1;
  margin: 0 0 24px;
  overflow: hidden;
  border-radius: 26px;
  background: white;
  box-shadow: 0 18px 48px rgba(130, 0, 0, 0.12);
}

.hero-visual img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.hero-visual figcaption {
  padding: 14px 16px 16px;
  font-size: 0.95rem;
  color: var(--muted);
  background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.98));
}

.proof-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.proof-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 12px 14px;
  font-weight: 800;
}

.proof-item:before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--burgundy);
}

.rich-text p {
  margin-top: 0;
  color: #493b3b;
}

.tinted {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(255, 246, 247, 0.8));
  border-block: 1px solid rgba(130, 0, 0, 0.1);
}

.deep {
  background: radial-gradient(circle at top left, rgba(255, 225, 225, 0.16), transparent 38%), var(--burgundy);
  color: white;
}

.deep h2,
.deep p,
.deep .section-kicker {
  color: white;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.section-heading.compact {
  max-width: 680px;
}

.section-heading p {
  color: var(--muted);
  margin-top: 0;
}

.feedback-heading {
  margin-bottom: 28px;
}

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

.chip {
  border: 1px solid var(--line);
  background: white;
  color: var(--ink);
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
  font-weight: 800;
}

.chip.active,
.chip:hover {
  background: var(--burgundy);
  color: white;
}

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

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

.topic-card,
.format-card,
.faq-item,
.testimonial-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 38px rgba(70, 15, 15, 0.07);
}

.topic-card,
.format-card {
  padding: 24px;
}

.topic-card h3,
.format-card h3 {
  font-family: var(--title);
  color: var(--burgundy);
  margin: 0 0 12px;
  font-size: 1.25rem;
}

.topic-card p,
.format-card p {
  color: #4f4242;
  margin: 0 0 16px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--burgundy);
  background: rgba(130, 0, 0, 0.08);
  border-radius: 999px;
  padding: 5px 9px;
}

.format-card {
  display: flex;
  flex-direction: column;
}

.price {
  color: var(--burgundy);
  font-weight: 900;
  margin-bottom: 14px;
}

.fit {
  font-weight: 800;
}

.format-card .button {
  margin-top: auto;
  align-self: flex-start;
}

.panel-form {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 28px;
  padding: 24px;
  box-shadow: var(--shadow);
  color: var(--ink);
}

.panel-form label {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
  font-weight: 800;
  color: var(--burgundy);
}

.panel-form input,
.panel-form select,
.panel-form textarea {
  width: 100%;
  border: 1px solid rgba(130, 0, 0, 0.22);
  border-radius: 14px;
  padding: 11px 12px;
  background: white;
  color: var(--ink);
}

.panel-form input:focus,
.panel-form select:focus,
.panel-form textarea:focus {
  outline: 3px solid rgba(130, 0, 0, 0.16);
  border-color: var(--burgundy);
}

.result-box {
  margin-top: 16px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(130, 0, 0, 0.08);
  border: 1px solid rgba(130, 0, 0, 0.14);
  min-height: 54px;
}

.result-box:empty {
  display: none;
}

.testimonial-card {
  display: grid;
  grid-template-columns: minmax(180px, 230px) minmax(0, 1fr);
  overflow: hidden;
}

.testimonial-media {
  position: relative;
  min-height: 100%;
}

.testimonial-media img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.testimonial-body {
  padding: 22px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.testimonial-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.testimonial-badge,
.testimonial-detail {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.testimonial-badge {
  background: rgba(130, 0, 0, 0.08);
  color: var(--burgundy);
}

.testimonial-detail {
  background: rgba(36, 27, 27, 0.05);
  color: #534444;
}

.testimonial-card blockquote {
  position: relative;
  margin: 0;
  padding-top: 16px;
  font-size: clamp(1rem, 1.65vw, 1.2rem);
  line-height: 1.6;
  color: var(--ink);
}

.testimonial-card blockquote:before {
  content: "“";
  position: absolute;
  top: -10px;
  left: 0;
  font-family: var(--title);
  font-size: 2.8rem;
  line-height: 1;
  color: rgba(130, 0, 0, 0.22);
}

.testimonial-person {
  margin-top: auto;
}

.testimonial-card cite {
  display: block;
  color: var(--burgundy);
  font-style: normal;
  font-weight: 900;
}

.testimonial-role {
  color: var(--muted);
  font-size: 0.97rem;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--burgundy);
  text-align: left;
  padding: 18px 20px;
  font-weight: 900;
  cursor: pointer;
}

.faq-answer {
  display: none;
  padding: 0 20px 18px;
  color: #4b3d3d;
}

.faq-item.open .faq-answer {
  display: block;
}

.contact-section {
  background: var(--cream);
}

.hidden-field {
  display: none;
}

.form-note {
  margin: 14px 0 0;
  color: var(--muted);
}

.site-footer {
  background: var(--burgundy-dark);
  color: white;
  padding: 38px 0;
}

.site-footer a {
  color: white;
}

.footer-grid {
  grid-template-columns: 78px 1fr;
  gap: 22px;
  align-items: start;
}

.footer-logo {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.65);
}

.site-footer p {
  margin: 0 0 8px;
}

.copyright {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.76);
}

@media (max-width: 920px) {
  .hero-grid,
  .two-column,
  .finder-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .card-grid,
  .format-grid,
  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .testimonial-media {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 17px;
  }

  .notice-content {
    display: block;
  }

  .notice-content a {
    display: inline-block;
    margin-top: 4px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    inset: 118px 18px auto 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: white;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 12px;
    box-shadow: var(--shadow);
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    padding: 13px 16px;
  }

  .section {
    padding: 66px 0;
  }

  .hero {
    padding-top: 62px;
  }

  .card-grid,
  .format-grid,
  .testimonial-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual figcaption {
    font-size: 0.9rem;
  }
}
