:root {
  --ink: #13261f;
  --ink-soft: #1d342b;
  --green: #2f6f55;
  --green-bright: #65a77f;
  --sage: #b8cabb;
  --gold: #e2ad4e;
  --gold-light: #f6d792;
  --paper: #f7f3e8;
  --paper-deep: #eee7d6;
  --white: #fffdf7;
  --muted: #68736c;
  --line: rgba(19, 38, 31, 0.14);
  --dark-line: rgba(255, 253, 247, 0.16);
  --shadow: 0 22px 70px rgba(19, 38, 31, 0.12);
  --shadow-deep: 0 30px 90px rgba(5, 18, 13, 0.24);
  --radius: 22px;
  --radius-small: 14px;
  --max-width: 1220px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); text-rendering: optimizeLegibility; }
body, button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3 { overflow-wrap: normal; word-break: normal; hyphens: none; text-wrap: balance; }
p, blockquote { overflow-wrap: break-word; }
h1, h2, h3, p, blockquote { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 650; letter-spacing: -0.035em; }
h1 { margin-bottom: 28px; font-size: clamp(3rem, 5.6vw, 5.8rem); line-height: 0.98; }
h2 { margin-bottom: 24px; font-size: clamp(2.25rem, 4.1vw, 4.35rem); line-height: 1.04; }
h3 { margin-bottom: 14px; font-size: clamp(1.3rem, 1.8vw, 1.8rem); line-height: 1.12; }
p { line-height: 1.68; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; top: 14px; left: 14px; z-index: 300; padding: 12px 16px; color: var(--ink); background: var(--gold-light); border: 2px solid var(--ink); border-radius: 10px; font-weight: 900; transform: translateY(-180%); transition: transform 160ms ease; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 200; display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; padding: 12px max(22px, calc((100vw - var(--max-width)) / 2)); color: var(--white); background: rgba(19, 38, 31, 0.95); border-bottom: 1px solid var(--dark-line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; min-width: 0; align-items: center; gap: 12px; }
.brand-mark { display: grid; width: 45px; height: 45px; flex: 0 0 45px; place-items: center; color: var(--ink); background: linear-gradient(145deg, var(--gold-light), var(--gold)); border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(19, 38, 31, 0.18); font-family: Georgia, "Times New Roman", serif; font-size: .95rem; font-weight: 800; letter-spacing: -.04em; }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; line-height: 1; }
.brand-copy small { color: rgba(255, 253, 247, .62); font-size: .7rem; letter-spacing: .02em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(11px, 1.6vw, 23px); color: rgba(255, 253, 247, .76); font-size: .82rem; font-weight: 800; }
.desktop-nav a { position: relative; transition: color 150ms ease; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--gold-light); }
.desktop-nav a[aria-current="page"]::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--gold); content: ""; }
.desktop-nav .nav-cta { padding: 11px 15px; color: var(--ink); background: var(--gold); border-radius: 10px; }
.desktop-nav .nav-cta:hover, .desktop-nav .nav-cta[aria-current="page"] { color: var(--ink); background: var(--gold-light); }
.desktop-nav .nav-cta[aria-current="page"]::after { display: none; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { padding: 10px 13px; border: 1px solid var(--dark-line); border-radius: 9px; cursor: pointer; font-size: .84rem; font-weight: 850; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; top: calc(100% + 12px); right: 0; display: grid; width: min(280px, calc(100vw - 30px)); overflow: hidden; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.mobile-menu nav a { padding: 15px 18px; border-bottom: 1px solid var(--line); font-weight: 800; }
.mobile-menu nav a[aria-current="page"] { background: var(--gold-light); }
.mobile-menu nav a:last-child { border-bottom: 0; }
.hero, .page-hero, .case-hero, .not-found { position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 73% 18%, rgba(101, 167, 127, .2), transparent 34%), linear-gradient(145deg, #0d1d17, var(--ink) 55%, #1d3d31); }
.hero::before, .page-hero::before, .case-hero::before, .not-found::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 48px 48px; content: ""; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero { min-height: calc(100vh - 76px); }
.hero-glow { position: absolute; border: 1px solid rgba(226, 173, 78, .28); border-radius: 50%; opacity: .65; }
.glow-one { top: 8%; right: -160px; width: 520px; height: 520px; }
.glow-two { right: 120px; bottom: -310px; width: 620px; height: 620px; }
.hero-grid { position: relative; z-index: 1; display: grid; width: min(var(--max-width), calc(100% - 44px)); min-height: calc(100vh - 76px); margin: 0 auto; padding: clamp(72px, 10vh, 120px) 0; grid-template-columns: minmax(0, 1.4fr) minmax(310px, .58fr); gap: clamp(44px, 7vw, 96px); align-items: center; }
.eyebrow { margin-bottom: 16px; color: var(--gold-light); font-size: .75rem; font-weight: 950; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-dark { color: var(--green); }
.hero-lead, .page-lead { max-width: 760px; margin-bottom: 24px; color: rgba(255, 253, 247, .78); font-size: clamp(1.05rem, 1.7vw, 1.3rem); }
.hero-promise { max-width: 720px; margin-bottom: 34px; color: var(--gold-light); font-weight: 760; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 7px; padding: 13px 18px; border: 1px solid transparent; border-radius: 11px; cursor: pointer; font-weight: 900; line-height: 1.2; transition: transform 150ms ease, background 150ms ease, border-color 150ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary, .button-gold { color: var(--ink); background: var(--gold); }
.button-primary:hover, .button-gold:hover { background: var(--gold-light); }
.button-secondary { color: var(--white); background: transparent; border-color: rgba(255, 253, 247, .3); }
.button-secondary:hover { border-color: var(--gold-light); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: var(--green); }
.hero-panel { position: relative; padding: 24px; background: rgba(255, 253, 247, .07); border: 1px solid rgba(255, 253, 247, .16); border-radius: var(--radius); box-shadow: var(--shadow-deep); backdrop-filter: blur(10px); }
.panel-heading { display: flex; gap: 9px; align-items: center; padding-bottom: 19px; color: var(--gold-light); border-bottom: 1px solid var(--dark-line); font-size: .76rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.status-dot { width: 9px; height: 9px; background: var(--green-bright); border-radius: 50%; box-shadow: 0 0 0 6px rgba(101, 167, 127, .12); }
.panel-item { display: grid; padding: 22px 0; border-bottom: 1px solid var(--dark-line); grid-template-columns: 42px 1fr; gap: 12px; }
.panel-item:last-child { padding-bottom: 4px; border-bottom: 0; }
.panel-number { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-weight: 800; }
.panel-item strong { display: block; margin-bottom: 7px; font-family: Georgia, "Times New Roman", serif; font-size: 1.16rem; }
.panel-item p { margin-bottom: 0; color: rgba(255, 253, 247, .62); font-size: .88rem; }
.trust-strip { display: grid; color: var(--white); background: var(--green); grid-template-columns: repeat(3, 1fr); }
.trust-strip div { display: grid; gap: 4px; padding: 22px clamp(20px, 4vw, 60px); border-right: 1px solid rgba(255,255,255,.17); text-align: center; }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong { color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; }
.trust-strip span { color: rgba(255,255,255,.72); font-size: .78rem; font-weight: 750; }
.section { width: min(var(--max-width), calc(100% - 44px)); margin: 0 auto; padding: clamp(76px, 10vw, 132px) 0; }
.split-intro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(40px, 8vw, 110px); align-items: start; }
.large-copy { font-size: clamp(1.08rem, 1.6vw, 1.28rem); }
.large-copy p:last-child { margin-bottom: 0; }
.mission-line { color: var(--green); font-family: Georgia, "Times New Roman", serif; font-size: 1.3em; font-weight: 700; }
.surface-section, .gallery-section, .review-center, .submit-review, .principles-section, .contact-page { position: relative; }
.surface-section::before, .gallery-section::before { position: absolute; z-index: -1; top: 30px; right: calc((100vw - 100%) / -2); bottom: 30px; left: calc((100vw - 100%) / -2); background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); content: ""; }
.section-heading { display: grid; margin-bottom: 50px; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .55fr); gap: 50px; align-items: end; }
.section-heading > p { margin-bottom: 8px; color: var(--muted); }
.card-grid { display: grid; gap: 18px; }
.three-column { grid-template-columns: repeat(3, 1fr); }
.feature-card { position: relative; min-height: 360px; padding: 30px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.featured-card { color: var(--white); background: var(--ink); border-color: var(--ink); }
.card-index { display: block; margin-bottom: 70px; color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-weight: 800; }
.feature-card p { color: var(--muted); }
.featured-card p { color: rgba(255,255,255,.67); }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--green); font-weight: 900; }
.text-link span { transition: transform 150ms ease; }
.text-link:hover span { transform: translateX(4px); }
.featured-card .text-link, .light-link { color: var(--gold-light); }
.portfolio-preview { width: 100%; max-width: none; padding-right: max(22px, calc((100vw - var(--max-width)) / 2)); padding-left: max(22px, calc((100vw - var(--max-width)) / 2)); color: var(--white); background: var(--ink); }
.inverse-heading > p { color: rgba(255,255,255,.65); }
.project-showcase { display: grid; grid-template-columns: 1.45fr .55fr; gap: 20px; }
.project-card { overflow: hidden; background: var(--ink-soft); border: 1px solid var(--dark-line); border-radius: var(--radius); }
.project-card-large { display: grid; grid-template-columns: .9fr 1.1fr; }
.project-image { min-height: 440px; }
.project-image img { width: 100%; height: 100%; object-fit: cover; }
.project-body { padding: clamp(28px, 4vw, 50px); }
.project-body p { color: rgba(255,255,255,.68); }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.tag { padding: 7px 10px; color: var(--gold-light); background: rgba(246, 215, 146, .09); border: 1px solid rgba(246, 215, 146, .2); border-radius: 999px; font-size: .7rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.project-links { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin-top: 28px; }
.project-card-self { display: flex; flex-direction: column; }
.self-preview { display: grid; min-height: 230px; padding: 35px; background: radial-gradient(circle at 75% 25%, rgba(101,167,127,.3), transparent 32%), #0d1d17; grid-template-columns: 48px 1fr; gap: 12px; align-content: center; }
.mini-brand { display: grid; width: 44px; height: 44px; place-items: center; color: var(--ink); background: var(--gold); border-radius: 50%; font-family: Georgia, "Times New Roman", serif; font-weight: 800; }
.self-preview strong { align-self: center; font-family: Georgia, "Times New Roman", serif; }
.self-preview i { display: block; height: 8px; background: rgba(255,255,255,.12); border-radius: 99px; grid-column: 1 / -1; }
.self-preview i:nth-of-type(1) { width: 85%; }
.self-preview i:nth-of-type(2) { width: 65%; }
.self-preview i:nth-of-type(3) { width: 75%; }
.reviews-preview { display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; }
.review-manifesto, .review-standard { padding: clamp(32px, 5vw, 64px); border-radius: var(--radius); }
.review-manifesto { background: var(--white); border: 1px solid var(--line); }
.review-standard { color: var(--white); background: var(--green); }
.seal { display: grid; width: 54px; height: 54px; margin-bottom: 50px; place-items: center; color: var(--ink); background: var(--gold); border-radius: 50%; font-size: 1.5rem; font-weight: 900; }
.check-list, .plain-list { padding: 0; margin: 0; list-style: none; }
.check-list li { position: relative; padding: 9px 0 9px 29px; line-height: 1.45; }
.check-list li::before { position: absolute; left: 0; color: var(--gold); content: "✓"; font-weight: 950; }
.review-standard .check-list li { color: rgba(255,255,255,.78); }
.process-teaser { border-top: 1px solid var(--line); }
.mini-process { display: grid; padding: 0; margin: 45px 0 30px; list-style: none; grid-template-columns: repeat(4, 1fr); }
.mini-process li { display: grid; min-height: 145px; padding: 22px; border: 1px solid var(--line); border-right: 0; align-content: space-between; }
.mini-process li:last-child { border-right: 1px solid var(--line); }
.mini-process span { color: var(--green); font-family: Georgia, "Times New Roman", serif; font-weight: 800; }
.contact-section { padding: clamp(76px, 10vw, 132px) max(22px, calc((100vw - var(--max-width)) / 2)); color: var(--white); background: linear-gradient(135deg, var(--green), var(--ink)); }
.contact-inner { max-width: 900px; }
.contact-inner p:not(.eyebrow) { max-width: 700px; color: rgba(255,255,255,.72); font-size: 1.1rem; }
.contact-buttons { margin-top: 30px; }
.email-link { color: var(--gold-light); font-weight: 900; }
.page-hero { display: grid; min-height: 570px; padding: clamp(80px, 10vw, 135px) max(22px, calc((100vw - var(--max-width)) / 2)); grid-template-columns: minmax(0, 1.08fr) minmax(300px, .58fr); gap: clamp(38px, 6vw, 78px); align-items: center; }
.page-hero > * { position: relative; z-index: 1; }
.page-hero h1 { max-width: 12.5ch; }
.page-hero-aside { padding: 28px; background: rgba(255,255,255,.07); border: 1px solid var(--dark-line); border-radius: var(--radius); }
.page-hero-aside > span { display: block; margin-bottom: 22px; color: var(--gold-light); font-size: .72rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.page-hero-aside strong { display: block; overflow-wrap: break-word; margin-bottom: 13px; font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; }
.page-hero-aside p { margin-bottom: 0; color: rgba(255,255,255,.65); font-size: .9rem; }
.service-detail { border-bottom: 1px solid var(--line); }
.alt-surface { width: 100%; max-width: none; padding-right: max(22px, calc((100vw - var(--max-width)) / 2)); padding-left: max(22px, calc((100vw - var(--max-width)) / 2)); background: var(--white); }
.detail-heading { display: grid; margin-bottom: 55px; grid-template-columns: 80px 1fr; gap: 25px; align-items: start; }
.detail-number { color: var(--green); font-family: Georgia, "Times New Roman", serif; font-size: 1.4rem; font-weight: 800; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 120px); }
.price-inline { display: grid; margin-top: 40px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); grid-template-columns: auto 1fr auto auto 1fr; gap: 12px; align-items: baseline; }
.price-inline strong { font-family: Georgia, "Times New Roman", serif; font-size: 2rem; }
.price-inline span { color: var(--muted); font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.price-inline b { color: var(--gold); font-size: 1.5rem; }
.scope-note { padding: 18px 20px; color: var(--muted); background: var(--paper); border-left: 4px solid var(--gold); }
.capability-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.capability-grid article { padding: 24px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-small); }
.capability-grid article p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.icon-list li { display: grid; padding: 15px 0; border-bottom: 1px solid var(--line); grid-template-columns: 32px 1fr; font-weight: 800; }
.icon-list span { color: var(--gold); }
.pricing-section { width: 100%; max-width: none; padding-right: max(22px, calc((100vw - var(--max-width)) / 2)); padding-left: max(22px, calc((100vw - var(--max-width)) / 2)); color: var(--white); background: var(--ink); }
.pricing-intro { max-width: 760px; margin-bottom: 45px; }
.pricing-intro p:not(.eyebrow) { color: rgba(255,255,255,.65); }
.price-card { padding: clamp(30px, 5vw, 62px); background: var(--ink-soft); border: 1px solid var(--dark-line); border-radius: var(--radius); box-shadow: var(--shadow-deep); }
.price-topline { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--dark-line); font-size: .76rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.availability { color: var(--gold-light); }
.price-display { display: flex; flex-wrap: wrap; gap: 28px; align-items: center; padding: 40px 0; }
.price-display > div { display: grid; }
.price-amount { color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 6vw, 6rem); line-height: .9; }
.price-label { margin-top: 9px; color: rgba(255,255,255,.6); font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.price-plus { color: var(--gold); font-size: 2rem; }
.price-columns { display: grid; margin-bottom: 35px; grid-template-columns: 1.3fr .7fr; gap: 50px; }
.light-list li { color: rgba(255,255,255,.74); }
.new-scope { padding: 25px; background: rgba(255,255,255,.045); border: 1px solid var(--dark-line); border-radius: var(--radius-small); }
.new-scope p { margin-bottom: 0; color: rgba(255,255,255,.63); }
.referral-note { display: grid; margin-top: 24px; padding: 28px; background: rgba(255,255,255,.05); border: 1px solid var(--dark-line); border-radius: var(--radius); grid-template-columns: 54px 1fr; gap: 18px; }
.referral-icon { display: grid; width: 48px; height: 48px; place-items: center; color: var(--ink); background: var(--gold); border-radius: 50%; font-size: 1.3rem; }
.referral-note p { margin-bottom: 0; color: rgba(255,255,255,.65); }
.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(45px, 8vw, 100px); }
.faq-list details { padding: 22px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; font-weight: 750; }
.faq-list p { margin: 15px 0 0; color: var(--muted); }
.gallery-toolbar { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 45px; }
.filter-group { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-button { padding: 9px 13px; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-size: .76rem; font-weight: 900; }
.filter-button.is-active { color: var(--white); background: var(--ink); border-color: var(--ink); }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; }
.gallery-card { overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); transition: opacity 180ms ease, transform 180ms ease; }
.gallery-card[hidden] { display: none; }
.gallery-card-featured { display: grid; grid-column: 1 / -1; grid-template-columns: .9fr 1.1fr; }
.gallery-media { position: relative; min-height: 350px; }
.gallery-media img { width: 100%; height: 100%; object-fit: cover; }
.gallery-badge { position: absolute; top: 18px; left: 18px; padding: 8px 11px; color: var(--ink); background: var(--gold-light); border-radius: 999px; font-size: .7rem; font-weight: 950; text-transform: uppercase; }
.gallery-content { padding: clamp(28px, 4vw, 50px); }
.gallery-content p { color: var(--muted); }
.dark-tag { color: var(--green); background: rgba(47,111,85,.07); border-color: rgba(47,111,85,.16); }
.project-facts { padding: 0; margin: 28px 0; list-style: none; }
.project-facts li { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.project-facts span { color: var(--muted); font-size: .76rem; font-weight: 900; text-transform: uppercase; }
.internal-media { display: grid; min-height: 350px; padding: 40px; background: radial-gradient(circle at 75% 20%, rgba(101,167,127,.28), transparent 35%), var(--ink); place-items: center; }
.site-wireframe { width: min(360px, 100%); padding: 24px; background: rgba(255,255,255,.06); border: 1px solid var(--dark-line); border-radius: 18px; box-shadow: var(--shadow-deep); }
.site-wireframe > div { display: flex; gap: 10px; align-items: center; margin-bottom: 28px; color: var(--white); }
.site-wireframe i { display: block; height: 11px; margin: 10px 0; background: rgba(255,255,255,.12); border-radius: 999px; }
.site-wireframe i:nth-of-type(1) { width: 90%; }
.site-wireframe i:nth-of-type(2) { width: 66%; }
.site-wireframe i:nth-of-type(3) { width: 76%; }
.site-wireframe em { display: inline-block; width: 45%; height: 70px; margin: 15px 5px 0 0; background: rgba(226,173,78,.16); border: 1px solid rgba(226,173,78,.2); border-radius: 8px; }
.honest-growth { display: grid; margin-top: 20px; padding: 28px; background: var(--paper-deep); border: 1px dashed rgba(19,38,31,.25); border-radius: var(--radius); grid-template-columns: 55px 1fr; gap: 18px; }
.honest-icon { display: grid; width: 48px; height: 48px; place-items: center; color: var(--white); background: var(--green); border-radius: 50%; font-size: 1.6rem; }
.honest-growth p { margin-bottom: 0; color: var(--muted); }
.proof-system { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 8vw, 100px); }
.proof-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.proof-columns article { padding: 25px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-small); }
.proof-columns span { display: block; margin-bottom: 55px; color: var(--green); font-family: Georgia, "Times New Roman", serif; font-weight: 800; }
.proof-columns p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.process-list { display: grid; padding: 0; margin: 0; list-style: none; grid-template-columns: 1fr 1fr; }
.process-list > li { display: grid; min-height: 250px; padding: 34px; border: 1px solid var(--line); border-right: 0; border-bottom: 0; grid-template-columns: 58px 1fr; gap: 18px; }
.process-list > li:nth-child(2n) { border-right: 1px solid var(--line); }
.process-list > li:nth-last-child(-n + 2) { border-bottom: 1px solid var(--line); }
.step-number { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; font-weight: 800; }
.process-list p { color: var(--muted); }
.expanded-process > li { min-height: 360px; }
.expanded-process ul { padding-left: 18px; color: var(--green); font-size: .83rem; font-weight: 800; }
.responsibility-section { display: grid; grid-template-columns: .65fr 1.35fr; gap: 55px; }
.responsibility-grid { display: grid; grid-template-columns: 1fr 1fr; }
.responsibility-grid article { padding: 34px; background: var(--white); border: 1px solid var(--line); }
.responsibility-dark { color: var(--white); background: var(--ink) !important; border-color: var(--ink) !important; }
.responsibility-label { display: block; margin-bottom: 65px; color: var(--green); font-size: .72rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.responsibility-dark .responsibility-label { color: var(--gold-light); }
.review-heading { display: flex; justify-content: space-between; gap: 25px; align-items: end; margin-bottom: 45px; }
.review-count { padding: 9px 13px; color: var(--green); background: rgba(47,111,85,.08); border-radius: 999px; font-size: .75rem; font-weight: 900; }
.empty-reviews { display: grid; padding: clamp(35px, 6vw, 75px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); grid-template-columns: 110px 1fr; gap: 35px; }
.empty-mark { display: grid; width: 90px; height: 90px; place-items: center; color: var(--ink); background: var(--gold-light); border-radius: 50%; font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; font-weight: 800; }
.empty-reviews p { color: var(--muted); }
.submit-review { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 8vw, 100px); }
.privacy-note { margin-top: 40px; padding: 22px; background: var(--paper-deep); border-left: 4px solid var(--gold); }
.privacy-note p { margin: 8px 0 0; color: var(--muted); font-size: .9rem; }
.form-card { padding: clamp(26px, 4vw, 45px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-card label, .form-card fieldset { display: grid; gap: 8px; margin-bottom: 18px; color: var(--ink); font-size: .83rem; font-weight: 850; }
.form-card input, .form-card textarea, .form-card select { width: 100%; padding: 13px 14px; color: var(--ink); background: var(--paper); border: 1px solid rgba(19,38,31,.22); border-radius: 9px; }
.form-card textarea { resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-card fieldset { padding: 18px; border: 1px solid var(--line); border-radius: 10px; }
.rating-options { display: grid; gap: 7px; }
.rating-options label, .checkbox-label { display: flex !important; grid-template-columns: none; gap: 9px !important; align-items: center; margin-bottom: 0 !important; }
.rating-options input, .checkbox-label input { width: auto; }
.form-help { margin: 15px 0 0; color: var(--muted); font-size: .78rem; }
.review-values { display: grid; grid-template-columns: .75fr 1.25fr; gap: 55px; }
.principle-grid, .decision-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.principle-grid article, .decision-grid article { min-height: 300px; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-small); }
.principle-grid span, .decision-grid span { display: block; margin-bottom: 70px; color: var(--green); font-family: Georgia, "Times New Roman", serif; font-weight: 800; }
.principle-grid p, .decision-grid p { margin-bottom: 0; color: var(--muted); }
.flagship-section { display: grid; width: 100%; max-width: none; padding-right: max(22px, calc((100vw - var(--max-width)) / 2)); padding-left: max(22px, calc((100vw - var(--max-width)) / 2)); color: var(--white); background: var(--ink); grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 120px); align-items: center; }
.flagship-copy p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.flagship-stack { position: relative; min-height: 440px; }
.flagship-stack div { position: absolute; right: 0; width: 76%; height: 180px; padding: 25px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-deep); font-family: Georgia, "Times New Roman", serif; font-size: 1.4rem; font-weight: 800; }
.flagship-stack div:nth-child(1) { top: 0; right: 15%; transform: rotate(-4deg); }
.flagship-stack div:nth-child(2) { top: 75px; right: 7%; transform: rotate(2deg); }
.flagship-stack div:nth-child(3) { top: 150px; right: 18%; transform: rotate(-1deg); }
.flagship-stack div:nth-child(4) { top: 225px; right: 0; transform: rotate(4deg); }
.contact-page { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(42px, 6vw, 72px); align-items: start; }
.contact-methods { display: grid; gap: 12px; margin-top: 38px; }
.contact-methods article { padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-small); }
.contact-methods span { color: var(--green); font-family: Georgia, "Times New Roman", serif; font-weight: 800; }
.contact-methods p { margin-bottom: 0; color: var(--muted); font-size: .88rem; }
.contact-expectations { display: grid; grid-template-columns: .7fr 1.3fr; gap: 50px; }
.contact-expectations ol { padding: 0; margin: 0; list-style: none; }
.contact-expectations li { display: grid; padding: 22px 0; border-bottom: 1px solid var(--line); grid-template-columns: 55px 1fr; gap: 15px; }
.contact-expectations li span { color: var(--green); font-family: Georgia, "Times New Roman", serif; font-weight: 800; }
.contact-expectations li p { margin: 0; }
.case-hero { display: grid; min-height: 650px; grid-template-columns: 1fr 1fr; }
.case-hero-copy { position: relative; z-index: 1; display: flex; padding: clamp(60px, 8vw, 110px) max(22px, calc((100vw - var(--max-width)) / 2)) clamp(60px, 8vw, 110px) max(22px, 6vw); flex-direction: column; justify-content: center; }
.case-hero-image { position: relative; z-index: 1; min-height: 650px; }
.case-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.case-facts { display: grid; color: var(--white); background: var(--green); grid-template-columns: repeat(4, 1fr); }
.case-facts div { display: grid; gap: 6px; padding: 24px; border-right: 1px solid rgba(255,255,255,.18); text-align: center; }
.case-facts span { color: var(--gold-light); font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.case-story { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 20px; align-items: stretch; }
.decisions-section { position: relative; }
.decisions-section::before { position: absolute; z-index: -1; top: 30px; right: calc((100vw - 100%) / -2); bottom: 30px; left: calc((100vw - 100%) / -2); background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); content: ""; }
.outcome-section { width: 100%; max-width: none; padding-right: max(22px, calc((100vw - var(--max-width)) / 2)); padding-left: max(22px, calc((100vw - var(--max-width)) / 2)); background: var(--paper-deep); }
.outcome-card { max-width: 900px; margin: 0 auto; padding: clamp(35px, 6vw, 70px); color: var(--white); background: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow-deep); }
.outcome-note { margin: 28px 0; padding: 16px; color: rgba(255,255,255,.62); background: rgba(255,255,255,.05); border-left: 3px solid var(--gold); }
.not-found { display: flex; min-height: calc(100vh - 76px); padding: 80px max(22px, calc((100vw - var(--max-width)) / 2)); flex-direction: column; justify-content: center; }
.not-found > * { position: relative; z-index: 1; max-width: 900px; }
.error-code { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: clamp(5rem, 15vw, 12rem); font-weight: 800; line-height: .8; opacity: .24; }
.site-footer { padding: 55px max(22px, calc((100vw - var(--max-width)) / 2)) 25px; color: var(--white); background: #091510; border-top: 1px solid var(--dark-line); }
.footer-grid { display: grid; grid-template-columns: 1.1fr .7fr 1fr; gap: 45px; align-items: start; }
.footer-nav { display: grid; gap: 10px; color: rgba(255,255,255,.68); font-size: .83rem; font-weight: 800; }
.footer-nav a:hover { color: var(--gold-light); }
.footer-contact { display: grid; gap: 12px; color: rgba(255,255,255,.6); font-size: .84rem; }
.footer-contact a { color: var(--gold-light); font-weight: 900; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 20px; color: rgba(255,255,255,.42); border-top: 1px solid var(--dark-line); font-size: .72rem; }

/* v1.1.1 readability, hierarchy, and form refinement */
.hero h1 { max-width: 12ch; }
.hero-lead, .page-lead { line-height: 1.58; }
.split-intro h2, .section-heading h2, .detail-heading h2, .faq-section h2,
.contact-page h2, .contact-expectations h2, .proof-system h2,
.responsibility-section h2, .submit-review h2, .review-values h2,
.case-story h2, .contact-inner h2 { max-width: 16ch; }
.page-services .detail-heading h2 { max-width: 15ch; }
.page-contact .contact-page h2 { max-width: 13ch; }
.page-case-study .case-story h2 { max-width: 15ch; }
.section-heading { grid-template-columns: minmax(0, 1fr) minmax(280px, .62fr); gap: clamp(34px, 5vw, 64px); }
.detail-heading { grid-template-columns: 68px minmax(0, 1fr); gap: 22px; }
.detail-grid { grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(38px, 6vw, 72px); align-items: start; }
.service-detail .detail-grid > div:first-child { max-width: 620px; }
.capability-grid article, .contact-methods article, .proof-columns article,
.principle-grid article, .decision-grid article { box-shadow: 0 10px 28px rgba(19, 38, 31, .055); }
.capability-grid article { min-height: 170px; border-color: rgba(19,38,31,.19); }
.faq-list { display: grid; gap: 12px; }
.faq-list details { padding: 20px 22px; background: var(--white); border: 1px solid rgba(19,38,31,.18); border-radius: var(--radius-small); box-shadow: 0 8px 24px rgba(19,38,31,.045); }
.faq-list summary { padding-right: 28px; line-height: 1.25; }
.faq-list details[open] { border-color: rgba(47,111,85,.45); box-shadow: 0 12px 32px rgba(19,38,31,.075); }

/* Forms must be unmistakably interactive. */
.form-card { align-self: start; background: var(--white); border: 1px solid rgba(19,38,31,.30); box-shadow: 0 24px 70px rgba(19,38,31,.15); }
.form-card label, .form-card fieldset { gap: 9px; color: #0b1d16; font-size: .88rem; font-weight: 900; }
.form-card input, .form-card textarea, .form-card select {
  min-height: 50px; padding: 14px 15px; color: var(--ink); background: #ffffff;
  border: 2px solid rgba(19,38,31,.38); border-radius: 10px;
  box-shadow: inset 0 1px 2px rgba(19,38,31,.055);
  transition: border-color 150ms ease, box-shadow 150ms ease, background 150ms ease;
}
.form-card textarea { min-height: 165px; line-height: 1.5; }
.form-card input::placeholder, .form-card textarea::placeholder { color: #6c756f; opacity: 1; }
.form-card input:hover, .form-card textarea:hover, .form-card select:hover { border-color: rgba(19,38,31,.58); }
.form-card input:focus, .form-card textarea:focus, .form-card select:focus {
  outline: none; background: var(--white); border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(47,111,85,.16), inset 0 1px 2px rgba(19,38,31,.04);
}
.form-card .checkbox-label { padding: 13px 14px; background: var(--paper); border: 1px solid rgba(19,38,31,.22); border-radius: 10px; }
.form-card .checkbox-label input, .rating-options input { min-height: 0; accent-color: var(--green); }
.form-card .button[type="submit"] { width: 100%; margin-top: 4px; }
.form-help { color: #56635c; line-height: 1.45; }

/* Contact page structure */
.contact-page-intro { min-width: 0; }
.contact-methods article { border-color: rgba(19,38,31,.19); }
.contact-expectations { grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(38px, 6vw, 72px); align-items: start; }
.contact-expectations ol { display: grid; gap: 12px; }
.contact-expectations li { padding: 22px; background: var(--white); border: 1px solid rgba(19,38,31,.18); border-radius: var(--radius-small); box-shadow: 0 8px 24px rgba(19,38,31,.045); }

/* Trotter's case study: turn the starting point into a deliberate two-card story. */
.case-story > div { padding: clamp(30px, 4.5vw, 52px); border: 1px solid rgba(19,38,31,.18); border-radius: var(--radius); box-shadow: 0 16px 44px rgba(19,38,31,.075); }
.case-story-heading { background: linear-gradient(145deg, var(--paper-deep), var(--white)); border-top: 5px solid var(--gold) !important; }
.case-story-copy { background: var(--white); }
.case-story-copy p { color: #47544d; }
.case-story-copy p:last-child { margin-bottom: 0; }
.case-hero-copy h1 { max-width: 10ch; }
.case-facts div { min-width: 0; }
.decision-grid article { min-height: 280px; border-color: rgba(19,38,31,.18); }
.outcome-card h2 { max-width: 17ch; }

/* Preserve the stacked-card idea without mobile overlap or clipping. */
.flagship-stack div { overflow: hidden; }
.footer-contact a, .page-hero-aside a { overflow-wrap: anywhere; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .hero-grid, .page-hero, .project-showcase, .project-card-large, .gallery-card-featured, .case-hero { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; }
  .hero { min-height: auto; }
  .hero-panel { max-width: 680px; }
  .page-hero { min-height: auto; }
  .project-showcase, .gallery-grid { grid-template-columns: 1fr 1fr; }
  .project-card-large, .gallery-card-featured { grid-column: 1 / -1; }
  .case-hero-image { min-height: 460px; }
}
@media (max-width: 820px) {
  .three-column, .proof-columns, .principle-grid, .decision-grid { grid-template-columns: 1fr 1fr; }
  .split-intro, .section-heading, .reviews-preview, .detail-grid, .faq-section, .proof-system, .responsibility-section, .submit-review, .review-values, .flagship-section, .contact-page, .contact-expectations, .case-story { grid-template-columns: 1fr; }
  .project-showcase, .gallery-grid { grid-template-columns: 1fr; }
  .mini-process { grid-template-columns: 1fr 1fr; }
  .mini-process li:nth-child(2) { border-right: 1px solid var(--line); }
  .process-list { grid-template-columns: 1fr; }
  .process-list > li, .process-list > li:nth-child(2n) { border-right: 1px solid var(--line); border-bottom: 0; }
  .process-list > li:last-child { border-bottom: 1px solid var(--line); }
  .case-facts { grid-template-columns: 1fr 1fr; }
  .case-facts div:nth-child(2) { border-right: 0; }
  .case-facts div:nth-child(-n + 2) { border-bottom: 1px solid rgba(255,255,255,.18); }
}
@media (max-width: 720px) {
  h1 { font-size: clamp(2.65rem, 11.5vw, 3.8rem); line-height: 1.01; }
  h2 { font-size: clamp(2.05rem, 9.2vw, 3.05rem); line-height: 1.07; }
  .site-header { min-height: 70px; }
  .brand-copy small { display: none; }
  .section { width: min(100% - 30px, var(--max-width)); padding: 70px 0; }
  .portfolio-preview, .pricing-section, .alt-surface, .flagship-section, .outcome-section { padding-right: 15px; padding-left: 15px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .trust-strip div:last-child { border-bottom: 0; }
  .three-column, .proof-columns, .principle-grid, .decision-grid, .capability-grid, .responsibility-grid { grid-template-columns: 1fr; }
  .card-index, .proof-columns span, .principle-grid span, .decision-grid span, .responsibility-label { margin-bottom: 35px; }
  .project-image { min-height: 320px; }
  .mini-process { grid-template-columns: 1fr; }
  .mini-process li { border-right: 1px solid var(--line); border-bottom: 0; }
  .mini-process li:last-child { border-bottom: 1px solid var(--line); }
  .price-inline { grid-template-columns: auto 1fr; }
  .price-inline b { display: none; }
  .price-columns, .field-row { grid-template-columns: 1fr; }
  .price-topline, .gallery-toolbar, .review-heading, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .price-display { gap: 20px; }
  .price-plus { width: 100%; }
  .detail-heading { grid-template-columns: 42px 1fr; }
  .gallery-card-featured { display: block; }
  .project-facts li { flex-direction: column; gap: 5px; }
  .empty-reviews { grid-template-columns: 1fr; }
  .empty-mark { width: 70px; height: 70px; }
  .case-facts { grid-template-columns: 1fr; }
  .case-facts div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .case-facts div:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }

  .page-hero { padding-top: 72px; padding-bottom: 72px; }
  .page-hero h1, .hero h1 { max-width: none; }
  .page-hero-aside strong { font-size: 1.25rem; }
  .split-intro h2, .section-heading h2, .detail-heading h2, .faq-section h2,
  .contact-page h2, .contact-expectations h2, .proof-system h2,
  .responsibility-section h2, .submit-review h2, .review-values h2,
  .case-story h2, .contact-inner h2 { max-width: none; }
  .detail-heading { grid-template-columns: 38px minmax(0, 1fr); gap: 14px; }
  .case-story > div { padding: 28px 23px; }
  .faq-list details { padding: 18px; }
  .form-card { padding: 24px 18px; }
  .flagship-stack { display: grid; min-height: auto; gap: 12px; }
  .flagship-stack div { position: static; width: 100%; height: auto; min-height: 96px; transform: none !important; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* v1.1.3 combined refinement
   Base: v1.1.1 readability and form fixes.
   Selective containment: clearer groups without the broad over-boxing of v1.1.2. */

/* A quiet hierarchy cue used only where a section needs an anchor. */
.page-services .detail-heading > div,
.page-portfolio .proof-system > div:first-child,
.page-process .responsibility-section > div:first-child,
.page-reviews .review-values > div:first-child {
  position: relative;
  padding-bottom: 16px;
}
.page-services .detail-heading > div::after,
.page-portfolio .proof-system > div:first-child::after,
.page-process .responsibility-section > div:first-child::after,
.page-reviews .review-values > div:first-child::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58px;
  height: 3px;
  background: var(--gold);
  border-radius: 999px;
  content: "";
}

/* Home: make the three choices equally intentional while preserving the dark featured card. */
.page-home .feature-card {
  background: var(--white);
  border-color: rgba(19,38,31,.24);
  box-shadow: 0 10px 28px rgba(19,38,31,.055);
}
.page-home .featured-card {
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: var(--shadow-deep);
}
.page-home .mini-process {
  overflow: hidden;
  border: 1px solid rgba(19,38,31,.24);
  border-radius: var(--radius-small);
}
.page-home .mini-process li,
.page-home .mini-process li:last-child {
  background: rgba(255,253,247,.72);
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-color: rgba(19,38,31,.20);
}
.page-home .mini-process li:nth-child(even) { background: var(--white); }
.page-home .mini-process li:last-child { border-right: 0; }
.page-home .mini-process strong {
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(226,173,78,.55);
}

/* Services: one clear support panel per section, not a box around every sentence. */
#websites .detail-grid > div:last-child,
#automation .detail-grid > div:last-child {
  padding: clamp(24px, 3vw, 34px);
  background: var(--white);
  border: 1px solid rgba(19,38,31,.24);
  border-radius: var(--radius-small);
  box-shadow: 0 10px 28px rgba(19,38,31,.055);
}
#websites .detail-grid > div:last-child h3,
#automation .detail-grid > div:last-child h3 {
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(226,173,78,.55);
}
#assistants .capability-grid {
  overflow: hidden;
  gap: 0;
  background: var(--white);
  border: 1px solid rgba(19,38,31,.24);
  border-radius: var(--radius-small);
  box-shadow: 0 10px 28px rgba(19,38,31,.05);
}
#assistants .capability-grid article {
  min-height: 170px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
#assistants .capability-grid article:nth-child(odd) {
  border-right: 1px solid rgba(19,38,31,.18);
}
#assistants .capability-grid article:nth-child(-n + 2) {
  border-bottom: 1px solid rgba(19,38,31,.18);
}
#assistants .capability-grid h3 {
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 2px solid rgba(47,111,85,.28);
}
#automation .icon-list li {
  border-color: rgba(19,38,31,.18);
}
#automation .icon-list li:last-child { border-bottom: 0; }

/* Portfolio and review proof: connected evidence strips instead of floating copy or heavy cards. */
.page-portfolio .proof-columns,
.page-reviews .proof-columns {
  overflow: hidden;
  gap: 0;
  background: var(--white);
  border: 1px solid rgba(19,38,31,.24);
  border-radius: var(--radius-small);
}
.page-portfolio .proof-columns article,
.page-reviews .proof-columns article {
  min-height: 250px;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(19,38,31,.18);
  border-radius: 0;
  box-shadow: none;
}
.page-portfolio .proof-columns article:last-child,
.page-reviews .proof-columns article:last-child { border-right: 0; }
.page-portfolio .proof-columns h3,
.page-reviews .proof-columns h3 {
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(226,173,78,.48);
}

/* Process: preserve the original connected grid, but make its boundaries visible. */
.page-process .process-list {
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(19,38,31,.26);
  border-radius: var(--radius-small);
}
.page-process .process-list > li,
.page-process .process-list > li:nth-child(2n),
.page-process .process-list > li:nth-last-child(-n + 2) {
  background: var(--white);
  border-color: rgba(19,38,31,.20);
}
.page-process .process-list > li:nth-child(3n + 2),
.page-process .process-list > li:nth-child(3n + 3) {
  background: rgba(238,231,214,.30);
}
.page-process .process-list h3 {
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(47,111,85,.24);
}
.page-process .expanded-process ul {
  padding: 12px 14px 12px 30px;
  background: rgba(238,231,214,.52);
  border-radius: 9px;
}
.page-process .responsibility-grid {
  overflow: hidden;
  gap: 0;
  border: 1px solid rgba(19,38,31,.24);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(19,38,31,.06);
}
.page-process .responsibility-grid article {
  border: 0;
  border-right: 1px solid rgba(19,38,31,.18);
}
.page-process .responsibility-grid article:first-child {
  background: linear-gradient(145deg, var(--paper-deep), var(--white));
}
.page-process .responsibility-grid article:last-child { border-right: 0; }
.page-process .responsibility-label {
  margin-bottom: 38px;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(19,38,31,.16);
}
.page-process .responsibility-dark .responsibility-label {
  border-bottom-color: var(--dark-line);
}

/* About and case-study cards were already useful in v1.1.1; keep them restrained. */
.page-about .principle-grid article,
.page-case-study .decision-grid article {
  box-shadow: 0 8px 22px rgba(19,38,31,.045);
}
.page-about .principle-grid h3,
.page-case-study .decision-grid h3 {
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(19,38,31,.14);
}

/* Responsive repair for connected groups. */
@media (max-width: 820px) {
  .page-home .mini-process { border-radius: var(--radius-small); }
  .page-home .mini-process li:nth-child(2) { border-right: 0; }
  .page-home .mini-process li:nth-child(-n + 2) { border-bottom: 1px solid rgba(19,38,31,.20); }

  .page-portfolio .proof-columns,
  .page-reviews .proof-columns { grid-template-columns: 1fr; }
  .page-portfolio .proof-columns article,
  .page-reviews .proof-columns article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(19,38,31,.18);
  }
  .page-portfolio .proof-columns article:last-child,
  .page-reviews .proof-columns article:last-child { border-bottom: 0; }
}

@media (max-width: 720px) {
  .page-home .mini-process {
    border: 1px solid rgba(19,38,31,.24);
  }
  .page-home .mini-process li,
  .page-home .mini-process li:last-child {
    border-right: 0;
    border-bottom: 1px solid rgba(19,38,31,.20);
  }
  .page-home .mini-process li:last-child { border-bottom: 0; }

  #assistants .capability-grid { grid-template-columns: 1fr; }
  #assistants .capability-grid article,
  #assistants .capability-grid article:nth-child(odd),
  #assistants .capability-grid article:nth-child(-n + 2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(19,38,31,.18);
  }
  #assistants .capability-grid article:last-child { border-bottom: 0; }

  .page-process .process-list {
    border-radius: var(--radius-small);
  }
  .page-process .process-list > li,
  .page-process .process-list > li:nth-child(2n),
  .page-process .process-list > li:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(19,38,31,.20);
  }
  .page-process .process-list > li:last-child { border-bottom: 0; }

  .page-process .responsibility-grid { grid-template-columns: 1fr; }
  .page-process .responsibility-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(19,38,31,.18);
  }
  .page-process .responsibility-grid article:last-child { border-bottom: 0; }
}


/* v1.2.0 flagship benchmark upgrade
   Built after comparing the Good Bones flagship against the live Trotter's Leather client site.
   The rule: richer proof, clearer buying paths, and stronger visual storytelling without boxing ordinary copy. */

.flagship-hero-grid { grid-template-columns: minmax(0, 1.02fr) minmax(470px, .98fr); gap: clamp(42px, 6vw, 82px); }
.hero-proof-list { display: grid; max-width: 720px; padding: 0; margin: 36px 0 0; list-style: none; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); }
.hero-proof-list li { display: grid; min-height: 118px; padding: 18px 18px 18px 0; color: rgba(255,255,255,.72); border-right: 1px solid var(--dark-line); align-content: space-between; font-size: .82rem; font-weight: 750; line-height: 1.45; }
.hero-proof-list li + li { padding-left: 18px; }
.hero-proof-list li:last-child { border-right: 0; }
.hero-proof-list span { color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-size: .95rem; font-weight: 800; }
.flagship-preview { overflow: hidden; background: #f8f2e4; border: 1px solid rgba(255,255,255,.22); border-radius: 24px; box-shadow: 0 38px 110px rgba(0,0,0,.34); transform: rotate(1deg); }
.browser-top { display: flex; min-height: 42px; align-items: center; gap: 7px; padding: 0 14px; color: rgba(255,255,255,.62); background: #0a1712; border-bottom: 1px solid rgba(255,255,255,.12); }
.browser-top > span { width: 9px; height: 9px; background: rgba(255,255,255,.25); border-radius: 50%; }
.browser-top > span:first-child { background: var(--gold); }
.browser-top small { margin-left: auto; font-size: .66rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.preview-screen { display: grid; min-height: 520px; grid-template-columns: .94fr 1.06fr; }
.preview-copy { display: flex; padding: clamp(28px, 4vw, 48px); flex-direction: column; justify-content: center; color: var(--ink); background: linear-gradient(145deg, #fbf7ed, #eee5d1); }
.preview-kicker { margin-bottom: 18px; color: var(--green); font-size: .72rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.preview-copy h2 { margin-bottom: 20px; font-size: clamp(2rem, 3.1vw, 3.35rem); line-height: 1.01; }
.preview-copy p:not(.preview-kicker) { color: var(--muted); font-size: .92rem; }
.preview-copy a { display: inline-flex; margin-top: 14px; color: var(--green); font-weight: 900; }
.preview-photo { min-height: 520px; background: #8b6546; }
.preview-photo img { width: 100%; height: 100%; object-fit: cover; }
.preview-status { display: grid; grid-template-columns: 1.35fr .75fr .75fr; color: rgba(255,255,255,.72); background: var(--ink); border-top: 1px solid var(--dark-line); }
.preview-status span { padding: 13px 15px; border-right: 1px solid var(--dark-line); font-size: .7rem; font-weight: 800; text-align: center; }
.preview-status span:last-child { border-right: 0; }
.preview-status b { color: var(--gold-light); }
.trust-strip-four { grid-template-columns: repeat(4, 1fr); }

.flagship-evidence { display: grid; grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr); gap: clamp(44px, 8vw, 100px); align-items: start; }
.evidence-heading { position: sticky; top: 112px; }
.evidence-heading > p:last-child { color: var(--muted); }
.evidence-rail { display: grid; border-top: 1px solid rgba(19,38,31,.24); }
.evidence-rail article { display: grid; padding: 28px 0; border-bottom: 1px solid rgba(19,38,31,.24); grid-template-columns: 54px minmax(150px,.55fr) 1fr; gap: 22px; align-items: baseline; }
.evidence-rail span { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-weight: 800; }
.evidence-rail h3 { margin: 0; font-size: 1.35rem; }
.evidence-rail p { margin: 0; color: var(--muted); }

.portfolio-cinema { background: radial-gradient(circle at 90% 20%, rgba(101,167,127,.16), transparent 28%), var(--ink); }
.cinema-grid { display: grid; gap: 18px; }
.cinema-main { display: grid; overflow: hidden; background: var(--ink-soft); border: 1px solid var(--dark-line); border-radius: 26px; grid-template-columns: 1.08fr .92fr; }
.cinema-main > .media-button { min-height: 590px; border-radius: 0; }
.cinema-copy { display: flex; padding: clamp(34px, 5vw, 64px); flex-direction: column; justify-content: center; }
.cinema-copy p { color: rgba(255,255,255,.67); }
.cinema-copy h3 { font-size: clamp(2.35rem, 4vw, 4.3rem); }
.cinema-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.media-button { position: relative; display: block; width: 100%; min-height: 250px; overflow: hidden; padding: 0; color: var(--white); background: var(--ink); border: 0; border-radius: 18px; cursor: zoom-in; }
.media-button img { width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease, filter 450ms ease; }
.media-button:hover img { transform: scale(1.035); filter: saturate(1.04) contrast(1.02); }
.media-button > span { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: 10px 12px; color: var(--white); background: rgba(9,21,16,.78); border: 1px solid rgba(255,255,255,.18); border-radius: 10px; backdrop-filter: blur(12px); font-size: .73rem; font-weight: 900; text-align: left; }
.cinema-strip .media-button { height: 300px; }
.cinema-strip .media-button:nth-child(2) { height: 360px; margin-top: -60px; }
.cinema-secondary-client { display: grid; margin-top: 28px; overflow: hidden; background: #0b1712; border: 1px solid var(--dark-line); border-radius: 24px; grid-template-columns: .9fr 1.1fr; }
.cinema-secondary-preview { display: block; min-height: 0; aspect-ratio: 1.44 / 1; overflow: hidden; background: #07101d; }
.cinema-secondary-preview img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: top center; transition: transform 350ms ease; }
.cinema-secondary-preview:hover img { transform: scale(1.02); }
.cinema-secondary-copy { display: flex; padding: clamp(30px,4vw,50px); flex-direction: column; justify-content: center; }
.cinema-secondary-copy h3 { color: var(--white); font-size: clamp(2rem,3vw,3.2rem); }
.cinema-secondary-copy p { color: rgba(255,255,255,.67); }

.service-proof-rail { display: grid; margin-top: 62px; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(19,38,31,.22); border-bottom: 1px solid rgba(19,38,31,.22); }
.service-proof-rail article { min-height: 190px; padding: 24px 22px; border-right: 1px solid rgba(19,38,31,.18); }
.service-proof-rail article:last-child { border-right: 0; }
.service-proof-rail span { display: block; margin-bottom: 38px; color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-weight: 800; }
.service-proof-rail h3 { font-size: 1.2rem; }
.service-proof-rail p { margin: 0; color: var(--muted); font-size: .86rem; }
.alt-surface .service-proof-rail article { background: rgba(247,243,232,.45); }
.deliverable-system { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(48px,8vw,100px); }
.deliverable-intro > p:last-child { color: var(--muted); }
.deliverable-map { display: grid; overflow: hidden; background: var(--white); border: 1px solid rgba(19,38,31,.22); border-radius: var(--radius); box-shadow: 0 18px 48px rgba(19,38,31,.07); }
.deliverable-map div { display: grid; padding: 22px 26px; border-bottom: 1px solid rgba(19,38,31,.16); grid-template-columns: 120px 1fr; gap: 22px; align-items: center; }
.deliverable-map div:last-child { border-bottom: 0; }
.deliverable-map span { color: var(--green); font-size: .72rem; font-weight: 950; letter-spacing: .09em; text-transform: uppercase; }

.gallery-premium::before { background: linear-gradient(180deg, var(--white), #f7f1e3); }
.portfolio-feature { display: grid; overflow: hidden; background: var(--white); border: 1px solid rgba(19,38,31,.22); border-radius: 26px; box-shadow: 0 28px 78px rgba(19,38,31,.12); grid-template-columns: 1.08fr .92fr; }
.project-browser { padding: clamp(22px,3vw,38px); background: linear-gradient(145deg, #18372b, #0d1d17); }
.project-browser .browser-top { border-radius: 15px 15px 0 0; }
.project-browser-screen { display: grid; min-height: 520px; overflow: hidden; background: var(--paper); border-radius: 0 0 15px 15px; grid-template-columns: .84fr 1.16fr; }
.project-browser-copy { display: flex; padding: 30px; flex-direction: column; justify-content: center; }
.project-browser-copy p { color: var(--green); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.project-browser-copy h3 { font-size: clamp(2rem,3.2vw,3.5rem); }
.project-browser-copy span { color: var(--muted); font-size: .76rem; font-weight: 800; }
.project-browser-screen img { width: 100%; height: 100%; object-fit: cover; }
.portfolio-feature-copy { display: flex; padding: clamp(34px,5vw,62px); flex-direction: column; justify-content: center; }
.portfolio-feature-copy > p { color: var(--muted); }
.portfolio-feature-secondary { margin-top: 72px; }
.project-browser-screen.project-browser-screenshot { display: block; min-height: 0; aspect-ratio: 1.44 / 1; background: #07101d; }
.project-browser-screen.project-browser-screenshot img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: top center; }
.project-image-ribbon { display: grid; margin-top: 20px; grid-template-columns: repeat(4,1fr); gap: 14px; }
.project-image-ribbon .media-button { height: 320px; }
.project-image-ribbon .media-button:nth-child(2), .project-image-ribbon .media-button:nth-child(4) { height: 380px; margin-top: 28px; }
.internal-flagship { display: grid; margin-top: 72px; padding: clamp(30px,5vw,58px); color: var(--white); background: var(--ink); border-radius: 24px; box-shadow: var(--shadow-deep); grid-template-columns: 1.15fr .85fr; gap: 54px; align-items: center; }
.internal-flagship p { color: rgba(255,255,255,.66); }
.internal-flagship .text-link { color: var(--gold-light); }
.internal-architecture { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.internal-architecture span { display: grid; min-height: 84px; place-items: center; color: var(--gold-light); background: rgba(255,255,255,.055); border: 1px solid var(--dark-line); border-radius: 11px; font-family: Georgia, "Times New Roman", serif; font-weight: 800; text-align: center; }

.approval-flow { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(48px,8vw,100px); }
.approval-flow-copy p:last-child { color: var(--muted); }
.approval-track { display: grid; padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(19,38,31,.22); }
.approval-track li { display: grid; padding: 24px 0; border-bottom: 1px solid rgba(19,38,31,.22); grid-template-columns: 54px 1fr .85fr; gap: 18px; align-items: baseline; }
.approval-track span { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-weight: 800; }
.approval-track small { color: var(--muted); }

.review-governance { grid-template-columns: .7fr 1.3fr; }
.review-governance > div:first-child > p:last-child { color: var(--muted); }
.review-governance-grid { display: grid; overflow: hidden; background: var(--white); border: 1px solid rgba(19,38,31,.22); border-radius: var(--radius); grid-template-columns: 1fr 1fr; }
.review-governance-grid article { min-height: 235px; padding: 28px; border-right: 1px solid rgba(19,38,31,.16); border-bottom: 1px solid rgba(19,38,31,.16); }
.review-governance-grid article:nth-child(2n) { border-right: 0; }
.review-governance-grid article:nth-last-child(-n+2) { border-bottom: 0; }
.review-governance-grid span { display: block; margin-bottom: 48px; color: var(--green); font-family: Georgia, "Times New Roman", serif; font-weight: 800; }
.review-governance-grid p { margin: 0; color: var(--muted); }

.standard-comparison { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(48px,8vw,100px); }
.comparison-heading > p:last-child { color: var(--muted); }
.comparison-panels { display: grid; overflow: hidden; border: 1px solid rgba(19,38,31,.22); border-radius: 24px; grid-template-columns: 1fr 1fr; box-shadow: 0 20px 55px rgba(19,38,31,.08); }
.comparison-panels article { padding: clamp(28px,4vw,45px); background: var(--white); }
.comparison-panels article > span { display: block; margin-bottom: 52px; color: var(--green); font-size: .72rem; font-weight: 950; letter-spacing: .09em; text-transform: uppercase; }
.comparison-flagship { color: var(--white); background: var(--ink) !important; }
.comparison-flagship > span { color: var(--gold-light) !important; }

.contact-readiness { display: grid; grid-template-columns: .74fr 1.26fr; gap: clamp(48px,8vw,100px); }
.readiness-list { display: grid; border-top: 1px solid rgba(19,38,31,.22); }
.readiness-list article { display: grid; padding: 25px 0; border-bottom: 1px solid rgba(19,38,31,.22); grid-template-columns: 115px 1fr; gap: 22px; }
.readiness-list span { color: var(--green); font-size: .72rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }

.case-gallery { display: grid; grid-auto-rows: 260px; grid-template-columns: 1.15fr .85fr .85fr; gap: 14px; }
.case-gallery .media-button { min-height: 0; height: 100%; }
.case-gallery-wide { grid-row: span 2; }
.case-gallery .media-button:nth-child(4), .case-gallery .media-button:nth-child(5) { grid-column: span 1; }
.case-architecture { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(48px,8vw,100px); }
.case-architecture ol { display: grid; padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(19,38,31,.22); }
.case-architecture li { display: grid; padding: 24px 0; border-bottom: 1px solid rgba(19,38,31,.22); grid-template-columns: 54px 1fr; gap: 18px; }
.case-architecture li > span { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-weight: 800; }
.case-architecture strong { display: block; margin-bottom: 6px; font-family: Georgia, "Times New Roman", serif; font-size: 1.24rem; }
.case-architecture p { margin: 0; color: var(--muted); }

.lightbox-dialog { width: min(1040px, calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 0; overflow: hidden; background: #08130f; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; box-shadow: 0 40px 140px rgba(0,0,0,.6); }
.lightbox-dialog::backdrop { background: rgba(3,10,7,.82); backdrop-filter: blur(8px); }
.lightbox-frame { position: relative; display: grid; max-height: calc(100vh - 32px); grid-template-rows: 1fr auto; }
.lightbox-frame img { width: 100%; max-height: calc(100vh - 95px); object-fit: contain; background: #08130f; }
.lightbox-caption { padding: 16px 70px 16px 20px; color: rgba(255,255,255,.78); font-size: .86rem; }
.lightbox-close { position: absolute; z-index: 2; top: 13px; right: 13px; display: grid; width: 42px; height: 42px; place-items: center; color: var(--ink); background: var(--gold); border: 0; border-radius: 50%; cursor: pointer; font-size: 1.25rem; font-weight: 900; }

@media (max-width: 1100px) {
  .flagship-hero-grid { grid-template-columns: 1fr; }
  .flagship-preview { width: min(760px,100%); transform: none; }
  .preview-screen { min-height: 470px; }
  .preview-photo { min-height: 470px; }
  .trust-strip-four { grid-template-columns: 1fr 1fr; }
  .trust-strip-four div:nth-child(2) { border-right: 0; }
  .trust-strip-four div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.17); }
  .flagship-evidence, .deliverable-system, .approval-flow, .standard-comparison, .contact-readiness, .case-architecture { grid-template-columns: 1fr; }
  .evidence-heading { position: static; }
  .portfolio-feature, .cinema-main, .cinema-secondary-client { grid-template-columns: 1fr; }
  .cinema-main > .media-button { min-height: 520px; }
  .internal-flagship { grid-template-columns: 1fr; }
  .review-governance { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .hero-proof-list { grid-template-columns: 1fr; }
  .hero-proof-list li, .hero-proof-list li + li { min-height: auto; padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--dark-line); grid-template-columns: 46px 1fr; gap: 10px; align-items: center; }
  .hero-proof-list li:last-child { border-bottom: 0; }
  .preview-screen, .project-browser-screen { grid-template-columns: 1fr; }
  .preview-photo { min-height: 360px; }
  .preview-screen { min-height: 0; }
  .preview-status { grid-template-columns: 1fr; }
  .preview-status span { border-right: 0; border-bottom: 1px solid var(--dark-line); }
  .preview-status span:last-child { border-bottom: 0; }
  .evidence-rail article { grid-template-columns: 42px 1fr; }
  .evidence-rail p { grid-column: 2; }
  .cinema-strip { grid-template-columns: 1fr 1fr; }
  .cinema-strip .media-button, .cinema-strip .media-button:nth-child(2) { height: 300px; margin-top: 0; }
  .cinema-strip .media-button:last-child { grid-column: 1 / -1; }
  .service-proof-rail { grid-template-columns: 1fr 1fr; }
  .service-proof-rail article:nth-child(2) { border-right: 0; }
  .service-proof-rail article:nth-child(-n+2) { border-bottom: 1px solid rgba(19,38,31,.18); }
  .deliverable-map div { grid-template-columns: 92px 1fr; }
  .project-image-ribbon { grid-template-columns: 1fr 1fr; }
  .project-image-ribbon .media-button, .project-image-ribbon .media-button:nth-child(2), .project-image-ribbon .media-button:nth-child(4) { height: 300px; margin-top: 0; }
  .internal-architecture { grid-template-columns: 1fr 1fr; }
  .comparison-panels { grid-template-columns: 1fr; }
  .case-gallery { grid-auto-rows: 260px; grid-template-columns: 1fr 1fr; }
  .case-gallery-wide { grid-column: 1 / -1; grid-row: span 1; }
}

@media (max-width: 620px) {
  .trust-strip-four { grid-template-columns: 1fr; }
  .trust-strip-four div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .trust-strip-four div:last-child { border-bottom: 0; }
  .preview-copy { padding: 28px; }
  .preview-photo { min-height: 310px; }
  .cinema-main > .media-button { min-height: 380px; }
  .cinema-strip, .project-image-ribbon { grid-template-columns: 1fr; }
  .cinema-strip .media-button, .cinema-strip .media-button:nth-child(2), .project-image-ribbon .media-button, .project-image-ribbon .media-button:nth-child(2), .project-image-ribbon .media-button:nth-child(4) { height: 270px; grid-column: auto; }
  .service-proof-rail { grid-template-columns: 1fr; }
  .service-proof-rail article, .service-proof-rail article:nth-child(2) { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(19,38,31,.18); }
  .service-proof-rail article:last-child { border-bottom: 0; }
  .service-proof-rail span { margin-bottom: 18px; }
  .deliverable-map div, .readiness-list article { grid-template-columns: 1fr; gap: 8px; }
  .approval-track li { grid-template-columns: 42px 1fr; }
  .approval-track small { grid-column: 2; }
  .review-governance-grid { grid-template-columns: 1fr; }
  .review-governance-grid article, .review-governance-grid article:nth-child(2n), .review-governance-grid article:nth-last-child(-n+2) { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(19,38,31,.16); }
  .review-governance-grid article:last-child { border-bottom: 0; }
  .review-governance-grid span { margin-bottom: 24px; }
  .case-gallery { grid-auto-rows: 250px; grid-template-columns: 1fr; }
  .case-gallery-wide { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .media-button img { transition: none; }
  .flagship-preview { transform: none; }
}

/* Ensure every interactive project image fills its frame, including containers sized by min-height. */
.media-button img { position: absolute; inset: 0; }
.cinema-main > .media-button { height: 590px; }
@media (max-width: 1100px) { .cinema-main > .media-button { height: 520px; } }
@media (max-width: 620px) { .cinema-main > .media-button { height: 380px; } }
.media-button img { z-index: 0; }
.media-button > span { z-index: 2; }


/* v1.3.0 professional platform benchmark upgrade
   Inspired by the clarity and confidence of leading website platforms,
   while preserving Good Bones as a managed, approval-controlled service. */
.site-header { transition: box-shadow 180ms ease, background 180ms ease; }
.site-header.is-scrolled { background: rgba(13,29,23,.985); box-shadow: 0 16px 46px rgba(5,18,13,.22); }
.desktop-nav { gap: clamp(9px, 1.25vw, 18px); }
.desktop-nav a { white-space: nowrap; }

.platform-difference { display:grid; grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr); gap:clamp(44px,7vw,90px); align-items:center; }
.platform-difference-copy p:not(.eyebrow) { color:var(--muted); font-size:1.06rem; }
.platform-console { overflow:hidden; background:var(--ink); border:1px solid rgba(255,255,255,.12); border-radius:28px; box-shadow:var(--shadow-deep); }
.console-top { display:grid; grid-template-columns:auto 1fr auto; gap:12px; align-items:center; padding:18px 22px; color:var(--white); border-bottom:1px solid var(--dark-line); }
.console-top small { color:rgba(255,255,255,.55); font-weight:800; }
.console-grid { display:grid; grid-template-columns:1fr 1fr; }
.console-grid article { min-height:180px; padding:26px; color:var(--white); border-right:1px solid var(--dark-line); border-bottom:1px solid var(--dark-line); }
.console-grid article:nth-child(2n) { border-right:0; }
.console-grid article:nth-last-child(-n+2) { border-bottom:0; }
.console-grid article > span { display:block; margin-bottom:36px; color:var(--gold-light); font-size:.7rem; font-weight:950; letter-spacing:.1em; text-transform:uppercase; }
.console-grid strong { display:block; margin-bottom:8px; font-family:Georgia,"Times New Roman",serif; font-size:1.35rem; line-height:1.12; }
.console-grid small { color:rgba(255,255,255,.58); line-height:1.5; }
.console-footer { display:flex; justify-content:space-between; gap:20px; padding:17px 22px; color:rgba(255,255,255,.62); background:rgba(255,255,255,.035); border-top:1px solid var(--dark-line); font-size:.78rem; font-weight:850; }
.console-footer a { color:var(--gold-light); }

.solution-finder { width:100%; max-width:none; padding-right:max(22px,calc((100vw - var(--max-width))/2)); padding-left:max(22px,calc((100vw - var(--max-width))/2)); background:linear-gradient(180deg,var(--white),var(--paper)); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.solution-finder-heading { display:grid; grid-template-columns:1.15fr .55fr; gap:50px; align-items:end; margin-bottom:46px; }
.solution-finder-heading > p { color:var(--muted); }
.solution-shell { display:grid; grid-template-columns:minmax(330px,.72fr) minmax(0,1.28fr); overflow:hidden; background:var(--white); border:1px solid rgba(19,38,31,.22); border-radius:26px; box-shadow:0 26px 80px rgba(19,38,31,.11); }
.solution-tabs { display:grid; background:var(--ink); }
.solution-tabs button { display:grid; grid-template-columns:38px 1fr; gap:14px; align-items:start; padding:25px 24px; color:rgba(255,255,255,.68); background:transparent; border:0; border-bottom:1px solid var(--dark-line); cursor:pointer; text-align:left; font-weight:830; line-height:1.42; }
.solution-tabs button:last-child { border-bottom:0; }
.solution-tabs button span { color:var(--gold); font-family:Georgia,"Times New Roman",serif; }
.solution-tabs button[aria-selected="true"] { color:var(--white); background:linear-gradient(135deg,rgba(101,167,127,.24),rgba(226,173,78,.08)); box-shadow:inset 4px 0 0 var(--gold); }
.solution-tabs button:hover { color:var(--white); }
.solution-panels { min-height:470px; }
.solution-panels article { height:100%; padding:clamp(34px,5vw,66px); }
.solution-panels article[hidden] { display:none; }
.solution-panels h3 { max-width:18ch; font-size:clamp(2.15rem,3.3vw,3.55rem); }
.solution-panels p:not(.eyebrow) { max-width:720px; color:var(--muted); }
.solution-panels .check-list { margin:24px 0 30px; }

.standards-preview { display:grid; grid-template-columns:minmax(0,.86fr) minmax(440px,1.14fr); gap:clamp(45px,8vw,100px); align-items:center; }
.standards-preview-copy p:not(.eyebrow) { color:var(--muted); }
.standards-preview-grid { display:grid; grid-template-columns:1fr 1fr; overflow:hidden; background:var(--white); border:1px solid rgba(19,38,31,.22); border-radius:22px; box-shadow:0 18px 55px rgba(19,38,31,.085); }
.standards-preview-grid span { min-height:92px; display:flex; align-items:center; padding:22px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); font-family:Georgia,"Times New Roman",serif; font-size:1.13rem; font-weight:720; }
.standards-preview-grid span:nth-child(2n) { border-right:0; }
.standards-preview-grid span:nth-last-child(-n+2) { border-bottom:0; }
.standards-preview-grid span::before { width:9px; height:9px; margin-right:13px; background:var(--gold); border-radius:50%; content:""; box-shadow:0 0 0 6px rgba(226,173,78,.14); }

.standards-ribbon { color:var(--ink); background:var(--gold-light); border-bottom:1px solid rgba(19,38,31,.14); }
.standards-ribbon > div { display:flex; justify-content:space-between; gap:24px; width:min(var(--max-width),calc(100% - 44px)); margin:0 auto; padding:15px 0; font-size:.82rem; font-weight:880; }
.standards-ribbon a { color:var(--green); }

.standards-hero .page-hero-aside { background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(101,167,127,.08)); }
.standards-score .text-link { margin-top:20px; }
.standards-intro { display:grid; grid-template-columns:.86fr 1.14fr; gap:clamp(45px,8vw,100px); }
.standards-catalog { width:100%; max-width:none; padding-right:max(22px,calc((100vw - var(--max-width))/2)); padding-left:max(22px,calc((100vw - var(--max-width))/2)); background:var(--white); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.standards-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.standards-grid article { display:grid; grid-template-columns:54px 1fr; gap:20px; min-height:220px; padding:30px; background:var(--paper); border:1px solid rgba(19,38,31,.16); border-radius:18px; }
.standards-grid article > span { color:var(--green); font-family:Georgia,"Times New Roman",serif; font-weight:850; }
.standards-grid h3 { font-size:1.55rem; }
.standards-grid p { margin-bottom:0; color:var(--muted); }
.build-assurance { display:grid; grid-template-columns:.8fr 1.2fr; gap:clamp(50px,8vw,100px); align-items:center; }
.assurance-copy p:not(.eyebrow) { color:var(--muted); }
.assurance-board { overflow:hidden; background:var(--ink); border:1px solid var(--dark-line); border-radius:24px; box-shadow:var(--shadow-deep); }
.assurance-board > div { display:grid; grid-template-columns:34px 1fr; gap:2px 14px; padding:20px 24px; color:var(--white); border-bottom:1px solid var(--dark-line); }
.assurance-board > div:last-child { border-bottom:0; }
.assurance-board span { grid-row:1/3; display:grid; width:28px; height:28px; place-items:center; color:var(--ink); background:var(--gold); border-radius:50%; font-weight:950; }
.assurance-board small { color:rgba(255,255,255,.55); line-height:1.45; }
.managed-comparison { width:100%; max-width:none; padding-right:max(22px,calc((100vw - var(--max-width))/2)); padding-left:max(22px,calc((100vw - var(--max-width))/2)); background:var(--paper-deep); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.comparison-table-wrap { overflow-x:auto; border:1px solid rgba(19,38,31,.2); border-radius:22px; box-shadow:0 18px 55px rgba(19,38,31,.08); }
.comparison-table { width:100%; min-width:760px; border-collapse:collapse; background:var(--white); }
.comparison-table th, .comparison-table td { padding:20px 22px; border-bottom:1px solid var(--line); text-align:left; vertical-align:top; line-height:1.48; }
.comparison-table thead th { color:var(--white); background:var(--ink); font-size:.77rem; letter-spacing:.06em; text-transform:uppercase; }
.comparison-table thead th:nth-child(2) { color:var(--ink); background:var(--gold); }
.comparison-table tbody th { width:24%; font-family:Georgia,"Times New Roman",serif; font-size:1.05rem; }
.comparison-table tbody td:nth-child(2) { background:rgba(246,215,146,.16); }
.comparison-table tr:last-child th, .comparison-table tr:last-child td { border-bottom:0; }
.comparison-check { display:inline-grid; width:22px; height:22px; margin-right:7px; place-items:center; color:var(--ink); background:var(--gold); border-radius:50%; font-size:.75rem; font-weight:950; }
.standards-proof { display:grid; grid-template-columns:1fr .72fr; overflow:hidden; padding:0; background:var(--white); border:1px solid rgba(19,38,31,.18); border-radius:26px; box-shadow:0 22px 70px rgba(19,38,31,.1); }
.standards-proof > div:first-child { padding:clamp(38px,6vw,76px); }
.standards-proof > div:first-child > p:not(.eyebrow) { color:var(--muted); }
.standards-proof-image { min-height:500px; }
.standards-proof-image img { width:100%; height:100%; object-fit:cover; }

.mobile-action-dock { display:none; }
.reveal-ready { opacity:0; transform:translateY(22px); transition:opacity 580ms ease, transform 580ms ease; }
.reveal-ready.is-revealed { opacity:1; transform:none; }

@media (max-width:1050px) {
  .platform-difference, .standards-preview, .standards-intro, .build-assurance, .standards-proof { grid-template-columns:1fr; }
  .platform-console { max-width:760px; }
  .solution-finder-heading { grid-template-columns:1fr; gap:10px; }
  .solution-shell { grid-template-columns:1fr; }
  .solution-tabs { grid-template-columns:repeat(3,1fr); }
  .solution-tabs button { grid-template-columns:1fr; }
  .solution-tabs button[aria-selected="true"] { box-shadow:inset 0 4px 0 var(--gold); }
  .solution-panels { min-height:0; }
  .standards-proof-image { min-height:420px; }
}
@media (max-width:820px) {
  .console-grid, .standards-preview-grid, .standards-grid { grid-template-columns:1fr; }
  .console-grid article, .standards-preview-grid span { border-right:0; }
  .console-grid article:nth-last-child(-n+2), .standards-preview-grid span:nth-last-child(-n+2) { border-bottom:1px solid var(--line); }
  .console-grid article:last-child, .standards-preview-grid span:last-child { border-bottom:0; }
  .solution-tabs { grid-template-columns:1fr; }
  .solution-tabs button { grid-template-columns:38px 1fr; }
  .solution-tabs button[aria-selected="true"] { box-shadow:inset 4px 0 0 var(--gold); }
  .standards-ribbon > div { align-items:flex-start; flex-direction:column; gap:5px; }
}
@media (max-width:720px) {
  body:not(.page-not-found) { padding-bottom:68px; }
  .mobile-action-dock { position:fixed; z-index:240; right:0; bottom:0; left:0; display:grid; grid-template-columns:.82fr 1.18fr; padding:8px 10px calc(8px + env(safe-area-inset-bottom)); background:rgba(9,21,16,.97); border-top:1px solid var(--dark-line); box-shadow:0 -15px 42px rgba(5,18,13,.24); backdrop-filter:blur(16px); }
  .mobile-action-dock a { display:flex; min-height:48px; align-items:center; justify-content:center; gap:8px; color:var(--white); border:1px solid rgba(255,255,255,.18); border-radius:10px; font-size:.82rem; font-weight:900; }
  .mobile-action-dock .mobile-action-primary { color:var(--ink); background:var(--gold); border-color:var(--gold); }
  .platform-difference { gap:34px; }
  .console-grid article { min-height:150px; }
  .console-footer { align-items:flex-start; flex-direction:column; gap:6px; }
  .solution-finder { padding-right:15px; padding-left:15px; }
  .solution-tabs button { padding:20px 18px; }
  .solution-panels article { padding:30px 22px; }
  .standards-grid article { grid-template-columns:42px 1fr; min-height:0; padding:24px 20px; }
  .standards-proof { border-radius:18px; }
  .standards-proof-image { min-height:340px; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal-ready { opacity:1; transform:none; }
}

/* v1.3.1 intake routing and transparent care pricing */
.conditional-fields { display: grid; gap: 14px; margin: -4px 0 18px; padding: 18px; background: rgba(47,111,85,.055); border: 1px solid rgba(47,111,85,.26); border-left: 4px solid var(--green); border-radius: 11px; }
.conditional-fields[hidden] { display: none; }
.intake-routing-note { margin: 20px 0; padding: 18px; color: var(--ink); background: var(--paper-deep); border: 1px solid var(--line); border-radius: 11px; }
.intake-routing-note strong { display: block; margin-bottom: 7px; font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; }
.intake-routing-note p { margin: 0; color: var(--muted); font-size: .88rem; }
.build-pricing-card { display: grid; margin-bottom: 34px; padding: clamp(26px,4vw,42px); background: var(--ink-soft); border: 1px solid var(--dark-line); border-radius: var(--radius); grid-template-columns: 1fr auto 1fr; gap: 28px; align-items: center; }
.build-pricing-card > div:not(:nth-child(2)) { display: grid; gap: 8px; }
.build-pricing-card strong { color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.1rem,5vw,5.2rem); line-height: .9; }
.build-pricing-card p { margin: 0; color: rgba(255,255,255,.66); }
.pricing-kicker { color: rgba(255,255,255,.72); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.pricing-symbol { color: var(--gold); font-size: 2rem; font-weight: 900; }
.care-heading { display: grid; margin: 56px 0 24px; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; }
.care-heading h3 { margin: 0; color: var(--white); font-size: clamp(2rem,3.3vw,3.4rem); }
.care-heading > p { margin: 0; color: rgba(255,255,255,.66); }
.care-tier-grid { display: grid; margin-bottom: 28px; grid-template-columns: repeat(3,1fr); gap: 16px; }
.care-tier { position: relative; padding: 28px; background: rgba(255,255,255,.045); border: 1px solid var(--dark-line); border-radius: var(--radius-small); }
.care-tier-featured { background: rgba(246,215,146,.09); border-color: rgba(246,215,146,.46); box-shadow: 0 18px 55px rgba(0,0,0,.18); }
.care-tier-label { display: block; margin-bottom: 22px; color: var(--gold-light); font-size: .75rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.care-tier-badge { position: absolute; top: 18px; right: 18px; padding: 6px 9px; color: var(--ink); background: var(--gold-light); border-radius: 999px; font-size: .65rem; font-weight: 950; letter-spacing: .04em; text-transform: uppercase; }
.care-price { display: flex; gap: 7px; margin-bottom: 18px; align-items: baseline; }
.care-price strong { color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 3.1rem; line-height: 1; }
.care-price span { color: rgba(255,255,255,.58); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.care-tier > p { min-height: 72px; color: rgba(255,255,255,.67); }
.care-tier .check-list { margin-bottom: 0; }
.pricing-boundary { margin: 28px 0; padding: 24px; background: rgba(255,255,255,.035); border: 1px solid var(--dark-line); border-left: 3px solid var(--gold); border-radius: 10px; }
.pricing-boundary h3 { margin-bottom: 8px; color: var(--white); }
.pricing-boundary p { margin: 0; color: rgba(255,255,255,.64); }
@media (max-width: 900px) {
  .care-tier-grid { grid-template-columns: 1fr; }
  .care-tier > p { min-height: 0; }
}
@media (max-width: 720px) {
  .build-pricing-card, .care-heading { grid-template-columns: 1fr; }
  .build-pricing-card > div:nth-child(2) { display: none; }
  .care-heading { gap: 14px; }
  .care-tier-badge { position: static; display: inline-block; margin-bottom: 14px; }
}
/* v1.3.1 referral routing and tiered pricing correction */

/* v1.4.0 interactive showcase upgrade
   Purpose: demonstrate what Good Bones can create through motion, interaction,
   and real visual proof without turning the site into a heavy or gimmicky demo. */
::selection { color: var(--ink); background: var(--gold-light); }

.hero::after, .page-hero::after, .case-hero::after {
  position: absolute;
  inset: -25%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 28% 35%, rgba(226,173,78,.13), transparent 24%),
    radial-gradient(circle at 74% 62%, rgba(101,167,127,.17), transparent 28%);
  content: "";
  filter: blur(12px);
  animation: aurora-drift 15s ease-in-out infinite alternate;
}
.hero-grid, .page-hero > *, .case-hero > * { position: relative; z-index: 1; }
.glow-one { animation: orbit-drift 13s ease-in-out infinite alternate; }
.glow-two { animation: orbit-drift-reverse 17s ease-in-out infinite alternate; }
.page-home .hero h1 { text-shadow: 0 14px 45px rgba(0,0,0,.24); }

.button { position: relative; overflow: hidden; isolation: isolate; }
.button::after {
  position: absolute;
  inset: -70% auto -70% -35%;
  z-index: -1;
  width: 26%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.38), transparent);
  content: "";
  transform: skewX(-18deg) translateX(-260%);
  transition: transform 520ms ease;
}
.button:hover::after { transform: skewX(-18deg) translateX(720%); }

.flagship-preview { isolation: isolate; }
.flagship-preview::after {
  position: absolute;
  inset: 1px;
  z-index: -1;
  background: radial-gradient(circle at var(--spot-x, 70%) var(--spot-y, 25%), rgba(246,215,146,.22), transparent 30%);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
.preview-capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 18px;
  background: rgba(255,255,255,.035);
  border-top: 1px solid var(--dark-line);
}
.preview-capabilities span {
  padding: 7px 10px;
  color: rgba(255,255,255,.78);
  background: rgba(101,167,127,.11);
  border: 1px solid rgba(101,167,127,.24);
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .025em;
}

.capability-marquee {
  overflow: hidden;
  color: var(--white);
  background: #091510;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.marquee-track { display: flex; width: max-content; animation: capability-scroll 34s linear infinite; }
.marquee-group { display: flex; flex: none; align-items: center; }
.marquee-group span {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  gap: 16px;
  padding: 0 27px;
  color: rgba(255,255,255,.72);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.marquee-group span::before {
  width: 7px;
  height: 7px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(226,173,78,.1);
  content: "";
}

.build-lab {
  position: relative;
  overflow: hidden;
  padding: clamp(84px,10vw,140px) max(22px,calc((100vw - var(--max-width))/2));
  color: var(--white);
  background:
    radial-gradient(circle at 14% 18%, rgba(101,167,127,.18), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(226,173,78,.12), transparent 30%),
    #0a1712;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.build-lab::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
  mask-image: linear-gradient(to bottom, transparent, black 22%, black 78%, transparent);
}
.build-lab-inner { position: relative; z-index: 1; width: min(var(--max-width),100%); margin: 0 auto; }
.build-lab-heading {
  display: grid;
  margin-bottom: 46px;
  grid-template-columns: minmax(0,1.15fr) minmax(280px,.55fr);
  gap: clamp(34px,6vw,80px);
  align-items: end;
}
.build-lab-heading h2 { max-width: 13ch; margin-bottom: 0; }
.build-lab-heading > p { margin-bottom: 7px; color: rgba(255,255,255,.64); }
.build-lab-shell {
  --spot-x: 70%;
  --spot-y: 20%;
  position: relative;
  display: grid;
  overflow: hidden;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 30px;
  box-shadow: 0 40px 120px rgba(0,0,0,.34);
  grid-template-columns: 300px minmax(0,1fr);
  isolation: isolate;
}
.build-lab-shell::before {
  position: absolute;
  inset: -1px;
  z-index: -1;
  background: radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(246,215,146,.16), transparent 29%);
  content: "";
  pointer-events: none;
}
.build-lab-tabs { display: grid; align-content: stretch; background: rgba(4,12,8,.72); border-right: 1px solid var(--dark-line); }
.build-lab-tabs button {
  display: grid;
  min-height: 142px;
  padding: 23px 24px;
  color: rgba(255,255,255,.62);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--dark-line);
  cursor: pointer;
  text-align: left;
  grid-template-columns: 38px 1fr;
  gap: 2px 12px;
  align-content: center;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.build-lab-tabs button:last-child { border-bottom: 0; }
.build-lab-tabs button > span { grid-row: 1 / 3; color: var(--gold); font-family: Georgia,"Times New Roman",serif; font-weight: 800; }
.build-lab-tabs button strong { color: inherit; font-family: Georgia,"Times New Roman",serif; font-size: 1.22rem; line-height: 1.12; }
.build-lab-tabs button small { color: rgba(255,255,255,.42); line-height: 1.4; }
.build-lab-tabs button:hover { color: var(--white); background: rgba(255,255,255,.035); }
.build-lab-tabs button[aria-selected="true"] {
  color: var(--white);
  background: linear-gradient(135deg,rgba(101,167,127,.19),rgba(226,173,78,.07));
  box-shadow: inset 4px 0 0 var(--gold);
}
.build-lab-panels { min-width: 0; }
.build-lab-panels > article {
  display: grid;
  min-height: 568px;
  grid-template-columns: minmax(300px,.68fr) minmax(430px,1.32fr);
  animation: panel-arrive 420ms ease both;
}
.build-lab-panels > article[hidden] { display: none; }
.build-panel-copy { display: flex; padding: clamp(34px,4.5vw,62px); flex-direction: column; justify-content: center; }
.build-panel-copy h3 { max-width: 13ch; font-size: clamp(2.05rem,3.2vw,3.45rem); }
.build-panel-copy > p:not(.eyebrow) { color: rgba(255,255,255,.63); }
.build-mini-list { padding: 0; margin: 14px 0 28px; list-style: none; }
.build-mini-list li { position: relative; padding: 8px 0 8px 26px; color: rgba(255,255,255,.77); font-weight: 760; }
.build-mini-list li::before { position: absolute; left: 0; color: var(--gold); content: "✦"; }
.build-panel-copy .button { align-self: flex-start; }
.build-panel-visual { position: relative; min-width: 0; overflow: hidden; background: #10251c; border-left: 1px solid var(--dark-line); }

.website-demo { display: grid; padding: 27px; align-content: center; }
.demo-browser-bar { display: flex; gap: 7px; align-items: center; padding: 13px 15px; color: rgba(255,255,255,.5); background: #091510; border: 1px solid var(--dark-line); border-bottom: 0; border-radius: 17px 17px 0 0; }
.demo-browser-bar > span { width: 8px; height: 8px; background: rgba(255,255,255,.3); border-radius: 50%; }
.demo-browser-bar > span:first-child { background: var(--gold); }
.demo-browser-bar small { margin-left: 8px; font-weight: 800; }
.demo-website-nav { display: flex; gap: 20px; align-items: center; padding: 16px 20px; color: var(--ink); background: var(--white); border-right: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.demo-website-nav b { margin-right: auto; font-size: .72rem; letter-spacing: .08em; }
.demo-website-nav i { width: 34px; height: 5px; background: rgba(19,38,31,.15); border-radius: 99px; }
.demo-website-nav em { padding: 8px 10px; color: var(--ink); background: var(--gold); border-radius: 7px; font-size: .66rem; font-style: normal; font-weight: 900; }
.demo-website-hero { display: grid; min-height: 330px; padding: clamp(24px,3vw,42px); color: var(--white); background: linear-gradient(135deg,#16372a,#0c1c16); border-right: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); grid-template-columns: 1.05fr .75fr; gap: 30px; align-items: center; }
.demo-website-hero small { color: var(--gold-light); font-size: .61rem; font-weight: 950; letter-spacing: .1em; }
.demo-website-hero strong { display: block; max-width: 8ch; margin: 13px 0; font-family: Georgia,"Times New Roman",serif; font-size: clamp(2rem,3.6vw,3.75rem); line-height: .93; }
.demo-website-hero p { color: rgba(255,255,255,.62); font-size: .78rem; }
.demo-website-hero div > span { color: var(--gold-light); font-size: .72rem; font-weight: 900; }
.demo-hero-art { position: relative; min-height: 240px; }
.demo-hero-art i { position: absolute; display: block; background: linear-gradient(145deg,rgba(246,215,146,.95),rgba(101,167,127,.68)); border: 1px solid rgba(255,255,255,.28); border-radius: 20px; box-shadow: 0 22px 55px rgba(0,0,0,.24); }
.demo-hero-art i:nth-child(1) { inset: 12% 18% 28% 4%; transform: rotate(-8deg); }
.demo-hero-art i:nth-child(2) { inset: 28% 2% 10% 28%; transform: rotate(8deg); }
.demo-hero-art i:nth-child(3) { top: 7%; right: 7%; width: 42%; height: 34%; background: rgba(255,255,255,.09); }
.demo-website-cards { display: grid; overflow: hidden; color: var(--ink); background: var(--paper); border: 1px solid rgba(255,255,255,.15); border-radius: 0 0 17px 17px; grid-template-columns: repeat(3,1fr); }
.demo-website-cards div { display: grid; min-height: 92px; padding: 16px; border-right: 1px solid var(--line); align-content: space-between; }
.demo-website-cards div:last-child { border-right: 0; }
.demo-website-cards span { color: var(--green); font-size: .67rem; font-weight: 900; }
.demo-website-cards b { font-family: Georgia,"Times New Roman",serif; }

.gallery-demo { display: grid; padding: 24px; grid-template-columns: 1.25fr .75fr; gap: 12px; }
.gallery-demo img { width: 100%; height: 100%; object-fit: cover; transition: transform 520ms ease; }
.gallery-demo-main { position: relative; min-height: 520px; margin: 0; overflow: hidden; border-radius: 18px; }
.gallery-demo-main::after { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(4,12,8,.92)); content: ""; }
.gallery-demo-main figcaption { position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; padding: 28px; }
.gallery-demo-main figcaption span { display: block; margin-bottom: 8px; color: var(--gold-light); font-size: .68rem; font-weight: 950; text-transform: uppercase; }
.gallery-demo-main figcaption strong { display: block; max-width: 10ch; color: var(--white); font-family: Georgia,"Times New Roman",serif; font-size: 2rem; line-height: 1.02; }
.gallery-demo-stack { display: grid; min-height: 520px; grid-template-rows: 1fr 1fr 1fr; gap: 12px; }
.gallery-demo-stack img { min-height: 0; border-radius: 14px; }

.assistant-demo { display: flex; padding: 27px; flex-direction: column; justify-content: center; gap: 14px; background: radial-gradient(circle at 78% 18%,rgba(101,167,127,.22),transparent 30%),#10251c; }
.assistant-demo-top { display: grid; padding: 16px 18px; color: var(--white); background: rgba(4,12,8,.62); border: 1px solid var(--dark-line); border-radius: 14px; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; }
.assistant-demo-top small { color: rgba(255,255,255,.5); font-weight: 800; }
.assistant-message { max-width: 84%; padding: 17px 19px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; box-shadow: 0 18px 45px rgba(0,0,0,.16); }
.assistant-message span { display: block; margin-bottom: 7px; font-size: .66rem; font-weight: 950; letter-spacing: .07em; text-transform: uppercase; }
.assistant-message p { margin: 0; line-height: 1.55; }
.assistant-message.customer { align-self: flex-end; color: var(--ink); background: var(--gold-light); border-bottom-right-radius: 5px; }
.assistant-message.system { color: var(--white); background: rgba(255,255,255,.075); border-bottom-left-radius: 5px; }
.assistant-message.system span { color: var(--gold-light); }
.assistant-message.owner { align-self: center; max-width: 94%; color: rgba(255,255,255,.72); background: rgba(226,173,78,.08); border-color: rgba(226,173,78,.28); }
.assistant-message.owner span { color: var(--gold-light); }
.assistant-composer { display: flex; min-height: 54px; align-items: center; justify-content: space-between; padding: 10px 11px 10px 18px; color: rgba(255,255,255,.4); background: rgba(4,12,8,.7); border: 1px solid var(--dark-line); border-radius: 14px; font-size: .82rem; }
.assistant-composer b { display: grid; width: 34px; height: 34px; place-items: center; color: var(--ink); background: var(--gold); border-radius: 9px; }

.automation-demo { display: flex; padding: 34px 25px; align-items: center; justify-content: center; gap: 8px; background: radial-gradient(circle at 50% 50%,rgba(101,167,127,.18),transparent 42%),#10251c; }
.automation-demo > i { color: rgba(255,255,255,.35); font-style: normal; font-weight: 900; }
.flow-node { display: grid; width: 120px; min-height: 150px; padding: 17px; background: rgba(255,255,255,.06); border: 1px solid var(--dark-line); border-radius: 16px; box-shadow: 0 20px 50px rgba(0,0,0,.16); align-content: space-between; }
.flow-node span { color: var(--gold); font-family: Georgia,"Times New Roman",serif; font-weight: 900; }
.flow-node strong { color: var(--white); font-family: Georgia,"Times New Roman",serif; font-size: 1.05rem; line-height: 1.12; }
.flow-node small { color: rgba(255,255,255,.48); line-height: 1.35; }
.flow-approval { background: rgba(226,173,78,.12); border-color: rgba(226,173,78,.45); transform: translateY(-18px); }
.flow-finish { color: var(--ink); background: linear-gradient(145deg,var(--gold-light),var(--gold)); border-color: var(--gold); }
.flow-finish span, .flow-finish strong, .flow-finish small { color: var(--ink); }

.build-lab-foot { display: flex; justify-content: space-between; gap: 28px; padding: 24px 4px 0; color: rgba(255,255,255,.53); font-size: .76rem; }
.build-lab-foot b { color: var(--gold-light); }

@media (hover:hover) {
  .feature-card, .gallery-card, .platform-console, .price-card, .care-tier, .standards-grid article, .flagship-preview {
    transition: transform 230ms ease, box-shadow 230ms ease, border-color 230ms ease;
  }
  .feature-card:hover, .gallery-card:hover, .standards-grid article:hover { transform: translateY(-7px); border-color: rgba(47,111,85,.34); box-shadow: 0 28px 72px rgba(19,38,31,.14); }
  .platform-console:hover, .flagship-preview:hover { transform: translateY(-4px) rotate(0deg); box-shadow: 0 38px 105px rgba(5,18,13,.3); }
  .care-tier:hover { transform: translateY(-5px); border-color: rgba(246,215,146,.38); }
  .gallery-demo-main:hover img, .gallery-demo-stack img:hover { transform: scale(1.035); }
}

@keyframes aurora-drift { from { transform: translate3d(-2%,1%,0) scale(1); } to { transform: translate3d(3%,-2%,0) scale(1.06); } }
@keyframes orbit-drift { from { transform: translate3d(0,0,0) rotate(0deg); } to { transform: translate3d(-34px,22px,0) rotate(9deg); } }
@keyframes orbit-drift-reverse { from { transform: translate3d(0,0,0) rotate(0deg); } to { transform: translate3d(28px,-18px,0) rotate(-8deg); } }
@keyframes capability-scroll { to { transform: translateX(-50%); } }
@keyframes panel-arrive { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

@media (max-width: 1120px) {
  .build-lab-shell { grid-template-columns: 1fr; }
  .build-lab-tabs { grid-template-columns: repeat(4,1fr); border-right: 0; border-bottom: 1px solid var(--dark-line); }
  .build-lab-tabs button { min-height: 130px; border-right: 1px solid var(--dark-line); border-bottom: 0; grid-template-columns: 1fr; gap: 6px; }
  .build-lab-tabs button:last-child { border-right: 0; }
  .build-lab-tabs button > span { grid-row: auto; }
  .build-lab-tabs button[aria-selected="true"] { box-shadow: inset 0 4px 0 var(--gold); }
  .build-lab-panels > article { grid-template-columns: minmax(280px,.65fr) minmax(400px,1.35fr); }
  .automation-demo { flex-wrap: wrap; }
}

@media (max-width: 880px) {
  .build-lab-heading { grid-template-columns: 1fr; gap: 14px; }
  .build-lab-heading h2 { max-width: 14ch; }
  .build-lab-tabs { grid-template-columns: 1fr 1fr; }
  .build-lab-tabs button { min-height: 112px; border-right: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); grid-template-columns: 35px 1fr; }
  .build-lab-tabs button:nth-child(2n) { border-right: 0; }
  .build-lab-tabs button:nth-last-child(-n+2) { border-bottom: 0; }
  .build-lab-tabs button > span { grid-row: 1 / 3; }
  .build-lab-tabs button[aria-selected="true"] { box-shadow: inset 4px 0 0 var(--gold); }
  .build-lab-panels > article { grid-template-columns: 1fr; }
  .build-panel-visual { min-height: 520px; border-top: 1px solid var(--dark-line); border-left: 0; }
  .build-panel-copy h3 { max-width: 15ch; }
  .build-lab-foot { flex-direction: column; gap: 8px; }
}

@media (max-width: 620px) {
  .capability-marquee { display: none; }
  .preview-capabilities { display: grid; grid-template-columns: 1fr 1fr; }
  .build-lab { padding-right: 15px; padding-left: 15px; }
  .build-lab-shell { border-radius: 20px; }
  .build-lab-tabs { grid-template-columns: 1fr; }
  .build-lab-tabs button, .build-lab-tabs button:nth-child(2n), .build-lab-tabs button:nth-last-child(-n+2) { min-height: 92px; border-right: 0; border-bottom: 1px solid var(--dark-line); }
  .build-lab-tabs button:last-child { border-bottom: 0; }
  .build-panel-copy { padding: 30px 22px; }
  .build-panel-visual { min-height: 430px; }
  .website-demo, .assistant-demo { padding: 16px; }
  .demo-website-nav i { display: none; }
  .demo-website-hero { min-height: 300px; padding: 24px 20px; grid-template-columns: 1fr; }
  .demo-hero-art { display: none; }
  .demo-website-cards div { min-height: 80px; padding: 13px; }
  .gallery-demo { padding: 15px; grid-template-columns: 1fr; }
  .gallery-demo-main { min-height: 330px; }
  .gallery-demo-stack { min-height: 240px; grid-template-columns: repeat(3,1fr); grid-template-rows: 1fr; }
  .assistant-demo { justify-content: flex-start; }
  .assistant-demo-top { grid-template-columns: auto 1fr; }
  .assistant-demo-top small { grid-column: 2; }
  .assistant-message { max-width: 94%; font-size: .84rem; }
  .automation-demo { min-height: 620px; padding: 24px; align-content: center; flex-direction: column; flex-wrap: nowrap; }
  .automation-demo > i { transform: rotate(90deg); }
  .flow-node { width: min(280px,100%); min-height: 92px; grid-template-columns: 34px 1fr; gap: 4px 10px; align-content: center; }
  .flow-node span { grid-row: 1 / 3; }
  .flow-node small { grid-column: 2; }
  .flow-approval { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero::after, .page-hero::after, .case-hero::after, .glow-one, .glow-two, .marquee-track, .build-lab-panels > article { animation: none; }
  .marquee-track { width: auto; }
  .marquee-group[aria-hidden="true"] { display: none; }
  .marquee-group { flex-wrap: wrap; justify-content: center; }
  .button::after { display: none; }
}

/* v1.4.0 showcase QA refinements */
.build-panel-copy h3 { font-size: clamp(1.95rem,2.7vw,3rem); max-width: 14ch; }
.automation-demo { gap: 4px; }
.flow-node { width: 90px; min-height: 168px; padding: 14px 11px; }
.flow-node strong { font-size: .96rem; }
.flow-node small { font-size: .72rem; }
@media (max-width: 1120px) and (min-width: 881px) {
  .flow-node { width: 82px; padding: 12px 9px; }
  .flow-node strong { font-size: .88rem; }
}
@media (max-width: 620px) {
  .build-lab-tabs {
    display: flex;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }
  .build-lab-tabs button,
  .build-lab-tabs button:nth-child(2n),
  .build-lab-tabs button:nth-last-child(-n+2) {
    min-width: 225px;
    min-height: 102px;
    flex: 0 0 225px;
    border-right: 1px solid var(--dark-line);
    border-bottom: 0;
    scroll-snap-align: start;
  }
  .build-lab-tabs button:last-child { border-right: 0; }
  .automation-demo { min-height: 650px; }
  .flow-node { width: min(280px,100%); min-height: 92px; padding: 15px 17px; }
  .flow-node strong { font-size: 1rem; }
  .flow-node small { font-size: .75rem; }
}

/* v1.4.1 contact email single-line correction */
.page-contact .page-hero-aside strong {
  font-size: clamp(1rem, 3.2vw, 1.65rem);
  line-height: 1.12;
}
.page-contact .direct-email-address {
  display: block;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
  letter-spacing: -.025em;
}
@media (max-width: 360px) {
  .page-contact .page-hero-aside strong { font-size: .96rem; }
}

/* Blake's PC Lab portfolio + case study fixes */
.case-hero-blakes { min-height: 0; }
.case-hero-blakes .case-hero-image { min-height: 0; align-self: center; background: #07101d; }
.case-hero-blakes .case-hero-image img { display: block; width: 100%; height: auto; object-fit: contain; object-position: top center; }
.blake-project-ribbon .media-button,
.blake-project-ribbon .media-button:nth-child(2),
.blake-project-ribbon .media-button:nth-child(4) { height: auto; min-height: 0; aspect-ratio: 1.44 / 1; margin-top: 0; }
.blake-project-ribbon .media-button img,
.screenshot-case-gallery .media-button img { object-fit: cover; object-position: top center; }
.screenshot-case-gallery .media-button { background: #07101d; }
@media (max-width: 620px) {
  .project-browser-screen.project-browser-screenshot { min-height: 0; aspect-ratio: 1.44 / 1; }
  .blake-project-ribbon .media-button,
  .blake-project-ribbon .media-button:nth-child(2),
  .blake-project-ribbon .media-button:nth-child(4) { height: auto; min-height: 0; aspect-ratio: 1.44 / 1; }
  .case-hero-blakes .case-hero-image { min-height: 0; }
  .screenshot-case-gallery .media-button,
  .screenshot-case-gallery .case-gallery-wide { height: auto; min-height: 0; aspect-ratio: 1.44 / 1; }
}
