.digital-hero {
  padding: 54px 0 48px;
  border-bottom: 1px solid var(--line);
  background: var(--rose-pale);
}
.digital-hero-grid {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(460px, 1.15fr);
  gap: 44px;
  align-items: center;
}
.digital-hero-copy { min-width: 0; }
.digital-hero h1 {
  max-width: 42rem;
  margin-bottom: 18px;
  font-size: 3.05rem;
  line-height: 1.08;
}
.digital-hero-text {
  max-width: 41rem;
  margin: 0;
  color: var(--muted);
  font-size: 1.1rem;
}
.hero-product { margin: 0; min-width: 0; }
.hero-product img {
  width: 100%;
  aspect-ratio: 1600 / 819;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-product figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: .86rem;
  text-align: center;
}
.definition-band { color: #fff; background: var(--rose-dark); }
.definition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.definition-grid p {
  min-width: 0;
  margin: 0;
  padding: 22px 26px;
  border-right: 1px solid rgba(255,255,255,.3);
}
.definition-grid p:last-child { border-right: 0; }
.definition-grid strong, .definition-grid span { display: block; }
.definition-grid strong { margin-bottom: 3px; font-size: .95rem; }
.definition-grid span { color: #f7e9ed; font-size: .88rem; line-height: 1.5; }
.section-heading { max-width: 54rem; margin-bottom: 34px; }
.section-heading.narrow { max-width: 47rem; }
.section-heading h2 { margin-bottom: 10px; }
.deliverables {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.deliverables article {
  min-width: 0;
  padding: 25px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.deliverables span {
  display: block;
  margin-bottom: 15px;
  color: var(--rose-dark);
  font-size: .78rem;
  font-weight: 800;
}
.deliverables h3 { margin-bottom: 7px; font-size: 1.12rem; }
.deliverables p { margin: 0; color: var(--muted); font-size: .93rem; }
.offers-section { background: var(--sage-soft); }
.offer-listing { border-top: 1px solid #b9cbc0; }
.offer-row {
  padding: 32px 0;
  display: grid;
  grid-template-columns: 64px minmax(240px, .78fr) minmax(320px, 1.22fr);
  gap: 24px;
  border-bottom: 1px solid #b9cbc0;
}
.offer-number {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid var(--sage-dark);
  border-radius: 50%;
  color: var(--sage-dark);
  font-weight: 800;
}
.offer-main, .offer-details { min-width: 0; }
.offer-type {
  margin: 0 0 4px;
  color: var(--sage-dark);
  font-size: .76rem;
  font-weight: 800;
  text-transform: uppercase;
}
.offer-main h3 { margin-bottom: 8px; color: var(--rose-dark); font-size: 1.45rem; }
.offer-main > p:last-child { margin: 0; color: var(--muted); }
.offer-details {
  padding-left: 28px;
  border-left: 1px solid #b9cbc0;
}
.offer-details h4 { margin: 0 0 8px; color: var(--ink); font-size: .95rem; }
.offer-details ul {
  margin: 0 0 12px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
}
.offer-details li {
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid #c4d3ca;
  border-radius: 6px;
  background: rgba(255,255,255,.66);
  font-size: .84rem;
  line-height: 1.4;
}
.offer-choice { margin: 0 0 10px; color: var(--muted); font-size: .88rem; }
.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--rose-dark);
  font-weight: 800;
  text-underline-offset: 4px;
}
.examples-section { background: #fff; }
.product-examples {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.product-examples figure {
  min-width: 0;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--ivory);
}
.product-examples img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.product-examples figcaption { padding: 20px; }
.product-examples strong, .product-examples span { display: block; }
.product-examples strong { color: var(--rose-dark); font: 700 1.08rem/1.35 Georgia, serif; }
.product-examples span { margin-top: 5px; color: var(--muted); font-size: .9rem; }
.process-section { background: var(--rose-pale); }
.process-grid {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  gap: 58px;
  align-items: start;
}
.process-intro { position: sticky; top: 104px; }
.process-intro h2 { margin-bottom: 10px; }
.process-intro p:last-child { color: var(--muted); }
.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.process-list li {
  min-width: 0;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 17px;
  border-bottom: 1px solid var(--line);
}
.process-list li > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--rose-dark);
  font-weight: 800;
}
.process-list h3 { margin: 0 0 4px; font-size: 1.08rem; }
.process-list p { margin: 0; color: var(--muted); font-size: .92rem; }
.request-section { background: var(--sage-soft); }
.request-layout {
  display: grid;
  grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr);
  gap: 44px;
  align-items: start;
}
.request-copy { padding-top: 18px; }
.request-copy h2 { margin-bottom: 10px; }
.request-copy > p:last-of-type { color: var(--muted); }
.request-note {
  margin-top: 26px;
  padding: 18px 0;
  border-top: 3px solid var(--sage-dark);
  border-bottom: 1px solid #b9cbc0;
}
.request-note strong, .request-note span { display: block; }
.request-note strong { color: var(--sage-dark); }
.request-note span { margin-top: 4px; color: var(--muted); font-size: .9rem; }
.digital-form { margin: 0; }
.function-choices {
  min-width: 0;
  margin: 22px 0;
  padding: 20px 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.function-choices legend {
  padding-right: 12px;
  color: var(--rose-dark);
  font: 700 1rem/1.3 Georgia, serif;
}
.option-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.option-grid label { margin: 0; cursor: pointer; }
.option-grid input { position: absolute; width: 1px; height: 1px; min-height: 0; margin: 0; opacity: 0; pointer-events: none; }
.option-grid span {
  min-height: 48px;
  padding: 10px 12px 10px 42px;
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid #b9aca7;
  border-radius: 6px;
  background: #fff;
  font-size: .9rem;
}
.option-grid span::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 13px;
  border: 2px solid #8b7d77;
  border-radius: 3px;
  background: #fff;
}
.option-grid input:checked + span { border-color: var(--sage-dark); background: var(--sage-soft); }
.option-grid input:checked + span::before {
  content: "✓";
  display: grid;
  place-items: center;
  color: #fff;
  border-color: var(--sage-dark);
  background: var(--sage-dark);
  font-size: .8rem;
  font-weight: 900;
}
.option-grid input:focus-visible + span { outline: 3px solid rgba(135,54,79,.28); outline-offset: 2px; }
.faq-section { background: var(--ivory); }
.newsletter-teaser {
  padding: 34px 0;
  color: #fff;
  background: var(--ink);
}
.newsletter-teaser-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.newsletter-teaser .eyebrow { color: #d9c6bb; }
.newsletter-teaser h2 { max-width: 45rem; margin: 0; color: #fff; font-size: 1.55rem; }
.offer-actions { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 18px; }
.demo-catalogue { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.demo-entry { min-width: 0; color: var(--ink); text-decoration: none; }
.demo-entry-media { position: relative; display: block; overflow: hidden; aspect-ratio: 3 / 2; border-radius: 6px; background: var(--sage-soft); box-shadow: var(--shadow); }
.demo-entry-media::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(180deg,transparent,rgba(42,34,36,.7)); }
.demo-entry-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.demo-entry-media > span { position: absolute; z-index: 1; right: 18px; bottom: 16px; left: 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #fff; font-size: .92rem; font-weight: 800; }
.demo-entry-media > span::after { content: "→"; width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; font-size: 1.25rem; }
.demo-entry-copy { padding: 14px 2px 0; display: block; }
.demo-entry-copy small, .demo-entry-copy strong { display: block; }
.demo-entry-copy small { margin-bottom: 3px; color: var(--rose-dark); font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.demo-entry-copy strong { font: 700 1.35rem/1.25 Georgia, serif; }
.demo-entry:hover .demo-entry-media img, .demo-entry:focus-visible .demo-entry-media img { transform: scale(1.035); }
.demo-entry:focus-visible { outline: 3px solid var(--rose-dark); outline-offset: 5px; }

@media (max-width: 68rem) {
  .digital-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .digital-hero-copy { max-width: 50rem; }
  .hero-product { max-width: 58rem; }
  .offer-row { grid-template-columns: 54px minmax(0, 1fr); }
  .offer-details { grid-column: 2; padding: 20px 0 0; border-top: 1px solid #b9cbc0; border-left: 0; }
}
@media (max-width: 47.5rem) {
  .digital-hero { padding: 38px 0 32px; }
  .digital-hero h1 { font-size: 2.18rem; }
  .digital-hero-text { font-size: 1rem; }
  .definition-grid, .deliverables, .product-examples, .process-grid, .request-layout { grid-template-columns: 1fr; }
  .definition-grid p { padding: 16px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .definition-grid p:last-child { border-bottom: 0; }
  .deliverables { border-left: 0; }
  .deliverables article { padding: 22px 0; border-right: 0; background: transparent; }
  .offer-row { padding: 26px 0; grid-template-columns: 44px minmax(0, 1fr); gap: 12px; }
  .offer-number { width: 40px; height: 40px; }
  .offer-main h3 { font-size: 1.25rem; }
  .offer-details { grid-column: 1 / -1; }
  .offer-details ul, .option-grid { grid-template-columns: 1fr; }
  .process-grid, .request-layout { gap: 28px; }
  .process-intro { position: static; }
  .product-examples { gap: 16px; }
  .newsletter-teaser-inner { align-items: flex-start; flex-direction: column; }
  .demo-catalogue { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .offer-row, .product-examples figure { scroll-behavior: auto; }
}
