@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,500;0,600;0,700;0,800;1,700&family=Manrope:wght@400;500;600&display=swap");

:root {
  --ink: #070707;
  --paper: #f7f5ef;
  --muted: rgba(247, 245, 239, 0.58);
  --line: rgba(247, 245, 239, 0.2);
  --gold: #d7a85b;
  --gold-light: #f0d29c;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Manrope", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}

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

button,
input {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 100;
  padding: 0.7rem 1.2rem;
  color: #090909;
  background: var(--paper);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  transform: translate(-50%, -120%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translate(-50%, 0.75rem);
}

.hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 100svh;
  min-height: 720px;
  overflow: hidden;
  background: #090909;
}

.hero__art,
.hero__shade,
.hero__grain {
  position: absolute;
  inset: 0;
}

.hero__art {
  z-index: -4;
  overflow: hidden;
  background: #090909;
}

.hero__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(0.82) contrast(1.08) brightness(0.9);
  animation: cinematic-in 2.4s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero__shade {
  z-index: -3;
  background:
    linear-gradient(
      90deg,
      rgba(4, 4, 4, 0.96) 0%,
      rgba(4, 4, 4, 0.83) 28%,
      rgba(4, 4, 4, 0.22) 60%,
      rgba(4, 4, 4, 0.06) 78%
    ),
    linear-gradient(
      180deg,
      rgba(3, 3, 3, 0.62) 0%,
      transparent 24%,
      transparent 68%,
      rgba(3, 3, 3, 0.88) 100%
    );
}

.hero__grain {
  z-index: -2;
  opacity: 0.055;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.08);
  content: "";
  pointer-events: none;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px clamp(28px, 4.8vw, 76px);
  animation: fade-down 900ms 250ms ease both;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand__mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
}

.brand__mark svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.brand__mark path:first-child {
  fill: rgba(7, 7, 7, 0.35);
  stroke: var(--gold);
  stroke-width: 1.4;
}

.brand__mark path:last-child {
  fill: none;
  stroke: var(--paper);
  stroke-linecap: square;
  stroke-linejoin: bevel;
  stroke-width: 1.6;
}

.brand__name {
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.brand__name b {
  color: var(--gold-light);
  font-weight: 700;
}

.site-header__right {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 54px);
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.location {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.66);
}

.location__dot {
  position: relative;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(215, 168, 91, 0.13);
}

.header-link {
  position: relative;
  padding: 10px 0;
}

.header-link::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform-origin: left;
  transition: transform 250ms ease;
}

.header-link:hover::after {
  transform: scaleX(0.42);
}

.hero__content {
  position: absolute;
  top: 47%;
  left: clamp(28px, 6.8vw, 108px);
  z-index: 4;
  width: min(640px, 49vw);
  transform: translateY(-50%);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 21px;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  animation: content-up 900ms 460ms ease both;
}

.eyebrow::before {
  width: 36px;
  height: 1px;
  background: var(--gold);
  content: "";
}

.eyebrow span {
  color: var(--gold-light);
}

h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4.1rem, 6.9vw, 7.7rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.8;
  text-transform: uppercase;
  text-wrap: balance;
  animation: content-up 1s 520ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

h1 em {
  display: inline-block;
  margin-top: 0.17em;
  color: transparent;
  font-style: italic;
  -webkit-text-stroke: 1.2px var(--gold-light);
  text-shadow: 0 0 38px rgba(215, 168, 91, 0.06);
}

.hero__copy {
  width: min(100%, 510px);
  margin: 29px 0 0;
  color: rgba(247, 245, 239, 0.66);
  font-size: clamp(0.83rem, 1vw, 0.97rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.75;
  animation: content-up 900ms 650ms ease both;
}

.notify {
  width: min(100%, 510px);
  margin-top: 28px;
  animation: content-up 900ms 760ms ease both;
}

.notify__field {
  display: flex;
  min-height: 57px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(7, 7, 7, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition:
    border-color 220ms ease,
    background 220ms ease;
}

.notify__field:focus-within {
  border-color: rgba(215, 168, 91, 0.8);
  background: rgba(7, 7, 7, 0.55);
}

.notify input {
  min-width: 0;
  flex: 1;
  padding: 0 20px;
  color: var(--paper);
  border: 0;
  outline: 0;
  background: transparent;
  font-family: var(--display);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.notify input::placeholder {
  color: rgba(255, 255, 255, 0.45);
  opacity: 1;
}

.notify button {
  display: inline-flex;
  min-width: 156px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 18px;
  color: #0b0a08;
  border: 0;
  background: linear-gradient(125deg, var(--gold-light), var(--gold));
  cursor: pointer;
  clip-path: polygon(13px 0, 100% 0, 100% 100%, 0 100%, 0 13px);
  font-family: var(--display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  transition:
    filter 200ms ease,
    gap 200ms ease;
}

.notify button:hover {
  gap: 25px;
  filter: brightness(1.1);
}

.notify button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-width: 1.5;
}

.notify > p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.63rem;
  letter-spacing: 0.04em;
}

.side-note {
  position: absolute;
  top: 47%;
  right: clamp(12px, 2vw, 34px);
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--display);
  font-size: 0.65rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.23em;
  transform: translateX(43%) rotate(90deg);
  transform-origin: center;
  animation: side-fade 900ms 1s ease both;
}

.side-note i {
  width: 58px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), rgba(215, 168, 91, 0.1));
}

.hero__footer {
  position: absolute;
  right: clamp(28px, 4.8vw, 76px);
  bottom: 27px;
  left: clamp(28px, 4.8vw, 76px);
  z-index: 4;
  display: flex;
  align-items: flex-end;
  gap: clamp(30px, 3.4vw, 56px);
  padding-top: 19px;
  border-top: 1px solid var(--line);
  animation: footer-in 900ms 950ms ease both;
}

.trust-point {
  display: flex;
  align-items: center;
  gap: 11px;
}

.trust-point__number {
  color: var(--gold-light);
  font-family: var(--display);
  font-size: 1.28rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.trust-point span:last-child {
  color: rgba(255, 255, 255, 0.46);
  font-family: var(--display);
  font-size: 0.59rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.35;
}

.hero__footer-note {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: rgba(255, 255, 255, 0.43);
  font-family: var(--display);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.footer-line {
  width: min(7vw, 96px);
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.scroll-cue {
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(255, 255, 255, 0.56);
  font-family: var(--display);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.scroll-cue svg {
  width: 17px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.2;
}

.scroll-cue path {
  animation: nudge 1.8s ease-in-out infinite;
}

@keyframes cinematic-in {
  from {
    opacity: 0;
    transform: scale(1.08);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

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

@keyframes fade-down {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes footer-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes side-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes nudge {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(3px);
  }
}

@media (max-width: 1050px) {
  .hero__content {
    width: min(590px, 62vw);
  }

  .hero__footer-note {
    display: none;
  }

  .scroll-cue {
    margin-left: auto;
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: 700px;
  }

  .hero__art img {
    object-position: 68% center;
  }

  .hero__shade {
    background:
      linear-gradient(
        90deg,
        rgba(3, 3, 3, 0.94) 0%,
        rgba(3, 3, 3, 0.7) 52%,
        rgba(3, 3, 3, 0.18) 100%
      ),
      linear-gradient(
        180deg,
        rgba(3, 3, 3, 0.72) 0%,
        transparent 22%,
        rgba(3, 3, 3, 0.2) 50%,
        rgba(3, 3, 3, 0.94) 100%
      );
  }

  .site-header {
    padding: 23px 22px;
  }

  .location {
    display: none;
  }

  .header-link {
    font-size: 0.68rem;
  }

  .hero__content {
    top: 46%;
    left: 22px;
    width: calc(100% - 44px);
  }

  h1 {
    font-size: clamp(3.7rem, 16.5vw, 6rem);
  }

  .hero__copy {
    max-width: 450px;
    color: rgba(247, 245, 239, 0.73);
  }

  .side-note {
    display: none;
  }

  .hero__footer {
    right: 22px;
    bottom: 20px;
    left: 22px;
    gap: 28px;
  }

  .trust-point:nth-child(2),
  .scroll-cue span {
    display: none;
  }
}

@media (max-width: 500px) {
  .brand {
    gap: 8px;
  }

  .brand__mark {
    width: 33px;
    height: 33px;
  }

  .brand__name {
    font-size: 1.18rem;
  }

  .header-link {
    display: none;
  }

  .hero__content {
    top: 45%;
  }

  .eyebrow {
    margin-bottom: 16px;
    font-size: 0.66rem;
  }

  h1 {
    line-height: 0.84;
  }

  .hero__copy {
    margin-top: 22px;
    font-size: 0.78rem;
    line-height: 1.65;
  }

  .notify {
    margin-top: 20px;
  }

  .notify__field {
    min-height: 52px;
  }

  .notify input {
    width: 54%;
    padding: 0 13px;
    font-size: 0.65rem;
  }

  .notify button {
    min-width: 127px;
    gap: 8px;
    padding: 0 11px;
    font-size: 0.65rem;
  }

  .notify button:hover {
    gap: 12px;
  }

  .notify button svg {
    width: 15px;
  }
}

@media (max-height: 760px) and (min-width: 761px) {
  .hero__content {
    top: 46%;
  }

  h1 {
    font-size: clamp(4rem, 6.2vw, 6.5rem);
  }

  .hero__copy {
    margin-top: 20px;
    line-height: 1.55;
  }

  .notify {
    margin-top: 20px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
