/* ==========================================
   LAYOUT
========================================== */

/* NAV */
  .p18-nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 200;
    transition: background 0.25s, border-color 0.25s;
    border-bottom: 1px solid transparent;
  }
  .p18-nav--solid {
    background: rgba(10,10,10,0.97);
    border-color: var(--border2);
    backdrop-filter: blur(8px);
  }
  .p18-nav-inner {
    max-width: 1180px; margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 28px;
  }
  .p18-logo {
    font-size: 15px; font-weight: 650; letter-spacing: 0;
    color: var(--text);
  }
  .p18-hamburger {
    display: none; background: none;
    border: 1px solid var(--border2); color: var(--text);
    font-size: 16px; padding: 6px 13px; cursor: pointer; line-height: 1;
    border-radius: 6px;
  }
  .p18-nav-links { display: flex; align-items: center; gap: 28px; }
  .p18-nav-links a {
    font-size: 13px; color: var(--muted); transition: color 0.2s;
  }
  .p18-nav-links a:hover { color: var(--text); }
  .p18-nav-cta {
    border: 1px solid var(--green) !important;
    color: var(--green) !important;
    padding: 7px 16px !important; border-radius: 6px;
    font-size: 13px; transition: background 0.2s !important;
  }
  .p18-nav-cta:hover { background: rgba(0,230,58,0.06) !important; }


  /* HERO */
  .p18-hero {
    min-height: 94vh;
    display: flex; align-items: center; justify-content: center;
    padding: 0 24px;
  }
  .p18-hero-inner {
    max-width: 780px; width: 100%;
    padding: 120px 0 80px; text-align: left;
  }
  .p18-eyebrow {
    font-size: 12px; letter-spacing: 0; text-transform: uppercase;
    color: var(--muted); margin-bottom: 28px;
  }
  .p18-h1 {
    font-size: clamp(28px, 4.5vw, 56px);
    font-weight: 780; line-height: 1.08; letter-spacing: 0;
    margin-bottom: 24px; color: var(--text);
  }
  .p18-viral-line {
    color: #ffffff;
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1.18;
    font-weight: 720;
    margin-bottom: 28px;
  }
  .p18-hero-sub {
    font-size: clamp(15px, 1.8vw, 19px);
    color: #b5bbb2; margin-bottom: 32px; line-height: 1.8;
  }
  .p18-hero-disclaimer {
    font-size: 13px; color: var(--muted);
    margin-bottom: 22px; line-height: 1.7;
    padding-left: 16px; border-left: 2px solid var(--border2);
  }
  .p18-trust-row {
    display: flex; flex-wrap: wrap; gap: 10px 18px;
    margin-bottom: 40px; color: var(--muted);
  }
  .p18-trust-item {
    position: relative; padding-left: 13px;
    font-size: 13px;
  }
  .p18-trust-item::before {
    content: "";
    position: absolute; left: 0; top: 0.7em;
    width: 5px; height: 5px; border-radius: 50%;
    background: var(--green);
    transform: translateY(-50%);
  }
  .p18-hero-btns {
    display: flex; gap: 14px; flex-wrap: wrap;
  }
  .p18-btn-primary {
    background: var(--green); color: #000;
    font-weight: 750; font-size: 14px; letter-spacing: 0;
    padding: 13px 30px; border: none; cursor: pointer; display: inline-block;
    border-radius: 6px;
    transition: opacity 0.15s, transform 0.15s;
  }
  .p18-btn-primary:hover { opacity: 0.9; transform: translateY(-1px); }
  .p18-btn-primary--lg { font-size: 15px; padding: 16px 44px; }
  .p18-btn-ghost {
    border: 1px solid var(--border2); color: var(--muted);
    font-size: 13px; padding: 13px 30px; display: inline-block;
    border-radius: 6px;
    transition: border-color 0.2s, color 0.2s;
  }
  .p18-btn-ghost:hover { border-color: var(--muted); color: var(--text); }


  /* SECTIONS */
  .p18-section { padding: 96px 0; }
  .p18-section--alt { background: var(--bg2); }
  .p18-section-inner { max-width: 1100px; margin: 0 auto; padding: 0 28px; }
  .p18-label {
    font-size: 12px; letter-spacing: 0; text-transform: uppercase;
    color: var(--muted); margin-bottom: 12px;
  }
  .p18-h2 {
    font-size: clamp(24px, 3.5vw, 44px);
    font-weight: 760; letter-spacing: 0; margin-bottom: 28px;
  }
  .p18-h3 {
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 740; letter-spacing: 0;
    margin-bottom: 12px;
  }
  .p18-body-text {
    color: var(--muted); font-size: 16px;
    line-height: 1.75; margin-bottom: 40px;
  }


  /* PROPERTY */
  .p18-property-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: 48px; align-items: start;
    margin-top: 12px;
  }
  .p18-property-panel {
    position: sticky; top: 96px;
  }
  .p18-property-kicker {
    font-size: 12px; text-transform: uppercase; letter-spacing: 0;
    color: var(--text); margin-bottom: 16px; font-weight: 700;
  }
  .p18-property-facts { display: flex; flex-direction: column; gap: 0; }
  .p18-fact {
    padding: 20px 0;
    border-bottom: 1px solid var(--border);
  }
  .p18-fact:first-child { border-top: 1px solid var(--border); }
  .p18-fact-label {
    font-size: 12px; letter-spacing: 0; text-transform: uppercase;
    color: var(--muted); margin-bottom: 5px;
  }
  .p18-fact-val {
    font-size: 16px; color: var(--text); font-weight: 500;
  }
  .p18-property-note {
    color: var(--muted); line-height: 1.75;
    font-size: 14px; margin-top: 22px;
  }
  .p18-property-media {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
  .p18-media-slot {
    background: var(--surface);
    border: 1px solid var(--border2);
    border-radius: 8px;
    overflow: hidden;
  }
  .p18-media-slot--featured {
    grid-column: 1 / -1;
  }
  .p18-media-frame {
    position: relative;
    aspect-ratio: 4/3;
    display: flex; align-items: center; justify-content: center;
    background:
      linear-gradient(135deg, rgba(255,255,255,0.035), rgba(255,255,255,0)),
      repeating-linear-gradient(0deg, rgba(255,255,255,0.045) 0 1px, transparent 1px 24px),
      repeating-linear-gradient(90deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 24px),
      var(--surface2);
    color: var(--muted);
  }
  .p18-media-slot--featured .p18-media-frame { aspect-ratio: 16/8.8; }
  .p18-media-crosshair {
    width: 54px; height: 54px; border: 1px solid var(--border2);
    border-radius: 50%; position: absolute;
  }
  .p18-media-crosshair::before,
  .p18-media-crosshair::after {
    content: ""; position: absolute; background: var(--border2);
  }
  .p18-media-crosshair::before {
    width: 1px; height: 76px; left: 50%; top: 50%;
    transform: translate(-50%, -50%);
  }
  .p18-media-crosshair::after {
    height: 1px; width: 76px; left: 50%; top: 50%;
    transform: translate(-50%, -50%);
  }
  .p18-media-label {
    position: relative;
    font-size: 13px; color: #c7ccc4;
    background: rgba(10,10,10,0.5);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 8px 12px; border-radius: 6px;
  }
  .p18-media-copy {
    padding: 16px;
  }
  .p18-media-title {
    font-size: 14px; font-weight: 700;
    color: var(--text); margin-bottom: 6px;
  }
  .p18-media-desc {
    font-size: 13px; line-height: 1.55;
    color: var(--muted);
  }


  /* FOOTER */
  .p18-footer {
    background: var(--bg2); border-top: 1px solid var(--border); padding: 40px 0;
  }
  .p18-footer-inner {
    max-width: 1100px; margin: 0 auto; padding: 0 28px;
    display: flex; flex-direction: column; align-items: center; gap: 12px;
    text-align: center;
  }
  .p18-footer-name { font-size: 14px; font-weight: 600; color: var(--text); }
  .p18-footer-place { font-size: 12px; color: var(--muted); }
  .p18-footer-links { display: flex; gap: 24px; margin-top: 4px; }
  .p18-footer-links a {
    font-size: 12px; color: var(--muted2); transition: color 0.2s;
  }
  .p18-footer-links a:hover { color: var(--muted); }


