/* Delight Specialist Clinic public experience — v1.0.0 */
:root {
	--dsc-navy: #071a33;
	--dsc-navy-2: #0b2448;
	--dsc-blue: #075fc7;
	--dsc-blue-bright: #0d78e8;
	--dsc-cyan: #22c9d7;
	--dsc-mint: #55e6e6;
	--dsc-ink: #102038;
	--dsc-copy: #516178;
	--dsc-line: #dce5ef;
	--dsc-soft: #f3f8fc;
	--dsc-white: #ffffff;
	--dsc-success: #087a55;
	--dsc-warning: #b54708;
	--dsc-radius-sm: 12px;
	--dsc-radius: 22px;
	--dsc-radius-lg: 34px;
	--dsc-shadow: 0 24px 60px rgba(7, 26, 51, .12);
	--dsc-shadow-soft: 0 12px 40px rgba(7, 26, 51, .08);
	--dsc-container: 1220px;
}

html { scroll-behavior: smooth; }
body.dsc-experience { margin: 0 !important; background: var(--dsc-white); color: var(--dsc-ink); }
.dsc-site, .dsc-site *, .dsc-site *::before, .dsc-site *::after { box-sizing: border-box; }
.dsc-site {
	min-height: 100vh;
	background: var(--dsc-white);
	color: var(--dsc-ink);
	font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	overflow: clip;
}
.dsc-site img { display: block; width: 100%; height: auto; }
.dsc-site a { color: inherit; text-decoration: none; }
.dsc-site button, .dsc-site input, .dsc-site select, .dsc-site textarea { font: inherit; }
.dsc-site button, .dsc-site a { -webkit-tap-highlight-color: transparent; }
.dsc-site h1, .dsc-site h2, .dsc-site h3, .dsc-site p, .dsc-site figure, .dsc-site blockquote { margin-top: 0; }
.dsc-site h1, .dsc-site h2, .dsc-site h3 {
	font-family: "Aptos Display", "Segoe UI", Arial, sans-serif;
	font-weight: 730;
	line-height: 1.08;
	letter-spacing: -.035em;
}
.dsc-site h1 { font-size: clamp(3rem, 6.2vw, 6.15rem); }
.dsc-site h2 { font-size: clamp(2.2rem, 4vw, 4.2rem); }
.dsc-site h3 { font-size: 1.25rem; }
.dsc-site h1 em, .dsc-site h2 em { color: var(--dsc-cyan); font-style: normal; }
.dsc-site p { color: var(--dsc-copy); }
.dsc-container { width: min(calc(100% - 40px), var(--dsc-container)); margin-inline: auto; }
.dsc-icon { width: 1.2em; height: 1.2em; flex: 0 0 auto; }
.dsc-sr-only {
	position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important;
	margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important;
}
.dsc-skip-link {
	position: fixed; left: 14px; top: 10px; z-index: 100000; padding: 12px 18px; background: #fff;
	color: var(--dsc-navy); border-radius: 8px; box-shadow: var(--dsc-shadow); transform: translateY(-150%); transition: transform .2s;
}
.dsc-skip-link:focus { transform: translateY(0); }
.dsc-site :focus-visible { outline: 3px solid var(--dsc-cyan); outline-offset: 3px; }

/* Header */
.dsc-header { position: relative; z-index: 1000; background: rgba(255, 255, 255, .98); }
.dsc-topbar { background: var(--dsc-navy); color: #d9eaff; font-size: .78rem; }
.dsc-topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.dsc-topbar p { display: flex; align-items: center; gap: 9px; margin: 0; color: #c5d8ef; }
.dsc-status-dot { width: 7px; height: 7px; border-radius: 999px; background: var(--dsc-mint); box-shadow: 0 0 0 5px rgba(85, 230, 230, .12); }
.dsc-topbar-links { display: flex; align-items: center; gap: 28px; }
.dsc-topbar-links a { display: inline-flex; align-items: center; gap: 8px; color: #ecf6ff; transition: color .2s; }
.dsc-topbar-links a:hover { color: var(--dsc-mint); }
.dsc-nav-shell { border-bottom: 1px solid rgba(8, 51, 97, .1); background: rgba(255, 255, 255, .97); }
.dsc-nav-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.dsc-brand { display: inline-flex; align-items: center; gap: 12px; min-width: 260px; color: var(--dsc-navy); }
.dsc-brand-mark { width: 45px; height: 45px; color: var(--dsc-blue); filter: drop-shadow(0 8px 13px rgba(7, 95, 199, .22)); }
.dsc-brand-mark svg { width: 100%; height: 100%; }
.dsc-brand-copy { display: flex; flex-direction: column; line-height: 1; }
.dsc-brand-copy strong { font-size: 1.42rem; letter-spacing: .085em; color: var(--dsc-blue); }
.dsc-brand-copy small { margin-top: 5px; color: #4c6380; font-size: .58rem; line-height: 1.2; letter-spacing: .035em; text-transform: uppercase; }
.dsc-primary-nav { display: flex; align-items: center; gap: 26px; }
.dsc-primary-nav ul { list-style: none; display: flex; align-items: center; gap: 25px; margin: 0; padding: 0; }
.dsc-primary-nav ul a { position: relative; padding: 32px 0 29px; color: #273c56; font-size: .91rem; font-weight: 650; }
.dsc-primary-nav ul a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 20px; height: 2px; background: var(--dsc-cyan); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.dsc-primary-nav ul a:hover, .dsc-primary-nav ul a.is-active { color: var(--dsc-blue); }
.dsc-primary-nav ul a:hover::after, .dsc-primary-nav ul a.is-active::after { transform: scaleX(1); }
.dsc-menu-toggle { display: none; border: 0; background: transparent; width: 46px; height: 46px; padding: 10px; cursor: pointer; }
.dsc-menu-toggle span:not(.dsc-sr-only) { display: block; width: 25px; height: 2px; background: var(--dsc-navy); margin: 5px auto; transition: transform .2s, opacity .2s; }

/* Buttons */
.dsc-button { min-height: 50px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 730; font-size: .93rem; line-height: 1.2; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, color .2s, border-color .2s; }
.dsc-button:hover { transform: translateY(-2px); }
.dsc-button-small { min-height: 44px; padding: 10px 18px; background: var(--dsc-blue); color: #fff; box-shadow: 0 10px 22px rgba(7, 95, 199, .22); white-space: nowrap; }
.dsc-button-small:hover { background: var(--dsc-navy); color: #fff; }
.dsc-button-primary { color: #fff; background: linear-gradient(135deg, var(--dsc-blue), var(--dsc-blue-bright)); box-shadow: 0 15px 34px rgba(7, 95, 199, .28); }
.dsc-button-primary:hover { color: #fff; box-shadow: 0 19px 42px rgba(7, 95, 199, .34); }
.dsc-button-ghost { color: #fff; border-color: rgba(255, 255, 255, .42); background: rgba(255, 255, 255, .08); backdrop-filter: blur(8px); }
.dsc-button-ghost:hover { color: #fff; background: rgba(255, 255, 255, .16); border-color: #fff; }
.dsc-button-dark { background: var(--dsc-navy); color: #fff; box-shadow: 0 15px 30px rgba(7, 26, 51, .18); }
.dsc-button-dark:hover { background: var(--dsc-blue); color: #fff; }
.dsc-button-light { color: var(--dsc-navy); background: #fff; box-shadow: 0 15px 34px rgba(0, 0, 0, .16); }
.dsc-button-light:hover { color: var(--dsc-blue); }
.dsc-button-outline { min-height: 45px; padding: 10px 18px; color: var(--dsc-blue); border-color: #9cbce4; background: transparent; }
.dsc-button-outline:hover { color: #fff; border-color: var(--dsc-blue); background: var(--dsc-blue); }
.dsc-button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.dsc-text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--dsc-blue); font-weight: 750; }
.dsc-text-link .dsc-icon { transition: transform .2s; }
.dsc-text-link:hover .dsc-icon { transform: translateX(4px); }

/* Hero */
.dsc-hero { position: relative; min-height: 730px; display: grid; align-items: center; overflow: hidden; isolation: isolate; background: var(--dsc-navy); }
.dsc-hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background-image: var(--dsc-hero-image); background-position: center 43%; background-size: cover; transform: scale(1.015); }
.dsc-hero::after { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(4, 19, 39, .96) 0%, rgba(4, 24, 48, .88) 43%, rgba(4, 26, 53, .52) 70%, rgba(4, 26, 53, .34) 100%), linear-gradient(0deg, rgba(4, 19, 39, .68), transparent 55%); }
.dsc-hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .57fr); align-items: center; gap: clamp(40px, 7vw, 96px); padding-block: 90px 110px; }
.dsc-hero-copy { max-width: 770px; }
.dsc-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: #bfddfb !important; font-size: .73rem; font-weight: 760; letter-spacing: .16em; text-transform: uppercase; }
.dsc-eyebrow > span { display: inline-block; width: 34px; height: 1px; background: var(--dsc-cyan); }
.dsc-eyebrow-dark { color: var(--dsc-blue) !important; }
.dsc-hero h1 { max-width: 790px; margin-bottom: 24px; color: #fff; text-wrap: balance; }
.dsc-hero-lead { max-width: 680px; margin-bottom: 34px; color: #d4e2f1 !important; font-size: clamp(1.05rem, 1.6vw, 1.3rem); line-height: 1.65; }
.dsc-hero-note { display: flex; align-items: flex-start; gap: 9px; max-width: 670px; margin: 25px 0 0; color: #b5c6da !important; font-size: .78rem; line-height: 1.45; }
.dsc-hero-note .dsc-icon { margin-top: 2px; color: var(--dsc-mint); }
.dsc-hero-panel { position: relative; overflow: hidden; padding: 29px; border: 1px solid rgba(255, 255, 255, .25); border-radius: 28px; background: linear-gradient(145deg, rgba(10, 44, 84, .72), rgba(6, 28, 54, .86)); box-shadow: 0 30px 70px rgba(0, 0, 0, .3); backdrop-filter: blur(14px); }
.dsc-panel-scan { position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(0deg, transparent, transparent 31px, rgba(76, 205, 225, .07) 32px); }
.dsc-panel-kicker { position: relative; margin: 0 0 22px; color: var(--dsc-mint) !important; font-size: .68rem; font-weight: 800; letter-spacing: .16em; }
.dsc-panel-feature { position: relative; display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; padding: 16px 0; border-top: 1px solid rgba(255, 255, 255, .13); }
.dsc-panel-feature > span { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; color: var(--dsc-mint); background: rgba(34, 201, 215, .12); }
.dsc-panel-feature .dsc-icon { width: 23px; height: 23px; }
.dsc-panel-feature strong, .dsc-panel-feature small { display: block; }
.dsc-panel-feature strong { color: #fff; font-size: .94rem; }
.dsc-panel-feature small { margin-top: 2px; color: #aebed0; font-size: .76rem; }
.dsc-hero-panel > a { position: relative; margin-top: 20px; display: flex; align-items: center; justify-content: space-between; color: #fff; font-weight: 720; font-size: .87rem; }
.dsc-hero-panel > a:hover { color: var(--dsc-mint); }
.dsc-hero-orbit { position: absolute; z-index: -1; top: -260px; right: -190px; width: 650px; height: 650px; border: 1px solid rgba(85, 230, 230, .21); border-radius: 50%; box-shadow: inset 0 0 0 70px rgba(85, 230, 230, .025), inset 0 0 0 160px rgba(85, 230, 230, .018); }
.dsc-hero-edge { position: absolute; left: 0; right: 0; bottom: -1px; height: 42px; background: #fff; clip-path: polygon(0 55%, 38% 100%, 100% 0, 100% 100%, 0 100%); }

/* Trust strip and common sections */
.dsc-trust-strip { border-bottom: 1px solid var(--dsc-line); background: #fff; }
.dsc-trust-grid { min-height: 125px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.dsc-trust-grid > div { display: grid; grid-template-columns: 46px 1fr; align-items: center; gap: 16px; padding: 28px 32px; border-right: 1px solid var(--dsc-line); }
.dsc-trust-grid > div:first-child { padding-left: 0; }
.dsc-trust-grid > div:last-child { border-right: 0; }
.dsc-trust-grid > div > .dsc-icon { width: 36px; height: 36px; color: var(--dsc-blue); }
.dsc-trust-grid p { margin: 0; }
.dsc-trust-grid strong, .dsc-trust-grid span { display: block; }
.dsc-trust-grid strong { color: var(--dsc-ink); font-size: .95rem; }
.dsc-trust-grid span { margin-top: 3px; color: #728198; font-size: .76rem; line-height: 1.45; }
.dsc-section { padding: clamp(85px, 10vw, 140px) 0; }
.dsc-section-heading { margin-bottom: 55px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .65fr); gap: 70px; align-items: end; }
.dsc-section-heading h2 { max-width: 730px; margin-bottom: 0; color: var(--dsc-ink); text-wrap: balance; }
.dsc-section-heading h2 em { color: var(--dsc-blue); }
.dsc-section-heading > p { max-width: 520px; margin: 0; font-size: 1rem; line-height: 1.8; }
.dsc-section-heading-centred { max-width: 820px; margin-inline: auto; grid-template-columns: 1fr; gap: 18px; text-align: center; }
.dsc-section-heading-centred .dsc-eyebrow { justify-content: center; }
.dsc-section-heading-centred > p { max-width: 680px; margin-inline: auto; }

/* Services */
.dsc-services-preview { position: relative; background: var(--dsc-soft); }
.dsc-services-preview::before { content: ""; position: absolute; inset: 0; opacity: .7; pointer-events: none; background-image: radial-gradient(circle at 1px 1px, rgba(7, 95, 199, .12) 1px, transparent 0); background-size: 31px 31px; mask-image: linear-gradient(90deg, #000, transparent 55%); }
.dsc-services-preview .dsc-container { position: relative; }
.dsc-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.dsc-service-card { position: relative; min-height: 330px; display: flex; flex-direction: column; overflow: hidden; padding: 29px; border: 1px solid #d7e3ee; border-radius: var(--dsc-radius); background: rgba(255, 255, 255, .94); box-shadow: 0 8px 30px rgba(7, 26, 51, .035); transition: transform .25s, box-shadow .25s, border-color .25s; }
.dsc-service-card::after { content: ""; position: absolute; right: -62px; bottom: -62px; width: 150px; height: 150px; border-radius: 50%; background: rgba(34, 201, 215, .08); transition: transform .3s; }
.dsc-service-card:hover { transform: translateY(-7px); border-color: #a9c5e4; box-shadow: var(--dsc-shadow-soft); }
.dsc-service-card:hover::after { transform: scale(1.25); }
.dsc-service-icon { width: 57px; height: 57px; display: grid; place-items: center; border-radius: 17px; color: var(--dsc-blue); background: #e8f3ff; }
.dsc-service-icon .dsc-icon { width: 28px; height: 28px; }
.dsc-card-index { position: absolute; top: 25px; right: 26px; color: #b6c8d9 !important; font-size: .72rem; font-weight: 800; letter-spacing: .13em; }
.dsc-service-card h3 { margin: 24px 0 13px; color: var(--dsc-ink); font-size: 1.3rem; }
.dsc-service-card p { font-size: .92rem; line-height: 1.72; }
.dsc-service-card a { position: relative; z-index: 1; margin-top: auto; color: var(--dsc-blue); font-size: .84rem; font-weight: 760; }
.dsc-service-card a span { margin-left: 5px; }
.dsc-centred-action { margin-top: 42px; text-align: center; }

/* About feature */
.dsc-about-feature { background: #fff; }
.dsc-split { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr); gap: clamp(55px, 8vw, 105px); align-items: center; }
.dsc-split-reverse { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
.dsc-image-stack { position: relative; padding: 0 30px 30px 0; }
.dsc-image-primary { position: relative; z-index: 2; overflow: hidden; aspect-ratio: 1.25 / 1; border-radius: 10px 70px 10px 10px; box-shadow: var(--dsc-shadow); }
.dsc-image-primary img { height: 100%; object-fit: cover; }
.dsc-image-badge { position: absolute; z-index: 3; right: 0; bottom: 0; width: 148px; height: 148px; border: 9px solid #fff; border-radius: 50%; display: grid; place-content: center; text-align: center; color: #fff; background: linear-gradient(135deg, var(--dsc-blue), var(--dsc-cyan)); box-shadow: 0 18px 35px rgba(7, 95, 199, .24); }
.dsc-image-badge strong, .dsc-image-badge span { display: block; }
.dsc-image-badge strong { font-size: 1rem; letter-spacing: .13em; }
.dsc-image-badge span { font-size: .72rem; opacity: .9; }
.dsc-dot-field { position: absolute; left: -26px; bottom: -23px; width: 135px; height: 135px; opacity: .35; background: radial-gradient(var(--dsc-blue) 1.5px, transparent 1.5px); background-size: 12px 12px; }
.dsc-split-copy h2 { margin-bottom: 25px; text-wrap: balance; }
.dsc-split-copy h2 em { color: var(--dsc-blue); }
.dsc-large-copy { color: var(--dsc-ink) !important; font-size: 1.15rem; line-height: 1.7; }
.dsc-split-copy > p:not(.dsc-eyebrow) { line-height: 1.82; }
.dsc-check-list { list-style: none; display: grid; gap: 13px; margin: 25px 0 31px; padding: 0; }
.dsc-check-list li { display: flex; align-items: center; gap: 12px; color: #30445d; font-weight: 620; }
.dsc-check-list .dsc-icon { width: 22px; height: 22px; padding: 3px; border-radius: 50%; color: #fff; background: var(--dsc-success); }
.dsc-split-copy blockquote { margin: 28px 0 0; padding: 23px 25px; border-left: 3px solid var(--dsc-cyan); background: var(--dsc-soft); }
.dsc-split-copy blockquote p { margin: 0; color: var(--dsc-navy) !important; font-size: 1.35rem; font-weight: 760; }
.dsc-split-copy blockquote cite { color: var(--dsc-copy); font-size: .78rem; font-style: normal; }
.dsc-feature-image { overflow: hidden; min-height: 540px; border-radius: var(--dsc-radius-lg); box-shadow: var(--dsc-shadow); }
.dsc-feature-image img { height: 100%; min-height: 540px; object-fit: cover; }

/* Process */
.dsc-process-section { position: relative; background: var(--dsc-navy); color: #fff; }
.dsc-process-section::before { content: ""; position: absolute; inset: 0; opacity: .12; background: linear-gradient(120deg, transparent 47%, var(--dsc-cyan) 47.2%, transparent 47.5%), linear-gradient(30deg, transparent 46%, var(--dsc-blue) 46.2%, transparent 46.5%); background-size: 190px 190px; }
.dsc-process-section .dsc-container { position: relative; }
.dsc-process-section h2, .dsc-process-section .dsc-section-heading > p { color: #fff; }
.dsc-process-section .dsc-section-heading > p { opacity: .72; }
.dsc-process-grid { position: relative; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0; padding: 0; }
.dsc-process-grid::before { content: ""; position: absolute; top: 45px; left: 11%; right: 11%; border-top: 1px dashed rgba(85, 230, 230, .35); }
.dsc-process-grid li { position: relative; min-height: 260px; padding: 31px 24px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 20px; background: rgba(255, 255, 255, .05); backdrop-filter: blur(6px); }
.dsc-process-grid li > span { position: absolute; right: 18px; top: 17px; color: rgba(255, 255, 255, .24); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.dsc-process-grid li > .dsc-icon { width: 33px; height: 33px; margin-bottom: 31px; color: var(--dsc-mint); }
.dsc-process-grid h3 { margin-bottom: 13px; color: #fff; font-size: 1.18rem; }
.dsc-process-grid p { margin-bottom: 0; color: #aebfd2; font-size: .86rem; line-height: 1.65; }

/* Gallery */
.dsc-gallery-section { background: #fff; }
.dsc-gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 320px 320px; gap: 15px; }
.dsc-gallery-grid figure { position: relative; overflow: hidden; margin: 0; border-radius: 18px; background: var(--dsc-navy); }
.dsc-gallery-grid figure:first-child { grid-row: 1 / span 2; }
.dsc-gallery-grid .dsc-gallery-tall { grid-column: 3; grid-row: 1 / span 2; }
.dsc-gallery-grid img { height: 100%; object-fit: cover; transition: transform .55s; }
.dsc-gallery-grid figure:hover img { transform: scale(1.045); }
.dsc-gallery-grid figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 60px 22px 19px; color: #fff; background: linear-gradient(transparent, rgba(3, 18, 35, .88)); }
.dsc-gallery-grid figcaption strong, .dsc-gallery-grid figcaption span { display: block; }
.dsc-gallery-grid figcaption strong { font-size: .94rem; }
.dsc-gallery-grid figcaption span { color: #c9d8e8; font-size: .72rem; }

/* FAQ */
.dsc-faq-section { background: var(--dsc-soft); }
.dsc-faq-layout { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr); gap: clamp(50px, 8vw, 105px); align-items: start; }
.dsc-faq-intro { position: sticky; top: 125px; }
.dsc-faq-intro h2 { margin-bottom: 24px; }
.dsc-faq-intro h2 em { color: var(--dsc-blue); }
.dsc-faq-intro > p:not(.dsc-eyebrow) { margin-bottom: 26px; line-height: 1.8; }
.dsc-accordion { border-top: 1px solid #cad7e4; }
.dsc-faq-item { border-bottom: 1px solid #cad7e4; }
.dsc-faq-item h3 { margin: 0; }
.dsc-faq-item button { width: 100%; min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 4px; border: 0; color: var(--dsc-ink); background: transparent; text-align: left; font-weight: 730; cursor: pointer; }
.dsc-faq-item button .dsc-icon { width: 23px; height: 23px; color: var(--dsc-blue); transition: transform .25s; }
.dsc-faq-item button[aria-expanded="true"] .dsc-icon { transform: rotate(45deg); }
.dsc-faq-answer { padding: 0 55px 24px 4px; }
.dsc-faq-answer p { margin: 0; line-height: 1.8; }

/* CTA and footer */
.dsc-cta-section { position: relative; overflow: hidden; padding: 80px 0; color: #fff; background: linear-gradient(120deg, #0867d5, #0756ae 48%, #07356b); }
.dsc-cta-section::before { content: ""; position: absolute; inset: 0; opacity: .25; background: radial-gradient(circle at 12% 110%, var(--dsc-mint), transparent 33%); }
.dsc-cta-orb { position: absolute; right: -90px; top: -190px; width: 430px; height: 430px; border: 1px solid rgba(255, 255, 255, .23); border-radius: 50%; box-shadow: inset 0 0 0 60px rgba(255, 255, 255, .035), inset 0 0 0 125px rgba(255, 255, 255, .025); }
.dsc-cta-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.dsc-cta-inner h2 { max-width: 690px; margin-bottom: 17px; color: #fff; font-size: clamp(2.2rem, 4vw, 4.1rem); }
.dsc-cta-inner h2 em { color: var(--dsc-mint); }
.dsc-cta-inner p:not(.dsc-eyebrow) { margin-bottom: 0; color: #dceaff; }
.dsc-cta-inner .dsc-button-row { flex: 0 0 auto; justify-content: flex-end; }
.dsc-footer { padding: 80px 0 30px; color: #d3dfed; background: #041225; }
.dsc-footer-main { display: grid; grid-template-columns: 1.55fr .65fr .9fr .9fr; gap: 55px; padding-bottom: 55px; }
.dsc-brand-footer { margin-bottom: 24px; color: #fff; }
.dsc-brand-footer .dsc-brand-copy small { color: #afc3d8; }
.dsc-footer-brand > p { max-width: 340px; color: #94a9bf; font-size: .86rem; }
.dsc-footer-brand .dsc-footer-tagline { color: var(--dsc-mint); font-weight: 700; }
.dsc-footer h2 { margin-bottom: 20px; color: #fff; font-size: .83rem; letter-spacing: .12em; text-transform: uppercase; }
.dsc-footer-main > div:not(.dsc-footer-brand) > a, .dsc-footer-main > div:not(.dsc-footer-brand) > p { display: block; margin: 0 0 10px; color: #9eb1c5; font-size: .82rem; line-height: 1.6; }
.dsc-footer-main > div:not(.dsc-footer-brand) > a:hover { color: var(--dsc-mint); }
.dsc-footer-directions { margin-top: 17px !important; display: inline-flex !important; align-items: center; gap: 7px; color: #fff !important; font-weight: 700; }
.dsc-footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; padding-top: 27px; border-top: 1px solid rgba(255, 255, 255, .1); }
.dsc-footer-bottom p { margin: 0; color: #7188a0; font-size: .72rem; }
.dsc-footer-bottom > div { display: flex; gap: 10px; color: #8fa3b9; font-size: .72rem; }
.dsc-footer-bottom > div a:hover { color: #fff; }
.dsc-clinical-disclaimer { text-align: right; }

/* Internal page hero */
.dsc-page-hero { position: relative; isolation: isolate; overflow: hidden; padding: 105px 0 115px; color: #fff; background: linear-gradient(125deg, var(--dsc-navy) 0%, #0a2b55 63%, #0759ab 125%); }
.dsc-page-hero::after { content: ""; position: absolute; z-index: -1; right: -210px; top: -370px; width: 700px; height: 700px; border: 1px solid rgba(85, 230, 230, .2); border-radius: 50%; box-shadow: inset 0 0 0 75px rgba(34, 201, 215, .025), inset 0 0 0 175px rgba(34, 201, 215, .02); }
.dsc-page-hero-grid { position: absolute; inset: 0; z-index: -1; opacity: .09; background-image: linear-gradient(rgba(255, 255, 255, .4) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .4) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.dsc-page-hero-copy { max-width: 940px; }
.dsc-page-hero h1 { margin-bottom: 24px; color: #fff; font-size: clamp(3rem, 6vw, 5.6rem); text-wrap: balance; }
.dsc-page-hero h1 em { color: var(--dsc-mint); }
.dsc-page-hero-copy > p:last-child { max-width: 710px; margin-bottom: 0; color: #bed0e4; font-size: 1.08rem; line-height: 1.75; }

/* Values */
.dsc-values-section { color: #fff; background: var(--dsc-navy); }
.dsc-values-section h2 { color: #fff; }
.dsc-values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.dsc-values-grid article { min-height: 255px; padding: 28px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 20px; background: rgba(255, 255, 255, .05); }
.dsc-values-grid article > .dsc-icon { width: 37px; height: 37px; color: var(--dsc-mint); }
.dsc-values-grid h3 { margin: 28px 0 13px; color: #fff; }
.dsc-values-grid p { margin: 0; color: #a9bacd; font-size: .88rem; line-height: 1.7; }

/* Service details */
.dsc-service-notice { padding: 23px 0; border-bottom: 1px solid #f0d4a5; background: #fff8e9; }
.dsc-service-notice .dsc-container > div { display: flex; align-items: flex-start; gap: 12px; }
.dsc-service-notice .dsc-icon { margin-top: 3px; color: var(--dsc-warning); }
.dsc-service-notice p { margin: 0; color: #664f2c; font-size: .9rem; }
.dsc-service-detail-list { display: grid; gap: 18px; }
.dsc-service-detail { scroll-margin-top: 120px; display: grid; grid-template-columns: 60px 64px minmax(0, 1fr) auto; gap: 25px; align-items: start; padding: 34px; border: 1px solid var(--dsc-line); border-radius: var(--dsc-radius); background: #fff; box-shadow: 0 8px 26px rgba(7, 26, 51, .035); }
.dsc-service-detail-number { color: #a9b9ca; font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.dsc-service-detail-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; color: var(--dsc-blue); background: #e9f3ff; }
.dsc-service-detail-icon .dsc-icon { width: 28px; height: 28px; }
.dsc-service-detail h2 { margin: 0 0 12px; font-size: 1.7rem; }
.dsc-service-detail p { margin-bottom: 16px; }
.dsc-service-detail ul { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0; padding: 0; }
.dsc-service-detail li { display: flex; align-items: flex-start; gap: 7px; color: #4f6178; font-size: .8rem; }
.dsc-service-detail li .dsc-icon { width: 16px; height: 16px; margin-top: 2px; color: var(--dsc-success); }
.dsc-service-detail > .dsc-button { align-self: center; }
.dsc-preparation-band { color: #fff; background: var(--dsc-navy); }
.dsc-preparation-band h2, .dsc-preparation-band p { color: #fff; }
.dsc-preparation-band p { opacity: .75; }
.dsc-preparation-band figure { overflow: hidden; margin: 0; aspect-ratio: 1.45 / 1; border-radius: var(--dsc-radius); box-shadow: 0 25px 60px rgba(0, 0, 0, .28); }
.dsc-preparation-band img { height: 100%; object-fit: cover; }

/* Forms */
.dsc-form-section { background: var(--dsc-soft); }
.dsc-form-layout { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: clamp(45px, 7vw, 90px); align-items: start; }
.dsc-form-intro { position: sticky; top: 125px; }
.dsc-form-intro h2 { margin-bottom: 22px; }
.dsc-form-intro h2 em { color: var(--dsc-blue); }
.dsc-form-intro > p:not(.dsc-eyebrow):not(.dsc-emergency-note) { line-height: 1.8; }
.dsc-contact-card { display: flex; align-items: center; gap: 13px; margin-top: 15px; padding: 15px; border: 1px solid #d3e0eb; border-radius: 15px; background: #fff; }
.dsc-contact-card > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: var(--dsc-blue); background: #e7f2ff; }
.dsc-contact-card small, .dsc-contact-card a { display: block; }
.dsc-contact-card small { color: #718198; font-size: .72rem; }
.dsc-contact-card a { color: var(--dsc-navy); font-weight: 750; }
.dsc-emergency-note { display: flex; gap: 10px; margin-top: 22px; padding: 16px; border-left: 3px solid #d92d20; color: #683029 !important; background: #fff1f0; font-size: .8rem; line-height: 1.55; }
.dsc-emergency-note .dsc-icon { margin-top: 3px; color: #d92d20; }
.dsc-form-card { padding: clamp(25px, 4vw, 45px); border: 1px solid #d7e1eb; border-radius: 26px; background: #fff; box-shadow: var(--dsc-shadow-soft); }
.dsc-form-card > h2 { margin-bottom: 10px; font-size: 2rem; }
.dsc-form-card > p { margin-bottom: 25px; }
.dsc-enquiry-form { position: relative; }
.dsc-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.dsc-field-full { grid-column: 1 / -1; }
.dsc-field label { display: block; margin-bottom: 7px; color: #263c55; font-size: .8rem; font-weight: 720; }
.dsc-field label > span { color: #718198; font-size: .7rem; font-weight: 500; }
.dsc-field input, .dsc-field select, .dsc-field textarea { width: 100%; border: 1px solid #bdccda; border-radius: 11px; padding: 12px 13px; color: var(--dsc-ink); background: #fff; box-shadow: inset 0 1px 2px rgba(7, 26, 51, .03); transition: border-color .2s, box-shadow .2s; }
.dsc-field input, .dsc-field select { min-height: 49px; }
.dsc-field textarea { resize: vertical; min-height: 125px; }
.dsc-field input:focus, .dsc-field select:focus, .dsc-field textarea:focus { outline: 0; border-color: var(--dsc-blue); box-shadow: 0 0 0 4px rgba(7, 95, 199, .11); }
.dsc-field small { display: block; margin-top: 5px; color: #8794a4; font-size: .66rem; text-align: right; }
.dsc-consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; margin: 21px 0; color: #53647a; font-size: .76rem; line-height: 1.55; }
.dsc-consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--dsc-blue); }
.dsc-consent a { color: var(--dsc-blue); text-decoration: underline; text-underline-offset: 2px; }
.dsc-submit { width: 100%; border: 0; }
.dsc-submit[disabled] { opacity: .65; cursor: wait; transform: none; }
.dsc-form-footnote { display: flex; align-items: flex-start; gap: 8px; margin: 14px 0 0; color: #7b8999 !important; font-size: .66rem; line-height: 1.45; }
.dsc-form-footnote .dsc-icon { margin-top: 2px; }
.dsc-form-status { display: flex; align-items: flex-start; gap: 9px; margin-bottom: 18px; padding: 13px 14px; border-radius: 11px; color: #782b22; background: #fff0ee; font-size: .82rem; }
.dsc-form-status.is-success { color: #0b5b40; background: #eafaf3; }
.dsc-form-status .dsc-icon { margin-top: 2px; }
.dsc-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* Patient guide and contact */
.dsc-patient-guide { background: #fff; }
.dsc-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.dsc-guide-grid article { padding: 32px; border: 1px solid var(--dsc-line); border-radius: var(--dsc-radius); background: var(--dsc-soft); }
.dsc-guide-grid article > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; color: var(--dsc-blue); background: #e2f0ff; }
.dsc-guide-grid article > span .dsc-icon { width: 26px; height: 26px; }
.dsc-guide-grid h2 { margin: 24px 0 18px; font-size: 1.55rem; }
.dsc-guide-grid ul { margin: 0; padding-left: 19px; color: var(--dsc-copy); font-size: .87rem; }
.dsc-guide-grid li { margin: 9px 0; }
.dsc-contact-section { background: var(--dsc-soft); }
.dsc-contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 25px; }
.dsc-contact-tile { min-height: 215px; display: flex; flex-direction: column; align-items: flex-start; padding: 24px; border: 1px solid #d4e0eb; border-radius: 18px; background: #fff; box-shadow: 0 8px 24px rgba(7, 26, 51, .035); transition: transform .2s, box-shadow .2s; }
.dsc-contact-tile:hover { transform: translateY(-5px); box-shadow: var(--dsc-shadow-soft); }
.dsc-contact-tile > span { width: 47px; height: 47px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 14px; color: var(--dsc-blue); background: #e5f2ff; }
.dsc-contact-tile small { color: #7b8b9e; font-size: .7rem; }
.dsc-contact-tile strong { margin: 4px 0 14px; color: var(--dsc-navy); font-size: .88rem; overflow-wrap: anywhere; }
.dsc-contact-tile em { margin-top: auto; color: var(--dsc-blue); font-size: .72rem; font-style: normal; font-weight: 730; }
.dsc-contact-lower { display: grid; grid-template-columns: 1.15fr .85fr; gap: 25px; }
.dsc-location-card { overflow: hidden; display: grid; grid-template-rows: 330px 1fr; border: 1px solid #d4e0eb; border-radius: 25px; background: #fff; box-shadow: var(--dsc-shadow-soft); }
.dsc-location-card figure { overflow: hidden; margin: 0; }
.dsc-location-card figure img { height: 100%; object-fit: cover; }
.dsc-location-card > div { padding: 32px; }
.dsc-location-card h2 { margin-bottom: 7px; font-size: 1.7rem; }
.dsc-hours { list-style: none; margin: 20px 0 25px; padding: 0; color: var(--dsc-copy); font-size: .84rem; }
.dsc-hours li { padding: 6px 0; border-bottom: 1px solid #e5ebf1; }

/* Legal */
.dsc-legal-section { background: var(--dsc-soft); }
.dsc-legal-layout { display: grid; grid-template-columns: 230px minmax(0, 770px); justify-content: center; gap: 75px; align-items: start; }
.dsc-legal-layout aside { position: sticky; top: 125px; display: grid; gap: 6px; padding: 20px; border: 1px solid var(--dsc-line); border-radius: 14px; background: #fff; }
.dsc-legal-layout aside strong { margin-bottom: 7px; color: var(--dsc-navy); font-size: .82rem; }
.dsc-legal-layout aside a { padding: 7px 0; color: var(--dsc-copy); font-size: .78rem; }
.dsc-legal-layout aside a:hover { color: var(--dsc-blue); }
.dsc-legal-layout article { padding: 45px; border: 1px solid var(--dsc-line); border-radius: 20px; background: #fff; box-shadow: var(--dsc-shadow-soft); }
.dsc-legal-layout article h1 { margin-bottom: 8px; font-size: 2.65rem; }
.dsc-legal-updated { color: #8795a6 !important; font-size: .72rem; }
.dsc-legal-layout article h2 { scroll-margin-top: 125px; margin: 40px 0 14px; padding-top: 10px; border-top: 1px solid #e4ebf1; font-size: 1.45rem; }
.dsc-legal-layout article p { line-height: 1.82; }
.dsc-legal-layout article a { color: var(--dsc-blue); text-decoration: underline; }
.dsc-legal-note { margin-top: 38px; padding: 20px; border-left: 4px solid var(--dsc-warning); background: #fff8e8; }
.dsc-legal-note strong { color: #724e0f; }
.dsc-legal-note p { margin: 6px 0 0; color: #725c37; font-size: .8rem; }

/* Floating contact */
.dsc-whatsapp-float { position: fixed; z-index: 950; right: 22px; bottom: 22px; min-height: 52px; display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px; border-radius: 999px; color: #fff !important; background: #087b55; box-shadow: 0 15px 35px rgba(8, 123, 85, .33); font-size: .82rem; font-weight: 750; transition: transform .2s, background .2s; }
.dsc-whatsapp-float:hover { transform: translateY(-3px); background: #066944; }
.dsc-whatsapp-float .dsc-icon { width: 23px; height: 23px; }
.dsc-mobile-actions { display: none; }

/* Progressive reveals */
.dsc-reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease var(--dsc-delay, 0ms), transform .65s ease var(--dsc-delay, 0ms); }
.dsc-reveal.is-visible { opacity: 1; transform: none; }
.no-js .dsc-reveal { opacity: 1; transform: none; }

/* Tablet */
@media (max-width: 1080px) {
	.dsc-container { width: min(calc(100% - 34px), var(--dsc-container)); }
	.dsc-nav-inner { height: 78px; }
	.dsc-primary-nav { position: fixed; inset: 116px 0 auto; max-height: calc(100dvh - 116px); overflow-y: auto; display: block; padding: 18px 22px 28px; border-bottom: 1px solid var(--dsc-line); background: #fff; box-shadow: 0 22px 45px rgba(7, 26, 51, .16); transform: translateY(-130%); visibility: hidden; transition: transform .25s, visibility .25s; }
	body.admin-bar .dsc-primary-nav { inset: 148px 0 auto; max-height: calc(100dvh - 148px); }
	.dsc-primary-nav.is-open { transform: translateY(0); visibility: visible; }
	.dsc-primary-nav ul { display: block; }
	.dsc-primary-nav li { border-bottom: 1px solid #e7edf3; }
	.dsc-primary-nav ul a { display: block; padding: 15px 4px; font-size: 1rem; }
	.dsc-primary-nav ul a::after { display: none; }
	.dsc-primary-nav .dsc-button { width: 100%; margin-top: 18px; }
	.dsc-menu-toggle { display: block; }
	.dsc-menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
	.dsc-menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
	.dsc-menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
	.dsc-hero { min-height: 690px; }
	.dsc-hero-grid { grid-template-columns: minmax(0, 1fr) 330px; gap: 35px; }
	.dsc-hero h1 { font-size: clamp(3.5rem, 7vw, 5.1rem); }
	.dsc-service-grid { grid-template-columns: repeat(2, 1fr); }
	.dsc-process-grid { grid-template-columns: repeat(2, 1fr); }
	.dsc-process-grid::before { display: none; }
	.dsc-values-grid { grid-template-columns: repeat(2, 1fr); }
	.dsc-contact-grid { grid-template-columns: repeat(2, 1fr); }
	.dsc-footer-main { grid-template-columns: 1.3fr .7fr 1fr; }
	.dsc-footer-main > div:last-child { grid-column: 2 / -1; }
}

/* Mobile */
@media (max-width: 782px) {
	.dsc-site { padding-bottom: 70px; }
	.dsc-container { width: min(calc(100% - 28px), var(--dsc-container)); }
	.dsc-topbar { display: none; }
	.dsc-nav-inner { height: 72px; }
	.dsc-primary-nav { inset: 72px 0 auto; max-height: calc(100dvh - 72px); }
	body.admin-bar .dsc-primary-nav { inset: 118px 0 auto; max-height: calc(100dvh - 118px); }
	.dsc-brand { min-width: 0; gap: 9px; }
	.dsc-brand-mark { width: 38px; height: 38px; }
	.dsc-brand-copy strong { font-size: 1.13rem; }
	.dsc-brand-copy small { font-size: .48rem; }
	.dsc-hero { min-height: auto; }
	.dsc-hero::before { background-position: 43% center; }
	.dsc-hero::after { background: linear-gradient(90deg, rgba(3, 18, 36, .94), rgba(3, 24, 49, .74)), linear-gradient(0deg, rgba(3, 18, 36, .92), transparent); }
	.dsc-hero-grid { grid-template-columns: 1fr; gap: 35px; padding-block: 75px 95px; }
	.dsc-hero-copy { max-width: 100%; }
	.dsc-hero h1 { font-size: clamp(3rem, 14vw, 4.55rem); }
	.dsc-hero-lead { font-size: 1.02rem; }
	.dsc-hero-panel { max-width: 460px; padding: 23px; }
	.dsc-hero .dsc-button-row { align-items: stretch; flex-direction: column; }
	.dsc-hero .dsc-button { width: 100%; }
	.dsc-trust-grid { grid-template-columns: 1fr; padding-block: 12px; }
	.dsc-trust-grid > div, .dsc-trust-grid > div:first-child { min-height: 93px; padding: 18px 4px; border-right: 0; border-bottom: 1px solid var(--dsc-line); }
	.dsc-trust-grid > div:last-child { border-bottom: 0; }
	.dsc-section { padding: 78px 0; }
	.dsc-section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 38px; }
	.dsc-section-heading h2, .dsc-split-copy h2, .dsc-faq-intro h2 { font-size: clamp(2.25rem, 10vw, 3.3rem); }
	.dsc-service-grid, .dsc-split, .dsc-split-reverse, .dsc-faq-layout, .dsc-form-layout, .dsc-contact-lower, .dsc-guide-grid { grid-template-columns: 1fr; }
	.dsc-service-card { min-height: 310px; }
	.dsc-image-stack { padding: 0 20px 22px 0; }
	.dsc-image-primary { aspect-ratio: 1 / .9; border-radius: 8px 45px 8px 8px; }
	.dsc-image-badge { width: 115px; height: 115px; border-width: 7px; }
	.dsc-process-grid { grid-template-columns: 1fr; }
	.dsc-process-grid li { min-height: 220px; }
	.dsc-gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 230px 350px; }
	.dsc-gallery-grid figure:first-child { grid-column: 1 / -1; grid-row: 1; }
	.dsc-gallery-grid .dsc-gallery-tall { grid-column: 1 / -1; grid-row: 3; }
	.dsc-faq-intro, .dsc-form-intro, .dsc-legal-layout aside { position: static; }
	.dsc-cta-inner { align-items: flex-start; flex-direction: column; gap: 30px; }
	.dsc-cta-inner .dsc-button-row { width: 100%; justify-content: flex-start; }
	.dsc-cta-inner .dsc-button { width: 100%; }
	.dsc-footer { padding-top: 65px; }
	.dsc-footer-main { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
	.dsc-footer-brand { grid-column: 1 / -1; }
	.dsc-footer-main > div:last-child { grid-column: auto; }
	.dsc-footer-bottom { grid-template-columns: 1fr; text-align: left; }
	.dsc-clinical-disclaimer { text-align: left; }
	.dsc-page-hero { padding: 75px 0 85px; }
	.dsc-page-hero h1 { font-size: clamp(3rem, 13vw, 4.4rem); }
	.dsc-values-grid { grid-template-columns: 1fr; }
	.dsc-feature-image, .dsc-feature-image img { min-height: 380px; }
	.dsc-service-detail { grid-template-columns: 46px minmax(0, 1fr); gap: 17px; padding: 25px 20px; }
	.dsc-service-detail-icon { grid-row: 2; }
	.dsc-service-detail > div:nth-child(3) { grid-column: 2; grid-row: 1 / span 2; }
	.dsc-service-detail > .dsc-button { grid-column: 1 / -1; width: 100%; }
	.dsc-form-grid { grid-template-columns: 1fr; }
	.dsc-field-full { grid-column: auto; }
	.dsc-contact-grid { grid-template-columns: 1fr 1fr; }
	.dsc-contact-tile { min-height: 195px; padding: 20px; }
	.dsc-legal-layout { grid-template-columns: 1fr; gap: 20px; }
	.dsc-legal-layout aside { display: none; }
	.dsc-legal-layout article { padding: 27px 22px; }
	.dsc-whatsapp-float { display: none; }
	.dsc-mobile-actions { position: fixed; z-index: 990; left: 0; right: 0; bottom: 0; height: 66px; display: grid; grid-template-columns: repeat(3, 1fr); padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid #d7e2ec; background: rgba(255, 255, 255, .98); box-shadow: 0 -12px 35px rgba(7, 26, 51, .13); backdrop-filter: blur(12px); }
	.dsc-mobile-actions a { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 3px; color: var(--dsc-navy); font-size: .66rem; font-weight: 720; }
	.dsc-mobile-actions a:nth-child(2) { color: var(--dsc-success); border-inline: 1px solid #e0e8ef; }
	.dsc-mobile-actions a:nth-child(3) { color: #fff; background: var(--dsc-blue); }
	.dsc-mobile-actions .dsc-icon { width: 21px; height: 21px; }
}

@media (max-width: 500px) {
	.dsc-brand-copy small { display: none; }
	.dsc-brand-copy strong { font-size: 1.2rem; }
	.dsc-hero h1 { letter-spacing: -.055em; }
	.dsc-service-grid, .dsc-contact-grid { grid-template-columns: 1fr; }
	.dsc-contact-tile { min-height: 178px; }
	.dsc-gallery-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; padding-bottom: 8px; }
	.dsc-gallery-grid figure, .dsc-gallery-grid figure:first-child, .dsc-gallery-grid .dsc-gallery-tall { flex: 0 0 84%; height: 360px; scroll-snap-align: center; }
	.dsc-footer-main { grid-template-columns: 1fr; }
	.dsc-footer-brand, .dsc-footer-main > div:last-child { grid-column: auto; }
	.dsc-page-hero h1 { letter-spacing: -.055em; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.dsc-site *, .dsc-site *::before, .dsc-site *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	.dsc-reveal { opacity: 1; transform: none; }
}

@media print {
	.dsc-topbar, .dsc-nav-shell, .dsc-whatsapp-float, .dsc-mobile-actions, .dsc-button, .dsc-cta-section { display: none !important; }
	.dsc-site { color: #000; font-size: 11pt; }
	.dsc-page-hero { padding: 20px 0; color: #000; background: #fff; }
	.dsc-page-hero h1, .dsc-page-hero p { color: #000 !important; }
	.dsc-reveal { opacity: 1; transform: none; }
}
