:root {
  --bg: #0b0b0a;
  --bg-soft: #11110f;
  --gold: #c99a3e;
  --gold-bright: #ddb259;
  --gold-muted: #b99956;
  --ivory: #ebe7dc;
  --text-muted: #d5bb82;
  --serif: 'Cormorant Garamond', Baskerville, 'Iowan Old Style', 'Times New Roman', serif;
  --sans: Montserrat, 'Avenir Next', Avenir, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: var(--bg);
}

body {
  color: var(--ivory);
  font-family: var(--sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
}

.holding-page {
  isolation: isolate;
  position: relative;
  display: grid;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(ellipse 52% 48% at 50% 37%, rgba(60, 49, 27, 0.14), transparent 72%),
    radial-gradient(ellipse 84% 70% at 50% 44%, var(--bg-soft) 0%, var(--bg) 63%, #070706 100%);
}

.holding-page::after {
  content: '';
  position: absolute;
  z-index: 8;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at center, transparent 45%, rgba(0, 0, 0, 0.45) 100%);
}

.fabric-texture,
.fabric-texture::before,
.logo-illumination,
.particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.fabric-texture {
  z-index: 0;
  opacity: 0.68;
  background:
    repeating-linear-gradient(87deg, transparent 0 2px, rgba(255, 255, 255, 0.018) 2px 3px),
    repeating-linear-gradient(2deg, transparent 0 2px, rgba(0, 0, 0, 0.15) 2px 3px);
}

.fabric-texture::before {
  content: '';
  opacity: 0.4;
  background:
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.16) 0 1px, transparent 1px 4px);
  mix-blend-mode: soft-light;
}

.logo-illumination {
  z-index: 1;
  inset: 1% 24% 35%;
  background: radial-gradient(
    ellipse at center,
    rgba(224, 180, 90, 0.18) 0%,
    rgba(201, 154, 62, 0.09) 36%,
    transparent 72%
  );
  filter: blur(30px);
  transform-origin: center;
  animation: glow-breathe 8s ease-in-out infinite;
}

.foliage {
  position: absolute;
  z-index: 2;
  height: auto;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.foliage-left {
  top: -20px;
  left: -40px;
  width: clamp(360px, 26vw, 430px);
  opacity: 0.82;
  filter: brightness(0.86) contrast(1.05);
  transform: scaleX(1.18);
  transform-origin: top left;
}

.foliage-right {
  top: 115px;
  right: -8px;
  width: clamp(215px, 14vw, 235px);
  opacity: 0.84;
  filter: brightness(0.86) contrast(1.05);
}

.holding-content {
  position: relative;
  z-index: 5;
  align-self: start;
  justify-self: center;
  width: min(100%, 1100px);
  padding: clamp(72px, 9.15vh, 88px) 28px 170px;
  text-align: center;
  animation: content-entrance 1.35s cubic-bezier(0.22, 0.75, 0.25, 1) both;
}

.logo-stage {
  position: relative;
  width: clamp(480px, 35.5vw, 594px);
  margin: 0 auto;
}

.logo-stage::before,
.logo-stage::after {
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.logo-stage::before {
  inset: 12% 8% 1%;
  background: radial-gradient(ellipse, rgba(224, 180, 90, 0.16), transparent 69%);
  filter: blur(23px);
}

.logo-stage::after {
  inset: 60% 2% -2%;
  background: radial-gradient(ellipse, rgba(201, 154, 62, 0.12), transparent 72%);
  filter: blur(16px);
}

.brand-logo {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 21px rgba(201, 154, 62, 0.11));
}

h1 {
  margin: clamp(25px, 3vh, 32px) 0 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(34px, 2.58vw, 43px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.105em;
  text-wrap: balance;
  text-shadow: 0 1px 12px rgba(235, 231, 220, 0.055);
}

.ornamental-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(300px, 52vw);
  margin: 17px auto 0;
  color: var(--gold-bright);
}

.ornamental-divider span {
  width: 132px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(218, 173, 79, 0.82));
}

.ornamental-divider span:last-child {
  background: linear-gradient(90deg, rgba(218, 173, 79, 0.82), transparent);
}

.ornamental-divider svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.introduction {
  margin: 13px 0 0;
  color: var(--text-muted);
  font-family: var(--serif);
  font-size: clamp(23px, 1.72vw, 29px);
  font-weight: 400;
  line-height: 1.17;
  letter-spacing: 0.014em;
}

.introduction span {
  display: block;
}

.contact {
  margin-top: 37px;
}

.contact h2 {
  margin: 0;
  color: var(--gold-bright);
  font-size: clamp(13px, 1.02vw, 17px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
}

.email-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 21px;
  color: var(--ivory);
  font-size: clamp(19px, 1.58vw, 26px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.12em;
  text-decoration: none;
  transition: color 300ms ease, filter 300ms ease;
}

.envelope-icon {
  width: 35px;
  height: 27px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--gold-bright);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: stroke 300ms ease, filter 300ms ease;
}

.email-link:hover,
.email-link:focus-visible {
  color: #f3efe4;
  filter: drop-shadow(0 0 8px rgba(208, 161, 65, 0.12));
}

.email-link:hover .envelope-icon,
.email-link:focus-visible .envelope-icon {
  stroke: #ebbd5d;
  filter: drop-shadow(0 0 5px rgba(218, 173, 79, 0.24));
}

.email-link:focus-visible {
  outline: 1px solid rgba(221, 178, 89, 0.82);
  outline-offset: 8px;
  border-radius: 2px;
}

.particles {
  z-index: 3;
}

.particle {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: rgba(226, 177, 77, 0.68);
  box-shadow: 0 0 5px rgba(226, 177, 77, 0.4);
  opacity: 0.18;
  animation: fibre-drift var(--duration) ease-in-out var(--delay) infinite;
}

.bottom-scene {
  position: absolute;
  z-index: 4;
  inset: auto 0 18px;
  height: clamp(118px, 16.2vh, 153px);
  overflow: visible;
  pointer-events: none;
}

.stitch-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.needle-thread {
  position: absolute;
  left: 50%;
  bottom: 50px;
  width: 78px;
  height: auto;
  transform: translateX(-50%);
  opacity: 0;
  filter: brightness(1.3) saturate(1.05) drop-shadow(0 0 2px rgba(201, 154, 62, 0.12));
  animation: needle-entrance 1.4s 0.85s ease forwards;
}

.thread-spool {
  position: absolute;
  z-index: 6;
  right: -20px;
  bottom: -31px;
  width: clamp(235px, 15.55vw, 260px);
  height: auto;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  filter: brightness(0.68) saturate(0.7) contrast(1.04) drop-shadow(-10px 13px 15px rgba(0, 0, 0, 0.78));
  transform: rotate(0.5deg) scaleX(1.1);
  transform-origin: bottom right;
}

@keyframes glow-breathe {
  0%,
  100% {
    opacity: 0.75;
    transform: scale(0.985);
  }
  50% {
    opacity: 1;
    transform: scale(1.02);
  }
}

@keyframes content-entrance {
  from {
    opacity: 0;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fibre-drift {
  0%,
  100% {
    opacity: 0.11;
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0.32;
    transform: translate3d(2px, -4px, 0);
  }
}

@keyframes needle-entrance {
  from {
    opacity: 0;
    transform: translate(-50%, 5px);
  }
  to {
    opacity: 0.92;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 1100px) {
  .holding-content {
    padding-top: clamp(60px, 8vh, 80px);
  }

  .logo-stage {
    width: min(560px, 58vw);
  }

  .foliage-left {
    width: min(320px, 32vw);
    opacity: 0.68;
  }

  .foliage-right {
    width: min(215px, 21vw);
    opacity: 0.64;
  }

  .thread-spool {
    right: -15px;
    bottom: -16px;
    width: min(225px, 21vw);
    opacity: 0.92;
  }
}

@media (max-width: 900px) {
  .holding-content {
    padding: clamp(52px, 8vh, 82px) 28px 156px;
  }

  .logo-stage {
    width: min(590px, 71vw);
  }

  h1 {
    max-width: 680px;
    margin: 25px auto 0;
    font-size: clamp(32px, 5.2vw, 42px);
  }

  .contact h2 {
    font-size: clamp(12px, 1.75vw, 15px);
  }

  .email-link {
    font-size: clamp(18px, 2.85vw, 24px);
  }

  .foliage-left {
    width: 39vw;
    opacity: 0.48;
  }

  .foliage-right {
    top: 72px;
    width: 26vw;
    opacity: 0.43;
  }

  .thread-spool {
    right: -14px;
    bottom: -42px;
    width: min(195px, 25vw);
    opacity: 0.86;
  }
}

@media (max-width: 620px) {
  .holding-page {
    overflow-y: auto;
  }

  .holding-content {
    min-height: 100svh;
    padding: max(34px, 5svh) 20px 128px;
  }

  .logo-stage {
    width: min(440px, 96vw);
    margin-left: 50%;
    transform: translateX(-50%);
  }

  h1 {
    max-width: 390px;
    margin-top: 14px;
    font-size: clamp(27px, 8vw, 36px);
    line-height: 1.06;
    letter-spacing: 0.085em;
  }

  .ornamental-divider {
    width: min(250px, 70vw);
    margin-top: 15px;
  }

  .introduction {
    max-width: 370px;
    margin: 12px auto 0;
    font-size: clamp(20px, 6.1vw, 25px);
    line-height: 1.2;
  }

  .introduction span {
    display: inline;
  }

  .introduction span + span::before {
    content: ' ';
  }

  .contact {
    margin-top: 30px;
  }

  .contact h2 {
    font-size: 11px;
    letter-spacing: 0.17em;
  }

  .email-link {
    gap: 10px;
    max-width: 100%;
    margin-top: 18px;
    font-size: clamp(14px, 4.15vw, 18px);
    letter-spacing: 0.055em;
  }

  .envelope-icon {
    width: 27px;
    height: 21px;
  }

  .foliage-left {
    top: -12px;
    left: -48px;
    width: 55vw;
    opacity: 0.34;
  }

  .foliage-right {
    top: 70px;
    right: -45px;
    width: 43vw;
    opacity: 0.3;
  }

  .logo-illumination {
    inset: 1% 4% 48%;
  }

  .bottom-scene {
    height: 112px;
  }

  .needle-thread {
    bottom: 26px;
    width: 65px;
  }

  .thread-spool {
    right: -12px;
    bottom: -11px;
    width: 125px;
    opacity: 0.72;
  }

  .particle:nth-child(n + 9) {
    display: none;
  }
}

@media (max-width: 370px) {
  .email-link {
    gap: 8px;
    font-size: 13px;
    letter-spacing: 0.035em;
  }

  .envelope-icon {
    width: 24px;
  }
}

@media (max-height: 790px) and (min-width: 621px) {
  .holding-content {
    padding-top: 32px;
  }

  .logo-stage {
    width: min(520px, 50vw);
  }

  h1 {
    margin-top: 13px;
    font-size: clamp(31px, 2.4vw, 38px);
  }

  .ornamental-divider {
    margin-top: 12px;
  }

  .introduction {
    margin-top: 8px;
    font-size: clamp(20px, 1.5vw, 24px);
  }

  .contact {
    margin-top: 24px;
  }

  .email-link {
    margin-top: 14px;
  }

  .bottom-scene {
    height: 115px;
  }

  .needle-thread {
    bottom: 24px;
    width: 70px;
  }

  .thread-spool {
    bottom: -15px;
    width: min(230px, 15vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .particle {
    display: none;
  }
}
