:root {
  --green: #0b463b;
  --green-2: #166052;
  --cream: #f8f2e7;
  --paper: #fffdf9;
  --white: #ffffff;
  --ink: #19312d;
  --muted: #63716d;
  --orange: #b84d25;
  --orange-dark: #a94420;
  --line: #d9ddd8;
  --soft-green: #e8f0ed;
  --soft-orange: #fae9df;
  --shadow: 0 16px 40px rgba(18, 52, 45, 0.12);
  --content: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

#galeria,
#conteudo-pacotes {
  scroll-margin-top: 92px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

body.menu-open,
body.lightbox-open {
  overflow: hidden;
}

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

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #f0a47f;
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1000;
  padding: 10px 14px;
  transform: translate(-50%, -200%);
  opacity: 0;
  background: var(--white);
  color: var(--green);
  font-weight: 800;
  pointer-events: none;
}

.skip-link:focus,
.skip-link:focus-visible {
  transform: translate(-50%, 8px);
  opacity: 1;
  pointer-events: auto;
}

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

.section {
  padding: 92px 0;
}

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

.section-green {
  background: var(--green);
  color: var(--white);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-heading.align-left {
  margin-inline: 0;
  text-align: left;
}

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

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

h1,
h2,
h3,
h4 {
  color: var(--green);
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 24px;
  font-size: 58px;
}

h2 {
  margin-bottom: 18px;
  font-size: 40px;
}

h3 {
  font-size: 24px;
}

.section-green h2,
.section-green h3 {
  color: var(--white);
}

.lead {
  color: #485b56;
  font-size: 21px;
}

.muted {
  color: var(--muted);
}

.pill-list,
.trust-list,
.feature-list,
.plain-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}

.btn-primary {
  background: var(--green);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--green-2);
}

.btn-accent {
  background: var(--orange);
  color: var(--white);
}

.btn-accent:hover {
  background: var(--orange-dark);
}

.btn-secondary {
  border-color: currentColor;
  background: transparent;
  color: var(--green);
}

.btn-light {
  background: var(--white);
  color: var(--green);
}

.btn[aria-disabled="true"],
.btn.is-disabled {
  border-color: #b9c1be;
  background: #e6e9e7;
  color: #6d7774;
  cursor: not-allowed;
}

.promotion-bar {
  display: none;
  padding: 8px 20px;
  background: var(--orange);
  color: var(--white);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.promotion-bar.is-visible {
  display: block;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(11, 70, 59, 0.1);
  background: rgba(255, 253, 249, 0.97);
}

.header-inner {
  display: grid;
  min-height: 72px;
  grid-template-columns: 150px 1fr auto;
  gap: 24px;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 112px;
  height: 58px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  gap: 26px;
  align-items: center;
  justify-content: center;
}

.main-nav a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: var(--orange);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 11px;
  border: 0;
  border-radius: 6px;
  background: var(--green);
  color: var(--white);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
}

.home-hero {
  position: relative;
  display: grid;
  min-height: 690px;
  align-items: center;
  overflow: hidden;
  background: var(--green);
}

.home-hero-bg,
.home-hero::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-hero-bg {
  object-fit: cover;
}

.home-hero::after {
  content: "";
  background: rgba(4, 35, 29, 0.7);
}

.home-hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 92px 0;
  color: var(--white);
}

.home-hero h1,
.home-hero .lead {
  color: var(--white);
}

.hero-microcopy,
.buy-microcopy {
  margin: 16px 0 0;
  color: inherit;
  font-size: 13px;
  font-weight: 600;
}

.home-showcase {
  padding: 32px 0 64px;
  background: var(--cream);
}

.home-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 54px;
  align-items: center;
}

.home-showcase-copy,
.media-carousel {
  min-width: 0;
}

.home-showcase-copy h1 {
  font-size: 48px;
}

.carousel-stage {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.home-carousel .carousel-stage {
  aspect-ratio: 1;
}

.carousel-slide {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.carousel-slide[hidden] {
  display: none;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.carousel-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  transform: translateY(-50%);
  place-items: center;
  border: 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--green);
  font-size: 30px;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(18, 52, 45, 0.15);
  cursor: pointer;
}

.carousel-arrow-prev {
  left: 14px;
}

.carousel-arrow-next {
  right: 14px;
}

.carousel-dots {
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

.carousel-dots button {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.carousel-dots button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #81918c;
  content: "";
  transform: translate(-50%, -50%);
}

.carousel-dots button.is-active::after {
  background: var(--orange);
}

.trust-bar {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-list li {
  display: flex;
  min-height: 86px;
  align-items: center;
  gap: 10px;
  padding: 18px 22px;
  border-right: 1px solid var(--line);
  font-size: 14px;
  font-weight: 700;
}

.trust-list li:last-child {
  border-right: 0;
}

.trust-icon {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--soft-green);
  color: var(--green);
  font-weight: 900;
}

.family-grid,
.benefit-grid,
.step-grid,
.package-grid,
.proof-grid,
.footer-grid {
  display: grid;
  gap: 24px;
}

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

.family-card,
.benefit-card,
.step-card,
.package-card,
.sample-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
}

.family-card img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.family-card-body {
  padding: 26px;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.badge {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--soft-green);
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}

.badge.orange {
  background: var(--soft-orange);
  color: var(--orange-dark);
}

.family-price {
  margin: 20px 0;
  color: var(--green);
  font-size: 22px;
  font-weight: 800;
}

.proof-split,
.width-benefit,
.product-hero,
.comparison-layout,
.cta-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.proof-media img,
.width-benefit img,
.comparison-media img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.benefit-grid {
  grid-template-columns: repeat(3, 1fr);
}

.benefit-card,
.step-card {
  padding: 28px;
}

.benefit-number,
.step-number {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 6px;
  background: var(--green);
  color: var(--white);
  font-weight: 800;
}

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

.package-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}

.package-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 30px;
}

.package-card.is-selected {
  border: 2px solid var(--orange);
  box-shadow: var(--shadow);
}

.recommended-label {
  display: inline-flex;
  width: max-content;
  margin: 0 0 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--orange);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.package-price {
  display: block;
  margin: 18px 0 4px;
  color: var(--green);
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}

.package-card .feature-list {
  margin: 22px 0 28px;
  flex: 1;
}

.feature-list li {
  position: relative;
  margin-bottom: 11px;
  padding-left: 25px;
}

.feature-list li::before {
  position: absolute;
  left: 0;
  color: var(--orange);
  content: "✓";
  font-weight: 900;
}

.package-select {
  width: 100%;
  margin-bottom: 10px;
  border-color: var(--green);
  background: var(--white);
  color: var(--green);
}

.package-card.is-selected .package-select {
  background: var(--soft-orange);
  color: var(--orange-dark);
}

.package-card .btn {
  width: 100%;
}

.page-hero {
  padding: 80px 0 64px;
  background: var(--cream);
}

.page-hero .lead {
  max-width: 760px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 13px;
}

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

.product-hero {
  padding: 64px 0 76px;
  align-items: start;
}

.product-hero,
.product-media,
.product-buy,
.product-buy > * {
  min-width: 0;
}

.product-media-main {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: var(--cream);
}

.product-media-main img {
  width: 100%;
  height: auto;
  aspect-ratio: 8 / 5;
  object-fit: cover;
}

.media-zoom {
  position: absolute;
  right: 14px;
  bottom: 14px;
  min-height: 44px;
  padding: 9px 13px;
  border: 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--green);
  font-weight: 800;
  cursor: pointer;
}

.media-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.media-thumb {
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 6px;
  background: var(--cream);
  cursor: pointer;
}

.media-thumb.is-active {
  border-color: var(--orange);
}

.media-thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.product-buy h1 {
  font-size: 48px;
}

.starting-price {
  margin: 25px 0 8px;
  color: var(--muted);
  font-size: 15px;
}

.starting-price strong {
  display: block;
  color: var(--green);
  font-size: 36px;
}

.product-quick-list {
  margin: 24px 0;
}

.product-quick-list li {
  margin-bottom: 8px;
}

.product-quick-list li::before {
  margin-right: 8px;
  color: var(--orange);
  content: "✓";
  font-weight: 900;
}

.product-quick-list .refund-highlight {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 4px;
  background: var(--soft-orange);
  color: var(--green);
  font-weight: 800;
}

.gallery-track {
  display: grid;
  grid-auto-columns: minmax(300px, 1fr);
  grid-auto-flow: column;
  gap: 16px;
  padding-bottom: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--orange) var(--cream);
}

.gallery-item {
  position: relative;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  scroll-snap-align: start;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gallery-item span {
  display: block;
  padding: 12px 14px;
  color: var(--green);
  font-size: 14px;
  font-weight: 700;
}

.project-stories-carousel {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  max-width: 740px;
  align-items: start;
  gap: 12px;
  margin-inline: auto;
}

.project-stories-track {
  display: grid;
  grid-auto-columns: calc((100% - 32px) / 3);
  grid-auto-flow: column;
  gap: 16px;
  padding: 4px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.project-stories-track::-webkit-scrollbar {
  display: none;
}

.project-story-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(18, 52, 45, 0.08);
  scroll-snap-align: start;
}

.project-story-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.project-story-copy {
  min-height: 92px;
  padding: 16px;
}

.project-story-copy h3 {
  margin-bottom: 4px;
  font-size: 19px;
}

.project-story-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.project-stories-arrow {
  width: 48px;
  height: 48px;
  margin-top: 148px;
  padding: 0;
  border: 1px solid var(--green);
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.project-stories-arrow:hover {
  background: var(--green);
  color: var(--white);
}

.project-stories-arrow:disabled {
  border-color: var(--green);
  color: var(--white);
  cursor: default;
  opacity: 0.35;
}

.project-stories-arrow:disabled:hover {
  background: var(--green);
  color: var(--white);
}

.project-story-submit {
  display: flex;
  max-width: 920px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 40px auto 0;
  padding: 24px 28px;
  border-left: 4px solid var(--orange);
  border-radius: 0 8px 8px 0;
  background: var(--white);
}

.project-story-submit h3,
.project-story-submit p {
  margin: 0;
}

.project-story-submit p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
}

.comparison-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
}

.comparison-tab {
  min-height: 48px;
  padding: 10px 16px;
  border: 1px solid var(--green);
  border-radius: 6px;
  background: var(--white);
  color: var(--green);
  font-weight: 800;
  cursor: pointer;
}

.comparison-tab[aria-selected="true"] {
  background: var(--green);
  color: var(--white);
}

.comparison-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.comparison-layout-wide {
  grid-template-columns: 1fr;
  gap: 30px;
}

.comparison-layout-wide .comparison-media img {
  display: block;
  height: auto;
  object-fit: contain;
}

.comparison-layout-wide > div:last-child {
  width: min(920px, 100%);
  margin-inline: auto;
}

.comparison-fact {
  padding: 16px;
  border-left: 3px solid var(--orange);
  background: var(--white);
}

.comparison-fact strong {
  display: block;
  color: var(--green);
}

.comparison-table {
  width: 100%;
  margin-top: 42px;
  border-collapse: collapse;
  background: var(--white);
}

.comparison-table th,
.comparison-table td {
  padding: 16px;
  border: 1px solid var(--line);
  text-align: left;
}

.comparison-table th {
  background: var(--green);
  color: var(--white);
}

.proof-grid {
  grid-template-columns: repeat(3, 1fr);
}

.sample-card img {
  width: 100%;
  aspect-ratio: 7 / 5;
  object-fit: cover;
}

.sample-card-body {
  padding: 20px;
}

.proof-carousel {
  max-width: 920px;
  margin-inline: auto;
}

.proof-carousel .carousel-stage {
  aspect-ratio: 8 / 5;
}

.proof-slide {
  cursor: zoom-in;
}

.proof-slide img {
  object-fit: cover;
}

.proof-carousel-caption {
  min-height: 92px;
  padding-top: 20px;
  text-align: center;
}

.proof-carousel-caption h3 {
  margin-bottom: 6px;
}

.proof-carousel-caption p {
  margin-bottom: 0;
  color: var(--muted);
}

.proof-carousel-actions {
  justify-content: center;
  margin-top: 24px;
}

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

.support-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 36px 40px;
  border-radius: 8px;
  background: var(--green);
  color: var(--white);
}

.support-panel .eyebrow {
  color: #f0a47f;
}

.support-panel h2 {
  margin-bottom: 14px;
  color: var(--white);
  font-size: 32px;
}

.support-panel p {
  margin: 5px 0 0;
}

.support-panel p a {
  color: var(--white);
  font-weight: 800;
}

.support-panel .btn {
  flex: 0 0 auto;
  background: var(--white);
  color: var(--green);
}

.support-panel .btn:hover {
  background: var(--cream);
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.faq-list summary {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 4px;
  color: var(--green);
  font-weight: 800;
  cursor: pointer;
}

.faq-list summary::after {
  color: var(--orange);
  content: "+";
  font-size: 25px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 760px;
  padding: 0 4px 22px;
  color: var(--muted);
}

.cta-panel {
  padding: 50px;
  border-radius: 8px;
  background: var(--green);
  color: var(--white);
}

.cta-panel h2 {
  color: var(--white);
}

.site-footer {
  padding: 62px 0 28px;
  background: #202725;
  color: #e5ebe8;
}

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

.footer-logo {
  width: 120px;
  height: 70px;
  margin-bottom: 14px;
  object-fit: contain;
}

.footer-links {
  display: grid;
  gap: 9px;
}

.footer-links a {
  color: #e5ebe8;
  text-decoration: none;
}

.footer-bottom {
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid #48514e;
  color: #aeb8b4;
  font-size: 13px;
  text-align: center;
}

.mobile-sticky-cta {
  position: fixed;
  z-index: 35;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  grid-template-columns: minmax(140px, 1fr) auto minmax(180px, 220px);
  min-height: 68px;
  align-items: center;
  gap: 16px;
  padding: 8px max(14px, calc((100vw - var(--content)) / 2 + 20px)) calc(8px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: rgba(255, 253, 249, 0.98);
  box-shadow: 0 -8px 24px rgba(18, 52, 45, 0.14);
}

.mobile-sticky-cta.is-visible {
  display: grid;
}

.mobile-sticky-cta strong,
.mobile-sticky-cta span {
  display: block;
  line-height: 1.25;
}

.sticky-summary {
  min-width: 0;
}

.mobile-sticky-cta span {
  color: var(--muted);
  font-size: 13px;
}

.sticky-width-selector {
  display: flex;
  align-items: center;
  gap: 6px;
}

.sticky-width-selector > span {
  margin-right: 2px;
  font-weight: 700;
}

.sticky-width-selector button {
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid var(--green);
  border-radius: 6px;
  background: var(--white);
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
}

.sticky-width-selector button[aria-pressed="true"] {
  background: var(--green);
  color: var(--white);
}

.mobile-sticky-cta .btn {
  min-height: 48px;
  padding-inline: 16px;
}

@media (min-width: 681px) {
  .mobile-sticky-cta .btn {
    min-width: 220px;
  }
}

.lightbox {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  padding: 60px 24px 24px;
  place-items: center;
  background: rgba(2, 20, 16, 0.92);
}

.lightbox[hidden] {
  display: none;
}

.lightbox figure {
  width: min(1100px, calc(100vw - 160px));
  margin: 0;
}

.lightbox img {
  max-height: calc(100vh - 130px);
  border-radius: 6px;
}

.lightbox figcaption {
  margin-top: 10px;
  color: var(--white);
  text-align: center;
}

.lightbox-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  font-size: 30px;
  cursor: pointer;
}

.lightbox-nav {
  position: absolute;
  z-index: 1;
  top: 50%;
  display: grid;
  width: 52px;
  height: 52px;
  padding: 0;
  place-items: center;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.96);
  color: var(--green);
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
}

.lightbox-prev {
  left: 24px;
}

.lightbox-next {
  right: 24px;
}

.lightbox-nav[hidden] {
  display: none;
}

.notice-box {
  padding: 22px;
  border-left: 4px solid var(--orange);
  background: var(--soft-orange);
}

.skeleton {
  min-height: 140px;
  background: var(--cream);
}

.error-message {
  padding: 20px;
  border: 1px solid #d98b72;
  background: #fff4ef;
  color: #7c3019;
}

@media (max-width: 980px) {
  .header-inner {
    min-height: 64px;
    grid-template-columns: 1fr auto;
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    z-index: 45;
    top: 64px;
    right: 0;
    bottom: 0;
    display: grid;
    width: min(88vw, 360px);
    align-content: start;
    justify-content: stretch;
    gap: 0;
    padding: 20px;
    transform: translateX(105%);
    background: var(--paper);
    box-shadow: var(--shadow);
    transition: transform 0.25s ease;
  }

  .main-nav.is-open {
    transform: none;
  }

  .main-nav a {
    min-height: 50px;
    padding: 12px 8px;
    border-bottom: 1px solid var(--line);
  }

  .trust-list,
  .step-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-split,
  .width-benefit,
  .product-hero,
  .comparison-layout {
    grid-template-columns: 1fr;
  }

  .home-showcase-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .home-showcase-copy {
    max-width: 720px;
  }

  .package-grid,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .package-grid {
    gap: 34px;
  }

  .product-media {
    order: 2;
    width: 100%;
    min-width: 0;
  }

  .product-buy {
    order: 1;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 68px;
  }

  body {
    font-size: 16px;
  }

  .container {
    width: min(calc(100% - 32px), var(--content));
  }

  .section {
    padding: 64px 0;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 31px;
  }

  .lead {
    font-size: 18px;
  }

  .brand img {
    width: 92px;
    height: 54px;
  }

  .home-hero {
    min-height: 680px;
  }

  .home-hero-content {
    padding: 70px 0;
  }

  .home-showcase {
    padding: 16px 0 52px;
  }

  .home-showcase-grid {
    gap: 28px;
  }

  .home-showcase-copy h1 {
    font-size: 36px;
  }

  .carousel-arrow {
    width: 40px;
    height: 40px;
  }

  .home-hero .button-row,
  .product-buy .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .home-hero .btn,
  .product-buy .btn {
    width: 100%;
  }

  .trust-list,
  .family-grid,
  .step-grid,
  .proof-grid,
  .footer-grid,
  .comparison-facts,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .trust-list li {
    min-height: 58px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-split,
  .width-benefit,
  .comparison-layout,
  .cta-panel {
    gap: 28px;
  }

  .page-hero {
    padding: 52px 0 42px;
  }

  .product-hero {
    gap: 28px;
    padding: 36px 0 54px;
  }

  .product-buy h1 {
    font-size: 36px;
  }

  .product-media {
    order: 2;
  }

  .product-media-main {
    width: min(100%, 600px);
    margin-inline: auto;
  }

  .product-media-main img {
    aspect-ratio: 3 / 5;
    object-fit: cover;
  }

  .product-buy {
    display: contents;
  }

  .product-buy .eyebrow,
  .product-buy h1,
  .product-buy .product-subheadline {
    order: 1;
    min-width: 0;
  }

  .product-media {
    order: 2;
  }

  .product-buy .starting-price,
  .product-buy .product-quick-list,
  .product-buy .button-row,
  .product-buy .buy-microcopy {
    order: 3;
  }

  .media-thumbs {
    display: flex;
    padding-bottom: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .media-thumb {
    min-width: 92px;
    scroll-snap-align: start;
  }

  .gallery-track {
    margin-right: -16px;
    grid-auto-columns: 84%;
  }

  .project-stories-carousel {
    position: relative;
    display: block;
    max-width: 100%;
  }

  .project-stories-track {
    grid-auto-columns: calc((100% - 12px) / 2);
    gap: 12px;
  }

  .project-stories-arrow {
    position: absolute;
    z-index: 2;
    top: 128px;
    width: 44px;
    height: 44px;
    margin-top: 0;
    font-size: 29px;
  }

  .project-stories-prev {
    left: -8px;
  }

  .project-stories-next {
    right: -8px;
  }

  .project-story-copy {
    min-height: 120px;
    padding: 16px 12px;
  }

  .project-story-copy h3 {
    font-size: 16px;
  }

  .project-story-copy p {
    font-size: 14px;
  }

  .project-story-submit,
  .support-panel {
    align-items: stretch;
    flex-direction: column;
  }

  .project-story-submit {
    padding: 22px;
  }

  .project-story-submit .btn,
  .support-panel .btn {
    width: 100%;
  }

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

  .support-panel {
    gap: 24px;
    padding: 30px 24px;
  }

  .support-panel h2 {
    font-size: 29px;
  }

  .mobile-sticky-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px 10px;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
  }

  .mobile-sticky-cta > .btn {
    grid-column: 2;
    grid-row: 1;
    min-width: 132px;
  }

  .sticky-width-selector {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .sticky-width-selector > span {
    min-width: 48px;
  }

  .sticky-width-selector button {
    min-height: 40px;
    flex: 1 1 0;
    padding: 7px 8px;
  }

  .lightbox {
    padding-inline: 10px;
  }

  .lightbox figure {
    width: calc(100vw - 20px);
  }

  .lightbox-nav {
    top: auto;
    bottom: 20px;
    width: 46px;
    height: 46px;
    transform: none;
  }

  .lightbox-prev {
    left: 16px;
  }

  .lightbox-next {
    right: 16px;
  }

  .comparison-table,
  .comparison-table tbody,
  .comparison-table tr,
  .comparison-table th,
  .comparison-table td {
    display: block;
  }

  .comparison-table thead {
    display: none;
  }

  .comparison-table tr {
    margin-bottom: 14px;
    border: 1px solid var(--line);
  }

  .comparison-table td {
    border: 0;
    border-bottom: 1px solid var(--line);
  }

  .comparison-table td::before {
    display: block;
    color: var(--green);
    content: attr(data-label);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .package-card {
    padding: 26px 22px;
  }

  .cta-panel {
    padding: 30px 24px;
  }

  .footer-grid {
    gap: 34px;
  }

}

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