﻿:root {
  color-scheme: light;
  --ink: #1f2523;
  --muted: #66716d;
  --paper: #f4f1ea;
  --white: #fffaf0;
  --line: #ddd5c7;
  --green: #21493e;
  --blue: #2f5f84;
  --rose: #a34d53;
  --gold: #bc832d;
  --mint: #dfe9df;
  --shadow: 0 24px 70px rgba(35, 42, 38, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
}

button {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 64px);
  background: rgba(244, 241, 234, 0.9);
  border-bottom: 1px solid rgba(221, 213, 199, 0.86);
  backdrop-filter: blur(18px);
}

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

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  font-family: Fraunces, Georgia, serif;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.nav a {
  text-decoration: none;
}

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

.hero {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(330px, 0.82fr);
  gap: clamp(30px, 6vw, 82px);
  min-height: calc(100vh - 72px);
  align-items: center;
  padding: clamp(42px, 7vw, 92px) clamp(20px, 5vw, 64px) 48px;
}

.hero-copy {
  max-width: 780px;
}

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

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

h1,
h2 {
  font-family: Fraunces, Georgia, serif;
  line-height: 0.98;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(3.5rem, 10vw, 8.4rem);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.1rem, 5vw, 4.8rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
}

.hero-text {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.34rem);
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 20px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  background: var(--green);
  color: var(--white);
}

.button.secondary {
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.64);
}

.hub-preview {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(31, 37, 35, 0.08);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.72);
  box-shadow: var(--shadow);
}

.preview-topline,
.sync-card,
.activity-list p,
.mini-card {
  border: 1px solid rgba(31, 37, 35, 0.08);
  border-radius: 8px;
  background: var(--white);
}

.preview-topline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.preview-topline strong {
  color: var(--green);
}

.sync-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 168px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(33, 73, 62, 0.9), rgba(47, 95, 132, 0.72)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 620 360'%3E%3Crect width='620' height='360' fill='%2386a28c'/%3E%3Ccircle cx='460' cy='82' r='72' fill='%23f0cf91'/%3E%3Cpath d='M0 245c130-92 235-86 330-14 92 70 171 78 290 20v109H0z' fill='%2321493e'/%3E%3C/svg%3E") center / cover;
  color: var(--white);
}

.sync-card h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.sync-card p {
  margin-bottom: 4px;
  opacity: 0.78;
  font-weight: 800;
}

.sync-icon,
.sync-pill {
  display: inline-grid;
  min-width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.2);
  font-weight: 900;
}

.sync-pill {
  min-width: auto;
  padding: 0 14px;
}

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

.mini-card {
  display: grid;
  gap: 12px;
  min-height: 112px;
  padding: 14px;
  color: var(--white);
}

.mini-card span {
  font-size: 0.82rem;
  font-weight: 800;
  opacity: 0.82;
}

.mini-card strong {
  align-self: end;
  font-family: Fraunces, Georgia, serif;
  font-size: 2.6rem;
  line-height: 1;
}

.mini-card.blue {
  background: var(--blue);
}

.mini-card.rose {
  background: var(--rose);
}

.mini-card.green {
  background: var(--green);
}

.activity-list {
  display: grid;
  gap: 8px;
}

.activity-list p {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
  padding: 12px 14px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.activity-list span {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--gold);
}

.intro {
  padding: 34px clamp(20px, 5vw, 64px);
  background: var(--green);
  color: var(--white);
}

.intro p {
  max-width: 1120px;
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.55rem, 4vw, 3.8rem);
  line-height: 1.08;
}

.section {
  padding: clamp(64px, 9vw, 116px) clamp(20px, 5vw, 64px);
}

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

.section-kicker {
  max-width: 440px;
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

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

.feature-card,
.recipe-card,
.recipe-preview {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.feature-card {
  min-height: 270px;
  padding: 22px;
}

.feature-number {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 44px;
  border-radius: 50%;
  background: var(--mint);
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 900;
}

.feature-card p,
.recipe-card p,
.recipe-preview p,
.timeline p,
.connect p {
  color: var(--muted);
}

.albums-section {
  background: #e6ede7;
}

.album-wall {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr;
  gap: 16px;
}

.album-card {
  position: relative;
  display: flex;
  min-height: 440px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  margin: 0;
  padding: 18px;
  border-radius: 8px;
  color: var(--white);
  box-shadow: var(--shadow);
  transition: transform 160ms ease;
}

.album-card::before,
.album-card::after {
  position: absolute;
  inset: 0;
  content: "";
}

.album-card::after {
  background: linear-gradient(180deg, rgba(31, 37, 35, 0.08), rgba(31, 37, 35, 0.58));
}

.album-card span,
.album-card figcaption {
  position: relative;
  z-index: 1;
  font-weight: 800;
}

.album-card span {
  font-size: 0.82rem;
  opacity: 0.84;
}

.album-card figcaption {
  max-width: 10ch;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1;
}

.album-card.coast::before {
  background:
    linear-gradient(150deg, rgba(47, 95, 132, 0.34), rgba(33, 73, 62, 0.55)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 620 700'%3E%3Crect width='620' height='700' fill='%238bb0bd'/%3E%3Ccircle cx='450' cy='132' r='84' fill='%23f1d492'/%3E%3Cpath d='M0 430c126-92 232-102 360-10 88 63 155 68 260 18v262H0z' fill='%2321493e'/%3E%3C/svg%3E") center / cover;
}

.album-card.kitchen::before {
  background:
    linear-gradient(150deg, rgba(163, 77, 83, 0.54), rgba(188, 131, 45, 0.35)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 620 700'%3E%3Crect width='620' height='700' fill='%23bc832d'/%3E%3Crect x='88' y='116' width='444' height='350' rx='26' fill='%23fffaf0'/%3E%3Ccircle cx='238' cy='284' r='76' fill='%23a34d53'/%3E%3Ccircle cx='378' cy='284' r='76' fill='%2321493e'/%3E%3C/svg%3E") center / cover;
}

.album-card.backyard::before {
  background:
    linear-gradient(150deg, rgba(33, 73, 62, 0.48), rgba(47, 95, 132, 0.28)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 620 700'%3E%3Crect width='620' height='700' fill='%23adc4ad'/%3E%3Cpath d='M0 388c118-72 215-76 326-16 114 62 178 46 294-28v356H0z' fill='%2321493e'/%3E%3Cpath d='M90 492h142M278 540h230' stroke='%23fffaf0' stroke-width='22' stroke-linecap='round' opacity='.5'/%3E%3C/svg%3E") center / cover;
}

.recipe-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(260px, 0.8fr);
  gap: 16px;
}

.recipe-card,
.recipe-preview {
  min-height: 250px;
  padding: 22px;
}

.recipe-card.selected {
  border-color: rgba(33, 73, 62, 0.6);
  box-shadow: 0 18px 40px rgba(33, 73, 62, 0.12);
}

.note-date {
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.text-button {
  min-height: 42px;
  margin-top: 12px;
  border: 0;
  border-radius: 999px;
  padding: 0 16px;
  background: var(--green);
  color: var(--white);
  cursor: pointer;
  font-weight: 800;
}

.recipe-preview {
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: var(--green);
  color: var(--white);
}

.recipe-preview span {
  margin-bottom: 18px;
  color: rgba(255, 250, 240, 0.72);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.recipe-preview strong {
  font-family: Fraunces, Georgia, serif;
  font-size: 2.2rem;
  line-height: 1;
}

.recipe-preview p {
  margin: 12px 0 0;
  color: rgba(255, 250, 240, 0.78);
}

.timeline {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.timeline article {
  display: grid;
  grid-template-columns: 140px 1fr 1.2fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.timeline time {
  color: var(--rose);
  font-weight: 900;
}

.connect {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1.1fr);
  gap: 32px;
  align-items: end;
  padding: clamp(54px, 8vw, 92px) clamp(20px, 5vw, 64px);
  background: var(--white);
  border-top: 1px solid var(--line);
}

.connect p {
  max-width: 640px;
  margin-bottom: 0;
  font-size: 1.18rem;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(20px, 5vw, 64px);
  color: var(--muted);
}

.footer p {
  margin: 0;
}

.footer a {
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 1060px) {
  .feature-grid,
  .recipe-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .recipe-preview {
    grid-column: 1 / -1;
  }
}

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

  .nav {
    justify-content: flex-start;
  }

  .hero,
  .connect {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .album-wall {
    grid-template-columns: 1fr;
  }

  .album-card {
    min-height: 320px;
  }

  .timeline article {
    grid-template-columns: 96px 1fr;
  }

  .timeline p {
    grid-column: 2;
  }
}

@media (max-width: 620px) {
  .mini-grid,
  .feature-grid,
  .recipe-layout {
    grid-template-columns: 1fr;
  }

  .sync-card {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .recipe-card,
  .recipe-preview {
    min-height: 220px;
  }

  .timeline article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .timeline p {
    grid-column: auto;
  }

  .footer {
    flex-direction: column;
  }
}
