:root {
  --ink: #06111d;
  --ink-2: #0a1826;
  --paper: #f8f1e7;
  --paper-2: #eee3d3;
  --white: #ffffff;
  --gold: #c6a461;
  --gold-2: #ead5a3;
  --muted: rgba(7, 21, 33, 0.68);
  --line: rgba(189, 151, 87, 0.24);
  --line-dark: rgba(255, 255, 255, 0.18);
  --shadow: 0 30px 90px rgba(7, 21, 33, 0.22);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(198, 164, 97, 0.08), transparent 22rem),
    var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

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

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

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 30;
  transform: translateY(-160%);
  background: var(--white);
  color: var(--ink);
  padding: 0.75rem 1rem;
  border-radius: 4px;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.25rem;
  width: min(calc(100% - 2rem), var(--max));
  margin: 1rem auto 0;
  padding: 0.65rem;
  color: var(--white);
  border: 1px solid rgba(234, 213, 163, 0.26);
  border-radius: 8px;
  background: rgba(6, 17, 29, 0.84);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.35rem;
  aspect-ratio: 1;
  border: 1px solid rgba(216, 192, 148, 0.74);
  border-radius: 50%;
  color: var(--gold-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.82rem;
}

.brand-text {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-links {
  justify-self: center;
  display: inline-flex;
  gap: 1.2rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
}

.nav-links a:hover {
  color: var(--white);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.78rem 1.05rem;
  border-radius: 4px;
  font-size: 0.86rem;
  font-weight: 800;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

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

.nav-cta:hover,
.button.primary:hover {
  background: var(--gold-2);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(198, 164, 97, 0.16), transparent 28rem),
    linear-gradient(135deg, #050d16, #071521 54%, #100f0b);
  color: var(--white);
}

.hero-visual,
.hero-shade {
  position: absolute;
  inset: 0;
  margin: 0;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
}

.hero-visual.image-missing::before,
.gallery-feature figure.image-missing::before,
.image-gallery figure.image-missing::before {
  content: "";
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 1px solid var(--line-dark);
  background:
    linear-gradient(135deg, rgba(216, 192, 148, 0.12), transparent),
    var(--ink-2);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(6, 17, 29, 0.96), rgba(6, 17, 29, 0.64) 50%, rgba(6, 17, 29, 0.18)),
    linear-gradient(0deg, rgba(6, 17, 29, 0.92), rgba(6, 17, 29, 0.08) 58%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
  padding: 8.5rem 0 2rem;
}

.eyebrow,
.section-kicker,
.card-label,
.return-grid span {
  margin: 0 0 0.7rem;
  color: var(--gold-2);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 0.98;
}

h1 {
  max-width: 830px;
  font-size: clamp(4rem, 9vw, 8.2rem);
  text-shadow: 0 18px 60px rgba(0, 0, 0, 0.42);
}

h2 {
  font-size: clamp(2.15rem, 4.5vw, 4.4rem);
}

h3 {
  margin: 0;
  font-size: 1.15rem;
}

p {
  margin: 0;
}

.hero-copy {
  max-width: 610px;
  margin-top: 1.35rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button.ghost {
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: var(--white);
}

.button.ghost:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.09);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, 1080px);
  margin: 3rem 0 0;
  padding: 0;
  border: 1px solid rgba(234, 213, 163, 0.24);
  border-radius: 8px;
  background: rgba(6, 17, 29, 0.72);
  backdrop-filter: blur(16px);
}

.metric-grid div {
  padding: 1rem 1.1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.metric-grid div:last-child {
  border-right: 0;
}

.metric-grid dt {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.metric-grid dd {
  margin: 0.3rem 0 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.5vw, 2.05rem);
}

.section-shell {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
}

.summary-band {
  background:
    linear-gradient(135deg, rgba(198, 164, 97, 0.1), transparent 34rem),
    var(--ink);
  color: var(--white);
}

.summary-layout,
.visual-layout,
.table-layout,
.strategy-layout,
.drivers-layout,
.exit-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.summary-copy {
  display: grid;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.55vw, 1.16rem);
}

.issuer-line {
  margin-bottom: 0.2rem;
  color: var(--gold-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.7vw, 1.32rem);
}

.essentials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.essentials article,
.return-grid article,
.stack-list article,
.table-card,
.drivers ul,
.exit-options li {
  border: 1px solid rgba(198, 164, 97, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 55px rgba(6, 17, 29, 0.08);
}

.essentials article {
  min-height: 13rem;
  padding: 1.4rem;
}

.essentials p,
.return-grid p,
.stack-list p,
.table-layout p,
.drivers li,
.yield-strip p,
.site-footer p {
  margin-top: 0.65rem;
  color: var(--muted);
}

.gallery-feature {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), transparent),
    var(--paper-2);
}

.gallery-feature figure {
  min-height: 32rem;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: var(--ink);
}

.gallery-feature img {
  width: 100%;
  height: 100%;
  min-height: 32rem;
  object-fit: cover;
}

.visual-layout p:not(.section-kicker),
.section-heading p,
.cta-panel p {
  margin-top: 1rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.55vw, 1.16rem);
}

.performance {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background:
    linear-gradient(135deg, rgba(198, 164, 97, 0.12), transparent 30rem),
    var(--ink);
  color: var(--white);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 2rem;
}

.performance .section-heading p {
  color: rgba(255, 255, 255, 0.68);
}

.return-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.return-grid article {
  padding: 1.4rem;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(234, 213, 163, 0.22);
}

.return-grid strong {
  display: block;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 3.4vw, 3.25rem);
  font-weight: 500;
  line-height: 1;
}

.return-grid p {
  color: rgba(255, 255, 255, 0.66);
}

.featured-return {
  border-color: rgba(216, 192, 148, 0.62);
}

.yield-strip {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
  padding: 1.15rem 1.4rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line-dark);
}

.yield-strip span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.yield-strip strong {
  color: var(--gold-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 500;
}

.yield-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.portfolio-table {
  background: var(--paper);
}

.table-card {
  overflow: hidden;
  background: var(--white);
}

.table-card div {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-bottom: 1px solid rgba(7, 21, 33, 0.1);
}

.table-card div:last-child {
  border-bottom: 0;
}

.table-card span {
  color: rgba(7, 21, 33, 0.58);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.table-card strong {
  font-weight: 800;
}

.strategy {
  background: var(--paper-2);
}

.stack-list {
  display: grid;
  gap: 0.8rem;
}

.stack-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.15rem;
}

.stack-dot {
  width: 0.85rem;
  aspect-ratio: 1;
  margin-top: 0.32rem;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(7, 21, 33, 0.06);
}

.stack-dot.stability {
  background: #7aa2b8;
}

.stack-dot.cashflow {
  background: var(--gold);
}

.stack-dot.premium {
  background: #b66d4a;
}

.stack-dot.flagship {
  background: #8f2f3b;
}

.drivers {
  background:
    linear-gradient(135deg, rgba(198, 164, 97, 0.12), transparent 30rem),
    var(--ink);
  color: var(--white);
}

.drivers ul {
  display: grid;
  gap: 0.6rem;
  margin: 0;
  padding: 1.2rem;
  list-style: none;
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--line-dark);
}

.drivers li {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.drivers li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.image-gallery {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--paper);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.gallery-grid figure {
  min-height: 18rem;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
  position: relative;
}

.gallery-grid img {
  width: 100%;
  height: 18rem;
  object-fit: cover;
}

.gallery-grid figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 3rem 1rem 1rem;
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 800;
  background: linear-gradient(transparent, rgba(7, 21, 33, 0.82));
}

.exit-band {
  background: var(--white);
  border-block: 1px solid rgba(7, 21, 33, 0.1);
}

.exit-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.exit-options li {
  min-height: 7.25rem;
  display: flex;
  align-items: end;
  padding: 1rem;
  font-weight: 850;
}

.cta-section {
  padding: clamp(4rem, 8vw, 7rem) 1rem;
  background:
    radial-gradient(circle at 50% 0, rgba(198, 164, 97, 0.2), transparent 28rem),
    var(--ink);
}

.cta-panel {
  width: min(100%, 820px);
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(198, 164, 97, 0.36);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), transparent),
    var(--paper);
  box-shadow: var(--shadow);
  text-align: center;
}

.cta-seal {
  width: min(14rem, 54vw);
  height: auto;
  margin: 0 auto 1.5rem;
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(7, 21, 33, 0.18);
}

.cta-panel .button {
  margin-top: 1.6rem;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: 2rem;
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
  padding: 2.1rem 0;
}

.site-footer div {
  display: grid;
  gap: 0.2rem;
}

.site-footer strong {
  font-size: 0.94rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer span,
.site-footer p {
  color: rgba(7, 21, 33, 0.62);
  font-size: 0.88rem;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .metric-grid,
  .essentials,
  .return-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nav-links {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }
}

@media (max-width: 760px) {
  .summary-layout,
  .visual-layout,
  .table-layout,
  .strategy-layout,
  .drivers-layout,
  .exit-layout,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .metric-grid,
  .essentials,
  .return-grid,
  .gallery-grid,
  .exit-options {
    grid-template-columns: 1fr;
  }

  .yield-strip {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 17vw, 5.5rem);
  }
}

@media (max-width: 520px) {
  .site-header {
    width: calc(100% - 1rem);
    margin-top: 0.5rem;
    padding: 0.55rem;
  }

  .brand-text {
    font-size: 0.78rem;
  }

  .nav-cta {
    min-height: 2.5rem;
    padding-inline: 0.8rem;
    font-size: 0.78rem;
  }

  .hero-content {
    width: min(calc(100% - 1.2rem), var(--max));
    padding-bottom: 1rem;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .metric-grid div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .metric-grid div:last-child {
    border-bottom: 0;
  }

  .gallery-feature figure,
  .gallery-feature img {
    min-height: 23rem;
  }

  .table-card div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}
