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

:root {
  --bone:  #f5f3ef;
  --ink:   #0f0f0d;
  --dark:  #111110;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans:  'DM Sans', system-ui, sans-serif;
  --inter: 'Inter', system-ui, sans-serif;
  --pad:   clamp(28px, 5vw, 80px);
  --max:   1040px;
}

html { font-family: var(--sans); -webkit-font-smoothing: antialiased; background: var(--dark); color: var(--bone); scroll-behavior: smooth; }
body { overflow-x: hidden; }

/* MAX WIDTH WRAPPER */
.inner {
  max-width: var(--max);
  margin: 0 auto;
  width: 100%;
}

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 var(--pad); height: 64px;
  background: #f0eeea; border-bottom: 1px solid rgba(0,0,0,0.08);
}
.nav-logo {
  font-family: var(--inter); font-size: 11px; font-weight: 400;
  letter-spacing: 0.18em; text-transform: uppercase; color: #1a1a18;
  text-decoration: none; opacity: 0; animation: fadeIn 0.8s 0.1s forwards;
}
.nav-links {
  display: flex; align-items: center; gap: 40px; list-style: none;
  opacity: 0; animation: fadeIn 0.8s 0.2s forwards;
}
.nav-links a {
  font-family: var(--inter); font-size: 11px; font-weight: 400;
  letter-spacing: 0.12em; text-transform: uppercase; color: #6b6961;
  text-decoration: none; transition: color 0.2s;
}
.nav-links a:hover { color: #1a1a18; }
.nav-links .nav-cta { color: #1a1a18; }
.hamburger { display: none; flex-direction: column; gap: 6px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 1px; background: #1a1a18; }
.mobile-menu {
  display: none; position: fixed; inset: 0; background: var(--bone); z-index: 99;
  flex-direction: column; justify-content: center; padding: 80px var(--pad); gap: 8px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: var(--serif); font-size: clamp(36px, 8vw, 52px); font-weight: 300;
  color: var(--ink); text-decoration: none; line-height: 1.25;
  opacity: 0; transform: translateY(10px); transition: opacity 0.3s, transform 0.3s;
}
.mobile-menu.open a { opacity: 1; transform: translateY(0); }
.mobile-menu.open a:nth-child(2) { transition-delay: 0.05s; }
.mobile-menu.open a:nth-child(3) { transition-delay: 0.10s; }
.mobile-menu.open a:nth-child(4) { transition-delay: 0.15s; }
.mobile-menu .m-cta { font-family: var(--serif) !important; font-size: clamp(36px, 8vw, 52px) !important; font-weight: 300; letter-spacing: 0; text-transform: none; border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.mobile-close { position: absolute; top: 28px; right: var(--pad); background: none; border: none; font-family: var(--serif); font-size: 28px; color: var(--ink); cursor: pointer; }

/* HERO */
#hero {
  background: var(--dark);
  display: flex; flex-direction: column; justify-content: center;
  padding: 120px var(--pad) 100px; position: relative;
}
.hero-body {
  display: flex; flex-direction: column; align-items: flex-start; gap: 36px;
  max-width: 100%; opacity: 0; animation: rise 1s 0.4s forwards;
}
.hero-headline {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(36px, 4.5vw, 62px); line-height: 1.08;
  letter-spacing: -0.01em; color: var(--bone);
}
.hero-headline em { font-style: italic; }
.hero-cta {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--inter); font-size: 11px; font-weight: 400;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ink); background: var(--bone); text-decoration: none;
  padding: 17px 40px; transition: background 0.25s, gap 0.3s;
}
.hero-cta:hover { background: rgba(245,243,239,0.85); gap: 20px; }
.hero-bottom {
  position: absolute; bottom: 0; left: 0; right: 0;
  display: flex; justify-content: flex-end;
  padding: 20px var(--pad);
  border-top: 1px solid rgba(245,243,239,0.12);
  opacity: 0; animation: fadeIn 1s 0.9s forwards;
}
.hero-tagline {
  font-family: var(--inter); font-size: 11px; font-weight: 300;
  letter-spacing: 0.2em; text-transform: uppercase; color: rgba(245,243,239,0.22);
}

/* PERSPECTIVE */
#perspective { background: #22221f; padding: 48px var(--pad) 48px; }
.bobbin-wrap { display: flex; justify-content: center; padding: 8px 0; }
.bobbin-wrap svg { width: 168px; height: 168px; opacity: 0.85; }
.perspective-opener {
  background: rgba(245,243,239,0.05); border: 1px solid rgba(245,243,239,0.09);
  padding: clamp(32px, 5vw, 64px) clamp(28px, 5vw, 60px);
  margin-bottom: 40px; margin-top: 8px;
}
.perspective-opener-quote {
  font-family: var(--serif); font-style: italic; font-weight: 300;
  font-size: clamp(18px, 2.2vw, 28px); line-height: 1.65;
  color: #c8c5bf;
}
.pillars-label {
  font-family: var(--inter); font-size: 11px; font-weight: 400;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(245,243,239,0.3); padding-bottom: 24px; padding-top: 48px; display: block;
}
.pillars { display: flex; flex-direction: column; border-top: 1px solid rgba(245,243,239,0.12); }
.pillar {
  padding: 32px 0 32px 24px; border-bottom: 1px solid rgba(245,243,239,0.12);
  cursor: default; position: relative; transition: background 0.4s;
}
.pillar:hover { background: rgba(245,243,239,0.02); }
.pillar-line {
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: transparent; transition: background 0.4s;
}
.pillar:hover .pillar-line { background: rgba(245,243,239,0.25); }
.pillar-title {
  font-family: var(--serif); font-size: clamp(22px, 2.2vw, 28px); font-weight: 300;
  color: #d8d5cf; transition: color 0.4s; line-height: 1.2;
}
.pillar:hover .pillar-title { color: #f5f3ef; }
.pillar-desc {
  font-family: var(--sans); font-size: 16px; font-weight: 300; line-height: 1.85;
  color: #9a9790; max-height: 0; overflow: hidden;
  transition: color 0.3s, max-height 0.6s ease, margin-top 0.4s; margin-top: 0;
}
.pillar:hover .pillar-desc { color: #c8c5bf; max-height: 400px; margin-top: 14px; }

.perspective-label-wrap {
  padding: 24px 0 0;
}

/* BOBBIN */
#offerings { background: var(--bone); padding: 48px var(--pad) 64px; }
.off-top {
  margin-bottom: 48px;
}
.off-label-inter {
  font-family: var(--inter); font-size: 11px; font-weight: 400;
  letter-spacing: 0.14em; text-transform: uppercase; color: #8a887f;
  display: block; margin-bottom: 20px;
}
.off-opener {
  background: rgba(15,15,13,0.04);
  border: 1px solid rgba(15,15,13,0.08);
  padding: clamp(28px, 4vw, 52px) clamp(24px, 4vw, 48px);
}
.off-headline {
  font-family: var(--serif); font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 300; font-style: italic; line-height: 1.5; color: rgba(15,15,13,0.55);
}
.off-micro {
  font-family: var(--serif); font-size: 14px; font-weight: 300;
  font-style: italic; color: #8a887f; margin-bottom: 28px; display: block;
}
.off-section-label {
  font-family: var(--inter); font-size: 11px; font-weight: 400;
  letter-spacing: 0.14em; text-transform: uppercase; color: #8a887f;
  padding: 48px 0 24px; display: block; text-align: left;
}

/* Top RS row */
.off-rs {
  background: #f5f3ef;
  padding: 52px 0 52px;
  border-bottom: 1px solid rgba(15,15,13,0.08);
}
.off-rs-label {
  font-family: var(--inter); font-size: 11px; font-weight: 400;
  letter-spacing: 0.14em; text-transform: uppercase; color: #8a887f;
  display: block; margin-bottom: 16px;
}
.off-rs-name {
  font-family: var(--serif); font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 300; color: var(--ink); line-height: 1.1;
  display: block; margin-bottom: 20px;
}
.off-rs-desc {
  font-family: var(--sans); font-size: 16px; font-weight: 300;
  color: #6b6961; line-height: 1.75;
}

/* Bottom two boxes */
.off-list {
  display: grid; grid-template-columns: 1fr 1fr;
}
.off-list-item {
  padding: 48px clamp(48px, 6vw, 72px) 56px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  position: relative; z-index: 1; cursor: default;
  border-top: 3px solid transparent;
}
.off-list-item:hover {
  transform: scale(1.03);
  box-shadow: 0 20px 52px rgba(0,0,0,0.18);
  z-index: 2;
}
.off-list-item:nth-child(1) { background: #1a1a18; }
.off-list-item:nth-child(2) { background: #6b6961; }

.off-list-item:nth-child(1):hover { border-top-color: rgba(245,243,239,0.35); }
.off-list-item:nth-child(2):hover { border-top-color: rgba(245,243,239,0.5); }

.off-list-item:nth-child(1) .off-list-name { color: rgba(245,243,239,0.9); }
.off-list-item:nth-child(1) .off-sub-list li { color: rgba(245,243,239,0.5); }

.off-list-item:nth-child(2) .off-list-name { color: rgba(245,243,239,0.95); }
.off-list-item:nth-child(2) .off-sub-list li { color: rgba(245,243,239,0.55); }

.off-list-name {
  font-family: var(--serif); font-size: clamp(22px, 2.2vw, 28px); font-weight: 300;
  line-height: 1.2; display: block; margin-bottom: 18px;
}
.off-sub-list { list-style: none; padding-left: 4px; }
.off-sub-list li {
  font-family: var(--sans); font-size: 16px; font-weight: 300; line-height: 1.8;
  padding-left: 12px; position: relative;
}

/* CONTACT */
#contact {
  background: #111110; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 80px var(--pad) 72px; text-align: center; position: relative;
}
.contact-eyebrow {
  font-family: var(--inter); font-size: 11px; font-weight: 400;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(245,243,239,0.45); margin-bottom: 28px; display: block;
}
.contact-headline {
  font-family: var(--serif); font-size: clamp(30px, 4vw, 52px); font-weight: 400;
  line-height: 1.15; color: var(--bone); margin-bottom: 20px; max-width: 680px;
}
.contact-headline em { font-style: italic; font-weight: 300; }
.contact-sub {
  font-family: var(--sans); font-size: 16px; font-weight: 300; line-height: 1.75;
  color: rgba(245,243,239,0.5); margin-bottom: 48px; max-width: 460px; white-space: nowrap;
}
.contact-btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--inter); font-size: 11px; font-weight: 400;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--bone);
  background: transparent; border: 1px solid rgba(245,243,239,0.5);
  padding: 18px 52px; text-decoration: none; transition: background 0.25s, border-color 0.25s;
}
.contact-btn:hover { background: rgba(245,243,239,0.07); border-color: var(--bone); }
.site-footer {
  background: var(--dark);
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px var(--pad); border-top: 1px solid rgba(245,243,239,0.06);
}
.footer-left, .footer-right {
  font-family: var(--inter); font-size: 11px; font-weight: 300;
  letter-spacing: 0.16em; text-transform: uppercase; color: rgba(245,243,239,0.2);
}


    /* FORM STATUS */
    .form-status {
      display: none;
      width: 100%;
      max-width: 760px;
      text-align: center;
      padding: 24px 0;
    }
    .form-status.visible { display: block; }
    .form-status-title {
      font-family: var(--inter);
      font-size: 11px;
      font-weight: 400;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      margin-bottom: 8px;
      color: rgba(245, 243, 239, 0.6);
    }
    .form-status.error .form-status-title { color: rgba(243, 216, 216, 0.78); }
    .form-status-copy {
      font-family: var(--serif);
      font-size: clamp(22px, 2.4vw, 30px);
      font-weight: 300;
      line-height: 1.3;
      color: var(--bone);
    }
    .form-status.error .form-status-copy {
      font-family: var(--sans);
      font-size: 16px;
      line-height: 1.7;
      color: #f3d8d8;
    }
    .contact-form {
      width: 100%;
      max-width: 760px;
      display: flex;
      flex-direction: column;
      gap: 22px;
      transition: opacity 0.3s ease;
    }
    .contact-form.is-hidden { display: none; }
    .contact-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
      width: 100%;
    }
    .field {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
      text-align: left;
    }
    .field label {
      font-family: var(--inter);
      font-size: 11px;
      font-weight: 400;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: rgba(245, 243, 239, 0.62);
    }
    .field input, .field select, .field textarea {
      width: 100%;
      background: rgba(245, 243, 239, 0.04);
      border: 1px solid rgba(245, 243, 239, 0.18);
      color: var(--bone);
      padding: 16px 18px;
      font-family: var(--sans);
      font-size: 16px;
      font-weight: 300;
      line-height: 1.5;
      outline: none;
      transition: border-color 0.25s, background 0.25s;
      border-radius: 0;
      appearance: none;
      -webkit-appearance: none;
    }
    .field input::placeholder, .field textarea::placeholder {
      color: rgba(245, 243, 239, 0.34);
    }
    .field input:focus, .field select:focus, .field textarea:focus {
      border-color: rgba(245, 243, 239, 0.5);
      background: rgba(245, 243, 239, 0.07);
    }
    .field textarea { resize: vertical; min-height: 160px; }
    .select-wrap { position: relative; width: 100%; }
    .select-wrap select {
      padding-right: 48px;
      background-color: rgba(245, 243, 239, 0.04);
      color: var(--bone);
    }
    .select-wrap select option { background: #1c1f2a; color: #f5f3ef; }
    .select-arrow {
      position: absolute; right: 18px; top: 50%;
      transform: translateY(-50%);
      color: rgba(245, 243, 239, 0.6);
      font-size: 14px; pointer-events: none; line-height: 1;
    }
    .contact-form .contact-btn { align-self: center; margin-top: 8px; }
    .honeypot { position: absolute; left: -9999px; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.75s ease, transform 0.75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ANIMATIONS */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

/* MOBILE */
@media (max-width: 700px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero-headline br { display: none; }

  #hero { padding: 80px var(--pad) 60px; }

  #perspective { padding: 48px var(--pad) 48px; }
  .perspective-opener { padding: 28px 24px; }
  .perspective-opener-quote { font-size: clamp(17px, 4.5vw, 22px); }
  .pillar { padding: 28px var(--pad) 28px 36px; }

  #offerings { padding: 40px var(--pad) 60px; }
  .off-rs { padding: 24px 0; }
  .off-rs-name { font-size: clamp(22px, 5.5vw, 32px); }
  .off-list { grid-template-columns: 1fr; }
  .off-list-item {
    border-right: none;
    border-bottom: 1px solid rgba(15,15,13,0.1);
    padding: 32px var(--pad);
  }

  #contact { padding: 72px var(--pad) 80px; }
  .contact-headline { font-size: clamp(26px, 7vw, 40px); }
  .contact-sub { max-width: 100%; white-space: normal; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form { max-width: 100%; }
  .site-footer { padding: 16px var(--pad); }
  .footer-right { display: none; }
}
.contact-headline { white-space: nowrap; }
@media (max-width: 768px) { .contact-headline { white-space: normal; } }

/* V15 ADDITIONS */
.hero-links {
  display: flex; flex-wrap: wrap; gap: 36px; list-style: none;
}
.hero-links a {
  font-family: var(--inter); font-size: 11px; font-weight: 400;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(245,243,239,0.55); text-decoration: none; transition: color 0.2s;
}
.hero-links a:hover, .hero-links a.hero-links-cta { color: var(--bone); }
.page-title {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(36px, 4.5vw, 62px); line-height: 1.08;
  letter-spacing: -0.01em; display: block;
}
#perspective.page { padding-top: 112px; }
#perspective .page-title { color: var(--bone); }
#offerings.page { padding-top: 112px; }
#offerings .page-title { color: var(--ink); }
#contact.page { padding-top: 144px; }
@media (max-width: 700px) {
  #perspective.page, #offerings.page { padding-top: 96px; }
  #contact.page { padding-top: 120px; }
  .hero-links { gap: 24px; }
}
