:root {
  --birthday-ink: #191514;
  --birthday-muted: #6e625f;
  --birthday-paper: #f7f2ec;
  --birthday-paper-deep: #eee5dd;
  --birthday-card: #fffdf9;
  --birthday-line: rgba(45, 31, 28, .14);
  --birthday-red: #a31f28;
  --birthday-red-dark: #631119;
  --birthday-red-soft: #f2d9d7;
  --birthday-night: #160e0f;
  --birthday-lime: #d4e56c;
  --birthday-radius: 28px;
  --birthday-shadow: 0 24px 70px rgba(64, 35, 29, .11);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--birthday-paper);
  color: var(--birthday-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  background: var(--birthday-red-soft);
}

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

a {
  color: inherit;
}

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

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.08;
  text-wrap: balance;
}

h1 {
  margin-bottom: 28px;
  font-size: clamp(44px, 5.4vw, 80px);
  letter-spacing: -.045em;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(34px, 4vw, 54px);
  letter-spacing: -.035em;
}

h3 {
  margin-bottom: 24px;
  font-size: clamp(31px, 3.1vw, 47px);
  letter-spacing: -.03em;
}

[id] {
  scroll-margin-top: 28px;
}

.birthday-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.birthday-reading {
  max-width: 790px;
}

.birthday-kicker,
.birthday-number,
.birthday-card__brand,
.birthday-footer__heading {
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.birthday-header {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  padding: 12px max(24px, calc((100vw - 1240px) / 2));
  background: var(--birthday-night);
  color: #fff;
}

.birthday-brand {
  display: inline-flex;
  align-items: center;
}

.birthday-brand img {
  width: 190px;
  height: auto;
}

.birthday-home-link {
  border-bottom: 1px solid rgba(255, 255, 255, .45);
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.birthday-hero {
  position: relative;
  overflow: hidden;
  padding: 84px 0 96px;
  background:
    radial-gradient(circle at 12% 20%, rgba(196, 49, 45, .34), transparent 34%),
    linear-gradient(142deg, #261417 0%, #140d0e 58%, #090708 100%);
  color: #fff;
}

.birthday-hero::after {
  position: absolute;
  right: -11vw;
  bottom: -38vw;
  width: 56vw;
  height: 56vw;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  content: "";
}

.birthday-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  gap: clamp(44px, 6vw, 90px);
  align-items: center;
}

.birthday-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 42px;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
}

.birthday-breadcrumb a {
  text-underline-offset: 4px;
}

.birthday-hero .birthday-kicker {
  color: var(--birthday-lime);
}

.birthday-lead {
  max-width: 720px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, .8);
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.62;
}

.birthday-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
}

.birthday-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid var(--birthday-red);
  border-radius: 999px;
  background: var(--birthday-red);
  box-shadow: 0 10px 32px rgba(110, 15, 24, .22);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.birthday-button:hover,
.birthday-button:focus-visible {
  background: var(--birthday-red-dark);
  box-shadow: 0 14px 38px rgba(110, 15, 24, .3);
  transform: translateY(-2px);
}

.birthday-button--light {
  border-color: var(--birthday-lime);
  background: var(--birthday-lime);
  box-shadow: none;
  color: #17130f;
}

.birthday-button--light:hover,
.birthday-button--light:focus-visible {
  background: #e7f48f;
}

.birthday-inline-link {
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  font-weight: 750;
  text-decoration-color: rgba(255, 255, 255, .46);
  text-underline-offset: 6px;
}

.birthday-hero__media {
  position: relative;
  min-height: 590px;
}

.birthday-hero__photo {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 26px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .38);
}

.birthday-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.birthday-hero__photo--scene {
  top: 0;
  left: 0;
  width: 82%;
  aspect-ratio: 1 / 1;
  transform: rotate(-2deg);
}

.birthday-hero__photo--scene img {
  object-position: 55% center;
}

.birthday-hero__photo--people {
  right: 0;
  bottom: 0;
  width: 57%;
  aspect-ratio: 4 / 5;
  transform: rotate(2deg);
}

.birthday-hero__photo--people img {
  object-position: 52% 30%;
}

.birthday-section {
  padding: 104px 0;
}

.birthday-method {
  padding-bottom: 72px;
}

.birthday-method .birthday-kicker,
.birthday-section-heading .birthday-kicker,
.birthday-faq > .birthday-kicker {
  color: var(--birthday-red);
}

.birthday-method p:not(.birthday-kicker),
.birthday-prose p {
  margin-bottom: 20px;
}

.birthday-section--quick {
  padding-top: 82px;
  background: var(--birthday-paper-deep);
}

.birthday-section-heading {
  margin-bottom: 48px;
}

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

.birthday-chooser a {
  position: relative;
  display: flex;
  min-height: 116px;
  flex-direction: column;
  justify-content: center;
  padding: 22px 64px 22px 24px;
  border: 1px solid var(--birthday-line);
  border-radius: 18px;
  background: rgba(255, 253, 249, .8);
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease, background-color .2s ease;
}

.birthday-chooser a::after {
  position: absolute;
  top: 50%;
  right: 24px;
  color: var(--birthday-red);
  content: "↓";
  font-size: 21px;
  transform: translateY(-50%);
}

.birthday-chooser a:hover,
.birthday-chooser a:focus-visible {
  border-color: rgba(163, 31, 40, .42);
  background: #fff;
  transform: translateY(-2px);
}

.birthday-chooser span {
  color: var(--birthday-muted);
  font-size: 14px;
  line-height: 1.45;
}

.birthday-chooser strong {
  margin-top: 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
}

.birthday-scenarios {
  padding-bottom: 82px;
}

.birthday-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  overflow: hidden;
  margin: 0 0 30px;
  border: 1px solid var(--birthday-line);
  border-radius: var(--birthday-radius);
  background: var(--birthday-card);
  box-shadow: 0 10px 35px rgba(64, 35, 29, .055);
}

.birthday-card--featured {
  grid-template-columns: minmax(350px, .92fr) minmax(0, 1.08fr);
  margin: 0 0 58px;
  box-shadow: var(--birthday-shadow);
}

.birthday-card--reverse .birthday-card__media {
  grid-column: 2;
}

.birthday-card--reverse .birthday-card__body {
  grid-row: 1;
  grid-column: 1;
}

.birthday-card__body {
  padding: clamp(30px, 4vw, 58px);
}

.birthday-card__body > :last-child {
  margin-bottom: 0;
}

.birthday-card__body > p {
  margin-bottom: 18px;
}

.birthday-card__body .birthday-button,
.birthday-card__body .birthday-text-link {
  margin-top: 10px;
}

.birthday-number {
  color: var(--birthday-red);
}

.birthday-card__brand {
  margin-bottom: 8px;
  color: var(--birthday-muted);
}

.birthday-card__media {
  min-height: 100%;
  margin: 0;
  background: #271214;
}

.birthday-card__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.birthday-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.birthday-card__media--portrait img {
  object-position: 52% 28%;
}

.birthday-card__media--wide img {
  object-position: center;
}

.birthday-card__visual {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 38px;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, .88), transparent 25%),
    linear-gradient(145deg, #e9ded2, #d7c5b7);
  color: #6c2b2b;
  text-align: center;
}

.birthday-card__visual::before,
.birthday-card__visual::after {
  position: absolute;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(111, 62, 55, .18);
  border-radius: 50%;
  content: "";
}

.birthday-card__visual::before {
  top: -70px;
  right: -48px;
}

.birthday-card__visual::after {
  bottom: -82px;
  left: -52px;
}

.birthday-card__visual span {
  position: relative;
  z-index: 1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 7vw, 96px);
  line-height: 1;
}

.birthday-card__visual small {
  position: relative;
  z-index: 1;
  max-width: 150px;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1.35;
  text-transform: uppercase;
}

.birthday-facts {
  padding: 18px 20px;
  border-left: 3px solid var(--birthday-red);
  background: #f4ede6;
  font-size: 16px;
}

.birthday-note {
  color: var(--birthday-muted);
  font-size: 16px;
}

.birthday-text-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 0 4px;
  border-bottom: 1px solid rgba(25, 21, 20, .42);
  color: #4f4542;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none;
}

.birthday-text-link:hover,
.birthday-text-link:focus-visible {
  border-color: var(--birthday-red);
  color: var(--birthday-red);
}

.birthday-section--compare {
  background: var(--birthday-night);
  color: #fff;
}

.birthday-section--compare .birthday-kicker {
  color: var(--birthday-lime);
}

.birthday-table-wrap {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 22px;
}

.birthday-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  line-height: 1.45;
}

.birthday-table th,
.birthday-table td {
  padding: 17px 13px;
  border-right: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  text-align: left;
  vertical-align: top;
}

.birthday-table th:last-child,
.birthday-table td:last-child {
  border-right: 0;
}

.birthday-table tbody tr:last-child th,
.birthday-table tbody tr:last-child td {
  border-bottom: 0;
}

.birthday-table thead th {
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .66);
  font-size: 10px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.birthday-table tbody th {
  min-width: 118px;
  font-size: 14px;
}

.birthday-table tbody tr:nth-child(odd) {
  background: rgba(255, 255, 255, .03);
}

.birthday-table a {
  color: #fff;
  text-decoration-color: rgba(212, 229, 108, .6);
  text-underline-offset: 4px;
}

.birthday-format {
  background: #fffaf5;
}

.birthday-prose strong {
  color: #4e171b;
}

.birthday-section--faq {
  padding-top: 90px;
}

.birthday-faq {
  max-width: 920px;
}

.birthday-faq details {
  border-top: 1px solid var(--birthday-line);
}

.birthday-faq details:last-child {
  border-bottom: 1px solid var(--birthday-line);
}

.birthday-faq summary {
  position: relative;
  padding: 26px 58px 26px 0;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2.1vw, 28px);
  font-weight: 600;
  line-height: 1.25;
  list-style: none;
}

.birthday-faq summary::-webkit-details-marker {
  display: none;
}

.birthday-faq summary::after {
  position: absolute;
  top: 25px;
  right: 8px;
  color: var(--birthday-red);
  content: "+";
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.birthday-faq details[open] summary::after {
  content: "−";
}

.birthday-faq details > div {
  max-width: 780px;
  padding: 0 36px 24px 0;
  color: #403735;
}

.birthday-faq details p {
  margin-bottom: 16px;
}

.birthday-choice-final {
  padding-top: 72px;
}

.birthday-booking {
  padding: 104px 0 72px;
  background:
    radial-gradient(circle at 80% 10%, rgba(176, 35, 44, .26), transparent 33%),
    var(--birthday-night);
  color: #fff;
}

.birthday-booking__top {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 58px;
  align-items: center;
  margin-bottom: 52px;
}

.birthday-booking .birthday-kicker {
  color: var(--birthday-lime);
}

.birthday-booking .birthday-prose p {
  color: rgba(255, 255, 255, .76);
}

.birthday-booking__media {
  overflow: hidden;
  margin: 0;
  border-radius: 26px;
}

.birthday-booking__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 54% center;
}

.birthday-booking__frame {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px;
  background: #fff;
}

.birthday-booking iframe {
  display: block;
  width: 100%;
  min-height: 560px;
  border: 0;
}

.birthday-related {
  margin-top: 26px;
  font-size: 14px;
}

.birthday-related a {
  color: rgba(255, 255, 255, .78);
  text-underline-offset: 5px;
}

.birthday-verified {
  max-width: 900px;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, .5);
  font-size: 13px;
  text-align: center;
}

.birthday-footer {
  padding: 62px 0 20px;
  background: #0d090a;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
}

.birthday-footer__inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 56px;
}

.birthday-footer__brand {
  margin-bottom: 12px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1;
}

.birthday-footer__brand span {
  color: #d3484f;
}

.birthday-footer__heading {
  color: rgba(255, 255, 255, .45);
}

.birthday-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.birthday-footer li {
  margin-bottom: 8px;
}

.birthday-footer a {
  text-decoration-color: rgba(255, 255, 255, .3);
  text-underline-offset: 4px;
}

.birthday-footer__legal {
  width: min(1240px, calc(100% - 48px));
  margin: 52px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .36);
  font-size: 11px;
  text-align: center;
}

:focus-visible {
  outline: 3px solid var(--birthday-lime);
  outline-offset: 4px;
}

@media (max-width: 1020px) {
  .birthday-hero__grid {
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 44px;
  }

  .birthday-hero__media {
    min-height: 500px;
  }

  .birthday-card,
  .birthday-card--featured {
    grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr);
  }

  .birthday-card--reverse .birthday-card__media {
    grid-column: 1;
  }

  .birthday-card--reverse .birthday-card__body {
    grid-row: auto;
    grid-column: 2;
  }

  .birthday-table-wrap {
    overflow-x: auto;
  }

  .birthday-table {
    min-width: 1040px;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 16px;
    line-height: 1.62;
  }

  h1 {
    font-size: clamp(39px, 12.2vw, 58px);
  }

  h2 {
    font-size: clamp(31px, 9vw, 42px);
  }

  h3 {
    font-size: clamp(28px, 8.3vw, 38px);
  }

  .birthday-shell,
  .birthday-footer__legal {
    width: min(100% - 32px, 1240px);
  }

  .birthday-header {
    min-height: 66px;
    padding: 10px 16px;
  }

  .birthday-brand img {
    width: 148px;
  }

  .birthday-home-link {
    font-size: 13px;
  }

  .birthday-hero {
    padding: 48px 0 64px;
  }

  .birthday-hero__grid {
    display: flex;
    flex-direction: column;
    gap: 38px;
  }

  .birthday-breadcrumb {
    margin-bottom: 28px;
  }

  .birthday-lead {
    font-size: 17px;
  }

  .birthday-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }

  .birthday-hero__media {
    width: 100%;
    min-height: 390px;
  }

  .birthday-hero__photo--scene {
    width: 86%;
  }

  .birthday-hero__photo--people {
    width: 58%;
  }

  .birthday-section {
    padding: 70px 0;
  }

  .birthday-method {
    padding-bottom: 54px;
  }

  .birthday-section--quick {
    padding-top: 64px;
  }

  .birthday-section-heading {
    margin-bottom: 34px;
  }

  .birthday-chooser {
    grid-template-columns: 1fr;
  }

  .birthday-chooser a {
    min-height: 94px;
  }

  .birthday-card,
  .birthday-card--featured {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    border-radius: 22px;
  }

  .birthday-card--featured {
    margin-bottom: 42px;
  }

  .birthday-card__body {
    padding: 28px 22px 32px;
  }

  .birthday-card__media,
  .birthday-card__visual {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .birthday-card__media--wide {
    aspect-ratio: 16 / 10;
  }

  .birthday-card__visual {
    padding: 28px;
  }

  .birthday-card__visual span {
    font-size: 72px;
  }

  .birthday-facts {
    padding: 16px;
    font-size: 14px;
  }

  .birthday-note {
    font-size: 14px;
  }

  .birthday-button {
    width: 100%;
    min-height: 54px;
  }

  .birthday-hero .birthday-button {
    width: auto;
  }

  .birthday-table-wrap {
    overflow: visible;
    border: 0;
  }

  .birthday-table,
  .birthday-table tbody,
  .birthday-table tr,
  .birthday-table th,
  .birthday-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .birthday-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .birthday-table tbody tr {
    overflow: hidden;
    margin-bottom: 14px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 17px;
    background: rgba(255, 255, 255, .04);
  }

  .birthday-table tbody th {
    padding: 19px 18px;
    border-right: 0;
    background: rgba(255, 255, 255, .08);
    font-size: 18px;
  }

  .birthday-table tbody td {
    display: grid;
    grid-template-columns: minmax(108px, .44fr) minmax(0, 1fr);
    gap: 12px;
    padding: 12px 18px;
    border-right: 0;
  }

  .birthday-table tbody td::before {
    color: rgba(255, 255, 255, .48);
    content: attr(data-label);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
  }

  .birthday-table tbody tr:last-child {
    margin-bottom: 0;
  }

  .birthday-faq summary {
    padding-right: 45px;
    font-size: 22px;
  }

  .birthday-faq details > div {
    padding-right: 0;
  }

  .birthday-booking {
    padding: 76px 0 58px;
  }

  .birthday-booking__top {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-bottom: 34px;
  }

  .birthday-booking__media {
    border-radius: 20px;
  }

  .birthday-booking__frame {
    border-radius: 18px;
  }

  .birthday-footer__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .birthday-footer__legal {
    margin-top: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
  }
}
