/* ═══════════════════════════════════════════════════════════════
   WEB-DESIGN-CALGARY.CSS — page-scoped redesign layer, loaded after
   styles.min.css. Same visual language as home.css/about.css: Big Shoulders
   display type, orange accent, black atmosphere + grain, numbered
   eyebrows, flat buttons. Duplicated per this site's existing
   page-scoped-override pattern (no shared-file risk, no build step).
   ═══════════════════════════════════════════════════════════════ */

body {
  --cream: #F3ECDF;
  --accent: var(--orange);
  --ink: #0c0a08;
  --display: 'Big Shoulders Display', Impact, sans-serif;
  --mono: 'Space Mono', 'Space Grotesk', monospace;
  background: #000 !important;
  background-image: none !important;
  color: var(--cream);
}
body::after {
  display: block !important; content: ''; position: fixed; inset: 0; z-index: -1;
  pointer-events: none; opacity: .05; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 140px 140px;
}
body::before {
  content: '';
  position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(ellipse 55% 40% at 10% 8%, rgba(247,147,30,.16), transparent),
    radial-gradient(ellipse 50% 38% at 92% 14%, rgba(233,30,99,.14), transparent),
    radial-gradient(ellipse 55% 42% at 50% 88%, rgba(47,167,167,.12), transparent);
}
main, .footer { color: var(--cream); }
main .lead, main p { color: rgba(243,236,223,.62); }

.fade { filter: blur(6px); transition: opacity .6s ease, transform .6s ease, filter .6s ease; }
.fade.in { filter: blur(0); }

main h2 {
  font-family: var(--display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(2.2rem, 5vw, 3.8rem); line-height: .98; letter-spacing: 0;
  margin: 0; color: var(--cream);
}
.section, .section-sm { border-color: rgba(243,236,223,.1) !important; }
.divider { background: rgba(243,236,223,.1) !important; }

/* ── BUTTONS / LINKS ── */
.btn { border-radius: 0; padding: 1rem 1.9rem; text-transform: uppercase; font-family: var(--mono); font-size: .72rem; letter-spacing: .08em; font-weight: 700; }
.btn-primary { background: var(--accent); color: var(--ink); border: 1px solid var(--accent); box-shadow: none; }
.btn-primary:hover { background: transparent; color: var(--cream); opacity: 1; }
.btn-secondary { background: transparent; border: 1px solid rgba(243,236,223,.25); color: var(--cream); }
.btn-secondary:hover { border-color: var(--cream); background: rgba(243,236,223,.06); color: var(--cream); }

/* ── NAV: same stacked two-line corner links as the homepage ── */
.nav { background: transparent; border-bottom: 1px solid transparent; height: 96px; }
.nav.scrolled { background: rgba(0,0,0,.9); backdrop-filter: blur(16px); border-color: rgba(243,236,223,.1); }
.nav-inner { height: 96px; align-items: center; }
.nav-brand-word { background: none; -webkit-text-fill-color: currentColor; color: var(--cream); font-family: var(--display); font-weight: 900; letter-spacing: .04em; }
.nav-links { gap: clamp(1rem, 3vw, 2.4rem); }
.nav-links a {
  display: flex; flex-direction: column; line-height: 1.05;
  font-family: var(--display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(.85rem, 1.3vw, 1.05rem);
  color: rgba(243,236,223,.55);
}
.nav-links a span:first-child { color: rgba(243,236,223,.35); font-size: .8em; }
.nav-links a:hover, .nav-links a.active { color: var(--cream); }
.nav-links a:hover span:first-child, .nav-links a.active span:first-child { color: var(--accent); }
.nav-links a::after { display: none; }
.nav-cta { background: none; border: none; padding: 0; font-family: var(--mono); text-transform: uppercase; font-size: .7rem; letter-spacing: .08em; color: var(--cream); border-bottom: 1px solid var(--accent); }
.nav-cta:hover { border-color: var(--cream); transform: none; }
.nav-drawer a { font-family: var(--display); font-weight: 900; text-transform: uppercase; }

/* ── BREADCRUMBS ── */
.breadcrumb-nav { border-color: rgba(243,236,223,.1) !important; }
.breadcrumb-nav ol { font-family: var(--mono) !important; font-size: .72rem !important; text-transform: uppercase; letter-spacing: .05em; color: rgba(243,236,223,.4) !important; }
.breadcrumb-nav a { color: rgba(243,236,223,.4) !important; }
.breadcrumb-nav a:hover { color: var(--cream) !important; }
.breadcrumb-nav li[style*="color"] { color: rgba(243,236,223,.25) !important; }

/* ── SECTION EYEBROW WITH NUMBER ── */
.eyebrow-num { display: flex; align-items: baseline; gap: .7rem; font-family: var(--mono); margin-bottom: 1.4rem; }
.eyebrow-num em { font-style: normal; font-weight: 700; font-size: .95rem; color: var(--accent); }
.eyebrow-num span { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: rgba(243,236,223,.5); }

/* ── ANIMATED TEXT: per-word stagger, driven by the shared .fade/.in reveal ── */
.split-unit { display: inline-block; opacity: 0; transform: translateY(.5em) rotate(2deg); transition: opacity .5s ease, transform .5s ease; }
.in .split-unit, .fade.in .split-unit { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .split-unit { transition-delay: 0s !important; } }

/* ── GRAIN TEXTURE (visible on color panels, not just the body-level wash) ── */
.grain { position: absolute; inset: 0; pointer-events: none; opacity: .12; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ── CORNER VIEWFINDER BRACKETS + PANEL NUMBERS ── */
.frame-mark { position: absolute; width: 20px; height: 20px; z-index: 3; }
.frame-mark--tl { top: 22px; left: 22px; border-left: 1px solid currentColor; border-top: 1px solid currentColor; }
.frame-mark--tr { top: 22px; right: 22px; border-right: 1px solid currentColor; border-top: 1px solid currentColor; }
.frame-mark--bl { bottom: 22px; left: 22px; border-left: 1px solid currentColor; border-bottom: 1px solid currentColor; }
.frame-mark--br { bottom: 22px; right: 22px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; }
.panel-corner-num { position: absolute; top: 26px; font-family: var(--mono); font-size: .78rem; font-weight: 700; opacity: .5; z-index: 2; }
.panel-corner-num--l { left: 30px; }
.panel-corner-num--r { right: 30px; }

/* ── FULL-BLEED COLOR PANEL (same framed-tile treatment as the homepage) ── */
.color-panel {
  position: relative; overflow: hidden;
  background: var(--accent); color: var(--ink);
  border-top: none !important;
  padding: clamp(3rem, 8vw, 5.5rem) 0 !important;
  margin: 0 clamp(10px, 2vw, 20px) clamp(10px, 2vw, 20px);
  border-radius: clamp(12px, 2vw, 20px);
}
.color-panel .wrap { position: relative; z-index: 2; }
.color-panel .eyebrow-num em, .color-panel .eyebrow-num span { color: var(--ink); opacity: .55; }
.color-panel .frame-mark { color: var(--ink); opacity: .4; }
.color-panel[data-color="mag"]  { background: var(--mag); }
.color-panel[data-color="red"]  { background: var(--red); }
.color-panel[data-color="teal"] { background: var(--teal); }
.color-panel h2, .color-panel h3 { color: var(--ink) !important; }
.color-panel p { color: var(--ink) !important; opacity: .75; }
.color-panel .btn-primary { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.color-panel .btn-primary:hover { background: transparent; color: var(--ink); }
.color-panel .btn-secondary { border-color: rgba(12,10,8,.35); color: var(--ink); }
.color-panel .btn-secondary:hover { border-color: var(--ink); background: rgba(12,10,8,.08); }

/* Panel statement — big 3-line stacked headline, like the homepage craft panel */
.panel-stack { font-family: var(--display); font-weight: 900; text-transform: uppercase; line-height: .94; font-size: clamp(2.6rem, 7vw, 5.4rem); margin-bottom: 1.6rem; }
.panel-stack > span { display: block; }
.panel-foot { display: flex; justify-content: center; margin-top: 2rem; }
.panel-copy { max-width: 640px; margin: 0 auto; text-align: center; font-size: 1.1rem; line-height: 1.7; }

/* ── HERO: animated drifting gradient orbs behind the headline ── */
.svc-hero { position: relative; overflow: hidden; }
.hero-orbs { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .5; mix-blend-mode: screen; animation: orbDrift 22s ease-in-out infinite; }
.hero-orb--1 { width: 420px; height: 420px; background: var(--orange); top: -120px; left: -80px; animation-duration: 24s; }
.hero-orb--2 { width: 380px; height: 380px; background: var(--mag); top: 40px; right: -100px; animation-duration: 28s; animation-direction: reverse; }
.hero-orb--3 { width: 320px; height: 320px; background: var(--teal); bottom: -140px; left: 30%; animation-duration: 20s; }
@keyframes orbDrift { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(6%, 5%) scale(1.12); } }
@media (prefers-reduced-motion: reduce) { .hero-orb { animation: none; } }
.svc-hero > div { position: relative; z-index: 2; }

/* ── HERO ── */
.svc-hero h1 {
  font-family: var(--display); text-transform: uppercase; font-weight: 900; letter-spacing: 0;
  line-height: .96; color: var(--cream);
}
.svc-hero p { color: rgba(243,236,223,.62); }

/* ── SERVICES OFFERED / SERVICE CARDS (same numbered-list component as home/about) ── */
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.5rem, 3vw, 2.5rem); }
.service-card {
  border-top: 3px solid var(--card-color, var(--accent)); padding-top: clamp(1.5rem, 3vw, 2rem);
  transition: transform .25s ease, background .25s ease; border-radius: 0 0 10px 10px;
}
.service-card:hover { transform: translateY(-4px); background: rgba(243,236,223,.04); }
.service-card:nth-child(1) { --card-color: var(--orange); }
.service-card:nth-child(2) { --card-color: var(--mag); }
.service-card:nth-child(3) { --card-color: var(--teal); }
.service-card:nth-child(4) { --card-color: var(--red); }
.svc-num { font-family: var(--mono); font-size: .78rem; font-weight: 700; color: var(--card-color, var(--accent)); margin-bottom: 1.2rem; }
.service-card h3 { font-family: var(--display); font-weight: 900; text-transform: uppercase; font-size: clamp(1.4rem, 2.5vw, 1.9rem); line-height: 1.05; margin: 0 0 .8rem; color: var(--cream); }
.service-card p { font-size: .98rem; line-height: 1.6; color: rgba(243,236,223,.62); margin: 0 0 1.2rem; }
.chip-row { display: flex; flex-wrap: wrap; gap: .5rem; }
.chip { font-family: var(--mono); font-size: .66rem; text-transform: uppercase; letter-spacing: .05em; color: rgba(243,236,223,.55); border: 1px solid rgba(243,236,223,.15); padding: .3rem .7rem; }
@media (max-width: 700px) { .services-grid { grid-template-columns: 1fr; } }

/* ── APPROACH (copy column + values list) ── */
.about-full-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 5vw, 4.5rem); align-items: start; }
.about-full-grid h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem) !important; line-height: 1.05 !important; }
.values { gap: 0 !important; }
.value { border-top: 1px solid rgba(243,236,223,.15); padding: 1.2rem 0; }
.value h3 { font-family: var(--display); font-weight: 900; text-transform: uppercase; font-size: 1.15rem; letter-spacing: 0; color: var(--cream); margin: 0 0 .5rem; }
.value p { font-size: .92rem; line-height: 1.6; color: rgba(243,236,223,.6); margin: 0; }
@media (max-width: 900px) { .about-full-grid { grid-template-columns: 1fr; } }

/* ── PROCESS: 4-step grid, each step carries its own brand colour ── */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(10px, 2vw, 20px); }
.process-step {
  background: rgba(243,236,223,.03); border: 1px solid rgba(243,236,223,.1);
  border-top: 3px solid var(--step-color, var(--accent));
  border-radius: clamp(10px, 1.5vw, 14px); padding: clamp(1.6rem, 3vw, 2rem);
  transition: transform .25s ease, background .25s ease;
}
.process-step:hover { transform: translateY(-4px); background: rgba(243,236,223,.06); }
.process-step:nth-child(1) { --step-color: var(--orange); }
.process-step:nth-child(2) { --step-color: var(--mag); }
.process-step:nth-child(3) { --step-color: var(--teal); }
.process-step:nth-child(4) { --step-color: var(--red); }
.process-step .svc-num { color: var(--step-color, var(--accent)); font-size: 1.1rem; }
.process-step h3 { font-family: var(--display); font-weight: 900; text-transform: uppercase; font-size: 1.1rem; letter-spacing: 0; color: var(--cream); margin: .9rem 0 .7rem; }
.process-step p { font-size: .88rem; line-height: 1.65; color: rgba(243,236,223,.6); margin: 0; }
@media (max-width: 820px) { .process-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .process-grid { grid-template-columns: 1fr; } }

/* ── PRICING BREAKDOWN ── */
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 4vw, 3rem); }
.pricing-col { border-top: 3px solid var(--col-color, var(--accent)); padding-top: 1.6rem; }
.pricing-col:nth-child(1) { --col-color: var(--teal); }
.pricing-col:nth-child(2) { --col-color: var(--orange); }
.pricing-col h3 { font-family: var(--display); font-weight: 900; text-transform: uppercase; font-size: clamp(1.2rem, 2vw, 1.5rem); letter-spacing: 0; color: var(--cream); margin: 0 0 1.2rem; }
.pricing-col ul { list-style: none; padding: 0; margin: 0; font-size: .95rem; color: rgba(243,236,223,.62); line-height: 2; }
.pricing-col ul li { display: flex; gap: .8rem; }
.pricing-col .pricing-ideal { font-family: var(--mono); font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; margin-top: 1.5rem; }
@media (max-width: 700px) { .pricing-grid { grid-template-columns: 1fr; } }

/* ── RELATED SERVICES ── */
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(10px, 2vw, 20px); }
.related-card {
  display: block; padding: clamp(1.6rem, 3vw, 1.8rem) clamp(1.6rem, 3vw, 2rem);
  background: rgba(243,236,223,.03); border: 1px solid rgba(243,236,223,.1);
  border-top: 3px solid var(--rc-color, var(--accent));
  border-radius: 0 0 clamp(10px, 1.5vw, 14px) clamp(10px, 1.5vw, 14px);
  transition: transform .25s ease, background .25s ease;
}
.related-card:hover { transform: translateY(-4px); background: rgba(243,236,223,.06); }
.related-card:nth-child(1) { --rc-color: var(--teal); }
.related-card:nth-child(2) { --rc-color: var(--mag); }
.related-card:nth-child(3) { --rc-color: var(--orange); }
.related-card .svc-num { color: var(--rc-color, var(--accent)); }
.related-card h3 { font-family: var(--display); font-weight: 900; text-transform: uppercase; font-size: 1.1rem; letter-spacing: 0; color: var(--cream); margin: .8rem 0 .5rem; }
.related-card p { font-size: .88rem; line-height: 1.65; color: rgba(243,236,223,.6); margin: 0; }
@media (max-width: 820px) { .related-grid { grid-template-columns: 1fr; } }

/* ── FOOTER manifesto CTA (same as homepage) ── */
.footer-manifesto { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 2rem; padding-bottom: clamp(2.5rem, 6vw, 4rem); margin-bottom: clamp(2.5rem, 6vw, 4rem); border-bottom: 1px solid rgba(243,236,223,.1); }
.footer-manifesto h2 { font-family: var(--display); font-weight: 900; text-transform: uppercase; font-size: clamp(2rem, 5vw, 3.4rem); max-width: 16ch; margin: 0; }
.footer-col-heading, .footer-col h4 { font-family: var(--mono) !important; text-transform: uppercase; font-size: .78rem; letter-spacing: .06em; color: var(--accent); }
.footer-badges span { font-family: var(--mono); }
