:root {
  color-scheme: light;
  --ink: #25211d;
  --muted: #756f65;
  --paper: #fffdf8;
  --paper-soft: rgba(255, 253, 248, 0.86);
  --line: rgba(82, 70, 54, 0.16);
  --green: #2f9d6a;
  --green-dark: #1c6f49;
  --gold: #f1bd3b;
  --blue: #5f93e8;
  --rose: #d95c4f;
  --shadow: rgba(72, 55, 35, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 9% 12%, rgba(241, 189, 59, 0.25), transparent 28%),
    radial-gradient(circle at 94% 4%, rgba(95, 147, 232, 0.18), transparent 30%),
    linear-gradient(130deg, #fffaf0, #f4f8ff 64%, #f8fbf1);
  color: var(--ink);
  font-family: Optima, Candara, "Segoe UI", system-ui, sans-serif;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0;
  backdrop-filter: blur(18px);
}

.brand,
.site-header nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 900;
}

.brand-mark {
  width: 12px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--blue), var(--gold), var(--green));
}

.site-header nav {
  gap: 6px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.74);
  box-shadow: 0 12px 34px rgba(72, 55, 35, 0.08);
}

.site-header nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 900;
}

.site-header nav a:hover {
  background: #fff;
  color: var(--ink);
}

main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  min-height: calc(100vh - 86px);
  padding: 46px 0 64px;
}

.eyebrow {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  margin-top: 14px;
  font-size: clamp(4rem, 8vw, 7.9rem);
  line-height: 0.88;
}

h2 {
  margin-top: 12px;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  line-height: 0.94;
}

h3 {
  font-size: 1.55rem;
  line-height: 1.02;
}

p {
  color: var(--muted);
  line-height: 1.55;
}

.hero-lede {
  max-width: 620px;
  margin: 24px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  color: #4d463d;
}

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

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 900;
}

.primary-action {
  border-color: var(--green);
  background: var(--green);
  color: #fffdf8;
}

.secondary-action {
  background: rgba(255, 253, 248, 0.78);
}

.hero-shot,
.screenshot-card,
.model-card,
.trust-strip,
.feature-grid article,
.benefit-grid article {
  border: 1px solid var(--line);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), transparent 40%),
    var(--paper-soft);
  box-shadow: 0 24px 70px var(--shadow);
}

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

.hero-shot img {
  width: 100%;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-bottom: clamp(64px, 10vw, 120px);
}

.trust-strip div {
  min-height: 140px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.54);
}

.trust-strip strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.trust-strip span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.45;
}

.section {
  padding: clamp(58px, 9vw, 112px) 0;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 6vw, 72px);
}

.split-section > div > p {
  max-width: 520px;
  font-size: 1.08rem;
}

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

.feature-grid article,
.benefit-grid article {
  padding: 24px;
}

.feature-grid span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 32px;
  border-radius: 50%;
  background: var(--ink);
  color: #fffdf8;
  font-weight: 900;
}

.feature-grid p,
.benefit-grid p {
  margin-bottom: 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 30px;
}

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

.screenshot-card {
  margin: 0;
  overflow: hidden;
}

.screenshot-card.large {
  grid-column: 1 / -1;
}

.screenshot-card img {
  width: 100%;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.screenshot-card figcaption {
  display: grid;
  gap: 6px;
  padding: 18px;
}

.screenshot-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.screenshot-card span {
  color: var(--muted);
  line-height: 1.4;
}

.benefits-section {
  border-top: 1px solid var(--line);
}

.model-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
  gap: 32px;
  align-items: center;
  padding: clamp(24px, 5vw, 46px);
  background:
    linear-gradient(135deg, rgba(47, 157, 106, 0.12), rgba(255, 255, 255, 0.72) 48%),
    var(--paper-soft);
}

.model-card p {
  max-width: 600px;
  font-size: 1.08rem;
}

.folder-map {
  display: grid;
  gap: 10px;
}

.folder-map code {
  display: block;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--green-dark);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-weight: 700;
}

.final-section {
  display: grid;
  justify-items: center;
  padding-bottom: 120px;
  text-align: center;
}

.final-section p {
  max-width: 720px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  color: #4d463d;
}

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

  .site-header nav {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .hero-section,
  .split-section,
  .model-card {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
    padding-top: 28px;
  }

  .trust-strip,
  .feature-grid,
  .benefit-grid,
  .screenshot-grid {
    grid-template-columns: 1fr;
  }

  .screenshot-card.large {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  main,
  .site-header {
    width: min(100% - 22px, 1180px);
  }

  h1 {
    font-size: 3.45rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
  }
}
