/* Anniversary extension to the existing Inter / ink / green Private Hosting system. */
@font-face {
  font-family: Inter;
  src: url("/src/fonts/inter-400.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("/src/fonts/inter-600.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("/src/fonts/inter-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("/src/fonts/inter-800.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("/src/fonts/inter-900.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
.anniversary-page {
  margin: 0;
  background: #f5f7f5;
  color: #07110b;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  overflow-x: hidden;
}
.anniversary-page * {
  box-sizing: border-box;
}
.anniversary-page ::selection,
.ann-popup ::selection {
  background: #4ade80;
  color: #07110b;
}
.anniversary-page :focus-visible,
.ann-popup :focus-visible {
  outline: 3px solid #22c55e;
  outline-offset: 4px;
}
.ann-skip {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 10001;
  padding: 12px 18px;
  background: #22c55e;
  color: #07110b;
  border-radius: 99px;
}
.ann-skip:focus {
  top: 12px;
}
.ann-wrap {
  width: min(100% - 40px, 1200px);
  margin-inline: auto;
}
/* Supplied Hyperdrive composition, adapted to the birthday campaign. */
.ann-hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100svh;
  padding: 150px 0 88px;
  overflow: hidden;
  isolation: isolate;
  background: #000;
  color: #fff;
}
.ann-starfield {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  pointer-events: none;
}
.ann-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, #000 0%, transparent 28%, transparent 70%, #000 100%),
    radial-gradient(ellipse at center, #0009 0%, #0006 38%, transparent 75%);
}
.ann-hero-content {
  position: relative;
  width: min(100% - 40px, 1100px);
  text-align: center;
  animation: ann-hyperdrive-enter 800ms cubic-bezier(0.16, 1, 0.3, 1) both;
}
.ann-yearline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 8px 16px;
  border: 1px solid #31533b;
  border-radius: 99px;
  background: #0008;
  color: #c2e8ca;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.ann-yearline span + span {
  padding-left: 12px;
  border-left: 1px solid #648a6d;
}
.ann-hero h1 {
  max-width: 1050px;
  margin: 26px auto 22px;
  font-size: clamp(3rem, 6.1vw, 5.4rem);
  line-height: 1.07;
  letter-spacing: -0.035em;
  font-weight: 800;
  text-wrap: balance;
}
.ann-hero h1 em {
  color: #58df7f;
  font-style: normal;
}
.ann-hero-lead {
  max-width: 660px;
  margin: 0 auto 30px;
  color: #d1dbd4;
  font-size: 18px;
  line-height: 1.65;
  text-wrap: pretty;
}
.ann-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.ann-hero .ann-timer {
  width: min(100%, 470px);
  margin: 38px auto 0;
  padding-top: 20px;
}
.ann-hero .ann-timer-grid strong {
  font-size: 42px;
}
.ann-motion {
  position: absolute;
  right: 20px;
  bottom: 16px;
  z-index: 1;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid #ffffff40;
  border-radius: 99px;
  background: #000b;
  color: #d1dbd4;
  font: 600 12px Inter, sans-serif;
  cursor: pointer;
}
.ann-motion:hover {
  border-color: #58df7f;
  color: #fff;
}
.ann-hero .ann-noscript {
  max-width: 660px;
  margin-inline: auto;
}
@keyframes ann-hyperdrive-enter {
  from { opacity: 0.65; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 650px) {
  .ann-hero {
    padding: 130px 0 80px;
  }
  .ann-hero-content {
    width: calc(100% - 32px);
  }
  .ann-yearline {
    font-size: 10px;
    letter-spacing: 0.06em;
    gap: 10px;
    padding: 8px 12px;
  }
  .ann-yearline span + span {
    padding-left: 10px;
  }
  .ann-hero h1 {
    font-size: clamp(2.5rem, 10.8vw, 4.2rem);
    margin: 24px auto 20px;
  }
  .ann-hero-lead {
    font-size: 16px;
    max-width: 38ch;
    line-height: 1.65;
  }
  .ann-hero-actions {
    flex-direction: column;
    gap: 18px;
  }
  .ann-hero-actions > .ann-button {
    width: min(100%, 350px);
  }
  .ann-hero .ann-coupon {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .ann-hero .ann-timer {
    margin-top: 30px;
  }
  .ann-hero .ann-timer-grid strong {
    font-size: 34px;
  }
  .ann-motion {
    right: 16px;
    bottom: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ann-hero-content { animation: none; }
  .ann-motion { display: none; }
}
.ann-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  min-height: 54px;
  padding: 14px 24px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  transition:
    background 0.2s,
    transform 0.2s;
}
.ann-button:hover {
  transform: translateY(-2px);
}
.ann-button-primary {
  background: #22c55e;
  color: #07110b;
}
.ann-button-primary:hover {
  background: #66e88e;
}
.ann-coupon {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ann-coupon > span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #acc9b3;
}
.ann-coupon button {
  background: #fff1;
  border: 1px dashed #7eaa88;
  border-radius: 99px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  min-height: 48px;
  cursor: pointer;
  font-family: inherit;
}
.ann-coupon button:hover {
  background: #fff2;
}
.ann-coupon button strong {
  letter-spacing: 0.05em;
  font-size: 13px;
}
.ann-coupon button span {
  color: #67df8c;
  font-size: 12px;
  font-weight: 700;
}
.ann-timer {
  margin-top: 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding-top: 19px;
  width: min(100%, 485px);
}
.ann-timer p {
  margin: 0 0 15px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #c5e4ce;
}
.ann-timer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.ann-timer-grid div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ann-timer-grid strong {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.04em;
}
.ann-timer-grid span {
  font-size: 10px;
  color: #a9c6b0;
  letter-spacing: 0.13em;
  font-weight: 700;
}
.ann-timer small {
  display: block;
  margin-top: 15px;
  color: #9fb4a3;
  font-size: 12px;
}
.ann-ribbon {
  background: #22c55e;
  color: #07110b;
}
.ann-ribbon .ann-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-height: 55px;
  font-size: 11px;
  letter-spacing: 0.14em;
  font-weight: 900;
}
.ann-ribbon-dot {
  font-size: 16px;
}
.ann-offer {
  padding-block: 92px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.ann-offer h2 {
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  max-width: 650px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0 0 18px;
  font-weight: 900;
}
.ann-offer p {
  max-width: 680px;
  line-height: 1.7;
  color: #385043;
  font-size: 17px;
  margin: 0;
}
.ann-offer-mark {
  font-size: clamp(6rem, 15vw, 12rem);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.1em;
  color: #22c55e;
  white-space: nowrap;
}
.ann-offer-mark span {
  display: block;
  text-align: right;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #07110b;
}
.ann-catalog {
  background: #ecf2ed;
  padding: 95px 0 115px;
}
.ann-catalog-intro {
  max-width: 720px;
  margin-bottom: 34px;
}
.ann-small-label {
  color: #167e39;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin: 0 0 13px;
}
.ann-catalog-intro h2,
.ann-faq h2 {
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 900;
  margin: 0 0 17px;
}
.ann-catalog-intro > p:last-child {
  color: #385043;
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
}
.ann-controls {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 16px 0;
  border-top: 1px solid #cedad0;
  border-bottom: 1px solid #cedad0;
}
.ann-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.ann-category-nav a {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 17px;
  color: #183222;
  text-decoration: none;
  border-radius: 100px;
  font-weight: 800;
  transition: background 0.2s;
}
.ann-category-nav a:hover,
.ann-category-nav a:focus-visible {
  background: #d8e8da;
}
.ann-category-nav span {
  font-size: 11px;
  color: #4a6750;
}
.ann-billing {
  display: flex;
  align-items: stretch;
  gap: 4px;
  background: #dbe7dd;
  border-radius: 100px;
  padding: 4px;
}
.ann-billing button {
  border: 0;
  border-radius: 100px;
  min-height: 48px;
  background: transparent;
  padding: 7px 20px;
  color: #365640;
  font:
    800 14px Inter,
    system-ui,
    sans-serif;
  cursor: pointer;
}
.ann-billing button[aria-pressed="true"] {
  background: #07110b;
  color: #fff;
  box-shadow: 0 3px 10px #07110b26;
}
.ann-billing small {
  display: block;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0.8;
}
.ann-cycle-note {
  font-size: 13px;
  color: #45614b;
  margin: 13px 0 0;
}
.ann-family-block {
  scroll-margin-top: 110px;
  padding-top: 88px;
}
.ann-family-heading {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #bacfbe;
  padding-bottom: 28px;
  margin-bottom: 38px;
}
.ann-family-heading h3 {
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  margin: 0 0 10px;
}
.ann-family-heading h3 span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin-left: 15px;
  vertical-align: middle;
  color: #52705a;
}
.ann-family-heading p {
  color: #455e4b;
  margin: 0;
  font-size: 16px;
}
.ann-range + .ann-range {
  margin-top: 65px;
}
.ann-range-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
}
.ann-range-title h4 {
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0;
}
.ann-range-title span {
  font-size: 12px;
  font-weight: 700;
  color: #5c7661;
}
.ann-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.ann-card {
  background: #fff;
  border: 1px solid #d3e1d5;
  border-radius: 20px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  transition:
    transform 0.22s,
    box-shadow 0.22s;
}
.ann-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 35px #1b45231a;
}
.ann-card-head > span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #16863b;
}
.ann-card-head h4 {
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.2;
  min-height: 50px;
  margin: 11px 0 20px;
}
.ann-card-specs {
  margin: 0 0 25px;
  padding: 14px 0;
  border-block: 1px solid #e7eee8;
}
.ann-card-specs div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 5px 0;
  font-size: 13px;
}
.ann-card-specs dt {
  color: #4e6454;
}
.ann-card-specs dd {
  font-weight: 800;
  margin: 0;
  text-align: right;
}
.ann-card-bottom {
  margin-top: auto;
}
.ann-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.ann-price > span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  color: #297940;
}
.ann-price-values {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 10px;
  width: 100%;
}
.ann-price-values del {
  font-size: 16px;
  color: #6b7b6e;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.ann-price-values strong {
  font-size: clamp(2.1rem, 3vw, 2.6rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
  color: #07110b;
  white-space: nowrap;
}
.ann-price-discount {
  padding: 4px 7px;
  border-radius: 6px;
  background: #dcfce4;
  color: #14532d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.ann-price small {
  font-size: 13px;
  color: #405e47;
}
.ann-card-bottom p {
  font-size: 12px;
  color: #516b57;
  line-height: 1.5;
  min-height: 36px;
  margin: 10px 0 16px;
}
.ann-order {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  border-radius: 100px;
  background: #07110b;
  color: #fff;
  text-decoration: none;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 800;
  transition: background 0.2s;
}
.ann-order:hover {
  background: #167b36;
}
.ann-order[aria-disabled="true"] {
  background: #cbd6cd;
  color: #415447;
  pointer-events: none;
}
.ann-faq {
  padding-block: 110px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 9%;
}
.ann-faq > div:first-child > p:last-child {
  color: #4a6350;
}
.ann-faq a {
  color: #126e32;
  text-underline-offset: 4px;
}
.ann-questions {
  border-top: 1px solid #cfdfd1;
}
.ann-questions details {
  border-bottom: 1px solid #cfdfd1;
}
.ann-questions summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 28px 22px 0;
  font-size: 16px;
  font-weight: 800;
  position: relative;
}
.ann-questions summary::-webkit-details-marker {
  display: none;
}
.ann-questions summary:after {
  content: "+";
  position: absolute;
  right: 2px;
  font-size: 22px;
  top: 19px;
  color: #18833a;
}
.ann-questions details[open] summary:after {
  content: "−";
}
.ann-questions details p {
  margin: 0 0 22px;
  line-height: 1.65;
  color: #3c5743;
}
.ann-finale {
  position: relative;
  overflow: hidden;
  background: #07110b;
  color: #fff;
  padding: 88px 0 105px;
  isolation: isolate;
}
.ann-finale .ann-wrap {
  position: relative;
  z-index: 1;
}
.ann-finale p {
  color: #76e898;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
}
.ann-finale h2 {
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  letter-spacing: -0.035em;
  line-height: 1.1;
  font-weight: 900;
  margin: 15px 0 30px;
}
.ann-finale h2 span {
  color: #6ee591;
}
.ann-finale-eight {
  position: absolute;
  right: 4%;
  top: -120px;
  font-size: 600px;
  line-height: 1;
  font-weight: 900;
  color: #123b20;
  z-index: 0;
}
/* Global campaign dialog; styles load only while the campaign is active. */
.ann-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: #031008b8;
  perspective: 900px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}
.ann-popup[hidden] {
  display: none;
}
.ann-popup-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 510px);
  max-height: calc(100dvh - 40px);
  overflow: auto;
  padding: 48px 36px 26px;
  background: #fbf8ef;
  border: 0;
  border-radius: 20px;
  color: #10291b;
  box-shadow: 0 24px 75px #0009;
  isolation: isolate;
}
.ann-popup [hidden] {
  display: none;
}
.ann-popup:not([hidden]) {
  animation: ann-popup-backdrop-in 250ms ease-out both;
}
.ann-popup:not([hidden]) .ann-popup-panel {
  animation: ann-popup-present 560ms cubic-bezier(0.16, 1, 0.3, 1) both;
  transform-origin: 50% 80%;
}
@keyframes ann-popup-backdrop-in {
  from { background-color: #03100800; }
  to { background-color: #031008b8; }
}
@keyframes ann-popup-present {
  from { opacity: 0; transform: translateY(30px) scale(0.94) rotateX(7deg); }
  to { opacity: 1; transform: translateY(0) scale(1) rotateX(0); }
}
.ann-popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 100px;
  background: transparent;
  color: #415b47;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background-color 150ms ease;
}
.ann-popup-close:hover {
  background: #e8eedf;
}
.ann-popup-heading {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  gap: 23px;
  margin: 8px 0 22px;
}
.ann-popup-candle {
  position: relative;
  height: 130px;
  text-align: center;
  user-select: none;
}
.ann-popup-eight {
  display: block;
  padding-top: 19px;
  font-size: 76px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.92;
  color: #168947;
}
.ann-popup-flame {
  position: absolute;
  width: 13px;
  height: 23px;
  left: calc(50% - 6px);
  top: -10px;
  border-radius: 85% 15% 65% 35%;
  background: #d99124;
  transform: rotate(15deg);
}
.ann-popup-flame::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 8px;
  left: 8px;
  bottom: -9px;
  background: #624a2a;
  transform: rotate(-15deg);
}
.ann-popup-cake {
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 54px;
  left: 50%;
  transform: translateX(-50%);
}
.ann-popup h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.15rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
  margin: 0;
  font-weight: 800;
  text-wrap: balance;
}
.ann-popup h2 span {
  color: #167b40;
}
.ann-popup-description {
  color: #46604b;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 24px;
}
.ann-popup-gift {
  display: flex;
  align-items: center;
  gap: 19px;
  padding: 18px 0;
  margin-bottom: 20px;
  border-block: 1px solid #d7ddce;
}
.ann-popup-gift > strong {
  flex-shrink: 0;
  font-size: 52px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #167b40;
}
.ann-popup-gift > strong > span {
  font-size: 22px;
  letter-spacing: -0.02em;
}
.ann-popup-gift > span {
  font-size: 16px;
  font-weight: 650;
  line-height: 1.4;
}
.ann-popup-gift small {
  display: block;
  font-size: 11px;
  line-height: 1.5;
  color: #52624d;
  font-weight: 400;
  margin-top: 5px;
}
.ann-popup-code {
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
}
.ann-popup-code span {
  color: #46604b;
  font-size: 12px;
}
.ann-popup-code strong {
  font-size: 13px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.ann-popup-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 20px;
  border-radius: 99px;
  text-align: center;
  background: #22c55e;
  color: #07110b;
  text-decoration: none;
  font-weight: 750;
  font-size: 15px;
  transition: background-color 150ms ease;
}
.ann-popup-action:hover {
  background: #6be88d;
}
.ann-popup-remember {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  color: #46604b;
  font-size: 13px;
  cursor: pointer;
  min-height: 44px;
}
.ann-popup-remember input {
  width: 18px;
  height: 18px;
  accent-color: #22c55e;
}
.ann-popup-note {
  font-size: 11px;
  line-height: 1.6;
  color: #52624d;
  margin: 5px 0 0;
  text-align: center;
}
.ann-popup-confetti {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
  contain: strict;
}
.ann-popup-confetti i {
  position: absolute;
  pointer-events: none;
  will-change: transform, opacity;
}
@media (max-width: 900px) {
  .ann-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ann-faq {
    gap: 5%;
  }
}
@media (max-width: 650px) {
  .ann-wrap {
    width: min(100% - 32px, 1200px);
  }
  .ann-coupon {
    justify-content: space-between;
  }
  .ann-timer {
    margin-top: 48px;
  }
  .ann-ribbon .ann-wrap {
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    gap: 6px 12px;
    padding-block: 10px;
    font-size: 9px;
  }
  .ann-ribbon-dot {
    display: none;
  }
  .ann-offer {
    padding-block: 64px;
  }
  .ann-offer-mark {
    display: none;
  }
  .ann-catalog {
    padding-block: 70px;
  }
  .ann-controls {
    display: block;
  }
  .ann-category-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  .ann-category-nav a {
    padding: 10px 6px;
    font-size: 12px;
    line-height: 1.1;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
  }
  .ann-billing {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .ann-billing button {
    padding: 7px 9px;
  }
  .ann-family-block {
    padding-top: 70px;
  }
  .ann-family-heading h3 span {
    display: block;
    margin: 7px 0 0;
  }
  .ann-grid {
    grid-template-columns: 1fr;
  }
  .ann-card {
    padding: 23px;
  }
  .ann-card-head h4 {
    min-height: 0;
  }
  .ann-faq {
    padding-block: 78px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .ann-finale {
    padding: 74px 0;
  }
  .ann-finale-eight {
    font-size: 350px;
    top: 0;
    right: -22%;
    opacity: 0.55;
  }
  .ann-popup {
    padding: 12px;
  }
  .ann-popup-panel {
    width: 100%;
    max-height: calc(100dvh - 24px);
    border-radius: 18px;
    padding: 40px 24px max(20px, env(safe-area-inset-bottom));
  }
  .ann-popup-heading {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 14px;
  }
  .ann-popup-candle {
    height: 115px;
  }
  .ann-popup-eight {
    font-size: 64px;
  }
  .ann-popup-cake {
    width: 86px;
    height: 46px;
  }
  .ann-popup h2 {
    font-size: clamp(25px, 6.8vw, 32px);
  }
  .ann-popup-gift {
    gap: 14px;
  }
  .ann-popup-gift > strong {
    font-size: 43px;
  }
  .ann-popup-gift > span {
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .anniversary-page *,
  .ann-popup,
  .ann-popup * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
  .ann-button:hover,
  .ann-card:hover {
    transform: none;
  }
}
.ann-card-head h5 {
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.2;
  min-height: 50px;
  margin: 11px 0 20px;
}
.ann-popup-panel {
  overflow-x: hidden;
  overflow-y: auto;
}
.ann-popup-panel:focus {
  outline: none;
}

/* The display rules above never override temporal states or tab visibility. */
.anniversary-page [hidden],
.ann-popup[hidden] {
  display: none !important;
}
.anniversary-page {
  --ann-ink: #07110b;
  --ann-green: #22c55e;
  --ann-surface: #f5f7f5;
  --ann-muted: #3c5743;
  scrollbar-color: #6d9a77 #ecf2ed;
}
.anniversary-page a {
  text-underline-offset: 4px;
}
.anniversary-page button,
.ann-popup button {
  touch-action: manipulation;
}
.ann-button svg {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
}
.ann-timer {
  margin-top: 45px;
}
.ann-coupon > span {
  font-size: 11px;
}
.ann-offer-mark {
  letter-spacing: -0.04em;
}
.ann-offer .ann-offer-dates {
  font-size: 13px;
  margin-top: 14px;
  color: #536e59;
}
.ann-noscript {
  color: #d1e6d5;
  max-width: 560px;
  line-height: 1.65;
  margin-top: 30px;
}
.ann-catalog {
  padding-block: 88px;
  scroll-margin-top: 100px;
}
.ann-controls {
  gap: 20px;
  align-items: center;
}
.ann-category-nav a[aria-selected="true"] {
  background: var(--ann-ink);
  color: #fff;
}
.ann-category-nav a[aria-selected="true"] span {
  color: #a4d9b2;
}
.ann-family-block {
  padding-top: 38px;
}
.ann-family-heading {
  margin-bottom: 22px;
  padding-bottom: 0;
  border: 0;
}
.ann-family-heading h3 {
  font-size: 32px;
  line-height: 1.25;
}
.ann-family-heading h3 span {
  font-size: 12px;
}
.ann-family-heading p {
  font-size: 15px;
  max-width: 850px;
  line-height: 1.6;
}
.ann-family-nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 20px 0 28px;
}
.ann-family-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 10px 17px;
  border: 1px solid #b4c7b9;
  border-radius: 99px;
  color: #314e3a;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.2s;
}
.ann-family-nav a:hover {
  background: #e0ebe2;
}
.ann-family-nav a[aria-selected="true"] {
  background: #d3e7d8;
  border-color: #1b7c3c;
  color: #115328;
}
.ann-family-nav a:focus-visible {
  outline-offset: 3px;
}
.ann-range + .ann-range {
  margin-top: 32px;
}
.anniversary-page[data-navigation-ready="true"] .ann-range {
  margin-top: 0;
}
.ann-range-title {
  margin-bottom: 18px;
}
.ann-range-note,
.ann-source-note {
  color: #405e47;
  font-size: 14px;
  line-height: 1.65;
  margin: 16px 0 22px;
}
.ann-range-note a,
.ann-source-note a,
.ann-family-heading a {
  color: #126e32;
  text-decoration: underline;
  font-weight: 600;
}
.ann-card {
  border-radius: 20px;
  padding: 25px;
  transition: border-color 0.2s;
}
.ann-card:hover {
  transform: none;
  box-shadow: none;
  border-color: #73a981;
}
.ann-card-head > span {
  color: #167c38;
  font-size: 11px;
}
.ann-card-head h5 {
  min-height: 48px;
  font-size: 22px;
  line-height: 1.25;
}
.ann-card-specs {
  margin-bottom: 24px;
}
.ann-card-specs div {
  padding-block: 6px;
  font-size: 13px;
  line-height: 1.45;
}
.ann-card-specs dd {
  max-width: 70%;
  text-wrap: pretty;
}
.ann-price-values strong {
  letter-spacing: -0.035em;
}
.ann-price-values del {
  color: #607165;
}
.ann-price > span {
  color: #276838;
}
.ann-price small {
  min-height: 20px;
}
.ann-card-bottom p {
  min-height: 36px;
  margin: 12px 0 17px;
}
.ann-order {
  font-size: 13px;
}
.ann-order svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.ann-trust-note {
  margin-top: 40px;
  padding-top: 26px;
  border-top: 1px solid #c5d6ca;
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  color: #3d5945;
  font-size: 14px;
}
.ann-trust-note > svg {
  width: 26px;
  height: 26px;
  color: #126e32;
  flex-shrink: 0;
}
.ann-trust-note p {
  flex: 1;
  min-width: 200px;
  margin: 0;
  line-height: 1.65;
}
.ann-trust-note strong {
  color: #143b20;
}
.ann-trust-note a {
  min-height: 44px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  color: #126e32;
  font-weight: 700;
  text-decoration: underline;
}
.ann-faq > div:first-child > p:last-child {
  font-size: 16px;
  line-height: 1.75;
}
.ann-finale-eight {
  letter-spacing: -0.04em;
}
.ann-billing small {
  font-size: 11px;
}
.ann-popup-remember {
  min-height: 44px;
}
.ann-popup-close:focus-visible {
  outline-color: #167b40;
}
.ann-popup-panel {
  scrollbar-color: #79a184 #fbf8ef;
}
@media (min-width: 1100px) {
  .ann-controls {
    position: sticky;
    top: 100px;
    background: #ecf2edf5;
    z-index: 10;
    padding-block: 15px;
  }
  .ann-family-block {
    scroll-margin-top: 220px;
  }
  .ann-range {
    scroll-margin-top: 240px;
  }
}
@media (max-width: 1099px) {
  .ann-controls {
    align-items: flex-start;
  }
}
@media (max-width: 900px) {
  .ann-controls {
    justify-content: flex-start;
  }
  .ann-billing {
    margin-left: auto;
  }
}
@media (max-width: 650px) {
  .ann-timer {
    margin-top: 34px;
  }
  .ann-timer-grid strong {
    font-size: 38px;
  }
  .ann-timer small {
    font-size: 11px;
  }
  .ann-ribbon .ann-wrap {
    font-size: 10px;
    line-height: 1.7;
    gap: 2px 10px;
    padding-block: 12px;
  }
  .ann-ribbon .ann-wrap > span:last-child {
    display: none;
  }
  .ann-offer {
    padding-block: 56px;
  }
  .ann-offer p {
    font-size: 16px;
    line-height: 1.7;
  }
  .ann-catalog {
    padding-block: 56px;
  }
  .ann-catalog-intro h2,
  .ann-faq h2 {
    font-size: 40px;
  }
  .ann-catalog-intro > p:last-child {
    font-size: 16px;
  }
  .ann-category-nav a {
    font-size: 12px;
    min-height: 50px;
    gap: 5px;
  }
  .ann-category-nav span {
    font-size: 10px;
  }
  .ann-billing {
    margin-left: 0;
  }
  .ann-billing button {
    padding: 8px;
  }
  .ann-billing small {
    font-size: 10px;
  }
  .ann-family-block {
    padding-top: 30px;
  }
  .ann-family-heading h3 {
    font-size: 28px;
  }
  .ann-family-heading h3 span {
    display: inline;
    margin-left: 10px;
  }
  .ann-family-heading p {
    font-size: 14px;
  }
  .ann-family-nav {
    gap: 6px;
  }
  .ann-family-nav a {
    font-size: 12px;
    padding: 10px 13px;
  }
  .ann-card-head h5 {
    min-height: 0;
    margin: 9px 0 18px;
  }
  .ann-card {
    padding: 24px;
  }
  .ann-card-specs div {
    font-size: 14px;
  }
  .ann-price-values strong {
    font-size: 40px;
  }
  .ann-card-bottom p {
    min-height: 0;
  }
  .ann-range-title h4 {
    font-size: 22px;
  }
  .ann-faq {
    padding-block: 64px;
  }
  .ann-trust-note {
    align-items: flex-start;
    gap: 12px;
  }
  .ann-trust-note a {
    margin-left: 38px;
  }
  .ann-finale h2 {
    font-size: 42px;
  }
  .ann-finale p {
    font-size: 10px;
    line-height: 1.7;
  }
}
@media (prefers-reduced-motion: reduce) {
  .anniversary-page * {
    scroll-behavior: auto !important;
  }
}
.ann-timer-grid span,
.ann-coupon > span,
.ann-card-head > span,
.ann-price > span,
.ann-popup-code span {
  font-size: 12px;
}

/* Anniversary offer refinement. The original hero and starfield remain intact. */
.ann-birthday-gift {
  display: block;
  padding-block: 72px 80px;
}
.ann-gift-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
  min-height: 250px;
  padding: 46px 56px;
  border-radius: 24px;
  background: #07110b;
  color: #fff;
}
.ann-gift-eyebrow {
  margin: 0 0 16px;
  color: #6ee591;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.ann-gift-copy h2 {
  margin: 0 0 16px;
  max-width: 620px;
  color: #fff;
  font-size: clamp(2.5rem, 4.7vw, 4.2rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.045em;
}
.ann-gift-copy > p:last-child {
  max-width: 590px;
  color: #bdd0c2;
  font-size: 16px;
  line-height: 1.65;
}
.ann-gift-mark {
  display: grid;
  justify-items: end;
  min-width: 220px;
  color: #58df7f;
}
.ann-gift-mark strong {
  font-size: clamp(6rem, 11vw, 9rem);
  font-weight: 900;
  line-height: 0.76;
  letter-spacing: -0.09em;
}
.ann-gift-mark span {
  margin-top: 17px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.ann-gift-details {
  display: grid;
  grid-template-columns: 1fr 1fr 1.3fr;
  gap: 0;
  margin-top: 14px;
  padding: 28px 32px;
  border: 1px solid #bdd2c1;
  border-radius: 20px;
  background: #e7f1e8;
}
.ann-gift-details p {
  margin: 0;
  padding-right: 28px;
  color: #385043;
  font-size: 15px;
  line-height: 1.6;
}
.ann-gift-details strong,
.ann-gift-details span {
  display: block;
}
.ann-gift-details strong {
  margin-bottom: 6px;
  color: #07110b;
  font-size: 18px;
  font-weight: 800;
}
.ann-gift-details .ann-gift-renewal {
  display: flex;
  align-items: center;
  padding: 0 0 0 32px;
  border-left: 1px solid #aec7b3;
  font-size: 13px;
}
.anniversary-page .ann-catalog-intro h2 {
  font-size: clamp(2.1rem, 3.6vw, 3rem);
}
.anniversary-page .ann-card-head h5 {
  margin: 0 0 18px;
  min-height: 54px;
  font-size: 21px;
  line-height: 1.3;
}
.anniversary-page .ann-card > [data-ann-renewal] {
  margin: 10px 0 22px;
  min-height: 38px;
  color: #526557;
  font-size: 12px;
  line-height: 1.6;
}
.anniversary-page .ann-card-specs {
  margin-bottom: 24px;
}
.ann-finale.ann-birthday-thanks {
  padding-block: 64px;
}
.ann-birthday-thanks h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 3.6vw, 2.75rem);
  line-height: 1.2;
}
.ann-birthday-thanks p {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}
@media (max-width: 900px) {
  .ann-gift-main {
    min-height: 220px;
    padding: 38px 40px;
  }
  .ann-gift-mark {
    min-width: 170px;
  }
  .ann-gift-details {
    grid-template-columns: 1fr 1fr;
    row-gap: 24px;
  }
  .ann-gift-details .ann-gift-renewal {
    grid-column: 1 / -1;
    padding: 20px 0 0;
    border-top: 1px solid #aec7b3;
    border-left: 0;
  }
}
@media (max-width: 650px) {
  .anniversary-page .ann-billing small,
  .anniversary-page .ann-category-nav span {
    font-size: 11px;
  }
  .ann-birthday-gift {
    padding-block: 44px 52px;
  }
  .ann-gift-main {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    min-height: 0;
    padding: 28px 24px;
    border-radius: 18px;
  }
  .ann-gift-copy h2 {
    font-size: 32px;
  }
  .ann-gift-copy > p:last-child {
    font-size: 14px;
  }
  .ann-gift-mark {
    min-width: 78px;
  }
  .ann-gift-mark strong {
    font-size: 64px;
  }
  .ann-gift-mark span {
    margin-top: 10px;
    font-size: 11px;
  }
  .ann-gift-details {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px;
    border-radius: 16px;
  }
  .ann-gift-details p {
    padding: 0;
  }
  .ann-gift-details .ann-gift-renewal {
    grid-column: auto;
  }
  .anniversary-page .ann-card-head h5,
  .anniversary-page .ann-card > [data-ann-renewal] {
    min-height: 0;
  }
  .ann-finale.ann-birthday-thanks {
    padding-block: 48px;
  }
}
