:root {
  color-scheme: light;
  --cream: #fff8ec;
  --paper: #ffffff;
  --ink: #141414;
  --muted: #5d5b62;
  --line: #e9dfcf;
  --lime: #c9f24a;
  --lime-soft: #f0ffc7;
  --purple: #c87bff;
  --purple-soft: #f4ddff;
  --coral: #ff7f67;
  --coral-soft: #ffe1d9;
  --blue: #3aaed8;
  --blue-soft: #dff6ff;
  --shadow: 0 22px 60px rgba(20, 20, 20, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 8% 8%, rgba(201, 242, 74, 0.32), transparent 30%),
    radial-gradient(circle at 92% 10%, rgba(200, 123, 255, 0.24), transparent 28%),
    var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

h1,
h2,
h3,
.button,
.nav-links a,
.punch strong,
.step-number,
.eyebrow,
.kicker {
  font-family: "Arial Rounded MT Bold", "Cooper Black", "Trebuchet MS", Inter, ui-sans-serif, system-ui, sans-serif;
}

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

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

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

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

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.narrow {
  max-width: 860px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 2px solid #111;
  background: rgba(255, 248, 236, 0.9);
  backdrop-filter: blur(14px);
}

.nav {
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 2px;
  padding: 0 0 2px;
}

.brand-row {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 170px;
  align-items: center;
  gap: 10px;
  min-height: 94px;
}

.brand-small {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.brand-small img {
  width: auto;
  height: 74px;
  object-fit: contain;
}

.brand-banner {
  display: flex;
  justify-content: center;
  justify-self: center;
  width: min(1120px, 100%);
}

.brand-banner img {
  width: auto;
  height: auto;
  max-height: 146px;
  max-width: min(1120px, 100%);
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  overflow-x: auto;
}

.menu-toggle {
  display: none;
}

.nav-links a {
  min-height: 38px;
  display: inline-grid;
  place-items: center;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 0 13px;
  color: #222;
  font-size: 0.9rem;
  font-weight: 850;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  border-color: #111;
  background: var(--lime);
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #111;
  border-radius: 999px;
  padding: 0 18px;
  color: #111;
  font-weight: 900;
  box-shadow: 4px 4px 0 #111;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.button:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 #111;
}

.button.primary {
  background: var(--lime);
}

.button.secondary {
  background: var(--purple-soft);
}

.button.large {
  min-height: 54px;
  padding: 0 24px;
}

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

.hero,
.page-hero {
  padding: 44px 0 30px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 54px;
  align-items: center;
}

.eyebrow,
.kicker {
  width: fit-content;
  margin-bottom: 16px;
  border: 2px solid #111;
  border-radius: 999px;
  padding: 7px 12px;
  background: var(--paper);
  color: #111;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 3px 3px 0 #111;
}

h1 {
  max-width: 880px;
  margin-bottom: 22px;
  font-size: clamp(2.35rem, 5.4vw, 4.95rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(1.65rem, 3.1vw, 3rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.lead {
  max-width: 720px;
  font-size: clamp(1.08rem, 1.7vw, 1.24rem);
  line-height: 1.75;
}

.hero-photo,
.wedding-images img,
.copy-card,
.punch,
.step-card,
.use-grid article,
.stat-grid a,
.research-grid article,
.faq-list article,
.shop-patch,
.mini-stack article {
  border: 2px solid #111;
  border-radius: 18px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.hero-photo {
  margin: 0;
  overflow: hidden;
}

.hero-photo img {
  width: 100%;
  height: min(72vh, 720px);
  min-height: 520px;
  object-fit: cover;
}

.tilt-card {
  transform: rotate(1.3deg);
}

.punch-row,
.steps-page,
.use-grid,
.stat-grid,
.research-grid {
  display: grid;
  gap: 20px;
}

.punch-row {
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 30px;
}

.punch,
.step-card,
.use-grid article,
.stat-grid a,
.research-grid article,
.faq-list article,
.copy-card,
.mini-stack article {
  padding: 26px;
}

.punch span,
.step-number {
  display: inline-grid;
  place-items: center;
  min-width: 44px;
  height: 36px;
  border: 2px solid #111;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-weight: 950;
}

.punch strong {
  display: block;
  margin-top: 26px;
  font-size: 1.6rem;
  line-height: 1.05;
}

.lime {
  background: var(--lime-soft);
}

.purple {
  background: var(--purple-soft);
}

.coral {
  background: var(--coral-soft);
}

.blue {
  background: var(--blue-soft);
}

.section {
  padding: 42px 0;
}

.page-hero + .section {
  padding-top: 24px;
}

.section.tinted {
  border-top: 2px solid #111;
  border-bottom: 2px solid #111;
  background: linear-gradient(135deg, var(--purple-soft), var(--lime-soft));
}

.split,
.wedding-layout,
.shop-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}

.mini-stack {
  display: grid;
  gap: 14px;
}

.mini-stack strong {
  display: block;
  font-size: 1.25rem;
}

.mini-stack span {
  color: var(--muted);
}

.lime-wash {
  background: linear-gradient(135deg, var(--lime-soft), var(--cream));
}

.purple-wash {
  background: linear-gradient(135deg, var(--purple-soft), var(--cream));
}

.coral-wash {
  background: linear-gradient(135deg, var(--coral-soft), var(--cream));
}

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

.step-card h2 {
  margin-top: 26px;
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
}

.purple-card {
  background: var(--purple-soft);
}

.coral-card {
  background: var(--coral-soft);
}

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

.icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 2px solid #111;
  border-radius: 12px;
  color: #111;
  font-weight: 950;
}

.use-grid h2 {
  font-size: 1.55rem;
}

.clean-use-grid article {
  padding-top: 30px;
}

.clean-use-grid h2 {
  margin-top: 0;
}

.wedding-images {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 18px;
  align-items: center;
}

.wedding-images img {
  overflow: hidden;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--muted);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 13px;
  height: 13px;
  border: 2px solid #111;
  border-radius: 50%;
  background: var(--lime);
}

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

.stat-grid a {
  background: var(--paper);
  transition: transform 150ms ease;
}

.stat-grid a:hover {
  transform: translateY(-4px);
}

.stat-grid strong {
  display: block;
  color: #111;
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: 0.9;
}

.stat-grid span {
  display: block;
  margin-top: 18px;
  color: var(--muted);
}

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

.research-grid article a {
  display: inline-block;
  margin-top: 18px;
  color: #111;
  font-weight: 950;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: var(--purple);
  text-underline-offset: 5px;
}

.shop-hero {
  align-items: center;
}

.shop-patch {
  width: min(360px, 100%);
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.faq-list {
  display: grid;
  gap: 18px;
}

.site-footer {
  border-top: 2px solid #111;
  background: #111;
  color: #fff;
  padding: 30px 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-weight: 850;
}

.footer-inner a {
  color: var(--lime);
}

@media (max-width: 980px) {
  .nav {
    min-height: 0;
    align-items: stretch;
    padding: 0 0 2px;
  }

  .brand-row {
    grid-template-columns: 118px minmax(0, 1fr) 118px;
    gap: 8px;
    min-height: 82px;
  }

  .brand-small img {
    height: 58px;
  }

  .brand-banner img {
    max-height: 118px;
  }

  .hero-grid,
  .split,
  .wedding-layout,
  .shop-hero {
    grid-template-columns: 1fr;
  }

  .punch-row,
  .steps-page,
  .use-grid,
  .stat-grid,
  .research-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-photo img {
    height: auto;
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    position: static;
  }

  .nav {
    position: relative;
    min-height: auto;
    gap: 2px;
    padding: 0 56px 2px 0;
  }

  .brand-row {
    display: block;
    min-height: 0;
  }

  .brand-small,
  .brand-spacer {
    display: none;
  }

  .brand-banner img {
    width: min(100%, 620px);
    max-height: 110px;
    margin: 0 auto;
  }

  .menu-toggle {
    position: absolute;
    top: 6px;
    right: 0;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 2px solid #111;
    border-radius: 12px;
    background: var(--lime);
    box-shadow: 3px 3px 0 #111;
    cursor: pointer;
  }

  .menu-toggle span {
    width: 22px;
    height: 3px;
    display: block;
    border-radius: 999px;
    background: #111;
    transition: transform 150ms ease, opacity 150ms ease;
  }

  .menu-toggle.open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .menu-toggle.open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .nav-links {
    display: none;
    width: 100%;
    overflow: visible;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding-top: 8px;
  }

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

  .nav-links a {
    width: 100%;
    min-height: 44px;
    background: var(--paper);
  }

  .punch-row,
  .steps-page,
  .use-grid,
  .stat-grid,
  .research-grid,
  .wedding-images {
    grid-template-columns: 1fr;
  }

  .actions,
  .footer-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  h1 {
    font-size: clamp(2.25rem, 11vw, 3.9rem);
  }

  .hero,
  .page-hero,
  .section {
    padding: 32px 0;
  }

  .page-hero {
    padding-bottom: 18px;
  }

  .page-hero + .section {
    padding-top: 16px;
  }

  .punch-row {
    padding-bottom: 24px;
  }
}
