/* 1. Design tokens and document defaults. */
@font-face {
	font-family: 'Manrope';
	src: url('../fonts/manrope/Manrope-Variable.woff2') format('woff2'),
		url('../fonts/manrope/Manrope-Variable.ttf') format('truetype');
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
}

:root {
	color-scheme: dark;
	--brise-bg: #070b0d;
	--brise-bg-soft: #0d1418;
	--brise-panel: #121a1f;
	--brise-ink: #f7f7f3;
	--brise-muted: #aeb3b5;
	--brise-paper: #f1ecdf;
	--brise-paper-2: #e7dfcf;
	--brise-paper-ink: #171b1d;
	--brise-yellow: #ffc400;
	--brise-yellow-2: #ffad00;
	--brise-paper-accent: #6f4f00;
	--brise-focus: #ffc400;
	--brise-accent-ink: #ffc400;
	--brise-line: rgba(255, 255, 255, .13);
	--brise-line-dark: rgba(20, 25, 27, .17);
	--brise-header-bg: rgba(7, 11, 13, .92);
	--brise-menu-bg: #10171b;
	--brise-menu-shadow: 0 24px 55px rgba(0, 0, 0, .45);
	--brise-nav-ink: #d9dbda;
	--brise-heading-ink: #fff;
	--brise-menu-muted: #aeb5b7;
	--brise-placeholder: #929a9d;
	--brise-backdrop: rgba(3, 7, 9, .58);
	--brise-footer-bg: #05090b;
	--brise-form-surface: linear-gradient(145deg,#12191e,#0d1317);
	--brise-form-border: rgba(255,255,255,.13);
	--brise-form-shadow: none;
	--brise-form-ink: #e9eaea;
	--brise-field-bg: #090f13;
	--brise-field-border: #394249;
	--brise-field-ink: #fff;
	--brise-choice-bg: #0a1014;
	--brise-choice-ink: #d6d9db;
	--brise-choice-active-ink: #fff;
	--brise-summary-bg: rgba(255,255,255,.025);
	--brise-summary-border: rgba(255,255,255,.12);
	--brise-summary-ink: #dadddf;
	--brise-status-ink: #e8e9ea;
	--brise-radius: 18px;
	--brise-wide: 1244px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--brise-bg); color: var(--brise-ink); }
body, button, input, select, textarea { font-family: 'Manrope', Arial, Helvetica, sans-serif; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
input::placeholder, textarea::placeholder { color: var(--brise-placeholder); opacity: 1; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--brise-focus); outline-offset: 4px; }
mark { padding: 0; background: transparent; color: inherit; }
.brise-wide, .brise-content { width: min(var(--brise-wide), calc(100% - 76px)); margin-inline: auto; }
.brise-main { background: var(--brise-bg); }
.brise-main > * { margin-block-start: 0; margin-block-end: 0; }
.brise-eyebrow { margin: 0 0 20px; color: var(--brise-yellow); text-transform: uppercase; letter-spacing: 2.2px; font-size: 11px; font-weight: 900; }

/* 2. Global accessibility and site header. */
.brise-skip-link { position: fixed; z-index: 100000000; top: 12px; left: 18px; padding: 12px 16px; border-radius: 6px; background: var(--brise-yellow); color: #111; font-weight: 800; transform: translateY(-160%); }
.brise-skip-link:focus { transform: none; }

.brise-site-header { position: sticky; z-index: 1000; top: 0; height: 82px; padding: 0 max(4vw, 28px); display: flex; align-items: center; gap: 38px; border-bottom: 1px solid var(--brise-line); background: var(--brise-header-bg); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.brise-brand { font-size: 21px; letter-spacing: -.8px; white-space: nowrap; }
.brise-brand strong { color: var(--brise-yellow); }
.brise-brand .custom-logo { width: auto; max-height: 49px; display: block; }
.brise-wordmark { display: inline-flex; align-items: baseline; letter-spacing: -1.4px; }
.brise-wordmark span { color: var(--brise-yellow); font-size: 31px; font-weight: 950; }
.brise-wordmark small { margin-left: 3px; color: var(--brise-heading-ink); font-size: 16px; letter-spacing: -1px; }
.brise-wordmark i { margin-left: 7px; color: var(--brise-yellow); font-size: 13px; font-style: normal; font-weight: 900; }
.brise-primary-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); }
.brise-primary-nav a { padding: 12px 0; color: var(--brise-nav-ink); font-size: 13px; }
.brise-primary-nav a:hover { color: var(--brise-yellow); }
.brise-primary-nav a[aria-current='location'], .brise-mobile-navigation a[aria-current='location'] { color: var(--brise-yellow); font-weight: 800; }
.brise-button, .wp-block-button__link { min-height: 50px; padding: 0 24px; border: 0; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; font-size: 14px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease; }
.brise-button:hover, .wp-block-button__link:hover { transform: translateY(-2px); }
.brise-button.primary, .brise-button-block .wp-block-button__link { background: linear-gradient(135deg, #ffd72e, var(--brise-yellow-2)); color: #171b1d; box-shadow: 0 14px 36px rgba(255, 175, 0, .16); }
.brise-header-cta { margin-left: 8px; }
.brise-header-cta-compact { display: none; }
.brise-mobile-menu { display: none; margin-left: auto; position: relative; }
.brise-mobile-menu summary { width: 44px; height: 44px; border: 1px solid var(--brise-line); border-radius: 8px; display: grid; place-content: center; gap: 5px; list-style: none; cursor: pointer; }
.brise-mobile-menu summary::-webkit-details-marker { display: none; }
.brise-mobile-menu summary span { width: 18px; height: 2px; display: block; border-radius: 5px; background: var(--brise-heading-ink); }
.brise-mobile-menu-backdrop { display: none; }
.brise-mobile-menu-panel { position: absolute; z-index: 2; top: 54px; right: 0; width: min(340px, calc(100vw - 40px)); padding: 15px; border: 1px solid var(--brise-line); border-radius: 12px; background: var(--brise-menu-bg); box-shadow: var(--brise-menu-shadow); }
.brise-mobile-menu:not([open]) .brise-mobile-menu-panel { display: none; }
.brise-mobile-navigation { display: grid; }
.brise-mobile-navigation a { min-height: 47px; padding: 0 12px; display: flex; align-items: center; border-bottom: 1px solid var(--brise-line); }
.brise-mobile-navigation a:last-child { border-bottom: 0; }
.brise-mobile-service-links { margin-top: 10px; padding-top: 10px; display: grid; border-top: 1px solid var(--brise-line); }
.brise-mobile-service-links a { min-height: 44px; padding-inline: 12px; display: flex; align-items: center; color: var(--brise-menu-muted); font-size: 12px; }
.brise-mobile-theme-row { min-height: 52px; margin-top: 8px; padding: 0 12px; display: none; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid var(--brise-line); color: var(--brise-menu-muted); font-size: 12px; }
.brise-theme-toggle-mobile { display: none; }
.brise-mobile-project-cta { min-height: 48px; margin-top: 12px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-radius: 7px; background: var(--brise-yellow); color: #171b1d; font-size: 13px; font-weight: 900; }
.brise-theme-toggle { width: 56px; min-width: 56px; height: 32px; min-height: 32px; padding: 3px; position: relative; display: inline-flex; align-items: center; flex: 0 0 auto; appearance: none; border: 1px solid rgba(255,196,0,.48); border-radius: 999px; background: #1b2429; box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), 0 7px 18px rgba(0,0,0,.18); cursor: pointer; transition: border-color .2s ease, background-color .25s ease, box-shadow .25s ease; }
.brise-theme-toggle::before { content: ''; position: absolute; inset: -6px 0; }
.brise-theme-toggle:hover { border-color: var(--brise-yellow); box-shadow: inset 0 0 0 1px rgba(255,255,255,.06), 0 8px 22px rgba(0,0,0,.24); }
.brise-theme-toggle-track { width: 100%; height: 100%; display: block; position: relative; }
.brise-theme-toggle-knob { width: 24px; height: 24px; position: absolute; top: 0; left: 0; display: grid; place-items: center; border-radius: 50%; background: var(--brise-yellow); color: #171b1d; box-shadow: 0 2px 7px rgba(0,0,0,.34); transform: translateX(0); transition: transform .25s cubic-bezier(.2,.8,.2,1), background-color .25s ease, color .25s ease; }
.brise-theme-toggle-knob > span { grid-area: 1 / 1; font-size: 13px; line-height: 1; }
.brise-theme-toggle-moon { display: none; }

#diensten, #werk, #over-ons, #werkwijze, #contact, #faq, #voorbeeld { scroll-margin-top: 82px; }

/* 3. Homepage sections. */
.brise-hero { min-height: 760px; padding: 108px 0 92px; position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(circle at 83% 32%, rgba(255, 196, 0, .12), transparent 23%), linear-gradient(145deg, #070b0d 20%, #0d120e 100%); }
.brise-hero::before { content: ''; position: absolute; z-index: -1; inset: 0; opacity: .23; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg, transparent, #000 55%); }
.brise-hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(470px, .85fr); gap: clamp(60px, 7vw, 108px); align-items: center; }
.brise-hero-copy h1 { max-width: 760px; margin: 0; font-size: clamp(48px, 5.2vw, 76px); line-height: .99; letter-spacing: -4px; text-wrap: balance; }
.brise-hero-intro { max-width: 650px; margin: 28px 0 20px; color: #b9bdbe; font-size: 17px; line-height: 1.72; }
.brise-hero-status { margin: 0 0 28px; display: inline-flex; align-items: center; gap: 10px; color: #e4e8e9; font-size: 12px; font-weight: 800; }
.brise-hero-status i { width: 9px; height: 9px; display: block; flex: 0 0 auto; border-radius: 50%; background: #33c879; box-shadow: 0 0 0 5px rgba(51,200,121,.1); }
.brise-actions { display: flex; align-items: center; gap: 28px; }
.brise-diagonal-arrow { display: inline-block; font-family: Arial, Helvetica, sans-serif; font-size: 18px; line-height: 1; transform: rotate(45deg); }
.brise-text-link { min-height: 48px; display: inline-flex; align-items: center; gap: 16px; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 14px; font-weight: 800; }
.brise-text-link:hover { border-color: var(--brise-yellow); color: var(--brise-yellow); }
.brise-hero-trust { max-width: 680px; padding: 27px 0 0; margin: 34px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px 20px; border-top: 1px solid var(--brise-line); list-style: none; color: #c6c9c9; font-size: 12px; line-height: 1.45; }
.brise-hero-trust li::before { content: '✓'; margin-right: 8px; color: var(--brise-yellow); font-weight: 900; }
.brise-hero-showcase { min-height: 545px; position: relative; }
.brise-showcase-meta { margin: 0 0 18px 5%; display: flex; align-items: center; justify-content: space-between; color: #d4d6d5; font-size: 12px; }
.brise-showcase-meta span { color: var(--brise-yellow); text-transform: uppercase; letter-spacing: 1.4px; font-size: 11px; font-weight: 900; }
.brise-showcase-main { width: 92%; margin: 0 0 0 auto; position: relative; overflow: hidden; border: 1px solid var(--brise-line); border-radius: 20px; background: #10171b; box-shadow: 0 45px 80px rgba(0,0,0,.46); transform: rotate(-1.2deg); }
.brise-showcase-main img { width: 100%; height: auto; aspect-ratio: 1.6; display: block; object-fit: cover; object-position: top center; }
.brise-showcase-main figcaption { padding: 17px 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; background: #10171b; }
.brise-showcase-main figcaption span { color: #b5babc; font-size: 11px; }
.brise-showcase-main figcaption strong { font-size: 12px; }
.brise-showcase-detail { width: 34%; margin: 0; position: absolute; right: -1%; bottom: 1%; overflow: hidden; border: 1px solid var(--brise-line); border-radius: 14px; background: white; box-shadow: 0 30px 58px rgba(0,0,0,.52); transform: rotate(3deg); }
.brise-showcase-detail img { width: 100%; height: auto; display: block; object-fit: contain; }
.brise-showcase-detail figcaption { padding: 12px 14px; color: #171b1d; font-size: 11px; }

.brise-proof-band { background: var(--brise-yellow); color: #171b1d; }
.brise-proof-band-grid { min-height: 132px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.brise-proof-band-grid > div { padding: 25px 28px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(20,25,27,.2); }
.brise-proof-band-grid > div:first-child { padding-left: 0; }
.brise-proof-band-grid > div:last-child { border-right: 0; }
.brise-proof-band strong { font-size: 18px; letter-spacing: -.4px; }
.brise-proof-band span { margin-top: 6px; font-size: 11px; }

.brise-services-editorial { padding: 132px 0; background: var(--brise-paper); color: var(--brise-paper-ink); }
.brise-services-editorial .brise-eyebrow { color: var(--brise-paper-accent); }
.brise-editorial-heading, .brise-work-heading { margin-bottom: 76px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; }
.brise-editorial-heading h2, .brise-work-heading h2, .brise-studio h2, .brise-process-new h2, .brise-next-step h2, .brise-faq h2 { max-width: 770px; margin: 0; font-size: clamp(38px, 4.4vw, 62px); line-height: 1.02; letter-spacing: -3px; text-wrap: balance; }
.brise-editorial-heading > p, .brise-work-heading > p { max-width: 480px; margin: 0; color: #555b5d; line-height: 1.75; }
.brise-service-lanes { border-top: 1px solid var(--brise-line-dark); }
.brise-service-lane { min-height: 270px; padding: 48px 0; display: grid; grid-template-columns: 70px minmax(0, 1fr) 310px; gap: 40px; align-items: center; border-bottom: 1px solid var(--brise-line-dark); }
.brise-service-index { align-self: start; padding-top: 6px; color: var(--brise-paper-accent); font-size: 12px; font-weight: 900; }
.brise-service-kicker { margin: 0 0 14px; color: var(--brise-paper-accent); text-transform: uppercase; letter-spacing: 1.4px; font-size: 11px; font-weight: 900; }
.brise-service-lane h3 { max-width: 680px; margin: 0 0 18px; font-size: clamp(27px, 3vw, 41px); line-height: 1.08; letter-spacing: -1.7px; }
.brise-service-lane div > p:not(.brise-service-kicker):not(.brise-service-price) { max-width: 650px; color: #565c5e; line-height: 1.7; }
.brise-service-lane .brise-service-price { margin: 16px 0 0; color: #3d4446; font-size: 12px; font-weight: 850; }
.brise-service-lane a { min-height: 44px; margin-top: 10px; display: inline-flex; align-items: center; gap: 14px; border-bottom: 1px solid #8b6900; font-size: 12px; font-weight: 850; }
.brise-service-signal { min-height: 172px; position: relative; overflow: hidden; border: 1px solid rgba(20,25,27,.2); border-radius: 14px; background: #171d20; }
.brise-service-signal::before, .brise-service-signal::after { content: ''; position: absolute; }
.brise-service-signal-web::before { inset: 25px 34px 45px; border-radius: 7px; background: linear-gradient(135deg, #f6f2e9 0 55%, #ffc400 55%); box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.brise-service-signal-web::after { right: 48px; bottom: 25px; width: 92px; height: 72px; border: 5px solid #0e1417; border-radius: 9px; background: #f6f2e9; }
.brise-service-signal-shop { padding: 30px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.brise-service-signal-shop i { border-radius: 7px; background: linear-gradient(145deg, #2a3439, #101518); }
.brise-service-signal-shop i:nth-child(2), .brise-service-signal-shop i:nth-child(3) { background: #ffc400; }
.brise-service-signal-care::before { inset: 30px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.brise-service-signal-care::after { top: 50%; left: 50%; width: 105px; height: 5px; border-radius: 5px; background: #ffc400; transform: translate(-50%,-50%) rotate(-34deg); transform-origin: center; }

.brise-work { padding: 132px 0; background: #080d10; }
.brise-work-heading > p { color: var(--brise-muted); }
.brise-work-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2, 260px); gap: 18px; }
.brise-work-card { min-width: 0; margin: 0; position: relative; overflow: hidden; border: 1px solid var(--brise-line); border-radius: var(--brise-radius); background: #11171b; }
.brise-work-feature { grid-row: span 2; }
.brise-work-card img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.75); transition: transform .5s ease, filter .5s ease; }
.brise-work-card:hover img { transform: scale(1.025); filter: saturate(1); }
.brise-work-overlay { position: absolute; inset: auto 0 0; padding: 80px 25px 24px; display: flex; flex-direction: column; background: linear-gradient(transparent, rgba(3,7,9,.96)); }
.brise-work-overlay > span { margin-bottom: 9px; color: var(--brise-yellow); text-transform: uppercase; letter-spacing: 1.5px; font-size: 11px; font-weight: 900; }
.brise-work-overlay strong { font-size: 24px; }
.brise-work-feature .brise-work-overlay strong { font-size: 34px; }
.brise-work-overlay small { margin-top: 6px; color: #c4c8c9; }
.brise-work-more { margin-top: 20px; padding: 24px 0; display: grid; grid-template-columns: minmax(0,220px) minmax(0,1fr); gap: 40px; border-top: 1px solid var(--brise-line); border-bottom: 1px solid var(--brise-line); }
.brise-work-more > span { color: var(--brise-yellow); text-transform: uppercase; letter-spacing: 1.5px; font-size: 11px; font-weight: 900; }
.brise-work-more ul { padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 12px 28px; list-style: none; color: #c6c9ca; font-size: 12px; }

.brise-studio { padding: 132px 0; background: linear-gradient(120deg, #11181c, #070c0f); }
.brise-studio-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 9vw, 140px); align-items: center; }
.brise-studio-art { min-height: 560px; padding: 28px; position: relative; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border: 1px solid rgba(255,196,0,.36); border-radius: 18px; background: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),radial-gradient(circle at 70% 35%,rgba(255,196,0,.14),transparent 30%),#0a1013; background-size: 28px 28px,28px 28px,auto,auto; box-shadow: 0 35px 75px rgba(0,0,0,.28); }
.brise-studio-art::after { content: ''; width: 230px; height: 230px; position: absolute; right: -100px; bottom: 62px; border: 1px solid rgba(255,196,0,.35); border-radius: 50%; }
.brise-studio-art-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; position: relative; z-index: 1; }
.brise-studio-art-top > span { font-size: 12px; font-weight: 900; }
.brise-studio-art-top small { max-width: 175px; color: #9ba3a6; text-align: right; text-transform: uppercase; letter-spacing: 1.25px; font-size: 11px; line-height: 1.6; }
.brise-studio-art-mark { display: flex; align-items: center; justify-content: center; gap: 16px; color: white; font-size: clamp(88px,10vw,138px); font-weight: 950; letter-spacing: -12px; line-height: .8; }
.brise-studio-art-mark i { width: 10px; height: 115px; display: block; background: var(--brise-yellow); transform: rotate(24deg); box-shadow: 24px 0 0 rgba(255,196,0,.12); }
.brise-studio-art ol { margin: 0; padding: 0; position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.14); list-style: none; }
.brise-studio-art li { padding-top: 16px; color: #e8ebec; text-transform: uppercase; letter-spacing: 1px; font-size: 11px; font-weight: 850; }
.brise-studio-art li span { margin-right: 6px; color: var(--brise-yellow); }
.brise-decision-proof { gap: 24px; }
.brise-decision-proof::after { display: none; }
.brise-decision-proof figure { width: calc(100% - 16px); margin: 0 auto; position: relative; z-index: 1; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; background: #fff; box-shadow: 0 22px 42px rgba(0,0,0,.28); }
.brise-decision-proof img { width: 100%; height: auto; display: block; }
.brise-decision-proof figcaption { padding: 11px 13px; background: #11181c; color: #b7bec0; font-size: 10px; line-height: 1.45; }
.brise-decision-proof-copy { position: relative; z-index: 1; }
.brise-decision-proof-copy > span, .brise-project-log > p, .brise-project-log span { color: var(--brise-yellow); text-transform: uppercase; letter-spacing: 1.35px; font-size: 10px; font-weight: 900; }
.brise-decision-proof-copy strong { max-width: 410px; display: block; margin-top: 9px; color: white; font-size: clamp(21px,2.1vw,30px); line-height: 1.08; letter-spacing: -1.1px; }
.brise-studio-copy > p:not(.brise-eyebrow) { max-width: 720px; color: #b7bbbd; font-size: 16px; line-height: 1.8; }
.brise-studio-copy .brise-supporting-expertise { margin-top: 24px; padding: 16px 18px; border-left: 3px solid var(--brise-yellow); background: rgba(255,255,255,.035); font-size: 13px; }
.brise-supporting-expertise strong { color: white; }
.brise-studio-copy dl { margin: 42px 0 0; border-top: 1px solid var(--brise-line); }
.brise-studio-copy dl > div { padding: 22px 0; display: grid; grid-template-columns: minmax(0,120px) minmax(0,1fr); gap: 28px; border-bottom: 1px solid var(--brise-line); }
.brise-studio-copy dt { color: white; font-weight: 850; }
.brise-studio-copy dd { margin: 0; color: var(--brise-muted); line-height: 1.55; }

.brise-process-new { padding: 120px 0; background: var(--brise-paper); color: var(--brise-paper-ink); }
.brise-process-new .brise-eyebrow { color: var(--brise-paper-accent); }
.brise-process-new header { margin-bottom: 65px; }
.brise-process-new ol { padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--brise-line-dark); list-style: none; }
.brise-process-new li { min-height: 270px; padding: 30px 30px 28px; border-right: 1px solid var(--brise-line-dark); }
.brise-process-new li:first-child { padding-left: 0; }
.brise-process-new li:last-child { border-right: 0; }
.brise-process-new li > span { width: 42px; height: 42px; margin-bottom: 55px; display: grid; place-items: center; border-radius: 50%; background: var(--brise-yellow); font-size: 11px; font-weight: 900; }
.brise-process-new h3 { margin: 0 0 13px; font-size: 20px; }
.brise-process-new li p { margin: 0; color: #565c5e; font-size: 13px; line-height: 1.7; }
.brise-project-log { max-width: 850px; margin: 40px 0 0 auto; display: grid; grid-template-columns: 190px minmax(0,1fr); border: 1px solid var(--brise-line-dark); border-radius: 12px; overflow: hidden; background: rgba(255,255,255,.28); }
.brise-project-log > p { min-height: 100%; margin: 0; padding: 26px 22px; display: flex; align-items: flex-start; background: #171b1d; color: var(--brise-yellow); }
.brise-project-log div { padding: 25px 30px 26px; }
.brise-project-log span { color: #7b5900; }
.brise-project-log h3 { margin-top: 8px; font-size: clamp(24px,2.8vw,35px); line-height: 1.06; letter-spacing: -1.4px; }
.brise-project-log div > p { margin: 0; color: #565c5e; line-height: 1.7; }
.brise-project-log a { margin-top: 17px; display: inline-flex; gap: 8px; color: #171b1d; border-bottom: 1px solid var(--brise-yellow); font-size: 12px; font-weight: 850; }

.brise-testimonials { padding: 100px 0; background: var(--brise-yellow); color: #171b1d; }
.brise-testimonials .brise-eyebrow { color: #654900; }
.brise-testimonials header { max-width: 780px; margin-bottom: 50px; }
.brise-testimonials h2 { margin: 0; font-size: clamp(42px,5.5vw,76px); line-height: .98; letter-spacing: -3.5px; }
.brise-testimonial-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 16px; align-items: stretch; }
.brise-testimonial-grid figure { min-width: 0; min-height: 360px; margin: 0; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(20,25,27,.24); border-radius: 16px; background: rgba(255,255,255,.22); }
.brise-testimonial-grid .brise-testimonial-featured { background: #11181c; color: white; }
.brise-testimonial-grid blockquote { margin: 0; font-size: clamp(23px,2.3vw,36px); line-height: 1.16; letter-spacing: -1.3px; font-weight: 800; }
.brise-testimonial-grid figure:not(.brise-testimonial-featured) blockquote { font-size: clamp(22px,2vw,30px); }
.brise-testimonial-grid figcaption { margin-top: 38px; display: flex; flex-direction: column; gap: 5px; }
.brise-testimonial-grid figcaption strong { font-size: 13px; }
.brise-testimonial-grid figcaption span { color: #665514; font-size: 11px; }
.brise-testimonial-featured figcaption span { color: #929b9e; }

.brise-next-step { padding: 120px 0; background: #080d10; }
.brise-next-step header { max-width: 820px; margin-bottom: 55px; }
.brise-next-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.brise-next-grid a { min-height: 290px; padding: 38px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--brise-line); border-radius: var(--brise-radius); background: linear-gradient(145deg,#141c21,#0d1317); transition: border-color .2s ease, transform .2s ease; }
.brise-next-grid a:last-child { background: radial-gradient(circle at 80% 20%,rgba(255,196,0,.15),transparent 28%),#11181c; }
.brise-next-grid a:hover { border-color: rgba(255,196,0,.65); transform: translateY(-3px); }
.brise-next-grid span { color: var(--brise-yellow); text-transform: uppercase; letter-spacing: 1.7px; font-size: 11px; font-weight: 900; }
.brise-next-grid strong { max-width: 520px; font-size: clamp(26px, 3vw, 40px); line-height: 1.08; letter-spacing: -1.4px; }
.brise-next-grid small { font-size: 12px; font-weight: 850; }

.brise-faq { padding: 120px 0; background: var(--brise-paper); color: var(--brise-paper-ink); }
.brise-faq .brise-eyebrow { color: var(--brise-paper-accent); }
.brise-faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.brise-faq-layout header > p:last-child { max-width: 500px; color: #5b6062; line-height: 1.7; }
.brise-faq-list { border-top: 1px solid var(--brise-line-dark); }
.brise-faq-list details { border-bottom: 1px solid var(--brise-line-dark); }
.brise-faq-list summary { padding: 26px 45px 26px 0; position: relative; color: #171b1d; font-size: 17px; font-weight: 850; list-style: none; cursor: pointer; }
.brise-faq-list summary::-webkit-details-marker { display: none; }
.brise-faq-list summary::after { content: '+'; position: absolute; right: 7px; color: #8a6500; font-size: 25px; font-weight: 400; transition: transform .2s ease; }
.brise-faq-list details[open] summary::after { transform: rotate(45deg); }
.brise-faq-list p { max-width: 760px; margin: 0; padding: 0 48px 26px 0; color: #555b5d; line-height: 1.75; }

/* 4. Indexable case pages. */
.brise-single-case-hero { padding: 82px 0 96px; overflow: hidden; background: radial-gradient(circle at 82% 25%,rgba(255,196,0,.14),transparent 25%),linear-gradient(145deg,#070b0d,#0d1418); color: #f7f8f8; }
.brise-single-case-hero-grid { min-height: 650px; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(330px,.72fr); gap: clamp(60px,8vw,120px); align-items: center; }
.brise-case-back-link { min-height: 44px; margin-bottom: 46px; display: inline-flex; align-items: center; color: var(--brise-muted); font-size: 12px; font-weight: 800; }
.brise-case-back-link:hover { color: var(--brise-yellow); }
.brise-single-case-intro h1 { max-width: 790px; margin: 0; font-size: clamp(48px,6vw,82px); line-height: .98; letter-spacing: -4px; text-wrap: balance; }
.brise-single-case-lead { max-width: 720px; margin: 30px 0; color: #bcc1c3; font-size: 17px; line-height: 1.75; }
.brise-single-case-intro .brise-case-scopes { margin: 0 0 30px; }
.brise-single-case-intro .brise-case-scopes { display: flex; flex-wrap: wrap; gap: 7px; }
.brise-single-case-intro .brise-case-scopes span { padding: 6px 9px; border: 1px solid rgba(255,196,0,.3); border-radius: 999px; background: rgba(255,196,0,.07); color: #d7dbdd; font-size: 11px; font-weight: 800; }
.brise-single-case-phone { height: 650px; margin: 0; display: grid; place-items: center; position: relative; }
.brise-single-case-phone::before { content: ''; width: 420px; height: 420px; position: absolute; border: 1px solid rgba(255,196,0,.3); border-radius: 50%; }
.brise-single-case-phone img { width: auto; height: 100%; max-width: 90%; position: relative; object-fit: contain; border: 9px solid #172025; border-radius: 34px; background: white; box-shadow: 0 38px 78px rgba(0,0,0,.48); }
.brise-single-case-story-section { padding: 120px 0; background: var(--brise-paper); color: var(--brise-paper-ink); }
.brise-single-case-story-section .brise-eyebrow { color: var(--brise-paper-accent); }
.brise-single-case-story-section header { max-width: 800px; margin-bottom: 68px; }
.brise-single-case-story-section h2, .brise-single-case-result-section h2, .brise-single-case-cta h2 { margin: 0; font-size: clamp(38px,4.5vw,62px); line-height: 1.02; letter-spacing: -3px; text-wrap: balance; }
.brise-single-case-story-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--brise-line-dark); }
.brise-single-case-story-grid article { min-width: 0; padding: 42px 46px 46px 0; border-bottom: 1px solid var(--brise-line-dark); }
.brise-single-case-story-grid article:nth-child(odd) { padding-right: 56px; border-right: 1px solid var(--brise-line-dark); }
.brise-single-case-story-grid article:nth-child(even) { padding-left: 56px; }
.brise-single-case-story-grid article > span { color: #7b5900; font-size: 11px; font-weight: 900; }
.brise-single-case-story-grid h3 { margin: 16px 0 14px; font-size: 27px; letter-spacing: -1px; }
.brise-single-case-story-grid p { margin: 0; color: #555b5d; line-height: 1.75; }
.brise-single-case-result-section { padding: 120px 0; background: #080d10; color: #f7f8f8; }
.brise-single-case-result-section h2 { color: #f7f8f8; }
.brise-single-case-result-grid { display: grid; grid-template-columns: minmax(0,.75fr) minmax(420px,1.25fr); gap: clamp(60px,8vw,120px); align-items: center; }
.brise-single-case-result-grid > div > p:last-child { margin-top: 28px; color: var(--brise-muted); font-size: 16px; line-height: 1.75; }
.brise-single-case-result-grid figure { margin: 0; overflow: hidden; border: 1px solid var(--brise-line); border-radius: 18px; background: white; box-shadow: 0 34px 65px rgba(0,0,0,.35); }
.brise-single-case-result-grid img { width: 100%; height: auto; display: block; }
.brise-single-case-result-grid figcaption { padding: 18px 20px; display: flex; flex-direction: column; gap: 5px; background: #11181c; }
.brise-single-case-result-grid figcaption span { color: var(--brise-muted); font-size: 11px; }
.brise-single-case-cta { padding: 105px 0; background: var(--brise-yellow); color: #171b1d; }
.brise-single-case-cta .brise-eyebrow { color: #654900; }
.brise-single-case-cta h2 { max-width: 820px; margin-bottom: 38px; }
.brise-single-case-cta .brise-button { background: #11181c; color: white; box-shadow: none; }

/* 5. Generic pages and managed service pages. */
.brise-page-shell { width: min(960px, calc(100% - 40px)); min-height: 60vh; margin: auto; padding: 95px 0 120px; }
.brise-page-shell article > header { margin-bottom: 54px; }
.brise-page-shell h1 { margin: 0; font-size: clamp(44px, 6.5vw, 78px); line-height: 1; letter-spacing: -3px; }
.brise-page-shell h2 { margin-top: 48px; font-size: 29px; letter-spacing: -1px; }
.brise-page-shell p, .brise-page-shell li { color: #c0c4c5; line-height: 1.78; }
.brise-page-shell a { text-decoration: underline; text-decoration-color: var(--brise-yellow); text-underline-offset: 3px; }
.brise-flow-page { min-height: 60vh; background: var(--brise-bg); }
.brise-flow-page > article > header { width: min(var(--brise-wide), calc(100% - 76px)); height: 0; margin: 0 auto; overflow: hidden; }
.brise-flow-page > article > header h1 { margin: 0; font-size: 0; }
.brise-service-page .brise-service-page-lead { margin-top: -20px; color: var(--brise-muted); font-size: 19px; line-height: 1.65; }
/* 5. Editorial homepage extensions and service components. */
.brise-site-header::after { content: ''; position: absolute; right: max(4vw, 28px); bottom: -1px; width: 92px; height: 2px; background: linear-gradient(90deg, transparent, var(--brise-yellow)); }
.brise-wordmark { position: relative; }
.brise-wordmark::after { content: 'Herenthout, België'; position: absolute; top: calc(100% + 2px); left: 2px; color: #767e82; letter-spacing: 1.1px; font-size: 6px; font-weight: 800; }

.brise-services-editorial { padding-block: 90px; }
.brise-work { padding-block: 96px; }
.brise-studio { padding-block: 85px; }
.brise-process-new { padding-block: 75px; }
.brise-testimonials { padding-block: 70px; }
.brise-next-step, .brise-faq { padding-block: 75px; }
.brise-services-editorial .brise-service-lane { min-height: 235px; padding-block: 38px; }

.brise-featured-work { min-height: 510px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr); overflow: hidden; border: 1px solid var(--brise-line); border-radius: 22px; background: #11181c; box-shadow: 0 35px 70px rgba(0,0,0,.22); }
.brise-featured-work figure { min-width: 0; margin: 0; position: relative; overflow: hidden; background: #05090b; }
.brise-featured-work figure::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 62%, rgba(11,17,20,.72)); }
.brise-featured-work img { width: 100%; height: 100%; min-height: 510px; display: block; object-fit: cover; object-position: center top; filter: saturate(.86) contrast(1.03); transition: transform .55s ease, filter .55s ease; }
.brise-featured-work:hover img { transform: scale(1.018); filter: saturate(1); }
.brise-featured-work-copy { padding: 48px 42px; position: relative; display: flex; flex-direction: column; justify-content: center; }
.brise-featured-work-copy::before { content: '/'; position: absolute; top: 24px; right: 28px; color: rgba(255,196,0,.17); font-size: 104px; font-weight: 900; line-height: 1; }
.brise-featured-work-copy > span { color: var(--brise-yellow); text-transform: uppercase; letter-spacing: 1.6px; font-size: 11px; font-weight: 900; }
.brise-featured-work-copy h3 { margin: 11px 0 18px; font-size: clamp(38px, 4vw, 57px); line-height: .98; letter-spacing: -2.8px; }
.brise-featured-work-copy > p { margin: 0; color: #bec3c5; line-height: 1.7; }
.brise-featured-work-copy dl { margin: 30px 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-block: 1px solid var(--brise-line); }
.brise-featured-work-copy dl > div { padding: 18px 12px 18px 0; }
.brise-featured-work-copy dt { color: var(--brise-yellow); font-size: 28px; font-weight: 950; letter-spacing: -1px; }
.brise-featured-work-copy dd { margin: 4px 0 0; color: #9ba2a5; font-size: 11px; line-height: 1.45; }
.brise-featured-work-copy > strong { font-size: 12px; }

.brise-conversion-strip { margin-bottom: 48px; display: flex; }
.brise-conversion-strip span { min-height: 40px; padding: 10px 14px; display: inline-flex; align-items: center; border: 1px solid var(--brise-line); border-radius: 999px; color: #969ea1; font-size: 11px; }
.brise-conversion-strip strong { color: var(--brise-yellow); font-size: 11px; line-height: 1.45; }
.brise-next-step header > p:last-child { max-width: 600px; color: var(--brise-muted); line-height: 1.7; }

.brise-service-shell { min-height: 60vh; }
.brise-service-page { background: var(--brise-bg); }
.brise-service-page h1, .brise-service-page h2, .brise-service-page h3, .brise-service-page p { margin-block-start: 0; }
.brise-service-page h1 { max-width: 870px; margin: 0; font-size: clamp(48px, 5.7vw, 82px); line-height: .98; letter-spacing: -4px; text-wrap: balance; }
.brise-service-page h2 { margin: 0; font-size: clamp(36px, 4vw, 58px); line-height: 1.02; letter-spacing: -2.8px; overflow-wrap: normal; hyphens: manual; text-wrap: balance; }
.brise-service-page h3 { margin: 0; }
.brise-service-hero { padding: 108px 0 92px; position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(circle at 83% 30%, rgba(255,196,0,.12), transparent 24%), linear-gradient(145deg,#070b0d,#0c1317); }
.brise-service-hero::before { content: ''; position: absolute; z-index: -1; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg, transparent, #000 58%); }
.brise-service-hero-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(380px,.8fr); gap: clamp(55px,7vw,105px); align-items: center; }
.brise-service-page .brise-service-page-lead { max-width: 760px; margin: 28px 0 0; color: #b8bdbe; font-size: 18px; line-height: 1.72; }
.brise-service-hero-actions { margin-top: 28px; display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.brise-service-hero-proof { max-width: 620px; margin-top: 22px; padding: 13px 15px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid rgba(255,196,0,.32); border-radius: 9px; background: rgba(255,196,0,.055); color: #d9ddde; font-size: 12px; line-height: 1.5; }
.brise-service-hero-proof strong { flex: 0 0 auto; color: var(--brise-yellow); font-size: 10px; text-transform: uppercase; letter-spacing: 1.2px; }
.brise-service-hero-proof:hover span { color: var(--brise-yellow); }
.brise-service-facts { margin-top: 37px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--brise-line); }
.brise-service-facts span { padding: 20px 16px 0 0; display: flex; flex-direction: column; color: #9ba2a5; font-size: 11px; }
.brise-service-facts strong { margin-bottom: 5px; color: white; font-size: 15px; }
.brise-tax-note { margin: 12px 0 0; color: #9ba2a5; font-size: 11px; line-height: 1.5; }
.brise-service-hero-art { min-height: 470px; position: relative; overflow: hidden; border: 1px solid var(--brise-line); border-radius: 180px 180px 20px 20px; background: linear-gradient(145deg,#182126,#090f12); box-shadow: 0 45px 80px rgba(0,0,0,.32); }
.brise-service-hero-art > span { position: absolute; right: 30px; bottom: 26px; color: var(--brise-yellow); letter-spacing: 2px; font-size: 9px; font-weight: 900; }
.brise-service-hero-art::before, .brise-service-hero-art::after, .brise-service-hero-art i { content: ''; position: absolute; display: block; }
.brise-art-web::before { inset: 92px 46px 120px; border-radius: 10px; background: linear-gradient(135deg,#f3eee2 0 60%,#ffc400 60%); box-shadow: 0 22px 50px rgba(0,0,0,.3); }
.brise-art-web::after { right: 56px; bottom: 68px; width: 125px; height: 150px; border: 7px solid #10171b; border-radius: 16px; background: #f3eee2; }
.brise-art-web i:nth-child(1) { top: 119px; left: 70px; width: 135px; height: 7px; background: #11181c; box-shadow: 0 25px 0 #11181c,0 50px 0 #ffc400; }
.brise-art-shop { padding: 95px 45px 120px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.brise-art-shop i { position: static; border-radius: 12px; background: linear-gradient(145deg,#2c373d,#11181c); }
.brise-art-shop i:nth-child(2), .brise-art-shop i:nth-child(3) { background: linear-gradient(145deg,#ffd82d,#ffad00); }
.brise-art-care::before { inset: 90px 55px 105px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.brise-art-care::after { top: 47%; left: 50%; width: 150px; height: 8px; border-radius: 8px; background: var(--brise-yellow); transform: translate(-50%,-50%) rotate(-35deg); }
.brise-art-care i:nth-child(1) { inset: 130px 95px 145px; border: 1px dashed rgba(255,196,0,.4); border-radius: 50%; }

.brise-availability { background: var(--brise-yellow); color: #161a1c; }
.brise-availability > div { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.brise-availability span { font-size: 17px; font-weight: 900; }
.brise-availability span::before { content: ''; width: 8px; height: 8px; margin-right: 10px; display: inline-block; border-radius: 50%; background: #0f8d4c; box-shadow: 0 0 0 5px rgba(15,141,76,.12); }
.brise-availability p { max-width: 650px; margin: 0; text-align: right; font-size: 12px; line-height: 1.55; }

.brise-service-offer { padding: 108px 0; background: var(--brise-paper); color: var(--brise-paper-ink); }
.brise-service-offer .brise-eyebrow, .brise-service-faq .brise-eyebrow { color: var(--brise-paper-accent); }
.brise-service-section-heading { margin-bottom: 62px; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(0,.75fr); gap: 75px; align-items: end; }
.brise-hero-grid > *, .brise-editorial-heading > *, .brise-work-heading > *, .brise-studio-grid > *, .brise-faq-layout > *, .brise-featured-work > *, .brise-service-hero-grid > *, .brise-service-section-heading > *, .brise-service-delivery-grid > *, .brise-service-project-grid > *, .brise-service-faq-grid > * { min-width: 0; }
.brise-service-section-heading > p { margin: 0; color: #555c5f; line-height: 1.75; }
.brise-service-page .brise-service-page-grid { margin: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.brise-service-page .brise-service-page-grid > div { min-height: 230px; padding: 32px; border: 1px solid var(--brise-line-dark); border-radius: 16px; background: rgba(255,255,255,.24); }
.brise-service-page-grid > div > span { color: var(--brise-paper-accent); font-size: 11px; font-weight: 900; }
.brise-service-page .brise-service-page-grid h3 { margin: 36px 0 13px; color: #171b1d; font-size: 25px; letter-spacing: -1px; }
.brise-service-page-grid p { margin: 0; color: #555c5f; line-height: 1.7; }

.brise-platform-comparison { padding: 96px 0; background: var(--brise-paper-2); color: var(--brise-paper-ink); }
.brise-platform-comparison header { max-width: 820px; margin-bottom: 42px; }
.brise-platform-comparison .brise-eyebrow { color: var(--brise-paper-accent); }
.brise-platform-comparison h2 { color: var(--brise-paper-ink); }
.brise-platform-comparison .brise-wide > div { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.brise-platform-comparison article { padding: 30px; border: 1px solid var(--brise-line-dark); border-radius: 16px; background: rgba(255,255,255,.32); }
.brise-platform-comparison h3 { margin: 0 0 13px; font-size: 25px; }
.brise-platform-comparison article p { margin: 0; color: #555c5f; line-height: 1.7; }

.brise-service-delivery { padding: 105px 0; background: #091013; }
.brise-service-delivery-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.9fr); gap: clamp(65px,9vw,140px); align-items: start; }
.brise-service-delivery h2 { max-width: 680px; }
.brise-service-delivery ul { padding: 0; margin: 42px 0 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 28px; list-style: none; border-top: 1px solid var(--brise-line); }
.brise-service-delivery ul li { padding: 16px 0 16px 22px; position: relative; border-bottom: 1px solid var(--brise-line); color: #b9bec0; font-size: 12px; }
.brise-service-delivery ul li::before { content: '/'; position: absolute; left: 0; color: var(--brise-yellow); font-weight: 900; }
.brise-service-delivery ol { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--brise-line); }
.brise-service-delivery ol li { padding: 28px 0; display: grid; grid-template-columns: minmax(0,60px) minmax(0,1fr); gap: 22px; border-bottom: 1px solid var(--brise-line); }
.brise-service-delivery ol li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--brise-yellow); color: #171b1d; font-size: 11px; font-weight: 900; }
.brise-service-delivery ol strong { font-size: 18px; }
.brise-service-delivery ol p { margin: 7px 0 0; color: #90979a; font-size: 12px; line-height: 1.6; }

.brise-service-project { padding: 105px 0; background: var(--brise-paper); color: var(--brise-paper-ink); }
.brise-service-project-grid { display: grid; grid-template-columns: 1.2fr .8fr; overflow: hidden; border-radius: 20px; background: #11181c; color: white; box-shadow: 0 28px 65px rgba(22,27,29,.16); }
.brise-service-project figure { min-height: 460px; margin: 0; overflow: hidden; }
.brise-service-project img { width: 100%; height: 100%; min-height: 460px; display: block; object-fit: cover; object-position: top center; }
.brise-service-project-grid > div { padding: 48px 42px; display: flex; flex-direction: column; justify-content: center; }
.brise-service-project h2 { margin-bottom: 22px; color: white; }
.brise-service-project-grid > div > p:not(.brise-eyebrow) { color: #b8bdc0; line-height: 1.7; }
.brise-service-project a { min-height: 44px; margin-top: 15px; display: inline-flex; align-items: center; align-self: flex-start; border-bottom: 1px solid var(--brise-yellow); font-size: 12px; font-weight: 900; }
.brise-project-result { margin: -5px 0 20px; color: var(--brise-yellow); font-size: 17px; }

.brise-service-sos-callout { padding: 70px 0; background: var(--brise-yellow); color: #171b1d; }
.brise-service-sos-callout > div { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.brise-service-sos-callout .brise-eyebrow { color: #5d4600; }
.brise-service-sos-callout h2 { max-width: 800px; font-size: clamp(30px,3.5vw,48px); }
.brise-service-sos-callout a { min-height: 50px; padding: 0 20px; display: inline-flex; align-items: center; flex: 0 0 auto; border-radius: 7px; background: #11181c; color: white; font-size: 12px; font-weight: 900; }

.brise-service-faq { padding: 100px 0 0; background: var(--brise-paper); color: var(--brise-paper-ink); }
.brise-service-faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.brise-service-cta-section { padding: 70px 0 100px; background: var(--brise-paper); }
.brise-service-page-cta { padding: 46px; display: flex; align-items: center; justify-content: space-between; gap: 60px; border-radius: 18px; background: linear-gradient(135deg,#ffd329,#ffaf00); color: #171b1d; }
.brise-service-page-cta > div { max-width: 770px; }
.brise-service-page-cta span { text-transform: uppercase; letter-spacing: 1.6px; font-size: 11px; font-weight: 900; }
.brise-service-page-cta h2 { margin: 11px 0 12px; color: #171b1d; font-size: clamp(31px,3.7vw,50px); }
.brise-service-page-cta p { margin: 0; color: #423600; line-height: 1.65; }
.brise-service-page-cta a { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; flex: 0 0 auto; border-radius: 7px; background: #101619; color: white; text-decoration: none; }

/* 6. Motion helpers, error page and footer. */
.brise-reveal-item { opacity: 0; transform: translateY(14px); transition: opacity .34s ease, transform .34s cubic-bezier(.2,.7,.2,1); }
.brise-reveal-item.is-visible { opacity: 1; transform: none; }

.brise-not-found { min-height: calc(100vh - 82px); padding: 120px 0; display: grid; align-items: center; background: radial-gradient(circle at 76% 25%,rgba(255,196,0,.11),transparent 28%),#080d10; }
.brise-not-found h1 { max-width: 860px; margin: 12px 0 24px; font-size: clamp(46px,6.8vw,92px); line-height: .96; letter-spacing: -4.5px; }
.brise-not-found .brise-wide > p:not(.brise-eyebrow) { max-width: 640px; color: var(--brise-muted); font-size: 17px; line-height: 1.7; }
.brise-not-found-actions { margin-top: 34px; display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; }
.brise-not-found-link { min-height: 48px; display: inline-flex; align-items: center; border-bottom: 1px solid rgba(255,196,0,.55); color: #e4e7e8; font-size: 13px; font-weight: 800; }
.brise-not-found-link:hover { color: var(--brise-yellow); }

.brise-site-footer { padding: 0 max(4vw, 28px); border-top: 1px solid var(--brise-line); background: var(--brise-footer-bg); color: var(--brise-muted); }
.brise-footer-grid { max-width: var(--brise-wide); margin: auto; padding: 68px 0 52px; display: grid; grid-template-columns: minmax(0,1.35fr) repeat(3,minmax(0,1fr)); gap: 48px; }
.brise-footer-grid > div, .brise-footer-group-content { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.brise-footer-brand .custom-logo { width: auto; max-height: 42px; display: block; }
.brise-footer-brand .brise-wordmark span { font-size: 28px; }
.brise-footer-group { min-width: 0; }
.brise-footer-group summary { margin: 0 0 10px; color: var(--brise-heading-ink); font-size: 13px; font-weight: 800; list-style: none; pointer-events: none; }
.brise-footer-group summary::-webkit-details-marker { display: none; }
.brise-footer-group-content { display: flex !important; }
.brise-footer-grid a, .brise-footer-grid span, .brise-footer-grid p { font-size: 12px; line-height: 1.55; }
.brise-footer-grid a { min-height: 24px; display: inline-flex; align-items: center; }
.brise-footer-grid a:hover, .brise-footer-legal a:hover { color: var(--brise-yellow); }
.brise-footer-urgent { max-width: var(--brise-wide); min-height: 92px; margin: auto; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-top: 1px solid var(--brise-line); }
.brise-footer-urgent > div { display: flex; flex-direction: column; gap: 5px; }
.brise-footer-urgent strong { color: var(--brise-heading-ink); font-size: 14px; }
.brise-footer-urgent span { font-size: 12px; line-height: 1.5; }
.brise-footer-urgent > a { min-height: 48px; padding: 0 18px; display: inline-flex; align-items: center; gap: 16px; flex: 0 0 auto; border: 1px solid rgba(255,196,0,.5); border-radius: 7px; color: var(--brise-heading-ink); font-size: 12px; font-weight: 900; }
.brise-footer-urgent > a:hover { border-color: var(--brise-yellow); color: var(--brise-yellow); }
.brise-footer-legal { max-width: var(--brise-wide); min-height: 62px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--brise-line); font-size: 11px; }
.brise-footer-legal-links { display: flex; gap: 20px; }
.brise-footer-legal a { min-height: 24px; display: inline-flex; align-items: center; font-size: 11px; }

.brise-single-language .trp-floating-switcher { display: none !important; }

/* 7. Responsive behavior, ordered from widest to narrowest breakpoint. */
@keyframes brise-menu-in {
	from { opacity: 0; transform: translateY(-8px); }
	to { opacity: 1; transform: none; }
}

@media (max-width: 1120px) and (min-width: 901px) {
	.brise-site-header { gap: 20px; }
	.brise-primary-nav { gap: 18px; }
}

@media (max-width: 1050px) {
	.brise-hero-grid { grid-template-columns: minmax(0,1fr) minmax(0,420px); gap: 48px; }
	.brise-hero-copy h1 { font-size: 58px; }
	.brise-service-lane { grid-template-columns: 55px minmax(0,1fr) 250px; }
}

@media (max-width: 1000px) {
	.brise-primary-nav { display: none; }
	.brise-mobile-menu { display: block; margin-left: 0; }
	body.brise-menu-open { overflow: hidden; }
	body.brise-menu-open .brise-mobile-menu-backdrop { position: fixed; z-index: 999; inset: 82px 0 0; display: block; background: var(--brise-backdrop); backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); }
	.brise-mobile-menu[open] .brise-mobile-menu-panel { animation: brise-menu-in .18s ease-out both; }
	.brise-site-header { gap: 12px; }
	.brise-theme-toggle-desktop { display: none; }
	.brise-mobile-theme-row { display: flex; }
	.brise-theme-toggle-mobile { display: inline-flex; }
	.brise-header-cta { margin-left: auto; }
	.brise-header-cta { min-height: 44px; margin-left: 0; padding-inline: 15px; gap: 8px; font-size: 12px; }
	.brise-header-cta-full { display: none; }
	.brise-header-cta-compact { display: inline; white-space: nowrap; }
}

@media (max-width: 900px) {
	.brise-hero { padding-top: 78px; }
	.brise-hero-grid, .brise-editorial-heading, .brise-work-heading, .brise-studio-grid, .brise-faq-layout { grid-template-columns: 1fr; }
	.brise-single-case-hero-grid, .brise-single-case-result-grid { grid-template-columns: minmax(0,1fr); }
	.brise-single-case-phone { width: min(100%,500px); margin-inline: auto; }
	.brise-single-case-result-grid { gap: 54px; }
	.brise-hero-showcase { width: min(640px, 100%); margin: 20px auto 0; }
	.brise-proof-band-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.brise-proof-band-grid > div:nth-child(2) { border-right: 0; }
	.brise-proof-band-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(20,25,27,.2); }
	.brise-proof-band-grid > div:first-child { padding-left: 28px; }
	.brise-service-lane { grid-template-columns: minmax(0,50px) minmax(0,1fr); }
	.brise-service-signal { display: none; }
	.brise-work-grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: 420px 260px; }
	.brise-work-feature { grid-column: span 2; grid-row: auto; }
	.brise-process-new ol { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.brise-process-new li:nth-child(2) { border-right: 0; }
	.brise-process-new li:nth-child(odd) { padding-left: 0; }
	.brise-process-new li:nth-child(-n+2) { border-bottom: 1px solid var(--brise-line-dark); }
	.brise-faq-layout { gap: 50px; }
	.brise-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.brise-featured-work { grid-template-columns: 1fr; }
	.brise-featured-work figure, .brise-featured-work img { min-height: 430px; }
	.brise-featured-work figure::after { background: linear-gradient(180deg, transparent 72%, #11181c); }
	.brise-service-hero-grid, .brise-service-section-heading, .brise-service-delivery-grid, .brise-service-project-grid, .brise-service-faq-grid { grid-template-columns: minmax(0,1fr); }
	.brise-service-hero-art { width: min(560px,100%); min-height: 420px; margin-inline: auto; }
	.brise-service-section-heading, .brise-service-delivery-grid, .brise-service-faq-grid { gap: 48px; }
	.brise-service-project figure, .brise-service-project img { min-height: 390px; }
}

@media (max-width: 600px) {
	.brise-wide, .brise-content { width: calc(100% - 40px); }
	.brise-site-header { height: 70px; padding-inline: 16px; gap: 10px; }
	.brise-brand .custom-logo { max-width: 190px; max-height: 40px; }
	.brise-header-cta { display: none; }
	.brise-mobile-menu { margin-left: auto; }
	.brise-mobile-menu-panel { position: fixed; top: 70px; right: 0; left: 0; width: 100vw; max-height: calc(100dvh - 70px); padding: 12px 20px max(20px, env(safe-area-inset-bottom)); overflow-y: auto; border-width: 0 0 1px; border-radius: 0 0 16px 16px; }
	.brise-mobile-navigation a { min-height: 50px; padding-inline: 0; font-size: 16px; }
	.brise-mobile-service-links { margin-top: 8px; padding-top: 8px; }
	.brise-mobile-service-links a { min-height: 42px; padding-inline: 0; }
	.brise-mobile-theme-row { padding-inline: 0; }
	.brise-mobile-project-cta { min-height: 50px; margin-top: 10px; padding-inline: 16px; }
	body.brise-menu-open .brise-mobile-menu-backdrop { inset-block-start: 70px; }
	body.admin-bar .brise-mobile-menu-panel { top: 116px; max-height: calc(100dvh - 116px); }
	body.admin-bar.brise-menu-open .brise-mobile-menu-backdrop { inset-block-start: 116px; }
	.brise-hero { min-height: 0; padding: 48px 0 58px; }
	.brise-hero::before { display: none; }
	.brise-hero-grid { gap: 0; }
	.brise-hero .brise-eyebrow { margin-bottom: 16px; font-size: 10px; line-height: 1.55; letter-spacing: 1.75px; }
	.brise-hero-copy h1 { font-size: clamp(36px, 10.4vw, 44px); line-height: 1.035; letter-spacing: -1.9px; }
	.brise-hero-intro { margin: 24px 0 18px; font-size: 15px; line-height: 1.65; }
	.brise-hero-status { margin-bottom: 22px; }
	.brise-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
	.brise-actions .brise-button { min-height: 52px; padding-inline: 20px; gap: 12px; }
	.brise-text-link { min-height: 44px; }
	.brise-hero-trust { margin-top: 28px; padding-top: 22px; display: flex; align-items: flex-start; flex-direction: column; gap: 13px; }
	.brise-hero-showcase { min-height: 340px; margin-top: 52px; }
	.brise-showcase-meta { margin: 0 0 16px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 16px; align-items: start; }
	.brise-showcase-meta strong { white-space: nowrap; }
	.brise-showcase-main { width: 96%; margin-left: 0; }
	.brise-showcase-main figcaption { align-items: flex-start; flex-direction: column; gap: 5px; }
	.brise-showcase-detail { width: 34%; right: -1%; bottom: 0; }
	.brise-proof-band-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.brise-proof-band-grid > div { min-height: 96px; padding: 18px 14px; border-right: 1px solid rgba(20,25,27,.2); border-bottom: 1px solid rgba(20,25,27,.2); }
	.brise-proof-band-grid > div:nth-child(2n) { border-right: 0; }
	.brise-proof-band-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
	.brise-proof-band-grid > div:first-child { padding-inline: 14px; }
	.brise-services-editorial, .brise-work, .brise-studio, .brise-process-new, .brise-next-step, .brise-faq { padding: 52px 0; }
	.brise-editorial-heading, .brise-work-heading { margin-bottom: 38px; gap: 20px; }
	.brise-editorial-heading h2, .brise-work-heading h2, .brise-studio h2, .brise-process-new h2, .brise-next-step h2, .brise-faq h2 { font-size: 40px; letter-spacing: -2px; }
	.brise-service-lane { min-height: 0; padding: 30px 0; grid-template-columns: minmax(0,36px) minmax(0,1fr); gap: 12px; }
	.brise-service-lane h3 { font-size: 26px; }
	.brise-service-lane > div:nth-child(2) > p:not(.brise-service-kicker):not(.brise-service-price) { display: none; }
	.brise-service-lane .brise-service-price { margin-top: 18px; }
	.brise-work-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: 390px 245px 245px; }
	.brise-work-feature { grid-column: auto; }
	.brise-work-feature .brise-work-overlay strong { font-size: 27px; }
	.brise-work-more { grid-template-columns: 1fr; gap: 16px; }
	.brise-work-more ul { flex-direction: column; }
	.brise-featured-work { min-height: 0; }
	.brise-featured-work figure, .brise-featured-work img { min-height: 290px; }
	.brise-featured-work-copy { padding: 32px 24px; }
	.brise-featured-work-copy dl { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.brise-conversion-strip { margin-bottom: 38px; }
	.brise-conversion-strip span { width: 100%; min-height: 0; padding: 11px 13px; border-radius: 12px; }
	.brise-studio-grid { gap: 0; }
	.brise-studio-art { display: none; }
	.brise-studio-art.brise-decision-proof { min-height: 0; padding: 18px; display: flex; }
	.brise-decision-proof figure { width: 100%; }
	.brise-decision-proof-copy strong { font-size: 22px; }
	.brise-studio-copy .brise-supporting-expertise { display: none; }
	.brise-studio-copy dl { margin-top: 26px; }
	.brise-studio-copy dl > div { grid-template-columns: 1fr; gap: 7px; }
	.brise-process-new ol { grid-template-columns: 1fr; }
	.brise-process-new header { margin-bottom: 38px; }
	.brise-process-new li { min-height: 0; padding: 20px 0; display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 15px; align-items: start; border-right: 0; border-bottom: 1px solid var(--brise-line-dark); }
	.brise-process-new li > span { margin-bottom: 0; }
	.brise-project-log { margin-top: 30px; grid-template-columns: 1fr; }
	.brise-project-log > p { min-height: 0; padding: 13px 17px; }
	.brise-project-log div { padding: 20px 18px 22px; }
	.brise-testimonials { padding: 52px 0; }
	.brise-testimonial-grid { grid-template-columns: 1fr; }
	.brise-testimonial-grid figure { min-height: 280px; }
	.brise-testimonial-grid figure:not(.brise-testimonial-featured) { display: none; }
	.brise-next-grid { grid-template-columns: 1fr; }
	.brise-next-grid a { min-height: 174px; padding: 24px; }
	.brise-single-case-hero, .brise-single-case-story-section, .brise-single-case-result-section, .brise-single-case-cta { padding: 68px 0; }
	.brise-single-case-hero-grid { min-height: 0; gap: 50px; }
	.brise-case-back-link { margin-bottom: 28px; }
	.brise-single-case-intro h1 { font-size: 43px; letter-spacing: -2.4px; }
	.brise-single-case-lead { font-size: 15px; }
	.brise-single-case-phone { height: 470px; }
	.brise-single-case-phone::before { width: 300px; height: 300px; }
	.brise-single-case-phone img { border-width: 7px; border-radius: 27px; }
	.brise-single-case-story-section header { margin-bottom: 44px; }
	.brise-single-case-story-section h2, .brise-single-case-result-section h2, .brise-single-case-cta h2 { font-size: 38px; letter-spacing: -2px; }
	.brise-single-case-story-grid { grid-template-columns: minmax(0,1fr); }
	.brise-single-case-story-grid article, .brise-single-case-story-grid article:nth-child(odd), .brise-single-case-story-grid article:nth-child(even) { padding: 32px 0; border-right: 0; }
	.brise-faq-layout { gap: 38px; }
	.brise-faq-list summary { font-size: 15px; }
	.brise-service-page .brise-service-page-grid { grid-template-columns: 1fr; }
	.brise-service-page h1 { font-size: 43px; letter-spacing: -2.4px; }
	.brise-service-page h2 { font-size: 36px; letter-spacing: -1.8px; }
	.brise-service-hero { padding: 54px 0 52px; }
	.brise-service-hero-grid { gap: 36px; }
	.brise-service-hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
	.brise-service-facts { grid-template-columns: 1fr; }
	.brise-service-facts span { padding: 14px 0; border-bottom: 1px solid var(--brise-line); }
	.brise-service-hero-proof { align-items: flex-start; flex-direction: column; gap: 5px; }
	.brise-service-hero-art { min-height: 285px; border-radius: 110px 110px 16px 16px; }
	.brise-art-web::before { inset: 72px 30px 90px; }
	.brise-art-web::after { right: 36px; bottom: 50px; width: 98px; height: 120px; }
	.brise-art-web i:nth-child(1) { top: 98px; left: 47px; width: 105px; }
	.brise-art-shop { padding: 75px 30px 95px; }
	.brise-art-care::before { inset: 70px 38px 90px; }
	.brise-art-care i:nth-child(1) { inset: 100px 72px 120px; }
	.brise-availability > div { padding-block: 22px; align-items: flex-start; flex-direction: column; gap: 9px; }
	.brise-availability p { text-align: left; }
	.brise-service-offer, .brise-service-delivery, .brise-service-project { padding-block: 78px; }
	.brise-service-section-heading { margin-bottom: 42px; }
	.brise-service-page .brise-service-page-grid > div { min-height: 0; padding: 25px 22px; }
	.brise-service-page .brise-service-page-grid h3 { margin-top: 25px; }
	.brise-platform-comparison { padding: 72px 0; }
	.brise-platform-comparison .brise-wide > div { grid-template-columns: 1fr; }
	.brise-service-delivery ul { grid-template-columns: 1fr; }
	.brise-service-project figure, .brise-service-project img { min-height: 280px; }
	.brise-service-project-grid > div { padding: 34px 24px; }
	.brise-service-sos-callout > div, .brise-service-page-cta { align-items: flex-start; flex-direction: column; }
	.brise-service-sos-callout { padding-block: 55px; }
	.brise-service-faq { padding-block: 76px 0; }
	.brise-service-cta-section { padding-block: 55px 76px; }
	.brise-service-page-cta { padding: 30px 24px; gap: 28px; }
	.brise-service-page-cta a { width: 100%; justify-content: center; }
	.brise-not-found { padding: 82px 0; }
	.brise-not-found h1 { font-size: 48px; letter-spacing: -2.8px; }
	.brise-not-found-actions { align-items: stretch; flex-direction: column; }
	.brise-not-found-actions a { width: 100%; justify-content: center; }
	.brise-footer-grid { padding: 32px 0 18px; grid-template-columns: 1fr; gap: 0; }
	.brise-site-footer { padding-inline: 20px; }
	.brise-footer-brand { margin-bottom: 20px; }
	.brise-footer-brand p { display: none; }
	.brise-footer-group { border-top: 1px solid var(--brise-line); }
	.brise-footer-group:last-child { border-bottom: 1px solid var(--brise-line); }
	.brise-footer-group summary { min-height: 52px; margin: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 14px; cursor: pointer; pointer-events: auto; }
	.brise-footer-group summary::after { content: '+'; color: var(--brise-yellow); font-size: 22px; font-weight: 400; line-height: 1; transition: transform .2s ease; }
	.brise-footer-group[open] summary::after { transform: rotate(45deg); }
	.brise-footer-group:not([open]) .brise-footer-group-content { display: none !important; }
	.brise-footer-group[open] .brise-footer-group-content { padding: 0 0 14px; display: flex !important; gap: 0; }
	.brise-footer-grid a, .brise-footer-legal a { min-height: 44px; }
	.brise-footer-urgent { padding: 18px 0; gap: 10px; }
	.brise-footer-urgent > div > span { display: none; }
	.brise-footer-legal { padding: 14px 0; gap: 8px; }
	.brise-footer-legal p { margin: 0; }
	.brise-footer-legal-links { width: 100%; flex-wrap: wrap; gap: 8px 18px; }
	.brise-footer-legal a { min-height: 36px; }
	.brise-footer-urgent { padding: 24px 0; align-items: flex-start; flex-direction: column; gap: 18px; }
	.brise-footer-urgent > a { width: 100%; justify-content: space-between; }
	.brise-footer-legal { padding: 18px 0; align-items: flex-start; flex-direction: column; }
}

@media (max-width: 360px) {
	.brise-hero { padding-top: 42px; }
	.brise-hero-copy h1 { font-size: 34px; letter-spacing: -1.6px; }
	.brise-hero-intro { margin-block: 22px 24px; line-height: 1.58; }
	.brise-hero-trust { margin-top: 25px; padding-top: 20px; }
	.brise-brand .custom-logo { max-width: 172px; }
	.brise-site-header { padding-inline: 12px; gap: 6px; }
	.brise-wordmark span { font-size: 25px; }
	.brise-testimonials h2 { font-size: 36px; letter-spacing: -2px; overflow-wrap: anywhere; }
	.brise-wordmark small { font-size: 13px; }
	.brise-wordmark i { margin-left: 4px; font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* 8. Explicit theme states. Component rules above consume shared tokens first. */
html[data-theme='dark'] { color-scheme: dark; }

html[data-theme='light'] {
	color-scheme: light;
	--brise-bg: #f6f1e7;
	--brise-bg-soft: #eee7db;
	--brise-panel: #fffdf8;
	--brise-ink: #171b1d;
	--brise-muted: #5c6467;
	--brise-paper: #ebe3d5;
	--brise-paper-2: #e0d6c6;
	--brise-paper-ink: #171b1d;
	--brise-accent-ink: #6f4f00;
	--brise-focus: #6f5200;
	--brise-line: rgba(23,27,29,.15);
	--brise-line-dark: rgba(23,27,29,.18);
	--brise-header-bg: rgba(246,241,231,.93);
	--brise-menu-bg: #fffdf8;
	--brise-menu-shadow: 0 24px 55px rgba(35,29,20,.18);
	--brise-nav-ink: #343a3c;
	--brise-heading-ink: #171b1d;
	--brise-menu-muted: #5c6467;
	--brise-placeholder: #6b7375;
	--brise-backdrop: rgba(55,46,32,.24);
	--brise-footer-bg: #e9e1d4;
	--brise-form-surface: linear-gradient(145deg,#fffdf8,#eee7db);
	--brise-form-border: rgba(23,27,29,.16);
	--brise-form-shadow: 0 24px 55px rgba(45,35,20,.1);
	--brise-form-ink: #171b1d;
	--brise-field-bg: #fffefa;
	--brise-field-border: #b7afa3;
	--brise-field-ink: #171b1d;
	--brise-choice-bg: rgba(255,255,255,.58);
	--brise-choice-ink: #343b3d;
	--brise-choice-active-ink: #171b1d;
	--brise-summary-bg: rgba(255,255,255,.42);
	--brise-summary-border: rgba(23,27,29,.15);
	--brise-summary-ink: #4f575a;
	--brise-status-ink: #272d2f;
}

html[data-theme='light'] .brise-theme-toggle { border-color: #d1a100; background: linear-gradient(135deg,#ffd72e,var(--brise-yellow)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.24), 0 7px 18px rgba(113,84,0,.16); }
html[data-theme='light'] .brise-theme-toggle-knob { background: #fffdf8; color: #171b1d; box-shadow: 0 2px 7px rgba(74,55,0,.28); transform: translateX(24px); }
html[data-theme='light'] .brise-theme-toggle-sun { display: none; }
html[data-theme='light'] .brise-theme-toggle-moon { display: inline; }
html[data-theme='light'] .brise-hero .brise-eyebrow,
html[data-theme='light'] .brise-showcase-meta span,
html[data-theme='light'] .brise-work .brise-eyebrow,
html[data-theme='light'] .brise-work-more > span,
html[data-theme='light'] .brise-studio .brise-eyebrow,
html[data-theme='light'] .brise-studio-art li span,
html[data-theme='light'] .brise-next-step .brise-eyebrow,
html[data-theme='light'] .brise-next-grid span,
html[data-theme='light'] .brise-service-hero .brise-eyebrow,
html[data-theme='light'] .brise-service-hero-art > span,
html[data-theme='light'] .brise-service-delivery .brise-eyebrow,
html[data-theme='light'] .brise-service-project .brise-eyebrow,
html[data-theme='light'] .brise-project-result,
html[data-theme='light'] .brise-not-found .brise-eyebrow { color: var(--brise-accent-ink); }

html[data-theme='light'] .brise-hero { background: radial-gradient(circle at 83% 32%,rgba(255,196,0,.2),transparent 24%),linear-gradient(145deg,#f8f4ec 20%,#eee8db 100%); }
html[data-theme='light'] .brise-hero::before,
html[data-theme='light'] .brise-service-hero::before { background-image: linear-gradient(rgba(23,27,29,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(23,27,29,.055) 1px,transparent 1px); }
html[data-theme='light'] .brise-hero-intro,
html[data-theme='light'] .brise-hero-trust,
html[data-theme='light'] .brise-showcase-meta,
html[data-theme='light'] .brise-work-heading > p,
html[data-theme='light'] .brise-studio-copy > p:not(.brise-eyebrow),
html[data-theme='light'] .brise-studio-copy dd,
html[data-theme='light'] .brise-next-step header > p:last-child,
html[data-theme='light'] .brise-not-found .brise-wide > p:not(.brise-eyebrow) { color: #555e61; }
html[data-theme='light'] .brise-hero-status { color: #272d2f; }
html[data-theme='light'] .brise-text-link { border-color: rgba(23,27,29,.35); }
html[data-theme='light'] .brise-showcase-main,
html[data-theme='light'] .brise-showcase-main figcaption { background: #fffdf8; }
html[data-theme='light'] .brise-showcase-main { box-shadow: 0 35px 70px rgba(45,35,20,.15); }
html[data-theme='light'] .brise-showcase-detail { box-shadow: 0 24px 48px rgba(45,35,20,.22); }
html[data-theme='light'] .brise-showcase-main figcaption span { color: #60686b; }

html[data-theme='light'] .brise-work,
html[data-theme='light'] .brise-next-step,
html[data-theme='light'] .brise-service-delivery { background: #f6f1e7; }
html[data-theme='light'] .brise-work-card,
html[data-theme='light'] .brise-featured-work,
html[data-theme='light'] .brise-next-grid a { background: #fffdf8; }
html[data-theme='light'] .brise-featured-work { box-shadow: 0 28px 60px rgba(45,35,20,.12); }
html[data-theme='light'] .brise-featured-work-copy > p,
html[data-theme='light'] .brise-work-more ul { color: #555e61; }
html[data-theme='light'] .brise-featured-work-copy dd,
html[data-theme='light'] .brise-conversion-strip span { color: #666e71; }
html[data-theme='light'] .brise-conversion-strip strong { color: var(--brise-accent-ink); }
html[data-theme='light'] .brise-next-grid a:first-child { border-color: rgba(128,96,0,.36); background: radial-gradient(circle at 82% 18%,rgba(255,196,0,.2),transparent 32%),linear-gradient(145deg,#fffdf8,#f3e5bd); box-shadow: 0 22px 48px rgba(91,69,11,.13); }
html[data-theme='light'] .brise-next-grid a:last-child { background: #fffdf8; }
html[data-theme='light'] .brise-next-grid a:first-child small { width: fit-content; min-height: 38px; padding: 0 14px; display: inline-flex; align-items: center; border-radius: 999px; background: var(--brise-yellow); color: #171b1d; }
html[data-theme='light'] .brise-next-grid a:last-child small { width: fit-content; padding-bottom: 6px; border-bottom: 1px solid var(--brise-accent-ink); color: #4f575a; }
html[data-theme='light'] .brise-next-grid a:hover,
html[data-theme='light'] .brise-next-grid a:focus-visible { border-color: #a77d00; box-shadow: 0 24px 52px rgba(91,69,11,.16); }

html[data-theme='light'] .brise-studio { background: linear-gradient(120deg,#eee7db,#f8f4ec); }
html[data-theme='light'] .brise-studio-art { background: linear-gradient(rgba(23,27,29,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(23,27,29,.045) 1px,transparent 1px),radial-gradient(circle at 70% 35%,rgba(255,196,0,.2),transparent 30%),#fffdf8; box-shadow: 0 30px 65px rgba(45,35,20,.12); }
html[data-theme='light'] .brise-studio-art-mark,
html[data-theme='light'] .brise-supporting-expertise strong,
html[data-theme='light'] .brise-studio-copy dt { color: #171b1d; }
html[data-theme='light'] .brise-studio-art ol { border-color: rgba(23,27,29,.15); }
html[data-theme='light'] .brise-studio-art li { color: #343a3c; }
html[data-theme='light'] .brise-studio-art-top small { color: #596164; }
html[data-theme='light'] .brise-studio-copy .brise-supporting-expertise { background: rgba(255,255,255,.48); }
html[data-theme='light'] .brise-decision-proof figcaption { background: #171b1d; color: #d2d5d6; }
html[data-theme='light'] .brise-decision-proof-copy strong { color: #171b1d; }

html[data-theme='light'] .brise-service-hero { background: radial-gradient(circle at 83% 30%,rgba(255,196,0,.2),transparent 24%),linear-gradient(145deg,#f8f4ec,#eee7db); }
html[data-theme='light'] .brise-service-hero-proof { border-color: rgba(128,96,0,.34); background: rgba(255,196,0,.12); color: #41494c; }
html[data-theme='light'] .brise-service-hero-proof strong { color: #765600; }
html[data-theme='light'] .brise-service-hero-proof:hover span { color: #5c4300; }
html[data-theme='light'] .brise-service-page .brise-service-page-lead,
html[data-theme='light'] .brise-service-delivery ul li,
html[data-theme='light'] .brise-service-delivery ol p { color: #596164; }
html[data-theme='light'] .brise-page-shell p,
html[data-theme='light'] .brise-page-shell li { color: #4f575a; }
html[data-theme='light'] .brise-service-facts strong { color: #171b1d; }
html[data-theme='light'] .brise-service-facts span { color: #596164; }
html[data-theme='light'] .brise-service-hero-art { background: linear-gradient(145deg,#fffdf8,#e5ddcf); box-shadow: 0 35px 70px rgba(45,35,20,.13); }
html[data-theme='light'] .brise-art-care::before { border-color: rgba(23,27,29,.15); }
html[data-theme='light'] .brise-service-project-grid { background: #fffdf8; color: #171b1d; }
html[data-theme='light'] .brise-service-project h2 { color: #171b1d; }
html[data-theme='light'] .brise-service-project-grid > div > p:not(.brise-eyebrow) { color: #596164; }

/* Case pages use the theme as a complete reading mode, not only a changed header. */
html[data-theme='light'] .brise-single-case-hero { background: radial-gradient(circle at 82% 25%,rgba(255,196,0,.22),transparent 25%),linear-gradient(145deg,#fffdf8,#e9dfcf); color: #171b1d; }
html[data-theme='light'] .brise-case-back-link { color: #5a6265; }
html[data-theme='light'] .brise-single-case-intro h1 { color: #171b1d; }
html[data-theme='light'] .brise-single-case-lead { color: #4f575a; }
html[data-theme='light'] .brise-single-case-intro .brise-case-scopes span { border-color: rgba(128,96,0,.32); background: rgba(255,196,0,.13); color: #4a3a05; }
html[data-theme='light'] .brise-single-case-hero .brise-text-link { border-color: rgba(23,27,29,.35); color: #343b3d; }
html[data-theme='light'] .brise-single-case-phone img { border-color: #d8cdbb; box-shadow: 0 32px 62px rgba(70,53,23,.2); }
html[data-theme='light'] .brise-single-case-story-section { background: #fffdf8; }
html[data-theme='light'] .brise-single-case-story-grid { border-color: rgba(23,27,29,.16); }
html[data-theme='light'] .brise-single-case-story-grid article { border-color: rgba(23,27,29,.16); }
html[data-theme='light'] .brise-single-case-result-grid > div > p:last-child { color: #d3d9db; }

html[data-theme='dark'] .brise-single-case-story-section { background: linear-gradient(145deg,#11181c,#0b1114); color: #f7f8f8; }
html[data-theme='dark'] .brise-single-case-story-section .brise-eyebrow { color: var(--brise-yellow); }
html[data-theme='dark'] .brise-single-case-story-grid { border-color: rgba(255,255,255,.14); }
html[data-theme='dark'] .brise-single-case-story-grid article { border-color: rgba(255,255,255,.14); }
html[data-theme='dark'] .brise-single-case-story-grid article > span { color: var(--brise-yellow); }
html[data-theme='dark'] .brise-single-case-story-grid h3 { color: #f7f8f8; }
html[data-theme='dark'] .brise-single-case-story-grid p { color: #b9c0c2; }
html[data-theme='light'] .brise-not-found { background: radial-gradient(circle at 76% 25%,rgba(255,196,0,.18),transparent 28%),#f6f1e7; }
html[data-theme='light'] .brise-not-found-link { color: #343a3c; }
