:root {
  --ink: #0b1f3a;
  --muted: #5f7188;
  --paper: #f6fbff;
  --panel: #ffffff;
  --line: #d8e6f3;
  --moss: #123d72;
  --cedar: #2563eb;
  --charcoal: #111827;
  --gold: #60a5fa;
  --blue: #102f57;
  --sky: #38bdf8;
  --ice: #eaf6ff;
  --deep: #071a33;
  --rose: #7dd3fc;
  --mint: #d9efff;
  --shadow: 0 24px 70px rgba(16, 47, 87, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 16% 10%, rgba(96, 165, 250, 0.18), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, var(--paper) 42%, #eef8ff 100%);
  color: var(--ink);
  font-family: Poppins, system-ui, sans-serif;
}

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

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 5vw, 54px);
  background: rgba(246, 251, 255, 0.9);
  border-bottom: 1px solid rgba(216, 230, 243, 0.9);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid var(--cedar);
  border-radius: 50%;
  color: var(--cedar);
  font-family: Cinzel, serif;
  font-weight: 700;
}

.brand-logo {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border: 1px solid rgba(16, 47, 87, 0.18);
  border-radius: 50%;
  background: #fff;
  object-fit: contain;
  padding: 4px;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 0.76rem;
}

nav {
  display: flex;
  gap: 6px;
}

nav a {
  color: var(--ink);
  padding: 10px 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.88rem;
}

nav a[aria-current="page"] {
  color: var(--cedar);
}

.hero {
  position: relative;
  display: grid;
  min-height: 92vh;
  padding: 120px clamp(20px, 6vw, 72px) 80px;
  align-items: center;
  overflow: hidden;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    radial-gradient(circle at 72% 26%, rgba(56, 189, 248, 0.36), transparent 24%),
    linear-gradient(90deg, rgba(7, 26, 51, 0.9), rgba(16, 47, 87, 0.58) 50%, rgba(16, 47, 87, 0.22)),
    linear-gradient(0deg, rgba(246, 251, 255, 0.2), rgba(246, 251, 255, 0));
}

.hero-copy {
  position: relative;
  width: min(680px, 100%);
  color: #fffdf8;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cedar);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 0.78rem;
  overflow-wrap: anywhere;
}

.hero-copy .eyebrow {
  color: #93c5fd;
}

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

h1 {
  max-width: 620px;
  margin-bottom: 18px;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(3rem, 7vw, 5.7rem);
  line-height: 0.95;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

h2 {
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  line-height: 1.1;
  letter-spacing: 0;
}

.hero p {
  max-width: 560px;
  color: rgba(255, 253, 248, 0.9);
  font-size: 1.08rem;
  line-height: 1.7;
}

.primary-action,
.secondary-action,
.quote-form button {
  display: inline-flex;
  max-width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  background: var(--cedar);
  color: #fff;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.2;
  white-space: normal;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.28);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.primary-action:hover,
.secondary-action:hover,
.quote-form button:hover,
.square-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(37, 99, 235, 0.34);
}

.secondary-action {
  border: 1px solid rgba(255, 253, 248, 0.55);
  background: rgba(255, 253, 248, 0.08);
  box-shadow: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 560px;
  margin: 34px 0 0;
}

.hero-stats div {
  padding: 16px;
  border: 1px solid rgba(255, 253, 248, 0.26);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.1);
  backdrop-filter: blur(10px);
  transition: transform 180ms ease, background 180ms ease;
}

.hero-stats div:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.18);
}

.hero-stats dt {
  font-size: 1.45rem;
  font-weight: 900;
}

.hero-stats dd {
  margin: 4px 0 0;
  color: rgba(255, 253, 248, 0.75);
  font-size: 0.82rem;
}

.builder-section,
.ideas-section,
.product-band,
.quote-section {
  padding: 70px clamp(18px, 5vw, 64px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.65;
}

.pricing-note {
  display: grid;
  gap: 6px;
  max-width: 980px;
  margin: -10px 0 28px;
  padding: 16px 18px;
  border: 1px solid rgba(53, 96, 111, 0.22);
  border-radius: 8px;
  background: #eef4f1;
}

.pricing-note strong {
  color: var(--charcoal);
}

.pricing-note span {
  color: var(--muted);
  line-height: 1.55;
}

.builder-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(340px, 1.1fr);
  gap: 28px;
  align-items: start;
}

.customizer,
.preview-panel,
.quote-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.customizer {
  display: grid;
  gap: 22px;
  padding: 22px;
}

.progress-wrap {
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 8px;
  background: #f1ece2;
}

.progress-label {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.progress-label strong {
  color: var(--cedar);
}

.progress-track {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(82, 106, 83, 0.18);
}

.progress-track span {
  display: block;
  width: 70%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--moss), var(--gold));
  transition: width 180ms ease;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend,
.field-row label,
.quote-form label {
  display: block;
  margin-bottom: 10px;
  color: var(--charcoal);
  font-weight: 800;
  font-size: 0.92rem;
}

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

.choice-card {
  display: grid;
  gap: 6px;
  min-height: 96px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.choice-card input,
.segmented input,
.swatches input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.choice-card:has(input:checked),
.segmented label:has(input:checked),
.swatches label:has(input:checked) {
  border-color: var(--cedar);
  outline: 2px solid rgba(169, 87, 54, 0.18);
}

.choice-card strong {
  font-size: 0.96rem;
}

.choice-card span {
  color: var(--muted);
  font-size: 0.84rem;
}

.choice-card em {
  color: var(--cedar);
  font-style: normal;
  font-weight: 900;
  font-size: 0.82rem;
}

.field-row input,
.field-row select,
.field-row textarea,
.quote-form input,
.quote-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  padding: 12px 13px;
}

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

.control-pair label {
  display: grid;
  gap: 10px;
  color: var(--charcoal);
  font-weight: 800;
  font-size: 0.92rem;
}

.control-pair input,
.control-pair select,
.field-row select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  padding: 12px 13px;
}

.segmented,
.swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.segmented label {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
}

.segmented span {
  display: block;
  padding: 10px 14px;
  font-weight: 800;
  font-size: 0.9rem;
}

.swatches label {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.swatches span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.toggle-list {
  display: grid;
  gap: 10px;
}

.toggle-list label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-weight: 750;
}

.toggle-list input {
  width: 18px;
  height: 18px;
  accent-color: var(--cedar);
}

.preview-panel {
  position: sticky;
  top: 92px;
  overflow: hidden;
}

.preview-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}

.preview-toolbar span:last-child {
  color: var(--cedar);
}

.preview-stage {
  display: grid;
  min-height: 470px;
  place-items: center;
  padding: 32px;
  background:
    radial-gradient(circle at 25% 18%, rgba(255, 255, 255, 0.5), transparent 36%),
    linear-gradient(135deg, #896344, #c59a66 52%, #76513a);
}

.preview-stage.tumbler {
  background: linear-gradient(135deg, #283132, #6e7777 48%, #d7d2c6);
}

.preview-stage.leather {
  background: linear-gradient(135deg, #3b2418, #9b5736 58%, #211915);
}

.preview-stage.sign {
  background: linear-gradient(135deg, #223936, #566f5f 54%, #d7d1bd);
}

.preview-stage.acrylic {
  background: linear-gradient(135deg, #173642, #78a4aa 52%, #edf7f5);
}

.preview-stage.slate {
  background: linear-gradient(135deg, #171b1d, #4f575c 52%, #0f1112);
}

.preview-stage.ornament {
  background: linear-gradient(135deg, #5f1820, #b65f4b 52%, #f0dac6);
}

.preview-stage.keychain {
  background: linear-gradient(135deg, #2f3040, #82706b 48%, #e6d8bf);
}

.engraving-object {
  display: grid;
  width: min(420px, 100%);
  min-height: 260px;
  place-items: center;
  gap: 12px;
  padding: 36px;
  border: 12px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.18);
  color: #251b12;
  text-align: center;
  box-shadow: inset 0 0 38px rgba(0, 0, 0, 0.12);
  transition: transform 180ms ease, border-radius 180ms ease, width 180ms ease, min-height 180ms ease;
}

.engraving-object.small {
  width: min(330px, 92%);
  min-height: 210px;
}

.engraving-object.large {
  width: min(510px, 100%);
  min-height: 320px;
}

.engraving-object.tumbler-shape {
  width: min(270px, 86%);
  min-height: 390px;
  border-radius: 34px;
}

.engraving-object.patch-shape {
  width: min(390px, 94%);
  min-height: 210px;
  border-radius: 36px 12px 36px 12px;
}

.engraving-object.round-shape {
  width: min(330px, 88%);
  min-height: 330px;
  border-radius: 50%;
}

.design-mark {
  color: currentColor;
  font-size: 2.4rem;
}

.engraving-object strong {
  max-width: 100%;
  overflow-wrap: anywhere;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.05;
}

.engraving-object small {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.74rem;
}

.font-script {
  font-family: Pacifico, cursive;
}

.font-classic {
  font-family: Lora, Georgia, serif;
}

.font-western {
  font-family: Cinzel, serif;
}

.font-modern {
  font-family: Inter, system-ui, sans-serif;
}

.estimate-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  background: #f7f1e7;
}

.estimate-strip div {
  display: grid;
  gap: 4px;
  padding: 16px;
  border-right: 1px solid var(--line);
}

.estimate-strip div:last-child {
  border-right: 0;
}

.estimate-strip span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.estimate-strip strong {
  overflow-wrap: anywhere;
  font-size: 0.94rem;
}

.photo-preview {
  display: grid;
  min-height: 92px;
  padding: 16px 20px;
  border-top: 1px solid var(--line);
  place-items: center;
  color: var(--muted);
  font-weight: 700;
}

.photo-preview img {
  max-width: 100%;
  max-height: 150px;
  border-radius: 6px;
}

.cart-preview {
  display: grid;
  gap: 12px;
  padding: 16px 20px 20px;
  border-top: 1px solid var(--line);
  background: var(--panel);
}

.cart-heading,
.cart-lines div,
.cart-total,
.checkout-card div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
  max-width: 100%;
}

.cart-heading {
  font-weight: 900;
}

.cart-heading span {
  color: var(--charcoal);
}

.cart-heading strong,
.cart-total strong,
.checkout-card strong {
  color: var(--cedar);
}

.cart-lines {
  display: grid;
  gap: 8px;
}

.cart-lines div {
  color: var(--muted);
  font-size: 0.9rem;
}

.cart-lines span,
.checkout-card span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.cart-lines strong {
  color: var(--ink);
  white-space: nowrap;
}

.cart-total {
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-weight: 900;
}

.product-band {
  position: relative;
  background:
    linear-gradient(135deg, rgba(234, 246, 255, 0.95), rgba(255, 255, 255, 0.95)),
    radial-gradient(circle at 88% 20%, rgba(56, 189, 248, 0.22), transparent 26%);
}

.pathway-grid,
.package-grid,
.campaign-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pathway-grid {
  align-items: stretch;
}

.tactile-card,
.campaign-card,
.product-feature {
  position: relative;
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 47, 87, 0.14);
  border-radius: 8px;
  background: var(--panel);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 14px 38px rgba(16, 47, 87, 0.1);
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}

.tactile-card {
  min-height: 260px;
  align-content: end;
  gap: 12px;
  padding: 22px;
}

.tactile-card::before,
.campaign-card::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(56, 189, 248, 0.12), transparent 46%),
    radial-gradient(circle at 82% 12%, rgba(37, 99, 235, 0.12), transparent 28%);
  content: "";
  pointer-events: none;
}

.tactile-card:hover,
.campaign-card:hover,
.product-feature:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 99, 235, 0.36);
  box-shadow: 0 24px 56px rgba(16, 47, 87, 0.18);
}

.tactile-card > *,
.campaign-card > * {
  position: relative;
}

.tactile-card span,
.campaign-card span,
.product-feature span,
.campaign-summary span {
  color: var(--cedar);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tactile-card h3,
.campaign-card h3 {
  margin-bottom: 0;
  line-height: 1.18;
}

.tactile-card p,
.campaign-card p,
.product-feature p,
.campaign-summary p {
  color: var(--muted);
  line-height: 1.58;
}

.tactile-card.featured,
.campaign-card.is-live {
  border-color: rgba(37, 99, 235, 0.32);
  background:
    linear-gradient(145deg, #ffffff, #eff8ff);
}

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

.product-feature img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: #eef4f8;
}

.product-feature div {
  display: grid;
  gap: 9px;
  padding: 20px;
}

.product-feature strong {
  color: var(--cedar);
}

.store-hero {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(280px, 420px);
  gap: 28px;
  align-items: end;
  padding: 145px clamp(20px, 6vw, 72px) 64px;
  background:
    linear-gradient(90deg, rgba(7, 26, 51, 0.94), rgba(16, 47, 87, 0.64)),
    url("assets/davie-wine-glass.png") center / cover;
  color: #f8fbff;
}

.store-hero h1 {
  max-width: 900px;
}

.store-hero p:not(.eyebrow) {
  max-width: 740px;
  color: rgba(255, 250, 245, 0.86);
  font-size: 1.08rem;
  line-height: 1.65;
}

.square-callout {
  display: grid;
  gap: 10px;
  padding: 22px;
  border: 1px solid rgba(255, 250, 245, 0.26);
  border-radius: 8px;
  background: rgba(255, 250, 245, 0.12);
  backdrop-filter: blur(16px);
}

.square-callout span {
  color: #93c5fd;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.square-callout p {
  margin: 0;
  color: rgba(255, 250, 245, 0.78);
  line-height: 1.55;
}

.shop-shell {
  padding: 64px clamp(18px, 5vw, 64px);
}

.shop-topbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.category-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.category-tabs button,
.square-button {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
  color: var(--ink);
  padding: 0 14px;
  font-weight: 900;
}

.category-tabs button.is-active {
  border-color: var(--cedar);
  background: var(--cedar);
  color: #fff;
}

.shop-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: 28px;
  align-items: start;
}

.product-browser,
.order-studio {
  min-width: 0;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(190px, 1fr));
  gap: 16px;
}

.shop-card {
  display: grid;
  gap: 10px;
  min-height: 310px;
  padding: 0 0 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  color: var(--ink);
  text-align: left;
  box-shadow: 0 12px 34px rgba(16, 47, 87, 0.08);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.shop-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 48px rgba(16, 47, 87, 0.18);
}

.shop-card.is-active {
  border-color: var(--cedar);
  outline: 2px solid rgba(37, 99, 235, 0.18);
}

.shop-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  background: #eee;
}

.shop-card span,
.selected-product span,
.live-preview span {
  padding: 0 14px;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.shop-card strong,
.shop-card em {
  padding: 0 14px;
}

.shop-card strong {
  line-height: 1.3;
}

.shop-card em {
  color: var(--cedar);
  font-style: normal;
  font-weight: 900;
}

.order-studio {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 16px;
}

.selected-product,
.custom-order-form,
.live-preview {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.order-studio .checkout-card {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.order-studio .checkout-card > * {
  min-width: 0;
  max-width: 100%;
}

.selected-product {
  overflow: hidden;
}

.selected-product img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  background: #eee;
}

.selected-product div {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 18px;
}

.selected-product p {
  color: var(--muted);
  line-height: 1.55;
}

.selected-product strong {
  color: var(--cedar);
  font-size: 1.2rem;
}

.custom-order-form {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.custom-order-form > label,
.custom-order-form .control-pair label {
  display: grid;
  gap: 8px;
  color: var(--charcoal);
  font-weight: 900;
}

.custom-order-form input,
.custom-order-form select,
.custom-order-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  padding: 12px 13px;
}

.live-preview {
  display: grid;
  gap: 8px;
  min-height: 150px;
  place-items: center;
  padding: 24px;
  text-align: center;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.8), transparent 32%),
    linear-gradient(135deg, #e7b9b1, #dce9df);
}

.live-preview strong {
  color: var(--ink);
  font-family: Pacifico, cursive;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.live-preview small {
  color: var(--muted);
  font-weight: 800;
}

.square-button {
  width: 100%;
  border-color: var(--charcoal);
  border-radius: 6px;
  background: var(--charcoal);
  color: #fff;
}

.square-status {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
  font-size: 0.9rem;
}

.faq-section {
  display: grid;
  gap: 14px;
  padding: 70px clamp(18px, 5vw, 64px);
}

.faq-section details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  padding: 18px 20px;
  box-shadow: 0 10px 28px rgba(33, 28, 27, 0.06);
}

.faq-section summary {
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
  font-size: 1.05rem;
}

.faq-section p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.page-hero {
  display: grid;
  min-height: 58vh;
  align-items: end;
  padding: 150px clamp(20px, 6vw, 72px) 70px;
  background:
    linear-gradient(90deg, rgba(7, 26, 51, 0.92), rgba(16, 47, 87, 0.58)),
    url("assets/laser-workbench.png") center / cover;
  color: #f8fbff;
}

.page-hero > div {
  width: min(860px, 100%);
}

.page-hero .eyebrow {
  color: #93c5fd;
}

.page-hero p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 253, 248, 0.86);
  font-size: 1.08rem;
  line-height: 1.7;
}

.contact-hero {
  min-height: 48vh;
}

.wedding-hero {
  background:
    linear-gradient(90deg, rgba(7, 26, 51, 0.9), rgba(16, 47, 87, 0.58)),
    url("assets/davie-wine-glass.png") center / cover;
}

.event-hero {
  background:
    linear-gradient(90deg, rgba(7, 26, 51, 0.92), rgba(16, 47, 87, 0.52)),
    url("assets/laser-workbench.png") center / cover;
}

.fundraising-hero {
  display: grid;
  min-height: 72vh;
  align-items: end;
  padding: 150px clamp(20px, 6vw, 72px) 78px;
  background:
    linear-gradient(90deg, rgba(7, 26, 51, 0.94), rgba(16, 47, 87, 0.62) 58%, rgba(16, 47, 87, 0.24)),
    url("assets/davie-water-bottles.png") center / cover;
  color: #f8fbff;
}

.fundraising-hero > div {
  width: min(880px, 100%);
}

.fundraising-hero .eyebrow {
  color: #93c5fd;
}

.fundraising-hero p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 253, 248, 0.88);
  font-size: 1.08rem;
  line-height: 1.7;
}

.current-fundraisers {
  padding: 70px clamp(18px, 5vw, 64px);
  background: #ffffff;
}

.campaign-grid {
  grid-template-columns: minmax(280px, 1.2fr) minmax(260px, 0.8fr);
}

.campaign-card {
  gap: 12px;
  min-height: 240px;
  align-content: end;
  padding: 24px;
}

.campaign-card strong {
  color: var(--cedar);
}

.order-hero {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(280px, 420px);
  gap: 28px;
  align-items: end;
  padding: 145px clamp(20px, 6vw, 72px) 64px;
  background:
    linear-gradient(90deg, rgba(7, 26, 51, 0.94), rgba(16, 47, 87, 0.58)),
    url("assets/davie-water-bottles.png") center / cover;
  color: #f8fbff;
}

.order-hero h1 {
  max-width: 900px;
}

.order-hero p:not(.eyebrow) {
  max-width: 740px;
  color: rgba(255, 253, 248, 0.88);
  font-size: 1.08rem;
  line-height: 1.65;
}

.campaign-summary {
  display: grid;
  gap: 10px;
  padding: 22px;
  border: 1px solid rgba(255, 253, 248, 0.26);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.12);
  backdrop-filter: blur(16px);
}

.campaign-summary span {
  color: #93c5fd;
}

.campaign-summary strong {
  font-size: 1.28rem;
}

.campaign-summary p {
  margin: 0;
  color: rgba(255, 253, 248, 0.78);
}

.split-section,
.contact-layout,
.fundraising-intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: start;
  padding: 70px clamp(18px, 5vw, 64px);
}

.split-section p {
  color: var(--muted);
  line-height: 1.68;
}

.quiet-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  padding: 24px;
  box-shadow: var(--shadow);
}

.brand-section {
  padding: 70px clamp(18px, 5vw, 64px);
  background:
    linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
}

.brand-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: stretch;
  border: 1px solid rgba(16, 47, 87, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #ffffff 0%, #f1f8ff 100%);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.brand-card-logo {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  min-height: 360px;
  padding: 30px;
  border-right: 1px solid rgba(16, 47, 87, 0.12);
  background: #fff;
  text-align: center;
}

.brand-card-logo img {
  width: min(220px, 70vw);
  height: auto;
  filter: drop-shadow(0 20px 36px rgba(16, 47, 87, 0.14));
  animation: logoFloat 6s ease-in-out infinite;
}

.brand-card-logo span {
  color: var(--muted);
  font-weight: 700;
}

.brand-card-detail {
  display: grid;
  gap: 22px;
  padding: 28px;
}

.brand-observation {
  padding: 18px;
  border-left: 4px solid var(--blue);
  background: rgba(217, 231, 238, 0.46);
}

.brand-observation span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.brand-observation p {
  margin: 8px 0 0;
  color: var(--ink);
  line-height: 1.65;
}

.brand-swatches {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.brand-swatches div {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.brand-swatches div:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(16, 47, 87, 0.14);
}

.brand-swatches span {
  display: block;
  height: 58px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 6px;
  background: var(--swatch);
}

.brand-swatches strong,
.brand-swatches small {
  overflow-wrap: anywhere;
}

.brand-swatches strong {
  font-size: 0.78rem;
}

.brand-swatches small {
  color: var(--muted);
  font-size: 0.72rem;
}

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

.developer-notes article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.flow-section {
  padding: 76px clamp(18px, 5vw, 64px);
  background:
    radial-gradient(circle at 18% 12%, rgba(56, 189, 248, 0.22), transparent 28%),
    linear-gradient(135deg, #071a33 0%, #102f57 52%, #123d72 100%);
  color: #f8fbff;
}

.flow-section .section-heading > p:not(.eyebrow) {
  color: rgba(248, 251, 255, 0.78);
}

.flow-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(320px, 1fr);
  gap: 20px;
}

.flow-controls {
  display: grid;
  gap: 10px;
}

.flow-controls button {
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(248, 251, 255, 0.84);
  padding: 0 16px;
  text-align: left;
  font-weight: 900;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.flow-controls button:hover,
.flow-controls button.is-active {
  transform: translateX(4px);
  border-color: rgba(147, 197, 253, 0.72);
  background: rgba(56, 189, 248, 0.18);
  color: #fff;
}

.flow-preview {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06)),
    radial-gradient(circle at 88% 18%, rgba(125, 211, 252, 0.3), transparent 30%);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
}

.flow-preview::after {
  position: absolute;
  inset: auto -8% -24% auto;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(147, 197, 253, 0.2);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.22), transparent 62%);
  content: "";
  animation: pulseRing 5s ease-in-out infinite;
}

.flow-preview span {
  color: #93c5fd;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.flow-preview h3 {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 12px 0;
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: 1;
}

.flow-preview p {
  position: relative;
  z-index: 1;
  max-width: 680px;
  color: rgba(248, 251, 255, 0.82);
  line-height: 1.7;
}

.flow-meter {
  position: relative;
  z-index: 1;
  height: 12px;
  margin: 26px 0;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.flow-meter span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #38bdf8, #93c5fd, #ffffff);
  transition: width 220ms ease;
}

.flow-details {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.flow-details div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.flow-details dt {
  color: #93c5fd;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.flow-details dd {
  margin: 6px 0 0;
  color: #fff;
  font-weight: 800;
}

@keyframes logoFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes pulseRing {
  0%,
  100% {
    transform: scale(0.98);
    opacity: 0.78;
  }
  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}

.developer-notes strong {
  color: var(--blue);
}

.developer-notes p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.58;
}

.plain-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.55;
}

.fundraising-opportunities {
  padding: 70px clamp(18px, 5vw, 64px);
  background:
    linear-gradient(135deg, rgba(234, 246, 255, 0.95), rgba(255, 255, 255, 0.95)),
    radial-gradient(circle at 90% 18%, rgba(56, 189, 248, 0.22), transparent 28%);
}

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

.opportunity-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 16px 42px rgba(16, 47, 87, 0.1);
}

.opportunity-grid img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  background: #eef4f8;
}

.opportunity-grid div {
  display: grid;
  gap: 8px;
  padding: 20px;
}

.opportunity-grid span,
.process-list span {
  color: var(--blue);
  font-weight: 900;
}

.opportunity-grid p,
.example-grid p,
.process-list p,
.fundraising-intro p {
  color: var(--muted);
  line-height: 1.65;
}

.example-section,
.fundraising-process {
  padding: 70px clamp(18px, 5vw, 64px);
}

.example-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.example-grid article {
  display: grid;
  gap: 10px;
  min-height: 220px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 12px 32px rgba(16, 47, 87, 0.08);
}

.example-grid strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.example-grid span {
  align-self: end;
  color: var(--cedar);
  font-weight: 900;
}

.fundraising-process {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(320px, 1fr);
  gap: 28px;
  background: #ffffff;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  gap: 8px;
  padding: 20px;
  border-left: 4px solid var(--cedar);
  background: var(--ice);
}

.process-list span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
}

.fundraising-cta {
  background:
    linear-gradient(135deg, rgba(7, 26, 51, 0.96), rgba(16, 47, 87, 0.9));
  color: #f8fbff;
}

.fundraising-cta .quote-copy p:not(.eyebrow) {
  color: rgba(248, 251, 255, 0.78);
}

.panel-action {
  width: fit-content;
  margin-top: 18px;
}

.contact-card h2 {
  margin-bottom: 18px;
}

.contact-list {
  display: grid;
  gap: 18px;
  margin: 0;
}

.contact-list div {
  display: grid;
  gap: 4px;
}

.contact-list dt {
  color: var(--cedar);
  font-weight: 900;
}

.contact-list dd {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.contact-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  padding: 12px 13px;
}

.ideas-section {
  background: #fdfbf6;
}

.ideas-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: 22px;
}

.spotlight {
  display: grid;
  align-content: end;
  min-height: 340px;
  padding: 28px;
  border-radius: 8px;
  color: #fffdf8;
  background:
    linear-gradient(0deg, rgba(30, 36, 33, 0.8), rgba(30, 36, 33, 0.22)),
    url("assets/laser-workbench.png") center / cover;
  box-shadow: var(--shadow);
}

.spotlight span {
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.16);
  font-weight: 900;
  font-size: 0.78rem;
}

.spotlight h3 {
  max-width: 520px;
  font-family: Lora, Georgia, serif;
  font-size: 2rem;
}

.spotlight p {
  max-width: 560px;
  color: rgba(255, 253, 248, 0.82);
  line-height: 1.6;
}

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

.idea-card {
  display: grid;
  align-content: space-between;
  min-height: 160px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  cursor: pointer;
}

.idea-card.is-active {
  border-color: var(--cedar);
  outline: 2px solid rgba(169, 87, 54, 0.16);
}

.idea-card span {
  color: var(--blue);
  font-weight: 900;
  font-size: 0.78rem;
}

.idea-card strong {
  margin-top: 10px;
  font-size: 1.05rem;
}

.idea-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

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

.feature-list article {
  padding: 24px;
  border-left: 4px solid var(--cedar);
  background: rgba(255, 253, 248, 0.72);
}

.feature-list span {
  color: var(--blue);
  font-weight: 900;
}

.feature-list h3 {
  margin: 10px 0;
}

.feature-list p,
.quote-copy p {
  color: var(--muted);
  line-height: 1.65;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: start;
}

.quote-form {
  display: grid;
  gap: 16px;
  padding: 22px;
}

.quote-form textarea {
  resize: vertical;
}

.checkout-card {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7f1e7;
}

.checkout-card div {
  color: var(--muted);
}

.checkout-card .checkout-grand-total {
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 900;
}

.payment-options label {
  flex: 1;
  text-align: center;
}

.quote-form .payment-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 64px);
  background: var(--charcoal);
  color: #fffdf8;
}

footer span {
  color: rgba(255, 253, 248, 0.7);
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-social a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(255, 253, 248, 0.26);
  border-radius: 999px;
  color: #fffdf8;
  padding: 0 13px;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.86rem;
}

.chat-widget {
  position: fixed;
  z-index: 20;
  right: 20px;
  bottom: 20px;
  width: min(380px, calc(100vw - 40px));
  display: grid;
  justify-items: end;
  pointer-events: none;
}

.chat-toggle {
  display: inline-flex;
  min-width: 156px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--charcoal);
  color: #fffdf8;
  padding: 0 18px;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(30, 36, 33, 0.3);
  pointer-events: auto;
  cursor: pointer;
}

.chat-panel {
  position: absolute;
  right: 0;
  bottom: 58px;
  width: min(380px, calc(100vw - 40px));
  overflow: hidden;
  border: 1px solid rgba(30, 36, 33, 0.16);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 22px 70px rgba(30, 36, 33, 0.25);
  pointer-events: auto;
}

.chat-panel.is-collapsed {
  display: none;
}

.chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background: var(--charcoal);
  color: #fffdf8;
}

.chat-header div {
  display: grid;
  gap: 2px;
}

.chat-header span {
  color: rgba(255, 253, 248, 0.7);
  font-size: 0.78rem;
  font-weight: 800;
}

.chat-close {
  min-height: 34px;
  border: 1px solid rgba(255, 253, 248, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fffdf8;
  padding: 0 11px;
  font-size: 0.78rem;
  font-weight: 900;
  cursor: pointer;
}

.chat-messages {
  display: grid;
  max-height: 300px;
  gap: 10px;
  overflow-y: auto;
  padding: 14px;
}

.message {
  max-width: 88%;
  padding: 10px 12px;
  border-radius: 8px;
  line-height: 1.45;
  font-size: 0.9rem;
}

.message.bot {
  justify-self: start;
  background: #efe8dc;
}

.message.user {
  justify-self: end;
  background: var(--moss);
  color: #fff;
}

.quick-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 14px 12px;
}

.quick-prompts button {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  padding: 8px 10px;
  font-size: 0.78rem;
  font-weight: 800;
}

.chat-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid var(--line);
}

.chat-form input {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 11px;
}

.chat-form button {
  border: 0;
  border-radius: 6px;
  background: var(--cedar);
  color: #fff;
  padding: 0 14px;
  font-weight: 900;
}

@media (max-width: 860px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 4px;
  }

  nav a {
    min-height: 42px;
    padding: 10px;
  }

  .hero {
    min-height: 82vh;
    padding-top: 74px;
  }

  .hero-overlay {
    background: linear-gradient(0deg, rgba(19, 22, 20, 0.8), rgba(19, 22, 20, 0.28));
  }

  .builder-grid,
  .quote-section,
  .ideas-layout,
  .store-hero,
  .order-hero,
  .shop-layout,
  .split-section,
  .contact-layout,
  .fundraising-intro,
  .fundraising-process,
  .brand-card,
  .flow-grid,
  .feature-list,
  .opportunity-grid,
  .example-grid,
  .pathway-grid,
  .package-grid,
  .campaign-grid,
  .process-list {
    grid-template-columns: 1fr;
  }

  .brand-card-logo {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(16, 47, 87, 0.12);
  }

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

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

  .flow-controls button:hover,
  .flow-controls button.is-active {
    transform: translateY(-2px);
  }

  .shop-topbar {
    align-items: start;
    flex-direction: column;
  }

  .category-tabs {
    justify-content: flex-start;
  }

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

  .order-studio {
    position: static;
  }

  .preview-panel {
    position: static;
  }
}

@media (max-width: 560px) {
  body {
    background: linear-gradient(180deg, #ffffff 0%, var(--paper) 48%, #eef8ff 100%);
  }

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

  .brand {
    width: 100%;
  }

  .brand strong {
    font-size: 0.96rem;
  }

  .brand small {
    display: none;
  }

  nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
  }

  nav a {
    flex: 0 0 auto;
    border: 1px solid rgba(216, 230, 243, 0.9);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    font-size: 0.82rem;
  }

  nav a[aria-current="page"] {
    border-color: rgba(37, 99, 235, 0.42);
    background: #fff;
  }

  .hero,
  .fundraising-hero,
  .store-hero,
  .order-hero,
  .page-hero {
    min-height: auto;
    padding: 58px 18px 52px;
  }

  .hero-copy,
  .fundraising-hero > div,
  .store-hero > div,
  .order-hero > div,
  .page-hero > div {
    width: 100%;
    max-width: calc(100vw - 36px);
    min-width: 0;
  }

  .hero-copy h1 {
    max-width: 12ch;
  }

  .hero-copy p {
    max-width: 34ch;
  }

  .primary-action span,
  .secondary-action span {
    display: block;
    max-width: 28ch;
    overflow-wrap: anywhere;
  }

  .hero p,
  .store-hero p:not(.eyebrow),
  .order-hero p:not(.eyebrow),
  .page-hero p:not(.eyebrow),
  .fundraising-hero p:not(.eyebrow) {
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .hero-actions {
    display: grid;
    width: 100%;
  }

  .primary-action,
  .secondary-action,
  .quote-form button {
    width: 100%;
    min-height: 54px;
    padding: 10px 16px;
  }

  .builder-section,
  .ideas-section,
  .product-band,
  .quote-section,
  .shop-shell,
  .faq-section,
  .split-section,
  .contact-layout,
  .brand-section,
  .flow-section,
  .fundraising-intro,
  .fundraising-opportunities,
  .current-fundraisers,
  .example-section,
  .fundraising-process {
    padding: 44px 16px;
  }

  .product-grid,
  .design-grid,
  .control-pair,
  .mini-gallery,
  .estimate-strip,
  .shop-grid,
  .developer-notes,
  .flow-controls,
  .flow-details,
  .hero-stats {
    grid-template-columns: 1fr;
  }

  .preview-toolbar,
  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  h1 {
    font-size: 2.35rem;
    line-height: 1.02;
  }

  h2 {
    font-size: 1.72rem;
  }

  .shop-card {
    min-height: auto;
  }

  .shop-card img,
  .selected-product img,
  .opportunity-grid img,
  .product-feature img {
    height: 190px;
  }

  .quiet-panel,
  .square-callout,
  .campaign-summary,
  .tactile-card,
  .campaign-card,
  .example-grid article,
  .process-list li {
    padding: 18px;
  }

  .footer-social {
    width: 100%;
  }

  .footer-social a {
    flex: 1;
    justify-content: center;
  }

  .chat-widget {
    right: 12px;
    bottom: 12px;
    width: auto;
  }

  .chat-toggle {
    min-width: 168px;
    margin-left: auto;
  }

  .chat-panel {
    right: 0;
    bottom: 58px;
    width: min(340px, calc(100vw - 24px));
    max-height: min(520px, calc(100dvh - 130px));
  }

  .chat-messages {
    max-height: min(180px, 34dvh);
  }

  .quick-prompts {
    max-height: 112px;
    overflow-y: auto;
  }

  .cart-lines div,
  .checkout-card div {
    flex-wrap: wrap;
    gap: 6px;
  }
}
