:root {
  --ink: #1d2421;
  --ink-soft: #39433e;
  --paper: #f3f0e8;
  --paper-deep: #e6e3d8;
  --white: #fbfaf6;
  --acid: #d6ef68;
  --line: rgba(29, 36, 33, 0.16);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Manrope", "Trebuchet MS", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.55; }
body { overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: auto; }
.skip-link:focus { left: 16px; top: 16px; z-index: 100; padding: 10px 14px; background: var(--acid); color: var(--ink); }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -0.035em; line-height: .96; }
h1 { font-size: clamp(4.2rem, 9vw, 8.5rem); }
h2 { font-size: clamp(3rem, 6vw, 5.5rem); }
h3 { font-size: 2rem; }
.eyebrow, .section-kicker, .meta-label { display: block; margin-bottom: 22px; color: var(--ink-soft); font-size: .7rem; font-weight: 800; letter-spacing: .18em; line-height: 1.2; text-transform: uppercase; }
.eyebrow::before, .section-kicker::before { content: "+"; margin-right: 8px; color: var(--acid); font-size: 1rem; }
.section-kicker.light { color: rgba(251,250,246,.7); }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(243,240,232,.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { position: relative; display: inline-flex; align-items: center; width: auto; height: 76px; gap: 10px; flex-shrink: 0; }
.brand::before { content: ""; position: absolute; top: 0; left: 0; width: 76px; height: 76px; background: url('assets/fasmala-mark.svg') center / contain no-repeat; }
.brand::after { content: "FASMALA CONSULTANCY AND ADVISORY"; margin-left: 0; color: var(--ink); font-size: .7rem; font-weight: 800; letter-spacing: .08em; white-space: nowrap; }
.brand-logo { width: 76px; height: 76px; object-fit: contain; opacity: 0; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a { position: relative; color: var(--ink-soft); font-size: .78rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -8px; height: 2px; background: var(--acid); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--ink); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.nav-button, .button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 20px; border: 1px solid var(--ink); font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.nav-button { background: var(--ink); color: var(--white); }
.nav-button:hover, .button:hover { transform: translateY(-3px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-outline { background: transparent; color: var(--ink); }
.button-outline:hover { background: var(--acid); }
.button-light { background: var(--acid); color: var(--ink); border-color: var(--acid); }
.page-loader { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; align-content: center; gap: 14px; background: var(--ink); color: var(--white); opacity: 1; transition: opacity .28s ease, visibility .28s ease; }
.page-loader.is-hidden { visibility: hidden; opacity: 0; pointer-events: none; }
.loader-mark { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid var(--acid); color: var(--acid); font-family: var(--serif); font-size: 2.7rem; line-height: 1; animation: loader-pulse 1.1s ease-in-out infinite alternate; }
.page-loader > span { font-size: .62rem; font-weight: 800; letter-spacing: .24em; }
.hero-shell { padding: 40px 0 76px; overflow: hidden; }
.hero { display: grid; grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); min-height: 560px; background: var(--ink); color: var(--white); border-radius: 18px; overflow: hidden; }
.hero-copy { position: relative; z-index: 1; }
.hero-copy { padding: 70px 20px 70px 58px; }
.hero-copy .eyebrow { color: rgba(251,250,246,.68); }
.hero-copy h1 { max-width: 620px; color: var(--white); font-size: clamp(3.6rem, 5.5vw, 6rem); }
.hero-copy h1 em { color: var(--acid); font-style: normal; }
.lead { max-width: 500px; margin-top: 28px; color: rgba(251,250,246,.7); font-size: 1.04rem; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.hero-visual { position: relative; min-height: 560px; background: var(--ink) url('assets/hero-collage.svg') center / cover no-repeat; overflow: hidden; animation: hero-breathe 10s ease-in-out infinite alternate; }
.hero-visual::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 66% 25%, rgba(214,239,104,.25), transparent 26%), linear-gradient(145deg, transparent 40%, rgba(214,239,104,.15) 40.2% 40.8%, transparent 41%); }
.hero-visual::after { content: "FASMALA"; position: absolute; right: -40px; bottom: 80px; color: rgba(251,250,246,.08); font-size: clamp(5rem, 12vw, 10rem); font-weight: 800; letter-spacing: -.08em; transform: rotate(-90deg); transform-origin: bottom right; }
.hero-visual-inner { position: absolute; inset: 26px; border: 1px solid rgba(251,250,246,.2); }
.hero-orbit { position: absolute; top: 22%; left: 20%; width: 280px; aspect-ratio: 1; border: 1px solid rgba(214,239,104,.72); border-radius: 50%; transform: rotate(-24deg) scaleY(.56); animation: orbit-turn 16s linear infinite; }
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; border: 1px solid rgba(251,250,246,.35); border-radius: 50%; }
.hero-orbit::before { inset: 24px; }
.hero-orbit::after { inset: 48px; }
.hero-mark { position: absolute; top: 24%; left: 42%; width: 104px; height: 104px; display: grid; place-items: center; border-radius: 50%; background: var(--acid); color: var(--ink); font-size: 3rem; font-weight: 800; animation: mark-pulse 5s ease-in-out infinite; }
.hero-mark::after { content: ""; position: absolute; inset: -13px; border: 1px solid var(--acid); border-radius: 50%; }
.hero-note { position: absolute; right: 24px; bottom: 24px; max-width: 230px; padding-top: 18px; border-top: 1px solid rgba(251,250,246,.38); color: var(--white); font-family: var(--serif); font-size: 1.5rem; line-height: 1.05; animation: note-rise 1s .25s both ease-out; }
.hero-note span { display: block; margin-top: 12px; color: rgba(251,250,246,.65); font-family: var(--sans); font-size: .66rem; font-weight: 800; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.signal-bar { padding: 18px 0; background: var(--acid); color: var(--ink); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); overflow: hidden; }
.signal-track { display: flex; justify-content: space-between; gap: 24px; white-space: nowrap; font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.signal-track span::before { content: "//"; margin-right: 24px; opacity: .5; }
.intro-section, .services-section, .about-preview, .process-section, .page-hero, .story-section, .values-section, .approach-section, .services-page-section, .contact-section { padding: 112px 0; }
.intro-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.intro-copy { max-width: 780px; }
.intro-copy > p { color: var(--ink-soft); font-size: clamp(1.6rem, 3vw, 2.7rem); line-height: 1.08; }
.intro-aside { padding-top: 72px; color: var(--ink-soft); font-size: .95rem; }
.intro-aside strong { display: block; margin-bottom: 12px; color: var(--ink); font-size: 3.7rem; font-family: var(--serif); font-weight: 400; line-height: 1; }
.services-section { background: var(--ink); color: var(--white); }
.services-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 74px; }
.services-copy p { max-width: 360px; color: rgba(251,250,246,.7); }
.services-copy h2 { max-width: 440px; margin-bottom: 24px; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(251,250,246,.24); }
.service-card { min-height: 250px; padding: 25px 20px 28px 0; border-bottom: 1px solid rgba(251,250,246,.24); opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.22,.61,.36,1); }
.service-card.is-visible { opacity: 1; transform: translateY(0); }
.service-card:nth-child(2) { transition-delay: .1s; }
.service-card:nth-child(3) { transition-delay: .2s; }
.service-card:nth-child(4) { transition-delay: .3s; }
.service-card:nth-child(even) { padding-left: 28px; border-left: 1px solid rgba(251,250,246,.24); }
.service-icon, .service-detail-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 32px; border: 1px solid var(--acid); color: var(--acid); font-weight: 800; }
.service-card h3 { margin-bottom: 14px; font-size: 2.15rem; }
.service-card p { max-width: 310px; color: rgba(251,250,246,.62); }
.service-card a { display: inline-block; margin-top: 22px; color: var(--acid); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-card a::after { content: " ->"; }
.about-preview { background: var(--paper-deep); }
.about-preview-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.about-image { position: relative; min-height: 500px; background: linear-gradient(180deg, rgba(29,36,33,.08), rgba(29,36,33,.38)), url('assets/ChatGPT%20Image%20Sep%206,%202026,%2012_51_32%20PM.png') center / cover no-repeat; overflow: hidden; }
.about-image::before { content: "F"; position: absolute; left: 7%; bottom: -12%; color: transparent; background: linear-gradient(135deg, rgba(214,239,104,.25), rgba(214,239,104,.04)), url('assets/ChatGPT%20Image%20Sep%206,%202026,%2012_52_55%20PM.png') center / cover no-repeat; -webkit-background-clip: text; background-clip: text; font-family: var(--serif); font-size: 29rem; font-weight: 700; line-height: .8; -webkit-text-stroke: 2px rgba(214,239,104,.72); text-shadow: 10px 10px 0 rgba(29,36,33,.2); z-index: 1; }
.about-image::after { content: "01 / 04"; position: absolute; right: 20px; top: 20px; color: var(--white); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.about-copy h2 { max-width: 560px; margin-bottom: 24px; }
.about-copy > p { max-width: 560px; margin-bottom: 18px; color: var(--ink-soft); }
.check-list { display: grid; gap: 12px; padding: 0; margin: 28px 0 0; list-style: none; font-size: .9rem; font-weight: 800; }
.check-list li::before { content: "+"; display: inline-grid; place-items: center; width: 24px; height: 24px; margin-right: 10px; background: var(--acid); }
.section-heading { max-width: 700px; margin-bottom: 52px; }
.section-heading.center { max-width: 760px; margin-right: auto; margin-left: auto; text-align: center; }
.section-heading h2 { margin-top: 6px; }
.process-grid, .value-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid var(--line); }
.process-grid article, .value-grid article { min-height: 210px; padding: 22px 18px 22px 0; border-bottom: 1px solid var(--line); }
.process-grid article + article, .value-grid article + article { padding-left: 18px; border-left: 1px solid var(--line); }
.process-grid span, .value-grid span { display: block; margin-bottom: 44px; color: var(--ink-soft); font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.process-grid h3, .value-grid h3 { margin-bottom: 12px; }
.process-grid p, .value-grid p { color: var(--ink-soft); font-size: .9rem; }
.cta-panel { padding: 0 0 112px; }
.cta-panel-inner { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding: 46px; background: var(--ink); color: var(--white); }
.cta-panel-inner h2 { max-width: 650px; }
.page-hero { padding-bottom: 72px; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 980px; }
.narrow { max-width: 1180px; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.story-grid > div:first-child { max-width: 590px; }
.story-grid > div:first-child p { margin-bottom: 20px; color: var(--ink-soft); font-size: 1.2rem; }
.story-card { padding: 34px; background: linear-gradient(180deg, rgba(29,36,33,.18), rgba(29,36,33,.96)), url('assets/ChatGPT%20Image%20Sep%206,%202026,%2012_51_32%20PM.png') center / cover no-repeat; color: var(--white); }
.story-card h3 { margin-bottom: 18px; }
.story-card p { color: rgba(251,250,246,.7); }
.value-grid { grid-template-columns: repeat(3, 1fr); }
.approach-section { background: var(--paper-deep); }
.service-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.service-detail-card { min-height: 300px; padding: 30px 30px 30px 0; border-bottom: 1px solid var(--line); }
.service-detail-card:nth-child(even) { padding-left: 30px; border-left: 1px solid var(--line); }
.service-detail-head { display: flex; align-items: start; gap: 20px; margin-bottom: 28px; }
.service-detail-head h2 { max-width: 360px; font-size: 2.6rem; }
.service-detail-icon { flex: 0 0 42px; margin-bottom: 0; }
.service-detail-card p { max-width: 500px; color: var(--ink-soft); }
.packages-section { padding: 112px 0 82px; background: var(--paper-deep); }
.package-heading { max-width: 720px; min-height: 260px; padding-right: 360px; background: url('assets/bookkeeping-workspace.svg') right center / 330px auto no-repeat; }
.package-heading > p:last-child { max-width: 520px; margin-top: 18px; color: var(--ink-soft); font-size: 1rem; }
.package-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.package-card { display: flex; flex-direction: column; min-width: 0; padding: 28px 24px 24px; background: var(--white); border: 1px solid var(--line); }
.package-card.package-featured { background: var(--ink); color: var(--white); border-color: var(--ink); transform: translateY(-14px); box-shadow: 0 18px 0 rgba(29,36,33,.12); }
.package-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.package-featured .package-top { border-color: rgba(251,250,246,.22); }
.package-number { color: var(--acid); font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.package-label { color: var(--ink-soft); font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-align: right; text-transform: uppercase; }
.package-featured .package-label { color: rgba(251,250,246,.66); }
.package-card > h2 { margin: 26px 0 16px; font-size: 3rem; }
.package-price { display: flex; align-items: baseline; gap: 8px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.package-featured .package-price { border-color: rgba(251,250,246,.22); }
.package-price strong { font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.package-price span { color: var(--ink-soft); font-size: .68rem; font-weight: 800; }
.package-featured .package-price span { color: rgba(251,250,246,.66); }
.package-summary { min-height: 48px; margin: 18px 0 22px; color: var(--ink-soft); font-size: .88rem; }
.package-featured .package-summary { color: rgba(251,250,246,.7); }
.package-card h3 { margin-bottom: 14px; font-family: var(--sans); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.package-card ul { display: grid; gap: 11px; padding: 0; margin: 0 0 28px; list-style: none; color: var(--ink-soft); font-size: .83rem; }
.package-card li { position: relative; padding-left: 19px; }
.package-card li::before { content: "+"; position: absolute; left: 0; color: var(--acid); font-weight: 800; }
.package-featured ul { color: rgba(251,250,246,.72); }
.package-button { width: 100%; margin-top: auto; border-color: var(--ink); background: transparent; color: var(--ink); }
.package-button:hover { background: var(--acid); }
.package-featured .package-button { border-color: var(--acid); background: var(--acid); color: var(--ink); }
.package-note { margin-top: 28px; color: var(--ink-soft); font-size: .78rem; }
.industries-section { padding: 0 0 112px; }
.industry-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.industry-item { padding: 22px 18px 24px 0; border-bottom: 1px solid var(--line); }
.industry-item:nth-child(3n + 2), .industry-item:nth-child(3n + 3) { padding-left: 18px; border-left: 1px solid var(--line); }
.industry-item span { display: block; margin-bottom: 30px; color: var(--ink-soft); font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.industry-item h3 { margin-bottom: 10px; font-size: 1.8rem; }
.industry-item p { color: var(--ink-soft); font-size: .9rem; }
.training-section { padding: 112px 0; background: var(--ink); color: var(--white); }
.training-section .section-heading { max-width: 760px; }
.training-section .section-heading > p:last-child { max-width: 560px; margin-top: 18px; color: rgba(251,250,246,.68); }
.training-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.training-feature { display: grid; grid-template-rows: 260px auto; min-width: 0; border: 1px solid rgba(251,250,246,.2); }
.training-feature-wide { grid-template-rows: 300px auto; }
.training-image { min-height: 0; background-position: center; background-size: cover; }
.training-workshop { background-image: linear-gradient(180deg, rgba(29,36,33,.04), rgba(29,36,33,.34)), url('assets/ChatGPT%20Image%20Sep%206,%202026,%2012_52_55%20PM.png'); }
.training-team { background-image: linear-gradient(180deg, rgba(29,36,33,.04), rgba(29,36,33,.34)), url('assets/ChatGPT%20Image%20Sep%206,%202026,%2012_59_26%20PM.png'); }
.training-feature > div:last-child { padding: 24px; }
.training-feature > div:last-child > span { display: block; margin-bottom: 22px; color: var(--acid); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.training-feature h3 { margin-bottom: 12px; font-size: 2.2rem; }
.training-feature p { color: rgba(251,250,246,.68); font-size: .9rem; }
.contact-page { background: var(--ink); color: var(--white); border-bottom: 0; }
.contact-page .section-kicker { color: rgba(251,250,246,.7); }
.contact-section { padding-top: 80px; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.contact-copy > p { max-width: 420px; color: var(--ink-soft); font-size: 1.2rem; }
.contact-list { display: grid; gap: 14px; padding: 0; margin: 36px 0 0; list-style: none; font-size: .9rem; }
.contact-list strong { display: inline-block; min-width: 72px; color: var(--ink); }
.contact-list a { text-decoration: underline; text-underline-offset: 3px; }
.contact-form { padding: 34px; background: var(--white); border-top: 5px solid var(--acid); }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { margin-bottom: 20px; }
.contact-form label { display: block; margin-bottom: 8px; color: var(--ink-soft); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 0; background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; color: var(--ink); outline: 0; }
.contact-form input:focus, .contact-form textarea:focus { border-bottom-color: var(--ink); }
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form .button { margin-top: 12px; cursor: pointer; }
.site-footer { padding: 60px 0 20px; background: var(--ink); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 30px; }
.footer-brand { position: relative; display: flex; align-items: center; width: auto; height: 68px; gap: 10px; }
.footer-brand::before { content: ""; display: block; width: 68px; height: 68px; flex: 0 0 68px; background: url('assets/fasmala-mark.svg') center / contain no-repeat; }
.footer-brand::after { content: "FASMALA CONSULTANCY AND ADVISORY"; color: var(--white); font-size: .68rem; font-weight: 800; letter-spacing: .07em; white-space: nowrap; }
.footer-logo { display: none; }
.footer-title { display: none; }
.footer-text { color: rgba(251,250,246,.6); font-size: .85rem; }
.site-footer h3 { margin-bottom: 18px; color: var(--acid); font-family: var(--sans); font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.site-footer ul { display: grid; gap: 9px; padding: 0; margin: 0; list-style: none; color: rgba(251,250,246,.68); font-size: .88rem; }
.site-footer a:hover { color: var(--acid); }
.footer-bottom { margin-top: 54px; padding-top: 16px; border-top: 1px solid rgba(251,250,246,.15); color: rgba(251,250,246,.5); font-size: .75rem; }
@keyframes hero-breathe {
  from { background-position: 50% 50%; }
  to { background-position: 53% 47%; }
}
@keyframes orbit-turn {
  from { transform: rotate(-24deg) scaleY(.56); }
  to { transform: rotate(336deg) scaleY(.56); }
}
@keyframes mark-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(214,239,104,.18); }
  50% { transform: scale(1.04); box-shadow: 0 0 0 16px rgba(214,239,104,0); }
}
@keyframes note-rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes loader-pulse { from { transform: scale(.92); opacity: .65; } to { transform: scale(1); opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}

/* Hero refresh */
.hero-shell { padding: 34px 0 72px; background: var(--paper); }
.hero { position: relative; grid-template-columns: minmax(0, 1fr) minmax(430px, .92fr); min-height: 650px; background: transparent; color: var(--ink); border-radius: 0; overflow: visible; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 58px 30px 58px 0; }
.hero-copy .eyebrow { margin-bottom: 28px; color: var(--ink-soft); }
.hero-copy h1 { max-width: 690px; color: var(--ink); font-size: clamp(4.3rem, 7vw, 7.6rem); line-height: .9; }
.hero-copy h1 em { color: var(--ink-soft); }
.lead { max-width: 560px; margin-top: 30px; color: var(--ink-soft); font-size: 1.08rem; }
.hero-actions { margin-top: 34px; }
.hero-visual { min-height: 650px; border-radius: 16px; background-position: center; box-shadow: 18px 18px 0 var(--paper-deep); }
.hero-visual::before { background: linear-gradient(180deg, transparent 58%, rgba(29,36,33,.58) 100%); }
.hero-visual::after { right: -25px; bottom: 120px; color: rgba(214,239,104,.15); font-size: clamp(4rem, 8vw, 7.5rem); }
.hero-visual-inner { inset: 18px; border-color: rgba(251,250,246,.32); }
.hero-image-label { position: absolute; top: 42px; left: 42px; max-width: 230px; color: var(--white); }
.hero-image-label span { display: block; margin-bottom: 52px; color: var(--acid); font-size: .68rem; font-weight: 800; letter-spacing: .18em; }
.hero-image-label strong { display: block; font-family: var(--serif); font-size: 2.4rem; font-weight: 400; line-height: .95; }
.hero-orbit, .hero-mark { display: none; }
.hero-note { right: 42px; bottom: 34px; max-width: 275px; padding-top: 16px; font-size: 1.7rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 0; max-width: 620px; margin-top: 54px; border-top: 1px solid var(--line); }
.hero-proof div { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: center; min-width: 33.33%; padding: 16px 20px 0 0; }
.hero-proof div + div { padding-left: 20px; border-left: 1px solid var(--line); }
.hero-proof strong { color: var(--acid); font-size: .72rem; }
.hero-proof span { color: var(--ink-soft); font-size: .72rem; font-weight: 700; line-height: 1.25; }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { padding: 48px 0 30px; }
  .hero-visual { min-height: 560px; }
}
@media (max-width: 680px) {
  .hero-shell { padding-top: 20px; }
  .hero-copy h1 { font-size: clamp(3.7rem, 16vw, 6rem); }
  .hero-proof { margin-top: 40px; }
  .hero-proof div { min-width: 100%; padding: 12px 0; }
  .hero-proof div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .hero-visual { min-height: 470px; box-shadow: 9px 9px 0 var(--paper-deep); }
  .hero-image-label { top: 30px; left: 30px; }
  .hero-image-label span { margin-bottom: 38px; }
  .hero-note { right: 28px; bottom: 26px; max-width: 230px; font-size: 1.45rem; }
}

@media (max-width: 680px) {
  .hero-shell { padding: 28px 0 42px; }
  .hero { gap: 24px; }
  .hero-copy { padding: 22px 0 18px 24px; }
  .hero-copy .eyebrow { margin-bottom: 16px; }
  .hero-copy h1 { font-size: clamp(3.35rem, 14vw, 5.2rem); }
  .hero-copy .lead { margin-top: 20px; font-size: .94rem; }
  .hero-actions { margin-top: 22px; }
  .hero-proof { margin-top: 24px; }
  .hero-proof div, .hero-proof div + div { padding: 9px 0; }
  .hero-footer-note { margin-top: 20px; padding-top: 20px; }
  .hero-visual { width: 100%; aspect-ratio: 1.08 / 1; }
  .signal-bar { padding: 12px 0; }
  .intro-section { padding-top: 48px; padding-bottom: 48px; }
}

/* Dashboard hero direction */
.hero-shell { padding: 32px 0 76px; background: var(--paper); }
.hero { grid-template-columns: minmax(0, .78fr) minmax(470px, 1.22fr); min-height: 690px; background: var(--ink); color: var(--white); border-radius: 18px; overflow: hidden; }
.hero-copy { padding: 68px 38px 44px 58px; }
.hero-copy .eyebrow { color: rgba(251,250,246,.68); }
.hero-copy h1 { max-width: 560px; color: var(--white); font-size: clamp(4.1rem, 6vw, 7rem); line-height: .91; }
.hero-copy h1 em { color: var(--acid); }
.hero-copy .lead { max-width: 430px; color: rgba(251,250,246,.7); }
.hero-outline { border-color: rgba(251,250,246,.45); color: var(--white); }
.hero-outline:hover { color: var(--ink); }
.hero-proof { max-width: 460px; border-color: rgba(251,250,246,.2); }
.hero-proof div { min-width: 100%; padding: 13px 0; }
.hero-proof div + div { padding-left: 0; border-left: 0; border-top: 1px solid rgba(251,250,246,.2); }
.hero-proof strong { color: var(--acid); }
.hero-proof span { color: rgba(251,250,246,.7); }
.hero-footer-note { display: flex; justify-content: space-between; max-width: 460px; margin-top: auto; padding-top: 34px; color: rgba(251,250,246,.5); font-size: .62rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-visual { min-height: 690px; border-radius: 0; background-image: url('assets/hero-dashboard.svg'); background-position: center; background-size: 100% 100%; box-shadow: none; }
.hero-visual::before { background: linear-gradient(90deg, rgba(29,36,33,.36), transparent 42%), linear-gradient(180deg, transparent 70%, rgba(29,36,33,.5)); }
.hero-visual::after { content: "REPORTS"; right: -58px; bottom: 130px; color: rgba(214,239,104,.13); }
.hero-visual-inner { inset: 20px; border-color: rgba(214,239,104,.38); }
.hero-image-label, .hero-note { display: none; }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { padding: 54px 34px 44px; }
  .hero-visual { min-height: 540px; }
}
@media (max-width: 680px) {
  .hero-copy { padding: 44px 22px 34px; }
  .hero-copy h1 { font-size: clamp(3.7rem, 16vw, 5.8rem); }
  .hero-footer-note { margin-top: 36px; }
  .hero-visual { min-height: 430px; }
  .hero-visual { background-size: 100% 100%; }
}

/* Open hero layout */
.hero-shell { padding: 48px 0 64px; background: var(--paper); }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, .98fr) minmax(360px, .72fr); gap: clamp(36px, 6vw, 82px); align-items: center; min-height: 520px; background: transparent; color: var(--ink); border-radius: 0; overflow: visible; }
.hero::before { content: ""; position: absolute; top: 0; right: 41%; width: 1px; height: 100%; background: rgba(29,36,33,.26); }
.hero-copy { padding: 20px 0; }
.hero-copy .eyebrow { color: rgba(29,36,33,.72); }
.hero-copy h1 { max-width: 620px; color: var(--ink); font-size: clamp(3.8rem, 6vw, 6.6rem); }
.hero-copy h1 em { color: var(--ink-soft); }
.hero-copy .lead { max-width: 530px; color: rgba(29,36,33,.78); }
.hero-outline { border-color: rgba(29,36,33,.3); color: var(--ink); }
.hero-outline:hover { background: var(--acid); }
.hero-proof { max-width: 580px; border-color: rgba(29,36,33,.28); }
.hero-proof div { min-width: 33.33%; padding: 16px 18px 0 0; }
.hero-proof div + div { padding-left: 18px; border-left: 1px solid var(--line); border-top: 0; }
.hero-proof span { color: var(--ink-soft); }
.hero-footer-note { max-width: 580px; color: rgba(29,36,33,.72); }
.hero-visual { width: min(100%, 480px); min-height: 0; aspect-ratio: 1.06 / 1; justify-self: end; border-radius: 0; background-size: 100% 100%; box-shadow: 12px 12px 0 var(--paper-deep); animation: hero-breathe 10s ease-in-out infinite alternate; }
.hero-visual::before { background: linear-gradient(135deg, rgba(214,239,104,.1), transparent 35%); }
.hero-visual-inner { inset: 14px; }
.hero-visual::after { display: none; }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: 0; gap: 42px; }
  .hero::before { display: none; }
  .hero-copy { padding: 0; }
  .hero-visual { width: min(100%, 560px); margin: 0 auto; }
}
@media (max-width: 680px) {
  .hero-shell { padding: 34px 0 54px; }
  .hero-copy h1 { font-size: clamp(3.5rem, 15vw, 5.4rem); }
  .hero-proof div, .hero-proof div + div { min-width: 100%; padding: 12px 0; border-left: 0; }
  .hero-proof div + div { border-top: 1px solid var(--line); }
  .hero-footer-note { margin-top: 30px; }
  .hero-visual { width: min(100%, 420px); aspect-ratio: .95 / 1; box-shadow: 8px 8px 0 var(--paper-deep); }
}

/* New cinematic hero direction */
.hero-shell { position: relative; padding: 76px 0 92px; background: var(--ink); color: var(--white); overflow: hidden; }
.hero-shell::before { content: "01"; position: absolute; right: 5vw; top: -90px; color: rgba(214,239,104,.08); font-family: var(--serif); font-size: clamp(22rem, 42vw, 48rem); line-height: .8; pointer-events: none; }
.hero { grid-template-columns: minmax(0, .9fr) minmax(380px, .8fr); gap: clamp(42px, 9vw, 130px); min-height: 590px; color: var(--white); }
.hero::before { top: 0; right: auto; left: 50%; width: 2px; height: 100%; background: var(--acid); opacity: .8; }
.hero-copy { position: relative; padding: 38px 0 38px 34px; }
.hero-copy::before { content: ""; position: absolute; top: 38px; left: 0; width: 3px; height: 94px; background: var(--acid); }
.hero-copy .eyebrow { color: rgba(251,250,246,.65); }
.hero-copy h1 { max-width: 650px; color: var(--white); font-size: clamp(4rem, 6.7vw, 7.4rem); line-height: .87; }
.hero-copy h1 em { color: var(--acid); }
.hero-copy .lead { max-width: 500px; color: rgba(251,250,246,.68); }
.hero-outline { border-color: rgba(251,250,246,.38); color: var(--white); }
.hero-outline:hover { background: var(--acid); color: var(--ink); }
.hero-proof { max-width: 550px; border-color: rgba(251,250,246,.2); }
.hero-proof div { min-width: 33.33%; }
.hero-proof div + div { border-color: rgba(251,250,246,.2); }
.hero-proof span { color: rgba(251,250,246,.66); }
.hero-footer-note { color: rgba(251,250,246,.48); }
.hero-visual { width: min(100%, 500px); justify-self: end; aspect-ratio: 1.06 / 1; border: 1px solid rgba(214,239,104,.55); box-shadow: 20px 20px 0 rgba(214,239,104,.22); animation: hero-float 8s ease-in-out infinite alternate; }
.hero-visual::before { background: linear-gradient(135deg, rgba(214,239,104,.2), transparent 38%); }
.hero-visual-inner { inset: 13px; border-color: rgba(214,239,104,.55); }
@keyframes hero-float { from { transform: translateY(5px) rotate(0deg); } to { transform: translateY(-10px) rotate(1deg); } }
@media (max-width: 900px) {
  .hero-shell { padding: 58px 0 72px; }
  .hero { grid-template-columns: 1fr; gap: 48px; min-height: 0; }
  .hero::before { left: 0; top: 52%; width: 100%; height: 2px; }
  .hero-copy { padding-left: 28px; }
  .hero-visual { justify-self: start; width: min(100%, 560px); }
}
@media (max-width: 680px) {
  .hero-shell { padding: 46px 0 60px; }
  .hero-shell::before { top: 25%; right: -35px; font-size: 20rem; }
  .hero-copy h1 { font-size: clamp(3.7rem, 15vw, 5.8rem); }
  .hero-proof div, .hero-proof div + div { min-width: 100%; padding: 12px 0; border-left: 0; }
  .hero-proof div + div { border-top: 1px solid rgba(251,250,246,.2); }
  .hero-visual { width: 100%; aspect-ratio: .95 / 1; box-shadow: 9px 9px 0 rgba(214,239,104,.22); }
}

@media (max-width: 680px) {
  .hero-shell { padding: 28px 0 42px; }
  .hero { gap: 24px; }
  .hero-copy { padding: 22px 0 18px 24px; }
  .hero-copy::before { top: 22px; height: 68px; }
  .hero-copy .eyebrow { margin-bottom: 16px; }
  .hero-copy h1 { font-size: clamp(3.35rem, 14vw, 5.2rem); line-height: .88; }
  .hero-copy .lead { margin-top: 20px; font-size: .94rem; line-height: 1.45; }
  .hero-actions { gap: 9px; margin-top: 22px; }
  .hero-actions .button { min-height: 44px; }
  .hero-proof { margin-top: 24px; }
  .hero-proof div, .hero-proof div + div { padding: 9px 0; }
  .hero-footer-note { margin-top: 20px; padding-top: 20px; font-size: .57rem; }
  .hero-visual { width: 100%; aspect-ratio: 1.08 / 1; box-shadow: 6px 6px 0 rgba(214,239,104,.22); }
  .signal-bar { padding: 12px 0; }
  .intro-section { padding-top: 48px; padding-bottom: 48px; }
}
@media (max-width: 900px) {
  .hero, .intro-grid, .services-layout, .about-preview-grid, .story-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero-visual { min-height: 500px; }
  .intro-aside { padding-top: 0; }
  .about-image { min-height: 420px; }
  .process-grid, .value-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid article:nth-child(odd), .value-grid article:nth-child(odd) { padding-left: 0; border-left: 0; }
  .process-grid article:nth-child(even), .value-grid article:nth-child(even) { padding-left: 18px; border-left: 1px solid var(--line); }
  .process-grid article:nth-child(n+3), .value-grid article:nth-child(n+3) { border-top: 1px solid var(--line); }
}
@media (max-width: 680px) {
  .container { width: min(100% - 32px, 1180px); }
  .nav-wrap { min-height: 68px; flex-wrap: wrap; gap: 10px 16px; padding: 8px 0; }
  .brand { height: 56px; }
  .brand-logo { width: 56px; height: 56px; }
  .brand::before { width: 56px; height: 56px; }
  .brand::after { font-size: .54rem; letter-spacing: .045em; }
  .main-nav { order: 3; width: 100%; justify-content: space-between; gap: 8px; padding-bottom: 8px; overflow-x: auto; }
  .main-nav a { font-size: .62rem; }
  .nav-button { display: none; }
  h1 { font-size: clamp(3.7rem, 17vw, 6rem); }
  h2 { font-size: clamp(3rem, 14vw, 5rem); }
  .hero-shell { padding-top: 38px; }
  .hero-visual { min-height: 420px; }
  .hero-orbit { left: 11%; width: 230px; }
  .hero-mark { left: 31%; width: 110px; height: 110px; font-size: 3rem; }
  .signal-track { justify-content: flex-start; font-size: .62rem; }
  .signal-track span:nth-child(n+4) { display: none; }
  .intro-section, .services-section, .about-preview, .process-section, .page-hero, .story-section, .values-section, .approach-section, .services-page-section, .contact-section { padding: 76px 0; }
  .service-grid, .service-list { grid-template-columns: 1fr; }
  .package-grid { grid-template-columns: 1fr; gap: 14px; }
  .packages-section { padding: 76px 0 56px; }
  .package-heading { min-height: 0; padding-right: 0; background-size: 100% auto; background-position: center bottom; padding-bottom: 220px; }
  .package-card.package-featured { transform: none; }
  .package-summary { min-height: 0; }
  .industry-grid { grid-template-columns: 1fr; }
  .training-grid { grid-template-columns: 1fr; }
  .training-section { padding: 76px 0; }
  .training-feature, .training-feature-wide { grid-template-rows: 220px auto; }
  .industry-item, .industry-item:nth-child(3n + 2), .industry-item:nth-child(3n + 3) { padding: 24px 0; border-left: 0; }
  .industry-item + .industry-item { border-top: 1px solid var(--line); }
  .service-card, .service-card:nth-child(even), .service-detail-card, .service-detail-card:nth-child(even) { padding: 24px 0; border-left: 0; }
  .service-card + .service-card, .service-detail-card + .service-detail-card { border-top: 1px solid rgba(251,250,246,.24); }
  .service-detail-card + .service-detail-card { border-top-color: var(--line); }
  .process-grid, .value-grid, .field-row, .footer-grid { grid-template-columns: 1fr; }
  .process-grid article, .value-grid article, .process-grid article:nth-child(even), .value-grid article:nth-child(even) { padding: 24px 0; border-left: 0; border-top: 1px solid var(--line); }
  .process-grid article:first-child, .value-grid article:first-child { border-top: 0; }
  .cta-panel { padding-bottom: 76px; }
  .cta-panel-inner { align-items: start; flex-direction: column; padding: 28px 22px; }
  .contact-form { padding: 22px; }
  .footer-brand::after { font-size: .54rem; letter-spacing: .045em; }
}

@media (max-width: 680px) {
  .hero-shell { padding: 28px 0 42px; }
  .hero { gap: 24px; }
  .hero-copy { padding: 22px 0 18px 24px; }
  .hero-copy .eyebrow { margin-bottom: 16px; }
  .hero-copy h1 { font-size: clamp(3.35rem, 14vw, 5.2rem); line-height: .88; }
  .hero-copy .lead { margin-top: 20px; font-size: .94rem; line-height: 1.45; }
  .hero-actions { margin-top: 22px; }
  .hero-proof { margin-top: 24px; }
  .hero-proof div, .hero-proof div + div { padding: 9px 0; }
  .hero-footer-note { margin-top: 20px; padding-top: 20px; }
  .hero-visual { min-height: 0; width: 100%; aspect-ratio: 1.08 / 1; }
  .signal-bar { padding: 12px 0; }
  .intro-section { padding-top: 48px; padding-bottom: 48px; }
}
