:root {
  --black: #082b60;
  --navy: #071c40;
  --ink: #082338;
  --ink-soft: rgba(8, 35, 56, 0.68);
  --blue: #a9c9db;
  --blue-mid: #8fb3c8;
  --blue-deep: #062941;
  --gold: #f4d08b;
  --gold-deep: #c9973a;
  --white: #ffffff;
  --line: rgba(8, 35, 56, 0.14);
  --radius: 8px;
  --shadow: 0 24px 54px rgba(12, 29, 44, 0.18);
  --sans: "Arial Narrow", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background:
    radial-gradient(circle at 16% 84%, rgba(169, 201, 219, 0.46), transparent 24%),
    radial-gradient(circle at 86% 12%, rgba(244, 208, 139, 0.36), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #ffffff 66%, #fff8ec 100%);
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(169, 201, 219, 0.28), transparent 30%),
    radial-gradient(circle at 86% 4%, rgba(244, 208, 139, 0.2), transparent 24%),
    linear-gradient(160deg, #0c3f76 0%, #082b60 42%, #071c40 100%);
}

body.modal-open {
  overflow: hidden;
}

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

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

.container {
  width: min(100% - 40px, 1160px);
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-deep);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  text-transform: uppercase;
}

.display {
  margin: 0;
  font-family: var(--sans);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--gold) 0%, #e6b85f 100%);
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.button.secondary {
  background: var(--blue-deep);
  color: white;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: linear-gradient(90deg, rgba(7, 28, 64, 0.96), rgba(8, 43, 96, 0.96));
  color: var(--gold);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.brand span {
  color: white;
  font-size: 21px;
  font-weight: 900;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero {
  min-height: auto;
  display: grid;
  align-items: center;
  padding: 68px 0 64px;
  background:
    radial-gradient(circle at 16% 96%, rgba(169, 201, 219, 0.34), transparent 24%),
    radial-gradient(circle at 88% 10%, rgba(244, 208, 139, 0.3), transparent 25%),
    linear-gradient(135deg, #ffffff 0%, #ffffff 66%, #fff8ec 100%);
  color: var(--ink);
}

.hero::before {
  content: "";
  position: absolute;
  left: max(28px, calc((100vw - 1160px) / 2));
  top: 106px;
  color: var(--gold-deep);
  font-size: 16px;
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.hero {
  position: relative;
}

.hero-copy {
  position: relative;
  display: block;
  width: min(100% - 44px, 1280px);
  margin: 0 auto;
  padding: 74px 590px 68px 60px;
  overflow: hidden;
  border-radius: var(--radius);
  background: transparent;
  box-shadow: none;
}

.hero-copy::before,
.hero-copy::after,
.section.paper::before,
.section.blue::before,
.price-band::before {
  content: "";
  position: absolute;
  pointer-events: none;
  background: var(--blue);
}

.hero-copy::before {
  left: -150px;
  bottom: -250px;
  width: 460px;
  height: 270px;
  border-radius: 47% 53% 42% 58% / 50% 42% 58% 50%;
}

.hero-copy::after {
  right: 210px;
  top: -98px;
  width: 360px;
  height: 250px;
  border-radius: 42% 58% 54% 46% / 46% 44% 56% 54%;
  opacity: 0.58;
}

.hero-copy .container {
  position: relative;
  z-index: 2;
  width: auto;
}

.hero h1 {
  max-width: 690px;
  margin-bottom: 20px;
  color: var(--ink);
  font-size: clamp(66px, 7.2vw, 118px);
}

.hero-lead {
  max-width: 720px;
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(19px, 1.8vw, 25px);
  font-weight: 800;
  line-height: 1.18;
  text-transform: uppercase;
}

.hero-support {
  position: relative;
  z-index: 3;
  max-width: 780px;
  margin: 28px 0 0;
  color: var(--ink);
  font-size: clamp(24px, 2.8vw, 42px);
  font-weight: 900;
  line-height: 1.02;
  text-transform: uppercase;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-meta {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin: 34px 0 0;
}

.meta-item {
  min-height: 112px;
  padding: 20px;
  border-radius: var(--radius);
  border: 1px solid rgba(201, 151, 58, 0.22);
  background: rgba(169, 201, 219, 0.48);
}

.meta-item strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-deep);
  font-size: 27px;
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.meta-item span {
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero-photo {
  position: absolute;
  z-index: 4;
  right: max(34px, calc((100vw - 1280px) / 2 + 58px));
  top: 126px;
  width: min(39vw, 455px);
  min-height: 420px;
  overflow: visible;
}

.hero-photo::before,
.host-image::before,
.poster .art-photo::before,
.vk-cover .art-photo::before,
.avatar-photo::before {
  content: "";
  position: absolute;
  inset: -10px;
  z-index: -1;
  border: 10px solid white;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 90% 6%, rgba(244, 208, 139, 0.28), transparent 26%),
    white;
  box-shadow: 0 20px 46px rgba(7, 28, 64, 0.18);
}

.hero-photo img {
  width: 100%;
  height: 535px;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--radius);
}

.host-strip {
  margin-top: -6px;
  padding: 16px 18px;
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.host-strip h2 {
  margin: 0 0 6px;
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.host-strip p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.section {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(169, 201, 219, 0.2), transparent 28%),
    linear-gradient(155deg, #0b4b86 0%, #082b60 45%, #071c40 100%);
}

.section.blue,
.section.paper {
  background: white;
}

.hero + .section.paper {
  margin-top: -1px;
  padding-top: 86px;
  background:
    radial-gradient(circle at 8% 4%, rgba(169, 201, 219, 0.28), transparent 22%),
    linear-gradient(180deg, #fffaf0 0%, #ffffff 28%, #ffffff 100%);
}

.section.blue::before {
  left: -90px;
  top: 42px;
  width: 360px;
  height: 270px;
  border-radius: 54% 46% 58% 42% / 40% 52% 48% 60%;
}

.section.paper::before {
  right: -110px;
  bottom: -120px;
  width: 420px;
  height: 300px;
  border-radius: 42% 58% 50% 50% / 50% 46% 54% 50%;
  opacity: 0.62;
}

.section h2 {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0 auto 18px;
  text-align: center;
  font-size: clamp(42px, 5vw, 78px);
}

.section-intro {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0 auto 42px;
  color: var(--ink-soft);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 18px;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  min-height: 206px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.blue .card {
  background: rgba(169, 201, 219, 0.62);
}

.card h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.card p,
.card li {
  margin: 0;
  color: var(--ink-soft);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.number {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--gold-deep);
  font-weight: 900;
}

.host-section {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  gap: 48px;
}

.host-image {
  position: relative;
  overflow: visible;
}

.host-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--radius);
}

.host-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(44px, 5.6vw, 82px);
  text-align: left;
}

.host-copy p {
  max-width: 640px;
  margin: 0 0 20px;
  color: var(--ink-soft);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.credentials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.credential {
  padding: 20px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(169, 201, 219, 0.75), rgba(244, 208, 139, 0.34));
}

.credential strong {
  display: block;
  color: var(--gold-deep);
  font-size: 34px;
  font-weight: 900;
  line-height: 0.95;
}

.credential span {
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.price-band {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 26px;
  padding: 44px;
  overflow: hidden;
  border-radius: var(--radius);
  background: white;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.price-band::before {
  right: -84px;
  top: -78px;
  width: 380px;
  height: 240px;
  border-radius: 50% 50% 44% 56% / 52% 42% 58% 48%;
  background: linear-gradient(135deg, var(--blue), rgba(244, 208, 139, 0.62));
}

.price-band > * {
  position: relative;
  z-index: 2;
}

.price {
  color: var(--gold-deep);
  font-size: clamp(58px, 8vw, 104px);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.price-band p {
  margin: 16px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.modal[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 28, 64, 0.72);
  backdrop-filter: blur(10px);
}

.modal-panel {
  position: relative;
  z-index: 2;
  width: min(100%, 940px);
  max-height: min(88vh, 760px);
  overflow: auto;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 88% 0%, rgba(244, 208, 139, 0.34), transparent 26%),
    radial-gradient(circle at 0% 100%, rgba(169, 201, 219, 0.54), transparent 28%),
    white;
  box-shadow: 0 32px 90px rgba(7, 28, 64, 0.32);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 6px;
  background: var(--blue-deep);
  color: white;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.modal-grid {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 32px;
  padding: 46px;
}

.modal-copy h2 {
  max-width: 440px;
  margin-bottom: 18px;
  font-size: clamp(46px, 5vw, 72px);
}

.modal-copy p {
  max-width: 440px;
  margin: 0 0 20px;
  color: var(--ink-soft);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.modal-price {
  margin: 24px 0;
  color: var(--gold-deep);
  font-size: clamp(50px, 6vw, 76px);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.modal-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.modal-list li {
  padding: 12px 14px;
  border-radius: 6px;
  background: var(--blue-deep);
  color: white;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.join-form {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 24px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(8, 35, 56, 0.12);
}

.payment-card {
  align-content: center;
}

.payment-card-title {
  color: var(--ink);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.payment-card-text {
  margin: 0;
  color: var(--ink-soft);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.join-form label {
  display: grid;
  gap: 8px;
}

.join-form span {
  color: var(--gold-deep);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.join-form input {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(8, 35, 56, 0.18);
  border-radius: 6px;
  background: white;
  color: var(--ink);
  font: 800 16px var(--sans);
  outline: none;
}

.join-form input:focus {
  border-color: var(--gold-deep);
  box-shadow: 0 0 0 3px rgba(244, 208, 139, 0.38);
}

.modal-submit {
  width: 100%;
  margin-top: 8px;
  cursor: pointer;
}

.form-note {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.footer {
  padding: 34px 0;
  background: linear-gradient(90deg, #071c40, #082b60);
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 800;
}

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

.artboard-body {
  min-width: max-content;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 84%, rgba(169, 201, 219, 0.46), transparent 24%),
    radial-gradient(circle at 86% 12%, rgba(244, 208, 139, 0.36), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #ffffff 66%, #fff8ec 100%);
}

.artboard {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 84%, rgba(169, 201, 219, 0.46), transparent 24%),
    radial-gradient(circle at 86% 12%, rgba(244, 208, 139, 0.36), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #ffffff 66%, #fff8ec 100%);
}

.poster {
  width: 100vw;
  height: 100vh;
  padding: 0;
}

.vk-cover {
  width: 100vw;
  height: 100vh;
  padding: 0;
}

.avatar-board {
  width: 100vw;
  height: 100vh;
}

.art-photo {
  position: absolute;
  overflow: visible;
}

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

.poster .art-photo {
  right: 64px;
  top: 340px;
  z-index: 6;
  width: 390px;
  height: 500px;
}

.poster .art-photo img {
  border-radius: var(--radius);
  object-position: center top;
}

.poster-copy {
  position: absolute;
  inset: 0;
  z-index: 3;
  min-height: 1010px;
  padding: 130px 520px 42px 72px;
  overflow: hidden;
  border-radius: 0;
  background:
    radial-gradient(circle at 88% 4%, rgba(244, 208, 139, 0.26), transparent 24%),
    white;
}

.poster-copy::before,
.poster-copy::after,
.vk-copy::before,
.avatar-board::after {
  content: "";
  position: absolute;
  background: var(--blue);
  pointer-events: none;
}

.poster-copy::before {
  left: -100px;
  bottom: -104px;
  width: 420px;
  height: 300px;
  border-radius: 50% 50% 43% 57% / 45% 54% 46% 55%;
}

.poster-copy::after {
  right: 80px;
  top: -82px;
  width: 310px;
  height: 238px;
  border-radius: 45% 55% 54% 46% / 50% 42% 58% 50%;
  opacity: 0.65;
}

.poster h1,
.vk-cover h1,
.avatar-board h1 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: var(--sans);
  font-weight: 900;
  line-height: 0.88;
  text-transform: uppercase;
}

.poster h1 {
  max-width: 650px;
  font-size: 86px;
}

.poster .subtitle {
  position: relative;
  z-index: 2;
  max-width: 550px;
  margin: 22px 0 0;
  color: var(--ink);
  font-size: 29px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.poster-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
  width: 410px;
  margin-top: 42px;
  padding: 0;
  list-style: none;
}

.poster-list li {
  padding: 18px 20px;
  border: 2px solid rgba(201, 151, 58, 0.24);
  border-radius: 22px;
  background:
    radial-gradient(circle at 94% 8%, rgba(244, 208, 139, 0.38), transparent 34%),
    rgba(169, 201, 219, 0.52);
  color: var(--ink);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(8, 35, 56, 0.08);
}

.poster-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  min-height: 250px;
  padding: 42px 72px;
  border-radius: 0;
  background:
    linear-gradient(90deg, white 0%, white 62%, #fff8ec 62%, var(--gold) 100%);
}

.poster-price {
  color: var(--gold-deep);
  font-size: 68px;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.poster-note {
  max-width: 360px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.08;
  text-align: right;
  text-transform: uppercase;
}

.poster::before,
.vk-cover::before {
  content: "УПАКОВКА СООБЩЕСТВА";
  position: absolute;
  left: 78px;
  top: 48px;
  z-index: 2;
  color: var(--gold);
  font-size: 18px;
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.poster::after {
  content: "@svetlanakotkova_pro";
  position: absolute;
  right: 78px;
  top: 52px;
  z-index: 2;
  color: var(--gold);
  font-size: 20px;
  font-weight: 900;
}

.vk-cover .art-photo {
  right: 68px;
  top: 86px;
  z-index: 4;
  width: 350px;
  height: 358px;
}

.vk-cover .art-photo img {
  border-radius: var(--radius);
  object-position: center 12%;
}

.vk-copy {
  position: absolute;
  inset: 0 460px 0 0;
  z-index: 2;
  padding: 96px 340px 52px 72px;
  overflow: hidden;
  border-radius: 0;
  background:
    radial-gradient(circle at 88% 4%, rgba(244, 208, 139, 0.28), transparent 24%),
    white;
}

.vk-copy::before {
  right: 80px;
  top: -70px;
  width: 320px;
  height: 220px;
  border-radius: 46% 54% 50% 50% / 43% 56% 44% 57%;
}

.vk-cover::before {
  left: 72px;
  top: 48px;
}

.vk-cover h1 {
  font-size: 62px;
}

.vk-cover .subtitle {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 10px 0 16px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

.vk-row {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.vk-chip {
  padding: 10px 14px;
  border-radius: 6px;
  background: linear-gradient(90deg, var(--blue-deep), #082b60);
  color: white;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.vk-price {
  background: linear-gradient(135deg, var(--gold), #e6b85f);
  color: var(--navy);
  font-size: 24px;
}

.avatar-board {
  display: grid;
  place-items: center;
  padding: 0;
  background:
    radial-gradient(circle at 18% 84%, rgba(169, 201, 219, 0.42), transparent 28%),
    radial-gradient(circle at 84% 12%, rgba(244, 208, 139, 0.32), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #ffffff 66%, #fff8ec 100%);
}

.avatar-board::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0;
  background: transparent;
}

.avatar-board::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 318px;
  border-radius: 0;
  background: linear-gradient(135deg, var(--blue), rgba(244, 208, 139, 0.76));
  opacity: 0.92;
}

.avatar-photo {
  position: absolute;
  inset: 104px 160px 330px;
  z-index: 2;
}

.avatar-photo::before {
  inset: -10px;
}

.avatar-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 5%;
  border-radius: var(--radius);
}

.avatar-copy {
  position: absolute;
  left: 96px;
  right: 96px;
  bottom: 134px;
  z-index: 3;
  text-align: center;
}

.avatar-copy h1 {
  color: var(--ink);
  font-size: 106px;
}

.avatar-copy p {
  margin: 10px 0 0;
  color: var(--gold-deep);
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
}

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

  .hero {
    min-height: auto;
    padding: 36px 0 64px;
  }

  .hero::before {
    display: none;
  }

  .hero-copy {
    width: min(100% - 28px, 1160px);
    margin-top: 0;
    padding: 42px 34px;
  }

  .hero-photo {
    position: relative;
    inset: auto;
    width: min(100% - 84px, 420px);
    min-height: auto;
    margin: -4px auto 0;
  }

  .hero-photo img {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .hero-meta,
  .grid.three,
  .grid.four,
  .host-section,
  .price-band,
  .credentials {
    grid-template-columns: 1fr;
  }

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

  .section {
    padding: 68px 0;
  }

  .host-copy h2 {
    text-align: left;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .brand {
    font-size: 12px;
  }

  .brand span {
    font-size: 18px;
  }

  .hero h1 {
    max-width: 300px;
    font-size: clamp(38px, 11vw, 48px);
    line-height: 0.95;
  }

  .hero-lead {
    max-width: 300px;
    font-size: 14px;
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  .hero-support {
    max-width: 300px;
    font-size: 24px;
    line-height: 1.04;
  }

  .hero-copy {
    width: min(100% - 56px, 1160px);
    padding: 24px;
    overflow: hidden;
  }

  .hero-meta {
    gap: 10px;
  }

  .meta-item {
    min-height: auto;
    padding: 16px;
    overflow: hidden;
  }

  .meta-item span {
    display: block;
    max-width: 270px;
    font-size: 13px;
    overflow-wrap: anywhere;
  }

  .section h2,
  .host-copy h2 {
    font-size: clamp(34px, 10vw, 52px);
  }

  .price-band {
    padding: 28px;
  }

  .modal {
    padding: 14px;
  }

  .modal-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px;
  }

  .modal-copy h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .modal-copy p {
    font-size: 15px;
  }

  .join-form {
    padding: 18px;
  }

  .footer .container {
    display: grid;
  }

  .button {
    width: 100%;
  }
}
