/* ============================================
   ON POINT SERVICES LTD
   Design system v1.0
   ============================================ */

:root {
  --ink: #0A0A0A;
  --ink-2: #141414;
  --ink-3: #1C1C1C;
  --ink-4: #262626;
  --line: rgba(244, 197, 24, 0.18);
  --line-soft: rgba(245, 240, 232, 0.08);
  --gold: #F4C518;
  --gold-deep: #D4A914;
  --gold-bright: #FFD43B;
  --bone: #F5F0E8;
  --bone-dim: rgba(245, 240, 232, 0.72);
  --muted: #8A8A8A;
  --green-accent: #2D5A3D;
  --shadow: 0 30px 80px rgba(0,0,0,0.4);

  --font-display: "Archivo Black", "Helvetica Neue", Arial, sans-serif;
  --font-sans: "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "JetBrains Mono", "Courier New", monospace;

  --container: 1320px;
  --gutter: clamp(20px, 4vw, 48px);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-sans);
  background: var(--ink);
  color: var(--bone);
  line-height: 1.55;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  cursor: default;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s ease; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; }

/* ============================================
   TYPOGRAPHY
   ============================================ */
.display {
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.92;
  text-transform: uppercase;
}
.display-xl { font-size: clamp(3rem, 9vw, 8.5rem); }
.display-lg { font-size: clamp(2.5rem, 6.5vw, 5.5rem); }
.display-md { font-size: clamp(2rem, 4.5vw, 3.5rem); }
.display-sm { font-size: clamp(1.5rem, 3vw, 2.25rem); }

.eyebrow {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}

.lede {
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  color: var(--bone-dim);
  max-width: 60ch;
  line-height: 1.6;
}

p { color: var(--bone-dim); }
.text-gold { color: var(--gold) !important; }
.text-bone { color: var(--bone); }
.italic { font-style: italic; }

/* ============================================
   LAYOUT
   ============================================ */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.section {
  padding: clamp(70px, 10vw, 140px) 0;
  position: relative;
}

.section-tight { padding: clamp(40px, 6vw, 80px) 0; }

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

@media (max-width: 900px) {
  .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .grid-3, .grid-4 { grid-template-columns: 1fr; }
}

.flex { display: flex; }
.flex-between { display: flex; justify-content: space-between; align-items: center; }
.gap-12 { gap: 12px; } .gap-24 { gap: 24px; } .gap-40 { gap: 40px; }

/* ============================================
   TOPOGRAPHIC PATTERN (signature element)
   Topographic-map style: concentric contour rings around imagined hills,
   long sweeping ridge lines, valley flow, and diagonal mountain ridges.
   Like reading a contour map of rolling hills.
   ============================================ */
.topo-bg {
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: 0.55;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2400 1600' fill='none' preserveAspectRatio='xMidYMid slice'><g stroke='%23F4C518' fill='none' stroke-linecap='round'><path d='M -50 46.5 C 192.0 27.5 384.0 40.0 576.0 59.1 C 744.0 73.1 912.0 65.7 1104.0 41.1 C 1272.0 19.8 1464.0 4.7 1632.0 15.4 C 1824.0 39.6 1992.0 64.0 2184.0 68.8 Q 2352.0 58.5 2450 52.5' stroke-width='2.0' opacity='0.7'/><path d='M -50 63.3 C 192.0 45.1 384.0 54.4 576.0 81.9 C 744.0 98.2 912.0 86.5 1104.0 58.4 C 1272.0 31.3 1464.0 16.5 1632.0 27.0 C 1824.0 56.6 1992.0 84.7 2184.0 93.0 Q 2352.0 80.6 2450 69.4' stroke-width='1.3' opacity='0.55'/><path d='M -50 73.1 C 192.0 54.9 384.0 65.4 576.0 86.8 C 744.0 101.9 912.0 91.9 1104.0 70.4 C 1272.0 46.6 1464.0 30.7 1632.0 42.9 C 1824.0 66.2 1992.0 91.1 2184.0 98.3 Q 2352.0 85.6 2450 80.5' stroke-width='0.7' opacity='0.4'/><path d='M -50 87.7 C 192.0 66.2 384.0 79.7 576.0 100.5 C 744.0 120.3 912.0 110.3 1104.0 83.5 C 1272.0 58.7 1464.0 40.9 1632.0 54.5 C 1824.0 80.1 1992.0 106.1 2184.0 114.3 Q 2352.0 103.7 2450 95.4' stroke-width='0.5' opacity='0.32'/><path d='M -50 101.1 C 192.0 82.4 384.0 95.7 576.0 122.2 C 744.0 140.8 912.0 127.1 1104.0 98.5 C 1272.0 70.7 1464.0 50.7 1632.0 66.0 C 1824.0 93.8 1992.0 122.6 2184.0 132.0 Q 2352.0 121.3 2450 109.1' stroke-width='1.5' opacity='0.55'/><path d='M -50 208.0 C 192.0 182.9 384.0 198.3 576.0 224.6 C 744.0 245.8 912.0 233.6 1104.0 204.0 C 1272.0 171.8 1464.0 154.4 1632.0 168.1 C 1824.0 200.1 1992.0 230.2 2184.0 236.9 Q 2352.0 223.1 2450 213.4' stroke-width='1.6' opacity='0.5'/><path d='M -50 238.8 C 192.0 214.5 384.0 228.1 576.0 256.8 C 744.0 277.5 912.0 265.8 1104.0 236.0 C 1272.0 203.7 1464.0 184.3 1632.0 199.3 C 1824.0 230.8 1992.0 259.6 2184.0 273.4 Q 2352.0 258.3 2450 248.2' stroke-width='1.0' opacity='0.4'/><path d='M -50 273.4 C 192.0 250.3 384.0 266.4 576.0 290.0 C 744.0 309.9 912.0 298.5 1104.0 268.5 C 1272.0 239.3 1464.0 220.2 1632.0 233.9 C 1824.0 264.4 1992.0 294.1 2184.0 305.1 Q 2352.0 289.8 2450 283.3' stroke-width='0.5' opacity='0.32'/><path d='M -50 389.7 C 192.0 366.8 384.0 381.7 576.0 408.2 C 744.0 432.3 912.0 420.2 1104.0 386.3 C 1272.0 354.6 1464.0 333.9 1632.0 348.8 C 1824.0 381.6 1992.0 413.1 2184.0 425.9 Q 2352.0 408.4 2450 397.3' stroke-width='2.2' opacity='0.65'/><path d='M -50 403.3 C 192.0 378.2 384.0 393.1 576.0 426.6 C 744.0 452.6 912.0 437.7 1104.0 400.6 C 1272.0 362.6 1464.0 341.2 1632.0 357.3 C 1824.0 396.1 1992.0 431.5 2184.0 444.6 Q 2352.0 425.8 2450 413.3' stroke-width='1.4' opacity='0.55'/><path d='M -50 417.3 C 192.0 386.4 384.0 406.0 576.0 441.9 C 744.0 467.7 912.0 452.2 1104.0 409.7 C 1272.0 366.6 1464.0 341.5 1632.0 362.0 C 1824.0 403.8 1992.0 447.3 2184.0 462.3 Q 2352.0 440.7 2450 428.8' stroke-width='0.8' opacity='0.42'/><path d='M -50 428.4 C 192.0 397.4 384.0 416.8 576.0 452.6 C 744.0 480.3 912.0 465.4 1104.0 425.0 C 1272.0 383.3 1464.0 357.0 1632.0 377.0 C 1824.0 419.1 1992.0 457.7 2184.0 473.8 Q 2352.0 455.4 2450 441.1' stroke-width='0.5' opacity='0.35'/><path d='M -50 438.2 C 192.0 414.5 384.0 429.3 576.0 462.1 C 744.0 486.7 912.0 470.1 1104.0 434.3 C 1272.0 400.8 1464.0 378.5 1632.0 392.9 C 1824.0 428.5 1992.0 464.3 2184.0 479.2 Q 2352.0 462.2 2450 447.6' stroke-width='1.0' opacity='0.45'/><path d='M -50 452.6 C 192.0 420.7 384.0 441.0 576.0 475.5 C 744.0 502.9 912.0 490.0 1104.0 447.0 C 1272.0 404.7 1464.0 381.3 1632.0 398.8 C 1824.0 442.3 1992.0 483.9 2184.0 495.4 Q 2352.0 476.0 2450 462.3' stroke-width='0.6' opacity='0.35'/><path d='M -50 539.5 C 192.0 509.8 384.0 528.0 576.0 566.9 C 744.0 592.1 912.0 576.1 1104.0 535.3 C 1272.0 495.3 1464.0 468.6 1632.0 489.8 C 1824.0 529.4 1992.0 570.8 2184.0 584.6 Q 2352.0 563.3 2450 551.2' stroke-width='1.5' opacity='0.5'/><path d='M -50 579.3 C 192.0 550.4 384.0 568.4 576.0 600.6 C 744.0 624.0 912.0 608.6 1104.0 573.4 C 1272.0 537.5 1464.0 516.8 1632.0 530.9 C 1824.0 568.7 1992.0 603.5 2184.0 615.6 Q 2352.0 600.8 2450 587.7' stroke-width='0.9' opacity='0.4'/><path d='M -50 620.0 C 192.0 586.7 384.0 607.4 576.0 644.1 C 744.0 672.7 912.0 656.3 1104.0 612.5 C 1272.0 570.0 1464.0 544.0 1632.0 565.9 C 1824.0 607.7 1992.0 651.3 2184.0 665.8 Q 2352.0 643.1 2450 630.0' stroke-width='0.5' opacity='0.32'/><path d='M -50 722.7 C 192.0 693.3 384.0 713.2 576.0 746.5 C 744.0 773.9 912.0 757.2 1104.0 719.5 C 1272.0 679.9 1464.0 656.3 1632.0 672.0 C 1824.0 714.3 1992.0 754.2 2184.0 765.5 Q 2352.0 749.7 2450 736.7' stroke-width='2.4' opacity='0.7'/><path d='M -50 730.4 C 192.0 700.4 384.0 721.7 576.0 757.0 C 744.0 781.9 912.0 766.4 1104.0 725.4 C 1272.0 683.2 1464.0 657.8 1632.0 677.6 C 1824.0 720.7 1992.0 759.3 2184.0 775.2 Q 2352.0 755.4 2450 739.9' stroke-width='1.6' opacity='0.6'/><path d='M -50 742.5 C 192.0 713.3 384.0 734.4 576.0 766.1 C 744.0 791.9 912.0 773.4 1104.0 736.6 C 1272.0 698.2 1464.0 678.6 1632.0 694.1 C 1824.0 731.0 1992.0 769.7 2184.0 784.1 Q 2352.0 766.3 2450 751.5' stroke-width='1.0' opacity='0.5'/><path d='M -50 752.7 C 192.0 723.1 384.0 739.8 576.0 775.2 C 744.0 805.1 912.0 787.7 1104.0 745.2 C 1272.0 707.6 1464.0 681.8 1632.0 701.6 C 1824.0 739.8 1992.0 783.9 2184.0 794.4 Q 2352.0 778.5 2450 763.2' stroke-width='0.6' opacity='0.4'/><path d='M -50 766.2 C 192.0 736.7 384.0 753.3 576.0 786.6 C 744.0 809.9 912.0 794.7 1104.0 758.3 C 1272.0 721.2 1464.0 699.8 1632.0 717.4 C 1824.0 754.0 1992.0 792.4 2184.0 802.8 Q 2352.0 786.5 2450 773.0' stroke-width='0.8' opacity='0.42'/><path d='M -50 774.6 C 192.0 751.5 384.0 768.5 576.0 793.9 C 744.0 812.6 912.0 801.7 1104.0 773.3 C 1272.0 739.8 1464.0 724.5 1632.0 737.0 C 1824.0 767.5 1992.0 799.1 2184.0 807.4 Q 2352.0 793.7 2450 784.4' stroke-width='0.5' opacity='0.35'/><path d='M -50 791.7 C 192.0 766.2 384.0 781.8 576.0 810.5 C 744.0 833.0 912.0 818.2 1104.0 784.4 C 1272.0 750.0 1464.0 732.2 1632.0 746.2 C 1824.0 780.0 1992.0 813.7 2184.0 828.1 Q 2352.0 812.3 2450 800.2' stroke-width='1.4' opacity='0.55'/><path d='M -50 796.4 C 192.0 772.9 384.0 787.0 576.0 816.7 C 744.0 837.9 912.0 827.6 1104.0 794.7 C 1272.0 760.1 1464.0 739.1 1632.0 757.4 C 1824.0 787.7 1992.0 820.7 2184.0 830.3 Q 2352.0 816.5 2450 805.9' stroke-width='0.7' opacity='0.4'/><path d='M -50 905.0 C 192.0 883.7 384.0 897.0 576.0 919.2 C 744.0 938.1 912.0 926.1 1104.0 899.6 C 1272.0 874.3 1464.0 858.2 1632.0 871.9 C 1824.0 898.1 1992.0 925.4 2184.0 933.8 Q 2352.0 921.7 2450 913.6' stroke-width='1.4' opacity='0.5'/><path d='M -50 941.3 C 192.0 917.5 384.0 932.8 576.0 956.7 C 744.0 972.9 912.0 964.9 1104.0 937.2 C 1272.0 908.2 1464.0 891.9 1632.0 905.2 C 1824.0 930.5 1992.0 959.9 2184.0 969.1 Q 2352.0 957.4 2450 948.0' stroke-width='0.8' opacity='0.4'/><path d='M -50 978.5 C 192.0 955.0 384.0 969.5 576.0 994.5 C 744.0 1014.4 912.0 1002.4 1104.0 972.3 C 1272.0 940.2 1464.0 924.6 1632.0 937.9 C 1824.0 969.2 1992.0 1000.2 2184.0 1010.8 Q 2352.0 995.5 2450 983.2' stroke-width='0.5' opacity='0.3'/><path d='M -50 1079.3 C 192.0 1053.0 384.0 1070.3 576.0 1099.1 C 744.0 1125.8 912.0 1109.5 1104.0 1072.8 C 1272.0 1037.6 1464.0 1017.8 1632.0 1032.5 C 1824.0 1070.7 1992.0 1107.6 2184.0 1117.6 Q 2352.0 1100.4 2450 1088.8' stroke-width='2.0' opacity='0.6'/><path d='M -50 1092.1 C 192.0 1065.6 384.0 1080.3 576.0 1111.9 C 744.0 1136.5 912.0 1124.0 1104.0 1086.0 C 1272.0 1050.8 1464.0 1026.9 1632.0 1044.0 C 1824.0 1081.0 1992.0 1118.8 2184.0 1131.0 Q 2352.0 1114.0 2450 1100.4' stroke-width='1.3' opacity='0.5'/><path d='M -50 1103.5 C 192.0 1078.2 384.0 1096.5 576.0 1121.9 C 744.0 1146.8 912.0 1133.6 1104.0 1097.3 C 1272.0 1066.5 1464.0 1048.4 1632.0 1064.2 C 1824.0 1094.7 1992.0 1126.6 2184.0 1137.2 Q 2352.0 1124.9 2450 1111.1' stroke-width='0.7' opacity='0.4'/><path d='M -50 1117.1 C 192.0 1097.8 384.0 1107.9 576.0 1135.5 C 744.0 1153.4 912.0 1143.4 1104.0 1114.0 C 1272.0 1083.4 1464.0 1068.8 1632.0 1080.6 C 1824.0 1107.4 1992.0 1136.1 2184.0 1147.6 Q 2352.0 1134.0 2450 1123.9' stroke-width='0.5' opacity='0.32'/><path d='M -50 1126.6 C 192.0 1105.9 384.0 1117.1 576.0 1147.0 C 744.0 1168.1 912.0 1152.8 1104.0 1124.9 C 1272.0 1092.9 1464.0 1075.0 1632.0 1087.1 C 1824.0 1118.5 1992.0 1149.7 2184.0 1162.5 Q 2352.0 1146.4 2450 1135.1' stroke-width='1.0' opacity='0.45'/><path d='M -50 1140.3 C 192.0 1118.3 384.0 1135.3 576.0 1159.4 C 744.0 1182.2 912.0 1167.3 1104.0 1137.1 C 1272.0 1107.8 1464.0 1088.3 1632.0 1103.2 C 1824.0 1135.8 1992.0 1165.8 2184.0 1175.6 Q 2352.0 1160.8 2450 1151.8' stroke-width='0.6' opacity='0.35'/><path d='M -50 1247.5 C 192.0 1219.2 384.0 1238.3 576.0 1267.4 C 744.0 1291.9 912.0 1277.5 1104.0 1241.1 C 1272.0 1205.2 1464.0 1187.8 1632.0 1200.9 C 1824.0 1237.2 1992.0 1271.6 2184.0 1283.1 Q 2352.0 1268.6 2450 1257.9' stroke-width='1.5' opacity='0.5'/><path d='M -50 1277.8 C 192.0 1252.5 384.0 1268.6 576.0 1298.8 C 744.0 1322.7 912.0 1308.5 1104.0 1275.4 C 1272.0 1237.9 1464.0 1215.2 1632.0 1234.7 C 1824.0 1271.0 1992.0 1304.7 2184.0 1315.4 Q 2352.0 1298.9 2450 1286.5' stroke-width='0.9' opacity='0.4'/><path d='M -50 1314.0 C 192.0 1291.5 384.0 1307.1 576.0 1335.1 C 744.0 1355.1 912.0 1341.4 1104.0 1310.6 C 1272.0 1280.2 1464.0 1261.1 1632.0 1275.4 C 1824.0 1305.1 1992.0 1336.8 2184.0 1349.8 Q 2352.0 1332.0 2450 1323.3' stroke-width='0.5' opacity='0.3'/><path d='M -50 1411.6 C 192.0 1390.8 384.0 1404.1 576.0 1429.6 C 744.0 1449.0 912.0 1439.5 1104.0 1410.3 C 1272.0 1381.7 1464.0 1361.0 1632.0 1374.5 C 1824.0 1405.9 1992.0 1435.5 2184.0 1443.4 Q 2352.0 1430.4 2450 1418.4' stroke-width='1.8' opacity='0.55'/><path d='M -50 1426.7 C 192.0 1405.3 384.0 1419.4 576.0 1441.9 C 744.0 1461.0 912.0 1449.4 1104.0 1421.5 C 1272.0 1392.8 1464.0 1376.3 1632.0 1389.1 C 1824.0 1418.1 1992.0 1447.9 2184.0 1456.5 Q 2352.0 1443.2 2450 1431.3' stroke-width='1.1' opacity='0.45'/><path d='M -50 1443.4 C 192.0 1425.3 384.0 1434.8 576.0 1454.1 C 744.0 1470.0 912.0 1462.3 1104.0 1439.4 C 1272.0 1414.0 1464.0 1399.9 1632.0 1412.5 C 1824.0 1435.9 1992.0 1458.2 2184.0 1465.2 Q 2352.0 1456.0 2450 1445.9' stroke-width='0.6' opacity='0.35'/><path d='M -50 1454.6 C 192.0 1434.9 384.0 1447.6 576.0 1467.8 C 744.0 1483.6 912.0 1473.6 1104.0 1451.3 C 1272.0 1425.1 1464.0 1408.5 1632.0 1419.0 C 1824.0 1446.1 1992.0 1471.9 2184.0 1479.3 Q 2352.0 1466.9 2450 1460.2' stroke-width='0.5' opacity='0.3'/><path d='M -50 1468.7 C 192.0 1453.0 384.0 1464.1 576.0 1485.1 C 744.0 1498.5 912.0 1491.7 1104.0 1468.4 C 1272.0 1444.5 1464.0 1429.4 1632.0 1443.2 C 1824.0 1463.7 1992.0 1488.7 2184.0 1494.1 Q 2352.0 1483.3 2450 1477.7' stroke-width='0.9' opacity='0.4'/><path d='M 600 60 C 800 280, 1000 480, 1200 700' stroke-width='1.2' opacity='0.45'/><path d='M 1500 1500 C 1700 1280, 1900 1080, 2100 880' stroke-width='1.1' opacity='0.42'/><path d='M 200 1480 C 350 1300, 500 1140, 660 1020' stroke-width='1.0' opacity='0.4'/><path d='M 1800 100 C 2000 280, 2200 460, 2380 640' stroke-width='0.9' opacity='0.4'/><path d='M 1080 350 C 1240 335, 1400 365, 1560 348' stroke-width='0.6' opacity='0.4'/><path d='M 380 880 C 540 870, 700 895, 860 880' stroke-width='0.7' opacity='0.42'/><path d='M 1750 1250 C 1900 1235, 2050 1265, 2200 1248' stroke-width='0.6' opacity='0.4'/><path d='M 50 540 C 200 525, 360 555, 500 540' stroke-width='0.7' opacity='0.42'/></g></svg>");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* Mask topo lines away from text on hero and page-header sections */
.hero .topo-bg,
.page-header .topo-bg {
  -webkit-mask-image: linear-gradient(95deg, transparent 0%, transparent 50%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,0.7) 72%, black 86%);
          mask-image: linear-gradient(95deg, transparent 0%, transparent 50%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,0.7) 72%, black 86%);
}
.topo-dense {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 1200' fill='none' preserveAspectRatio='xMidYMid slice'><g stroke='%23F4C518' fill='none' stroke-linecap='round'><path d='M -50 44.9 C 96.0 20.6 192.0 35.1 288.0 62.0 C 372.0 80.9 456.0 69.9 552.0 39.6 C 636.0 9.6 732.0 -11.7 816.0 3.5 C 912.0 33.4 996.0 67.0 1092.0 76.8 Q 1176.0 59.8 1250 53.3' stroke-width='1.6' opacity='0.65'/><path d='M -50 57.8 C 96.0 32.6 192.0 46.9 288.0 76.5 C 372.0 95.9 456.0 83.7 552.0 52.0 C 636.0 19.3 732.0 1.9 816.0 16.7 C 912.0 50.2 996.0 80.7 1092.0 91.8 Q 1176.0 76.4 1250 66.4' stroke-width='1.0' opacity='0.5'/><path d='M -50 67.2 C 96.0 47.2 192.0 59.3 288.0 82.5 C 372.0 99.1 456.0 87.9 552.0 60.8 C 636.0 32.5 732.0 18.9 816.0 30.2 C 912.0 59.3 996.0 84.8 1092.0 96.2 Q 1176.0 83.0 1250 70.5' stroke-width='0.5' opacity='0.35'/><path d='M -50 74.6 C 96.0 51.1 192.0 65.0 288.0 94.0 C 372.0 119.5 456.0 106.1 552.0 69.2 C 636.0 33.5 732.0 13.6 816.0 32.4 C 912.0 66.5 996.0 98.8 1092.0 111.0 Q 1176.0 94.1 1250 82.3' stroke-width='0.7' opacity='0.4'/><path d='M -50 170.0 C 96.0 148.2 192.0 160.8 288.0 188.2 C 372.0 205.2 456.0 195.6 552.0 164.4 C 636.0 136.4 732.0 118.1 816.0 132.0 C 912.0 163.9 996.0 192.4 1092.0 200.1 Q 1176.0 188.8 1250 176.4' stroke-width='2.0' opacity='0.7'/><path d='M -50 178.9 C 96.0 149.4 192.0 170.4 288.0 199.6 C 372.0 224.6 456.0 211.7 552.0 172.7 C 636.0 135.3 732.0 112.1 816.0 129.5 C 912.0 168.8 996.0 204.7 1092.0 218.5 Q 1176.0 200.2 1250 188.1' stroke-width='1.3' opacity='0.55'/><path d='M -50 193.1 C 96.0 170.2 192.0 182.7 288.0 211.1 C 372.0 235.9 456.0 222.5 552.0 187.4 C 636.0 154.3 732.0 136.9 816.0 153.0 C 912.0 182.8 996.0 218.6 1092.0 229.3 Q 1176.0 212.9 1250 201.2' stroke-width='0.6' opacity='0.4'/><path d='M -50 200.5 C 96.0 177.4 192.0 192.1 288.0 214.1 C 372.0 234.7 456.0 222.8 552.0 194.1 C 636.0 166.2 732.0 151.9 816.0 162.1 C 912.0 190.2 996.0 219.0 1092.0 229.3 Q 1176.0 215.6 1250 205.1' stroke-width='0.5' opacity='0.32'/><path d='M -50 212.6 C 96.0 192.0 192.0 206.4 288.0 230.4 C 372.0 250.5 456.0 239.5 552.0 210.9 C 636.0 179.7 732.0 162.9 816.0 178.8 C 912.0 208.6 996.0 236.7 1092.0 246.7 Q 1176.0 232.5 1250 220.9' stroke-width='0.9' opacity='0.45'/><path d='M -50 310.9 C 96.0 287.9 192.0 303.0 288.0 325.4 C 372.0 348.0 456.0 335.3 552.0 306.1 C 636.0 274.2 732.0 258.8 816.0 269.2 C 912.0 301.3 996.0 332.3 1092.0 343.0 Q 1176.0 328.3 1250 318.1' stroke-width='1.4' opacity='0.5'/><path d='M -50 341.2 C 96.0 312.4 192.0 332.4 288.0 367.8 C 372.0 393.3 456.0 378.4 552.0 337.7 C 636.0 295.6 732.0 271.2 816.0 289.4 C 912.0 331.2 996.0 372.2 1092.0 383.8 Q 1176.0 366.9 1250 354.7' stroke-width='0.8' opacity='0.4'/><path d='M -50 369.8 C 96.0 342.8 192.0 360.3 288.0 393.3 C 372.0 420.7 456.0 402.2 552.0 366.1 C 636.0 324.5 732.0 303.5 816.0 321.1 C 912.0 358.9 996.0 399.5 1092.0 411.6 Q 1176.0 394.0 1250 382.3' stroke-width='0.5' opacity='0.3'/><path d='M -50 460.2 C 96.0 439.6 192.0 451.8 288.0 477.8 C 372.0 500.8 456.0 487.8 552.0 456.8 C 636.0 428.4 732.0 408.1 816.0 423.5 C 912.0 451.8 996.0 482.9 1092.0 494.4 Q 1176.0 480.8 1250 470.6' stroke-width='2.2' opacity='0.7'/><path d='M -50 472.1 C 96.0 444.2 192.0 462.9 288.0 496.4 C 372.0 521.1 456.0 505.7 552.0 469.7 C 636.0 430.0 732.0 407.4 816.0 425.7 C 912.0 462.0 996.0 498.8 1092.0 511.9 Q 1176.0 495.5 1250 482.6' stroke-width='1.5' opacity='0.55'/><path d='M -50 485.3 C 96.0 453.8 192.0 471.0 288.0 505.6 C 372.0 535.6 456.0 516.3 552.0 478.9 C 636.0 438.3 732.0 413.2 816.0 433.8 C 912.0 470.8 996.0 511.3 1092.0 526.0 Q 1176.0 505.5 1250 495.4' stroke-width='0.9' opacity='0.45'/><path d='M -50 492.1 C 96.0 471.2 192.0 485.3 288.0 513.5 C 372.0 534.7 456.0 522.6 552.0 491.5 C 636.0 458.7 732.0 437.8 816.0 453.7 C 912.0 484.2 996.0 515.2 1092.0 527.6 Q 1176.0 513.8 1250 501.1' stroke-width='0.5' opacity='0.35'/><path d='M -50 505.9 C 96.0 480.2 192.0 496.5 288.0 526.6 C 372.0 548.0 456.0 535.9 552.0 502.2 C 636.0 464.8 732.0 447.7 816.0 462.8 C 912.0 494.5 996.0 530.0 1092.0 542.1 Q 1176.0 527.3 1250 513.7' stroke-width='0.7' opacity='0.4'/><path d='M -50 519.1 C 96.0 490.0 192.0 507.0 288.0 542.8 C 372.0 568.1 456.0 553.9 552.0 513.8 C 636.0 472.5 732.0 448.5 816.0 465.4 C 912.0 508.7 996.0 549.6 1092.0 563.1 Q 1176.0 542.4 1250 529.9' stroke-width='0.5' opacity='0.3'/><path d='M -50 632.3 C 96.0 602.5 192.0 619.1 288.0 653.4 C 372.0 679.2 456.0 664.9 552.0 625.8 C 636.0 586.1 732.0 566.4 816.0 581.1 C 912.0 622.0 996.0 657.4 1092.0 670.7 Q 1176.0 654.8 1250 639.6' stroke-width='1.5' opacity='0.5'/><path d='M -50 658.8 C 96.0 634.9 192.0 649.8 288.0 679.6 C 372.0 699.9 456.0 688.5 552.0 651.8 C 636.0 619.2 732.0 600.5 816.0 615.0 C 912.0 650.0 996.0 682.8 1092.0 693.4 Q 1176.0 679.2 1250 667.0' stroke-width='0.9' opacity='0.4'/><path d='M -50 688.3 C 96.0 665.3 192.0 677.3 288.0 707.2 C 372.0 728.7 456.0 714.3 552.0 683.0 C 636.0 649.9 732.0 632.3 816.0 646.9 C 912.0 678.9 996.0 708.1 1092.0 722.4 Q 1176.0 705.9 1250 694.9' stroke-width='0.5' opacity='0.3'/><path d='M -50 787.8 C 96.0 766.0 192.0 777.9 288.0 806.4 C 372.0 826.4 456.0 816.3 552.0 785.4 C 636.0 752.0 732.0 734.4 816.0 747.4 C 912.0 779.3 996.0 811.6 1092.0 822.2 Q 1176.0 806.2 1250 795.3' stroke-width='1.8' opacity='0.6'/><path d='M -50 797.8 C 96.0 771.6 192.0 788.9 288.0 813.1 C 372.0 834.7 456.0 822.3 552.0 792.7 C 636.0 759.8 732.0 741.1 816.0 756.8 C 912.0 786.2 996.0 820.1 1092.0 828.1 Q 1176.0 815.0 1250 803.5' stroke-width='1.1' opacity='0.5'/><path d='M -50 807.9 C 96.0 785.4 192.0 799.7 288.0 826.5 C 372.0 845.3 456.0 833.3 552.0 804.7 C 636.0 774.3 732.0 755.7 816.0 771.1 C 912.0 800.5 996.0 831.9 1092.0 839.5 Q 1176.0 827.4 1250 817.5' stroke-width='0.6' opacity='0.4'/><path d='M -50 823.7 C 96.0 805.7 192.0 815.9 288.0 843.1 C 372.0 861.2 456.0 847.0 552.0 819.7 C 636.0 793.8 732.0 775.3 816.0 787.6 C 912.0 818.3 996.0 844.5 1092.0 855.2 Q 1176.0 839.6 1250 831.4' stroke-width='0.5' opacity='0.32'/><path d='M -50 833.9 C 96.0 818.1 192.0 830.3 288.0 851.5 C 372.0 864.2 456.0 856.1 552.0 832.9 C 636.0 807.7 732.0 793.9 816.0 803.2 C 912.0 826.9 996.0 851.3 1092.0 859.1 Q 1176.0 849.8 1250 841.6' stroke-width='0.9' opacity='0.42'/><path d='M -50 953.2 C 96.0 932.5 192.0 948.2 288.0 973.4 C 372.0 992.0 456.0 977.3 552.0 948.9 C 636.0 924.1 732.0 905.2 816.0 919.6 C 912.0 946.2 996.0 975.0 1092.0 984.7 Q 1176.0 971.1 1250 962.4' stroke-width='1.4' opacity='0.5'/><path d='M -50 978.5 C 96.0 951.4 192.0 968.0 288.0 998.0 C 372.0 1018.9 456.0 1004.7 552.0 971.3 C 636.0 939.4 732.0 917.4 816.0 936.5 C 912.0 969.4 996.0 1002.3 1092.0 1014.1 Q 1176.0 997.6 1250 985.6' stroke-width='0.8' opacity='0.4'/><path d='M -50 1008.5 C 96.0 984.7 192.0 997.2 288.0 1027.2 C 372.0 1047.5 456.0 1035.0 552.0 1003.7 C 636.0 970.5 732.0 953.5 816.0 968.2 C 912.0 999.0 996.0 1030.8 1092.0 1041.3 Q 1176.0 1025.1 1250 1015.9' stroke-width='0.5' opacity='0.3'/><path d='M -50 1089.3 C 96.0 1069.8 192.0 1082.4 288.0 1104.4 C 372.0 1120.4 456.0 1109.2 552.0 1088.0 C 636.0 1062.8 732.0 1047.0 816.0 1059.6 C 912.0 1083.3 996.0 1107.2 1092.0 1114.7 Q 1176.0 1105.9 1250 1096.4' stroke-width='1.6' opacity='0.55'/><path d='M -50 1107.1 C 96.0 1082.9 192.0 1098.2 288.0 1122.9 C 372.0 1139.5 456.0 1129.0 552.0 1099.7 C 636.0 1072.4 732.0 1056.4 816.0 1068.3 C 912.0 1096.8 996.0 1127.3 1092.0 1135.1 Q 1176.0 1122.0 1250 1114.5' stroke-width='1.0' opacity='0.45'/><path d='M -50 1117.0 C 96.0 1095.7 192.0 1106.7 288.0 1134.8 C 372.0 1155.4 456.0 1140.6 552.0 1114.1 C 636.0 1081.1 732.0 1064.4 816.0 1077.1 C 912.0 1108.4 996.0 1138.8 1092.0 1146.6 Q 1176.0 1136.2 1250 1124.1' stroke-width='0.5' opacity='0.32'/><path d='M -50 1127.6 C 96.0 1108.0 192.0 1121.7 288.0 1144.2 C 372.0 1160.7 456.0 1151.9 552.0 1123.8 C 636.0 1096.3 732.0 1081.4 816.0 1092.9 C 912.0 1119.8 996.0 1148.5 1092.0 1155.9 Q 1176.0 1145.6 1250 1136.2' stroke-width='0.7' opacity='0.38'/><path d='M 300 50 C 420 220, 540 380, 660 540' stroke-width='1.0' opacity='0.4'/><path d='M 750 1100 C 880 950, 1010 820, 1140 700' stroke-width='0.9' opacity='0.38'/><path d='M 540 600 C 670 615, 800 595, 920 605' stroke-width='0.6' opacity='0.4'/><path d='M 80 870 C 200 855, 330 875, 450 868' stroke-width='0.7' opacity='0.4'/></g></svg>");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.6;
}
.topo-corner {
  position: absolute;
  width: 600px; height: 600px;
  pointer-events: none;
  opacity: 0.5;
}
.topo-corner.tr { top: -100px; right: -150px; }
.topo-corner.bl { bottom: -100px; left: -150px; }

.grain::before {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.96 0 0 0 0 0.94 0 0 0 0 0.91 0 0 0 0.04 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity: 0.5;
  mix-blend-mode: overlay;
}

/* ============================================
   NAV
   ============================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 18px 0;
  background: rgba(10, 10, 10, 0.6);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line-soft);
  transition: padding 0.3s, background 0.3s;
}
.nav.scrolled { padding: 12px 0; background: rgba(10, 10, 10, 0.92); }

.nav-inner {
  display: flex; justify-content: space-between; align-items: center;
}

.nav-brand {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--bone);
}
.nav-brand .logo-mark { width: 42px; height: 42px; flex: 0 0 42px; }
.nav-brand-text { line-height: 1; display: flex; flex-direction: column; gap: 2px; }
.nav-brand-text small {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.32em;
  color: var(--gold);
  text-transform: uppercase;
}

.nav-links {
  display: flex; align-items: center; gap: 32px;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.nav-links a {
  position: relative;
  color: var(--bone-dim);
  padding: 6px 0;
}
.nav-links a:hover, .nav-links a.active { color: var(--bone); }
.nav-links a::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }

.nav-cta {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 18px;
  background: var(--gold);
  color: var(--ink);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
  transition: transform 0.2s, background 0.2s;
}
.nav-cta:hover { background: var(--gold-bright); transform: translateY(-2px); }
.nav-cta svg { width: 14px; height: 14px; }

.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  flex-direction: column; gap: 5px;
  align-items: center; justify-content: center;
}
.nav-toggle span {
  display: block; width: 22px; height: 2px;
  background: var(--bone);
  transition: transform 0.3s, opacity 0.2s;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 960px) {
  .nav-links, .nav-cta-desktop { display: none; }
  .nav-toggle { display: flex; }
  .nav-mobile.open .nav-links {
    display: flex; flex-direction: column; gap: 24px;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--ink-2);
    padding: 32px var(--gutter);
    border-bottom: 1px solid var(--line);
    align-items: flex-start;
  }
  .nav-mobile.open .nav-links a { font-size: 1.4rem; }
  .nav-mobile.open .nav-cta-desktop { display: inline-flex; align-self: flex-start; margin-top: 12px; }
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 16px 28px;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: var(--ink); }
.btn-primary:hover { background: var(--gold-bright); }
.btn-ghost { color: var(--bone); border: 1px solid var(--line); background: transparent; }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-light { background: var(--bone); color: var(--ink); }
.btn-light:hover { background: white; }
.btn .arrow {
  display: inline-block;
  width: 18px; height: 12px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12'><path d='M0 6h16M11 1l5 5-5 5' stroke='black' stroke-width='1.5' fill='none' stroke-linecap='square'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12'><path d='M0 6h16M11 1l5 5-5 5' stroke='black' stroke-width='1.5' fill='none' stroke-linecap='square'/></svg>") center/contain no-repeat;
  transition: transform 0.2s;
}
.btn:hover .arrow { transform: translateX(4px); }

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative;
  min-height: 100vh;
  padding-top: 120px;
  display: flex; flex-direction: column; justify-content: center;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative; z-index: 2;
}
@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  margin-bottom: 24px;
}
.hero-eyebrow::before {
  content: ""; width: 36px; height: 1px; background: var(--gold);
}
.hero h1 {
  margin-bottom: 28px;
  color: var(--bone);
}
.hero h1 .gold-line { color: var(--gold); display: block; }
.hero h1 .outline {
  -webkit-text-stroke: 1.5px var(--bone);
  color: transparent;
  display: block;
}
.hero-meta {
  display: flex; flex-wrap: wrap; gap: 32px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--line-soft);
}
.hero-meta div { min-width: 0; }
.hero-meta .label {
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}
.hero-meta .val {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--bone);
}

.hero-visual {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 4px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(244,197,24,0.18) 0%, transparent 60%),
    linear-gradient(160deg, var(--ink-3) 0%, var(--ink) 60%, var(--ink-2) 100%);
  box-shadow: var(--shadow);
}
.hero-visual::after {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 1000' fill='none'><g stroke='%23F4C518' stroke-width='1' fill='none' opacity='0.35' stroke-linecap='round'><path d='M0 100 Q 200 50 400 100 T 800 100'/><path d='M0 200 Q 200 250 400 200 T 800 200'/><path d='M0 300 Q 200 250 400 300 T 800 300'/><path d='M0 400 Q 200 450 400 400 T 800 400'/><path d='M0 500 Q 200 450 400 500 T 800 500'/><path d='M0 600 Q 200 650 400 600 T 800 600'/><path d='M0 700 Q 200 650 400 700 T 800 700'/><path d='M0 800 Q 200 850 400 800 T 800 800'/><path d='M0 900 Q 200 850 400 900 T 800 900'/></g></svg>");
  background-size: cover;
  z-index: 1;
}
.hero-visual img { position: relative; z-index: 2; }
.hero-visual::before { z-index: 3; }
.hero-tag-card { z-index: 4; }
.hero-visual img {
  width: 100%; height: 100%; object-fit: cover;
  filter: contrast(1.05) saturate(0.95);
}
.hero-visual::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(10,10,10,0.7) 100%);
  z-index: 2;
}
.hero-tag-card {
  position: absolute; bottom: 20px; left: 20px; right: 20px;
  background: rgba(10,10,10,0.7);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  padding: 16px 20px;
  z-index: 3;
  border-radius: 4px;
}
.hero-tag-card .eyebrow { color: var(--gold); }
.hero-tag-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--bone);
  margin-top: 4px;
}

/* Marquee */
.marquee {
  background: var(--gold);
  color: var(--ink);
  overflow: hidden;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.marquee-track {
  display: flex; gap: 60px;
  padding: 18px 0;
  white-space: nowrap;
  animation: scroll 35s linear infinite;
  font-family: var(--font-display);
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.marquee-track span { display: inline-flex; align-items: center; gap: 60px; }
.marquee-dot { display: inline-block; width: 10px; height: 10px; background: var(--ink); border-radius: 50%; flex: 0 0 10px; }
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============================================
   AUDIENCE FILTER
   ============================================ */
.audience {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
@media (max-width: 800px) { .audience { grid-template-columns: 1fr; } }

.audience-card {
  position: relative;
  padding: clamp(40px, 6vw, 80px);
  display: flex; flex-direction: column; justify-content: space-between;
  overflow: hidden;
  transition: background 0.4s ease;
  border-right: 1px solid var(--line-soft);
  background:
    radial-gradient(ellipse at 80% 20%, rgba(244,197,24,0.1) 0%, transparent 60%),
    linear-gradient(160deg, var(--ink-2) 0%, var(--ink) 100%);
}
.audience-card:last-child { border-right: none; }
@media (max-width: 800px) { .audience-card { border-right: none; border-bottom: 1px solid var(--line-soft); } }

.audience-card::before {
  content: "";
  position: absolute; inset: 0;
  background-image: var(--bg-img);
  background-size: cover;
  background-position: center;
  opacity: 0.18;
  transition: opacity 0.4s ease, transform 0.6s ease;
  z-index: 0;
}
.audience-card:hover::before { opacity: 0.35; transform: scale(1.05); }
.audience-card > * { position: relative; z-index: 2; }
.audience-num {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.3em;
  color: var(--gold);
  margin-bottom: 12px;
}
.audience-card h3 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 4rem);
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: var(--bone);
  line-height: 0.95;
}
.audience-card p { max-width: 38ch; }
.audience-link {
  display: inline-flex; align-items: center; gap: 12px;
  margin-top: 32px;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}
.audience-link .arrow { background: var(--gold); width: 24px; height: 12px; }

/* ============================================
   SERVICES GRID
   ============================================ */
.service-card {
  position: relative;
  padding: 36px 32px;
  background: var(--ink-2);
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.3s, border-color 0.3s, background 0.3s;
  display: flex; flex-direction: column;
  min-height: 320px;
}
.service-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  background: var(--ink-3);
}
.service-card .num {
  position: absolute;
  top: 24px; right: 28px;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--muted);
}
.service-icon {
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(244, 197, 24, 0.1);
  border: 1px solid var(--gold);
  border-radius: 50%;
  margin-bottom: 28px;
}
.service-icon svg { width: 26px; height: 26px; color: var(--gold); fill: none; stroke: var(--gold); stroke-width: 1.5; }
.service-card h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  text-transform: uppercase;
  color: var(--bone);
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}
.service-card p { font-size: 0.95rem; flex: 1; }
.service-card .more {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 22px;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}
.service-card .more .arrow { background: var(--gold); width: 20px; height: 10px; }

/* ============================================
   STATS
   ============================================ */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
@media (max-width: 800px) { .stats { grid-template-columns: repeat(2, 1fr); } }
.stat {
  padding: 36px 28px;
  border-right: 1px solid var(--line-soft);
}
.stat:last-child { border-right: none; }
@media (max-width: 800px) {
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(odd) { border-right: 1px solid var(--line-soft); }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--line-soft); }
}
.stat-num {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: var(--gold);
  line-height: 1;
  margin-bottom: 10px;
  display: flex; align-items: baseline; gap: 4px;
}
.stat-num small { font-size: 0.4em; color: var(--bone); }
.stat-label {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: var(--bone-dim);
  text-transform: uppercase;
}

/* ============================================
   PROCESS / TIMELINE
   ============================================ */
.process-list { counter-reset: step; }
.process-item {
  display: grid;
  grid-template-columns: 80px 1.5fr 2fr;
  gap: 32px;
  padding: 32px 0;
  border-bottom: 1px solid var(--line-soft);
  align-items: start;
  transition: padding 0.3s;
}
.process-item:hover { padding-left: 12px; }
@media (max-width: 800px) { .process-item { grid-template-columns: 60px 1fr; } .process-item p { grid-column: 1 / -1; } }

.process-num {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--gold);
  letter-spacing: 0.05em;
}
.process-item h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  text-transform: uppercase;
  color: var(--bone);
  letter-spacing: -0.01em;
}
.process-item p { color: var(--bone-dim); }

/* ============================================
   PROJECT CARDS
   ============================================ */
.project-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  border-radius: 4px;
  background:
    radial-gradient(ellipse at 70% 30%, rgba(244,197,24,0.15) 0%, transparent 55%),
    linear-gradient(135deg, var(--ink-3) 0%, var(--ink) 60%, var(--ink-2) 100%);
}
.project-card::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 600' fill='none'><g stroke='%23F4C518' stroke-width='0.8' fill='none' opacity='0.3' stroke-linecap='round'><path d='M0 80 Q 200 30 400 80 T 800 80'/><path d='M0 160 Q 200 210 400 160 T 800 160'/><path d='M0 240 Q 200 190 400 240 T 800 240'/><path d='M0 320 Q 200 370 400 320 T 800 320'/><path d='M0 400 Q 200 350 400 400 T 800 400'/><path d='M0 480 Q 200 530 400 480 T 800 480'/></g></svg>");
  background-size: cover;
  pointer-events: none;
  z-index: 1;
}
.project-card img { position: relative; z-index: 2; }
.project-card-overlay { z-index: 3; }
.project-card.tall { aspect-ratio: 3/4; }
.project-card.wide { grid-column: span 2; aspect-ratio: 16/9; }
@media (max-width: 800px) {
  .project-card.wide { grid-column: span 1; aspect-ratio: 4/3; }
}
.project-card img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease;
  filter: saturate(0.85) contrast(1.05);
}
.project-card:hover img { transform: scale(1.06); filter: saturate(1) contrast(1.1); }
.project-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(10,10,10,0.92) 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 28px;
}
.project-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 6px 12px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  margin-bottom: 12px;
  align-self: flex-start;
}
.project-card h4 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  text-transform: uppercase;
  color: var(--bone);
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}
.project-card .loc {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--bone-dim);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 800px) { .project-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .project-grid { grid-template-columns: 1fr; } }

/* ============================================
   TESTIMONIAL
   ============================================ */
.testimonial {
  position: relative;
  padding: clamp(40px, 6vw, 80px);
  border: 1px solid var(--line);
  border-radius: 6px;
  background: linear-gradient(135deg, var(--ink-2), var(--ink));
  overflow: hidden;
}
.testimonial-quote-mark {
  position: absolute;
  top: -40px; right: 40px;
  font-family: var(--font-display);
  font-size: 14rem;
  color: var(--gold);
  opacity: 0.15;
  line-height: 1;
}
.testimonial blockquote {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.4vw, 1.9rem);
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--bone);
  max-width: 60ch;
  position: relative;
  z-index: 2;
  text-transform: none;
}
.testimonial-author {
  margin-top: 32px;
  display: flex; align-items: center; gap: 16px;
  position: relative; z-index: 2;
}
.testimonial-author .avatar {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  color: var(--ink);
  font-size: 1.2rem;
}
.testimonial-author .who {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.testimonial-author .who strong { display: block; color: var(--bone); margin-bottom: 2px; }
.testimonial-author .who span { color: var(--bone-dim); }

/* ============================================
   CTA STRIP
   ============================================ */
.cta-strip {
  position: relative;
  padding: clamp(60px, 10vw, 120px) 0;
  background: var(--gold);
  color: var(--ink);
  overflow: hidden;
}
.cta-strip::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2400 1200' fill='none' preserveAspectRatio='xMidYMid slice'><g stroke='%230A0A0A' fill='none' stroke-linecap='round'><path d='M-50 90 C 380 30, 880 140, 1380 60 C 1780 5, 2150 105, 2450 70' stroke-width='2.4' opacity='0.55'/><path d='M-50 470 C 350 410, 820 555, 1300 450 C 1750 380, 2120 540, 2450 475' stroke-width='2.6' opacity='0.6'/><path d='M-50 760 C 380 700, 880 840, 1380 745 C 1810 680, 2200 820, 2450 760' stroke-width='2.3' opacity='0.55'/><path d='M-50 1075 C 380 1010, 880 1130, 1380 1060 C 1810 1000, 2200 1110, 2450 1080' stroke-width='2.0' opacity='0.5'/><path d='M-50 60 C 460 110, 950 25, 1430 90 C 1850 140, 2200 50, 2450 100' stroke-width='1.4' opacity='0.45'/><path d='M-50 130 C 350 165, 820 95, 1300 145 C 1750 180, 2120 110, 2450 145' stroke-width='1.2' opacity='0.42'/><path d='M-50 165 C 300 200, 720 135, 1130 185 C 1560 225, 1980 145, 2450 195' stroke-width='1.1' opacity='0.4'/><path d='M-50 450 C 410 380, 870 540, 1330 430 C 1790 350, 2200 520, 2450 445' stroke-width='1.5' opacity='0.45'/><path d='M-50 510 C 300 555, 720 460, 1130 535 C 1580 595, 1980 480, 2450 545' stroke-width='1.3' opacity='0.42'/><path d='M-50 545 C 460 490, 920 570, 1420 500 C 1860 440, 2240 595, 2450 535' stroke-width='1.2' opacity='0.4'/><path d='M-50 745 C 380 695, 880 800, 1380 720 C 1810 660, 2200 780, 2450 730' stroke-width='1.4' opacity='0.45'/><path d='M-50 815 C 350 855, 820 770, 1300 830 C 1770 875, 2120 785, 2450 840' stroke-width='1.2' opacity='0.4'/><path d='M-50 850 C 460 790, 950 875, 1450 810 C 1880 770, 2240 880, 2450 825' stroke-width='1.1' opacity='0.4'/><path d='M-50 88 C 320 60, 660 110, 990 78 C 1280 50, 1580 100, 1880 72 C 2180 50, 2360 95, 2450 82' stroke-width='0.5' opacity='0.32'/><path d='M-50 115 C 320 142, 660 100, 990 138 C 1280 168, 1580 122, 1880 152 C 2180 178, 2360 138, 2450 158' stroke-width='0.5' opacity='0.3'/><path d='M-50 195 C 280 175, 600 215, 920 188 C 1190 165, 1500 210, 1820 188 C 2120 165, 2350 210, 2450 188' stroke-width='0.4' opacity='0.28'/><path d='M-50 435 C 320 405, 660 460, 990 425 C 1280 400, 1580 450, 1880 422 C 2180 398, 2360 445, 2450 432' stroke-width='0.5' opacity='0.32'/><path d='M-50 580 C 320 605, 660 565, 990 605 C 1280 638, 1580 590, 1880 622 C 2180 648, 2360 605, 2450 632' stroke-width='0.5' opacity='0.3'/><path d='M-50 725 C 280 700, 600 745, 920 715 C 1190 690, 1500 735, 1820 712 C 2120 692, 2350 735, 2450 718' stroke-width='0.4' opacity='0.28'/><path d='M-50 870 C 320 838, 660 905, 990 868 C 1280 838, 1580 895, 1880 858 C 2180 832, 2360 880, 2450 868' stroke-width='0.5' opacity='0.3'/><path d='M-50 248 C 620 195, 1180 320, 1780 235 C 2180 195, 2350 195, 2450 240' stroke-width='1.7' opacity='0.45'/><path d='M-50 348 C 480 410, 1100 290, 1700 365 C 2100 405, 2320 318, 2450 360' stroke-width='1.4' opacity='0.4'/><path d='M-50 645 C 720 580, 1380 695, 2080 630 C 2280 615, 2400 600, 2450 640' stroke-width='1.6' opacity='0.45'/><path d='M-50 985 C 620 1030, 1180 950, 1780 1000 C 2180 1035, 2350 970, 2450 1010' stroke-width='1.5' opacity='0.4'/><path d='M380 30 C 460 200, 540 380, 680 540' stroke-width='1.0' opacity='0.4'/><path d='M1620 850 C 1820 1020, 2020 1120, 2200 1180' stroke-width='1.1' opacity='0.4'/><path d='M280 215 C 480 195, 720 235, 920 213' stroke-width='1.8' opacity='0.45'/><path d='M1520 442 C 1720 470, 1920 422, 2120 445' stroke-width='1.6' opacity='0.42'/><path d='M180 928 C 380 905, 620 945, 820 920' stroke-width='1.7' opacity='0.42'/><path d='M880 265 C 1100 245, 1320 280, 1540 263' stroke-width='1.5' opacity='0.4'/><path d='M1280 1080 C 1480 1110, 1680 1060, 1880 1095' stroke-width='1.4' opacity='0.4'/></g></svg>");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-mask-image: linear-gradient(110deg, transparent 0%, transparent 38%, rgba(0,0,0,0.4) 55%, rgba(0,0,0,0.85) 70%, black 85%);
          mask-image: linear-gradient(110deg, transparent 0%, transparent 38%, rgba(0,0,0,0.4) 55%, rgba(0,0,0,0.85) 70%, black 85%);
  opacity: 0.9;
}
.cta-strip > * { position: relative; z-index: 2; }
.cta-strip h2 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 7vw, 6rem);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.95;
  margin-bottom: 24px;
  color: var(--ink);
}
.cta-strip h2 .outline {
  -webkit-text-stroke: 2px var(--ink);
  color: transparent;
  display: block;
}
.cta-strip-actions {
  display: flex; gap: 16px; flex-wrap: wrap;
  margin-top: 40px;
}
.cta-strip .btn-primary { background: var(--ink); color: var(--gold); }
.cta-strip .btn-primary:hover { background: #000; }
.cta-strip .btn-ghost { color: var(--ink); border-color: var(--ink); }
.cta-strip .btn-ghost:hover { background: var(--ink); color: var(--gold); }

/* ============================================
   FOOTER
   ============================================ */
footer {
  background: var(--ink);
  border-top: 1px solid var(--line);
  padding: 80px 0 40px;
  position: relative;
  overflow: hidden;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 60px;
}
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 500px) { .footer-grid { grid-template-columns: 1fr; } }

.footer-brand {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 24px;
}
.footer-brand .logo-mark { width: 56px; height: 56px; }
.footer-brand-text {
  font-family: var(--font-display);
  font-size: 1.4rem;
  text-transform: uppercase;
  color: var(--bone);
  letter-spacing: 0.02em;
}
.footer-brand-text small {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  color: var(--gold);
  display: block;
}
.footer-tagline { color: var(--bone-dim); max-width: 30ch; margin-bottom: 24px; font-size: 0.95rem; }

.footer-col h4 {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul a {
  color: var(--bone-dim);
  font-size: 0.92rem;
}
.footer-col ul a:hover { color: var(--bone); }

.footer-contact-row {
  display: flex; align-items: center; gap: 12px;
  color: var(--bone-dim);
  font-size: 0.95rem;
  margin-bottom: 12px;
}
.footer-contact-row svg { width: 18px; height: 18px; color: var(--gold); flex: 0 0 18px; }

.footer-bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
  padding-top: 30px;
  border-top: 1px solid var(--line-soft);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  gap: 16px;
}
.footer-bottom a { color: var(--muted); }
.footer-bottom a:hover { color: var(--gold); }

/* ============================================
   PAGE HEADERS (sub pages)
   ============================================ */
.page-header {
  position: relative;
  padding: 200px 0 100px;
  border-bottom: 1px solid var(--line-soft);
  overflow: hidden;
}
.page-header h1 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 7vw, 6rem);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.92;
  color: var(--bone);
  margin-bottom: 24px;
}
.page-header h1 .gold { color: var(--gold); }
.page-header .lede { max-width: 56ch; }
.crumbs {
  display: flex; gap: 10px; align-items: center;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 28px;
}
.crumbs a { color: var(--bone-dim); }
.crumbs a:hover { color: var(--gold); }
.crumbs .sep { color: var(--gold); }

/* ============================================
   FORMS
   ============================================ */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 700px) { .form-grid { grid-template-columns: 1fr; } }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%;
  background: var(--ink-2);
  border: 1px solid var(--line-soft);
  color: var(--bone);
  padding: 14px 16px;
  font-family: var(--font-sans);
  font-size: 1rem;
  border-radius: 4px;
  transition: border-color 0.2s, background 0.2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: var(--ink-3);
}
.form-group textarea { min-height: 140px; resize: vertical; }
.form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%23F4C518' stroke-width='1.5' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
  padding-right: 44px;
}

.checkbox-row {
  display: flex; flex-wrap: wrap; gap: 12px;
}
.checkbox-row label {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 18px;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  font-size: 0.85rem;
  color: var(--bone-dim);
  cursor: pointer;
  transition: all 0.2s;
  text-transform: none;
  letter-spacing: normal;
  font-family: var(--font-sans);
}
.checkbox-row input { display: none; }
.checkbox-row input:checked + label,
.checkbox-row label:has(input:checked) {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
  font-weight: 600;
}

/* ============================================
   FAQ
   ============================================ */
.faq-item {
  border-bottom: 1px solid var(--line-soft);
  padding: 28px 0;
}
.faq-item summary {
  cursor: pointer;
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 24px;
  list-style: none;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  text-transform: uppercase;
  color: var(--bone);
  letter-spacing: -0.01em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-family: var(--font-display);
  color: var(--gold);
  flex: 0 0 30px;
  font-size: 1.6rem;
  text-align: center;
  transition: transform 0.3s;
}
.faq-item[open] summary::after { content: "−"; }
.faq-item p { margin-top: 16px; max-width: 70ch; }

/* ============================================
   FEATURE LIST
   ============================================ */
.feature-list { display: flex; flex-direction: column; gap: 16px; }
.feature-list li {
  display: flex; align-items: flex-start; gap: 14px;
  color: var(--bone-dim);
}
.feature-list li::before {
  content: "";
  flex: 0 0 18px; height: 18px;
  margin-top: 4px;
  background: var(--gold);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'><path d='M3 9l4 4 8-9' stroke='black' stroke-width='2' fill='none'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'><path d='M3 9l4 4 8-9' stroke='black' stroke-width='2' fill='none'/></svg>") center/contain no-repeat;
}

/* ============================================
   UTILITIES
   ============================================ */
.text-center { text-align: center; }
.mb-12 { margin-bottom: 12px; } .mb-24 { margin-bottom: 24px; } .mb-40 { margin-bottom: 40px; } .mb-60 { margin-bottom: 60px; }
.mt-24 { margin-top: 24px; } .mt-40 { margin-top: 40px; } .mt-60 { margin-top: 60px; }

.section-head {
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  margin-bottom: 60px;
  align-items: end;
}
@media (max-width: 800px) { .section-head { grid-template-columns: 1fr; gap: 24px; } }
.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.6rem);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.95;
  color: var(--bone);
}
.section-head h2 .gold { color: var(--gold); }
.section-head .lede { max-width: 50ch; }

/* Reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Scroll bar */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--ink); }
::-webkit-scrollbar-thumb { background: var(--ink-4); border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold-deep); }

/* Selection */
::selection { background: var(--gold); color: var(--ink); }

/* Focus */
*:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

/* Print fallback */
@media print {
  .nav, .cta-strip, footer { display: none; }
}
