:root {
  --nt-brown: #271206;
  --nt-coffee: #6f3f24;
  --nt-caramel: #b15019;
  --nt-cream: #fff7ef;
  --nt-ink: #201f1f;
  --nt-muted: #6d625b;
  --nt-blue: #030541;
  --nt-radius: 1.4rem;
}

body.nt-barista-light {
  color: var(--nt-ink);
  line-height: 1.75;
  background: #fff;
  text-rendering: optimizeLegibility;
}

a { color: var(--nt-caramel); text-decoration: none; }
a:hover { color: var(--nt-brown); }

.skip-link { position: absolute; top: .5rem; left: .5rem; z-index: 2000; }
.nt-top-bar { background: var(--nt-brown); color: rgba(255,255,255,.88); }
.nt-top-bar a { color: #fff; }
.nt-site-header .navbar { min-height: 82px; }
.nt-logo-mark { width: 42px; height: 42px; border-radius: 50%; display: inline-grid; place-items: center; color: #fff; background: var(--nt-caramel); }
.navbar-nav .nav-link { font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: .86rem; color: var(--nt-ink); padding-inline: 1rem; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: var(--nt-caramel); }

.nt-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 8vw, 8rem) 0;
  background:
    radial-gradient(circle at 82% 12%, rgba(177, 80, 25, .16), transparent 28rem),
    linear-gradient(135deg, #fffaf4 0%, #f5e5d7 52%, #fff 100%);
}
.nt-hero:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: min(65vw, 760px);
  opacity: .16;
  border-radius: 0 0 45% 0;
  background: linear-gradient(135deg, var(--nt-coffee), var(--nt-brown));
}
.nt-hero .container { position: relative; z-index: 1; }
.nt-eyebrow { text-transform: uppercase; letter-spacing: .22em; color: var(--nt-caramel); font-weight: 800; font-size: .78rem; }
.nt-hero h1 { font-size: clamp(2.6rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.06em; font-weight: 900; max-width: 850px; }
.nt-hero .lead { color: var(--nt-muted); max-width: 650px; font-size: 1.15rem; }
.nt-btn-primary, .nt-btn-outline, .btn.nt-btn-primary, .btn.nt-btn-outline {
  border-radius: 0;
  padding: 1rem 1.6rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 800;
}
.nt-btn-primary { background: var(--nt-blue); color: #fff; border: 2px solid var(--nt-blue); }
.nt-btn-primary:hover { background: var(--nt-brown); border-color: var(--nt-brown); color: #fff; }
.nt-btn-outline { color: var(--nt-brown); border: 2px solid var(--nt-brown); background: transparent; }
.nt-btn-outline:hover { background: var(--nt-brown); color: #fff; }
.nt-arch-card {
  min-height: 460px;
  border-radius: 220px 220px 0 0;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(39,18,6,.08), rgba(39,18,6,.28));
  box-shadow: 0 24px 60px rgba(39,18,6,.16);
}
.nt-arch-card-inner {
  height: 100%;
  min-height: 430px;
  border-radius: 205px 205px 0 0;
  padding: 3rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(39,18,6,.05) 0%, rgba(39,18,6,.86) 100%),
    radial-gradient(circle at 50% 18%, #b15019 0%, #6f3f24 45%, #271206 100%);
}
.nt-card-kicker { text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; opacity: .78; font-weight: 800; }
.nt-arch-card h2 { font-weight: 850; line-height: 1.05; font-size: clamp(1.6rem, 3vw, 2.4rem); }

.nt-section-title { max-width: 760px; margin-inline: auto; text-align: center; }
.nt-section-title h2 { font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 900; letter-spacing: -.04em; }
.nt-feature-card { height: 100%; background: #fff; border: 0; border-radius: var(--nt-radius); box-shadow: 0 16px 40px rgba(39,18,6,.09); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.nt-feature-card:hover { transform: translateY(-5px); box-shadow: 0 22px 55px rgba(39,18,6,.14); }
.nt-feature-icon { width: 68px; height: 68px; border-radius: 50%; display: inline-grid; place-items: center; background: var(--nt-cream); color: var(--nt-caramel); font-size: 1.7rem; font-weight: 900; }
.nt-feature-card h3 { font-weight: 850; font-size: 1.35rem; }
.nt-soft-section { background: var(--nt-cream); }
.nt-cta { background: linear-gradient(135deg, var(--nt-brown), #3a1b0a); color: #fff; }
.nt-cta a { color: #fff; text-decoration: underline; }
.nt-footer { background: var(--nt-brown); color: rgba(255,255,255,.8); position: relative; overflow: hidden; }
.nt-footer:before { content: ""; position: absolute; inset: 0; opacity: .08; background: radial-gradient(circle at 20% 0%, #fff 0, transparent 22rem); }
.nt-footer .container { position: relative; z-index: 1; }
.nt-footer h3, .nt-footer h4, .nt-footer h5 { color: #fff; }
.nt-footer a { color: #fff; }
.nt-footer-line { border-top: 1px solid rgba(255,255,255,.14); }

@media (max-width: 991.98px) {
  .nt-site-header .navbar { min-height: 68px; }
  .nt-hero { padding-top: 4rem; }
  .nt-arch-card, .nt-arch-card-inner { min-height: 340px; }
}
.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  padding: .75rem 1rem;
  background: #024534;
  color: #fff;
  z-index: 9999;
  border-radius: .5rem;
}