/* ============================================================
   Asymmetric Properties · asymre.com
   Palette: Navy #081A2E · Navy2 #0D2743 · Gold #C79A4A ·
            Ivory #F7F4EE · Slate #626B76
   ============================================================ */

@font-face { font-family:'Playfair Display'; src:url('../fonts/PlayfairDisplay-Medium.woff2') format('woff2'); font-weight:500; font-style:normal; font-display:swap; }
@font-face { font-family:'Playfair Display'; src:url('../fonts/PlayfairDisplay-SemiBold.woff2') format('woff2'); font-weight:600; font-style:normal; font-display:swap; }
@font-face { font-family:'Playfair Display'; src:url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'); font-weight:700; font-style:normal; font-display:swap; }
@font-face { font-family:'Playfair Display'; src:url('../fonts/PlayfairDisplay-MediumItalic.woff2') format('woff2'); font-weight:500; font-style:italic; font-display:swap; }
@font-face { font-family:'Inter'; src:url('../fonts/Inter-Regular.woff2') format('woff2'); font-weight:400; font-style:normal; font-display:swap; }
@font-face { font-family:'Inter'; src:url('../fonts/Inter-Medium.woff2') format('woff2'); font-weight:500; font-style:normal; font-display:swap; }
@font-face { font-family:'Inter'; src:url('../fonts/Inter-SemiBold.woff2') format('woff2'); font-weight:600; font-style:normal; font-display:swap; }
@font-face { font-family:'Inter'; src:url('../fonts/Inter-Bold.woff2') format('woff2'); font-weight:700; font-style:normal; font-display:swap; }

:root {
  --navy:#081A2E; --navy2:#0D2743; --gold:#C79A4A; --gold-deep:#7A5A22;
  --ivory:#F7F4EE; --slate:#626B76; --ink:#2A3440; --line:#E4DFD3;
}

* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { font-family:'Inter', -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
       background:var(--ivory); color:var(--ink); -webkit-font-smoothing:antialiased; }
.serif { font-family:'Playfair Display', Georgia, 'Times New Roman', serif; }
img { max-width:100%; }

.skip { position:absolute; left:-999px; top:0; background:var(--gold); color:var(--navy);
        padding:10px 18px; z-index:100; font-size:13px; font-weight:600; }
.skip:focus { left:12px; top:12px; }

.wrap { max-width:1120px; margin:0 auto; padding:0 28px; }

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline:2px solid var(--gold); outline-offset:2px; }

.eyebrow { font-size:11px; letter-spacing:3.2px; color:var(--gold); font-weight:600; text-transform:uppercase; }
.eyebrow.deep { color:var(--gold-deep); }
.goldrule { width:64px; height:2px; background:var(--gold); border:none; }

/* ---------------- header ---------------- */
.hdr { position:fixed; top:0; left:0; right:0; z-index:60;
       transition:background .3s ease, box-shadow .3s ease; background:transparent; }
.hdr.solid { background:var(--navy); box-shadow:0 1px 0 rgba(199,154,74,.28); }
.hdr-in { max-width:1200px; margin:0 auto; padding:0 28px; height:74px;
          display:flex; align-items:center; justify-content:space-between; }
.brand { display:flex; align-items:center; gap:13px; text-decoration:none; }
.brand img { height:36px; width:auto; display:block; }
.brand .bt { line-height:1; }
.brand .bt .l1 { font-family:'Playfair Display', Georgia, serif; font-weight:600; font-size:16.5px;
                 letter-spacing:3.2px; color:var(--ivory); }
.brand .bt .l2 { font-size:8.5px; letter-spacing:4.6px; color:var(--gold); font-weight:600; margin-top:4px; }

.nav-d { display:flex; align-items:center; gap:36px; }
.nav-d a { font-size:11.5px; letter-spacing:2.2px; text-transform:uppercase; text-decoration:none;
           color:rgba(247,244,238,.82); font-weight:500; padding:6px 2px;
           border-bottom:2px solid transparent; transition:color .2s, border-color .2s; }
.nav-d a:hover { color:var(--ivory); }
.nav-d a.active, .nav-d a.active:hover { color:var(--gold); border-bottom-color:var(--gold); }
.nav-d a.active { text-decoration:none; }

.burger { display:none; background:none; border:none; cursor:pointer; padding:10px; }
.burger span { display:block; width:24px; height:2px; background:var(--ivory); margin:5px 0; }
.mnav { display:none; }

/* ---------------- page hero band ---------------- */
.phero { background:var(--navy); padding:150px 0 66px; }
.phero h1 { font-weight:600; font-size:clamp(30px, 4.4vw, 44px); line-height:1.15; color:var(--ivory); margin-top:12px; }
.phero .goldrule { margin-top:20px; }
.phero p.sub { font-size:14.5px; line-height:1.7; color:rgba(247,244,238,.78); max-width:640px; margin-top:20px; }

/* ---------------- home hero ---------------- */
.hero { position:relative; background:var(--navy); color:var(--ivory); overflow:hidden; }
.hero-art { position:absolute; inset:0; width:100%; height:100%; }
.hero-art svg { width:100%; height:100%; display:block; transform:translateX(-18%) scale(1.08); transform-origin:center center; }
.hero-in { position:relative; z-index:2; max-width:1200px; margin:0 auto; padding:196px 28px 150px; }
.hero h1 { font-weight:600; font-size:clamp(38px, 6vw, 66px); line-height:1.08; color:var(--ivory); }
.hero .tag { font-family:'Playfair Display', Georgia, serif; font-style:italic; font-weight:500;
             font-size:clamp(19px, 2.6vw, 26px); color:var(--gold); }
.hero .id { font-size:14.5px; line-height:1.7; color:rgba(247,244,238,.75); max-width:520px; margin-top:26px; }

/* ---------------- sections ---------------- */
section.sec { padding:86px 0; }
section.sec.white { background:#FFFFFF; }
section.sec.navy { background:var(--navy); color:var(--ivory); }
.sec-head h2 { font-weight:600; font-size:clamp(26px, 3.2vw, 34px); line-height:1.18; color:var(--navy2); margin-top:12px; }
.sec.navy .sec-head h2 { color:var(--ivory); }
.sec-head .goldrule { margin-top:18px; }
.lede { font-size:14.5px; line-height:1.72; color:#3A4450; max-width:740px; }
.sec.navy .lede { color:rgba(247,244,238,.82); }

.grid2 { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.grid3 { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.grid4 { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }

.card { background:#fff; border:1px solid var(--line); padding:26px 26px 20px; }
.sec.white .card { background:var(--ivory); }
.card h3 { font-size:12.5px; font-weight:700; letter-spacing:1.6px; color:var(--navy2); text-transform:uppercase;
           border-bottom:2px solid var(--gold); display:inline-block; padding-bottom:7px; }
.card p { font-size:13px; line-height:1.65; color:#3A4450; margin-top:14px; }
.tick { list-style:none; margin-top:14px; }
.tick li { position:relative; padding-left:16px; margin-bottom:8px; font-size:12.5px; line-height:1.5; color:#3A4450; }
.tick li::before { content:""; position:absolute; left:0; top:8px; width:7px; height:2px; background:var(--gold); }

/* summary panel */
.summ { background:var(--navy2); border-top:4px solid var(--gold); }
.summ .row { padding:16px 30px; border-bottom:1px solid rgba(247,244,238,.12); }
.summ .row:last-child { border-bottom:none; }
.summ .k { font-size:9.5px; letter-spacing:2.4px; color:var(--gold); font-weight:600; text-transform:uppercase; }
.summ .v { font-size:14.5px; color:var(--ivory); margin-top:5px; font-weight:500; }

/* process */
.proc { display:grid; grid-template-columns:repeat(6,1fr); border:1px solid var(--line); background:#fff; }
.proc .step { padding:22px 18px; border-left:1px solid var(--line); }
.proc .step:first-child { border-left:none; }
.proc .n { font-family:'Playfair Display', Georgia, serif; font-weight:700; font-size:22px; color:var(--gold); }
.proc .t { font-size:10.5px; font-weight:700; letter-spacing:1.2px; color:var(--navy2); text-transform:uppercase;
           margin-top:8px; line-height:1.45; }

.principle { background:var(--navy2); border-top:3px solid var(--gold); padding:26px 28px; }
.principle h3 { font-size:12px; font-weight:700; letter-spacing:2px; color:var(--gold); text-transform:uppercase; }
.principle p { font-size:12.5px; line-height:1.6; color:rgba(247,244,238,.85); margin-top:10px; }

/* partnership cards */
.pcard { background:var(--navy2); border:1px solid rgba(199,154,74,.5); padding:24px 26px; display:flex; gap:22px; }
.pcard .num { font-family:'Playfair Display', Georgia, serif; font-weight:700; font-size:30px; color:var(--gold);
              border-right:1px solid rgba(199,154,74,.35); padding-right:20px; line-height:1.1; }
.pcard h3 { font-size:14.5px; font-weight:700; letter-spacing:1.6px; color:var(--ivory); text-transform:uppercase; }
.pcard p { font-size:12.5px; line-height:1.55; color:rgba(247,244,238,.75); margin-top:8px; }

/* markets */
.map-flex { display:grid; grid-template-columns:minmax(0,1.35fr) minmax(0,1fr); gap:44px; align-items:start; }
.mgroup h3 { font-size:10.5px; letter-spacing:2.6px; color:var(--gold-deep); font-weight:600; text-transform:uppercase; }
.mlist { list-style:none; margin-top:6px; }
.mlist li { padding:9px 0; border-bottom:1px solid var(--line); font-size:13px; font-weight:500; }
.mlist li .dm { color:var(--gold); font-size:9px; margin-right:9px; }
.mlist.two { column-count:2; column-gap:30px; }
.mlist.two li { break-inside:avoid; }
.map-note { border-top:2px solid var(--gold); padding-top:12px; font-size:12px; line-height:1.6; color:var(--slate); }
.legend { display:flex; gap:26px; margin-top:14px; font-size:11px; color:var(--slate); align-items:center; flex-wrap:wrap; }
.legend .sw { display:inline-block; width:11px; height:11px; transform:rotate(45deg); margin-right:8px; vertical-align:-1px; }
.legend .sw.pri { background:var(--gold); box-shadow:0 0 0 2px rgba(199,154,74,.35); }
.legend .sw.sel { background:transparent; border:1.6px solid var(--gold); }

/* forms */
.field { margin-bottom:18px; }
.field label { display:block; font-size:10px; letter-spacing:2.2px; font-weight:600; color:var(--gold);
               text-transform:uppercase; margin-bottom:7px; }
.field input, .field textarea { width:100%; background:rgba(247,244,238,.06); border:1px solid rgba(247,244,238,.28);
  color:var(--ivory); font-family:inherit; font-size:15px; padding:13px 14px; border-radius:0; }
.field input:focus, .field textarea:focus { border-color:var(--gold); outline:none; }
.field .err { display:none; font-size:11.5px; color:#E4A08A; margin-top:6px; }
.field.invalid .err { display:block; }
.field.invalid input, .field.invalid textarea { border-color:#B96A50; }
.hp { position:absolute; left:-9999px; top:-9999px; }
.submit { font-size:12px; font-weight:600; letter-spacing:1.8px; text-transform:uppercase; padding:15px 34px;
          cursor:pointer; border:1px solid var(--gold); background:var(--gold); color:var(--navy);
          font-family:inherit; transition:background .25s; }
.submit:hover { background:#d8ad5f; }
.submit:disabled { opacity:.55; cursor:default; }
.form-note { display:none; margin-top:18px; font-size:13px; line-height:1.6; padding:14px 16px; }
.form-note.ok { background:rgba(199,154,74,.14); border-left:3px solid var(--gold); color:var(--ivory); }
.form-note.bad { background:rgba(185,106,80,.16); border-left:3px solid #B96A50; color:var(--ivory); }
.form-note.show { display:block; }

/* footer */
footer { background:var(--navy); color:rgba(247,244,238,.75); }
.ftr-in { max-width:1200px; margin:0 auto; padding:56px 28px 30px; }
.ftr-top { display:flex; justify-content:space-between; gap:40px; flex-wrap:wrap; align-items:flex-start; }
.ftr-top img { height:56px; width:auto; }
.ftr-loc { font-size:12.5px; margin-top:14px; line-height:1.7; }
.fnav a { display:block; font-size:11.5px; letter-spacing:1.8px; text-transform:uppercase;
          color:rgba(247,244,238,.7); padding:5px 0; text-decoration:none; }
.fnav a:hover { color:var(--gold); }
.ftr-legal { border-top:1px solid rgba(247,244,238,.14); margin-top:40px; padding-top:22px; }
.ftr-legal .c { font-size:11.5px; }
.ftr-legal .d { font-size:10.5px; margin-top:8px; color:rgba(247,244,238,.5); line-height:1.6; }

/* motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .hdr { transition:none; }
}

/* ---------------- responsive ---------------- */
@media (max-width: 1000px) {
  .grid4 { grid-template-columns:1fr 1fr; }
  .proc { grid-template-columns:repeat(3,1fr); }
  .proc .step:nth-child(4) { border-left:none; }
  .proc .step:nth-child(n+4) { border-top:1px solid var(--line); }
}
@media (max-width: 840px) {
  .map-flex { grid-template-columns:1fr; gap:28px; }
  .map-labels { display:none; }
  .grid2 { grid-template-columns:1fr; }
  .grid3 { grid-template-columns:1fr; }
}
@media (max-width: 720px) {
  .nav-d { display:none; }
  .burger { display:block; }
  .mnav.open { display:block; position:fixed; top:74px; left:0; right:0; z-index:59; background:var(--navy);
               border-top:1px solid rgba(199,154,74,.3); border-bottom:1px solid rgba(199,154,74,.3); }
  .mnav a { display:block; padding:16px 28px; font-size:13px; letter-spacing:2.2px; text-transform:uppercase;
            color:rgba(247,244,238,.85); text-decoration:none; border-top:1px solid rgba(247,244,238,.08); }
  .mnav a.active { color:var(--gold); border-left:2px solid var(--gold); }
  .grid4 { grid-template-columns:1fr; }
  .proc { grid-template-columns:1fr; }
  .proc .step { border-left:none; border-top:1px solid var(--line); }
  .proc .step:first-child { border-top:none; }
  section.sec { padding:60px 0; }
  .hero-in { padding:160px 28px 110px; }
  .hero .id { max-width:100%; }
  .hero-art { opacity:.42; }
  .hero-art svg { transform:translateX(-22%) scale(1.10); }
  .hero-art::after { content:""; position:absolute; inset:0;
    background:linear-gradient(90deg, var(--navy) 0%, rgba(8,26,46,.55) 60%, rgba(8,26,46,.2) 100%); }
  .pcard { flex-direction:column; gap:12px; }
  .pcard .num { border-right:none; border-bottom:1px solid rgba(199,154,74,.35); padding:0 0 10px; }
  .mlist.two { column-count:1; }
  .phero { padding:130px 0 54px; }
  .brand .bt .l1 { font-size:14.5px; letter-spacing:2.6px; }
  .brand .bt .l2 { font-size:7.5px; letter-spacing:3.8px; }
}
