:root {
  --paper: #f6f1eb;
  --paper-soft: #fbf8f1;
  --ink: #25271e;
  --olive: #34451d;
  --olive-soft: #758055;
  --terracotta: #b94e2f;
  --copper: #a7654d;
  --line: #e7ded3;
  --muted: #5c5c52;
  --shadow: 0 22px 42px rgba(36, 31, 21, .18);
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  --script: "Segoe Script", "Brush Script MT", cursive;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #ede7de;
  font-family: var(--sans);
  line-height: 1.45;
  overflow-x: hidden;
}

a {
  color: inherit;
}

img,
svg {
  display: block;
}

.site-shell {
  width: min(100%, 1280px);
  margin: 0 auto;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .04);
}

.hero {
  position: relative;
  height: 508px;
  background:
    linear-gradient(90deg, rgb(250, 247, 238) 0 38%, rgba(250, 247, 238, .96) 48%, rgba(250, 247, 238, .62) 58%, rgba(250, 247, 238, .08) 72%, rgba(250, 247, 238, 0) 100%),
    url("../images/hero-cinzia-horizontal.webp?v=20260513-visual-annotations") right center / auto 100% no-repeat;
  border-bottom: 10px solid #fff;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: 560px;
  padding: 26px 0 0 56px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--ink);
}

.brand__leaves {
  width: 96px;
  color: var(--olive);
  margin-bottom: 5px;
}

.brand__leaves svg,
.ornament svg,
.leaf-mini svg {
  width: 100%;
  height: auto;
}

.brand__leaves path,
.ornament path,
.feature-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand__leaves path:nth-child(2),
.brand__leaves path:nth-child(4),
.ornament path:nth-child(2),
.ornament path:nth-child(4) {
  fill: currentColor;
  stroke-width: 1;
}

.brand__title {
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}

.brand__sub {
  margin-top: 6px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .28em;
}

.brand--hero {
  width: 114px;
  margin-left: 64px;
}

.brand--hero img {
  width: 100%;
  height: auto;
}

.hero h1 {
  margin: 8px 0 12px;
  font-family: var(--serif);
  font-size: 49px;
  line-height: .98;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--ink);
}

.hero h1 span,
.hero h1 em {
  display: block;
  font-style: normal;
  white-space: nowrap;
}

.hero h1 em {
  color: var(--olive);
}

.ornament {
  display: grid;
  grid-template-columns: 1fr 54px 1fr;
  gap: 10px;
  align-items: center;
  width: 184px;
  color: #9b8c5e;
  margin: 0 0 15px;
}

.ornament span {
  height: 1px;
  background: currentColor;
}

.hero__kicker {
  margin: 0;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .04em;
  font-weight: 800;
}

.script {
  margin: 1px 0 12px;
  color: var(--copper);
  font-family: var(--script);
  font-size: 27px;
  line-height: 1.1;
}

.hero__actions {
  display: flex;
  gap: 12px;
  width: 100%;
}

.hero__actions .btn {
  flex: 0 0 235px;
  width: 235px;
  padding-left: 14px;
  padding-right: 14px;
  white-space: nowrap;
}

.btn {
  min-height: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 4px;
  padding: 11px 22px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  cursor: pointer;
  transition: transform .18s ease, filter .18s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.06);
}

.btn--green {
  background: var(--olive);
}

.btn--terracotta {
  background: var(--terracotta);
}

.split-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 10px 10px;
  background: #fff;
}

.product {
  position: relative;
  height: 405px;
  background: var(--paper);
  overflow: hidden;
}

.product__copy {
  position: relative;
  z-index: 2;
  padding: 29px 0 20px 28px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
}

.leaf-mini,
.leaf-mini--right {
  display: inline-block;
  width: 14px;
  height: 12px;
  color: var(--olive-soft);
  background:
    radial-gradient(ellipse at 30% 50%, currentColor 0 45%, transparent 46%) 0 2px / 8px 6px no-repeat,
    radial-gradient(ellipse at 68% 50%, currentColor 0 45%, transparent 46%) 5px 0 / 9px 6px no-repeat;
  transform: rotate(-20deg);
}

.leaf-mini--right {
  transform: rotate(160deg);
}

.product h2,
.offer-copy h2,
.signup h2 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: 0;
}

.product--book h2 {
  width: 238px;
  font-size: 26px;
}

.product p,
.offer-copy p,
.features p,
.signup p,
.social p {
  color: #262922;
}

.product__copy > p:not(.eyebrow) {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 28px;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-weight: 700;
}

.check-list li {
  position: relative;
  padding-left: 27px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 11px;
  height: 18px;
  border-right: 1.8px solid var(--olive);
  border-bottom: 1.8px solid var(--olive);
  transform: rotate(42deg) scale(.72);
}

.book-cover {
  position: absolute;
  right: 36px;
  top: 42px;
  width: 220px;
  height: 340px;
  background: url("../images/book-cinzia.webp") center / contain no-repeat;
  filter: drop-shadow(14px 14px 13px rgba(0, 0, 0, .16));
}

.btn--amazon {
  width: 202px;
  justify-content: space-between;
  padding-right: 14px;
}

.amazon-mark {
  position: relative;
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: .8;
  text-transform: lowercase;
}

.amazon-mark::after {
  content: "";
  position: absolute;
  left: 1px;
  right: -5px;
  bottom: -7px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-radius: 50%;
  transform: rotate(-8deg);
}

.product--course {
  display: grid;
  grid-template-columns: 47% 53%;
}

.product--course .product__copy {
  padding-left: 22px;
}

.product--course h2 {
  font-size: 28px;
}

.product--course .check-list {
  gap: 9px;
  margin-bottom: 23px;
}

.course-media {
  position: relative;
  align-self: start;
  width: 246px;
  height: 229px;
  margin: 55px 0 0 -6px;
  border-radius: 4px;
  background: url("../images/video-course.webp?v=20260513-visual-annotations") center / cover no-repeat;
  box-shadow: var(--shadow);
  transform: rotate(4deg);
}

.course-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(0, 0, 0, .08);
}

.play-button {
  position: absolute;
  z-index: 2;
  inset: 50% auto auto 50%;
  width: 76px;
  height: 76px;
  border: 1.5px solid rgba(255, 255, 255, .88);
  border-radius: 50%;
  background: rgba(255, 255, 255, .15);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.play-button span {
  display: block;
  width: 0;
  height: 0;
  margin-left: 25px;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 25px solid #fff;
}

.price-badge {
  position: absolute;
  z-index: 4;
  top: -3px;
  right: 25px;
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--terracotta);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .08em;
  transform: rotate(12deg);
}

.price {
  position: absolute;
  right: 24px;
  bottom: 20px;
  display: flex;
  align-items: baseline;
  gap: 18px;
  color: var(--terracotta);
  font-family: var(--serif);
}

.price span {
  position: relative;
  color: #7e5148;
  font-size: 28px;
}

.price span::after {
  content: "";
  position: absolute;
  left: -5px;
  top: 49%;
  width: 64px;
  height: 2px;
  background: currentColor;
  transform: rotate(-12deg);
}

.price strong {
  font-size: 53px;
  font-weight: 400;
}

.special-offer {
  display: grid;
  grid-template-columns: 36% 34% 30%;
  min-height: 247px;
  border-top: 0 solid #fff;
  border-bottom: 10px solid #fff;
  background: var(--paper);
}

.offer-image {
  min-height: 247px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.offer-image--book {
  background-image: url("../images/offer-sfondo-ok.webp?v=20260513-visual-annotations");
}

.offer-image--door {
  background-image: url("../images/offer-fotosito1-ok.webp?v=20260513-visual-annotations");
}

.offer-copy {
  position: relative;
  padding: 36px 26px 20px 20px;
  background:
    linear-gradient(90deg, rgba(246, 241, 235, .55), var(--paper) 24%, var(--paper) 73%, rgba(246, 241, 235, .4));
}

.offer-copy .eyebrow {
  margin-bottom: 13px;
}

.offer-copy h2 {
  font-size: 31px;
  margin-bottom: 12px;
}

.offer-copy p:not(.eyebrow) {
  margin: 0 0 19px;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 700;
}

.offer-copy .btn {
  width: 130px;
}

.features-row {
  display: grid;
  grid-template-columns: 62.5% 37.5%;
  height: 201px;
  min-height: 0;
  background: var(--paper);
  border-bottom: 10px solid #fff;
  overflow: hidden;
}

.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 24px 16px 12px;
}

.features article {
  text-align: center;
}

.feature-icon {
  width: 45px;
  height: 42px;
  margin: 0 auto 10px;
  color: #68705d;
}

.feature-icon path {
  stroke-width: 2.2;
}

.features h3,
.social h2 {
  margin: 0 0 8px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .05em;
}

.features p {
  margin: 0;
  font-size: 10.5px;
  line-height: 1.5;
  font-weight: 700;
}

.dinner-image {
  min-height: 191px;
  background: url("../images/dinner-table-new.webp?v=20260612") center / cover no-repeat;
}

.newsletter {
  display: grid;
  grid-template-columns: 27% 43% 30%;
  align-items: center;
  height: 157px;
  min-height: 0;
  padding: 18px 34px 16px;
  background: var(--paper);
  overflow: hidden;
}

.signature {
  align-self: center;
}

.signature__name {
  margin: 0 0 15px;
  font-family: var(--script);
  font-size: 37px;
  line-height: 1;
}

.brand--footer {
  align-items: flex-start;
}

.brand--footer .brand__title {
  font-size: 17px;
  font-weight: 400;
}

.brand--footer .brand__sub {
  font-size: 8px;
  margin-left: 34px;
}

.signup {
  text-align: center;
}

.signup h2 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 7px;
  font-size: 26px;
}

.signup p {
  margin: 0 0 17px;
  font-size: 12px;
  font-weight: 700;
}

.signup__row {
  display: grid;
  grid-template-columns: 1fr 105px;
  width: 345px;
  margin: 0 auto;
}

.signup input {
  min-width: 0;
  height: 39px;
  border: 1px solid #d5cec4;
  border-right: 0;
  border-radius: 3px 0 0 3px;
  padding: 0 18px;
  background: #fff;
  color: var(--ink);
  font: 13px var(--sans);
}

.signup button {
  min-height: 39px;
  border-radius: 0 4px 4px 0;
  padding: 10px;
}

.bot-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.privacy-check {
  width: min(100%, 360px);
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 8px auto 0;
  color: var(--muted);
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
}

.privacy-check input {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  margin: 1px 0 0;
  accent-color: var(--olive);
}

.privacy-check a,
.site-link,
.legal-links a {
  color: inherit;
  text-underline-offset: 3px;
}

.form-message {
  min-height: 18px;
  margin-top: 7px !important;
  color: var(--terracotta) !important;
}

.form-message:empty {
  display: none;
}

.social {
  justify-self: end;
  text-align: center;
  padding-top: 4px;
}

.social h2 {
  margin-bottom: 16px;
}

.social__icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 12px;
}

.social a {
  width: 24px;
  height: 24px;
  color: #282828;
  text-decoration: none;
}

.social svg {
  width: 100%;
  height: 100%;
}

.social rect,
.social circle,
.social path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social path:not(.youtube-triangle) {
  fill: currentColor;
  stroke: none;
}

.social rect + .youtube-triangle {
  fill: #fff;
  stroke: none;
}

.social a[aria-label="YouTube"] rect {
  fill: currentColor;
}

.social p {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
}

.closing {
  position: relative;
  min-height: 52px;
  display: grid;
  place-items: center;
  background: var(--olive);
  color: rgba(255, 255, 255, .85);
  text-align: center;
}

.closing p {
  margin: 0;
  font-family: var(--script);
  font-size: 20px;
  line-height: 1.1;
}

.legal-links {
  position: absolute;
  right: 26px;
  bottom: 10px;
  display: flex;
  gap: 12px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(28, 31, 19, .72);
}

.video-modal.is-open {
  display: flex;
}

.video-modal__panel {
  position: relative;
  width: min(92vw, 680px);
  border-radius: 6px;
  background: var(--paper);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .35);
  overflow: hidden;
}

.video-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .88);
  color: var(--ink);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.video-modal__video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #111;
  object-fit: contain;
}

.video-modal__notice {
  display: flex;
  min-height: 300px;
  aspect-ratio: 16 / 9;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 36px;
  background:
    linear-gradient(135deg, rgba(246, 241, 235, .96), rgba(255, 252, 247, .9)),
    url("../images/video-course.webp?v=20260513-visual-annotations") center / cover no-repeat;
  color: var(--ink);
  text-align: center;
}

.video-modal__notice[hidden] {
  display: none;
}

.video-modal__notice strong {
  max-width: 430px;
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1.12;
  font-weight: 500;
}

.video-modal__notice p {
  max-width: 420px;
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
}

.video-modal__caption {
  margin: 0;
  padding: 18px 22px 22px;
  font-family: var(--serif);
  font-size: 28px;
  text-align: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cookie-banner {
  position: fixed;
  z-index: 30;
  right: 18px;
  bottom: 18px;
  width: min(430px, calc(100vw - 36px));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(52, 69, 29, .18);
  border-radius: 6px;
  background: rgba(251, 248, 241, .98);
  box-shadow: 0 18px 40px rgba(36, 31, 21, .22);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner strong {
  display: block;
  margin-bottom: 3px;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.cookie-banner__actions {
  display: grid;
  gap: 8px;
  justify-items: center;
}

.cookie-banner__actions a {
  color: var(--olive);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  text-underline-offset: 3px;
}

.cookie-banner .btn {
  min-height: 34px;
  padding: 8px 18px;
}

.legal-page {
  padding: 42px 34px 54px;
}

.legal-page__header,
.legal-content {
  width: min(100%, 880px);
  margin: 0 auto;
}

.legal-page__header {
  margin-bottom: 28px;
}

.legal-page__header a {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--olive);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
}

.legal-page h1 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: clamp(36px, 6vw, 54px);
  font-weight: 400;
  line-height: 1;
}

.legal-page__intro {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.legal-content {
  display: grid;
  gap: 18px;
}

.legal-section {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper-soft);
}

.legal-section h2 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
}

.legal-section h3 {
  margin: 18px 0 8px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.legal-section p,
.legal-section li {
  color: #262922;
  font-size: 14px;
  font-weight: 700;
}

.legal-section p:last-child,
.legal-section ul:last-child {
  margin-bottom: 0;
}

.legal-section ul {
  margin: 0 0 14px;
  padding-left: 20px;
}

.cookie-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
  font-size: 13px;
}

.cookie-table th,
.cookie-table td {
  padding: 10px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.cookie-table th {
  background: #fff;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

@media (min-width: 761px) {
  .offer-image--book {
    background:
      linear-gradient(90deg, rgba(246, 241, 235, 0) 0 42%, rgba(246, 241, 235, .24) 58%, rgba(246, 241, 235, .78) 78%, var(--paper) 100%),
      url("../images/offer-sfondo-ok.webp?v=20260513-visual-annotations") center / cover no-repeat;
  }

  .offer-image--door {
    background:
      linear-gradient(90deg, var(--paper) 0%, rgba(246, 241, 235, .78) 22%, rgba(246, 241, 235, .24) 40%, rgba(246, 241, 235, 0) 58%),
      url("../images/offer-fotosito1-ok.webp?v=20260513-visual-annotations") center / cover no-repeat;
  }
}

@media (max-width: 760px) {
  .site-shell {
    width: 100%;
  }

  .hero {
    height: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    background: var(--paper-soft);
  }

  .hero::after {
    content: "";
    display: block;
    width: 100%;
    min-height: 430px;
    background:
      linear-gradient(180deg, rgba(250, 247, 238, .18), rgba(250, 247, 238, 0) 30%),
      url("../images/hero-cinzia-horizontal.webp?v=20260513-visual-annotations") center top / cover no-repeat;
  }

  .hero__content {
    width: 100%;
    padding: 24px 24px 28px;
    text-align: center;
  }

  .brand--hero {
    margin-left: auto;
    margin-right: auto;
  }

  .ornament {
    margin-left: auto;
    margin-right: auto;
  }

  .hero h1 {
    font-size: 44px;
  }

  .hero__actions {
    display: grid;
    gap: 9px;
    width: min(100%, 300px);
    margin-left: auto;
    margin-right: auto;
  }

  .hero__actions .btn {
    flex: initial;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .split-products,
  .special-offer,
  .features-row,
  .newsletter {
    grid-template-columns: 1fr;
  }

  .features-row {
    height: auto;
    overflow: visible;
  }

  .product {
    height: auto;
    min-height: auto;
    max-width: 100%;
    overflow: hidden;
  }

  .product__copy {
    padding: 28px 24px 20px;
  }

  .product h2,
  .offer-copy h2,
  .signup h2 {
    font-size: clamp(28px, 8vw, 34px);
  }

  .product--book h2 {
    width: auto;
    max-width: 100%;
    font-size: clamp(27px, 7.5vw, 32px);
  }

  .product--book {
    display: grid;
    min-height: 0;
  }

  .product--book .product__copy {
    text-align: center;
  }

  .product--book .eyebrow {
    justify-content: center;
  }

  .product--book .check-list {
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .product--book .check-list li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: fit-content;
    padding-left: 0;
  }

  .product--book .check-list li::before {
    position: static;
    flex: 0 0 11px;
  }

  .book-cover {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: min(220px, 64vw);
    height: 330px;
    margin: 0 auto 30px;
    transform: none;
  }

  .btn--amazon {
    width: min(100%, 240px);
    margin-left: auto;
    margin-right: auto;
  }

  .product--course {
    grid-template-columns: 1fr;
    padding-bottom: 26px;
  }

  .product--course .product__copy {
    padding-left: 24px;
  }

  .price-badge {
    top: 16px;
    right: 90px;
    width: 72px;
    height: 72px;
    font-size: 12px;
    transform: none;
  }

  .course-media {
    width: 100%;
    max-width: calc(100% - 64px);
    height: auto;
    aspect-ratio: 250 / 230;
    margin: 2px auto 26px;
    transform: none;
  }

  .price {
    position: static;
    justify-content: center;
    padding: 0 24px;
  }

  .special-offer {
    grid-template-areas:
      "copy"
      "left"
      "right";
  }

  .offer-copy {
    grid-area: copy;
    text-align: center;
  }

  .offer-copy .btn {
    margin: 0 auto;
  }

  .offer-image--book {
    grid-area: left;
  }

  .offer-image--door {
    grid-area: right;
  }

  .features {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 12px;
    padding: 30px 22px;
  }

  .dinner-image {
    min-height: 250px;
  }

  .newsletter {
    gap: 28px;
    height: auto;
    overflow: visible;
    padding: 32px 24px;
    text-align: center;
  }

  .signature,
  .social {
    justify-self: center;
  }

  .brand--footer {
    align-items: center;
  }

  .brand--footer .brand__sub {
    margin-left: 0;
  }

  .signup__row {
    width: min(calc(100vw - 64px), 320px);
    grid-template-columns: 1fr;
  }

  .privacy-check {
    width: min(calc(100vw - 64px), 320px);
    justify-content: center;
    text-align: left;
  }

  .signup input,
  .signup button {
    border-radius: 4px;
    border: 1px solid #d5cec4;
  }

  .signup button {
    margin-top: 8px;
  }

  .closing {
    gap: 10px;
    padding: 14px 18px 18px;
  }

  .legal-links {
    position: static;
    justify-content: center;
  }

  .cookie-banner {
    left: 18px;
    right: 18px;
    width: auto;
    grid-template-columns: 1fr;
  }

  .cookie-banner__actions {
    grid-template-columns: 1fr auto;
    justify-items: start;
    align-items: center;
  }

  .legal-page {
    padding: 32px 22px 42px;
  }

  .legal-section {
    padding: 20px;
  }

  .cookie-table {
    display: block;
    overflow-x: auto;
  }
}

@media (max-width: 520px) {
  .hero h1 {
    font-size: 39px;
  }

  .hero__actions {
    width: min(calc(100% - 32px), 300px);
  }

  .features {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .product__copy {
    padding-left: 22px;
    padding-right: 18px;
  }

  .book-cover {
    width: min(220px, 74vw);
    height: 330px;
  }

  .closing {
    padding: 0 18px;
  }

  .closing p {
    max-width: 100%;
    font-size: 18px;
  }

  .cookie-banner__actions {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .cookie-banner__actions a {
    justify-self: start;
  }
}

@media (max-width: 360px) {
  .hero h1 {
    font-size: 36px;
  }
}
