/* =====================================================================
   Parsons Construction & Landscaping — site stylesheet (v2)
   Modern, restrained, product-site aesthetic: near-black canvas, one
   geometric sans, two-tone headlines, floating pill nav, soft-bordered
   rounded cards with amber glow accents.
   ===================================================================== */

:root {
  --bg: #0b0c10;
  --bg-2: #0e1016;
  --bg-3: #12141b;
  --card: rgba(255, 255, 255, 0.025);
  --card-hover: rgba(255, 255, 255, 0.045);
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.16);
  --text: #ecebe7;
  --text-2: #c5c4c0;
  --muted: #8f9099;
  --accent: #e9b24a;
  --accent-2: #f6d17c;
  --accent-deep: #b9832a;
  --accent-grad: linear-gradient(120deg, #d9a23f 0%, #f6d17c 50%, #e9b24a 100%);
  --glow-amber: rgba(233, 178, 74, 0.32);
  --glow-blue: rgba(86, 110, 210, 0.22);
  --font-head: "Outfit", "Segoe UI", system-ui, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --container: 1200px;
  --gutter: clamp(20px, 4vw, 40px);
  --section: clamp(56px, 6.5vw, 88px);
  --r-sm: 10px;
  --r: 16px;
  --r-lg: 24px;
  --nav-h: 64px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text-2);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body.is-loading { overflow: hidden; }

img, picture, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, h6, p { margin: 0; }
::selection { background: var(--accent); color: #0b0c10; }

/* ---------- Typography ---------- */

h1, h2, h3, .h1, .h2, .h3 {
  font-family: var(--font-head);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--text);
}
h1, .h1 { font-size: clamp(2.6rem, 5.6vw, 4.6rem); font-weight: 300; }
h2, .h2 { font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 300; }
h3, .h3 { font-size: clamp(1.35rem, 2vw, 1.7rem); font-weight: 500; letter-spacing: -0.015em; line-height: 1.2; }
h4, .h4 { font-family: var(--font-head); font-weight: 500; font-size: 1.1rem; color: var(--text); letter-spacing: -0.01em; }
strong, b { font-weight: 600; color: var(--text); }

.dim { color: var(--muted); font-weight: 300; }
.two-tone .dim, h1 .dim, h2 .dim { display: block; }
.accent { color: var(--accent-2); }
.text-grad { background: var(--accent-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px 6px 8px;
  border: 1px solid var(--line); border-radius: 999px;
  background: rgba(255,255,255,0.03);
  font-size: 0.78rem; font-weight: 500; color: var(--text-2); letter-spacing: 0.01em;
}
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px var(--glow-amber); }
.eyebrow.no-line::before { display: none; }
.eyebrow.no-line { padding-left: 12px; }

.lead { font-size: clamp(1.05rem, 1.3vw, 1.2rem); line-height: 1.7; color: var(--text-2); font-weight: 400; }
.muted { color: var(--muted); }
.small { font-size: 0.875rem; }

.prose p { margin-bottom: 1.2em; color: var(--text-2); }
.prose p:last-child { margin-bottom: 0; }
.prose ul { padding-left: 1.2em; list-style: disc; margin-bottom: 1.2em; }
.prose ol { padding-left: 1.2em; margin-bottom: 1.2em; }
.prose li { margin-bottom: 0.4em; }
.prose h2, .prose h3 { margin: 1.8em 0 0.6em; }
.prose a { color: var(--accent-2); text-decoration: underline; text-underline-offset: 3px; }
.prose blockquote { margin: 1.6em 0; padding: 1.2em 1.6em; border-left: 2px solid var(--accent); background: var(--card); border-radius: 0 var(--r-sm) var(--r-sm) 0; color: var(--text); font-family: var(--font-head); font-weight: 300; font-size: 1.2em; line-height: 1.45; }

/* ---------- Layout ---------- */

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.container.narrow { max-width: 820px; }
.section { padding-top: var(--section); padding-bottom: var(--section); position: relative; }
.section.tight { padding-top: calc(var(--section) * 0.55); padding-bottom: calc(var(--section) * 0.55); }
.section.bg-2 { background: var(--bg-2); }
.section.bg-3 { background: var(--bg-3); }
.section.glow::before { content: ""; position: absolute; left: 50%; top: 0; width: 900px; height: 600px; transform: translate(-50%, -40%); background: radial-gradient(closest-side, var(--glow-amber), transparent 70%); opacity: 0.35; pointer-events: none; filter: blur(20px); }
.section.glow-blue::before { content: ""; position: absolute; right: -200px; bottom: 0; width: 800px; height: 600px; background: radial-gradient(closest-side, var(--glow-blue), transparent 70%); opacity: 0.6; pointer-events: none; filter: blur(30px); }
.section > .container { position: relative; z-index: 1; }

.section-head { display: grid; gap: 14px; margin-bottom: clamp(28px, 4vw, 44px); }
.section-head.split { grid-template-columns: 1fr; align-items: end; }
@media (min-width: 900px) { .section-head.split { grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr); gap: 48px; } .section-head.split > :last-child { justify-self: end; } }
.section-head h2 { margin-top: 6px; max-width: 18ch; }
.section-head.center { text-align: center; justify-items: center; }
.section-head.center h2 { max-width: 22ch; }
.section-head.center .lead { max-width: 60ch; }

.grid { display: grid; gap: var(--gutter); }
.grid-2 { grid-template-columns: 1fr; }
.grid-3 { grid-template-columns: 1fr; }
@media (min-width: 720px) { .grid-2, .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1080px) { .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.hr { height: 1px; background: var(--line); border: 0; margin: 0; }

/* ---------- Buttons ---------- */

.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 22px; border-radius: 10px;
  font-size: 0.92rem; font-weight: 500; letter-spacing: -0.005em; white-space: nowrap;
  border: 1px solid transparent;
  transition: transform 0.35s var(--ease), background 0.3s, border-color 0.3s, color 0.3s, box-shadow 0.3s;
}
.btn svg { width: 16px; height: 16px; transition: transform 0.35s var(--ease); }
.btn:hover svg { transform: translateX(3px); }
.btn-gold { background: var(--accent); color: #0b0c10; box-shadow: 0 0 0 0 var(--glow-amber); }
.btn-gold:hover { background: var(--accent-2); transform: translateY(-1px); box-shadow: 0 8px 30px -8px var(--glow-amber); }
.btn-outline { background: rgba(255,255,255,0.03); border-color: var(--line-strong); color: var(--text); }
.btn-outline:hover { background: rgba(255,255,255,0.07); border-color: rgba(255,255,255,0.3); transform: translateY(-1px); }
.btn-ghost { padding: 0; color: var(--accent-2); font-weight: 500; }
.btn-ghost:hover { color: var(--text); }
.btn-lg { padding: 15px 28px; font-size: 1rem; }
.btn-group { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* ---------- Preloader ---------- */

.preloader { position: fixed; inset: 0; z-index: 1000; background: var(--bg); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 22px; }
.preloader__logo { width: clamp(120px, 18vw, 180px); opacity: 0; transform: translateY(10px); }
.preloader__bar { width: 160px; height: 2px; background: var(--line); border-radius: 2px; position: relative; overflow: hidden; }
.preloader__bar span { position: absolute; inset: 0; background: var(--accent-grad); transform: scaleX(0); transform-origin: left; }
.preloader__count { display: none; }
.cursor { display: none !important; }

/* ---------- Header (floating pill) ---------- */

.header { position: fixed; top: 16px; left: 0; right: 0; z-index: 100; transition: top 0.4s var(--ease), transform 0.4s var(--ease); pointer-events: none; }
.header.is-hidden { transform: translateY(-120%); }
.header .container { pointer-events: auto; }
.header__bar {
  height: var(--nav-h); display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 0 10px 0 18px; border-radius: 16px;
  background: rgba(14, 16, 22, 0.72); border: 1px solid var(--line);
  backdrop-filter: blur(18px) saturate(140%); -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 10px 40px -20px rgba(0,0,0,0.6);
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.header.is-scrolled .header__bar { background: rgba(12, 13, 18, 0.86); border-color: var(--line-strong); box-shadow: 0 16px 50px -20px rgba(0,0,0,0.8); }

.brand { display: flex; align-items: center; gap: 10px; }
.brand img { height: 46px; width: auto; }

.nav { display: none; align-items: center; gap: 2px; }
.nav a { position: relative; padding: 8px 12px; border-radius: 8px; font-size: 0.92rem; font-weight: 500; color: var(--text-2); transition: color 0.25s, background 0.25s; }
.nav a:hover { color: var(--text); background: rgba(255,255,255,0.05); }
.nav a.is-active { color: var(--text); }
.nav a.is-active::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 2px; height: 2px; border-radius: 2px; background: var(--accent); }
.nav .has-sub { position: relative; }
.nav .has-sub > a::after { display: none; }
.nav .has-sub > a { display: inline-flex; align-items: center; gap: 6px; }
.nav .has-sub > a i { width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid currentColor; opacity: 0.6; transition: transform 0.3s; }
.nav .has-sub:hover > a i { transform: rotate(180deg); }
.nav .sub {
  position: absolute; top: calc(100% + 12px); left: 50%; transform: translate(-50%, 8px);
  min-width: 300px; padding: 8px; border-radius: 14px;
  background: rgba(14, 16, 22, 0.96); border: 1px solid var(--line-strong); backdrop-filter: blur(18px);
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.8);
  opacity: 0; visibility: hidden; transition: opacity 0.3s var(--ease), transform 0.3s var(--ease), visibility 0.3s;
}
.nav .sub::before { content: ""; position: absolute; top: -12px; left: 0; right: 0; height: 12px; }
.nav .has-sub:hover .sub, .nav .has-sub:focus-within .sub { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nav .sub a { display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: center; padding: 10px 12px; border-radius: 10px; font-size: 0.9rem; }
.nav .sub a::after { display: none; }
.nav .sub a i { width: 36px; height: 36px; border-radius: 9px; background: rgba(233,178,74,0.1); border: 1px solid rgba(233,178,74,0.2); display: grid; place-items: center; color: var(--accent-2); }
.nav .sub a i svg { width: 18px; height: 18px; }
.nav .sub a span { display: block; }
.nav .sub a small { display: block; font-size: 0.76rem; color: var(--muted); font-weight: 400; line-height: 1.3; }
.nav .sub a:hover { background: rgba(255,255,255,0.05); }

.header__actions { display: flex; align-items: center; gap: 8px; }
.header__phone { display: none; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 8px; font-size: 0.9rem; font-weight: 500; color: var(--text-2); transition: color 0.25s, background 0.25s; }
.header__phone svg { width: 15px; height: 15px; color: var(--accent); }
.header__phone:hover { color: var(--text); background: rgba(255,255,255,0.05); }
.header .btn { padding: 10px 16px; font-size: 0.88rem; border-radius: 9px; }
.header .btn-gold { display: none; }

.burger { position: relative; width: 42px; height: 42px; border-radius: 9px; display: grid; place-items: center; transition: background 0.25s; }
.burger:hover { background: rgba(255,255,255,0.06); }
.burger span { position: absolute; width: 18px; height: 1.5px; border-radius: 2px; background: var(--text); transition: transform 0.4s var(--ease), opacity 0.25s; }
.burger span:nth-child(1) { transform: translateY(-5px); }
.burger span:nth-child(3) { transform: translateY(5px); }
body.menu-open .burger span:nth-child(1) { transform: rotate(45deg); }
body.menu-open .burger span:nth-child(2) { opacity: 0; }
body.menu-open .burger span:nth-child(3) { transform: rotate(-45deg); }

@media (min-width: 1080px) { .nav { display: flex; } .header__phone { display: inline-flex; } .header .btn-gold { display: inline-flex; } .burger { display: none; } }
@media (min-width: 1080px) and (max-width: 1220px) { .header__phone { display: none; } }
@media (max-width: 600px) { .header { top: 10px; } .header .container { padding-left: 10px; padding-right: 10px; } .header__bar { height: 58px; padding-left: 14px; } .brand img { height: 40px; } }

/* ---------- Mobile menu ---------- */

.menu {
  position: fixed; inset: 0; z-index: 90; background: rgba(11,12,16,0.98);
  display: grid; grid-template-rows: 1fr auto; padding: calc(var(--nav-h) + 40px) var(--gutter) 40px;
  opacity: 0; visibility: hidden; transition: opacity 0.4s var(--ease), visibility 0s 0.4s; overflow-y: auto;
}
body.menu-open .menu { opacity: 1; visibility: visible; transition: opacity 0.4s var(--ease), visibility 0s; }
.menu__links { display: grid; align-content: center; gap: 4px; }
.menu__links a { font-family: var(--font-head); font-weight: 300; font-size: clamp(2rem, 7vw, 3.6rem); letter-spacing: -0.02em; line-height: 1.15; color: var(--text); display: flex; align-items: baseline; gap: 16px; padding: 6px 0; opacity: 0; transform: translateY(16px); transition: opacity 0.5s var(--ease), transform 0.5s var(--ease), color 0.25s; }
.menu__links a small { font-family: var(--font-body); font-size: 0.72rem; font-weight: 500; color: var(--accent); }
.menu__links a:hover { color: var(--accent-2); }
body.menu-open .menu__links a { opacity: 1; transform: translateY(0); }
body.menu-open .menu__links a:nth-child(1) { transition-delay: 0.10s; }
body.menu-open .menu__links a:nth-child(2) { transition-delay: 0.15s; }
body.menu-open .menu__links a:nth-child(3) { transition-delay: 0.20s; }
body.menu-open .menu__links a:nth-child(4) { transition-delay: 0.25s; }
body.menu-open .menu__links a:nth-child(5) { transition-delay: 0.30s; }
body.menu-open .menu__links a:nth-child(6) { transition-delay: 0.35s; }
body.menu-open .menu__links a:nth-child(7) { transition-delay: 0.40s; }
.menu__foot { display: grid; gap: 20px; padding-top: 28px; border-top: 1px solid var(--line); font-size: 0.9rem; color: var(--muted); opacity: 0; transition: opacity 0.5s 0.4s; }
body.menu-open .menu__foot { opacity: 1; }
.menu__foot a { color: var(--text); }
.menu__foot strong { display: block; color: var(--accent); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 6px; }
@media (min-width: 720px) { .menu__foot { grid-template-columns: repeat(3, 1fr); } }

/* ---------- Hero ---------- */

.hero { position: relative; padding-top: calc(var(--nav-h) + 16px + clamp(48px, 7vh, 80px)); padding-bottom: clamp(48px, 6vw, 80px); overflow: hidden; }
.hero__glow { position: absolute; inset: 0; pointer-events: none; }
.hero__glow::before { content: ""; position: absolute; top: -20%; left: -10%; width: 60vw; height: 60vw; max-width: 900px; max-height: 900px; background: radial-gradient(closest-side, var(--glow-amber), transparent 70%); opacity: 0.45; filter: blur(30px); }
.hero__glow::after { content: ""; position: absolute; bottom: -30%; right: -10%; width: 55vw; height: 55vw; max-width: 800px; max-height: 800px; background: radial-gradient(closest-side, var(--glow-blue), transparent 70%); opacity: 0.7; filter: blur(30px); }
.hero__grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 30%, transparent 75%); -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 30%, transparent 75%); pointer-events: none; }
.hero .container { position: relative; z-index: 1; }
.hero__inner { display: grid; gap: 48px; align-items: center; }
@media (min-width: 1000px) { .hero__inner { grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: 56px; } }
.hero h1 { margin-top: 22px; }
.hero h1 .word { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: 0.08em; margin-bottom: -0.08em; }
.hero h1 .word > span { display: inline-block; transform: translateY(110%); }
.hero__text { max-width: 50ch; margin-top: 22px; }
.hero__buttons { margin-top: 32px; }
.hero__trust { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: center; font-size: 0.86rem; color: var(--muted); }
.hero__trust .stars { color: var(--accent); display: inline-flex; gap: 2px; }
.hero__trust .stars svg { width: 13px; height: 13px; }
.hero__trust strong { color: var(--text); font-weight: 600; }
.hero__trust i { width: 4px; height: 4px; border-radius: 50%; background: var(--line-strong); }

.hero__visual { position: relative; }
.hero__frame { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 5 / 4; border: 1px solid var(--line-strong); box-shadow: 0 40px 80px -30px rgba(0,0,0,0.8), 0 0 0 1px rgba(255,255,255,0.02) inset; background: var(--bg-3); }
.hero__slide { position: absolute; inset: 0; opacity: 0; }
.hero__slide.is-active { opacity: 1; }
.hero__slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); will-change: transform; }
.hero__frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,12,16,0.55), transparent 50%); pointer-events: none; }
.hero__dots { position: absolute; left: 18px; bottom: 16px; display: flex; gap: 6px; z-index: 2; }
.hero__dots button { width: 28px; height: 3px; border-radius: 3px; background: rgba(255,255,255,0.25); overflow: hidden; position: relative; }
.hero__dots button span { position: absolute; inset: 0; background: var(--accent); transform: scaleX(0); transform-origin: left; }
.hero__dots button.is-active span { animation: heroProgress 7s linear forwards; }
@keyframes heroProgress { to { transform: scaleX(1); } }

.float-card { position: absolute; z-index: 3; padding: 14px 16px; border-radius: 14px; background: rgba(16, 18, 25, 0.82); border: 1px solid var(--line-strong); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 20px 50px -20px rgba(0,0,0,0.8); display: flex; gap: 12px; align-items: center; }
.float-card i { width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; background: rgba(233,178,74,0.12); border: 1px solid rgba(233,178,74,0.25); color: var(--accent-2); flex: 0 0 auto; }
.float-card i svg { width: 20px; height: 20px; }
.float-card strong { display: block; font-family: var(--font-head); font-weight: 500; font-size: 1.15rem; line-height: 1.1; color: var(--text); }
.float-card span { font-size: 0.78rem; color: var(--muted); }
.float-card--a { top: 24px; right: -12px; }
.float-card--b { bottom: 32px; left: -16px; }
@media (max-width: 999px) { .float-card--a { right: 12px; } .float-card--b { left: 12px; bottom: -14px; } .hero__visual { margin-bottom: 20px; } }
@media (max-width: 480px) { .float-card { padding: 10px 12px; } .float-card strong { font-size: 1rem; } }

/* ---------- Trust strip ---------- */

.strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-2); }
.strip .container { display: grid; gap: 0; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 900px) { .strip .container { grid-template-columns: repeat(4, 1fr); } }
.strip__item { padding: 26px 20px; display: flex; gap: 14px; align-items: center; border-right: 1px solid var(--line); }
.strip__item:last-child { border-right: 0; }
@media (max-width: 899px) { .strip__item:nth-child(2n) { border-right: 0; } .strip__item:nth-child(-n+2) { border-bottom: 1px solid var(--line); } }
@media (max-width: 600px) { .strip .container { grid-template-columns: 1fr; } .strip__item { border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 0; } .strip__item:last-child { border-bottom: 0; } }
.strip__item i { width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; background: rgba(255,255,255,0.04); border: 1px solid var(--line); color: var(--accent-2); flex: 0 0 auto; }
.strip__item i svg { width: 18px; height: 18px; }
.strip__item strong { display: block; font-family: var(--font-head); font-weight: 500; color: var(--text); font-size: 1.05rem; line-height: 1.15; }
.strip__item span { font-size: 0.8rem; color: var(--muted); }

/* ---------- Split / intro ---------- */

.split { display: grid; gap: clamp(40px, 6vw, 80px); align-items: center; }
@media (min-width: 960px) { .split { grid-template-columns: repeat(2, minmax(0, 1fr)); } .split.rev > :first-child { order: 2; } }
.split h2 { margin-top: 18px; }
.split .prose { margin-top: 24px; }
.split .btn-group { margin-top: 32px; }

.frame { position: relative; }
.frame__img { position: relative; overflow: hidden; aspect-ratio: 4 / 5; border-radius: var(--r-lg); border: 1px solid var(--line-strong); box-shadow: 0 40px 80px -40px rgba(0,0,0,0.8); }
.frame__img img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.1); will-change: transform; }
.frame__img.wide { aspect-ratio: 16 / 11; }
.frame__badge { position: absolute; left: 20px; bottom: 20px; z-index: 2; padding: 16px 18px; border-radius: 14px; background: rgba(16,18,25,0.85); border: 1px solid var(--line-strong); backdrop-filter: blur(16px); display: grid; gap: 2px; }
.frame__badge .num { font-family: var(--font-head); font-size: 2rem; font-weight: 500; line-height: 1; color: var(--text); }
.frame__badge .lbl { font-size: 0.78rem; color: var(--muted); }

.checks { display: grid; gap: 12px; margin-top: 24px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; color: var(--text-2); }
.checks li svg { flex: 0 0 auto; width: 20px; height: 20px; padding: 3px; border-radius: 6px; background: rgba(233,178,74,0.12); color: var(--accent-2); margin-top: 3px; }
.checks.two { grid-template-columns: 1fr; }
@media (min-width: 640px) { .checks.two { grid-template-columns: 1fr 1fr; } }

/* ---------- Cards (shared) ---------- */

.card { position: relative; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); transition: background 0.3s, border-color 0.3s, transform 0.4s var(--ease), box-shadow 0.4s; }
.card:hover { background: var(--card-hover); border-color: var(--line-strong); }
.card--lift:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -30px rgba(0,0,0,0.8); }
.icon-tile { width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center; background: rgba(233,178,74,0.1); border: 1px solid rgba(233,178,74,0.22); color: var(--accent-2); box-shadow: 0 0 24px -8px var(--glow-amber); }
.icon-tile svg { width: 22px; height: 22px; }

/* ---------- Services ---------- */

.services-grid { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 720px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .services-grid { grid-template-columns: repeat(3, 1fr); } }
.service-card { position: relative; display: flex; flex-direction: column; gap: 0; padding: 26px; min-height: 300px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; isolation: isolate; transition: border-color 0.3s, transform 0.4s var(--ease), box-shadow 0.4s; }
.service-card:hover { border-color: rgba(233,178,74,0.35); transform: translateY(-4px); box-shadow: 0 30px 60px -30px rgba(0,0,0,0.9), 0 0 40px -20px var(--glow-amber); }
.service-card__bg { position: absolute; inset: 0; z-index: -1; opacity: 0; transition: opacity 0.6s var(--ease); }
.service-card__bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); transition: transform 1.2s var(--ease); }
.service-card__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,12,16,0.97) 30%, rgba(11,12,16,0.75)); }
.service-card:hover .service-card__bg { opacity: 1; }
.service-card:hover .service-card__bg img { transform: scale(1); }
.service-card__top { display: flex; justify-content: space-between; align-items: flex-start; }
.service-card__num { font-size: 0.78rem; font-weight: 500; color: var(--muted); font-variant-numeric: tabular-nums; }
.service-card h3 { margin-top: 22px; }
.service-card p { margin-top: 10px; color: var(--muted); font-size: 0.95rem; flex: 1; }
.service-card__link { margin-top: 22px; display: inline-flex; align-items: center; gap: 8px; font-size: 0.9rem; font-weight: 500; color: var(--accent-2); }
.service-card__link svg { width: 16px; height: 16px; transition: transform 0.35s var(--ease); }
.service-card:hover .service-card__link svg { transform: translateX(4px); }
.service-card__line { display: none; }

/* Services listing page */
.service-row { display: grid; gap: 28px; padding: clamp(36px, 5vw, 64px) 0; border-top: 1px solid var(--line); align-items: center; }
.service-row:last-child { border-bottom: 1px solid var(--line); }
@media (min-width: 960px) { .service-row { grid-template-columns: 70px minmax(0, 1fr) minmax(0, 1fr); gap: 48px; } .service-row.rev > .service-row__img { order: 3; } }
.service-row__num { font-family: var(--font-head); font-weight: 300; font-size: clamp(1.6rem, 3vw, 2.6rem); color: var(--muted); line-height: 1; }
.service-row__img { overflow: hidden; aspect-ratio: 4 / 3; border-radius: var(--r); border: 1px solid var(--line); }
.service-row__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.service-row:hover .service-row__img img { transform: scale(1.04); }
.service-row h3 { font-size: clamp(1.7rem, 2.6vw, 2.3rem); font-weight: 400; }
.service-row .tagline { color: var(--accent-2); font-size: 0.95rem; margin-top: 8px; }
.service-row p.desc { margin-top: 16px; color: var(--muted); }
.service-row .chips { margin-top: 20px; }
.service-row .btn-ghost { margin-top: 24px; display: inline-flex; align-items: center; gap: 8px; }
.service-row .btn-ghost svg { width: 16px; height: 16px; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips span { font-size: 0.78rem; font-weight: 500; padding: 6px 11px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,0.03); color: var(--text-2); }

/* ---------- Feature list ---------- */

.feature-list { display: grid; gap: 10px; margin-top: 24px; }
.feature { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 16px; border-radius: 12px; border: 1px solid var(--line); background: var(--card); align-items: start; transition: border-color 0.3s, background 0.3s; }
.feature:hover { border-color: var(--line-strong); background: var(--card-hover); }
.feature__num { width: 44px; height: 44px; border-radius: 10px; display: grid; place-items: center; background: rgba(233,178,74,0.1); border: 1px solid rgba(233,178,74,0.2); color: var(--accent-2); font-family: var(--font-head); font-weight: 500; font-size: 0.95rem; }
.feature h4 { font-size: 1rem; padding-top: 10px; }
.feature p { color: var(--muted); margin-top: 4px; font-size: 0.92rem; }

/* ---------- Stats ---------- */

.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
@media (min-width: 900px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stat { padding: 28px; border-radius: var(--r); border: 1px solid var(--line); background: var(--card); }
.stat .num { font-family: var(--font-head); font-weight: 300; font-size: clamp(2.4rem, 4.4vw, 3.6rem); line-height: 1; color: var(--text); letter-spacing: -0.03em; }
.stat .num sup { font-size: 0.5em; color: var(--accent); vertical-align: top; margin-left: 2px; }
.stat .lbl { margin-top: 10px; font-size: 0.86rem; color: var(--muted); }

/* ---------- Projects ---------- */

.projects-grid { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 720px) { .projects-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1080px) { .projects-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .projects-grid.featured > :nth-child(1) { grid-column: span 2; grid-row: span 2; } }
.project-card { position: relative; display: block; overflow: hidden; border-radius: var(--r); border: 1px solid var(--line); background: var(--bg-3); transition: border-color 0.3s, transform 0.4s var(--ease), box-shadow 0.4s; }
.project-card:hover { border-color: var(--line-strong); transform: translateY(-4px); box-shadow: 0 30px 60px -30px rgba(0,0,0,0.9); }
.project-card__img { aspect-ratio: 4 / 3; overflow: hidden; position: relative; }
.projects-grid.featured > :nth-child(1) .project-card__img { aspect-ratio: auto; height: 100%; min-height: 420px; }
.project-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.project-card:hover .project-card__img img { transform: scale(1.05); }
.project-card__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,12,16,0.95) 0%, rgba(11,12,16,0.3) 45%, rgba(11,12,16,0) 70%); }
.project-card__body { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px; z-index: 2; }
.project-card__meta { display: flex; gap: 10px; align-items: center; font-size: 0.76rem; font-weight: 500; color: var(--accent-2); }
.project-card__meta i { width: 3px; height: 3px; background: var(--muted); border-radius: 50%; }
.project-card h3 { margin-top: 8px; font-size: clamp(1.15rem, 1.6vw, 1.45rem); font-weight: 500; }
.project-card p { margin-top: 6px; color: var(--text-2); font-size: 0.88rem; max-width: 44ch; opacity: 0; transform: translateY(8px); transition: opacity 0.4s var(--ease), transform 0.4s var(--ease); }
.project-card:hover p { opacity: 1; transform: translateY(0); }
.project-card__corner { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.2); display: grid; place-items: center; color: var(--text); z-index: 2; background: rgba(11,12,16,0.5); backdrop-filter: blur(8px); transition: background 0.3s, border-color 0.3s, color 0.3s; }
.project-card__corner svg { width: 15px; height: 15px; transition: transform 0.35s var(--ease); }
.project-card:hover .project-card__corner { background: var(--accent); border-color: var(--accent); color: #0b0c10; }
.project-card:hover .project-card__corner svg { transform: translate(2px, -2px); }

.filters { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 36px; padding: 6px; border-radius: 12px; border: 1px solid var(--line); background: var(--card); width: fit-content; max-width: 100%; }
.filters a { font-size: 0.86rem; font-weight: 500; padding: 8px 14px; border-radius: 8px; color: var(--text-2); transition: all 0.25s; }
.filters a:hover { color: var(--text); background: rgba(255,255,255,0.05); }
.filters a.is-active { background: var(--accent); color: #0b0c10; }

.project-meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 0 0 40px; }
@media (min-width: 720px) { .project-meta { grid-template-columns: repeat(4, 1fr); } }
.project-meta > div { padding: 18px 20px; border-radius: 12px; border: 1px solid var(--line); background: var(--card); }
.project-meta dt { font-size: 0.74rem; font-weight: 500; color: var(--muted); }
.project-meta dd { margin: 6px 0 0; color: var(--text); font-family: var(--font-head); font-weight: 500; font-size: 1.15rem; }
.gallery { display: grid; gap: 14px; grid-template-columns: 1fr; margin-top: 44px; }
@media (min-width: 720px) { .gallery { grid-template-columns: repeat(2, 1fr); } .gallery > :first-child:nth-last-child(odd) { grid-column: span 2; } }
.gallery a { display: block; overflow: hidden; aspect-ratio: 3 / 2; border-radius: var(--r); border: 1px solid var(--line); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.gallery a:hover img { transform: scale(1.04); }

/* ---------- Reviews ---------- */

.reviews { display: grid; gap: 20px; }
@media (min-width: 1000px) { .reviews { grid-template-columns: 340px minmax(0, 1fr); gap: 24px; align-items: start; } }
.reviews__summary { position: sticky; top: 100px; padding: 32px; border-radius: var(--r-lg); border: 1px solid var(--line-strong); background: linear-gradient(160deg, rgba(233,178,74,0.10), rgba(255,255,255,0.02) 60%); overflow: hidden; }
.reviews__summary::before { content: ""; position: absolute; top: -80px; right: -80px; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(closest-side, var(--glow-amber), transparent); opacity: 0.6; filter: blur(20px); }
.reviews__summary > * { position: relative; }
.reviews__score { display: flex; align-items: baseline; gap: 10px; margin-top: 18px; }
.reviews__score strong { font-family: var(--font-head); font-weight: 300; font-size: 4.6rem; line-height: 1; letter-spacing: -0.04em; color: var(--text); }
.reviews__score span { color: var(--muted); font-size: 0.95rem; }
.reviews__stars { display: inline-flex; gap: 3px; color: var(--accent); margin-top: 12px; }
.reviews__stars svg { width: 20px; height: 20px; }
.reviews__summary p { margin-top: 14px; color: var(--text-2); font-size: 0.95rem; }
.reviews__sources { margin-top: 22px; display: grid; gap: 8px; }
.reviews__sources a, .reviews__sources span { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 10px; border: 1px solid var(--line); background: rgba(255,255,255,0.03); font-size: 0.86rem; color: var(--text-2); transition: border-color 0.25s, background 0.25s; }
.reviews__sources a:hover { border-color: var(--line-strong); background: rgba(255,255,255,0.06); color: var(--text); }
.reviews__sources svg { width: 16px; height: 16px; color: var(--accent-2); }
.reviews__sources em { margin-left: auto; font-style: normal; font-size: 0.76rem; color: var(--muted); }
.reviews__summary .btn { margin-top: 22px; width: 100%; }

.reviews__list { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 720px) { .reviews__list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.review { display: flex; flex-direction: column; padding: 26px; border-radius: var(--r); border: 1px solid var(--line); background: var(--card); transition: border-color 0.3s, background 0.3s, transform 0.4s var(--ease); }
.review:hover { border-color: var(--line-strong); background: var(--card-hover); }
.review__top { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.review__stars { display: inline-flex; gap: 2px; color: var(--accent); }
.review__stars svg { width: 14px; height: 14px; }
.review__tag { font-size: 0.74rem; font-weight: 500; padding: 5px 10px; border-radius: 999px; border: 1px solid rgba(233,178,74,0.3); background: rgba(233,178,74,0.08); color: var(--accent-2); white-space: nowrap; }
.review__text { margin-top: 16px; color: var(--text-2); font-size: 0.98rem; line-height: 1.7; flex: 1; }
.review__text .more { display: none; }
.review.is-open .review__text .more { display: inline; }
.review.is-open .review__text .ellipsis { display: none; }
.review__toggle { margin-top: 10px; align-self: flex-start; font-size: 0.86rem; font-weight: 500; color: var(--accent-2); }
.review__toggle:hover { color: var(--text); }
.review__who { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 12px; }
.review__avatar { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; font-family: var(--font-head); font-weight: 500; font-size: 0.95rem; color: #0b0c10; background: var(--accent-grad); }
.review__who strong { display: block; font-size: 0.95rem; font-weight: 600; color: var(--text); line-height: 1.2; }
.review__who span { font-size: 0.8rem; color: var(--muted); }
.review__who svg { width: 18px; height: 18px; margin-left: auto; color: var(--muted); opacity: 0.6; }

/* ---------- Process ---------- */

.process { display: grid; gap: 14px; counter-reset: step; }
@media (min-width: 720px) { .process { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1200px) { .process { grid-template-columns: repeat(5, 1fr); } }
.detail .process { grid-template-columns: 1fr; }
@media (min-width: 640px) { .detail .process { grid-template-columns: repeat(2, 1fr); } }
.process__step { padding: 24px; border-radius: var(--r); border: 1px solid var(--line); background: var(--card); position: relative; transition: border-color 0.3s, background 0.3s; }
.process__step:hover { border-color: var(--line-strong); background: var(--card-hover); }
.process__step::before { counter-increment: step; content: "0" counter(step); display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: rgba(233,178,74,0.1); border: 1px solid rgba(233,178,74,0.22); color: var(--accent-2); font-family: var(--font-head); font-weight: 500; font-size: 0.85rem; }
.process__step h4 { margin-top: 18px; font-size: 1rem; }
.process__step p { color: var(--muted); font-size: 0.9rem; margin-top: 8px; }

/* ---------- FAQ ---------- */

.faq { display: grid; gap: 10px; }
.faq__item { border: 1px solid var(--line); border-radius: 12px; background: var(--card); transition: border-color 0.3s, background 0.3s; }
.faq__item.is-open { border-color: var(--line-strong); background: var(--card-hover); }
.faq__q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; text-align: left; padding: 18px 20px; font-family: var(--font-head); font-weight: 500; font-size: 1.05rem; color: var(--text); }
.faq__q i { flex: 0 0 auto; width: 30px; height: 30px; border-radius: 8px; border: 1px solid var(--line-strong); display: grid; place-items: center; transition: all 0.3s var(--ease); }
.faq__q i svg { width: 13px; height: 13px; transition: transform 0.3s var(--ease); }
.faq__item.is-open .faq__q i { background: var(--accent); border-color: var(--accent); color: #0b0c10; }
.faq__item.is-open .faq__q i svg { transform: rotate(45deg); }
.faq__a { height: 0; overflow: hidden; transition: height 0.4s var(--ease); }
.faq__a > div { padding: 0 20px 20px; color: var(--muted); max-width: 70ch; font-size: 0.95rem; }

/* ---------- CTA band ---------- */

.cta { position: relative; padding: 0 0 var(--section); }
.cta__inner { position: relative; overflow: hidden; border-radius: var(--r-lg); border: 1px solid var(--line-strong); padding: clamp(56px, 8vw, 110px) clamp(24px, 5vw, 80px); text-align: center; background: var(--bg-3); }
.cta__bg { position: absolute; inset: 0; }
.cta__bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.35; }
.cta__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to right, rgba(11,12,16,0.92), rgba(11,12,16,0.7)); }
.cta__bg::before { content: ""; position: absolute; left: 50%; top: 50%; width: 700px; height: 700px; transform: translate(-50%, -50%); background: radial-gradient(closest-side, var(--glow-amber), transparent 70%); opacity: 0.5; z-index: 1; filter: blur(20px); }
.cta__inner > .cta__content { position: relative; z-index: 2; display: grid; justify-items: center; gap: 20px; }
.cta h2 { max-width: 18ch; }
.cta p { max-width: 56ch; color: var(--text-2); }
.cta .btn-group { justify-content: center; margin-top: 8px; }

/* ---------- Inner page hero ---------- */

.page-hero { position: relative; padding-top: calc(var(--nav-h) + 16px + clamp(40px, 6vh, 64px)); padding-bottom: clamp(36px, 5vw, 56px); overflow: hidden; }
.page-hero__bg { position: absolute; inset: 0; }
.page-hero__bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.5; transform: scale(1.06); }
.page-hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, var(--bg) 0%, rgba(11,12,16,0.85) 45%, rgba(11,12,16,0.7) 100%); }
.page-hero__bg::before { content: ""; position: absolute; left: -10%; top: -20%; width: 50vw; height: 50vw; max-width: 700px; max-height: 700px; background: radial-gradient(closest-side, var(--glow-amber), transparent 70%); opacity: 0.35; z-index: 1; filter: blur(30px); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { margin-top: 18px; max-width: 16ch; font-size: clamp(2.3rem, 5vw, 4rem); }
.page-hero .lead { margin-top: 20px; max-width: 60ch; }
.page-hero .eyebrow { margin-top: 24px; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 0.82rem; color: var(--muted); }
.crumbs a:hover { color: var(--text); }
.crumbs i { width: 3px; height: 3px; background: var(--muted); border-radius: 50%; }
.crumbs span { color: var(--text-2); }

/* ---------- Detail layout / sidebar ---------- */

.detail { display: grid; gap: 48px; }
@media (min-width: 1080px) { .detail { grid-template-columns: minmax(0, 1fr) 340px; gap: 64px; } }
.sidebar { display: grid; gap: 16px; align-content: start; position: sticky; top: 100px; }
.side-card { padding: 26px; border-radius: var(--r); border: 1px solid var(--line); background: var(--card); }
.side-card h4 { font-size: 1.15rem; }
.side-card ul { margin-top: 12px; display: grid; }
.side-card ul a { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 0.9rem; color: var(--text-2); transition: color 0.25s, padding-left 0.25s; }
.side-card ul a svg { width: 14px; height: 14px; color: var(--accent); }
.side-card ul a:hover { color: var(--text); padding-left: 4px; }
.side-card ul li:last-child a { border-bottom: 0; }
.side-card.gold { border-color: rgba(233,178,74,0.3); background: linear-gradient(160deg, rgba(233,178,74,0.14), rgba(255,255,255,0.02) 70%); }
.side-card.gold p { margin-top: 8px; font-size: 0.92rem; color: var(--text-2); }
.side-card.gold .big { display: block; margin-top: 16px; font-family: var(--font-head); font-size: 1.6rem; font-weight: 500; color: var(--text); }
.side-card.gold .btn { margin-top: 18px; width: 100%; background: var(--accent); color: #0b0c10; }

/* ---------- Contact ---------- */

.contact-grid { display: grid; gap: 48px; }
@media (min-width: 1080px) { .contact-grid { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 72px; } }
.contact-list { display: grid; gap: 10px; margin-top: 28px; }
.contact-item { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 16px; border-radius: 12px; border: 1px solid var(--line); background: var(--card); align-items: center; transition: border-color 0.3s, background 0.3s; }
.contact-item:hover { border-color: var(--line-strong); background: var(--card-hover); }
.contact-item > div { min-width: 0; }
.contact-item i { width: 44px; height: 44px; border-radius: 10px; border: 1px solid rgba(233,178,74,0.22); background: rgba(233,178,74,0.1); display: grid; place-items: center; color: var(--accent-2); }
.contact-item i svg { width: 18px; height: 18px; }
.contact-item strong { display: block; font-size: 0.74rem; font-weight: 500; color: var(--muted); margin-bottom: 2px; }
.contact-item a, .contact-item span { font-family: var(--font-head); font-weight: 500; font-size: 1.05rem; color: var(--text); overflow-wrap: anywhere; transition: color 0.25s; }
.contact-item a:hover { color: var(--accent-2); }
.map { margin-top: 28px; aspect-ratio: 16 / 9; border-radius: var(--r); border: 1px solid var(--line); overflow: hidden; filter: grayscale(1) invert(0.92) contrast(0.9); }
.map iframe { width: 100%; height: 100%; border: 0; }

/* ---------- Forms ---------- */

.form { padding: clamp(24px, 3.5vw, 40px); border-radius: var(--r-lg); border: 1px solid var(--line-strong); background: var(--bg-3); position: relative; box-shadow: 0 40px 80px -40px rgba(0,0,0,0.8); }
.form h3 { font-size: 1.5rem; }
.form > p { margin-top: 8px; color: var(--muted); font-size: 0.95rem; }
.form__grid { display: grid; gap: 16px; margin-top: 28px; }
@media (min-width: 640px) { .form__grid { grid-template-columns: 1fr 1fr; } .form__grid .full { grid-column: 1 / -1; } }
.field label { display: block; font-size: 0.82rem; font-weight: 500; color: var(--text-2); margin-bottom: 8px; }
.field input, .field textarea, .field select {
  width: 100%; background: rgba(255,255,255,0.04); border: 1px solid var(--line-strong); color: var(--text);
  padding: 13px 14px; font: inherit; font-size: 0.95rem; border-radius: 10px; outline: 0;
  transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
}
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23e9b24a' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
.field select option { background: var(--bg-3); }
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--accent); background: rgba(255,255,255,0.06); box-shadow: 0 0 0 3px rgba(233,178,74,0.15); }
.field .error { color: #f08a7e; font-size: 0.8rem; margin-top: 6px; }
.field.has-error input, .field.has-error textarea { border-color: #f08a7e; }
.form__foot { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between; }
.form__foot small { color: var(--muted); font-size: 0.8rem; max-width: 40ch; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.alert { padding: 14px 16px; border: 1px solid; border-radius: 10px; font-size: 0.92rem; margin-top: 20px; }
.alert.success { border-color: rgba(120,200,140,0.4); background: rgba(120,200,140,0.08); color: #b9e8c4; }
.alert.error { border-color: rgba(240,138,126,0.4); background: rgba(240,138,126,0.08); color: #f4bdb5; }

/* ---------- Footer ---------- */

.footer { position: relative; border-top: 1px solid var(--line); background: var(--bg-2); overflow: hidden; }
.footer::before { content: ""; position: absolute; left: 50%; bottom: -300px; width: 1000px; height: 600px; transform: translateX(-50%); background: radial-gradient(closest-side, var(--glow-amber), transparent 70%); opacity: 0.18; pointer-events: none; filter: blur(30px); }
.footer .container { position: relative; }
.footer__top { padding: clamp(56px, 7vw, 96px) 0 48px; display: grid; gap: 40px; }
@media (min-width: 900px) { .footer__top { grid-template-columns: 1.5fr 0.8fr 0.8fr 1.1fr; gap: 48px; } }
.footer__brand img { height: 96px; width: auto; }
.footer__brand p { margin-top: 20px; color: var(--muted); max-width: 40ch; font-size: 0.92rem; }
.footer h5 { font-size: 0.8rem; font-weight: 600; color: var(--text); margin-bottom: 18px; letter-spacing: 0.02em; }
.footer ul { display: grid; gap: 10px; }
.footer ul a { color: var(--muted); font-size: 0.92rem; transition: color 0.25s; }
.footer ul a:hover { color: var(--text); }
.footer__contact li { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: 0.92rem; }
.footer__contact svg { width: 15px; height: 15px; color: var(--accent); flex: 0 0 auto; margin-top: 5px; }
.footer__contact a { color: var(--text-2); }
.footer__contact a:hover { color: var(--text); }
.socials { display: flex; gap: 8px; margin-top: 22px; }
.socials a { width: 38px; height: 38px; border-radius: 10px; border: 1px solid var(--line); background: var(--card); display: grid; place-items: center; color: var(--text-2); transition: all 0.25s; }
.socials a svg { width: 15px; height: 15px; }
.socials a:hover { background: var(--accent); border-color: var(--accent); color: #0b0c10; transform: translateY(-2px); }
.footer__bottom { border-top: 1px solid var(--line); padding: 22px 96px 22px 0; display: flex; flex-wrap: wrap; gap: 12px 28px; justify-content: space-between; align-items: center; font-size: 0.8rem; color: var(--muted); }
.footer__bottom a:hover { color: var(--text); }
.footer__legal { display: flex; flex-wrap: wrap; gap: 6px 18px; }
.footer__credit { color: var(--accent-2); font-weight: 500; }
.footer__credit:hover { color: var(--text); }
.footer__big { display: none; }
@media (max-width: 720px) { .footer__bottom { padding-right: 0; padding-bottom: 90px; } }

/* ---------- Floating actions ---------- */

.float { position: fixed; right: 20px; bottom: 20px; z-index: 80; display: grid; gap: 10px; }
.float a { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; color: #fff; box-shadow: 0 12px 30px -8px rgba(0,0,0,0.6); transition: transform 0.35s var(--ease); }
.float a:hover { transform: translateY(-3px); }
.float a svg { width: 22px; height: 22px; }
.float .wa { background: #25d366; }
.float .top { background: var(--bg-3); border: 1px solid var(--line-strong); color: var(--text); opacity: 0; pointer-events: none; transform: translateY(8px); }
.float .top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.float .top svg { width: 16px; height: 16px; }

/* ---------- Blog ---------- */

.posts-grid { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 720px) { .posts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1080px) { .posts-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.post-card { display: flex; flex-direction: column; border-radius: var(--r); border: 1px solid var(--line); background: var(--card); overflow: hidden; transition: border-color 0.3s, transform 0.4s var(--ease), box-shadow 0.4s; }
.post-card:hover { border-color: var(--line-strong); transform: translateY(-4px); box-shadow: 0 30px 60px -30px rgba(0,0,0,0.9); }
.post-card__img { display: block; overflow: hidden; aspect-ratio: 16 / 10; }
.post-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.post-card:hover .post-card__img img { transform: scale(1.04); }
.post-card__body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.post-card__meta { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; font-size: 0.78rem; color: var(--muted); }
.post-card__meta i { width: 3px; height: 3px; background: var(--muted); border-radius: 50%; }
.post-card__cat { color: var(--accent-2); font-weight: 500; padding: 3px 9px; border-radius: 999px; border: 1px solid rgba(233,178,74,0.3); background: rgba(233,178,74,0.08); }
.post-card h3 { margin-top: 12px; font-size: 1.25rem; font-weight: 500; }
.post-card h3 a:hover { color: var(--accent-2); }
.post-card p { margin-top: 10px; color: var(--muted); font-size: 0.92rem; flex: 1; }
.post-card .btn-ghost { margin-top: 18px; align-self: flex-start; display: inline-flex; align-items: center; gap: 6px; font-size: 0.9rem; }
.post-card .btn-ghost svg { width: 15px; height: 15px; }
@media (min-width: 960px) {
  .post-card--large { flex-direction: row; }
  .post-card--large .post-card__img { flex: 0 0 56%; aspect-ratio: auto; min-height: 400px; }
  .post-card--large .post-card__body { padding: clamp(28px, 4vw, 48px); justify-content: center; }
  .post-card--large h3 { font-size: clamp(1.7rem, 2.6vw, 2.3rem); font-weight: 400; }
  .post-card--large p { font-size: 1rem; flex: 0; }
}
.post-byline { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; font-size: 0.86rem; color: var(--text-2); }
.post-byline i { width: 3px; height: 3px; background: var(--muted); border-radius: 50%; }
.post-content { font-size: clamp(1rem, 1.2vw, 1.1rem); }
.post-content img { margin: 2em 0; border-radius: var(--r); border: 1px solid var(--line); }
.post-share { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; padding-top: 28px; border-top: 1px solid var(--line); }
.post-share .socials { margin-top: 0; }
.pager { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.pager .is-disabled { opacity: 0.35; pointer-events: none; }

/* ---------- Reveal utilities ---------- */

[data-reveal] { opacity: 0; transform: translateY(24px); will-change: transform, opacity; }
[data-reveal="left"] { transform: translateX(-24px); }
[data-reveal="right"] { transform: translateX(24px); }
[data-reveal="scale"] { transform: scale(0.96); }
[data-reveal="none"] { transform: none; }
.is-revealed[data-reveal] { opacity: 1; transform: none; }
html.no-js [data-reveal], html.no-anim [data-reveal] { opacity: 1 !important; transform: none !important; }
html.no-js .hero h1 .word > span, html.no-anim .hero h1 .word > span { transform: none !important; }
html.no-anim .preloader { display: none; }
html.no-anim .hero__slide.is-active img { transform: none; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .hero h1 .word > span { transform: none !important; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* ---------- Misc ---------- */

.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; }
.mt-1 { margin-top: 8px; } .mt-2 { margin-top: 16px; } .mt-3 { margin-top: 24px; } .mt-4 { margin-top: 40px; } .mt-5 { margin-top: 64px; }
.text-center { text-align: center; }
main, .footer { overflow-x: clip; }
.marquee { display: none; }
