:root {
	--df-ivory: var(--df-color-ivory, #f7f2e9);
	--df-cream: var(--df-color-cream, #eee4d5);
	--df-beige: var(--df-color-beige, #dfcfba);
	--df-sand: var(--df-color-sand, #c7ad8c);
	--df-taupe: var(--df-color-taupe, #9c7654);
	--df-brown: var(--df-color-brown, #5e402d);
	--df-ink: var(--df-color-ink, #211b17);
	--df-muted: var(--df-color-muted, #756a61);
	--df-white: var(--df-color-white, #fffdf9);
	--df-line: var(--df-color-line, rgba(71, 52, 38, .15));
	--df-glass: rgba(255, 253, 249, .58);
	--df-serif: var(--df-font-serif, "Cormorant Garamond", Georgia, serif);
	--df-sans: var(--df-font-sans, "Manrope", Arial, sans-serif);
	--df-shadow: var(--df-shadow-lg, 0 30px 80px rgba(69, 47, 31, .12));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.df-home {
	margin: 0;
	background: var(--df-ivory);
	color: var(--df-ink);
	font-family: var(--df-sans);
	font-size: 16px;
	line-height: 1.65;
	overflow-x: hidden;
}
.df-home-main a { color: inherit; text-decoration: none; }
.df-home-main button, .df-home-main input { font: inherit; }
.df-home-main img, .df-home-main svg { max-width: 100%; }
.df-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.df-skip { position: fixed; top: -100px; left: 20px; z-index: 999; padding: 12px 18px; background: var(--df-ink); color: #fff !important; }
.df-skip:focus { top: 20px; }

.df-header {
	position: fixed;
	z-index: 100;
	top: 18px;
	left: 50%;
	width: min(1240px, calc(100% - 36px));
	height: 74px;
	padding: 0 18px 0 26px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 28px;
	transform: translateX(-50%);
	border: 1px solid rgba(255,255,255,.62);
	border-radius: 22px;
	background: rgba(247,242,233,.73);
	box-shadow: 0 18px 46px rgba(59,42,31,.09);
	backdrop-filter: blur(18px) saturate(130%);
	-webkit-backdrop-filter: blur(18px) saturate(130%);
	transition: height .25s, background .25s, box-shadow .25s;
}
.df-header.is-scrolled { height: 66px; background: rgba(250,247,241,.91); box-shadow: 0 16px 44px rgba(59,42,31,.14); }
.df-brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--df-serif); font-size: 24px; font-weight: 500; letter-spacing: -.02em; white-space: nowrap; }
.df-brand b { font-weight: 700; }
.df-brand__gem { position: relative; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--df-taupe); transform: rotate(45deg); border-radius: 8px; }
.df-brand__gem i { width: 12px; height: 12px; border: 1px solid var(--df-taupe); border-radius: 3px; }
.df-nav { justify-self: center; display: flex; align-items: center; gap: clamp(18px, 3vw, 38px); }
.df-nav a { color: #4f473f; font-size: 13px; font-weight: 600; }
.df-nav a:hover, .df-nav a:focus-visible { color: var(--df-taupe); }
.df-menu { display: none; width: 42px; height: 42px; padding: 11px; border: 0; border-radius: 50%; background: var(--df-ink); }
.df-menu span { display: block; height: 1px; margin: 5px 0; background: #fff; transition: transform .2s; }

.df-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 22px;
	min-height: 54px;
	padding: 0 24px;
	border: 1px solid var(--df-ink);
	border-radius: 999px;
	background: var(--df-ink);
	color: var(--df-white) !important;
	font-size: 13px;
	font-weight: 700;
	transition: transform .2s, box-shadow .2s, background .2s;
}
.df-button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(34,27,23,.2); background: var(--df-brown); }
.df-button--small { min-height: 44px; padding: 0 20px; }
.df-button--light { border-color: var(--df-white); background: var(--df-white); color: var(--df-ink) !important; }
.df-text-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.df-text-link span { transition: transform .2s; }
.df-text-link:hover span { transform: translateX(5px); }
.df-text-link--light { color: #fff !important; }

.df-kicker { margin: 0 0 20px; color: var(--df-taupe); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.df-kicker::before { content: ""; display: inline-block; width: 22px; height: 1px; margin: 0 10px 3px 0; background: currentColor; }
.df-glass {
	border: 1px solid rgba(255,255,255,.68);
	background: var(--df-glass);
	box-shadow: var(--df-shadow);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.df-hero {
	position: relative;
	min-height: 900px;
	padding: 170px 0 0;
	background:
		radial-gradient(circle at 84% 21%, rgba(255,255,255,.9), transparent 24%),
		linear-gradient(140deg, #f9f5ee 0%, #eee3d3 54%, #d9c1a4 100%);
	overflow: hidden;
}
.df-hero::after { content: ""; position: absolute; inset: auto -10% -32% 40%; height: 650px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; transform: rotate(-12deg); }
.df-orb { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.df-orb--one { top: 150px; right: 5%; width: 330px; height: 330px; background: rgba(255,255,255,.48); box-shadow: inset 0 0 80px rgba(255,255,255,.9), 0 30px 90px rgba(126,91,61,.13); }
.df-orb--two { right: 28%; bottom: 20%; width: 130px; height: 130px; border: 1px solid rgba(255,255,255,.75); background: rgba(183,145,109,.12); backdrop-filter: blur(10px); }
.df-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 60px; }
.df-hero__copy { max-width: 690px; }
.df-hero h1, .df-section-head h2, .df-editorial h2, .df-insight h2, .df-cta h2 {
	margin: 0;
	font-family: var(--df-serif);
	font-size: clamp(58px, 6.2vw, 94px);
	font-weight: 600;
	line-height: .91;
	letter-spacing: -.045em;
}
.df-home h1 em, .df-home h2 em { color: var(--df-taupe); font-weight: 500; }
.df-hero__lead { max-width: 610px; margin: 34px 0 30px; color: #5f554c; font-size: 17px; line-height: 1.85; }
.df-value-line { max-width: 620px; margin: -16px 0 30px; color: var(--df-brown); font-size: 12px; font-weight: 700; }
.df-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.df-micro { margin: 18px 0 0; color: #766b61; font-size: 11px; }
.df-hero__visual { position: relative; min-height: 540px; display: grid; align-items: center; }
.df-search-card { position: relative; z-index: 2; padding: 24px; border-radius: 32px; transform: perspective(900px) rotateY(-6deg) rotateX(2deg); }
.df-search-card__top { display: flex; align-items: center; gap: 7px; color: var(--df-muted); font-size: 10px; }
.df-search-card__top span { width: 7px; height: 7px; border-radius: 50%; background: #bfae9a; }
.df-search-card__top b { margin-left: auto; font-weight: 600; }
.df-chart { margin: 25px 0 18px; padding: 25px 5px 0; border-radius: 22px; background: rgba(255,255,255,.32); }
.df-chart__line { fill: none; stroke: var(--df-brown); stroke-width: 4; stroke-linecap: round; }
.df-chart__fill { fill: url(#dfFill); }
.df-search-card__metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.df-search-card__metrics div { padding: 16px; border: 1px solid rgba(94,64,45,.09); border-radius: 16px; background: rgba(255,255,255,.4); }
.df-search-card__metrics small, .df-search-card__metrics strong { display: block; }
.df-search-card__metrics small { color: var(--df-muted); font-size: 10px; }
.df-search-card__metrics strong { margin-top: 4px; font-family: var(--df-serif); font-size: 18px; }
.df-float-card { position: absolute; z-index: 3; right: -25px; bottom: 35px; min-width: 215px; padding: 18px 20px; border-radius: 20px; }
.df-float-card i { float: left; width: 10px; height: 10px; margin: 7px 11px 20px 0; border-radius: 50%; background: #7f9a70; box-shadow: 0 0 0 5px rgba(127,154,112,.14); }
.df-float-card span, .df-float-card strong { display: block; }
.df-float-card span { color: var(--df-muted); font-size: 10px; }
.df-float-card strong { font-family: var(--df-serif); font-size: 19px; }
.df-trustline { position: relative; z-index: 3; min-height: 110px; margin-top: 70px; display: flex; justify-content: space-between; align-items: center; gap: 18px; border-top: 1px solid rgba(78,57,41,.14); color: #685d54; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.df-trustline i { width: 4px; height: 4px; border-radius: 50%; background: var(--df-taupe); }
.df-trustline div strong, .df-trustline div span { display: block; }
.df-trustline div strong { color: var(--df-ink); font-family: var(--df-serif); font-size: 26px; letter-spacing: 0; }

.df-section { position: relative; padding: 130px 0; }
.df-brand-band { padding: 70px 0; border-bottom: 1px solid var(--df-line); background: var(--df-white); text-align: center; }
.df-brand-band h2 { margin: 0; font-family: var(--df-serif); font-size: clamp(34px, 4vw, 50px); }
.df-brand-band p { color: var(--df-muted); font-size: 13px; }
.df-brand-band div > div { margin-top: 30px; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.df-brand-band span { padding: 9px 14px; border: 1px solid var(--df-line); border-radius: 999px; color: var(--df-muted); font-size: 10px; font-weight: 700; }
.df-section--beige { background: var(--df-cream); }
.df-section--dark { padding: 130px 0; background: #211b17; color: #f8f3eb; overflow: hidden; }
.df-section--dark::before { content: ""; position: absolute; top: -360px; right: -250px; width: 730px; height: 730px; border: 1px solid rgba(222,202,176,.14); border-radius: 50%; box-shadow: 0 0 0 100px rgba(222,202,176,.025), 0 0 0 200px rgba(222,202,176,.018); }
.df-section--dark h2, .df-section--dark h3 { color: #f8f3eb; }
.df-section-head { max-width: 850px; margin-bottom: 70px; }
.df-section-head h2, .df-editorial h2, .df-insight h2 { font-size: clamp(48px, 5vw, 74px); }
.df-section-head > p:last-child { max-width: 630px; margin: 28px 0 0; color: var(--df-muted); font-size: 16px; }
.df-section-head--light > p:last-child { color: #bfb5aa; }
.df-reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.df-reason { min-height: 285px; padding: 30px; border-radius: 26px; transition: transform .25s, background .25s; }
.df-reason:hover { transform: translateY(-5px); background: rgba(255,255,255,.82); }
.df-reason > span, .df-insight__cards article > span { color: var(--df-taupe); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.df-reason h3 { margin: 48px 0 14px; font-family: var(--df-serif); font-size: 27px; line-height: 1.05; }
.df-reason p { margin: 0; color: var(--df-muted); font-size: 13px; }
.df-reason:last-child { grid-column: 2 / 3; }
.df-editorial { margin-top: 140px; padding-top: 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; border-top: 1px solid var(--df-line); }
.df-editorial__lead { margin-top: 0; color: var(--df-ink) !important; font-family: var(--df-serif); font-size: 25px !important; line-height: 1.35; }
.df-editorial > div:last-child p { color: var(--df-muted); }

.df-service-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: start; }
.df-subsection-title { position: relative; z-index: 2; margin: 0 0 45px; font-family: var(--df-serif); font-size: clamp(36px, 4vw, 54px); }
.df-service-list { border-top: 1px solid rgba(255,255,255,.15); }
.df-service-tab { width: 100%; min-height: 61px; padding: 0 8px; display: grid; grid-template-columns: 46px 1fr auto; align-items: center; border: 0; border-bottom: 1px solid rgba(255,255,255,.15); background: none; color: #978e85; text-align: left; cursor: pointer; transition: color .2s, padding .2s; }
.df-service-tab span { font-size: 9px; }
.df-service-tab i { opacity: 0; font-style: normal; }
.df-service-tab:hover, .df-service-tab.is-active { padding-left: 17px; color: #fff; }
.df-service-tab.is-active i { opacity: 1; }
.df-service-stage { position: sticky; top: 118px; min-height: 590px; }
.df-service-panel { display: none; min-height: 590px; padding: 52px; border: 1px solid rgba(255,255,255,.14); border-radius: 34px; background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.035)); box-shadow: 0 35px 90px rgba(0,0,0,.22); backdrop-filter: blur(16px); }
.df-service-panel.is-active { display: block; animation: dfFade .4s both; }
.df-service-panel h3 { margin: 30px 0 18px; font-family: var(--df-serif); font-size: clamp(48px, 5vw, 70px); line-height: .95; }
.df-service-panel__lead { max-width: 590px; color: #d4ccc4; font-size: 17px; }
.df-service-panel > div { margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); }
.df-service-panel small { color: #a8917c; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.df-service-panel > div p { color: #bcb3aa; font-size: 13px; }
.df-service-panel .df-button { margin-top: 28px; }
@keyframes dfFade { from { opacity: 0; transform: translateY(10px); } }

.df-three { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.df-offer { min-height: 410px; padding: 40px; border-radius: 28px; }
.df-offer--wide { grid-row: span 2; padding: 65px; background: linear-gradient(145deg, #e7d6c1, #cdb18f); }
.df-offer h2 { margin: 24px 0; font-family: var(--df-serif); font-size: clamp(45px, 5vw, 72px); line-height: .98; letter-spacing: -.04em; }
.df-offer:not(.df-offer--wide) h2 { margin: 50px 0 15px; font-family: var(--df-serif); font-size: 34px; line-height: 1.05; letter-spacing: -.025em; }
.df-offer p { color: var(--df-muted); font-size: 14px; }
.df-offer--wide p { max-width: 570px; color: #55493f; }

.df-process { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--df-line); }
.df-process li { min-height: 145px; padding: 30px 0; display: grid; grid-template-columns: 90px 1fr; align-items: start; border-bottom: 1px solid var(--df-line); }
.df-process li > span { color: var(--df-taupe); font-size: 10px; font-weight: 700; }
.df-process li div { display: grid; grid-template-columns: .55fr 1fr; gap: 60px; }
.df-process h3 { margin: 0; font-family: var(--df-serif); font-size: 36px; line-height: 1; }
.df-process p { max-width: 620px; margin: 0; color: var(--df-muted); font-size: 14px; }

.df-industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--df-line); border-left: 1px solid var(--df-line); }
.df-industry-grid article { min-height: 225px; padding: 28px; border-right: 1px solid var(--df-line); border-bottom: 1px solid var(--df-line); transition: background .2s; }
.df-industry-grid article:hover { background: var(--df-cream); }
.df-industry-grid span { color: var(--df-taupe); }
.df-industry-grid h3 { margin: 62px 0 8px; font-family: var(--df-serif); font-size: 25px; line-height: 1.05; }
.df-industry-grid p { margin: 0; color: var(--df-muted); font-size: 12px; }

.df-section--insight { background: linear-gradient(145deg, #dbc5a9, #b9936f); overflow: hidden; }
.df-section--insight::before { content: ""; position: absolute; inset: -40% auto auto 40%; width: 700px; height: 700px; border-radius: 50%; background: rgba(255,255,255,.16); filter: blur(20px); }
.df-insight { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.df-insight__cards { display: grid; gap: 16px; }
.df-insight__cards article { padding: 30px; border-radius: 24px; }
.df-insight__cards h3 { margin: 22px 0 8px; font-family: var(--df-serif); font-size: 27px; }
.df-insight__cards p { margin: 0; color: #625347; font-size: 13px; }

.df-metrics { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--df-line); border-left: 1px solid var(--df-line); }
.df-metrics div { padding: 26px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 20px; border-right: 1px solid var(--df-line); border-bottom: 1px solid var(--df-line); }
.df-metrics strong { font-family: var(--df-serif); font-size: 21px; }
.df-metrics span { color: var(--df-muted); font-size: 12px; }
.df-timeline { margin: 45px 0 0; padding: 25px 30px; border-left: 3px solid var(--df-taupe); background: var(--df-cream); color: var(--df-muted); font-size: 13px; }

.df-quote-grid, .df-case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.df-quote-grid blockquote { margin: 0; padding: 34px; border-radius: 26px; }
.df-quote-grid blockquote > p { font-family: var(--df-serif); font-size: 25px; line-height: 1.25; }
.df-quote-grid footer strong, .df-quote-grid footer span { display: block; }
.df-quote-grid footer span { color: var(--df-muted); font-size: 11px; }
.df-proof-empty { padding: 55px; border-radius: 30px; }
.df-proof-empty > span { color: var(--df-taupe); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.df-proof-empty h3, .df-method h3 { margin: 25px 0 10px; font-family: var(--df-serif); font-size: 40px; }
.df-proof-empty p, .df-method p { max-width: 700px; color: var(--df-muted); }
.df-method { margin-top: 22px; padding: 55px; border: 1px solid var(--df-line); border-radius: 30px; }
.df-proof-heading { margin: 80px 0 25px; font-family: var(--df-serif); font-size: clamp(40px, 5vw, 64px); line-height: 1; }
.df-case-grid { margin-top: 25px; }
.df-case-grid article { padding: 35px; border: 1px solid var(--df-line); border-radius: 25px; }
.df-case-grid h3 { font-family: var(--df-serif); font-size: 30px; }
.df-case-grid dt { margin-top: 18px; color: var(--df-taupe); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.df-case-grid dd { margin: 4px 0 0; color: var(--df-muted); font-size: 12px; }

.df-faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.df-faq-intro { position: sticky; top: 130px; }
.df-faq-intro h2 { margin: 0; font-family: var(--df-serif); font-size: clamp(48px, 5vw, 72px); line-height: .95; letter-spacing: -.04em; }
.df-faq-intro p { margin: 28px 0; color: var(--df-muted); }
.df-faqs { border-top: 1px solid var(--df-line); }
.df-faqs details { border-bottom: 1px solid var(--df-line); }
.df-faqs summary { min-height: 82px; padding: 22px 52px 22px 0; position: relative; display: grid; grid-template-columns: 45px 1fr; align-items: center; cursor: pointer; font-family: var(--df-serif); font-size: 21px; line-height: 1.2; list-style: none; }
.df-faqs summary::-webkit-details-marker { display: none; }
.df-faqs summary > span { color: var(--df-taupe); font-family: var(--df-sans); font-size: 9px; }
.df-faqs summary i, .df-faqs summary i::after { position: absolute; right: 6px; width: 14px; height: 1px; background: var(--df-ink); transition: transform .2s; }
.df-faqs summary i::after { content: ""; right: 0; transform: rotate(90deg); }
.df-faqs details[open] summary i::after { transform: rotate(0); }
.df-faqs details > div { padding: 0 40px 24px 45px; }
.df-faqs details p { margin: 0; color: var(--df-muted); font-size: 13px; }
.df-areas { padding-top: 40px; }
.df-areas .df-editorial { margin-top: 0; }
.df-final .df-editorial { margin-top: 0; }

.df-cta { position: relative; padding: 140px 0; background: #211b17; color: #fff; overflow: hidden; }
.df-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 50%, rgba(184,145,108,.35), transparent 35%); }
.df-cta .df-shell { position: relative; z-index: 2; }
.df-cta__grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 75px; }
.df-cta h2 { max-width: 820px; color: #fff; font-size: clamp(58px, 6vw, 88px); }
.df-cta__grid > div > p:not(.df-kicker) { max-width: 680px; margin: 35px 0; color: #bbb1a7; }
.df-orb--three { right: 6%; top: 15%; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.04); }
.df-audit-form { padding: 36px; border-color: rgba(255,255,255,.18); border-radius: 28px; background: rgba(255,255,255,.075); }
.df-audit-form h3 { margin: -5px 0 25px; color: #fff; font-family: var(--df-serif); font-size: 34px; }
.df-audit-form label { display: block; margin-bottom: 15px; }
.df-audit-form label span { display: block; margin-bottom: 6px; color: #b9afa5; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.df-audit-form input { width: 100%; height: 50px; padding: 0 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; outline: 0; background: rgba(255,255,255,.08); color: #fff; }
.df-audit-form input:focus { border-color: var(--df-sand); box-shadow: 0 0 0 3px rgba(199,173,140,.15); }
.df-audit-form .df-button { width: 100%; margin-top: 8px; }
.df-audit-form small { display: block; margin-top: 14px; color: #958b82; font-size: 9px; text-align: center; }
.df-form-success { padding: 12px 14px; border: 1px solid rgba(167,203,148,.3); border-radius: 10px; background: rgba(119,155,99,.12); color: #dbead3; font-size: 12px; }
.df-form-error { padding: 12px 14px; border: 1px solid rgba(227,157,136,.35); border-radius: 10px; background: rgba(166,75,47,.13); color: #f2d5cc; font-size: 12px; }
.df-form-trap { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }

.df-footer { padding: 85px 0 25px; background: #171310; color: #e9e0d6; }
.df-footer__top { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 65px; padding-bottom: 65px; }
.df-brand--footer { color: #fff; }
.df-footer__top > div:first-child > p { max-width: 340px; color: #8f857d; font-size: 12px; }
.df-footer h3 { margin: 0 0 20px; color: #9f9184; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.df-footer__top > div:not(:first-child) a, .df-footer__top > div:not(:first-child) p { display: block; margin: 10px 0; color: #c8beb4; font-size: 12px; }
.df-footer__bottom { padding-top: 25px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #796f68; font-size: 10px; }
.df-mobile-cta { display: none; }

[data-reveal] { transition: opacity .7s ease, transform .7s ease; }
.js [data-reveal]:not(.is-visible) { opacity: 0; transform: translateY(24px); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
	.df-header { grid-template-columns: auto 1fr auto; }
	.df-header > .df-button { display: none; }
	.df-menu { display: block; justify-self: end; }
	.df-nav { position: fixed; top: 82px; left: 0; right: 0; padding: 24px; display: none; flex-direction: column; align-items: stretch; border: 1px solid rgba(255,255,255,.6); border-radius: 22px; background: rgba(247,242,233,.97); box-shadow: var(--df-shadow); }
	.df-header.is-menu-open .df-nav { display: flex; }
	.df-header.is-menu-open .df-menu span:first-child { transform: translateY(3px) rotate(45deg); }
	.df-header.is-menu-open .df-menu span:last-child { transform: translateY(-3px) rotate(-45deg); }
	.df-hero__grid { grid-template-columns: 1fr; }
	.df-hero__copy { max-width: 760px; }
	.df-hero__visual { min-height: 430px; max-width: 650px; }
	.df-reason-grid { grid-template-columns: repeat(2, 1fr); }
	.df-reason:last-child { grid-column: auto; }
	.df-service-layout { grid-template-columns: .8fr 1.2fr; gap: 30px; }
	.df-service-panel { padding: 35px; }
	.df-industry-grid { grid-template-columns: repeat(3, 1fr); }
	.df-footer__top { grid-template-columns: 2fr 1fr 1fr; }
	.df-footer__top > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 760px) {
	body.df-home { font-size: 15px; }
	.df-shell { width: min(100% - 30px, 600px); }
	.df-header { top: 10px; width: calc(100% - 20px); height: 64px; padding: 0 13px 0 18px; border-radius: 18px; }
	.df-brand { font-size: 21px; }
	.df-brand__gem { width: 29px; height: 29px; border-radius: 7px; }
	.df-hero { min-height: auto; padding-top: 135px; }
	.df-hero h1 { font-size: clamp(52px, 15vw, 73px); }
	.df-hero__lead { font-size: 14px; }
	.df-actions { align-items: stretch; flex-direction: column; }
	.df-actions .df-button, .df-actions .df-text-link { width: 100%; justify-content: center; }
	.df-hero__visual { min-height: 350px; }
	.df-search-card { padding: 15px; border-radius: 22px; transform: none; }
	.df-float-card { right: 0; bottom: 10px; }
	.df-trustline { margin-top: 40px; padding: 28px 0; min-height: 0; justify-content: flex-start; flex-wrap: wrap; }
	.df-trustline i { display: none; }
	.df-trustline span { flex: 1 0 28%; }
	.df-section, .df-section--dark { padding: 88px 0; }
	.df-section-head { margin-bottom: 45px; }
	.df-section-head h2, .df-editorial h2, .df-insight h2 { font-size: 48px; }
	.df-reason-grid { grid-template-columns: 1fr; }
	.df-reason { min-height: 240px; }
	.df-editorial { margin-top: 85px; padding-top: 45px; grid-template-columns: 1fr; gap: 35px; }
	.df-service-layout { grid-template-columns: 1fr; }
	.df-service-list { display: flex; gap: 8px; overflow-x: auto; border: 0; padding-bottom: 12px; scrollbar-width: none; }
	.df-service-list::-webkit-scrollbar { display: none; }
	.df-service-tab { flex: 0 0 auto; width: auto; min-height: 44px; padding: 0 17px !important; display: block; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; }
	.df-service-tab span, .df-service-tab i { display: none; }
	.df-service-tab.is-active { background: #fff; color: var(--df-ink); }
	.df-service-stage { position: static; min-height: 0; }
	.df-service-panel { min-height: 560px; }
	.df-three { grid-template-columns: 1fr; }
	.df-offer--wide { grid-row: auto; padding: 38px; }
	.df-process li { grid-template-columns: 45px 1fr; }
	.df-process li div { grid-template-columns: 1fr; gap: 12px; }
	.df-process h3 { font-size: 30px; }
	.df-industry-grid { grid-template-columns: repeat(2, 1fr); }
	.df-industry-grid article { min-height: 190px; padding: 20px; }
	.df-industry-grid h3 { margin-top: 42px; font-size: 21px; }
	.df-insight { grid-template-columns: 1fr; gap: 45px; }
	.df-metrics { grid-template-columns: 1fr; }
	.df-metrics div { grid-template-columns: 1fr; gap: 5px; }
	.df-quote-grid, .df-case-grid { grid-template-columns: 1fr; }
	.df-proof-empty, .df-method { padding: 35px 25px; }
	.df-faq-layout { grid-template-columns: 1fr; gap: 55px; }
	.df-faq-intro { position: static; }
	.df-faqs summary { font-size: 18px; }
	.df-cta { padding: 100px 0; }
	.df-cta__grid { grid-template-columns: 1fr; gap: 55px; }
	.df-cta h2 { font-size: 53px; }
	.df-footer { padding-bottom: 88px; }
	.df-footer__top { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
	.df-footer__top > div:first-child { grid-column: 1 / -1; }
	.df-footer__top > div:last-child { grid-column: 1 / -1; }
	.df-footer__bottom { gap: 15px; flex-direction: column; }
	.df-mobile-cta { position: fixed; z-index: 90; right: 12px; bottom: 12px; left: 12px; height: 55px; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; border-radius: 999px; background: var(--df-ink); color: #fff !important; box-shadow: 0 15px 35px rgba(30,23,19,.28); font-size: 12px; font-weight: 700; }
}

@media (max-width: 430px) {
	.df-industry-grid { grid-template-columns: 1fr; }
	.df-industry-grid article { min-height: 160px; }
	.df-search-card__metrics { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
	.js [data-reveal]:not(.is-visible) { opacity: 1; transform: none; }
}
