:root {
  --ink: #0a1830;
  --muted: #687386;
  --paper: #f5f2eb;
  --white: #ffffff;
  --green: #071a35;
  --green-2: #b98938;
  --gold: #d5a84f;
  --line: #d9dee8;
  --shadow: 0 18px 50px rgba(22, 35, 31, .12);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; color: var(--ink); background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.nav {
  position: sticky; top: 0; z-index: 20; backdrop-filter: blur(18px);
  background: rgba(247,245,239,.88); border-bottom: 1px solid rgba(22,35,31,.08);
}
.nav-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { font-weight: 900; letter-spacing: -.04em; font-size: 1.35rem; }
.brand span { color: var(--green-2); }
.nav-links { display: flex; align-items: center; gap: 24px; font-size: .94rem; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px;
  padding: 0 20px; border-radius: 999px; background: var(--green); color: white;
  border: 1px solid var(--green); cursor: pointer; font-weight: 750;
}
.button.secondary { background: transparent; color: var(--green); }
.button.gold { background: var(--gold); border-color: var(--gold); color: #18140d; }
.eyebrow { text-transform: uppercase; letter-spacing: .17em; font-size: .74rem; font-weight: 800; color: var(--green-2); }
.hero {
  min-height: 690px; display: grid; grid-template-columns: 1.02fr .98fr;
  align-items: center; gap: 56px; padding: 70px 0 88px;
}
.hero h1, .property-title {
  margin: 14px 0 20px; font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 7.2vw, 6.6rem); line-height: .94; letter-spacing: -.055em; font-weight: 500;
}
.hero p { max-width: 690px; color: var(--muted); font-size: 1.18rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-card { position: relative; min-height: 560px; border-radius: 34px; overflow: hidden; box-shadow: var(--shadow); background: var(--green); }
.hero-card img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.hero-card-overlay {
  position: absolute; inset: auto 18px 18px; background: rgba(255,255,255,.92);
  border-radius: 20px; padding: 19px; backdrop-filter: blur(12px);
}
.hero-card-overlay strong { display:block; font-size: 1.15rem; margin-bottom: 5px; }
.section { padding: 94px 0; }
.section.white { background: var(--white); }
.section.dark { background: var(--green); color: white; }
.section-head { max-width: 760px; margin-bottom: 42px; }
.section h2 {
  margin: 10px 0 14px; font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 5vw, 4.2rem); line-height: 1.03; letter-spacing: -.045em; font-weight: 500;
}
.section-head p, .muted { color: var(--muted); line-height: 1.7; }
.dark .section-head p, .dark .muted { color: rgba(255,255,255,.7); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.card .number { font-size: 2.4rem; font-family: Georgia, serif; color: var(--gold); }
.card h3 { margin: 18px 0 8px; font-size: 1.22rem; }
.card p { margin: 0; color: var(--muted); line-height: 1.65; }
.dark .card { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.14); }
.dark .card p { color: rgba(255,255,255,.72); }
.offer { display:grid; grid-template-columns: .95fr 1.05fr; gap: 40px; align-items:center; }
.offer-list { display:grid; gap: 12px; }
.offer-item { display:flex; gap:14px; padding:18px; background:white; border:1px solid var(--line); border-radius:18px; }
.check { width:28px; height:28px; flex:0 0 28px; border-radius:50%; background:#e5f2ed; display:grid; place-items:center; color:var(--green); font-weight:900; }
.price-box { background: var(--green); color:white; border-radius: 30px; padding: 38px; box-shadow: var(--shadow); }
.price-box .price { font-size: 4rem; font-family: Georgia, serif; margin: 8px 0; }
.price-box ul { padding-left: 20px; line-height: 1.9; color: rgba(255,255,255,.8); }
.cta { border-radius: 34px; padding: 58px; background: linear-gradient(135deg, var(--green), #285f50); color:white; display:flex; justify-content:space-between; align-items:center; gap:30px; }
.cta h2 { margin:0 0 10px; font-size:clamp(2rem,4vw,3.5rem); }
.footer { padding: 42px 0; color: var(--muted); font-size: .9rem; }

/* Property */
.property-hero { position:relative; min-height: 720px; display:flex; align-items:flex-end; color:white; background:#263b35; overflow:hidden; }
.property-hero img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.74; }
.property-hero:after { content:""; position:absolute; inset:0; background:linear-gradient(180deg, transparent 25%, rgba(10,20,17,.88)); }
.property-hero-content { position:relative; z-index:2; padding: 90px 0 58px; width:100%; }
.property-title { max-width:900px; font-size:clamp(3.2rem,7vw,6rem); }
.property-meta { display:flex; flex-wrap:wrap; gap:12px 28px; margin-top:26px; font-size:1.05rem; }
.pill { display:inline-flex; padding:8px 13px; border:1px solid rgba(255,255,255,.4); border-radius:999px; backdrop-filter:blur(10px); }
.property-grid { display:grid; grid-template-columns:1.25fr .75fr; gap:42px; }
.facts { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }
.fact { background:white; border:1px solid var(--line); border-radius:16px; padding:17px; }
.fact small { display:block; color:var(--muted); margin-bottom:4px; }
.gallery { display:grid; grid-template-columns:2fr 1fr; gap:12px; }
.gallery img { width:100%; height:250px; object-fit:cover; border-radius:20px; }
.gallery img:first-child { grid-row:span 2; height:512px; }
.sticky { position:sticky; top:100px; }
.form-card, .concierge { background:white; border:1px solid var(--line); border-radius:24px; padding:24px; box-shadow:var(--shadow); }
.form-grid { display:grid; gap:12px; }
input, select, textarea { width:100%; padding:14px 15px; border:1px solid #ccd5d0; border-radius:12px; background:white; }
textarea { min-height:110px; resize:vertical; }
.concierge-messages { min-height:160px; max-height:320px; overflow:auto; background:#f2f5f3; border-radius:14px; padding:14px; margin:14px 0; }
.message { padding:11px 13px; border-radius:12px; margin-bottom:8px; line-height:1.45; }
.message.user { background:#dfeee8; margin-left:30px; }
.message.ai { background:white; margin-right:20px; }
.notice { padding:13px 16px; background:#fff6df; border:1px solid #efd79b; border-radius:13px; color:#604e25; font-size:.9rem; }

/* Dashboard */
.dashboard-shell { display:grid; grid-template-columns:240px 1fr; min-height:100vh; background:#f3f5f3; }
.sidebar { background:var(--green); color:white; padding:28px 22px; }
.sidebar a { display:block; padding:12px 13px; border-radius:10px; color:rgba(255,255,255,.75); }
.sidebar a.active { background:rgba(255,255,255,.12); color:white; }
.dashboard-main { padding:38px; overflow:auto; }
.metrics { display:grid; grid-template-columns:repeat(5,1fr); gap:14px; margin:24px 0 28px; }
.metric { background:white; border:1px solid var(--line); border-radius:18px; padding:20px; }
.metric strong { display:block; font-size:2rem; margin-top:8px; }
.table-wrap { background:white; border:1px solid var(--line); border-radius:20px; overflow:auto; }
table { width:100%; border-collapse:collapse; min-width:760px; }
th,td { padding:15px 17px; text-align:left; border-bottom:1px solid var(--line); font-size:.9rem; }
th { color:var(--muted); font-size:.75rem; text-transform:uppercase; letter-spacing:.08em; }

@media (max-width: 900px) {
  .nav-links a:not(.button) { display:none; }
  .hero, .offer, .property-grid { grid-template-columns:1fr; }
  .hero-card { min-height:430px; }
  .hero-card img { min-height:430px; }
  .grid-3 { grid-template-columns:1fr; }
  .gallery { grid-template-columns:1fr; }
  .gallery img, .gallery img:first-child { height:280px; grid-row:auto; }
  .metrics { grid-template-columns:repeat(2,1fr); }
  .dashboard-shell { grid-template-columns:1fr; }
  .sidebar { display:none; }
}
@media (max-width: 560px) {
  .hero { padding-top:45px; }
  .hero h1 { font-size:3.3rem; }
  .section { padding:70px 0; }
  .cta { padding:34px 25px; display:block; }
  .cta .button { margin-top:18px; }
  .facts { grid-template-columns:1fr; }
  .dashboard-main { padding:20px; }
}

/* Tekia flagship cinematic experience */
.property-hero {
  min-height: 790px;
}

.property-hero img {
  opacity: 1;
  filter: saturate(.92) contrast(1.03);
  transform: scale(1.01);
}

.property-hero:after {
  background:
    linear-gradient(90deg, rgba(8, 20, 16, .82) 0%, rgba(8, 20, 16, .40) 55%, rgba(8, 20, 16, .16) 100%),
    linear-gradient(180deg, rgba(8, 20, 16, .06) 20%, rgba(8, 20, 16, .88) 100%);
}

.property-hero-content {
  padding: 120px 0 72px;
}

.property-hero-kicker {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.signature-label {
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(255,255,255,.78);
}

.property-location {
  font-size: 1.08rem;
  color: rgba(255,255,255,.82);
}

.property-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 32px;
}

.button.glass {
  color: white;
  border-color: rgba(255,255,255,.62);
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
}

.text-link-light {
  color: white;
  font-weight: 750;
  padding: 12px 6px;
  border-bottom: 1px solid rgba(255,255,255,.42);
}

.property-proof {
  background: var(--green);
  color: white;
  border-top: 1px solid rgba(255,255,255,.14);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.proof-item {
  padding: 26px 24px;
  border-right: 1px solid rgba(255,255,255,.14);
}

.proof-item:first-child {
  padding-left: 0;
}

.proof-item:last-child {
  border-right: 0;
}

.proof-item strong,
.proof-item span {
  display: block;
}

.proof-item span {
  margin-top: 6px;
  color: rgba(255,255,255,.66);
  font-size: .9rem;
  line-height: 1.5;
}

.media-split {
  display: grid;
  grid-template-columns: 1.45fr .55fr;
  gap: 30px;
  align-items: stretch;
}

.video-shell {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 28px;
  background: #101915;
  box-shadow: var(--shadow);
}

.video-shell iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.tour-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--paper);
}

.tour-card h2 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.tour-card-actions {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.tour-note {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.5;
}

.gallery-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 28px;
}

.gallery-toolbar > div {
  max-width: 760px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 245px;
  gap: 12px;
}

.gallery-item {
  position: relative;
  grid-column: span 4;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: var(--green);
  cursor: zoom-in;
}

.gallery-item:first-child {
  grid-column: span 8;
  grid-row: span 2;
}

.gallery .gallery-item img,
.gallery .gallery-item:first-child img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border-radius: 0;
  transition: transform .45s ease;
}

.gallery-item:hover img {
  transform: scale(1.035);
}

.gallery-overlay {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  color: white;
  background: rgba(8,20,16,.68);
  backdrop-filter: blur(10px);
  font-size: .78rem;
  font-weight: 800;
  opacity: 0;
  transition: opacity .25s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.light-eyebrow {
  color: #d9bd8c;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.experience-card {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  background: rgba(255,255,255,.06);
}

.experience-card span {
  color: #d9bd8c;
  font-family: Georgia, serif;
  font-size: 2.4rem;
}

.experience-card h3 {
  margin: 18px 0 10px;
}

.experience-card p {
  margin: 0;
  color: rgba(255,255,255,.68);
  line-height: 1.65;
}

.property-summary {
  max-width: 830px;
  font-size: 1.16rem;
}

.property-story {
  max-width: 850px;
  line-height: 1.85;
}

.property-section-title {
  margin-top: 42px;
  font-size: 1.55rem;
}

.property-disclaimer {
  margin-top: 16px;
  font-size: .82rem;
}

.showing-card h3 {
  font-family: Georgia, serif;
  font-size: 2rem;
  margin-bottom: 8px;
}

.concierge {
  margin-top: 18px;
}

.concierge-form {
  display: flex;
  gap: 8px;
}

.photo-lightbox {
  width: min(1080px, calc(100% - 28px));
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  background: #0b100e;
  color: white;
}

.photo-lightbox::backdrop {
  background: rgba(3,8,6,.86);
  backdrop-filter: blur(7px);
}

.photo-lightbox img {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  color: white;
  background: rgba(0,0,0,.56);
  cursor: pointer;
  font-size: 1.7rem;
}

.lightbox-caption {
  padding: 13px 18px 17px;
  color: rgba(255,255,255,.7);
  font-size: .85rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.footer-inner > div:last-child {
  max-width: 650px;
  text-align: right;
}

@media (max-width: 900px) {
  .property-hero {
    min-height: 700px;
  }

  .proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-item,
  .proof-item:first-child {
    padding: 22px;
    border-bottom: 1px solid rgba(255,255,255,.14);
  }

  .media-split {
    grid-template-columns: 1fr;
  }

  .gallery-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 250px;
  }

  .gallery-item,
  .gallery-item:first-child {
    grid-column: span 1;
    grid-row: span 1;
  }

  .gallery-item:first-child {
    grid-column: span 2;
  }

  .experience-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .property-hero {
    min-height: 660px;
  }

  .property-hero-content {
    padding: 90px 0 48px;
  }

  .property-title {
    font-size: 3.25rem;
  }

  .property-meta {
    gap: 10px 18px;
  }

  .property-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

  .text-link-light {
    text-align: center;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-item {
    border-right: 0;
  }

  .tour-card {
    padding: 27px 23px;
  }

  .gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 270px;
  }

  .gallery-item,
  .gallery-item:first-child {
    grid-column: span 1;
  }

  .concierge-form,
  .footer-inner {
    flex-direction: column;
  }

  .footer-inner > div:last-child {
    text-align: left;
  }
}
/* Tekia primary brand and business presentation */
.brand,
.tekia-wordmark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -.045em;
}

.tekia-nav {
  color: white;
  background: rgba(5, 19, 42, .93);
  border-bottom-color: rgba(213, 168, 79, .24);
}

.tekia-nav .brand {
  color: var(--gold);
}

.tekia-nav .nav-links a {
  color: rgba(255,255,255,.86);
}

.tekia-nav .nav-links .button {
  color: #0a1528;
}

.tekia-hero {
  position: relative;
  min-height: 790px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: white;
  background: #071a35;
}

.tekia-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tekia-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,17,38,.97) 0%, rgba(4,17,38,.84) 34%, rgba(4,17,38,.27) 72%, rgba(4,17,38,.14)),
    linear-gradient(180deg, rgba(4,17,38,.22), rgba(4,17,38,.85));
}

.tekia-hero-content {
  position: relative;
  z-index: 2;
  padding: 95px 0 62px;
}

.tekia-hero h1 {
  max-width: 720px;
  margin: 18px 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 8vw, 7.6rem);
  line-height: .88;
  letter-spacing: -.065em;
  font-weight: 400;
}

.tekia-hero h1 span {
  color: var(--gold);
}

.tekia-hero > .container,
.tekia-hero-content > p {
  position: relative;
}

.tekia-hero-content > p {
  max-width: 620px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 1.14rem;
  line-height: 1.7;
}

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

.tekia-feature-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 970px;
  margin-top: 58px;
  border-top: 1px solid rgba(213,168,79,.48);
}

.tekia-feature-rail > div {
  padding: 24px 24px 4px 0;
  border-right: 1px solid rgba(213,168,79,.38);
}

.tekia-feature-rail > div:not(:first-child) {
  padding-left: 24px;
}

.tekia-feature-rail > div:last-child {
  border-right: 0;
}

.tekia-feature-rail strong,
.tekia-feature-rail span {
  display: block;
}

.tekia-feature-rail span {
  margin-top: 7px;
  color: rgba(255,255,255,.63);
  font-size: .82rem;
  line-height: 1.5;
}

.tekia-transformation {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.transformation-card {
  min-height: 380px;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 28px;
}

.transformation-card.before {
  background: #f0f1f3;
}

.transformation-card.after {
  color: white;
  background: var(--green);
  border-color: rgba(213,168,79,.42);
}

.transformation-card h3 {
  margin: 15px 0 24px;
  font-family: Georgia, serif;
  font-size: 2.1rem;
}

.transformation-card ul,
.package-card ul,
.tekia-price-card ul {
  padding-left: 20px;
  line-height: 1.9;
}

.transformation-card.after ul {
  color: rgba(255,255,255,.76);
}

.transformation-arrow {
  color: var(--gold);
  font-size: 3.2rem;
}

.tekia-navy,
.tekia-showcase {
  color: white;
  background: var(--green);
}

.tekia-navy .section-head p,
.tekia-showcase p {
  color: rgba(255,255,255,.7);
}

.placement-frame {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 34px;
  align-items: center;
}

.placement-browser {
  overflow: hidden;
  border: 1px solid rgba(213,168,79,.36);
  border-radius: 24px;
  background: #0b2345;
  box-shadow: 0 28px 75px rgba(0,0,0,.28);
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 13px 16px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.browser-bar > span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255,255,255,.35);
}

.browser-bar > div {
  flex: 1;
  margin-left: 10px;
  padding: 7px 13px;
  border-radius: 999px;
  color: rgba(255,255,255,.6);
  background: rgba(255,255,255,.07);
  font-size: .78rem;
}

.placement-preview {
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  padding: 38px;
  background:
    linear-gradient(180deg, rgba(4,17,38,.08), rgba(4,17,38,.94)),
    url("/assets/tekia-hero.jpg") center / cover;
}

.placement-preview h3 {
  margin: 12px 0;
  font-family: Georgia, serif;
  font-size: 3rem;
}

.placement-preview p {
  max-width: 600px;
  color: rgba(255,255,255,.72);
  line-height: 1.65;
}

.placement-list {
  display: grid;
  gap: 13px;
}

.placement-list > div {
  padding: 22px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.06);
}

.placement-list strong,
.placement-list span {
  display: block;
}

.placement-list span {
  margin-top: 6px;
  color: rgba(255,255,255,.65);
  line-height: 1.55;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.package-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: white;
}

.package-number {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 2.8rem;
}

.package-card h3 {
  margin: 16px 0;
  font-size: 1.35rem;
}

.package-card ul {
  color: var(--muted);
}

.staging-note {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 32px;
  margin-top: 24px;
  padding: 32px;
  border: 1px solid rgba(213,168,79,.48);
  border-radius: 24px;
  background: #fffaf0;
}

.staging-note h3 {
  margin: 8px 0 0;
  font-family: Georgia, serif;
  font-size: 2rem;
}

.staging-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.launch-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.launch-steps article {
  padding: 27px;
  border-top: 2px solid var(--gold);
  background: var(--paper);
}

.launch-steps span {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 2.5rem;
}

.launch-steps p {
  color: var(--muted);
  line-height: 1.65;
}

.showcase-grid,
.pricing-layout {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 54px;
  align-items: center;
}

.showcase-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
}

.showcase-panel div {
  padding: 22px;
  border: 1px solid rgba(213,168,79,.34);
  border-radius: 16px;
  background: rgba(255,255,255,.06);
}

.tekia-price-card {
  padding: 38px;
  color: white;
  border-radius: 28px;
  background: var(--green);
  box-shadow: var(--shadow);
}

.tekia-price-card .price {
  margin-top: 8px;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 5rem;
}

.price-subtitle {
  color: rgba(255,255,255,.66);
}

.tekia-price-card ul {
  margin: 24px 0;
  color: rgba(255,255,255,.76);
}

.tekia-cta {
  display: block;
  padding: 48px;
  background: var(--green);
}

.tekia-cta p {
  max-width: 700px;
  color: rgba(255,255,255,.7);
}

.tekia-founder-form {
  max-width: 720px;
  margin: -18px auto 0;
  position: relative;
  z-index: 2;
}

.tekia-footer {
  padding: 62px 0 26px;
  color: white;
  background: #041128;
  border-top: 1px solid rgba(213,168,79,.38);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr .7fr 1.3fr;
  gap: 38px;
}

.footer-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-grid .brand {
  color: var(--gold);
}

.footer-grid a:not(.brand),
.footer-small {
  color: rgba(255,255,255,.62);
  font-size: .88rem;
  line-height: 1.6;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.45);
  font-size: .78rem;
}

.legal-page {
  min-height: 100vh;
  padding: 80px 0;
  background: var(--paper);
}

.legal-content {
  max-width: 850px;
}

.legal-content h1 {
  margin: 12px 0;
  font-family: Georgia, serif;
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 400;
}

.legal-content h2 {
  margin-top: 38px;
  font-family: Georgia, serif;
  font-size: 1.7rem;
}

.legal-content p {
  color: var(--muted);
  line-height: 1.8;
}

.legal-date {
  font-size: .9rem;
}

.legal-notice {
  margin-top: 42px;
  padding: 20px;
  border: 1px solid rgba(213,168,79,.48);
  border-radius: 16px;
  background: #fffaf0;
  color: #6a5125;
}

@media (max-width: 900px) {
  .tekia-feature-rail,
  .package-grid,
  .launch-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .tekia-transformation,
  .placement-frame,
  .showcase-grid,
  .pricing-layout,
  .staging-note {
    grid-template-columns: 1fr;
  }

  .transformation-arrow {
    transform: rotate(90deg);
    text-align: center;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .tekia-hero {
    min-height: 760px;
  }

  .tekia-hero h1 {
    font-size: 4rem;
  }

  .tekia-feature-rail,
  .package-grid,
  .launch-steps,
  .showcase-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .tekia-feature-rail > div,
  .tekia-feature-rail > div:not(:first-child) {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(213,168,79,.28);
  }

  .placement-preview {
    min-height: 350px;
    padding: 24px;
  }

  .placement-preview h3 {
    font-size: 2.3rem;
  }

  .footer-bottom {
    flex-direction: column;
  }
}
/* TEKIA FINAL BRAND OVERRIDES */
:root {
  --ink: #0c1830;
  --muted: #687386;
  --paper: #f6f2ea;
  --white: #ffffff;
  --green: #071a35;
  --green-2: #b98938;
  --gold: #d5a84f;
  --line: #d9dee8;
  --shadow: 0 18px 50px rgba(7, 26, 53, .16);
  --radius: 24px;
}

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

.tekia-nav {
  background: rgba(7,26,53,.96);
  border-bottom: 1px solid rgba(213,168,79,.22);
}

.tekia-nav .nav-links a {
  color: rgba(255,255,255,.86);
}

.tekia-logo-link {
  display: inline-flex;
  align-items: center;
}

.site-logo {
  height: 44px;
  width: auto;
  display: block;
}

.footer-logo {
  height: 42px;
  width: auto;
  display: block;
}

.sidebar-logo {
  height: 44px;
  width: auto;
  display: block;
}

.invert {
  color: #fff !important;
  border-color: rgba(255,255,255,.5);
  background: rgba(255,255,255,.08);
}

.tekia-hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #071a35;
  color: white;
}

.tekia-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tekia-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,26,53,.92) 0%, rgba(7,26,53,.82) 34%, rgba(7,26,53,.28) 72%, rgba(7,26,53,.10) 100%),
    linear-gradient(180deg, rgba(7,26,53,.12), rgba(7,26,53,.72));
}

.tekia-hero-content {
  position: relative;
  z-index: 2;
  padding: 90px 0 72px;
}

.tekia-hero h1 {
  max-width: 760px;
  margin: 16px 0 18px;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.6rem, 7vw, 6.6rem);
  line-height: .94;
  letter-spacing: -.055em;
  font-weight: 500;
}

.tekia-hero p {
  max-width: 620px;
  color: rgba(255,255,255,.82);
  font-size: 1.16rem;
  line-height: 1.7;
}

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

.tekia-feature-strip {
  background: #071a35;
  color: white;
}

.tekia-feature-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0;
  border: 1px solid rgba(213,168,79,.22);
  border-top: 0;
}

.tekia-feature-item {
  padding: 24px;
  border-right: 1px solid rgba(213,168,79,.16);
}

.tekia-feature-item:last-child {
  border-right: 0;
}

.tekia-feature-item strong,
.tekia-feature-item span {
  display: block;
}

.tekia-feature-item strong {
  margin-bottom: 8px;
}

.tekia-feature-item span {
  color: rgba(255,255,255,.68);
  line-height: 1.55;
  font-size: .92rem;
}

.tekia-showcase-layout,
.pricing-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
}

.tekia-video-card {
  background: #0d2344;
  border-radius: 28px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.tekia-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 18px;
  background: #081425;
}

.tekia-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.tekia-note-box {
  margin-top: 28px;
  padding: 22px;
  border-radius: 18px;
  background: #fff8ea;
  border: 1px solid rgba(213,168,79,.38);
  color: #645125;
  line-height: 1.65;
}

.tekia-dark-section {
  background: #071a35;
  color: white;
}

.tekia-dark-section .section-head p,
.tekia-dark-section .muted.light,
.tekia-dark-section .muted {
  color: rgba(255,255,255,.72);
}

.tekia-price-card {
  background: #0d2344;
  color: white;
  border-radius: 28px;
  padding: 36px;
  box-shadow: var(--shadow);
}

.tekia-price-card .price {
  font-size: 4.8rem;
  font-family: Georgia, serif;
  color: var(--gold);
  margin: 10px 0 4px;
}

.price-subtitle {
  color: rgba(255,255,255,.68);
}

.tekia-price-card ul {
  padding-left: 20px;
  line-height: 1.8;
  color: rgba(255,255,255,.78);
}

.tekia-cta {
  background: linear-gradient(135deg, #071a35, #163157);
}

.tekia-footer {
  padding: 54px 0 24px;
  background: #061224;
  color: white;
  border-top: 1px solid rgba(213,168,79,.18);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr .7fr 1.3fr;
  gap: 34px;
}

.footer-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-grid a {
  color: rgba(255,255,255,.74);
}

.footer-small {
  color: rgba(255,255,255,.66);
  font-size: .9rem;
  line-height: 1.6;
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.52);
  font-size: .82rem;
}

@media (max-width: 900px) {
  .tekia-feature-grid,
  .footer-grid,
  .tekia-showcase-layout,
  .pricing-layout {
    grid-template-columns: 1fr 1fr;
  }

  .tekia-showcase-layout,
  .pricing-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-logo,
  .footer-logo,
  .sidebar-logo {
    height: 36px;
  }

  .tekia-hero {
    min-height: 620px;
  }

  .tekia-hero h1 {
    font-size: 3.3rem;
  }

  .tekia-feature-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .tekia-feature-item {
    border-right: 0;
    border-bottom: 1px solid rgba(213,168,79,.16);
  }

  .tekia-feature-item:last-child {
    border-bottom: 0;
  }
}

/* TEKIA ASSET FIX V2 */

.tekia-logo-link {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.site-logo {
  display: block;
  width: auto;
  height: 58px;
  max-width: 255px;
  object-fit: contain;
}

.footer-logo {
  display: block;
  width: auto;
  height: 52px;
  max-width: 240px;
  object-fit: contain;
}

.sidebar-logo {
  display: block;
  width: auto;
  height: 48px;
  max-width: 220px;
  object-fit: contain;
}

.tekia-hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: #051226;
}

.tekia-hero > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.tekia-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(5,18,38,.88) 0%,
      rgba(5,18,38,.68) 34%,
      rgba(5,18,38,.12) 70%,
      rgba(5,18,38,.02) 100%
    ),
    linear-gradient(
      180deg,
      rgba(5,18,38,.02),
      rgba(5,18,38,.42)
    );
}

.tekia-hero-content {
  position: relative;
  z-index: 2;
}

@media (max-width: 700px) {
  .site-logo {
    height: 43px;
    max-width: 190px;
  }

  .footer-logo {
    height: 42px;
    max-width: 190px;
  }

  .tekia-hero {
    min-height: 640px;
  }

  .tekia-hero > img {
    object-position: 65% center;
  }
}

/* TEKIA LOGO AND MEDIA POLICY FIX */

.site-logo {
  display: block;
  width: auto;
  height: 58px;
  max-width: 280px;
  object-fit: contain;
}

.footer-logo {
  display: block;
  width: auto;
  height: 52px;
  max-width: 250px;
  object-fit: contain;
}

.sidebar-logo {
  display: block;
  width: auto;
  height: 48px;
  max-width: 225px;
  object-fit: contain;
}

.tekia-note-box p {
  margin: 0 0 14px;
}

.tekia-note-box p:last-child {
  margin-bottom: 0;
}

.pricing-fine-print {
  margin: 12px 0 18px;
  color: rgba(255,255,255,.68);
  font-size: .88rem;
  line-height: 1.5;
}

@media (max-width: 700px) {
  .site-logo {
    height: 44px;
    max-width: 205px;
  }

  .footer-logo {
    height: 42px;
    max-width: 195px;
  }
}