* {
  box-sizing: border-box;
}

@property --x {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}

@property --y {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}

@property --r {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@property --s {
  syntax: "<number>";
  inherits: false;
  initial-value: 1;
}

:root {
  --graphite: #2a2524;
  --graphite-deep: #151313;
  --smoke: #b7aaa0;
  --taupe: #75685f;
  --paper: #d8cdbd;
  --paper-light: #efe6d8;
  --milk: #f6efe3;
  --violet: #5f3d91;
  --violet-deep: #2e1e49;
  --violet-haze: rgba(112, 76, 159, 0.24);
  --line: rgba(42, 37, 36, 0.18);
  --soft-line: rgba(246, 239, 227, 0.28);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--graphite);
  font-family: "Segoe UI", Arial, sans-serif;
  background:
    radial-gradient(circle at 82% 27%, rgba(92, 52, 141, 0.34), transparent 32%),
    radial-gradient(circle at 8% 20%, rgba(247, 226, 193, 0.8), transparent 28%),
    linear-gradient(132deg, #d1c4b5 0%, #a89c93 33%, #635d61 62%, #211d27 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  z-index: -2;
  background:
    radial-gradient(ellipse at 4% 18%, rgba(255, 232, 195, 0.44), transparent 30%),
    radial-gradient(ellipse at 86% 38%, rgba(109, 61, 157, 0.26), transparent 36%),
    linear-gradient(118deg, rgba(250, 231, 200, 0.52), rgba(250, 231, 200, 0.16) 24%, transparent 42%),
    linear-gradient(115deg, rgba(246, 239, 227, 0.18), transparent 30%, rgba(95, 61, 145, 0.22) 63%, transparent 80%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 5px),
    radial-gradient(circle at 54% 112%, rgba(16, 14, 24, 0.72), transparent 48%);
}

body::after {
  z-index: -1;
  opacity: 0.38;
  background-image:
    radial-gradient(circle at 10% 25%, rgba(255, 255, 255, 0.5) 0 0.7px, transparent 1.1px),
    radial-gradient(circle at 42% 55%, rgba(246, 239, 227, 0.24) 0 0.55px, transparent 1px),
    radial-gradient(circle at 82% 70%, rgba(21, 19, 19, 0.32) 0 0.8px, transparent 1.2px);
  background-size: 28px 28px, 37px 37px, 43px 43px;
  mix-blend-mode: soft-light;
}

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

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  padding: 40px clamp(22px, 5vw, 78px) 28px;
  pointer-events: none;
}

.main-nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(18px, 2.7vw, 42px);
  color: rgba(246, 239, 227, 0.58);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  pointer-events: auto;
}

.main-nav a {
  position: relative;
  padding-bottom: 8px;
  transition: color 300ms ease;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.2);
  transform-origin: center;
  transition: opacity 300ms ease, transform 300ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a.is-active {
  color: rgba(246, 239, 227, 0.9);
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.main-nav a.is-active::after {
  opacity: 0.5;
  transform: scaleX(1);
}

.hero-section {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  overflow: hidden;
  padding: 118px clamp(22px, 6vw, 92px) 74px;
  background:
    radial-gradient(ellipse at 78% 39%, rgba(110, 66, 151, 0.3), transparent 38%),
    radial-gradient(ellipse at 10% 22%, rgba(252, 230, 199, 0.52), transparent 31%),
    linear-gradient(180deg, rgba(21, 19, 19, 0.12), rgba(48, 43, 47, 0.03) 40%, rgba(14, 13, 24, 0.56));
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    radial-gradient(ellipse at 8% 29%, rgba(250, 229, 197, 0.84), transparent 32%),
    radial-gradient(ellipse at 48% 35%, rgba(169, 157, 149, 0.54), transparent 41%),
    radial-gradient(ellipse at 84% 33%, rgba(95, 52, 143, 0.46), transparent 42%),
    linear-gradient(123deg, #d8cbbb 0%, #9c918a 39%, #575158 66%, #201b28 100%);
}

.hero-section::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -12%;
  z-index: -1;
  height: 47vh;
  background:
    repeating-linear-gradient(180deg, rgba(246, 239, 227, 0.04) 0 1px, transparent 1px 9px),
    linear-gradient(180deg, rgba(246, 239, 227, 0.02), rgba(246, 239, 227, 0.15) 28%, rgba(15, 13, 24, 0.45)),
    radial-gradient(ellipse at 45% 0%, rgba(246, 239, 227, 0.34), transparent 60%);
  filter: blur(8px);
  transform: rotate(-1deg);
  opacity: 0.92;
}

.scene-atmosphere {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

.light-beam,
.mist {
  position: absolute;
  display: block;
  pointer-events: none;
}

.light-beam {
  width: 62vw;
  height: 120vh;
  background: linear-gradient(90deg, transparent, rgba(252, 231, 199, 0.42), transparent);
  filter: blur(22px);
  opacity: 0.58;
  transform-origin: top center;
}

.light-beam-one {
  top: -28vh;
  left: -6vw;
  transform: rotate(33deg);
}

.light-beam-two {
  top: -30vh;
  right: 3vw;
  opacity: 0.25;
  transform: rotate(-16deg);
}

.mist {
  border-radius: 999px;
  background: rgba(246, 239, 227, 0.16);
  filter: blur(36px);
}

.mist-one {
  width: 52vw;
  height: 24vh;
  left: 0;
  bottom: 20vh;
}

.mist-two {
  width: 42vw;
  height: 28vh;
  right: 4vw;
  top: 22vh;
  background: rgba(95, 61, 145, 0.22);
}

.hero-copy {
  position: relative;
  z-index: 5;
  width: min(46vw, 650px);
  padding-top: min(10vh, 90px);
}

.eyebrow {
  margin: 0 0 18px;
  color: rgba(128, 91, 178, 0.94);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: none;
}

.hero-name {
  margin: 0;
  color: #f4ecdd;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(6.2rem, 14vw, 15.5rem);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: 0;
  text-shadow:
    0 18px 46px rgba(18, 16, 21, 0.38),
    0 0 32px rgba(244, 236, 221, 0.2);
}

.hand-note {
  width: fit-content;
  margin: 12px 0 0 clamp(34px, 7vw, 112px);
  color: rgba(105, 72, 151, 0.82);
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: clamp(1.28rem, 2.2vw, 2.22rem);
  line-height: 1;
  transform: rotate(-5deg);
  text-shadow: 0 12px 26px rgba(22, 18, 28, 0.18);
}

.hero-info-block {
  transform: translateY(292px);
}

.hero-subtitle {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55em;
  margin: clamp(42px, 6vw, 74px) 0 0;
  color: rgba(248, 237, 220, 0.78);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: clamp(0.78rem, 1vw, 0.98rem);
  font-weight: 700;
  letter-spacing: 0.34em;
  line-height: 1.7;
  text-transform: uppercase;
  text-shadow: 0 12px 28px rgba(18, 16, 21, 0.3);
}

.hero-text {
  margin: 24px 0 0;
  color: rgba(248, 237, 220, 0.9);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.25vw, 2.55rem);
  line-height: 1.32;
  text-shadow: 0 16px 36px rgba(18, 16, 21, 0.36);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 34px;
  margin-top: clamp(38px, 5vw, 64px);
}

.editorial-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 38px;
  color: rgba(248, 237, 220, 0.88);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: color 320ms ease, transform 320ms ease;
}

.editorial-link::before {
  content: "";
  width: 118px;
  height: 1px;
  background: linear-gradient(90deg, rgba(126, 72, 190, 0.85), rgba(248, 237, 220, 0.32));
  transition: width 320ms ease, background 320ms ease;
}

.editorial-link span {
  position: relative;
  width: 15px;
  height: 15px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  opacity: 0.68;
  transform: rotate(45deg);
}

.editorial-link:hover,
.editorial-link:focus-visible {
  color: rgba(191, 132, 255, 1);
  text-shadow: 0 0 18px rgba(132, 78, 190, 0.34);
  transform: translateX(6px);
}

.editorial-link:hover::before,
.editorial-link:focus-visible::before {
  width: 142px;
  background: linear-gradient(90deg, rgba(189, 116, 255, 1), rgba(248, 237, 220, 0.62));
  box-shadow: 0 0 16px rgba(126, 72, 190, 0.38);
}

.anile-stage {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.anile-letter {
  --x: 0;
  --y: 0;
  --px: 0px;
  --py: 0px;
  position: absolute;
  display: block;
  color: rgba(250, 238, 218, 0.54);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(7.7rem, 14vw, 16.8rem);
  font-weight: 300;
  line-height: 1;
  text-shadow:
    0 0 30px rgba(250, 238, 218, 0.38),
    0 0 62px rgba(117, 77, 160, 0.52),
    0 0 126px rgba(246, 239, 227, 0.16);
  -webkit-text-stroke: 1px rgba(250, 238, 218, 0.42);
  transform: translate3d(calc(var(--x) + var(--px)), calc(var(--y) + var(--py)), 0) rotate(var(--r, 0deg)) scale(var(--s, 1));
  will-change: transform, opacity, filter;
}

.anile-letter::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: 5%;
  height: 10px;
  background: radial-gradient(ellipse at center, rgba(250, 238, 218, 0.52), rgba(122, 77, 171, 0.22) 45%, transparent 72%);
  filter: blur(5px);
  opacity: 0.48;
  transform: translateY(8px);
}

.anile-letter::after {
  content: attr(data-letter);
  position: absolute;
  left: 0;
  top: 79%;
  color: rgba(250, 238, 218, 0.2);
  opacity: 0.24;
  -webkit-text-stroke: 1px rgba(250, 238, 218, 0.16);
  text-shadow: 0 0 34px rgba(95, 61, 145, 0.24);
  transform: scaleY(-0.62) skewX(-5deg);
  transform-origin: top;
  filter: blur(6px);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), transparent 78%);
}

.letter-a {
  --x: -1vw;
  --y: 0;
  left: 10vw;
  top: 43vh;
}

.letter-n {
  --x: 0;
  --y: 0;
  left: 31vw;
  top: 36vh;
}

.letter-i {
  --x: 0;
  --y: 0;
  left: 50vw;
  top: 40vh;
}

.letter-l {
  --x: 0;
  --y: 0;
  left: 63vw;
  top: 29vh;
}

.letter-e {
  --x: 0;
  --y: 0;
  left: 80vw;
  top: 20vh;
}

.portrait-presence {
  position: absolute;
  z-index: 4;
  right: clamp(30px, 4.5vw, 76px);
  top: calc(38vh + 32px);
  width: min(29vw, 425px);
  min-width: 300px;
  pointer-events: none;
  --portrait-px: 0px;
  --portrait-py: 0px;
}

.portrait-silhouette {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(410px, 47vh, 590px);
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 48% 48% 44% 44% / 31% 31% 58% 58%;
  background:
    radial-gradient(ellipse at 50% 46%, rgba(246, 239, 227, 0.05), transparent 52%),
    radial-gradient(ellipse at 54% 58%, rgba(95, 61, 145, 0.12), transparent 64%);
  box-shadow:
    0 0 88px rgba(124, 68, 178, 0.2),
    0 0 150px rgba(75, 44, 122, 0.13);
  transform: translate3d(var(--portrait-px), var(--portrait-py), 0);
  mask-image: radial-gradient(ellipse at 53% 42%, #000 36%, rgba(0, 0, 0, 0.84) 55%, rgba(0, 0, 0, 0.38) 76%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse at 53% 42%, #000 36%, rgba(0, 0, 0, 0.84) 55%, rgba(0, 0, 0, 0.38) 76%, transparent 100%);
  will-change: transform;
}

.portrait-silhouette::before,
.portrait-silhouette::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.portrait-silhouette::before {
  z-index: 2;
  background:
    radial-gradient(ellipse at 48% 24%, rgba(250, 232, 202, 0.13), transparent 34%),
    radial-gradient(ellipse at 72% 74%, rgba(94, 54, 142, 0.18), transparent 48%),
    linear-gradient(115deg, rgba(250, 232, 202, 0.1), transparent 42%, rgba(66, 39, 105, 0.18));
  mix-blend-mode: soft-light;
}

.portrait-silhouette::after {
  inset: -18%;
  background: radial-gradient(ellipse at 50% 45%, rgba(95, 61, 145, 0.19), transparent 62%);
  filter: blur(28px);
  z-index: -1;
}

.portrait-silhouette img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 24%;
  filter: saturate(0.82) sepia(0.08) hue-rotate(332deg) brightness(1.03) contrast(0.96);
  opacity: 0.88;
  transform: scale(1.13);
  transform-origin: 52% 26%;
  mask-image: radial-gradient(ellipse at 52% 31%, #000 34%, rgba(0, 0, 0, 0.9) 52%, rgba(0, 0, 0, 0.42) 75%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse at 52% 31%, #000 34%, rgba(0, 0, 0, 0.9) 52%, rgba(0, 0, 0, 0.42) 75%, transparent 100%);
}

.content-section {
  padding: clamp(70px, 10vw, 130px) clamp(20px, 6vw, 88px);
  border-top: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(239, 230, 216, 0.92), rgba(207, 194, 177, 0.84)),
    var(--paper);
}

.content-section:nth-child(odd) {
  background:
    linear-gradient(135deg, rgba(216, 205, 189, 0.9), rgba(183, 170, 160, 0.82)),
    var(--smoke);
}

.section-inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
}

.section-kicker {
  margin: 0 0 18px;
  color: var(--violet);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-inner h2 {
  margin: 0;
  color: var(--graphite-deep);
  font-size: clamp(2.3rem, 5vw, 5rem);
  font-weight: 760;
  letter-spacing: 0;
}

.section-inner p:not(.section-kicker) {
  max-width: 660px;
  margin: 20px 0 0;
  color: rgba(42, 37, 36, 0.68);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.8;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: min(100%, 860px);
  margin-top: 34px;
}

.content-card {
  position: relative;
  min-height: 210px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(42, 37, 36, 0.14);
  background:
    linear-gradient(145deg, rgba(246, 239, 227, 0.5), rgba(246, 239, 227, 0.14)),
    rgba(21, 19, 19, 0.04);
}

.content-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 82% 16%, rgba(95, 61, 145, 0.16), transparent 42%),
    linear-gradient(180deg, transparent, rgba(21, 19, 19, 0.06));
  pointer-events: none;
}

.content-card > * {
  position: relative;
  z-index: 1;
}

.content-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 36px;
  color: rgba(95, 61, 145, 0.82);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.content-card h3 {
  margin: 0;
  color: var(--graphite-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  font-weight: 400;
  line-height: 1.12;
}

.content-card p {
  margin: 14px 0 0;
  color: rgba(42, 37, 36, 0.66);
  font-size: 0.96rem;
  line-height: 1.65;
}

.content-card__media {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  color: rgba(42, 37, 36, 0.62);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.content-card__media::before {
  content: "";
  width: 34px;
  height: 1px;
  background: rgba(95, 61, 145, 0.54);
}

.content-message {
  padding: 22px;
  color: rgba(42, 37, 36, 0.62);
  border: 1px solid rgba(42, 37, 36, 0.12);
  background: rgba(246, 239, 227, 0.24);
}

.contacts-section {
  padding-bottom: clamp(90px, 12vw, 150px);
}
