@font-face {
  font-display: swap;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/gotham_book.otf") format("opentype");
}

@font-face {
  font-display: swap;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/gotham_medium.otf") format("opentype");
}

@font-face {
  font-display: swap;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/gotham_bold.otf") format("opentype");
}

@font-face {
  font-display: swap;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 900;
  src: url("assets/fonts/gotham_black.otf") format("opentype");
}

:root {
  --ink: #111111;
  --gold: #c38b2b;
  --gold-light: #d8a84f;
  --cream: #f8f4ea;
  --line: rgba(17, 17, 17, 0.14);
  --paper: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Gotham", Arial, sans-serif;
  font-synthesis: none;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.skip-link {
  background: var(--ink);
  border-radius: 0 0 12px 0;
  color: var(--paper);
  font-size: 13px;
  font-weight: 700;
  left: 0;
  padding: 12px 16px;
  position: fixed;
  top: 0;
  transform: translateY(-120%);
  transition: transform 160ms ease;
  z-index: 100;
}

.skip-link:focus {
  transform: translateY(0);
}

.landing {
  background: var(--paper);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
}

.site-header {
  align-items: center;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: 274px 224px 1fr;
  min-height: 100px;
  padding: 0 clamp(28px, 4vw, 72px);
}

.logo-link {
  align-items: center;
  display: inline-flex;
  height: 65px;
  width: 254px;
}

.logo-link img {
  display: block;
  height: auto;
  width: 100%;
}

.header-phone,
.primary-call {
  align-items: center;
  background: var(--gold);
  border-radius: 14px;
  color: var(--ink);
  display: inline-flex;
  font-family: "Gotham", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  gap: 9px;
  justify-content: center;
  letter-spacing: 0.07em;
  line-height: 1;
  min-height: 54px;
  padding: 0 20px;
  transition: background 180ms ease, transform 180ms ease;
  white-space: nowrap;
}

.header-phone {
  justify-self: start;
  min-width: 224px;
}

.header-phone:hover,
.primary-call:hover {
  background: var(--gold-light);
  transform: translateY(-1px);
}

.header-phone span,
.header-phone strong {
  font-size: inherit;
  font-weight: inherit;
}

.header-status {
  align-items: center;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  gap: 10px;
  justify-self: end;
  letter-spacing: 0.14em;
  margin: 0;
  text-transform: uppercase;
}

.header-status span {
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(195, 139, 43, 0.13);
  height: 7px;
  width: 7px;
}

.stage {
  background: var(--paper);
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 28px;
  min-height: 610px;
  padding: 38px clamp(28px, 4vw, 72px) 42px;
}

.launch-message {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.launch-message h1 {
  color: var(--ink);
  font-size: clamp(34px, 3.1vw, 46px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 0;
  white-space: nowrap;
}

.launch-message p {
  color: var(--ink);
  font-size: clamp(17px, 1.4vw, 21px);
  font-weight: 500;
  line-height: 1.45;
  margin: 12px 0 0;
  white-space: nowrap;
}

.launch-message .location-kicker {
  color: #6f4b0d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.launch-message .fabrication-line {
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 700;
  margin-top: 12px;
}

.launch-message .coming-soon-copy {
  color: #404040;
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 400;
  margin-top: 7px;
}

.primary-content {
  display: grid;
  flex: 1;
  gap: 26px;
  grid-template-columns: minmax(430px, 44%) 1fr;
  min-height: 405px;
}

.offer-card {
  align-self: stretch;
  background: var(--cream);
  border-radius: 32px;
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.11);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 3.8vw, 54px);
}

.offer-label {
  align-self: flex-start;
  background: var(--gold);
  border-radius: 14px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0;
  padding: 11px 16px;
  text-transform: uppercase;
}

.offer-lockup {
  align-items: center;
  display: grid;
  gap: clamp(10px, 1vw, 15px);
  grid-template-columns: auto 2px minmax(150px, 1fr);
  margin-top: 26px;
  width: 100%;
}

.offer-price {
  align-items: baseline;
  color: var(--gold);
  display: grid;
  grid-template-columns: auto auto auto;
}

.offer-price sup {
  font-size: 30px;
  font-weight: 900;
  margin-right: 6px;
}

.offer-price strong {
  font-size: clamp(96px, 8vw, 124px);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.82;
}

.offer-price span {
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
  margin-left: 8px;
}

.offer-rule {
  background: var(--ink);
  height: 92px;
  width: 2px;
}

.offer-heading {
  color: var(--ink);
  display: grid;
  font-size: clamp(34px, 2.65vw, 39px);
  font-weight: 900;
  gap: 0;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0;
  max-width: 205px;
  min-width: 150px;
}

.offer-heading span {
  display: block;
  white-space: nowrap;
}

.offer-copy {
  color: var(--ink);
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 500;
  line-height: 1.65;
  margin: 25px 0 0;
  max-width: 490px;
}

.primary-call {
  font-size: 12px;
  font-weight: 700;
  gap: 12px;
  margin-top: 26px;
  width: 100%;
}

.primary-call svg {
  height: 18px;
  width: 18px;
}

.hero {
  border-radius: 32px;
  box-shadow: 0 18px 55px rgba(17, 17, 17, 0.1);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.hero img {
  display: block;
  filter: brightness(1.04) contrast(0.97);
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
  width: 100%;
}

.hero figcaption {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 14px;
  bottom: 22px;
  font-size: 15px;
  font-weight: 700;
  left: 22px;
  padding: 14px 20px;
  position: absolute;
}

.contact-footer {
  align-items: center;
  background: var(--paper);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 38px;
  grid-template-columns: auto 1fr;
  min-height: 96px;
  padding: 14px clamp(28px, 4vw, 72px);
}

.footer-intro {
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-meta {
  display: grid;
  gap: 8px;
}

.privacy-link {
  color: var(--ink);
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  width: max-content;
}

.privacy-link:hover {
  color: #6f4b0d;
}

.contact-details {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 205px));
  justify-content: end;
}

.contact-details a {
  align-content: center;
  border: 1px solid rgba(17, 17, 17, 0.15);
  border-radius: 14px;
  display: grid;
  gap: 5px;
  min-height: 60px;
  padding: 9px 20px;
  transition: border-color 180ms ease, transform 180ms ease;
}

.contact-details a:hover {
  border-color: var(--gold);
  transform: translateY(-1px);
}

.contact-details small {
  color: var(--ink);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-details strong {
  font-size: 14px;
  font-weight: 700;
}

.privacy-page {
  background: var(--cream);
}

.privacy-header {
  align-items: center;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 100px;
  padding: 0 clamp(28px, 4vw, 72px);
}

.privacy-content {
  background: var(--paper);
  border-radius: 28px;
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.08);
  margin: 54px auto;
  max-width: 900px;
  padding: clamp(32px, 5vw, 64px);
  width: calc(100% - 40px);
}

.back-link {
  align-items: center;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  margin-bottom: 40px;
}

.back-link:hover {
  color: #6f4b0d;
}

.privacy-kicker {
  color: #6f4b0d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.privacy-content h1 {
  font-size: clamp(38px, 6vw, 58px);
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 0;
}

.privacy-date {
  font-size: 13px;
  margin: 16px 0 0;
}

.privacy-intro {
  border-bottom: 1px solid var(--line);
  font-size: clamp(18px, 2vw, 21px);
  font-weight: 500;
  line-height: 1.65;
  margin: 36px 0 0;
  padding-bottom: 40px;
}

.privacy-content section {
  border-bottom: 1px solid var(--line);
  padding: 34px 0;
}

.privacy-content section:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.privacy-content h2 {
  font-size: clamp(21px, 2.4vw, 26px);
  letter-spacing: -0.025em;
  line-height: 1.25;
  margin: 0 0 16px;
}

.privacy-content p,
.privacy-content li,
.privacy-content address {
  font-size: 15px;
  line-height: 1.75;
}

.privacy-content p {
  margin: 0 0 14px;
}

.privacy-content p:last-child {
  margin-bottom: 0;
}

.privacy-content ul {
  margin: 12px 0 0;
  padding-left: 24px;
}

.privacy-content li + li {
  margin-top: 8px;
}

.privacy-content section a {
  color: #6f4b0d;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.privacy-contact address {
  font-style: normal;
  margin: 0;
}

.privacy-footer {
  align-items: center;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 900px;
  padding: 0 20px 42px;
  width: 100%;
}

.privacy-footer p {
  margin: 0;
}

.privacy-footer a {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-underline-offset: 4px;
}

@media (max-width: 1180px) {
  .site-header,
  .stage,
  .contact-footer {
    padding-left: 28px;
    padding-right: 28px;
  }

  .primary-content {
    grid-template-columns: minmax(400px, 46%) 1fr;
  }

  .contact-footer {
    gap: 24px;
  }

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

@media (max-width: 900px) {
  .site-header {
    gap: 14px;
    grid-template-columns: 1fr auto;
    min-height: 82px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .logo-link {
    height: 48px;
    width: 190px;
  }

  .header-phone {
    min-height: 44px;
    min-width: 0;
    padding: 0 14px;
  }

  .header-status {
    display: none;
  }

  .stage {
    gap: 22px;
    min-height: 0;
    padding: 34px 18px;
  }

  .launch-message h1 {
    font-size: clamp(32px, 8.6vw, 40px);
    white-space: normal;
  }

  .launch-message p {
    font-size: 17px;
    white-space: normal;
  }

  .launch-message .location-kicker {
    font-size: 11px;
  }

  .launch-message .fabrication-line {
    font-size: 17px;
  }

  .launch-message .coming-soon-copy {
    font-size: 14px;
  }

  .primary-content {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .offer-card {
    border-radius: 24px;
    padding: 28px 22px;
  }

  .offer-lockup {
    gap: 12px;
    grid-template-columns: auto 2px minmax(0, 1fr);
  }

  .offer-price sup {
    font-size: 22px;
  }

  .offer-price strong {
    font-size: clamp(72px, 21vw, 90px);
  }

  .offer-price span {
    font-size: 12px;
    margin-left: 7px;
  }

  .offer-rule {
    height: 78px;
  }

  .offer-heading {
    font-size: clamp(28px, 7.5vw, 32px);
    max-width: 175px;
    min-width: 0;
  }

  .hero {
    border-radius: 24px;
    height: 360px;
  }

  .contact-footer {
    align-items: start;
    gap: 14px;
    grid-template-columns: 1fr;
    padding: 20px 18px;
  }

  .contact-details {
    grid-template-columns: 1fr;
    justify-content: stretch;
    width: 100%;
  }

  .contact-details a {
    min-height: 58px;
    padding: 10px 16px;
  }

  .privacy-header {
    min-height: 82px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .privacy-content {
    margin-bottom: 28px;
    margin-top: 28px;
  }
}

@media (max-width: 480px) {
  .site-header {
    gap: 8px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .logo-link {
    height: 44px;
    max-width: 168px;
    width: 100%;
  }

  .header-phone {
    font-size: 10px;
    gap: 5px;
    min-height: 42px;
    padding: 0 10px;
  }

  .stage {
    padding-left: 14px;
    padding-right: 14px;
  }

  .offer-card {
    padding-left: 18px;
    padding-right: 18px;
  }

  .offer-lockup {
    gap: 9px;
  }

  .offer-price sup {
    font-size: 19px;
    margin-right: 3px;
  }

  .offer-price strong {
    font-size: clamp(62px, 20vw, 78px);
  }

  .offer-price span {
    font-size: 10px;
    margin-left: 4px;
  }

  .offer-heading {
    font-size: clamp(24px, 7vw, 29px);
  }

  .primary-call {
    letter-spacing: 0.045em;
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero {
    height: 300px;
  }

  .privacy-header {
    gap: 8px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .privacy-content {
    border-radius: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 28px 20px;
    width: calc(100% - 24px);
  }

  .privacy-content h1 {
    font-size: 38px;
  }

  .privacy-content p,
  .privacy-content li,
  .privacy-content address {
    font-size: 14px;
  }

  .privacy-footer {
    padding-bottom: 28px;
  }
}

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