/* The New Full — Home page
   Colors, exactly three, no fourth color anywhere:
   Navy #14202B / Gold #D9A441 / Ivory #F4EFE6
   No border-radius anywhere. System fonts only, no webfont loading. */

* { box-sizing: border-box; }

body {
  margin: 0;
  background: #F4EFE6;
  font-family: Georgia, 'Times New Roman', serif;
}

a { text-decoration: none; }

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* ===== Site Header ===== */
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(22px, 4vw, 56px);
  background: #14202B;
  border-bottom: 1px solid rgba(244,239,230,0.14);
  position: relative;
}

.site-header .brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.site-header .brand img { display: block; width: 26px; height: 26px; }

.site-header .wordmark {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.3em;
  color: #F4EFE6;
}

.site-header nav.desktop-nav {
  display: flex;
  gap: 34px;
}

.site-header nav.desktop-nav a:not(:last-child) {
  margin-right: 34px;
}

.site-header nav.desktop-nav a {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #F4EFE6;
}

.site-header nav.desktop-nav a:hover { color: #D9A441; }

.burger {
  display: none;
  width: 44px;
  height: 44px;
  margin-right: -10px;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
}

.burger span {
  display: block;
  position: absolute;
  left: 11px;
  width: 22px;
  height: 2px;
  background: #F4EFE6;
}

.burger span:nth-child(1) { top: 15px; }
.burger span:nth-child(2) { top: 21px; }
.burger span:nth-child(3) { top: 27px; }

.mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 20;
  flex-direction: column;
  background: #14202B;
  border-bottom: 1px solid rgba(244,239,230,0.14);
  box-shadow: 0 18px 34px rgba(0,0,0,0.32);
}

.mobile-menu.open { display: flex; }

.mobile-menu a {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #F4EFE6;
  padding: 20px clamp(22px, 4vw, 56px);
  border-top: 1px solid rgba(244,239,230,0.1);
}

.mobile-menu a:hover { color: #D9A441; }

.mobile-menu a.cta {
  color: #14202B;
  background: #D9A441;
  border-top: none;
}

@media (max-width: 760px) {
  .site-header nav.desktop-nav { display: none; }
  .burger { display: block; }
}

/* ===== Hero band ===== */
.hero {
  background: #14202B;
  padding: clamp(40px,6vw,88px) clamp(22px,4vw,56px) clamp(48px,7vw,104px);
}

.hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(32px,5vw,72px);
  align-items: center;
}

.hero-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(18px,2.4vw,30px);
}

.hero-eyebrow {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.34em;
  color: #D9A441;
}

.hero-text h1 {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: clamp(38px,6.4vw,76px);
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: #F4EFE6;
  margin: 0;
}

.hero-rule {
  width: 72px;
  height: 2px;
  background: #D9A441;
}

.hero-subhead {
  font-family: Georgia, serif;
  font-size: clamp(18px,2.1vw,22px);
  line-height: 1.55;
  color: rgba(244,239,230,0.82);
  max-width: 30ch;
  margin: 0;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 4px;
}

.btn-primary {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.16em;
  color: #14202B;
  background: #D9A441;
  padding: 19px 32px;
  transition: background 120ms ease, color 120ms ease;
}

.btn-primary:hover { background: #F4EFE6; color: #14202B; }

.btn-secondary {
  font-family: Georgia, serif;
  font-size: 17px;
  color: #F4EFE6;
  border-bottom: 1px solid rgba(217,164,65,0.7);
  padding-bottom: 3px;
  transition: color 120ms ease;
}

.btn-secondary:hover { color: #D9A441; }

.hero-image {
  position: relative;
  align-self: stretch;
  min-height: clamp(260px,44vw,480px);
  overflow: hidden;
}

.hero-image img {
  width: 100%;
  height: 100%;
  min-height: clamp(260px,44vw,480px);
  object-fit: cover;
  object-position: 50% 46%;
  display: block;
}

.hero-image .hairline {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(217,164,65,0.35);
  pointer-events: none;
}

/* ===== Our Story teaser band ===== */
.story-teaser {
  background: #F4EFE6;
  padding: clamp(56px,8vw,104px) clamp(22px,4vw,56px) clamp(64px,8vw,112px);
}

.story-teaser-inner {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
}

.story-eyebrow {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.34em;
  color: #D9A441;
}

.story-teaser p {
  font-family: Georgia, serif;
  font-size: clamp(20px,2.5vw,26px);
  line-height: 1.6;
  color: #14202B;
  margin: 0;
}

.story-link {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #14202B;
  border-bottom: 2px solid #D9A441;
  padding-bottom: 5px;
  margin-top: 6px;
  transition: color 120ms ease;
}

.story-link:hover { color: #D9A441; }

/* ===== Site Footer ===== */
.site-footer {
  background: #14202B;
  padding: 72px 56px 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}

.footer-lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.footer-lockup img { display: block; width: 34px; height: 34px; }

.footer-wordmark-group { display: flex; flex-direction: column; align-items: center; }

.footer-eyebrow {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.35em;
  color: #D9A441;
  margin-bottom: 6px;
}

.footer-wordmark {
  font-family: Arial, sans-serif;
  font-weight: 900;
  font-size: 34px;
  line-height: 0.9;
  letter-spacing: -0.02em;
  color: #F4EFE6;
}

.footer-tagline {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 17px;
  color: rgba(244,239,230,0.72);
  margin: 0;
}

.footer-divider {
  width: 60px;
  height: 1px;
  background: rgba(217,164,65,0.5);
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
}

.footer-nav a { margin: 0 14px; }

.footer-nav a {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: rgba(244,239,230,0.8);
  transition: color 120ms ease;
}

.footer-nav a:hover { color: #D9A441; }

.footer-copyright {
  font-family: Georgia, serif;
  font-size: 13px;
  color: rgba(244,239,230,0.45);
  margin: 0;
}
