:root {
  --porcelain: #fbf7ef;
  --paper: #f1eadf;
  --ink: #241f1a;
  --charcoal: #312b25;
  --moss: #5f725d;
  --blue: #466977;
  --clay: #a06550;
  --rose: #c58b7b;
  --gold: #b99b58;
  --muted: #756d64;
  --line: rgba(36, 31, 26, 0.14);
  --soft: rgba(255, 255, 255, 0.64);
  --shadow: 0 22px 70px rgba(49, 43, 37, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(36, 31, 26, 0.035) 1px, transparent 1px) 0 0 / 44px 44px,
    linear-gradient(180deg, #fbf7ef 0%, #f2eadf 42%, #e9f0ee 100%);
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 0;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(36, 31, 26, 0.1);
  background: rgba(251, 247, 239, 0.9);
  backdrop-filter: blur(18px);
}

.nav {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: "Fraunces", serif;
  font-size: 1.26rem;
  font-weight: 750;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(36, 31, 26, 0.16);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fffaf2;
}

.brand-mark::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50% 50% 44% 44%;
  background: var(--clay);
  box-shadow:
    -9px -8px 0 -4px var(--clay),
    -2px -12px 0 -5px var(--clay),
    6px -11px 0 -5px var(--clay),
    10px -5px 0 -5px var(--clay);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

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

.cta-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: #fffaf2;
  font-weight: 900;
  font-size: 0.9rem;
  box-shadow: 0 12px 30px rgba(36, 31, 26, 0.18);
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

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

.button.secondary {
  background: rgba(255, 255, 255, 0.52);
  color: var(--ink);
  box-shadow: none;
}

.button.light {
  border-color: #fffaf2;
  background: #fffaf2;
  color: var(--ink);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--clay);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: center;
  padding: 58px 0 42px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.86fr);
  gap: 48px;
  align-items: center;
}

.hero h1,
.section-title,
.closing h2 {
  font-family: "Fraunces", serif;
  letter-spacing: 0;
}

.hero h1 {
  margin: 18px 0 18px;
  max-width: 760px;
  font-size: clamp(4.1rem, 8.4vw, 8.7rem);
  line-height: 0.82;
}

.hero-copy {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.13rem;
  line-height: 1.78;
  margin: 0 0 28px;
}

.hero-proof {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 660px;
}

.proof {
  min-height: 96px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.54);
  padding: 16px;
}

.proof strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Fraunces", serif;
  font-size: 1.25rem;
}

.proof span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.hero-media {
  position: relative;
  min-height: 620px;
}

.hero-photo {
  position: absolute;
  inset: 0 38px 0 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: var(--paper);
}

.editorial-board .hero-main {
  inset: 20px 90px 54px 0;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-tile {
  position: absolute;
  overflow: hidden;
  border: 8px solid rgba(255, 250, 242, 0.82);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 18px 48px rgba(36, 31, 26, 0.18);
}

.hero-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tile-one {
  right: 0;
  top: 0;
  width: 190px;
  height: 250px;
}

.tile-two {
  left: 46px;
  bottom: 0;
  width: 190px;
  height: 230px;
}

.memory-slip {
  position: absolute;
  right: 0;
  bottom: 68px;
  width: min(330px, 78%);
  border-radius: 8px;
  background: rgba(36, 31, 26, 0.9);
  color: #fffaf2;
  padding: 22px;
  box-shadow: 0 22px 60px rgba(36, 31, 26, 0.24);
}

.memory-slip small,
.package small,
.product small {
  display: inline-flex;
  color: rgba(255, 250, 242, 0.72);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.memory-slip h2 {
  margin: 10px 0 10px;
  font-family: "Fraunces", serif;
  font-size: 2rem;
  line-height: 0.96;
}

.memory-slip p {
  margin: 0;
  color: rgba(255, 250, 242, 0.8);
  line-height: 1.55;
  font-size: 0.94rem;
}

.qr-note {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 13px;
  align-items: center;
}

.fake-qr {
  width: 54px;
  height: 54px;
  border: 7px solid #fffaf2;
  background:
    linear-gradient(90deg, #fffaf2 6px, transparent 6px) 0 0 / 16px 16px,
    linear-gradient(#fffaf2 6px, transparent 6px) 0 0 / 16px 16px;
  opacity: 0.96;
}

section {
  padding: 88px 0;
  scroll-margin-top: 92px;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 32px;
}

.section-title {
  margin: 14px 0 0;
  font-size: clamp(2.6rem, 5.4vw, 5.7rem);
  line-height: 0.9;
}

.section-head p {
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
  font-size: 1.02rem;
}

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

.product {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
  color: #fffaf2;
  isolation: isolate;
}

.product img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.84;
  transition: transform 500ms ease, opacity 500ms ease;
}

.product::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(36, 31, 26, 0.02) 18%, rgba(36, 31, 26, 0.9) 100%);
}

.product:hover img {
  transform: scale(1.045);
  opacity: 0.7;
}

.product-body {
  position: relative;
  z-index: 1;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
}

.product h3 {
  margin: 10px 0 10px;
  font-family: "Fraunces", serif;
  font-size: 1.72rem;
  line-height: 1;
}

.product p {
  margin: 0 0 18px;
  color: rgba(255, 250, 242, 0.8);
  line-height: 1.55;
}

.price {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(255, 250, 242, 0.36);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 900;
}

.proofing {
  background:
    linear-gradient(90deg, rgba(95, 114, 93, 0.1), transparent 56%),
    #eef3ed;
}

.proofing-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 0.92fr);
  gap: 36px;
  align-items: center;
}

.proofing-media {
  overflow: hidden;
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.proofing-media img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}

.proofing-copy p {
  max-width: 650px;
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.03rem;
}

.assurance-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.assurance-list div {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 18px;
  border-top: 1px solid var(--line);
  padding: 15px 0;
}

.assurance-list strong {
  color: var(--ink);
}

.assurance-list span {
  color: var(--muted);
  line-height: 1.5;
}

.story-band {
  background: var(--charcoal);
  color: #fffaf2;
}

.story-band .eyebrow,
.story-band .section-head p {
  color: rgba(255, 250, 242, 0.74);
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.story-panel,
.preview-panel {
  border: 1px solid rgba(255, 250, 242, 0.16);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.06);
}

.story-panel {
  padding: 26px;
}

.steps {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.step {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 250, 242, 0.12);
}

.step:last-child {
  border-bottom: 0;
}

.step b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 250, 242, 0.12);
  color: var(--gold);
}

.step strong {
  display: block;
  margin-bottom: 5px;
}

.step span {
  color: rgba(255, 250, 242, 0.7);
  line-height: 1.45;
}

.preview-panel {
  display: grid;
  grid-template-columns: minmax(250px, 0.82fr) minmax(0, 1fr);
  overflow: hidden;
  min-height: 550px;
}

.preview-art {
  background: url("assets/cat-memory-phone-qr.webp") center / cover;
}

.preview-page {
  padding: 32px;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.96), rgba(238, 231, 220, 0.94)),
    linear-gradient(135deg, rgba(70, 105, 119, 0.16), transparent 50%);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.preview-page small {
  color: var(--clay);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.preview-page h3 {
  margin: 12px 0 12px;
  font-family: "Fraunces", serif;
  font-size: clamp(2.2rem, 4.2vw, 4.4rem);
  line-height: 0.88;
}

.preview-page p {
  color: var(--muted);
  line-height: 1.68;
  margin: 0;
}

.timeline {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.timeline div {
  padding: 14px 10px;
  border-right: 1px solid var(--line);
}

.timeline div:last-child {
  border-right: 0;
}

.timeline strong {
  display: block;
  margin-bottom: 4px;
}

.timeline span {
  color: var(--muted);
  font-size: 0.78rem;
}

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

.story-card-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(0, 0.85fr));
  gap: 14px;
}

.story-card {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 12px 34px rgba(49, 43, 37, 0.06);
}

.story-card.large {
  grid-row: span 1;
}

.story-card img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.story-card.large img {
  height: 360px;
}

.story-card div {
  padding: 22px;
}

.story-card small {
  color: var(--clay);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-card h3 {
  margin: 10px 0 10px;
  font-family: "Fraunces", serif;
  font-size: 1.8rem;
  line-height: 1;
}

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

.gallery-strip {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: var(--ink);
}

.gallery-strip img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  filter: saturate(0.92);
}

.package {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.54);
  padding: 22px;
  min-height: 290px;
}

.package.featured {
  background: var(--blue);
  color: #fffaf2;
  border-color: rgba(255, 250, 242, 0.2);
}

.package small {
  color: var(--clay);
}

.package.featured small,
.package.featured p,
.package.featured li {
  color: rgba(255, 250, 242, 0.78);
}

.package h3 {
  margin: 10px 0 8px;
  font-family: "Fraunces", serif;
  font-size: 1.55rem;
  line-height: 1.05;
}

.package .amount {
  margin: 0 0 16px;
  font-size: 1.9rem;
  font-weight: 900;
}

.package p,
.package li {
  color: var(--muted);
  line-height: 1.55;
}

.package ul {
  margin: 16px 0 0;
  padding-left: 18px;
}

.intake {
  background:
    linear-gradient(90deg, rgba(70, 105, 119, 0.1), transparent 55%),
    #edf3ef;
}

.intake-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(380px, 0.72fr);
  gap: 24px;
  align-items: start;
}

.intake-copy {
  padding-top: 8px;
}

.intake-copy p {
  max-width: 610px;
  color: var(--muted);
  line-height: 1.72;
}

.form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  padding: 24px;
  box-shadow: 0 18px 46px rgba(49, 43, 37, 0.08);
}

.field {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(36, 31, 26, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  padding: 12px 13px;
  color: var(--ink);
  outline: none;
}

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

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(70, 105, 119, 0.58);
  box-shadow: 0 0 0 4px rgba(70, 105, 119, 0.12);
}

.form-note {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.5;
  font-size: 0.88rem;
}

.status {
  margin-top: 14px;
  min-height: 24px;
  color: var(--moss);
  font-weight: 900;
}

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

.faq {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.54);
  padding: 22px;
}

.faq h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
}

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

.closing {
  padding: 64px 0;
  background: var(--ink);
  color: #fffaf2;
}

.closing-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.closing h2 {
  margin: 0 0 10px;
  font-size: clamp(2.4rem, 5vw, 5.2rem);
  line-height: 0.9;
}

.closing p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 250, 242, 0.72);
  line-height: 1.7;
}

.footer {
  padding: 34px 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.subhero {
  padding: 92px 0 68px;
}

.subhero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: 46px;
  align-items: center;
}

.subhero h1 {
  margin: 16px 0;
  max-width: 760px;
  font-family: "Fraunces", serif;
  font-size: clamp(3.2rem, 7vw, 7.4rem);
  line-height: 0.86;
}

.subhero p {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.76;
}

.subhero img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.text-only h1 {
  margin: 16px 0;
  font-family: "Fraunces", serif;
  font-size: clamp(3rem, 6.5vw, 7rem);
  line-height: 0.88;
}

.detail-grid {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

.detail-card,
.article-aside {
  position: sticky;
  top: 98px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  padding: 22px;
}

.detail-card small,
.guide-card small {
  color: var(--clay);
  font-weight: 900;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.detail-card strong {
  display: block;
  margin: 12px 0;
  font-family: "Fraunces", serif;
  font-size: 2.3rem;
}

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

.seo-body {
  max-width: 820px;
}

.seo-body.narrow {
  max-width: 820px;
}

.seo-body h2 {
  margin: 0 0 12px;
  padding-top: 18px;
  font-family: "Fraunces", serif;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1;
}

.seo-body p,
.seo-body li {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.78;
}

.seo-body ul {
  margin: 0 0 20px;
  padding-left: 22px;
}

.related-band {
  background: rgba(70, 105, 119, 0.1);
}

.related-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.related-links a,
.article-aside a {
  display: block;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  padding: 16px;
  font-weight: 900;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 46px;
  align-items: start;
}

.article-aside {
  display: grid;
  gap: 10px;
}

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

.guide-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 12px 34px rgba(49, 43, 37, 0.06);
}

.guide-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.guide-card div {
  padding: 20px;
}

.guide-card h2 {
  margin: 10px 0;
  font-family: "Fraunces", serif;
  font-size: 1.55rem;
  line-height: 1;
}

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

.fade-in {
  animation: rise 700ms ease both;
}

.delay-1 { animation-delay: 90ms; }
.delay-2 { animation-delay: 180ms; }
.delay-3 { animation-delay: 270ms; }

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid,
  .section-head,
  .subhero-grid,
  .detail-grid,
  .article-layout,
  .proofing-layout,
  .story-layout,
  .story-card-grid,
  .intake-layout,
  .closing-inner {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 16vw, 6.8rem);
  }

  .hero-media {
    min-height: 560px;
  }

  .product-grid,
  .packages,
  .related-links,
  .guide-grid,
  .gallery-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-card,
  .article-aside {
    position: static;
  }

  .proofing-media img {
    height: 520px;
  }

  .story-card {
    min-height: auto;
  }
}

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

  .nav {
    height: 64px;
  }

  .brand {
    font-size: 1.08rem;
  }

  .site-header .button {
    min-height: 38px;
    padding: 9px 12px;
    font-size: 0.78rem;
  }

  .hero {
    padding-top: 38px;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-proof,
  .product-grid,
  .packages,
  .related-links,
  .guide-grid,
  .faq-grid,
  .preview-panel,
  .story-card-grid,
  .gallery-strip {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 530px;
  }

  .hero-photo {
    inset: 0 0 58px 0;
  }

  .editorial-board .hero-main {
    inset: 0 0 92px 0;
  }

  .hero-tile {
    border-width: 6px;
  }

  .tile-one {
    right: 8px;
    top: 16px;
    width: 132px;
    height: 166px;
  }

  .tile-two {
    left: 10px;
    bottom: 12px;
    width: 128px;
    height: 158px;
  }

  .memory-slip {
    right: 12px;
    bottom: 0;
    width: calc(100% - 24px);
  }

  section {
    padding: 64px 0;
  }

  .section-title {
    font-size: clamp(2.45rem, 12vw, 4.3rem);
  }

  .product,
  .product-body {
    min-height: 410px;
  }

  .preview-art {
    min-height: 380px;
  }

  .preview-page,
  .story-panel,
  .proofing-copy,
  .form,
  .package,
  .faq {
    padding: 20px;
  }

  .proofing-media img,
  .subhero img,
  .guide-card img,
  .story-card img,
  .story-card.large img,
  .gallery-strip img {
    height: 310px;
  }

  .assurance-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

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

  .timeline div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .timeline div:last-child {
    border-bottom: 0;
  }
}
