:root {
  --purple: #361c49;
  --hero-field: #3c1e50;
  --purple-deep: #2a103b;
  --purple-soft: #f3ebf6;
  --gold: #f3c63d;
  --gold-deep: #c9a01a;
  --mint: #7ec8b3;
  --coral: #e8a07a;
  --ivory: #f7f1e8;
  --ink: #2a103b;
  --muted: #5c5363;
  --white: #ffffff;
  --serif: "Source Serif 4", Georgia, serif;
  --sans: "Source Sans 3", system-ui, sans-serif;
  --shadow: 0 16px 40px rgba(42, 16, 59, 0.1);
}

*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  background-color: var(--hero-field);
}
body {
  margin: 0;
  background-color: var(--white);
  background-image: linear-gradient(var(--hero-field), var(--hero-field));
  background-size: 100% 120px;
  background-repeat: no-repeat;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin: 0 0 12px;
}

/* White pill — same width as the hero copy, never a thin ultrawide bar */
.site-header {
  position: sticky;
  top: 20px;
  z-index: 20;
  margin: 20px auto 0;
  width: min(1180px, calc(100% - 48px));
  background: var(--white);
  color: var(--ink);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(20, 6, 32, 0.18);
}
.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 70px;
  padding: 0 24px 0 22px;
  width: auto;
}
.logo { display: flex; align-items: center; flex-shrink: 0; color: #112342; }
.logo img,
.logo svg { height: 53px; width: auto; display: block; margin-left: -6px; }
.nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  font-weight: 600;
  color: var(--purple-deep);
}
.nav-dot {
  opacity: 0.38;
  margin: 0 2px 0 0;
  pointer-events: none;
}
.nav a:hover { color: var(--purple); }
.nav a.btn:hover { color: var(--purple-deep); }
.nav .btn { padding: 10px 18px; font-size: 14px; }
.nav-cta.btn,
.nav-cta-pair { display: none; }
.nav-cta-pair { align-items: center; gap: 8px; }
.nav-cta-pair .btn { padding: 10px 16px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 24px;
  font: 600 15px/1 var(--sans);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.btn-gold { background: var(--gold); color: var(--purple-deep); }
.btn-gold:hover { background: #f6d15a; }
.btn-purple { background: var(--purple); color: #fff; }
.btn-purple:hover { background: var(--purple-deep); }
.btn-ghost {
  background: transparent;
  color: var(--purple);
  border-color: rgba(58, 24, 79, 0.28);
}
.btn-ghost:hover { border-color: var(--purple); }
.btn-on-purple {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
}
.btn-on-purple:hover { border-color: #fff; background: rgba(255,255,255,0.08); }

/* Full-bleed purple. Gemini doodle plate sits behind live copy and photo. */
.hero-shell {
  --hero-pad-top: 140px;
  --hero-pad-bottom: 72px;
  --hero-min-height: 680px;
  position: relative;
  margin-top: -90px;
  min-height: var(--hero-min-height);
  height: auto;
  padding: var(--hero-pad-top) 0 var(--hero-pad-bottom);
  color: #f7f0ff;
  background-color: var(--hero-field);
  overflow: hidden;
}
.hero-doodle-frame {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: min(1600px, 100%);
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
}
.hero-doodle-plate {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2860px;
  height: auto;
  max-width: none;
  transform: translate(-50%, -50%);
  object-fit: contain;
  object-position: center center;
  pointer-events: none;
  user-select: none;
}
.hero-stage {
  position: relative;
  width: min(1440px, 100%);
  margin: 0 auto;
  z-index: 1;
}
.hero-shell--short {
  height: 120px;
  min-height: 0;
  margin-top: -90px;
  padding: 0;
}
.hero-shell--short .hero-doodle-plate {
  inset: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: none;
  object-fit: cover;
  object-position: center 12%;
}
.hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 88px;
  display: block;
  pointer-events: none;
  z-index: 2;
}
.hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: 48px;
  align-items: center;
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
}
.hero h1 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(42px, 4.2vw, 56px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 0 0 20px;
  color: #fff;
}
.hero .lede {
  color: #cfc0db;
  font-size: 19px;
  line-height: 1.6;
  max-width: 22em;
  margin: 0 0 28px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-actions .btn {
  padding: 16px 28px;
  font-size: 16px;
}
.hero-actions .btn-on-purple {
  color: #f4ead8;
  border-color: #f4ead8;
  background: transparent;
}
.hero-actions .btn-on-purple:hover {
  color: #fff;
  border-color: #fff;
  background: rgba(255,255,255,0.06);
}
.hero-visual {
  position: relative;
  align-self: center;
  min-height: 420px;
}
.hero-masonry {
  position: absolute;
  left: auto;
  right: 24px;
  width: 100%;
  top: calc(-1 * var(--hero-pad-top));
  height: var(--hero-min-height);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 1fr;
  gap: 16px;
  overflow: hidden;
}
.masonry-col {
  overflow: hidden;
  min-width: 0;
}
.masonry-track {
  display: flex;
  flex-direction: column;
  animation: fw-masonry-up 80s linear infinite;
}
.masonry-set {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 16px;
}
.masonry-col:nth-child(2) .masonry-track {
  animation-name: fw-masonry-down;
  animation-duration: 104s;
}
.masonry-col:nth-child(3) .masonry-track {
  animation-duration: 92s;
}
.hero-masonry .tile {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  flex-shrink: 0;
  aspect-ratio: auto;
  box-shadow: none;
}
.hero-masonry .tile::after {
  content: none;
}
.hero-masonry .tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-masonry .tile-tall { height: 248px; }
.hero-masonry .tile-mid { height: 176px; }
.hero-masonry .tile-short { height: 112px; }

@keyframes fw-masonry-up {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}
@keyframes fw-masonry-down {
  0% { transform: translateY(-50%); }
  100% { transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .masonry-track { animation: none; }
}

/* four ways — same design, four arrivals */
.ways {
  padding: 28px 0 8px;
  scroll-margin-top: 108px;
}
.ways-head { max-width: 34em; margin: 0 0 32px; }
.ways-head h2 {
  font-family: var(--serif);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0;
}
.ways-head p { margin: 0; color: var(--muted); }
.ways-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}
.way {
  background: var(--white);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  scroll-margin-top: 108px;
}
.way img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
}
.way-body {
  padding: 20px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.way h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}
.way p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
  flex: 1;
}
.way .btn { align-self: flex-start; margin-top: 4px; }

.home .home-cards {
  padding-top: 64px;
  padding-bottom: 72px;
}
.home .browse-filters { display: none; }
.home .card-grid { gap: 40px 32px; }

/* offerings — equal cards */
.offerings { padding: 72px 0 16px; }
.offerings-head { max-width: 34em; margin: 0 0 36px; }
.offerings-head h2 {
  font-family: var(--serif);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}
.offerings-head p { margin: 0; color: var(--muted); }
.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  align-items: stretch;
}
.offer {
  background: var(--white);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.offer img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
}
.offer-body {
  padding: 22px 22px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.offer h3 {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.offer p { margin: 0; color: var(--muted); font-size: 16px; flex: 1; }
.offer .btn { align-self: flex-start; margin-top: 6px; }

/* Punchbowl-style occasion boxes + feature cards */
.ecard-catalog {
  padding: 48px 0 80px;
  scroll-margin-top: 108px;
}
.ecard-stack {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.ecard-box,
.ecard-feature {
  background: #f3f2f4;
  border-radius: 32px;
  padding: 44px 36px 36px;
  text-align: center;
}
.ecard-box h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}
.ecard-box h2 a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.ecard-box h2 a::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -2px;
  border-right: 2.5px solid currentColor;
  border-top: 2.5px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.42;
}
.ecard-box h2 a:hover { color: var(--purple); }
.ecard-box h2 a:hover::after { opacity: 0.75; }
.ecard-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 12px;
  margin: 0 0 32px;
}
.ecard-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 18px 11px 18px;
  border-radius: 999px;
  background: #fff;
  border: 1.5px solid rgba(42, 16, 59, 0.12);
  color: var(--purple-deep);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: 0 6px 14px rgba(42, 16, 59, 0.06);
}
.ecard-links a::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -1px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.55;
}
.ecard-links a:hover,
.ecard-links a[aria-current="page"] {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--purple-deep);
}
.ecard-links a:hover::after,
.ecard-links a[aria-current="page"]::after { opacity: 0.8; }
.ecard-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px 24px;
  justify-content: center;
}
.ecard-stand {
  display: block;
  width: 100%;
  max-width: 188px;
  justify-self: center;
}
.ecard-stand .cover {
  border-radius: 9px;
}
.ecard-stand .cover-kicker { font-size: 10px; letter-spacing: 0.12em; }
.ecard-stand .cover-word { font-size: 21px; }
.ecard-stand .cover-copy--bottom { padding: 36px 10px 14px; }
.ecard-stand .cover-copy--center { inset: 20% 10%; }

.ecard-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.ecard-feature {
  padding: 40px 36px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
}
.ecard-feature h3 {
  font-family: var(--serif);
  font-size: clamp(26px, 2.6vw, 34px);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}
.ecard-feature p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
  max-width: 28em;
}
.ecard-feature-link {
  color: #5b3d8f;
  font-weight: 600;
  margin-bottom: 28px;
}
.ecard-feature-link:hover { color: var(--purple-deep); }
.feature-art {
  width: min(100%, 420px);
  margin-top: auto;
}
.feature-art img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 20px;
}
.feature-art--tuck,
.feature-art--photos {
  position: relative;
  aspect-ratio: 16 / 10;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.feature-art-card {
  width: 158px;
}
.feature-art--photos .feature-art-card {
  width: 172px;
}
.feature-art-card .cover { border-radius: 7px; }
.feature-art-card .cover-kicker { font-size: 9px; letter-spacing: 0.12em; }
.feature-art-card .cover-word { font-size: 18px; }
.feature-art--tuck .feature-art-card { transform: rotate(-8deg) translateX(-14px); }
.feature-art--photos .feature-art-card:first-child { transform: rotate(-8deg) translateX(8px); }
.feature-art--photos .feature-art-card:last-child { transform: rotate(7deg) translateX(-8px); }
.feature-giftcard {
  width: 176px;
  min-height: 108px;
  margin: 0 0 0 -22px;
  padding: 18px 16px;
  border-radius: 14px;
  background: linear-gradient(160deg, #f3c63d 0%, #e8a07a 100%);
  color: var(--purple-deep);
  box-shadow: 0 14px 24px rgba(42, 16, 59, 0.14);
  text-align: left;
  transform: rotate(7deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.feature-giftcard strong {
  font-family: var(--serif);
  font-size: 20px;
}
.feature-giftcard span { font-size: 13px; font-weight: 600; }

.ecard-page { padding: 48px 0 88px; }
.ecard-page-head { text-align: center; margin: 0 0 36px; }
.ecard-page-head h1 {
  font-family: var(--serif);
  font-size: clamp(36px, 4.4vw, 52px);
  font-weight: 600;
  letter-spacing: -0.025em;
  margin: 0 0 12px;
}
.ecard-page-head .lede {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
  margin: 0 auto 22px;
  max-width: 32em;
}
.ecard-browse {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px 40px;
  align-items: start;
}
.ecard-browse .ecard-page-head {
  text-align: left;
  margin: 0 0 28px;
}
.ecard-browse .ecard-page-head h1 { margin-top: 0; }
.ecard-browse .ecard-page-head .lede { margin: 0 0 10px; }
.ecard-filter-note {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--purple);
}
.ecard-filters {
  padding: 22px 20px 20px;
  border-radius: 24px;
  background: #f3f2f4;
}
.ecard-filters-label {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.ecard-filter-cats { display: flex; flex-direction: column; gap: 2px; }
.ecard-filter-group { padding: 2px 0; }
.ecard-filter-parent,
.ecard-filter-group li a {
  display: block;
  padding: 6px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.35;
}
.ecard-filter-parent:hover,
.ecard-filter-group li a:hover { color: var(--purple); }
.ecard-filter-parent[aria-current="page"],
.ecard-filter-group li a[aria-current="page"] {
  color: var(--purple-deep);
  font-weight: 700;
}
.ecard-filter-group ul {
  list-style: none;
  margin: 0 0 6px;
  padding: 0 0 0 14px;
}
.ecard-filter-group li a {
  font-size: 15px;
  font-weight: 500;
  color: var(--muted);
}
.ecard-filter-photo {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(42, 16, 59, 0.1);
}
.ecard-switch {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: inherit;
}
.ecard-switch-track {
  position: relative;
  flex: 0 0 42px;
  width: 42px;
  height: 24px;
  margin-top: 2px;
  border-radius: 999px;
  background: #d8d4dc;
  transition: background 0.15s ease;
}
.ecard-switch-thumb {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(42, 16, 59, 0.2);
  transition: transform 0.15s ease;
}
.ecard-switch[aria-checked="true"] .ecard-switch-track { background: var(--purple); }
.ecard-switch[aria-checked="true"] .ecard-switch-thumb { transform: translateX(18px); }
.ecard-switch-copy { display: flex; flex-direction: column; gap: 2px; }
.ecard-switch-copy strong { font-size: 16px; font-weight: 700; }
.ecard-switch-copy span { font-size: 13px; color: var(--muted); line-height: 1.4; }
.ecard-browse .ecard-shop {
  justify-content: flex-start;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 28px;
}
.ecard-browse .ecard-shop .ecard-stand {
  width: 100%;
  max-width: none;
  flex: none;
}
.ecard-browse .ecard-shop .cover-kicker { font-size: 11px; }
.ecard-browse .ecard-shop .cover-word { font-size: 24px; }
@media (min-width: 880px) {
  .ecard-browse {
    grid-template-columns: 228px minmax(0, 1fr);
  }
  .ecard-filters {
    position: sticky;
    top: 108px;
  }
}
@media (max-width: 879px) {
  .ecard-browse .ecard-shop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
  }
}
.ecard-crumb {
  margin: 0 0 18px;
  font-size: 15px;
  font-weight: 600;
}
.ecard-crumb a { color: #5b3d8f; }
.ecard-shop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px 32px;
  margin: 0 0 48px;
}
.ecard-shop .ecard-stand {
  width: 168px;
  max-width: 200px;
  flex: 0 0 168px;
}
.ecard-related {
  text-align: center;
  padding-top: 12px;
}
.ecard-related p {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin: 0 0 12px;
}
.ecard-related ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  margin: 0;
  padding: 0;
}
.ecard-related a { color: #5b3d8f; font-weight: 600; }
.ecard-related a:hover { color: var(--purple-deep); }

/* how */
.how-band {
  margin-top: 56px;
  padding: 56px 0;
  background: #fff1e4;
}
.how-band h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 600;
  margin: 0 0 32px;
}
.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.how-card {
  background: var(--white);
  border-radius: 24px;
  padding: 28px 24px;
}
.how-card .num {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--purple-deep);
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 14px;
}
.how-card h3 { font-family: var(--serif); font-size: 22px; margin: 0 0 8px; }
.how-card p { margin: 0; color: var(--muted); }

/* gallery — even tiles, labels only in CSS */
.gallery { padding: 80px 0 24px; }
.gallery h2 {
  font-family: var(--serif);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 32px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.tile {
  position: relative;
  display: block;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow);
}
.tile img { width: 100%; height: 100%; object-fit: cover; }
.tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(42, 16, 59, 0.55) 100%);
}
.tile span {
  position: absolute;
  left: 16px;
  bottom: 14px;
  z-index: 1;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

/* teams */
.teams-band {
  margin-top: 56px;
  padding: 56px 0;
  background: #e8f4ea;
}
.teams {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}
.teams h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 600;
  margin: 0 0 14px;
}
.teams p { color: var(--muted); margin: 0 0 22px; max-width: 34em; }
.teams img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

/* product / start pages */
.page-hero { padding: 72px 0 56px; }
.page-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.page-hero h1 {
  font-family: var(--serif);
  font-size: clamp(36px, 4.4vw, 52px);
  font-weight: 600;
  letter-spacing: -0.025em;
  margin: 0 0 18px;
}
.page-hero .lede { color: var(--muted); font-size: 18px; line-height: 1.65; margin: 0 0 26px; max-width: 30em; }
.page-hero img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.points {
  padding: 56px 0 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.point {
  background: var(--white);
  border-radius: 24px;
  padding: 28px;
}
.point h3 { font-family: var(--serif); font-size: 22px; margin: 0 0 8px; }
.point p { margin: 0; color: var(--muted); }

.chooser {
  padding: 8px 0 88px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  align-items: stretch;
}
.choose-card {
  background: var(--white);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}
.choose-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.choose-card .choose-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.choose-card h2 { font-family: var(--serif); font-size: 24px; margin: 0; }
.choose-card p { margin: 0; color: var(--muted); flex: 1; }
.choose-card .btn { align-self: flex-start; }

.notes {
  text-align: center;
  color: var(--muted);
  font-size: 15px;
  padding: 40px 0 72px;
}
.notes p { margin: 0; }

.site-footer {
  background: var(--purple-deep);
  color: #f6edd4;
  padding: 0;
  text-align: left;
  font-size: 15px;
  letter-spacing: 0;
}
.site-footer .wrap {
  min-height: 120px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.site-footer .logo img {
  height: 44px;
  margin-left: -5px;
  filter: brightness(0) invert(1);
}
.site-footer nav {
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
  gap: 22px;
  flex-wrap: wrap;
  font-weight: 600;
}
.site-footer a:hover { color: var(--gold); }

@media (max-width: 960px) {
  .wrap { width: calc(100% - 20px); }
  .site-header { top: 10px; margin-top: 10px; width: calc(100% - 20px); }
  .site-header-inner { min-height: 58px; padding: 0 12px; }
  .logo img,
  .logo svg { height: 42px; margin-left: -5px; }
  .hero-shell {
    --hero-pad-top: 88px;
    --hero-pad-bottom: 36px;
    --hero-min-height: 0px;
    margin-top: -72px;
    min-height: 0;
    padding: var(--hero-pad-top) 0 var(--hero-pad-bottom);
  }
  .hero-shell--short { height: 96px; margin-top: -72px; padding: 0; }
  .hero { grid-template-columns: 1fr; gap: 28px; width: calc(100% - 36px); }
  .page-hero-grid, .teams { grid-template-columns: 1fr; gap: 28px; }
  .hero-visual { min-height: 0; height: auto; align-self: auto; }
  .hero-masonry {
    position: relative;
    top: auto;
    left: 0;
    right: auto;
    height: 300px;
    gap: 12px;
    margin-bottom: calc(-1 * var(--hero-pad-bottom));
  }
  .masonry-set {
    gap: 12px;
    padding-bottom: 12px;
  }
  .hero-masonry .tile-tall { height: 196px; }
  .hero-masonry .tile-mid { height: 140px; }
  .hero-masonry .tile-short { height: 90px; }
  .offer-grid, .how-grid, .chooser, .points, .gallery-grid, .ways-grid, .ecard-features { grid-template-columns: 1fr 1fr; }
  .home .card-grid { gap: 32px 22px; }
  .ecard-box,
  .ecard-feature { padding: 32px 20px 28px; border-radius: 24px; }
  .ecard-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 28px;
    max-width: 480px;
    margin: 0 auto;
  }
  .ecard-row .ecard-stand { max-width: 220px; }
  .nav { display: none; }
  .nav-cta.btn { display: inline-flex; }
  .nav-cta-pair { display: flex; }
  .site-footer .wrap {
    padding: 30px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    min-height: 0;
  }
  .site-footer nav {
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 560px) {
  .offer-grid, .how-grid, .chooser, .points, .gallery-grid, .ways-grid, .ecard-features { grid-template-columns: 1fr; }
  .home .card-grid { gap: 28px 16px; }
}
