/* ============================================
   Prestige Technology Solutions
   Design System — Warm Editorial
   Fraunces + Outfit | Stone/Clay/Sage
   ============================================ */
:root {
  --stone-50: #fafaf9; --stone-100: #f5f5f4; --stone-200: #e7e5e4;
  --stone-300: #d6d3d1; --stone-400: #a8a29e; --stone-500: #78716c;
  --stone-600: #57534e; --stone-700: #44403c; --stone-800: #292524;
  --stone-900: #1c1917;
  --clay: #8B5E3C; --clay-light: #A67B5B; --clay-wash: #f5efe8;
  --clay-faint: rgba(139,94,60,0.06);
  --sage: #5B7B6A; --sage-light: #7FA08E; --sage-wash: #eef4f0;
  --ink: #1c1917; --paper: #FDFCFB;
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Outfit', -apple-system, sans-serif;
  --max-w: 1140px; --gutter: 2rem;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body); color: var(--stone-700);
  background: var(--paper); line-height: 1.7;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
body::after {
  content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 9999; opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 200px;
}
a { text-decoration: none; color: inherit; transition: color .2s; }
img { max-width: 100%; display: block; }
.wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--gutter); }

/* ============================================
   Navigation
   ============================================ */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(253,252,251,0.88); backdrop-filter: blur(16px); transition: box-shadow .3s; }
nav.scrolled { box-shadow: 0 1px 12px rgba(28,25,23,0.05); }
.nav-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--gutter);
  display: flex; align-items: center; justify-content: space-between; height: 100px; }
.logo { display: flex; align-items: center; text-decoration: none; }
.logo-img { height: 85px; width: auto; }
.footer-brand .logo-img { height: 65px; opacity: 0.85; filter: invert(1); }
.nav-links { display: flex; align-items: center; gap: 1.8rem; list-style: none; }
.nav-links a { text-decoration: none; color: var(--stone-500); font-size: .88rem;
  font-weight: 500; transition: color .2s; letter-spacing: .01em; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-links .cta-link { background: var(--ink); color: var(--paper) !important;
  padding: .55rem 1.3rem; border-radius: 6px; font-weight: 600; transition: background .2s, transform .15s; }
.nav-links .cta-link:hover { background: var(--stone-800); transform: translateY(-1px); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { width: 22px; height: 1.5px; background: var(--ink); transition: .3s; }

/* ============================================
   Buttons
   ============================================ */
.btn { display: inline-flex; align-items: center; gap: .4rem; padding: .8rem 1.8rem;
  border-radius: 6px; font-size: .92rem; font-weight: 600; text-decoration: none;
  transition: all .2s; cursor: pointer; border: none; font-family: var(--font-body); }
.btn-dark { background: var(--ink); color: var(--paper); }
.btn-dark:hover { background: var(--stone-800); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--stone-600); border: 1.5px solid var(--stone-300); }
.btn-ghost:hover { border-color: var(--stone-600); transform: translateY(-1px); }
.btn-clay { background: var(--clay); color: var(--paper); }
.btn-clay:hover { background: var(--clay-light); transform: translateY(-1px); }
.btn-light { background: var(--paper); color: var(--clay); }
.btn-light:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(0,0,0,0.12); }
.btn-block { width: 100%; justify-content: center; }

/* ============================================
   Section Helpers
   ============================================ */
.section-label { font-size: .75rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .12em; color: var(--clay); margin-bottom: .8rem; }

/* ============================================
   Page Hero (internal pages)
   ============================================ */
.page-hero { padding: 170px var(--gutter) 80px; }
.page-hero-inner { max-width: var(--max-w); margin: 0 auto; }
.page-hero h1 { font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2rem,4vw,3.2rem); color: var(--ink); line-height: 1.15;
  letter-spacing: -0.03em; margin-bottom: 1rem; }
.page-hero h1 em { font-weight: 500; font-style: italic; color: var(--clay); }
.page-hero p { font-size: 1.05rem; color: var(--stone-500); max-width: 560px; line-height: 1.8; }

/* ============================================
   Homepage Hero
   ============================================ */
.hero { padding: 180px var(--gutter) 100px; position: relative; }
.hero-inner { max-width: var(--max-w); margin: 0 auto; display: grid;
  grid-template-columns: 1.1fr .9fr; gap: 6rem; align-items: end; }
.hero-label { font-size: .78rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: .14em; color: var(--clay); margin-bottom: 1.2rem; }
.hero h1 { font-family: var(--font-display); font-weight: 300;
  font-size: clamp(2.8rem,5vw,4.2rem); color: var(--ink); line-height: 1.1;
  letter-spacing: -0.03em; margin-bottom: 2rem; }
.hero h1 em { font-weight: 500; font-style: italic; color: var(--clay); }
.hero-right p { font-size: 1.05rem; color: var(--stone-500); line-height: 1.8;
  margin-bottom: 2rem; max-width: 420px; }
.hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-line { position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: var(--stone-200); }

/* ============================================
   Trust Bar
   ============================================ */
.trust-bar { padding: 48px var(--gutter); border-bottom: 1px solid var(--stone-200); }
.trust-inner { max-width: var(--max-w); margin: 0 auto; display: flex;
  align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: .75rem; }
.trust-icon { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; }
.trust-icon svg { width: 20px; height: 20px; stroke: var(--clay); fill: none; stroke-width: 1.5; }
.trust-text { font-size: .85rem; color: var(--stone-600); font-weight: 500; }
.trust-text strong { color: var(--ink); font-weight: 700; display: block; font-size: .92rem; }

/* ============================================
   About Section
   ============================================ */
.about { padding: 100px var(--gutter); background: var(--clay-wash); position: relative; }
.about::before { content: ''; position: absolute; top: 0; right: 0; width: 40%; height: 100%;
  background: var(--clay-faint); clip-path: polygon(30% 0,100% 0,100% 100%,0% 100%); }
.about-inner { max-width: var(--max-w); margin: 0 auto; position: relative;
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; }
.about-left h2 { font-family: var(--font-display); font-weight: 300;
  font-size: clamp(1.8rem,3vw,2.6rem); color: var(--ink); line-height: 1.2;
  letter-spacing: -0.02em; margin-bottom: 1.5rem; }
.about-left h2 em { font-style: italic; font-weight: 500; }
.about-left p { font-size: .95rem; color: var(--stone-600); margin-bottom: 1.2rem; line-height: 1.8; }
.about-right { display: flex; flex-direction: column; justify-content: center; gap: 1.6rem; padding-top: 1rem; }
.about-val { padding-left: 1.4rem; border-left: 2px solid var(--clay-light); }
.about-val h4 { font-family: var(--font-display); font-weight: 500; font-size: 1.05rem;
  color: var(--ink); margin-bottom: .25rem; }
.about-val p { font-size: .85rem; color: var(--stone-500); line-height: 1.65; margin: 0; }

/* ============================================
   Services Section
   ============================================ */
.services { padding: 100px var(--gutter); }
.services-header { max-width: var(--max-w); margin: 0 auto 4rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: end; }
.services-header h2 { font-family: var(--font-display); font-weight: 300;
  font-size: clamp(1.8rem,3vw,2.6rem); color: var(--ink); line-height: 1.2; letter-spacing: -0.02em; }
.services-header h2 em { font-style: italic; font-weight: 500; }
.services-header p { font-size: .95rem; color: var(--stone-500); line-height: 1.8; }
.services-list { max-width: var(--max-w); margin: 0 auto; display: flex; flex-direction: column; }
.svc-row { display: grid; grid-template-columns: 200px 1fr 1.2fr; gap: 2rem; padding: 2rem 0;
  border-top: 1px solid var(--stone-200); align-items: start; transition: background .2s; }
.svc-row:last-child { border-bottom: 1px solid var(--stone-200); }
.svc-row:hover { background: var(--clay-faint); margin: 0 -1rem; padding: 2rem 1rem; }
.svc-num { font-family: var(--font-display); font-size: 2.5rem; font-weight: 300;
  color: var(--stone-300); line-height: 1; }
.svc-title { font-family: var(--font-display); font-size: 1.3rem; font-weight: 500;
  color: var(--ink); margin-bottom: .4rem; }
.svc-sub { font-size: .85rem; color: var(--clay); font-weight: 600; }
.svc-desc { font-size: .9rem; color: var(--stone-500); line-height: 1.75; }
.svc-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .8rem; }
.svc-tag { font-size: .72rem; font-weight: 600; padding: .25rem .65rem;
  background: var(--stone-100); color: var(--stone-600); border-radius: 100px; letter-spacing: .02em; }

/* ============================================
   Work / Case Studies
   ============================================ */
.work { padding: 100px var(--gutter); background: var(--ink); color: var(--stone-300); }
.work-header { max-width: var(--max-w); margin: 0 auto 4rem; }
.work-header .section-label { color: var(--clay-light); }
.work-header h2 { font-family: var(--font-display); font-weight: 300;
  font-size: clamp(1.8rem,3vw,2.6rem); color: var(--paper); line-height: 1.2; letter-spacing: -0.02em; }
.work-grid { max-width: var(--max-w); margin: 0 auto;
  display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.work-card { border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 2.2rem;
  transition: border-color .3s; overflow: hidden; }
.work-card:hover { border-color: rgba(255,255,255,0.18); }
.work-tag { font-size: .7rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .1em; color: var(--clay-light); margin-bottom: 1rem; }
.work-card h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 500;
  color: var(--paper); line-height: 1.3; margin-bottom: .8rem; }
.work-card p { font-size: .88rem; color: var(--stone-400); line-height: 1.75; }
.work-metrics { display: flex; gap: 2rem; margin-top: 1.5rem; }
.work-metric .val { font-family: var(--font-display); font-size: 1.8rem; font-weight: 500;
  color: var(--clay-light); display: block; line-height: 1.1; }
.work-metric .lbl { font-size: .72rem; color: var(--stone-500); font-weight: 500;
  text-transform: uppercase; letter-spacing: .06em; }

/* ============================================
   Testimonials
   ============================================ */
.testimonials { padding: 100px var(--gutter); }
.testimonials-inner { max-width: var(--max-w); margin: 0 auto;
  display: grid; grid-template-columns: .4fr 1fr; gap: 4rem; align-items: center; }
.test-left h2 { font-family: var(--font-display); font-weight: 300;
  font-size: clamp(1.6rem,2.5vw,2.2rem); color: var(--ink); line-height: 1.25; letter-spacing: -0.02em; }
.test-quote { background: var(--stone-50); border-radius: 14px; padding: 2.5rem 3rem;
  border: 1px solid var(--stone-200); position: relative; }
.test-quote::before { content: '\201C'; font-family: var(--font-display); font-size: 6rem;
  color: var(--clay); opacity: .12; position: absolute; top: -.2rem; left: 1.5rem; line-height: 1; }
.test-quote blockquote { font-family: var(--font-display); font-size: 1.2rem; font-weight: 300;
  font-style: italic; color: var(--stone-700); line-height: 1.7; margin-bottom: 1.5rem;
  position: relative; z-index: 1; }
.test-author { display: flex; align-items: center; gap: .75rem; }
.test-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--sage);
  display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: .85rem; }
.test-name { font-weight: 600; font-size: .9rem; color: var(--ink); }
.test-role { font-size: .78rem; color: var(--stone-400); }
.test-dots { display: flex; gap: .5rem; margin-top: 1.5rem; justify-content: center; }
.test-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--stone-300);
  cursor: pointer; transition: .2s; border: none; }
.test-dot.active { background: var(--clay); width: 24px; border-radius: 100px; }

/* ============================================
   Insights / Blog
   ============================================ */
.insights { padding: 100px var(--gutter); background: var(--sage-wash); }
.insights-header { max-width: var(--max-w); margin: 0 auto 3rem;
  display: flex; justify-content: space-between; align-items: end; }
.insights-header h2 { font-family: var(--font-display); font-weight: 300;
  font-size: clamp(1.8rem,3vw,2.4rem); color: var(--ink); line-height: 1.2; letter-spacing: -0.02em; }
.insights-header h2 em { font-style: italic; font-weight: 500; }
.insights-link { font-size: .88rem; font-weight: 600; color: var(--sage); text-decoration: none; transition: color .2s; }
.insights-link:hover { color: var(--ink); }
.insights-grid { max-width: var(--max-w); margin: 0 auto;
  display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.insight-card { background: var(--paper); border-radius: 12px; overflow: hidden;
  border: 1px solid rgba(0,0,0,0.04); transition: transform .25s, box-shadow .25s; }
.insight-card:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.insight-thumb { height: 180px; position: relative; overflow: hidden; }
.insight-thumb-bg { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.thumb-cyber { background: linear-gradient(145deg,var(--stone-800),var(--stone-900)); }
.thumb-cloud { background: linear-gradient(145deg,var(--sage),#3d6b56); }
.thumb-compliance { background: linear-gradient(145deg,var(--clay),#6b3f22); }
.insight-thumb-label { position: absolute; top: 1rem; left: 1rem; font-size: .7rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,0.7); }
.insight-thumb svg { width: 48px; height: 48px; stroke: rgba(255,255,255,0.15); fill: none; stroke-width: 1; }
.insight-body { padding: 1.5rem; }
.insight-date { font-size: .75rem; color: var(--stone-400); font-weight: 500; margin-bottom: .4rem; }
.insight-card h3 { font-family: var(--font-display); font-size: 1.05rem; font-weight: 500;
  color: var(--ink); line-height: 1.35; margin-bottom: .5rem; }
.insight-card p { font-size: .84rem; color: var(--stone-500); line-height: 1.7; }

/* ============================================
   CTA Section
   ============================================ */
.cta-section { padding: 100px var(--gutter); position: relative; overflow: hidden; }
.cta-inner { max-width: var(--max-w); margin: 0 auto; background: var(--clay); border-radius: 16px;
  padding: 4rem 5rem; display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem;
  align-items: center; position: relative; overflow: hidden; }
.cta-inner::after { content: ''; position: absolute; top: -60px; right: -60px;
  width: 300px; height: 300px; border-radius: 50%; background: rgba(255,255,255,0.06); }
.cta-inner h2 { font-family: var(--font-display); font-weight: 300;
  font-size: clamp(1.8rem,3vw,2.4rem); color: var(--paper); line-height: 1.2;
  letter-spacing: -0.02em; position: relative; z-index: 1; }
.cta-inner h2 em { font-weight: 500; font-style: italic; }
.cta-inner p { font-size: .95rem; color: rgba(255,255,255,0.75); margin-top: 1rem;
  line-height: 1.7; position: relative; z-index: 1; }
.cta-right { text-align: right; position: relative; z-index: 1; }

/* ============================================
   Contact
   ============================================ */
.contact { padding: 100px var(--gutter); }
.contact-inner { max-width: var(--max-w); margin: 0 auto;
  display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; }
.contact-info h2 { font-family: var(--font-display); font-weight: 300;
  font-size: clamp(1.6rem,2.5vw,2.2rem); color: var(--ink); line-height: 1.25;
  letter-spacing: -0.02em; margin-bottom: 1.2rem; }
.contact-info > p { font-size: .92rem; color: var(--stone-500); margin-bottom: 2.5rem; line-height: 1.75; }
.c-detail { display: flex; gap: .8rem; margin-bottom: 1.4rem; }
.c-detail svg { width: 18px; height: 18px; stroke: var(--clay); fill: none; stroke-width: 1.5;
  flex-shrink: 0; margin-top: 3px; }
.c-detail-text .c-label { font-size: .72rem; color: var(--stone-400); font-weight: 600;
  text-transform: uppercase; letter-spacing: .08em; }
.c-detail-text .c-value { font-size: .92rem; color: var(--ink); font-weight: 500; }
.c-detail-text .c-value a { color: var(--ink); }
.c-detail-text .c-value a:hover { color: var(--clay); }
.contact-form { background: var(--stone-50); border-radius: 14px; padding: 2.5rem;
  border: 1px solid var(--stone-200); }
.fg { margin-bottom: 1rem; }
.fg label { display: block; font-size: .82rem; font-weight: 600; color: var(--stone-600); margin-bottom: .35rem; }
.fg input, .fg select, .fg textarea { width: 100%; padding: .7rem .9rem;
  border: 1.5px solid var(--stone-200); border-radius: 6px; font-family: var(--font-body);
  font-size: .88rem; color: var(--ink); background: var(--paper); outline: none; transition: border-color .2s; }
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: var(--clay); }
.fg textarea { resize: vertical; min-height: 100px; }
.form-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

/* ============================================
   Pricing
   ============================================ */
.pricing { padding: 100px var(--gutter); background: var(--clay-wash); }
.pricing-header { max-width: var(--max-w); margin: 0 auto 4rem; text-align: center; }
.pricing-header h2 { font-family: var(--font-display); font-weight: 300;
  font-size: clamp(1.8rem,3vw,2.6rem); color: var(--ink); line-height: 1.2; letter-spacing: -0.02em; margin-bottom: .8rem; }
.pricing-header h2 em { font-style: italic; font-weight: 500; }
.pricing-header p { font-size: .95rem; color: var(--stone-500); max-width: 520px; margin: 0 auto; line-height: 1.7; }
.pricing-grid { max-width: var(--max-w); margin: 0 auto;
  display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; align-items: start; }
.pricing-card { background: var(--paper); border-radius: 14px; padding: 2.5rem;
  border: 1px solid var(--stone-200); transition: all .3s; position: relative; }
.pricing-card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(0,0,0,0.06); }
.pricing-card.featured { border-color: var(--clay); box-shadow: 0 6px 24px rgba(139,94,60,0.12); }
.pricing-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--clay); color: var(--paper); font-size: .7rem; font-weight: 700;
  padding: .3rem 1rem; border-radius: 100px; text-transform: uppercase; letter-spacing: .06em; }
.pricing-tier { font-family: var(--font-display); font-size: 1.3rem; font-weight: 500;
  color: var(--ink); margin-bottom: .4rem; }
.pricing-desc { font-size: .84rem; color: var(--stone-500); margin-bottom: 1.5rem; line-height: 1.5; }
.pricing-amount { font-family: var(--font-display); font-size: 2.4rem; font-weight: 500; color: var(--ink); }
.pricing-period { font-size: .84rem; color: var(--stone-400); }
.pricing-divider { height: 1px; background: var(--stone-200); margin: 1.5rem 0; }
.pricing-features { list-style: none; margin-bottom: 2rem; }
.pricing-features li { font-size: .84rem; color: var(--stone-600); padding: .4rem 0 .4rem 1.4rem;
  position: relative; line-height: 1.5; }
.pricing-features li::before { content: '✓'; position: absolute; left: 0;
  color: var(--clay); font-weight: 700; font-size: .8rem; }
.pricing-note { text-align: center; font-size: .84rem; color: var(--stone-500); margin-top: 2rem;
  max-width: var(--max-w); margin-left: auto; margin-right: auto; }

/* ============================================
   Products
   ============================================ */
.products { padding: 100px var(--gutter); }
.products-header { max-width: var(--max-w); margin: 0 auto 4rem; text-align: center; }
.products-header h2 { font-family: var(--font-display); font-weight: 300;
  font-size: clamp(1.8rem,3vw,2.6rem); color: var(--ink); line-height: 1.2; letter-spacing: -0.02em; margin-bottom: .8rem; }
.products-header h2 em { font-style: italic; font-weight: 500; }
.products-header p { font-size: .95rem; color: var(--stone-500); max-width: 520px; margin: 0 auto; line-height: 1.7; }
.products-grid { max-width: var(--max-w); margin: 0 auto;
  display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; }
.product-card { background: var(--paper); border-radius: 14px; padding: 2.5rem;
  border: 1px solid var(--stone-200); transition: all .3s; display: flex; flex-direction: column; }
.product-card:hover { border-color: var(--clay); box-shadow: 0 10px 30px rgba(0,0,0,0.06); transform: translateY(-4px); }
.product-badge { display: inline-flex; align-self: flex-start; background: var(--clay); color: var(--paper);
  font-size: .68rem; font-weight: 700; padding: .25rem .75rem; border-radius: 100px;
  text-transform: uppercase; letter-spacing: .06em; margin-bottom: 1rem; }
.product-card h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 500;
  color: var(--ink); margin-bottom: .3rem; }
.product-tagline { font-size: .88rem; color: var(--clay); font-weight: 600; margin-bottom: 1rem; }
.product-description { font-size: .88rem; color: var(--stone-500); line-height: 1.75; margin-bottom: 1.5rem; }
.product-details-title { font-size: .72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .08em; color: var(--stone-600); margin-bottom: .8rem; }
.product-deliverable { display: flex; gap: .6rem; align-items: flex-start; padding: .3rem 0;
  font-size: .84rem; color: var(--stone-600); line-height: 1.5; }
.product-deliverable svg { flex-shrink: 0; margin-top: 2px; }
.product-meta { display: flex; gap: 2rem; padding: 1rem 0; margin: 1rem 0;
  border-top: 1px solid var(--stone-200); border-bottom: 1px solid var(--stone-200); flex-wrap: wrap; }
.product-meta-item { font-size: .82rem; color: var(--stone-500); }
.product-meta-item strong { color: var(--stone-700); }
.product-footer { margin-top: auto; padding-top: 1.5rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.product-price-amount { font-family: var(--font-display); font-size: 2rem; font-weight: 500; color: var(--ink); line-height: 1; }
.product-price-note { font-size: .78rem; color: var(--stone-400); }
.product-price-gst { font-size: .72rem; color: var(--stone-400); }

/* How it works */
.how-steps { max-width: var(--max-w); margin: 0 auto;
  display: grid; grid-template-columns: repeat(4,1fr); gap: 2rem; }
.how-step { text-align: center; position: relative; }
.how-step::after { content: ''; position: absolute; top: 24px; right: -1rem;
  width: 2rem; height: 1px; background: var(--stone-300); }
.how-step:last-child::after { display: none; }
.how-step-num { width: 48px; height: 48px; border-radius: 50%; background: var(--clay-faint);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem;
  font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; color: var(--clay); }
.how-step h4 { font-family: var(--font-display); font-size: .95rem; font-weight: 500;
  color: var(--ink); margin-bottom: .3rem; }
.how-step p { font-size: .82rem; color: var(--stone-500); line-height: 1.5; }

/* FAQ */
.faq { padding: 100px var(--gutter); background: var(--ink); }
.faq-header { max-width: 720px; margin: 0 auto 3rem; text-align: center; }
.faq-header .section-label { color: var(--clay-light); }
.faq-header h2 { font-family: var(--font-display); font-weight: 300;
  font-size: clamp(1.6rem,2.5vw,2.2rem); color: var(--paper); line-height: 1.25; letter-spacing: -0.02em; }
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(255,255,255,0.08); }
.faq-q { width: 100%; background: none; border: none; padding: 1.5rem 0; display: flex;
  justify-content: space-between; align-items: center; cursor: pointer; text-align: left;
  font-family: var(--font-display); font-size: 1.05rem; font-weight: 500; color: var(--paper); transition: color .2s; }
.faq-q:hover { color: var(--clay-light); }
.faq-q svg { flex-shrink: 0; color: var(--stone-500); transition: transform .3s; }
.faq-q.open svg { transform: rotate(45deg); color: var(--clay-light); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s ease; }
.faq-a.open { max-height: 300px; padding-bottom: 1.5rem; }
.faq-a p { font-size: .9rem; color: var(--stone-400); line-height: 1.75; }

/* ============================================
   Footer
   ============================================ */
footer { background: var(--stone-900); color: var(--stone-400); padding: 56px var(--gutter) 28px; }
.footer-inner { max-width: var(--max-w); margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2.5rem; margin-bottom: 2.5rem; }
.footer-brand .logo { display: block; margin-bottom: .75rem; }
.footer-brand p { font-size: .84rem; line-height: 1.7; }
.footer-col h5 { font-size: .75rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .1em; color: var(--stone-300); margin-bottom: .8rem; }
.footer-col a { display: block; font-size: .84rem; color: var(--stone-500);
  text-decoration: none; margin-bottom: .5rem; transition: color .2s; }
.footer-col a:hover { color: var(--stone-200); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 1.2rem;
  display: flex; justify-content: space-between; font-size: .78rem; }
.footer-bottom a { color: var(--stone-500); text-decoration: none; margin-left: 1.2rem; }
.footer-bottom a:hover { color: var(--stone-300); }

/* ============================================
   Animations
   ============================================ */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .5s ease, transform .5s ease; }
.reveal.vis { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: .08s; } .d2 { transition-delay: .16s; }
.d3 { transition-delay: .24s; } .d4 { transition-delay: .32s; } .d5 { transition-delay: .4s; }

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 968px) {
  .hero-inner { grid-template-columns: 1fr; gap: 2rem; }
  .about-inner { grid-template-columns: 1fr; gap: 3rem; }
  .about::before { display: none; }
  .services-header { grid-template-columns: 1fr; }
  .svc-row { grid-template-columns: 60px 1fr; }
  .work-grid { grid-template-columns: 1fr; }
  .testimonials-inner { grid-template-columns: 1fr; gap: 2rem; }
  .insights-grid { grid-template-columns: 1fr 1fr; }
  .cta-inner { grid-template-columns: 1fr; padding: 3rem; text-align: left; }
  .cta-right { text-align: left; }
  .contact-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 420px; }
  .products-grid { grid-template-columns: 1fr; max-width: 560px; }
  .how-steps { grid-template-columns: 1fr 1fr; }
  .how-step::after { display: none; }
}
@media (max-width: 640px) {
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 100px;
    left: 0; right: 0; background: var(--paper); padding: 1.5rem var(--gutter);
    border-bottom: 1px solid var(--stone-200); box-shadow: 0 8px 24px rgba(0,0,0,0.04); }
  .hamburger { display: flex; }
  .hero { padding: 150px var(--gutter) 60px; }
  .svc-row { grid-template-columns: 1fr; }
  .svc-num { font-size: 1.4rem; margin-bottom: .25rem; }
  .trust-inner { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .insights-grid { grid-template-columns: 1fr; }
  .insights-header { flex-direction: column; align-items: flex-start; gap: .5rem; }
  .form-2col { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: .5rem; text-align: center; }
  .footer-bottom a { margin: 0 .6rem; }
  .test-quote { padding: 1.8rem; }
  .product-footer { flex-direction: column; align-items: flex-start; }
}
