:root {
  color-scheme: light;
  --ink: #12201c;
  --muted: #52625d;
  --line: #d7e2de;
  --paper: #f7faf8;
  --white: #ffffff;
  --green: #1f6f5b;
  --green-strong: #124e40;
  --mint: #dff2e8;
  --amber: #f4b740;
  --coral: #d85c47;
  --shadow: 0 18px 45px rgba(13, 36, 29, .18);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

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

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  padding: 10px 12px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 74px;
  padding: 14px clamp(16px, 4vw, 48px);
  color: #ffffff;
  transition: background .18s ease, box-shadow .18s ease, color .18s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, .96);
  color: var(--ink);
  box-shadow: 0 8px 24px rgba(15, 23, 42, .08);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 900;
  letter-spacing: 0;
}

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

.brand span {
  font-size: 23px;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}

.top-nav a {
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  padding: 9px 11px;
}

.top-nav a:hover {
  background: rgba(255, 255, 255, .14);
}

.site-header.is-scrolled .top-nav a:hover {
  background: #edf4f1;
}

.social-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.social-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: transform .16s ease, opacity .16s ease;
}

.social-button:hover {
  transform: translateY(-1px);
  opacity: .82;
}

.site-header.is-scrolled .social-button {
  box-shadow: none;
}

.social-button svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.social-button img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.social-button-whatsapp {
  color: #128c7e;
}

.social-button-facebook {
  color: #1877f2;
}

.order-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  line-height: 1;
  padding: 0 18px;
  text-align: center;
  white-space: nowrap;
}

.order-link-header {
  background: var(--amber);
  color: #1e1604;
}

.order-link-primary {
  background: var(--amber);
  color: #1e1604;
  box-shadow: 0 10px 28px rgba(244, 183, 64, .26);
}

.order-link-secondary {
  border-color: rgba(255, 255, 255, .74);
  background: rgba(255, 255, 255, .1);
  color: #ffffff;
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: calc(100svh - 52px);
  overflow: hidden;
  background: #0d211c;
  color: #ffffff;
}

.hero-media,
.hero-photo,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  background: #0d211c center / cover no-repeat;
}

.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.hero-shade {
  background: rgba(6, 22, 18, .44);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(940px, 100%);
  padding: 132px clamp(18px, 5vw, 72px) 58px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: 82px;
  line-height: .92;
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-shadow: 0 2px 22px rgba(0, 0, 0, .34);
}

.hero-kicker {
  color: var(--amber);
  font-size: 15px;
}

.hero-copy {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: 21px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .28);
}

.hero-copy-secondary {
  max-width: 690px;
  margin-top: 14px;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.section-shell {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

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

.product-section,
.presentation-section,
.reviews-section,
.order-section {
  padding: clamp(54px, 8vw, 94px) 0;
}

.product-grid,
.reviews-grid,
.order-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(320px, 1fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: start;
}

.section-copy h2,
.section-heading h2 {
  margin: 0;
  max-width: 780px;
  color: var(--ink);
  font-size: 54px;
  line-height: .98;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.section-copy p:not(.section-kicker) {
  max-width: 610px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.section-heading p:not(.section-kicker) {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.product-points {
  display: grid;
  gap: 0;
}

.order-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdfc;
  box-shadow: 0 12px 26px rgba(18, 32, 28, .06);
}

.product-points article {
  border-bottom: 1px solid rgba(31, 111, 91, .16);
  overflow: hidden;
}

.product-points article:last-child {
  border-bottom: 0;
}

.product-point-toggle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 0;
  padding: 10px 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.product-point-toggle:focus-visible {
  outline: 3px solid rgba(249, 181, 52, .45);
  outline-offset: -3px;
}

.product-point-title {
  color: var(--green-strong);
  font-size: 18px;
  font-weight: 950;
}

.product-point-icon {
  display: grid;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: var(--ink);
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
}

.product-point-toggle[aria-expanded="true"] .product-point-icon {
  background: var(--green-strong);
  color: var(--white);
}

.product-point-body {
  padding: 0 46px 12px 0;
  color: var(--muted);
  font-weight: 400;
}

.product-point-body p {
  margin: 0;
}

.product-point-body p + p {
  margin-top: 10px;
}

.presentation-section {
  background: #edf5f1;
}

.section-heading {
  display: grid;
  gap: 0;
  margin-bottom: 24px;
}

.presentation-gallery {
  display: grid;
  grid-auto-columns: minmax(230px, 31%);
  grid-auto-flow: column;
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 2px 2px 18px;
  scrollbar-color: var(--green) rgba(31, 111, 91, .12);
}

.presentation-gallery-item {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.image-zoom-button {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: zoom-in;
}

.image-zoom-button:focus-visible {
  outline: 3px solid rgba(31, 111, 91, .35);
  outline-offset: 3px;
}

.presentation-gallery-item.image-zoom-button,
.review-image-button {
  display: block;
}

.presentation-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.measure-note {
  margin: 4px 0 0;
  color: var(--green-strong);
  font-size: 18px;
  font-weight: 950;
  letter-spacing: 0;
}

.reviews-section {
  background: #fbfdfc;
}

.reviews-section:focus {
  outline: none;
}

.reviews-panel {
  display: grid;
  gap: 14px;
}

.reviews-list {
  display: grid;
  grid-auto-columns: minmax(240px, 320px);
  grid-auto-flow: column;
  gap: 12px;
  overflow-x: auto;
  padding: 2px 2px 12px;
  scrollbar-color: var(--green) rgba(31, 111, 91, .12);
}

.review-card,
.review-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 26px rgba(18, 32, 28, .06);
}

.review-card {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.review-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
}

.review-image-button {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.image-zoom-button img {
  pointer-events: none;
}

.review-card strong {
  color: var(--green-strong);
  font-size: 17px;
  font-weight: 950;
}

.review-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.review-card small {
  color: #6c7b74;
  font-size: 12px;
  font-weight: 800;
}

.review-empty {
  grid-column: 1 / -1;
  border: 1px dashed var(--line);
  border-radius: 8px;
  padding: 18px;
  color: var(--muted);
  font-weight: 800;
}

.review-form {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.review-add-button {
  justify-self: center;
  border-color: transparent;
  background: var(--amber);
  color: #1e1604;
  box-shadow: 0 10px 28px rgba(244, 183, 64, .24);
}

.review-add-button:hover,
.review-add-button:focus-visible {
  background: #ffc447;
  color: #1e1604;
}

.review-form label,
.review-file-field {
  display: grid;
  gap: 7px;
  color: var(--green-strong);
  font-weight: 900;
}

.review-form input:not([type="file"]),
.review-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  padding: 12px 13px;
}

.review-form input:not([type="file"]):focus,
.review-form textarea:focus {
  border-color: var(--green);
  outline: 3px solid rgba(31, 111, 91, .18);
}

.review-file-title {
  font-size: 13px;
  font-weight: 950;
}

.review-file-control {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  min-height: 46px;
  min-width: 0;
}

.review-file-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border-radius: 8px;
  background: var(--amber);
  color: #1e1604;
  cursor: pointer;
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
  padding: 10px 13px;
  white-space: nowrap;
}

.review-file-button:hover {
  background: #ffc447;
}

.review-file-field:focus-within .review-file-button {
  outline: 3px solid rgba(31, 111, 91, .18);
}

.review-file-name {
  flex: 1 1 96px;
  min-width: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.review-file-native {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.review-form textarea {
  min-height: 110px;
  resize: vertical;
}

.review-helper,
.review-status {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.review-status {
  min-height: 18px;
  color: var(--green-strong);
}

.review-status.is-error {
  color: #b42318;
}

.review-thanks {
  display: grid;
  gap: 8px;
  border: 1px solid #9fd9ba;
  border-radius: 8px;
  background: #effaf3;
  box-shadow: 0 12px 26px rgba(18, 32, 28, .06);
  padding: 20px;
  text-align: center;
}

.review-thanks:focus {
  outline: none;
}

.review-thanks strong {
  color: var(--green-strong);
  font-size: 22px;
  font-weight: 950;
}

.review-thanks p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.review-thanks.is-error {
  border-color: #f4b4ab;
  background: #fff1ef;
}

.review-thanks.is-error strong {
  color: #b42318;
}

.is-review-only {
  background: #fbfdfc;
}

.is-review-only .skip-link,
.is-review-only .site-header,
.is-review-only .hero,
.is-review-only .product-section,
.is-review-only .presentation-section,
.is-review-only .order-section,
.is-review-only .site-footer,
.is-review-only .mobile-order-bar {
  display: none !important;
}

.is-review-only main {
  display: grid;
  min-height: 100svh;
  align-items: center;
}

.is-review-only .reviews-section {
  width: 100%;
  padding: clamp(40px, 8vw, 78px) 0;
  background: #fbfdfc;
}

.is-review-only .reviews-grid {
  grid-template-columns: minmax(0, 1fr);
  max-width: 680px;
  justify-content: center;
  gap: 18px;
}

.is-review-only .section-copy {
  min-width: 0;
  max-width: 100%;
  text-align: center;
}

.is-review-only .section-copy h2 {
  max-width: 100%;
  font-size: clamp(28px, 7.2vw, 44px);
}

.is-review-only .section-copy p:not(.section-kicker) {
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
}

.is-review-only .reviews-list,
.is-review-only .review-add-button {
  display: none !important;
}

.is-review-only .review-form {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: clamp(16px, 4vw, 22px);
}

.is-review-only .review-status {
  text-align: center;
}

.is-review-only.is-review-complete .section-copy,
.is-review-only .is-review-complete .section-copy {
  display: none;
}

.order-section {
  background: #edf5f1;
  padding-bottom: clamp(92px, 10vw, 120px);
}

body.is-wizard-date-focus .order-section,
body.is-delivery-options-focus .order-section,
body.is-details-focus .order-section,
body.is-package-summary-focus .order-section {
  padding-bottom: max(clamp(92px, 10vw, 120px), 70vh);
}

body.is-cards-focus .order-section {
  padding-bottom: max(clamp(92px, 10vw, 120px), var(--order-cards-focus-bottom, 24vh));
}

.order-panel {
  padding: 22px;
}

.order-panel-button {
  width: 100%;
  margin-top: 22px;
}

.shipping-register-button[disabled] {
  cursor: not-allowed;
  opacity: .55;
}

.coverage-form {
  display: grid;
  gap: 9px;
  margin-top: 20px;
}

.coverage-form label {
  color: var(--green-strong);
  font-size: 13px;
  font-weight: 950;
}

.coverage-helper {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.coverage-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.coverage-input-row input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: 18px;
  font-weight: 900;
  padding: 0 14px;
}

.coverage-input-row input:focus {
  border-color: var(--green);
  outline: 3px solid rgba(31, 111, 91, .18);
}

.coverage-result {
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: var(--white);
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.coverage-result strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 950;
}

.coverage-result span {
  font-weight: 400;
}

.coverage-result.is-covered {
  border-color: #9fd9ba;
  background: #effaf3;
}

.coverage-result.is-review {
  border-color: #f4d58a;
  background: #fff8e8;
}

.coverage-result.is-outside {
  border-color: #efb0a6;
  background: #fff1ef;
}

.wizard-step {
  margin-top: 22px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

.wizard-step[data-step="coverage"] {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}

.wizard-step[data-step="coverage"] .wizard-heading {
  gap: 0;
  margin-bottom: 10px;
}

.wizard-step[data-step="coverage"] .wizard-copy {
  margin-top: 0;
}

.wizard-step.is-active {
  display: block;
}

.wizard-heading {
  display: grid;
  gap: 0;
  margin-bottom: 10px;
}

.wizard-heading span {
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wizard-heading h3 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0;
}

.wizard-heading p {
  margin: 2px 0 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.wizard-heading .wizard-copy {
  max-width: 610px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  font-weight: 400;
}

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

.package-option {
  display: grid;
  align-content: center;
  gap: 2px;
  min-height: 56px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  padding: 7px 12px;
  text-align: left;
}

.package-option:hover,
.package-option.is-selected {
  border-color: var(--green);
  outline: 3px solid rgba(31, 111, 91, .13);
}

.package-option strong {
  color: var(--green-strong);
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
}

.package-option span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.custom-quantity {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, auto);
  gap: 8px;
  align-items: end;
  margin-top: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f3faf6;
  padding: 10px 12px;
}

.custom-quantity strong {
  display: block;
  color: var(--green-strong);
  font-weight: 950;
}

.custom-quantity span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.custom-quantity-row {
  display: grid;
  grid-template-columns: minmax(86px, 1fr) auto;
  gap: 8px;
}

.custom-quantity-row input,
.full-input,
.form-grid input:not([type="file"]) {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-weight: 850;
  padding: 0 12px;
}

.custom-quantity-row input:focus,
.full-input:focus,
.form-grid input:not([type="file"]):focus {
  border-color: var(--green);
  outline: 3px solid rgba(31, 111, 91, .18);
}

.date-picker-control {
  position: relative;
}

.date-picker-control .native-date-input {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: 46px;
  border: 0;
  cursor: pointer;
  opacity: 0;
}

.date-picker-control .date-display {
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #d99a16;
  background: var(--amber);
  color: var(--ink);
  box-shadow: 0 8px 18px rgba(244, 183, 64, .22);
  font-weight: 950;
  pointer-events: none;
}

.date-picker-control .date-display.has-value {
  color: var(--ink);
}

.date-picker-control:focus-within .date-display {
  border-color: var(--green);
  outline: 3px solid rgba(31, 111, 91, .18);
}

.small-action {
  min-height: 46px;
  border: 1px solid var(--green);
  border-radius: 8px;
  background: var(--green);
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 950;
  padding: 0 14px;
}

.selection-summary,
.step-note,
.order-total,
.completion-box {
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  padding: 14px;
}

.selection-summary strong,
.order-total strong,
.completion-box strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
  font-weight: 950;
}

.package-summary {
  border-color: #9fd9ba;
  background: #effaf3;
  color: var(--muted);
}

.package-summary strong {
  color: var(--ink);
}

.package-summary span {
  display: block;
  font-weight: 500;
  margin-top: 4px;
}

.package-summary span:first-child {
  margin-top: 0;
}

.package-summary span strong {
  display: inline;
  font-size: inherit;
  font-weight: 950;
}

.order-total {
  border-color: #9fd9ba;
  background: #effaf3;
}

.order-total span {
  display: block;
  margin-top: 4px;
}

.step-note {
  font-weight: 500;
  margin-bottom: 0;
  white-space: pre-line;
}

.step-note strong {
  color: var(--ink);
  font-weight: 950;
}

.step-note:empty {
  display: none;
}

.step-note.is-unavailable {
  border-color: #efb0a6;
  background: #fff1ef;
  color: #c73224;
  font-weight: 950;
}

.step-note.is-unavailable strong {
  color: #c73224;
  font-size: 16px;
  font-weight: 950;
}

.field-label {
  display: block;
  margin-bottom: 8px;
  color: var(--green-strong);
  font-size: 13px;
  font-weight: 950;
}

.delivery-options {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.delivery-option {
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 2px;
  width: 100%;
  min-height: 54px;
  border: 1px solid #9fd9ba;
  border-radius: 8px;
  background: var(--mint);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  padding: 8px 12px;
  box-shadow: 0 8px 18px rgba(31, 111, 91, .10);
  text-align: center;
}

.delivery-option:hover,
.delivery-option.is-selected {
  border-color: var(--green);
  outline: 3px solid rgba(31, 111, 91, .13);
}

.delivery-option strong {
  color: var(--ink);
  font-size: 16px;
  font-weight: 950;
}

.delivery-option span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.details-form fieldset {
  display: grid;
  gap: 12px;
  margin: 0 0 18px;
  border: 0;
  padding: 0;
}

.details-form legend {
  margin-bottom: 10px;
  color: var(--green-strong);
  font-size: 15px;
  font-weight: 950;
}

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

.form-grid label:not(.review-file-button) {
  display: grid;
  gap: 7px;
  color: var(--green-strong);
  font-size: 13px;
  font-weight: 950;
}

[data-step="shipping"] .wizard-heading {
  margin-bottom: 10px;
}

[data-step="shipping"] fieldset {
  margin-bottom: 8px;
}

[data-step="shipping"] .form-grid {
  gap: 8px;
}

[data-step="shipping"] .form-grid label {
  gap: 4px;
}

[data-step="shipping"] .form-grid input {
  min-height: 40px;
}

[data-step="shipping"] .shipping-register-button {
  margin-top: 8px;
}

.completion-box.is-success {
  border-color: #9fd9ba;
  background: #effaf3;
}

.completion-box.is-warning {
  border-color: #f4d58a;
  background: #fff8e8;
}

.completion-box .order-link {
  margin-top: 12px;
  width: 100%;
}

.mobile-order-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 30;
  display: none;
  min-height: 52px;
  border-radius: 8px;
  background: var(--amber);
  color: #1e1604;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .26);
  font-weight: 950;
  place-items: center;
  transition: opacity .18s ease, transform .18s ease;
}

.mobile-order-bar.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 24px));
}

.site-footer {
  padding: 26px var(--page-padding) 92px;
  background: #123f34;
  color: #eef8f3;
}

.site-footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.site-footer a {
  color: inherit;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

html.has-image-lightbox,
body.has-image-lightbox {
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(5, 16, 13, .76);
  backdrop-filter: blur(4px);
  overflow: hidden;
  overscroll-behavior: contain;
  touch-action: none;
}

.image-lightbox[hidden] {
  display: none !important;
}

.image-lightbox-stage {
  width: min(1120px, calc(100vw - 48px));
  max-height: calc(100vh - 48px);
  overflow: visible;
}

.image-lightbox-track {
  --lightbox-gap: 18px;
  display: flex;
  align-items: flex-start;
  gap: var(--lightbox-gap);
  width: 100%;
  transform: translateX(0);
  transition: transform .18s ease;
}

.image-lightbox-panel {
  display: grid;
  align-content: start;
  flex: 0 0 min(560px, calc(100vw - 48px));
  gap: 8px;
  min-width: 0;
  max-height: calc(100vh - 48px);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .35);
  padding: 10px;
  align-self: flex-start;
  pointer-events: auto;
  transition: opacity .12s ease;
}

.image-lightbox-panel[aria-hidden="true"] {
  opacity: .9;
  cursor: pointer;
  pointer-events: auto;
}

.image-lightbox-stage.is-dragging .image-lightbox-panel[aria-hidden="true"] {
  opacity: 1;
}

.image-lightbox-stage.is-settling .image-lightbox-panel[aria-hidden="true"] {
  opacity: 1;
}

.image-lightbox.has-carousel .image-lightbox-stage {
  cursor: grab;
  touch-action: none;
}

.image-lightbox.has-carousel .image-lightbox-stage.is-dragging {
  cursor: grabbing;
}

.image-lightbox-stage.is-dragging .image-lightbox-track {
  transition: none;
}

.image-lightbox-stage.is-opening .image-lightbox-track {
  transition: none;
}

.image-lightbox-stage.is-dragging .image-lightbox-panel {
  transition: none;
}

.image-lightbox-stage.is-settling .image-lightbox-panel {
  transition: none;
}

.image-lightbox-panel img {
  width: 100%;
  height: auto;
  max-height: min(78vh, 720px);
  border-radius: 8px;
  background: #f1f5f3;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.image-lightbox-caption {
  margin: 6px auto 2px;
  color: var(--green-strong);
  font-size: 14px;
  font-weight: 850;
  text-align: center;
}

.image-lightbox-text {
  max-height: 120px;
  overflow-y: auto;
  overscroll-behavior: contain;
  margin: 0 auto 2px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
  text-align: center;
  white-space: pre-line;
}

.image-lightbox-dots {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 1;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: calc(100vw - 40px);
  border-radius: 999px;
  background: rgba(5, 16, 13, .42);
  padding: 9px 12px;
  transform: translateX(-50%);
}

.image-lightbox.has-carousel .image-lightbox-dots {
  display: flex;
}

.image-lightbox-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  cursor: pointer;
  padding: 0;
  transition: width .16s ease, background .16s ease;
}

.image-lightbox-dot.is-active {
  width: 22px;
  background: var(--amber);
}

.image-lightbox-dot:focus-visible {
  outline: 3px solid rgba(244, 183, 64, .75);
  outline-offset: 3px;
}

.privacy-actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 0;
}

.privacy-section {
  padding-bottom: 52px;
}

@media (max-width: 1060px) {
  .hero h1 {
    font-size: 64px;
  }

  .hero-copy {
    font-size: 19px;
  }

  .section-copy h2,
  .section-heading h2 {
    font-size: 46px;
  }
}

@media (max-width: 780px) {
  .image-lightbox {
    padding: 20px;
  }

  .image-lightbox-stage {
    width: min(640px, calc(100vw - 40px));
  }

  .image-lightbox-panel {
    flex-basis: 100%;
  }

  .site-header {
    min-height: 66px;
    padding: 12px 14px;
  }

  .brand span {
    font-size: 17px;
  }

  .social-nav {
    margin-left: auto;
    gap: 7px;
  }

  .social-button {
    width: 40px;
    height: 40px;
  }

  .top-nav,
  .order-link-header {
    display: none;
  }

  .hero {
    min-height: calc(100svh - 44px);
  }

  .hero-shade {
    background: rgba(6, 22, 18, .62);
  }

  .hero-inner {
    padding: 112px 18px 42px;
  }

  .hero h1 {
    max-width: min(100%, 330px);
    font-size: clamp(30px, 8.2vw, 34px);
    line-height: .98;
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero-actions .order-link {
    width: 100%;
  }

  .product-grid,
  .reviews-grid,
  .order-grid {
    grid-template-columns: 1fr;
  }

  .presentation-gallery {
    grid-auto-columns: minmax(220px, 82%);
  }

  .reviews-list {
    grid-auto-columns: minmax(230px, 86%);
  }

  .product-section,
  .presentation-section,
  .reviews-section,
  .order-section {
    padding: 46px 0;
  }

  .section-copy h2,
  .section-heading h2 {
    font-size: clamp(30px, 8.8vw, 36px);
  }

  .section-copy p:not(.section-kicker),
  .section-heading p:not(.section-kicker) {
    font-size: 16px;
  }

  .wizard-heading .wizard-copy {
    font-size: 16px;
  }

  .presentation-gallery-item {
    box-shadow: 0 10px 26px rgba(13, 36, 29, .16);
  }

  .measure-note {
    font-size: 15px;
  }

  .coverage-input-row {
    grid-template-columns: 1fr;
  }

  .coverage-input-row .order-link {
    width: 100%;
  }

  .custom-quantity,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .order-panel .package-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .custom-quantity-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .mobile-order-bar {
    display: grid;
  }

  .site-footer-inner {
    align-items: center;
  }

  .site-footer nav {
    justify-content: center;
  }
}

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

}
