:root {
  --bg: #fbf6ea;
  --bg-soft: #fff8ef;
  --surface: rgba(255, 250, 241, 0.92);
  --surface-strong: #fff3d7;
  --text: #4f3a31;
  --muted: #7d665d;
  --line: rgba(116, 86, 67, 0.16);
  --gold: #ddb35d;
  --gold-deep: #c38a2f;
  --brand-yellow: #ffe800;
  --brand-beige: #dfc4a8;
  --brand-beige-deep: #d1b392;
  --brand-cream: #f6ead7;
  --brand-taupe: #705a4c;
  --lavender: #cfbfdc;
  --plum: #83557e;
  --cream: #fffaf2;
  --shadow: 0 20px 55px rgba(133, 101, 65, 0.14);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --max-width: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--text);
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(221, 179, 93, 0.24), transparent 24%),
    radial-gradient(circle at top right, rgba(207, 191, 220, 0.28), transparent 20%),
    linear-gradient(180deg, #fff9ef 0%, #f8f1df 100%);
}

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

.text-link {
  color: var(--plum);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.text-link:hover {
  color: var(--gold-deep);
}

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

.page-glow {
  position: fixed;
  z-index: 0;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  opacity: 0.36;
  animation: driftGlow 14s ease-in-out infinite alternate;
}

.page-glow-left {
  top: -110px;
  left: -100px;
  background: rgba(246, 206, 122, 0.75);
}

.page-glow-right {
  top: 90px;
  right: -120px;
  background: rgba(202, 171, 220, 0.58);
  animation-duration: 18s;
}

.floating-thread {
  position: fixed;
  z-index: 0;
  width: 280px;
  height: 280px;
  pointer-events: none;
  opacity: 0.34;
}

.floating-thread::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(195, 138, 47, 0.14);
  border-radius: 57% 43% 62% 38% / 39% 44% 56% 61%;
  animation: floatLoop 20s linear infinite;
}

.floating-thread::after {
  content: "";
  position: absolute;
  inset: 46px;
  border: 1px solid rgba(131, 85, 126, 0.12);
  border-radius: 42% 58% 38% 62% / 56% 40% 60% 44%;
  animation: floatLoopReverse 16s linear infinite;
}

.floating-thread-left {
  top: 210px;
  left: -80px;
}

.floating-thread-right {
  right: -100px;
  bottom: 120px;
}

.site-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
  padding-bottom: 56px;
}

.topbar {
  position: sticky;
  top: 14px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 18px 0 26px;
  padding: 12px 22px;
  border-radius: 999px;
  background: rgba(248, 237, 219, 0.92);
  border: 2px solid rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  flex: 0 0 auto;
  margin-left: 30px;
}

.brand-logo {
  display: block;
  width: clamp(128px, 16vw, 188px);
  height: auto;
  object-fit: contain;
}

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

.nav a {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 500;
}

.nav-cta {
  padding: 12px 20px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ead4ba, #dcc1a3);
  border: 2px solid rgba(255, 255, 255, 0.92);
  color: var(--brand-taupe) !important;
  box-shadow: 0 10px 24px rgba(112, 90, 76, 0.12);
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  font: inherit;
  color: var(--text);
}

.hero {
  display: grid;
  gap: 22px;
  min-height: 76vh;
}

.hero-copy,
.hero-banner,
.gallery-card,
.feature-card,
.product-card,
.quote-panel,
.contact-card,
.stats-strip article {
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 48px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(250, 241, 225, 0.98), rgba(243, 229, 206, 0.96));
  border: 2px solid rgba(255, 255, 255, 0.9);
  animation: heroRise 900ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.eyebrow {
  margin: 0 0 14px;
  color: #8d5f9b;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.quote-panel h2,
.contact-card h2 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(2.6rem, 5.3vw, 4.9rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  font-weight: 300;
  color: #d7b6a4;
}

.hero h1 {
  max-width: 980px;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.92;
  color: #d9bead;
}

.hero-title-light,
.hero-title-bold {
  display: inline;
}

.hero-title-light {
  font-weight: 200;
  color: #e7cdbd;
}

.hero-title-bold {
  font-weight: 800;
  color: #ffc930;
}

.hero-text,
.section-copy p,
.feature-card p,
.product-copy p,
.quote-panel p,
.contact-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 600px;
  margin-top: 22px;
  font-size: 1.06rem;
  color: #786457;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-highlights span {
  padding: 14px 20px;
  border-radius: 999px;
  background: rgba(226, 196, 168, 0.92);
  border: 2px solid rgba(255, 255, 255, 0.9);
  color: var(--brand-taupe);
  font-size: 0.92rem;
  font-weight: 700;
  animation: softPop 700ms ease both;
  box-shadow: 0 10px 24px rgba(112, 90, 76, 0.1);
}

.hero-highlights span:nth-child(2) {
  animation-delay: 120ms;
}

.hero-highlights span:nth-child(3) {
  animation-delay: 240ms;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 28px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.94);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 14px 28px rgba(112, 90, 76, 0.12);
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(180deg, #e6ccb1, #d9b796);
  color: var(--brand-taupe);
}

.button-secondary {
  background: rgba(255, 248, 236, 0.88);
  color: #7e6656;
}

.button-primary:hover,
.button-secondary:hover,
.nav-cta:hover {
  background: linear-gradient(180deg, #ebd7bf, #dec09f);
  color: #5c473b !important;
}

.hero-banner {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  margin: 0;
  background: rgba(255, 248, 235, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.84);
  animation: heroRise 1100ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero-banner img {
  aspect-ratio: 1464 / 600;
  object-fit: cover;
  transform: scale(1.015);
  transition: transform 900ms ease;
}

.hero-banner:hover img {
  transform: scale(1.045);
}

.hero-shimmer {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    110deg,
    transparent 0%,
    rgba(255, 255, 255, 0.18) 40%,
    rgba(255, 255, 255, 0.42) 50%,
    transparent 60%
  );
  transform: translateX(-120%);
  animation: shimmerSweep 6.5s ease-in-out infinite;
  pointer-events: none;
}

.stats-strip,
.feature-grid,
.product-grid,
.gallery-layout {
  display: grid;
  gap: 18px;
}

.stats-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.stats-strip article {
  padding: 24px;
  border-radius: var(--radius-lg);
  background: rgba(231, 207, 183, 0.68);
  border: 2px solid rgba(255, 255, 255, 0.86);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.stats-strip article:hover,
.feature-card:hover,
.product-card:hover,
.gallery-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(133, 101, 65, 0.18);
  border-color: rgba(195, 138, 47, 0.22);
}

.stats-strip strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.25rem;
}

.stats-strip span {
  color: var(--muted);
  line-height: 1.6;
}

.section {
  padding-top: 110px;
}

.split-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 32px;
}

.section-heading.narrow {
  max-width: 760px;
}

.section-heading h2 {
  max-width: 760px;
  font-size: clamp(2.4rem, 4.8vw, 4.3rem);
}

.display-title {
  display: block;
  max-width: 920px;
  font-size: clamp(2.9rem, 5.9vw, 5.45rem);
  line-height: 1.02;
  letter-spacing: -0.06em;
  color: #d9b3a0;
}

.display-title-light,
.display-title-strong {
  display: inline;
}

.display-title-light {
  font-weight: 200;
  color: #d9b3a0;
}

.display-title-strong {
  margin-left: 10px;
  font-weight: 700;
  color: #6b5448;
}

.display-title-block {
  display: block;
  margin-left: 0;
}

.section-heading .display-title {
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.contact-copy .display-title,
.gift-copy .display-title {
  line-height: 1.01;
}

.display-title-compact {
  font-size: clamp(2.55rem, 4.9vw, 4.8rem);
  max-width: 720px;
}

.section-copy {
  display: grid;
  gap: 18px;
}

.gift-panel {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
  align-items: center;
  padding: 24px;
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(255, 248, 235, 0.98), rgba(248, 231, 196, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
}

.downloads-panel {
  display: grid;
  gap: 24px;
  padding: 34px;
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(255, 248, 235, 0.97), rgba(246, 229, 199, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
}

.downloads-copy {
  display: grid;
  gap: 16px;
  max-width: 860px;
}

.downloads-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.downloads-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.downloads-links,
.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.downloads-links a,
.contact-links a {
  color: #6f5a50;
  font-weight: 600;
}

.downloads-links a:hover,
.contact-links a:hover {
  color: var(--gold-deep);
}

.gift-media {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.gift-media img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 700ms ease;
}

.gift-panel:hover .gift-media img {
  transform: scale(1.04);
}

.gift-copy p:last-of-type {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.7;
}

.gift-points {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.gift-points span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-size: 0.98rem;
}

.gift-points span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-deep), #e0b968);
  flex: 0 0 auto;
}

.gallery-layout {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.gallery-card {
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255, 252, 246, 0.9);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.gallery-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.gallery-card:hover img,
.product-card:hover .product-media img {
  transform: scale(1.04);
}

.gallery-card.tall {
  min-height: 100%;
}

.feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}

.feature-card {
  padding: 26px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 250, 239, 0.96), rgba(250, 238, 212, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.78);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.feature-tag,
.product-label {
  margin: 0 0 10px;
  color: var(--plum);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.feature-card h3,
.product-copy h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
  font-weight: 600;
}

.product-grid {
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  margin-top: 30px;
}

.product-card {
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255, 251, 244, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.product-card.featured {
  background: linear-gradient(160deg, rgba(255, 246, 221, 0.95), rgba(250, 233, 195, 0.94));
}

.product-media img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 700ms ease;
}

.product-copy {
  padding: 22px 24px 26px;
}

.quote-panel {
  padding: 34px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(220, 199, 187, 0.97), rgba(235, 214, 191, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.75);
  background-size: 140% 140%;
  animation: gradientShift 12s ease-in-out infinite;
}

.quote-panel h2 {
  max-width: 840px;
  font-size: clamp(2.3rem, 4.4vw, 4rem);
}

.quote-panel p {
  max-width: 760px;
  margin-top: 18px;
}

.support-carousel {
  display: grid;
  gap: 24px;
}

.support-carousel-copy {
  max-width: 980px;
}

.support-title {
  display: grid;
  gap: 2px;
  max-width: 980px;
  font-size: clamp(3rem, 5.9vw, 5.3rem);
  line-height: 1;
  letter-spacing: -0.06em;
  color: #ebcfbf;
}

.support-title-light,
.support-title-bold,
.support-title-accent {
  display: inline;
}

.support-title-light {
  font-weight: 200;
  color: #ecd0c0;
}

.support-title-bold {
  margin-left: 10px;
  font-weight: 700;
  color: #695346;
}

.support-title-subline {
  display: block;
  line-height: 1;
}

.support-title-subline .support-title-light {
  color: #faf3ea;
}

.support-title-accent {
  margin-left: 12px;
  font-weight: 800;
  color: #fff000;
}

.support-carousel-copy p:last-child {
  max-width: 780px;
  color: #6d594d;
  font-size: 1.03rem;
  line-height: 1.7;
}

.support-carousel-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
}

.support-carousel-viewport {
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 48px rgba(101, 72, 49, 0.16);
}

.support-carousel-track {
  display: flex;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.support-slide {
  min-width: 100%;
  margin: 0;
}

.support-slide img {
  aspect-ratio: 1464 / 600;
  object-fit: cover;
}

.support-carousel-button {
  display: inline-grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  background: rgba(255, 247, 232, 0.82);
  color: #6b5549;
  box-shadow: 0 14px 28px rgba(101, 72, 49, 0.12);
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.support-carousel-button:hover {
  transform: translateY(-2px);
  background: rgba(255, 250, 241, 0.94);
  box-shadow: 0 18px 34px rgba(101, 72, 49, 0.15);
}

.support-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.support-carousel-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(131, 85, 126, 0.24);
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.support-carousel-dot.is-active {
  background: #d28a2d;
  transform: scale(1.16);
}

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

.testimonials-hero {
  margin: 28px 0 0;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.testimonials-hero img {
  aspect-ratio: 1464 / 600;
  object-fit: cover;
}

.testimonial-card {
  padding: 26px;
  border-radius: var(--radius-lg);
  background: rgba(255, 251, 244, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(133, 101, 65, 0.18);
  border-color: rgba(195, 138, 47, 0.22);
}

.testimonial-stars {
  margin-bottom: 14px;
  color: #f0b437;
  letter-spacing: 0.18em;
  font-size: 1rem;
}

.testimonial-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.testimonial-card strong {
  display: block;
  margin-top: 18px;
  font-size: 1rem;
}

.testimonial-card span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.9rem;
}

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

.faq-card {
  padding: 26px;
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 242, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.faq-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(133, 101, 65, 0.18);
  border-color: rgba(195, 138, 47, 0.22);
}

.faq-card h3 {
  margin: 0 0 12px;
  font-size: 1.12rem;
  font-weight: 600;
}

.faq-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.seasonal-section {
  padding-top: 88px;
}

.seasonal-banner {
  margin: 0;
  overflow: hidden;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
  background: rgba(255, 248, 235, 0.9);
}

.seasonal-banner img {
  width: 100%;
  aspect-ratio: 1464 / 625;
  object-fit: cover;
}

.contact-section {
  padding-bottom: 36px;
}

.contact-card {
  display: grid;
  grid-template-columns: 1.1fr auto;
  gap: 24px;
  align-items: center;
  padding: 36px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, rgba(255, 249, 236, 0.96), rgba(255, 240, 205, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.82);
}

.contact-card h2 {
  font-size: clamp(2.3rem, 4.3vw, 4rem);
}

.contact-copy p {
  margin-top: 16px;
  max-width: 700px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px) scale(0.985);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.topbar.is-scrolled {
  transform: translateY(-2px);
  background: rgba(255, 250, 241, 0.94);
  box-shadow: 0 24px 58px rgba(133, 101, 65, 0.18);
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(26px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes softPop {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes shimmerSweep {
  0%,
  12% {
    transform: translateX(-120%);
  }
  24%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes driftGlow {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(18px, 28px, 0) scale(1.08);
  }
}

@keyframes floatLoop {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes floatLoopReverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@keyframes gradientShift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .reveal,
  .reveal.is-visible {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1080px) {
  .hero,
  .split-section,
  .gift-panel,
  .gallery-layout,
  .feature-grid,
  .product-grid,
  .stats-strip,
  .contact-card,
  .testimonials-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 960px) {
  .topbar {
    align-items: flex-start;
    border-radius: 28px;
  }

  .menu-toggle {
    display: inline-flex;
    padding: 10px 0;
  }

  .nav {
    display: none;
    width: 100%;
    padding-top: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav.is-open {
    display: flex;
  }

  .hero-copy,
  .quote-panel,
  .contact-card {
    padding: 28px;
  }

  .support-carousel-shell {
    grid-template-columns: 1fr;
  }

  .support-carousel-button {
    display: none;
  }

}

@media (max-width: 640px) {
  .site-shell {
    width: min(calc(100% - 20px), var(--max-width));
  }

  .topbar {
    top: 10px;
    margin-top: 10px;
    padding: 12px 16px;
  }

  .hero {
    min-height: auto;
  }

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

  .button {
    width: 100%;
  }
}
