:root {
  color-scheme: light;
  --ink: #183044;
  --muted: #637482;
  --paper: #fffaf1;
  --soft: #eaf8fb;
  --line: #cfe4e9;
  --sea: #168aa3;
  --sea-dark: #0d637a;
  --lagoon: #6fc9d4;
  --gold: #f1b82d;
  --gold-soft: #fff0bf;
  --coral: #e68174;
  --rose: #9d5666;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(24, 48, 68, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 5vw, 72px);
  background: linear-gradient(180deg, rgba(10, 32, 45, 0.68), rgba(10, 32, 45, 0));
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  color: var(--white);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
}

.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(10, 32, 45, 0.45));
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.96rem;
}

nav a {
  text-decoration: none;
}

nav a:hover {
  color: var(--white);
}

nav a[aria-current="page"] {
  color: var(--white);
  font-weight: 900;
}

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 100vh;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  grid-template-columns: minmax(0, 880px);
  align-items: end;
  padding: clamp(128px, 14vw, 180px) clamp(20px, 5vw, 72px) clamp(54px, 8vw, 86px);
  background: linear-gradient(135deg, #0d637a 0%, #168aa3 48%, #fef1bd 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
}

.hero::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(10, 32, 45, 0.78), rgba(10, 32, 45, 0.42) 46%, rgba(10, 32, 45, 0.22)),
    linear-gradient(180deg, rgba(10, 32, 45, 0.12), rgba(10, 32, 45, 0.68));
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.hero > * {
  position: relative;
  z-index: 3;
}

.hero-copy {
  max-width: 760px;
  color: var(--white);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--rose);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 900px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7.6vw, 7.1rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 8px;
  font-size: 1.16rem;
}

.hero-text {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

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

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  background: var(--sea);
  color: var(--white);
  box-shadow: 0 12px 24px rgba(22, 138, 163, 0.24);
}

.button.primary:hover {
  background: var(--sea-dark);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.56);
  color: var(--ink);
  color: var(--white);
}

.section {
  padding: clamp(54px, 7vw, 88px) clamp(20px, 5vw, 72px);
}

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

.section-heading.compact {
  display: block;
}

.page-hero {
  display: grid;
  min-height: 48vh;
  align-content: end;
  padding: clamp(130px, 14vw, 180px) clamp(20px, 5vw, 72px) clamp(48px, 7vw, 78px);
  background:
    linear-gradient(90deg, rgba(10, 32, 45, 0.8), rgba(10, 32, 45, 0.34)),
    linear-gradient(135deg, var(--sea-dark), var(--sea) 58%, var(--gold-soft));
  color: var(--white);
}

.page-hero p {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.home-links {
  background: var(--paper);
}

.home-link-card {
  color: inherit;
  text-decoration: none;
}

.home-link-card:hover {
  border-color: rgba(22, 138, 163, 0.4);
  transform: translateY(-2px);
}

.shop-hero {
  display: grid;
  min-height: 62vh;
  align-items: end;
  padding: clamp(130px, 14vw, 180px) clamp(20px, 5vw, 72px) clamp(54px, 8vw, 86px);
  background:
    linear-gradient(90deg, rgba(10, 32, 45, 0.78), rgba(10, 32, 45, 0.28)),
    url("reign-logo.png"),
    linear-gradient(135deg, var(--sea-dark), var(--sea) 56%, var(--gold-soft));
  background-position: center, right clamp(20px, 8vw, 110px) bottom -110px, center;
  background-repeat: no-repeat;
  background-size: cover, min(52vw, 520px), cover;
  color: var(--white);
}

.shop-hero-copy {
  max-width: 820px;
}

.shop-hero-copy p {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.shop-info {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
  background: linear-gradient(135deg, #fff8e7, #eef9fb 58%, #fbedf8);
}

.shop-info-text {
  max-width: 780px;
}

.shop-info-text p {
  max-width: 760px;
  color: var(--muted);
}

.shop-note {
  display: grid;
  gap: 12px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(207, 228, 233, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 36px rgba(24, 48, 68, 0.08);
}

.shop-note strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1.05;
}

.shop-note span {
  color: var(--muted);
  font-weight: 700;
}

.products-section {
  background: var(--paper);
}

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

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(24, 48, 68, 0.08);
}

.product-image-wrap {
  display: grid;
  min-height: 260px;
  place-items: center;
  background: linear-gradient(135deg, var(--soft), #fff7da);
}

.product-image-wrap img {
  width: min(72%, 240px);
  max-height: 240px;
  object-fit: contain;
  filter: drop-shadow(0 12px 26px rgba(24, 48, 68, 0.18));
}

.product-body {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.product-body p {
  margin: 0;
  color: var(--muted);
}

.product-price {
  color: var(--sea-dark);
  font-size: 1.05rem;
  font-weight: 900;
}

.product-coming-soon {
  color: var(--rose);
  font-weight: 900;
}

.mommy-message {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  background:
    radial-gradient(circle at 18% 14%, rgba(241, 184, 45, 0.22), transparent 28%),
    linear-gradient(135deg, #fff8e7 0%, #eef9fb 55%, #fbedf8 100%);
}

.memory-photo {
  margin: 0;
}

.memory-photo img {
  display: block;
  width: min(100%, 460px);
  margin: 0 auto;
  border: 8px solid rgba(255, 255, 255, 0.86);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.message-panel {
  max-width: 800px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(207, 228, 233, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 36px rgba(24, 48, 68, 0.08);
}

.message-copy {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.message-copy p {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.16rem, 2vw, 1.42rem);
  line-height: 1.52;
}

.message-tag {
  margin: 24px 0 0;
  color: var(--sea-dark);
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 900;
}

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

.card,
.story-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(24, 48, 68, 0.08);
}

.card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 245px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
}

.card::before {
  display: block;
  width: 58px;
  height: 7px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: var(--gold);
  content: "";
}

.card p {
  margin: 0;
  color: var(--muted);
}

.featured-card {
  grid-column: span 2;
}

.event-time {
  color: var(--ink);
  font-weight: 900;
}

.event-highlights {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.event-highlights li::marker {
  color: var(--gold);
}

.meta {
  margin-bottom: 12px;
  color: var(--rose);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.card-link {
  margin-top: 20px;
  color: var(--sea-dark);
  font-weight: 800;
  text-decoration: none;
}

.card-link:hover {
  text-decoration: underline;
}

.photos-section {
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.24), transparent),
    var(--soft);
}

.photo-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 14px;
}

.photo-card {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(22, 138, 163, 0.96), rgba(111, 201, 212, 0.78)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0 18px, transparent 18px 36px);
  color: var(--white);
}

.photo-card:nth-child(4n + 1) {
  grid-row: span 2;
}

.photo-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.photo-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 18px;
  background: linear-gradient(transparent, rgba(20, 30, 29, 0.78));
}

.photo-caption strong {
  display: block;
}

.photo-caption span {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
}

.support-band {
  background: linear-gradient(135deg, #fff7da, #fffaf1 58%, #eaf8fb);
}

.stories-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.story-form-wrap {
  position: sticky;
  top: 96px;
}

.story-form-wrap p {
  color: var(--muted);
}

form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-weight: 500;
  padding: 12px 13px;
}

textarea {
  min-height: 168px;
  resize: vertical;
}

input:focus,
textarea:focus {
  outline: 3px solid rgba(22, 138, 163, 0.2);
  border-color: var(--sea);
}

.hidden-field {
  position: absolute;
  left: -9999px;
}

.spam-check {
  min-height: 68px;
  overflow: hidden;
}

.spam-check iframe {
  max-width: 100%;
}

.spam-check-note {
  margin: 0;
  border: 1px dashed var(--line);
  border-radius: 8px;
  background: rgba(234, 248, 251, 0.72);
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  padding: 12px 13px;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.stories-list {
  display: grid;
  gap: 14px;
}

.story-card {
  position: relative;
  padding: 22px;
}

.story-card::before {
  display: block;
  width: 44px;
  height: 7px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: var(--lagoon);
  content: "";
}

.story-card blockquote {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  line-height: 1.35;
}

.story-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.empty {
  padding: 20px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 5vw, 72px);
  background: linear-gradient(135deg, var(--ink), var(--sea-dark));
  color: var(--white);
}

.site-footer p {
  margin: 0;
  font-weight: 800;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    justify-content: flex-start;
  }

  .hero,
  .shop-info,
  .mommy-message,
  .stories-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 100vh;
  }

  .item-grid,
  .photo-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .featured-card {
    grid-column: span 1;
  }

  .photo-card:nth-child(4n + 1) {
    grid-row: auto;
  }

  .story-form-wrap {
    position: static;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 14px 16px;
  }

  nav {
    gap: 10px;
    font-size: 0.9rem;
  }

  .hero,
  .section {
    padding-right: 16px;
    padding-left: 16px;
  }

  h1 {
    font-size: clamp(2.9rem, 15vw, 4.6rem);
  }

  .section-heading {
    display: block;
  }

  .site-footer {
    flex-direction: column;
    padding-right: 16px;
    padding-left: 16px;
  }
}
