:root {
  --ink: #1d1f23;
  --ink-soft: #292929;
  --paper: #f1efe9;
  --white: #ffffff;
  --gold: #ac9f69;
  --gold-light: #c7bb87;
  --line: rgba(255, 255, 255, 0.17);
  --dark-line: rgba(29, 31, 35, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.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;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

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

.page-shell {
  width: min(1290px, calc(100% - 96px));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 20;
  height: 104px;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.brand img {
  width: 235px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.main-nav > a:not(.nav-cta) {
  position: relative;
  padding: 12px 0;
}

.main-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 6px;
  height: 1px;
  background: var(--gold);
  transition: right .25s ease;
}

.main-nav > a:hover::after {
  right: 0;
}

.nav-cta,
.button {
  min-height: 50px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  border: 1px solid var(--gold);
  border-radius: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.nav-cta:hover,
.button-gold {
  background: var(--gold);
  color: var(--ink);
}

.button-gold:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
}

.menu-toggle {
  display: none;
}

.hero {
  min-height: 930px;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center 65%;
  animation: heroReveal 1.1s ease-out both;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(10,11,12,.85) 0%, rgba(10,11,12,.46) 47%, rgba(10,11,12,.2) 100%), linear-gradient(0deg, rgba(10,11,12,.55), transparent 45%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 80px;
}

.eyebrow {
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

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

h1, h2, h3, blockquote, p {
  margin-top: 0;
}

h1,
h2,
blockquote {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -.045em;
}

h1 {
  max-width: 950px;
  margin-bottom: 30px;
  font-size: clamp(64px, 7.2vw, 116px);
  line-height: .92;
}

.hero-lead {
  max-width: 690px;
  margin-bottom: 38px;
  font-size: 20px;
  line-height: 1.6;
  color: rgba(255,255,255,.82);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 38px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255,255,255,.55);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
}

.hero-meta {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.hero-meta > div {
  min-height: 116px;
  display: flex;
  align-items: center;
  gap: 22px;
  border-right: 1px solid var(--line);
}

.hero-meta > div:last-child {
  border-right: 0;
  padding-left: 40px;
}

.hero-meta > div:nth-child(2) {
  padding-left: 40px;
}

.hero-meta strong {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: .1em;
}

.hero-meta span {
  font-size: 14px;
  line-height: 1.45;
}

.intro-section {
  padding: 145px 0;
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 110px;
  align-items: center;
}

.section-copy h2,
.section-heading h2,
.space-copy h2,
.faq-title h2,
.contact-copy h2 {
  margin-bottom: 34px;
  font-size: clamp(46px, 5.2vw, 78px);
  line-height: 1.02;
}

.section-copy > p:not(.eyebrow),
.space-copy > p:not(.eyebrow),
.section-heading > p,
.split-heading > p,
.contact-copy > p:not(.eyebrow) {
  color: rgba(255,255,255,.68);
}

.large-copy {
  font-size: 20px;
  color: var(--white) !important;
}

.dark-link {
  margin-top: 18px;
}

.intro-figure {
  margin: 0;
}

.intro-figure img {
  width: 100%;
  aspect-ratio: 1.48;
  object-fit: cover;
  filter: saturate(.7);
}

.intro-figure figcaption {
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  color: rgba(255,255,255,.52);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.advantages-section {
  padding: 140px 0;
  background: var(--paper);
  color: var(--ink);
}

.split-heading {
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 80px;
  align-items: center;
}

.pricing-heading {
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 100px;
  align-items: end;
}

.split-heading h2,
.pricing-heading h2 {
  max-width: 800px;
  margin-bottom: 0;
}

.pricing-heading > p {
  margin-bottom: 7px;
  color: rgba(255,255,255,.68);
  font-size: 18px;
}

.offer-carousel {
  min-width: 0;
  position: relative;
  touch-action: pan-y;
}

.carousel-viewport { overflow: hidden; background: #d9d6ce; }
.carousel-track { display: flex; transition: transform .65s cubic-bezier(.22,.61,.36,1); }
.carousel-slide { margin: 0; flex: 0 0 100%; aspect-ratio: 4 / 3; }
.carousel-slide img { width: 100%; height: 100%; object-fit: cover; }

.carousel-arrow {
  width: 46px;
  height: 46px;
  padding: 0;
  position: absolute;
  top: calc(50% - 17px);
  z-index: 2;
  transform: translateY(-50%);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 50%;
  background: rgba(17,18,20,.55);
  color: white;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease;
}
.carousel-arrow:hover, .carousel-arrow:focus-visible { border-color: var(--gold-light); background: var(--gold); color: var(--ink); }
.carousel-prev { left: 16px; }
.carousel-next { right: 16px; }
.carousel-footer { margin-top: 15px; display: flex; align-items: center; justify-content: space-between; color: rgba(29,31,35,.58); font-size: 10px; letter-spacing: .12em; }
.carousel-dots { display: flex; gap: 8px; }
.carousel-dots button { width: 26px; height: 2px; padding: 0; border: 0; background: rgba(29,31,35,.24); cursor: pointer; }
.carousel-dots button.active { background: var(--gold); }

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--dark-line);
}

.advantage {
  min-height: 315px;
  padding: 28px 30px 12px 0;
  border-right: 1px solid var(--dark-line);
}

.advantage:not(:first-child) {
  padding-left: 30px;
}

.advantage:last-child {
  border-right: 0;
}

.advantage-number {
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
}

.advantage h3 {
  max-width: 230px;
  margin: 72px 0 18px;
  font-size: 24px;
  line-height: 1.15;
}

.advantage p {
  margin-bottom: 0;
  color: rgba(29,31,35,.65);
  font-size: 15px;
}

.space-section {
  padding: 140px 0;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 110px;
  align-items: center;
}

.space-photo {
  position: relative;
}

.space-photo img {
  width: 100%;
  min-height: 670px;
  object-fit: cover;
}

.feature-list {
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
  border-top: 1px solid var(--line);
}

.feature-list li {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.feature-list li::before {
  content: "—";
  margin-right: 12px;
  color: var(--gold);
}

.pricing-section {
  padding: 140px 0 120px;
  background: #151619;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
}

.price-card {
  min-height: 530px;
  padding: 38px 30px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-right: 0;
  background: var(--ink-soft);
}

.price-card:last-child {
  border-right: 1px solid var(--line);
}

.price-card.featured {
  transform: translateY(-16px);
  border: 1px solid var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.recommended {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 12px;
  background: var(--ink);
  color: var(--white);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.price-card h3 {
  margin-bottom: 54px;
  font-size: 20px;
}

.price {
  margin-bottom: 0;
  font-size: clamp(38px, 3.4vw, 52px);
  font-weight: 600;
  letter-spacing: -.05em;
  line-height: 1;
}

.price-suffix {
  margin-top: 8px;
  color: rgba(255,255,255,.55);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.featured .price-suffix {
  color: rgba(29,31,35,.65);
}

.plan-description {
  min-height: 74px;
  margin: 28px 0;
  color: rgba(255,255,255,.67);
  font-size: 14px;
}

.featured .plan-description {
  color: rgba(29,31,35,.7);
}

.price-card ul {
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
  font-size: 13px;
}

.price-card li {
  padding: 9px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.price-card li::before {
  content: "✓";
  margin-right: 9px;
  color: var(--gold);
}

.featured li {
  border-color: rgba(29,31,35,.14);
}

.featured li::before {
  color: var(--ink);
}

.price-card > a {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid currentColor;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pricing-note {
  margin: 24px 0 0;
  color: rgba(255,255,255,.48);
  font-size: 12px;
}

.community-section {
  min-height: 720px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.community-section > img,
.community-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.community-section > img {
  object-fit: cover;
  filter: grayscale(1);
}

.community-shade {
  background: linear-gradient(90deg, rgba(12,13,15,.88), rgba(12,13,15,.45) 65%, rgba(12,13,15,.2));
}

.community-content {
  position: relative;
  z-index: 1;
}

.community-content blockquote {
  max-width: 850px;
  margin: 0 0 30px;
  font-size: clamp(48px, 5.8vw, 86px);
  line-height: 1.02;
}

.community-content > p:last-child {
  max-width: 620px;
  color: rgba(255,255,255,.72);
  font-size: 18px;
}

.faq-section {
  padding: 140px 0;
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 100px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  padding: 25px 46px 25px 0;
  position: relative;
  cursor: pointer;
  list-style: none;
  font-size: 19px;
  font-weight: 600;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 8px;
  color: var(--gold);
  font-size: 25px;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 680px;
  padding: 0 50px 26px 0;
  color: rgba(255,255,255,.64);
}

.contact-section {
  padding: 140px 0;
  background: var(--paper);
  color: var(--ink);
}

.contact-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 120px;
}

.contact-copy > p:not(.eyebrow) {
  max-width: 500px;
  color: rgba(29,31,35,.7);
  font-size: 18px;
}

.contact-details {
  margin-top: 58px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-details a {
  width: fit-content;
  border-bottom: 1px solid var(--ink);
  font-weight: 600;
}

.contact-details address {
  font-style: normal;
  color: rgba(29,31,35,.68);
}

.contact-form {
  padding: 42px;
  background: var(--white);
  box-shadow: 0 20px 60px rgba(29,31,35,.08);
}

.contact-form label {
  display: block;
  margin-bottom: 24px;
}

.contact-form label > span {
  display: block;
  margin-bottom: 8px;
  color: rgba(29,31,35,.66);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid rgba(29,31,35,.28);
  border-radius: 0;
  outline: none;
  background: transparent;
  color: var(--ink);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.contact-form .button {
  width: 100%;
  border: 0;
}

.form-note {
  margin: 12px 0 0;
  color: rgba(29,31,35,.52);
  font-size: 11px;
  text-align: center;
}

.location-section {
  padding-top: 110px;
  background: #17181b;
}

.location-heading {
  margin-bottom: 55px;
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 80px;
  align-items: end;
}

.location-heading h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(56px, 6vw, 90px);
  line-height: .98;
}

.location-details {
  padding-bottom: 8px;
}

.location-details address {
  margin-bottom: 22px;
  color: rgba(255,255,255,.7);
  font-style: normal;
  line-height: 1.65;
}

.location-details a {
  display: inline-flex;
  gap: 12px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--gold);
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.location-map {
  height: 560px;
  overflow: hidden;
  background: #ddd;
}

.location-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.site-footer {
  padding: 92px 0 28px;
  background: #111214;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.15fr .95fr .55fr;
  gap: 90px;
  align-items: start;
}

.footer-branding img {
  width: 245px;
}

.footer-branding h2 {
  max-width: 510px;
  margin: 42px 0 0;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.02;
}

.footer-label {
  margin: 0 0 22px;
  color: rgba(255,255,255,.45);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.footer-newsletter form {
  display: flex;
  border-bottom: 1px solid rgba(255,255,255,.34);
}

.footer-newsletter input {
  min-width: 0;
  flex: 1;
  padding: 14px 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: white;
  font: inherit;
}

.footer-newsletter input::placeholder {
  color: rgba(255,255,255,.48);
}

.footer-newsletter button {
  padding: 0 0 0 18px;
  border: 0;
  background: transparent;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

.footer-menu nav {
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.footer-menu a:hover,
.footer-bottom a:hover {
  color: var(--gold);
}

.footer-bottom {
  margin-top: 80px;
  padding-top: 22px;
  display: flex;
  justify-content: flex-start;
  gap: 42px;
  border-top: 1px solid var(--line);
  color: rgba(255,255,255,.36);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@keyframes heroReveal {
  from { opacity: 0; transform: scale(1.03); }
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 1100px) {
  .site-header { padding-inline: 30px; }
  .main-nav { gap: 18px; }
  .page-shell { width: min(100% - 56px, 1290px); }
  .intro-section, .space-section { gap: 60px; }
  .advantages-grid { grid-template-columns: repeat(2, 1fr); }
  .advantage:nth-child(2) { border-right: 0; }
  .advantage:nth-child(3), .advantage:nth-child(4) { border-top: 1px solid var(--dark-line); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .price-card:nth-child(2) { border-right: 1px solid var(--gold); }
  .price-card.featured { transform: none; }
  .contact-grid { gap: 60px; }
}

@media (max-width: 820px) {
  .page-shell { width: calc(100% - 38px); }
  .site-header { height: 84px; padding-inline: 19px; }
  .brand img { width: 190px; }
  .menu-toggle {
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid rgba(255,255,255,.45);
    background: transparent;
  }
  .menu-toggle span { width: 18px; height: 1px; background: white; }
  .main-nav {
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    padding: 30px 22px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    background: #111214;
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 0; }
  .nav-cta { margin-top: 8px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { border-right: 1px solid var(--line); border-bottom: 0; }
  .price-card:last-child { border-bottom: 1px solid var(--line); }
  .hero { min-height: 780px; height: 100svh; align-items: flex-start; }
  .hero-image { object-position: 57% center; }
  .hero-content { padding-top: 180px; }
  h1 { font-size: clamp(50px, 14.5vw, 80px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-meta { display: none; }
  .intro-section, .space-section, .faq-section, .contact-grid { grid-template-columns: 1fr; }
  .intro-section, .space-section, .faq-section { padding: 90px 0; gap: 55px; }
  .section-copy h2, .section-heading h2, .space-copy h2, .faq-title h2, .contact-copy h2 { font-size: 46px; }
  .intro-figure { order: -1; }
  .advantages-section, .pricing-section, .contact-section { padding: 90px 0; }
  .split-heading, .pricing-heading { grid-template-columns: 1fr; margin-bottom: 50px; }
  .split-heading { gap: 40px; }
  .pricing-heading { gap: 22px; }
  .space-photo img { min-height: 440px; }
  .space-copy { padding-inline: 4px; }
  .price-card.featured { transform: none; }
  .community-section { min-height: 680px; }
  .community-content blockquote { font-size: 48px; }
  .contact-grid { gap: 55px; }
  .location-section { padding-top: 90px; }
  .location-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 42px; }
  .location-heading h2 { font-size: 48px; }
  .location-map { height: 440px; }
  .footer-main { grid-template-columns: 1fr; gap: 48px; }
  .footer-branding h2 { margin-top: 30px; }
  .footer-bottom { flex-wrap: wrap; gap: 12px 28px; }
}

@media (max-width: 560px) {
  .advantages-grid, .feature-list, .form-row { grid-template-columns: 1fr; }
  .advantage { min-height: 255px; padding: 26px 0 !important; border-right: 0; border-bottom: 1px solid var(--dark-line); }
  .advantage:not(:first-child) { border-top: 0; }
  .advantage h3 { margin-top: 46px; }
  .price-card { min-height: 490px; border-right: 1px solid var(--line); border-bottom: 0; }
  .price-card:last-child { border-bottom: 1px solid var(--line); }
  .contact-form { padding: 30px 22px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .carousel-track { transition: none; }
}
