:root {
  --evergreen: #0d6b5c;
  --evergreen-deep: #0a5448;
  --teal: #147d68;
  --mint: #69d39b;
  --lime: #b6e85b;
  --ink: #1a1612;
  --slate: #4e615b;
  --mist: #f7f3ea;
  --paper: #f4efe4;
  --white: #fffaf3;
  --line: #d8d0c4;
  --focus: #c9a227;
  --brand-deep: #063b33;
  --brand-ink: #10211d;
  --shadow-sm: 0 12px 32px rgba(46, 36, 22, .08);
  --shadow-lg: 0 28px 70px rgba(46, 36, 22, .12);
}

*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body { margin: 0; }
button, input, textarea, select { font: inherit; }
a { color: inherit; }
img, svg { max-width: 100%; }
.enterprise-site { color: var(--ink); background: var(--paper); font-family: "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.enterprise-site h1, .enterprise-site h2, .enterprise-site h3, .enterprise-site strong, .enterprise-site .button { font-family: "Segoe UI Variable Display", "Segoe UI", system-ui, sans-serif; }
.site-shell { width: min(100% - 3rem, 1240px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: 1rem; padding: .75rem 1rem; color: var(--white); background: var(--ink); border-radius: 6px; transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }

.utility-bar { color: #5c564e; background: #f7f3ea; font-size: .75rem; letter-spacing: .015em; border-bottom: 1px solid var(--line); }
.utility-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.utility-inner p { margin: 0; }
.utility-inner p span { width: 6px; height: 6px; display: inline-block; margin-right: .45rem; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 4px rgba(182, 232, 91, .1); }
.utility-inner div { display: flex; gap: 1.4rem; }
.utility-inner a { text-underline-offset: 3px; }

.launch-strip { color: var(--ink); background: #fffaf3; border-bottom: 1px solid var(--line); }
.launch-strip-inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: .55rem; font-size: .74rem; }
.launch-strip-inner p { margin: 0; color: #5c564e; }
.launch-strip-inner strong { color: var(--ink); font-weight: 800; }
.launch-strip-link { flex: 0 0 auto; color: var(--teal); text-decoration: none; font-weight: 800; white-space: nowrap; }
.launch-strip-link:hover { color: var(--evergreen-deep); text-decoration: underline; text-underline-offset: 3px; }

.enterprise-header { position: sticky; z-index: 100; top: 0; color: var(--ink); background: rgba(247, 243, 234, .96); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); transition: box-shadow .2s ease, border-color .2s ease; }
.enterprise-header.scrolled { box-shadow: var(--shadow-sm); }
.header-inner { position: relative; min-height: 82px; display: grid; grid-template-columns: 255px 1fr auto; align-items: center; gap: 2rem; }
.enterprise-brand { display: inline-flex; align-items: center; text-decoration: none; }
.enterprise-brand img { width: 246px; height: 56px; display: block; }
.enterprise-nav { display: flex; justify-content: center; gap: clamp(1.1rem, 2vw, 2.1rem); }
.enterprise-nav a { min-height: 44px; display: inline-flex; align-items: center; color: #344a43; text-decoration: none; font-size: .87rem; font-weight: 650; }
.enterprise-nav a:hover { color: var(--teal); }
.mobile-nav-account { display: none !important; }
.header-account-actions { display: flex; align-items: center; gap: .45rem; }
.header-sign-in { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: .7rem .75rem; color: var(--evergreen); border: 1px solid transparent; border-radius: 4px; text-decoration: none; font-size: .82rem; font-weight: 750; }
.header-sign-in:hover { color: var(--teal); background: var(--mist); border-color: var(--line); }
.header-cta { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: .8rem; padding: .7rem 1rem; color: var(--white); background: var(--evergreen); border: 1px solid var(--evergreen); border-radius: 4px; text-decoration: none; font-size: .82rem; font-weight: 750; }
.header-cta:hover { background: var(--teal); border-color: var(--teal); }
.menu-button { position: relative; z-index: 102; width: 46px; height: 46px; display: none; place-items: center; padding: 11px; background: transparent; border: 1px solid var(--line); border-radius: 4px; cursor: pointer; touch-action: manipulation; }
.menu-button span:not(.sr-only) { width: 21px; height: 2px; display: block; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.enterprise-hero { position: relative; min-height: 620px; display: grid; align-items: center; padding: 3.5rem 0 4rem; overflow: clip; background: var(--paper); }
.enterprise-hero::before { content: none; }
.hero-orb { position: absolute; z-index: 0; border-radius: 50%; pointer-events: none; filter: blur(48px); }
.hero-orb-one { top: 8%; right: 12%; width: 220px; height: 220px; background: rgba(20,125,104,.28); }
.hero-orb-two { bottom: 10%; left: 6%; width: 180px; height: 180px; background: rgba(182,232,91,.22); }
.hero-scene { position: relative; }
.hero-photo-frame { transition: transform .45s cubic-bezier(.2,.8,.2,1); transform: rotateY(-3deg) rotateX(2deg); }
.hero-domain-visual:hover .hero-photo-frame { transform: rotateY(-6deg) rotateX(3deg); }
.domain-search-card { transition: box-shadow .25s ease, border-color .25s ease; }
.hero-domain-visual:hover .domain-search-card { box-shadow: 0 28px 80px rgba(4,42,37,.24), 0 0 0 1px rgba(255,255,255,.72) inset; }
.ui-icon { display: inline-grid; place-items: center; width: 1.1rem; height: 1.1rem; color: var(--teal); }
.ui-icon svg { width: 100%; height: 100%; display: block; }
.ui-icon-lg { width: 1.65rem; height: 1.65rem; color: var(--evergreen); }
.hero-icon-chips { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.hero-icon-chips li { display: inline-flex; align-items: center; gap: .45rem; min-height: 36px; padding: .45rem .75rem; color: #334a43; background: rgba(255,255,255,.72); border: 1px solid #c8dbd4; border-radius: 999px; font-size: .72rem; font-weight: 700; box-shadow: 0 10px 24px rgba(4,42,37,.06); }
.direct-path { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: -2.5rem; margin-bottom: 1rem; position: relative; z-index: 2; }
.direct-path-card { display: grid; gap: .25rem; min-height: 118px; padding: 1.15rem 1.2rem; color: inherit; text-decoration: none; background: rgba(255,255,255,.94); border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.direct-path-card:hover { transform: translateY(-4px); border-color: #a7cdbd; box-shadow: var(--shadow-lg); }
.direct-path-card strong { font-size: 1rem; letter-spacing: -.02em; }
.direct-path-card span:last-child { color: var(--slate); font-size: .74rem; }
.policy-details { margin-top: .75rem; padding: .85rem 1rem; background: rgba(255,255,255,.55); border: 1px solid var(--line); }
.policy-details summary { cursor: pointer; color: var(--evergreen); font-weight: 800; font-size: .74rem; }
.policy-details p { margin: .75rem 0 0; }
.visual-strip { display: grid; grid-template-columns: 1.05fr .95fr; gap: 2rem; align-items: center; margin-top: 3rem; padding: 1.5rem; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.visual-strip img { width: 100%; min-height: 280px; object-fit: cover; }
.visual-strip h3 { margin: .4rem 0 .6rem; font-size: clamp(1.6rem, 3vw, 2.2rem); line-height: 1.05; letter-spacing: -.04em; }
.visual-strip p { margin: 0 0 1rem; color: var(--slate); font-size: .82rem; }
.path-section { display: grid; gap: 2rem; padding-block: 6rem; }
.path-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 3rem; align-items: start; }
.path-copy h2 { margin: .5rem 0 1rem; font-size: clamp(2.2rem, 4.5vw, 3.8rem); line-height: .95; letter-spacing: -.055em; }
.path-copy > p { margin: 0; color: var(--slate); max-width: 42ch; }
.path-steps { display: grid; gap: .85rem; margin: 0; padding: 0; list-style: none; }
.path-steps li { display: grid; grid-template-columns: 42px 1fr; gap: .85rem; align-items: start; padding: 1rem 1.1rem; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform .2s ease; }
.path-steps li:hover { transform: translateY(-3px); }
.path-steps h3 { margin: 0 0 .25rem; font-size: 1rem; }
.path-steps p { margin: 0; color: var(--slate); font-size: .76rem; }
.path-photo img { width: 100%; min-height: 320px; object-fit: cover; box-shadow: var(--shadow-lg); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(510px, .9fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.pricing-hero { min-height: 560px; padding-block: 5rem; }
.pricing-hero .hero-grid { grid-template-columns: minmax(0, 920px); }
.pricing-hero .hero-copy h1 { max-width: 900px; }
.pricing-hero .hero-summary { max-width: 780px; }
.section-kicker { margin: 0 0 1.2rem; color: var(--teal); text-transform: uppercase; letter-spacing: .17em; font-size: .7rem; font-weight: 800; }
.section-kicker span { display: inline-flex; align-items: center; gap: .6rem; }
.section-kicker span::before { content: ""; width: 22px; height: 2px; background: var(--lime); }
.section-kicker.light { color: #7a7268; }
.hero-copy { min-width: 0; }
.hero-copy h1 { max-width: 16ch; margin: 0; font-size: clamp(2.4rem, 6vw, 4.2rem); line-height: 1.05; letter-spacing: -.045em; font-weight: 730; overflow-wrap: break-word; }
.hero-copy h1 em { display: block; color: var(--teal); font-style: normal; }
.hero-summary { max-width: 680px; margin: 2rem 0 0; color: var(--slate); font-size: clamp(1.08rem, 1.6vw, 1.3rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero-secondary-action { margin: .85rem 0 0; color: var(--slate); font-size: .82rem; font-weight: 650; }
.hero-secondary-action a { color: var(--teal); text-underline-offset: 3px; }
.hero-secondary-action a:hover { color: var(--evergreen); }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 1rem; padding: .85rem 1.2rem; border: 1px solid transparent; border-radius: 4px; text-decoration: none; font-size: .87rem; font-weight: 750; cursor: pointer; transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--evergreen); border-color: var(--evergreen); }
.button-primary:hover { background: var(--teal); border-color: var(--teal); }
.button-secondary { color: var(--evergreen); background: rgba(255,255,255,.58); border-color: #aabdb6; }
.button-secondary:hover { background: var(--white); border-color: var(--evergreen); }
.hero-assurances { display: flex; flex-wrap: wrap; gap: .8rem 1.5rem; margin: 1.8rem 0 0; padding: 0; color: #40554f; list-style: none; font-size: .78rem; font-weight: 650; }
.hero-assurances li::before { content: "✓"; margin-right: .45rem; color: var(--teal); }

/* Interior page system */
.interior-hero { min-height: 620px; padding-block: 4.5rem 5.5rem; }
.interior-hero .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(420px, .88fr); gap: clamp(3rem, 6vw, 6rem); }
.interior-hero .hero-copy h1 { max-width: 760px; font-size: clamp(3.35rem, 6.1vw, 6.15rem); }
.interior-hero-compact { min-height: 470px; padding-block: 4rem; }
.interior-hero-compact .hero-copy h1 { max-width: 900px; font-size: clamp(3.1rem, 5.6vw, 5.5rem); }
.interior-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(310px, .66fr); gap: clamp(3rem, 6vw, 6.5rem); align-items: center; }
.interior-hero-panel { position: relative; min-height: 300px; display: grid; align-content: end; padding: clamp(2rem, 4vw, 3.2rem); overflow: hidden; color: var(--white); background: var(--evergreen); border-left: 7px solid var(--lime); box-shadow: var(--shadow-lg); }
.interior-hero-panel::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(105,211,155,.34) 1px, transparent 1px), linear-gradient(90deg, rgba(105,211,155,.34) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(135deg, black, transparent 78%); }
.interior-hero-panel::after { content: "CCN"; position: absolute; top: .5rem; right: 1.1rem; color: rgba(255,255,255,.07); font-size: clamp(4.5rem, 9vw, 7.5rem); line-height: 1; letter-spacing: -.08em; font-weight: 900; }
.interior-hero-panel > * { position: relative; z-index: 1; }
.interior-hero-panel .section-kicker { margin-bottom: 1rem; color: var(--mint); }
.interior-hero-panel h2 { max-width: 470px; margin: 0; font-size: clamp(1.75rem, 3.2vw, 2.7rem); line-height: 1.08; letter-spacing: -.045em; }
.interior-hero-panel p:not(.section-kicker) { max-width: 48ch; margin: 1rem 0 0; color: #c9ddd6; font-size: .82rem; }
.interior-photo { position: relative; min-width: 0; margin: 0; padding: 0 1.4rem 1.4rem 0; }
.interior-photo::before { content: ""; position: absolute; right: 0; bottom: 0; width: 72%; height: 68%; background: var(--evergreen); }
.interior-photo::after { content: ""; position: absolute; z-index: 2; top: -14px; left: -14px; width: 72px; height: 6px; background: var(--lime); }
.interior-photo img { position: relative; z-index: 1; width: 100%; height: 500px; display: block; object-fit: cover; box-shadow: var(--shadow-lg); }
.interior-photo figcaption { position: absolute; z-index: 3; right: 2.5rem; bottom: 2.1rem; max-width: 300px; padding: .65rem .8rem; color: #e8f3ef; background: rgba(4,42,37,.9); font-size: .68rem; line-height: 1.4; }
.interior-photo-left img { object-position: 38% center; }
.interior-photo-right img { object-position: 66% center; }

/* Legacy diagram support while specialized interior visuals are phased in. */
.foundation-visual { position: relative; min-width: 0; }
.foundation-frame { position: relative; z-index: 2; color: var(--white); background: var(--evergreen-deep); border: 1px solid rgba(255,255,255,.12); box-shadow: var(--shadow-lg); }
.foundation-topline, .foundation-footer { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .85rem 1rem; color: #bcd0c9; border-bottom: 1px solid rgba(255,255,255,.12); text-transform: uppercase; letter-spacing: .12em; font-size: .62rem; }
.foundation-topline span i { width: 7px; height: 7px; display: inline-block; margin-right: .45rem; background: var(--lime); border-radius: 50%; }
.foundation-topline strong { color: var(--mint); font-size: .62rem; }
.foundation-core { display: grid; grid-template-columns: 94px 1fr; gap: 1.2rem; align-items: center; padding: 1.6rem; background: #083c34; }
.foundation-core img { width: 92px; height: 92px; }
.foundation-core small { display: block; margin-bottom: .25rem; color: var(--mint); text-transform: uppercase; letter-spacing: .11em; font-size: .6rem; }
.foundation-core strong { display: block; font-size: 1.2rem; }
.foundation-core p { margin: .35rem 0 0; color: #bbcec8; font-size: .78rem; }
.foundation-layers { padding: .6rem 1rem; }
.foundation-layers article { min-height: 66px; display: grid; grid-template-columns: 32px 1fr auto; gap: .8rem; align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); }
.foundation-layers article:last-child { border-bottom: 0; }
.foundation-layers article > b { color: #7e9b92; font-size: .6rem; }
.foundation-layers article div { display: flex; flex-direction: column; }
.foundation-layers article strong { font-size: .82rem; }
.foundation-layers article span { color: #9eb4ad; font-size: .66rem; }
.foundation-layers article > i { color: var(--mint); font-size: .62rem; font-style: normal; }
.foundation-footer { border-top: 1px solid rgba(255,255,255,.12); border-bottom: 0; letter-spacing: .04em; text-transform: none; }

.responsibility-matrix { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.responsibility-card { min-height: 300px; display: flex; flex-direction: column; padding: 2rem; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.responsibility-card:nth-child(2) { color: var(--white); background: var(--evergreen); border-color: var(--evergreen); }
.responsibility-card h3 { margin: 0 0 .75rem; font-size: 1.65rem; letter-spacing: -.035em; }
.responsibility-card p { margin: 0; color: var(--slate); }
.responsibility-card:nth-child(2) p { color: #c5d8d1; }
.responsibility-card ul { display: grid; gap: .55rem; margin: 1.3rem 0 0; padding: 0; list-style: none; font-size: .78rem; }
.responsibility-card li::before { content: "✓"; margin-right: .5rem; color: var(--teal); font-weight: 900; }
.responsibility-card:nth-child(2) li::before { color: var(--lime); }

.status-board { overflow: hidden; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.status-board > header { display: flex; justify-content: space-between; gap: 2rem; align-items: center; padding: 1.5rem 1.7rem; color: var(--white); background: var(--evergreen); }
.status-board > header h2 { margin: 0; font-size: clamp(1.5rem, 3vw, 2.2rem); letter-spacing: -.035em; }
.status-board > header p { margin: .25rem 0 0; color: #c5d8d1; font-size: .75rem; }
.status-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.25rem; align-items: center; min-height: 92px; padding: 1.15rem 1.7rem; border-top: 1px solid var(--line); }
.status-row h3, .status-row p { margin: 0; }
.status-row h3 { font-size: 1rem; }
.status-row p { color: var(--slate); font-size: .78rem; }
.status-pill { display: inline-flex; align-items: center; gap: .45rem; padding: .38rem .6rem; color: var(--evergreen); background: var(--mist); border: 1px solid var(--line); text-transform: uppercase; letter-spacing: .08em; font-size: .62rem; font-weight: 850; white-space: nowrap; }
.status-pill::before { content: ""; width: 7px; height: 7px; background: var(--teal); border-radius: 50%; }
.status-reviewed { margin-top: .8rem !important; padding-top: .8rem; border-top: 1px solid rgba(219, 232, 226, .18); font-size: .72rem !important; color: rgba(255, 255, 255, .72) !important; }

.legal-page { background: #eef5f2; }
.legal-masthead { padding: 4.25rem 0 3.4rem; background: var(--mist); border-bottom: 1px solid var(--line); }
.legal-masthead .site-shell { max-width: 1040px; }
.legal-masthead h1 { max-width: 900px; margin: 0; font-size: clamp(3rem, 6.2vw, 5.75rem); line-height: .95; letter-spacing: -.065em; }
.legal-masthead p:not(.section-kicker) { max-width: 760px; margin: 1.35rem 0 0; color: var(--slate); font-size: 1.05rem; }
.legal-meta { display: flex; flex-wrap: wrap; gap: .7rem 1.2rem; margin-top: 1.4rem; color: var(--evergreen); font-size: .72rem; font-weight: 750; }
.legal-document { padding-block: 3rem 7rem; }
.legal-shell { width: min(100% - 3rem, 920px); margin-inline: auto; }
.legal-toc { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 2rem; padding: 1.25rem 1.4rem; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.legal-toc strong { flex-basis: 100%; display: block; margin-bottom: .25rem; color: var(--teal); text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; }
.legal-toc ol, .legal-toc ul, .link-list { display: grid; gap: .45rem; margin: 0; padding: 0; list-style: none; }
.legal-toc a { display: inline-flex; align-items: center; min-height: 34px; padding: .35rem .65rem; color: var(--evergreen); background: var(--mist); border: 1px solid var(--line); text-decoration: none; font-size: .72rem; font-weight: 700; }
.legal-toc a:hover { color: var(--white); background: var(--evergreen); border-color: var(--evergreen); }
.link-list a { color: var(--evergreen); text-underline-offset: 3px; font-size: .75rem; }
.legal-article { min-width: 0; }
.legal-section { position: relative; scroll-margin-top: 120px; padding: 0 0 2.5rem; margin-bottom: 2.5rem; border-bottom: 1px solid var(--line); }
.legal-section:last-child { border-bottom: 0; }
.legal-section h2 { margin: 0 0 .85rem; font-size: clamp(1.45rem, 3vw, 2.05rem); line-height: 1.15; letter-spacing: -.035em; }
.legal-section p, .legal-section li { max-width: 72ch; color: #344a43; }
.legal-section a { color: var(--teal); text-underline-offset: 3px; }

.link-list { gap: .7rem; }
.link-list a { display: inline-flex; align-items: center; gap: .55rem; font-weight: 750; }
.link-list a::after { content: "→"; }

.hero-domain-visual { position: relative; min-width: 0; padding: 0 0 7.5rem 2.25rem; }
.hero-photo-frame { position: relative; min-height: 520px; margin: 0; overflow: hidden; background: var(--evergreen-deep); border: 1px solid rgba(6,59,51,.18); box-shadow: var(--shadow-lg); }
.hero-photo-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 45%, rgba(4,42,37,.62) 100%); }
.hero-photo-frame img.hero-photo-fallback,
.hero-photo-frame .hero-photo-video { width: 100%; height: 520px; display: block; object-fit: cover; object-position: 56% center; }
.hero-photo-video { position: absolute; inset: 0; display: none; }
@media (min-width: 901px) and (prefers-reduced-motion: no-preference) {
  .hero-photo-frame[data-hero-video] .hero-photo-video { display: block; }
  .hero-photo-frame[data-hero-video] .hero-photo-fallback { opacity: 0; }
}
.hero-photo-frame figcaption { position: absolute; z-index: 1; right: 1.25rem; bottom: 1rem; display: inline-flex; align-items: center; gap: .55rem; margin: 0; color: #e8f3ef; text-transform: uppercase; letter-spacing: .11em; font-size: .61rem; font-weight: 750; }
.hero-photo-frame figcaption span { width: 7px; height: 7px; display: inline-block; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(182,232,91,.14); }
.domain-search-card { position: absolute; z-index: 3; left: 0; right: 2.25rem; bottom: 0; padding: 1.45rem; color: var(--ink); background: #fff; border: 1px solid rgba(6,59,51,.16); box-shadow: 0 24px 70px rgba(4,42,37,.22), 0 0 0 1px rgba(255,255,255,.65) inset; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
.domain-search-heading { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: start; margin-bottom: 1rem; }
.domain-search-heading p { margin: 0 0 .15rem; color: var(--teal); text-transform: uppercase; letter-spacing: .15em; font-size: .61rem; font-weight: 850; }
.domain-search-heading h2 { max-width: 430px; margin: 0; font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.12; letter-spacing: -.035em; }
.domain-search-heading > span { display: inline-grid; place-items: center; min-width: 54px; min-height: 38px; padding: .35rem .55rem; color: var(--evergreen); background: var(--mist); border: 1px solid var(--line); font-size: .72rem; font-weight: 850; }
.domain-search-controls { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: stretch; min-height: 54px; border: 1px solid #9aafa8; background: var(--white); }
.domain-search-icon { display: inline-flex; align-items: center; padding-left: .85rem; color: var(--teal); font-size: .75rem; font-weight: 800; }
.domain-search-controls input { min-width: 0; padding: .75rem .55rem; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: .93rem; }
.domain-search-controls input::placeholder { color: #71837d; opacity: 1; }
.domain-search-controls:focus-within { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(20,125,104,.16); }
.domain-search-controls input:focus-visible { outline: 0; }
.domain-search-controls button { min-width: 132px; padding: .7rem .9rem; color: var(--white); background: var(--evergreen); border: 0; cursor: pointer; font-size: .75rem; font-weight: 800; }
.domain-search-controls button:hover { background: var(--teal); }
.domain-search-controls button:disabled { cursor: progress; opacity: .72; }
.domain-search-help { margin: .65rem 0 0; color: var(--slate); font-size: .68rem; }
.domain-search-result { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; margin-top: .45rem; }
.domain-search-result p { margin: 0; color: var(--slate); font-size: .76rem; }
.domain-search-result p.is-error { color: #9b2c2c; font-weight: 700; }
.domain-search-result p.is-ready { color: var(--evergreen); font-weight: 700; }
.domain-search-result a { flex: 0 0 auto; color: var(--teal); text-decoration-thickness: 1px; text-underline-offset: 3px; font-size: .7rem; font-weight: 800; }
.domain-search-results { margin-top: .9rem; padding-top: .8rem; border-top: 1px solid var(--line); }
.domain-search-results h3 { margin: 0 0 .65rem; font-size: .88rem; font-weight: 800; letter-spacing: -.01em; }
.domain-search-more-label { margin: 0 0 .45rem; color: var(--slate); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.domain-search-more-label[hidden] { display: none !important; }
.domain-search-featured { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .55rem; margin-bottom: .75rem; }
.domain-search-featured[hidden] { display: none !important; }
.domain-search-list { max-height: 220px; display: grid; gap: 0; margin: 0; padding: 0; overflow-y: auto; overscroll-behavior: contain; list-style: none; scrollbar-gutter: stable; border: 1px solid var(--line); background: var(--white); }
.domain-search-skeleton span,
.domain-search-skeleton b,
.domain-search-skeleton i { display: block; border-radius: 999px; background: linear-gradient(90deg, #e3ece8 0%, #f7fbf9 45%, #e3ece8 100%); background-size: 200% 100%; animation: domain-skeleton-shimmer 1.2s linear infinite; }
.domain-search-skeleton-card { display: grid; gap: .45rem; min-height: 132px; padding: .75rem; background: #f5f8f6; border: 1px solid var(--line); }
.domain-search-skeleton-card span { width: 42%; height: .62rem; }
.domain-search-skeleton-card b { width: 55%; height: 1rem; }
.domain-search-skeleton-card i { width: 72%; height: .72rem; }
.domain-search-skeleton-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .7rem; align-items: center; padding: .7rem .8rem; background: #f5f8f6; border-bottom: 1px solid var(--line); }
.domain-search-skeleton-row span { width: 68%; height: .72rem; }
.domain-search-skeleton-row b { width: 72px; height: 1.8rem; justify-self: end; }
@keyframes domain-skeleton-shimmer { to { background-position: -200% 0; } }
.domain-result-card { display: grid; gap: .35rem; min-height: 148px; padding: .8rem .85rem; background: var(--white); border: 1px solid var(--line); box-shadow: 0 8px 22px rgba(4,42,37,.05); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.domain-result-card:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(4,42,37,.08); }
.domain-result-card.is-available { border-color: #8fbdaa; background: linear-gradient(180deg, #f4fbf7 0%, #fff 100%); }
.domain-result-card.is-unavailable { background: #fafafa; }
.domain-result-card.is-unknown { background: #fbf8ed; border-color: #d7c998; }
.domain-result-badge { display: inline-flex; align-items: center; width: fit-content; min-height: 24px; padding: .22rem .55rem; border-radius: 999px; font-size: .62rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.is-available .domain-result-badge { color: var(--evergreen); background: #e4f4eb; border: 1px solid #8fbdaa; }
.is-unavailable .domain-result-badge { color: #7a4a4a; background: #f8eded; border: 1px solid #d7b8b8; }
.is-unknown .domain-result-badge { color: #705d1c; background: #fbf2d8; border: 1px solid #d7c998; }
.domain-result-tld { margin: .15rem 0 0; color: var(--slate); font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.domain-result-name { margin: 0; overflow: hidden; color: var(--ink); font-size: .88rem; line-height: 1.25; letter-spacing: -.02em; text-overflow: ellipsis; white-space: nowrap; }
.domain-result-card .domain-result-name { font-size: 1.02rem; font-weight: 800; }
.domain-result-price { margin: 0; color: var(--slate); font-size: .76rem; font-weight: 700; }
.domain-result-card .domain-result-price { margin-top: .1rem; color: var(--ink); font-size: .86rem; }
.domain-result-buy { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; margin-top: .25rem; padding: .5rem .75rem; color: var(--white); background: var(--ink); border: 1px solid var(--ink); text-decoration: none; font-size: .74rem; font-weight: 850; letter-spacing: .01em; transition: background .18s ease, border-color .18s ease; }
.domain-result-buy:hover { background: var(--evergreen); border-color: var(--evergreen); }
.domain-result-card .domain-result-buy { width: 100%; margin-top: auto; }
.domain-result-row { display: flex; align-items: center; justify-content: space-between; gap: .75rem; min-width: 0; padding: .72rem .85rem; border-bottom: 1px solid var(--line); }
.domain-result-row:last-child { border-bottom: 0; }
.domain-result-row.is-available { background: #f8fcfa; }
.domain-result-main { display: flex; align-items: center; gap: .55rem; min-width: 0; flex: 1 1 auto; }
.domain-result-main .domain-result-name { font-size: .82rem; font-weight: 800; }
.domain-result-meta { display: flex; align-items: center; gap: .55rem; flex: 0 0 auto; }
.domain-result-meta .domain-result-price { font-size: .72rem; white-space: nowrap; }
.domain-result-meta .domain-result-buy { min-height: 34px; margin-top: 0; padding: .45rem .7rem; font-size: .7rem; }
.domain-search-disclaimer { margin: .55rem 0 0; color: var(--slate); font-size: .66rem; line-height: 1.45; }

.website-plans-section { padding-block: 7.5rem; background: var(--paper); }
.offerings-section.offerings-mode-design { background: var(--ink); color: var(--white); }
.offerings-section.offerings-mode-design .website-plans-heading .section-kicker { color: var(--mint); }
.offerings-section.offerings-mode-design .website-plans-heading h2 { color: var(--white); }
.offerings-section.offerings-mode-design .offerings-summary { color: #b9ccc5; }
.offerings-toggle { display: inline-flex; gap: .35rem; margin: 0 0 2rem; padding: .35rem; background: rgba(6,59,51,.08); border: 1px solid var(--line); border-radius: 999px; }
.offerings-section.offerings-mode-design .offerings-toggle { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); }
.offerings-toggle-button { min-height: 44px; padding: .7rem 1.15rem; color: var(--slate); background: transparent; border: 0; border-radius: 999px; font-size: .78rem; font-weight: 800; cursor: pointer; transition: background .18s ease, color .18s ease, box-shadow .18s ease; }
.offerings-toggle-button:hover { color: var(--evergreen); }
.offerings-toggle-button.is-active { color: var(--evergreen-deep); background: var(--white); box-shadow: var(--shadow-sm); }
.offerings-section.offerings-mode-design .offerings-toggle-button { color: #b9ccc5; }
.offerings-section.offerings-mode-design .offerings-toggle-button:hover { color: var(--white); }
.offerings-section.offerings-mode-design .offerings-toggle-button.is-active { color: var(--evergreen-deep); background: var(--lime); box-shadow: none; }
.offerings-panels { position: relative; }
.offerings-panel[hidden] { display: none !important; }
.offerings-panel-design .design-service-note { color: #b9ccc5; border-top-color: rgba(255,255,255,.16); }
.offerings-panel-design .design-service-note a { color: var(--mint); }
.offerings-summary[hidden] { display: none; }
.website-plans-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .55fr); gap: 5rem; align-items: end; margin-bottom: 3.2rem; }
.website-plans-heading h2 { margin: 0; font-size: clamp(2.8rem, 5.4vw, 5.2rem); line-height: .94; letter-spacing: -.065em; }
.website-plans-heading > p { max-width: 500px; margin: 0; color: var(--slate); }
.website-plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; align-items: stretch; }
.website-plan-card { position: relative; min-width: 0; display: flex; flex-direction: column; padding: clamp(1.55rem, 3vw, 2.15rem); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.website-plan-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: #a7cdbd; }
.website-plan-featured:hover { transform: translateY(-1.25rem); }
.website-plan-card::before { content: ""; position: absolute; top: -1px; right: -1px; left: -1px; height: 5px; background: var(--teal); }
.website-plan-featured { color: var(--ink); background: #fffaf3; border-color: var(--evergreen); box-shadow: var(--shadow-lg); transform: translateY(-1rem); }
.website-plan-featured::before { background: var(--lime); }
.website-plan-topline { display: flex; justify-content: space-between; gap: 1rem; padding-top: .55rem; color: var(--teal); text-transform: uppercase; letter-spacing: .13em; font-size: .61rem; font-weight: 850; }
.website-plan-topline small { padding: .28rem .5rem; color: var(--evergreen); background: var(--mist); border: 1px solid var(--line); letter-spacing: .08em; font-size: .56rem; }
.website-plan-featured .website-plan-topline { color: var(--teal); }
.website-plan-featured .website-plan-topline small { color: #f4efe4; background: var(--evergreen); border-color: var(--evergreen); }
.website-plan-card h3 { margin: 2rem 0 .75rem; font-size: clamp(2.1rem, 3.5vw, 3rem); line-height: 1; letter-spacing: -.055em; }
.website-plan-price { display: grid; margin: 0 0 1.1rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); }
.website-plan-featured .website-plan-price { border-color: var(--line); }
.website-plan-price strong { font-size: .82rem; }
.website-plan-price b { font-size: clamp(2.7rem, 4.2vw, 3.7rem); line-height: 1; letter-spacing: -.065em; }
.website-plan-price small { margin-top: .3rem; color: var(--slate); font-size: .68rem; }
.website-plan-featured .website-plan-price small { color: var(--slate); }
.website-plan-fit { min-height: 3.4rem; margin: 0 0 1.1rem; color: var(--slate); font-size: .82rem; font-weight: 700; }
.website-plan-featured .website-plan-fit { color: var(--slate); }
.website-plan-card > ul { display: grid; gap: .68rem; margin: 0 0 1.7rem; padding: 0; color: #334a43; list-style: none; font-size: .76rem; }
.website-plan-featured > ul { color: #334a43; }
.website-plan-card > ul li { display: grid; grid-template-columns: 18px 1fr; gap: .4rem; }
.website-plan-card > ul li::before { content: "✓"; color: var(--teal); font-weight: 900; }
.website-plan-featured > ul li::before { color: var(--lime); }
.website-plan-card > .button { width: 100%; margin-top: auto; }
.website-plan-featured > .button { color: #f4efe4; background: var(--evergreen); border-color: var(--evergreen); }
.website-plan-featured > .button:hover { background: var(--teal); border-color: var(--teal); }
.website-plan-note { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 2rem; padding-top: 1.2rem; color: var(--slate); border-top: 1px solid var(--line); font-size: .72rem; }
.website-plan-note p { margin: 0; }

.design-services-section { padding-block: 8.5rem; color: var(--white); background: var(--ink); }
.design-services-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .55fr); gap: 5rem; align-items: end; margin-bottom: 3.2rem; }
.design-services-heading h2 { margin: 0; font-size: clamp(2.8rem, 5.4vw, 5.2rem); line-height: .94; letter-spacing: -.065em; }
.design-services-heading > p { max-width: 520px; margin: 0; color: #b9ccc5; }
.design-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; align-items: stretch; }
.design-service-card { position: relative; min-width: 0; display: flex; flex-direction: column; padding: clamp(1.55rem, 3vw, 2.15rem); color: var(--ink); background: var(--white); border: 1px solid rgba(255,255,255,.18); box-shadow: var(--shadow-lg); }
.design-service-card::before { content: ""; position: absolute; top: -1px; right: -1px; left: -1px; height: 5px; background: var(--teal); }
.design-service-featured { color: var(--white); background: var(--evergreen); border-color: var(--mint); transform: translateY(-1rem); }
.design-service-featured::before { background: var(--lime); }
.design-service-topline { display: flex; justify-content: space-between; gap: 1rem; padding-top: .55rem; color: var(--teal); text-transform: uppercase; letter-spacing: .13em; font-size: .61rem; font-weight: 850; }
.design-service-topline small { padding: .28rem .5rem; color: var(--evergreen); background: var(--mist); border: 1px solid var(--line); letter-spacing: .08em; font-size: .56rem; }
.design-service-featured .design-service-topline { color: var(--mint); }
.design-service-featured .design-service-topline small { color: var(--evergreen-deep); background: var(--lime); border-color: var(--lime); }
.design-service-card h3 { margin: 2rem 0 .75rem; font-size: clamp(2rem, 3.35vw, 2.85rem); line-height: 1; letter-spacing: -.055em; }
.design-service-price { display: grid; margin: 0 0 1.1rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); }
.design-service-featured .design-service-price { border-color: rgba(255,255,255,.18); }
.design-service-price strong { font-size: .82rem; }
.design-service-price b { font-size: clamp(2.55rem, 4vw, 3.55rem); line-height: 1; letter-spacing: -.065em; }
.design-service-price small { margin-top: .3rem; color: var(--slate); font-size: .68rem; }
.design-service-featured .design-service-price small { color: #bfd2cb; }
.design-service-fit { min-height: 3.4rem; margin: 0 0 1.1rem; color: var(--slate); font-size: .82rem; font-weight: 700; }
.design-service-featured .design-service-fit { color: #d4e2dd; }
.design-service-card > ul { display: grid; gap: .68rem; margin: 0 0 1.7rem; padding: 0; color: #334a43; list-style: none; font-size: .76rem; }
.design-service-featured > ul { color: #d4e2dd; }
.design-service-card > ul li { display: grid; grid-template-columns: 18px 1fr; gap: .4rem; }
.design-service-card > ul li::before { content: "✓"; color: var(--teal); font-weight: 900; }
.design-service-featured > ul li::before { color: var(--lime); }
.design-service-card > .button { width: 100%; margin-top: auto; }
.design-service-featured > .button { color: var(--evergreen-deep); background: var(--lime); border-color: var(--lime); }
.design-service-featured > .button:hover { background: var(--mint); border-color: var(--mint); }
.design-service-checkout-pending { cursor: not-allowed; text-align: center; opacity: .72; }
.design-service-checkout-pending:hover { transform: none; }
.design-service-recurring { margin: .9rem 0 0; color: var(--slate); font-size: .68rem; text-align: center; }
.design-service-featured .design-service-recurring { color: #bfd2cb; }
.design-service-note { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 2rem; padding-top: 1.2rem; color: #b9ccc5; border-top: 1px solid rgba(255,255,255,.16); font-size: .72rem; }
.design-service-note p { margin: 0; }
.design-service-note a { color: var(--mint); text-underline-offset: 3px; }

.template-section { padding-block: 7.5rem; background: #eaf2ee; }
.template-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .55fr); gap: 5rem; align-items: end; margin-bottom: 3.2rem; }
.template-heading .section-kicker { color: #126f5d; }
.template-heading h2 { margin: 0; font-size: clamp(2.8rem, 5.4vw, 5.2rem); line-height: .94; letter-spacing: -.065em; }
.template-heading > p { max-width: 500px; margin: 0; color: var(--slate); }
.template-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.template-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.template-card:hover { transform: translateY(-5px); border-color: #a7cdbd; box-shadow: var(--shadow-lg); }
.template-preview-media { position: relative; margin: 0; overflow: hidden; background: linear-gradient(180deg, #dbe9e3 0%, #eef5f2 100%); border-bottom: 1px solid var(--line); aspect-ratio: 800 / 520; }
.template-preview-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 78%, rgba(4,42,37,.06)); }
.template-preview-media img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center center; transition: transform .4s ease; }
.template-card:hover .template-preview-media img { transform: scale(1.02); }
.template-gallery-note { margin: 1.35rem 0 0; padding: .95rem 1.1rem; color: #3f564f; text-align: center; background: rgba(255,255,255,.72); border: 1px solid #c8dbd4; font-size: .76rem; }
.template-gallery-note strong { color: var(--evergreen); }
.template-card-copy { padding: 1.4rem; }
.template-card-copy > span { color: var(--teal); font-size: .62rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.template-card-copy h3 { margin: .65rem 0 .55rem; font-size: 1.65rem; letter-spacing: -.035em; }
.template-card-copy p { min-height: 3.9rem; margin: 0 0 1rem; color: var(--slate); font-size: .76rem; }
.template-card-copy > .text-link { color: var(--teal); }
.template-story { display: grid; grid-template-columns: 1.15fr .85fr; margin-top: 4rem; overflow: hidden; background: var(--evergreen-deep); color: var(--white); box-shadow: var(--shadow-lg); }
.template-story img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.template-story > div { display: grid; align-content: center; padding: clamp(2rem,5vw,4.5rem); }
.template-story h3 { margin: .65rem 0 1rem; font-size: clamp(2rem,4vw,3.5rem); line-height: 1; letter-spacing: -.055em; }
.template-story p { margin: 0 0 1.6rem; color: #cadbd5; }
.template-story .button { justify-self: start; }
.purchase-focus { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2.5rem,7vw,7rem); align-items: center; padding-block: 7.5rem; }
.purchase-focus-photo { position: relative; }
.purchase-focus-photo::after { content: ""; position: absolute; right: -1rem; bottom: -1rem; width: 45%; height: 42%; z-index: -1; background: var(--lime); }
.purchase-focus-photo img { width: 100%; min-height: 520px; object-fit: cover; box-shadow: var(--shadow-lg); }
.purchase-focus-copy h2 { margin: .7rem 0 1.2rem; font-size: clamp(2.8rem,5vw,4.8rem); line-height: .95; letter-spacing: -.06em; }
.purchase-focus-copy > p { color: var(--slate); }
.purchase-focus-copy ul { display: grid; gap: 1rem; margin: 2rem 0; padding: 0; list-style: none; color: #334a43; }
.purchase-focus-copy li { padding-left: 1.5rem; position: relative; }
.purchase-focus-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }

/* Legacy diagram support while specialized interior visuals are phased in. */
.foundation-section { padding-block: 7.5rem; background: linear-gradient(180deg, #f7faf8 0%, var(--paper) 100%); }
.foundation-section .section-heading > p code { padding: .12rem .35rem; color: var(--evergreen); background: rgba(6, 59, 51, .08); border-radius: 3px; font-size: .82em; }
.foundation-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .95fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; margin-bottom: 2.5rem; }
.foundation-benefits-list { display: grid; gap: .95rem; margin: 0 0 1.75rem; padding: 0; list-style: none; color: #334a43; font-size: .84rem; }
.foundation-benefits-list li { padding-left: 1.45rem; position: relative; }
.foundation-benefits-list li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.foundation-benefits-list strong { color: var(--evergreen-deep); }
.platform-principles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; border-top: 1px solid var(--line); padding-top: 2rem; }
.platform-principles article { min-height: 180px; padding: 1.35rem 1.25rem; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.platform-principles h3 { margin: 0 0 .55rem; font-size: 1rem; letter-spacing: -.02em; }
.platform-principles p { margin: 0; color: var(--slate); font-size: .76rem; }

.faq-section { padding-block: 7.5rem; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.faq-grid details { padding: 1.35rem 1.5rem; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.faq-grid summary { cursor: pointer; color: var(--evergreen-deep); font-weight: 850; }
.faq-grid p { margin: 1rem 0 0; color: var(--slate); font-size: .78rem; }
.faq-grid a { color: var(--teal); text-decoration: underline; }

.proof-rail { color: var(--white); background: var(--evergreen); }
.domain-intent-strip { padding-block: 1.25rem; color: var(--white); background: var(--evergreen-deep); border-top: 1px solid rgba(255,255,255,.12); }
.domain-intent-strip[hidden] { display: none; }
.domain-intent-inner { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 2rem; align-items: center; }
.domain-intent-inner .section-kicker { margin-bottom: .35rem; color: var(--mint); }
.domain-intent-inner h2 { margin: 0; font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.1; letter-spacing: -.035em; }
.domain-intent-inner p:not(.section-kicker) { max-width: 760px; margin: .45rem 0 0; color: #b9ccc5; font-size: .82rem; }
.domain-intent-inner .button { white-space: nowrap; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid article { min-height: 118px; display: grid; grid-template-columns: 42px 1fr; gap: .75rem; align-items: center; padding: 1.2rem; border-right: 1px solid rgba(255,255,255,.14); }
.proof-grid article:not(:has(.ui-icon)) { grid-template-columns: 1fr; }
.proof-grid article:last-child { border-right: 0; }
.proof-grid .ui-icon { width: 1.5rem; height: 1.5rem; color: var(--lime); }
.proof-grid article div { display: flex; flex-direction: column; }
.proof-grid strong { font-size: .86rem; }
.proof-grid small { color: #bad0c9; font-size: .7rem; }

.section-block { padding-block: 8.5rem; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .55fr); gap: 5rem; align-items: end; margin-bottom: 4rem; }
.section-heading h2, .operating-copy h2, .studio-copy h2, .trust-copy h2, .pricing-copy h2, .contact-copy h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.8rem); line-height: 1; letter-spacing: -.06em; }
.section-heading > p, .section-heading div > p + h2 { margin-bottom: 0; }
.section-heading > p { max-width: 480px; color: var(--slate); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 375px; display: flex; flex-direction: column; padding: 2rem; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card:hover { position: relative; z-index: 2; box-shadow: var(--shadow-sm); }
.service-card.service-featured { color: var(--white); background: var(--evergreen); }
.service-card h3 { margin: 0 0 .8rem; font-size: 1.55rem; letter-spacing: -.035em; }
.service-card p { margin: 0; color: var(--slate); font-size: .88rem; }
.service-featured p { color: #c5d8d1; }
.service-card ul { display: grid; gap: .45rem; margin: 1.1rem 0; padding: 0; list-style: none; font-size: .76rem; }
.service-card:not(.service-featured) ul { color: #334a43; }
.service-card.service-featured ul { color: #d7e6e1; }
.service-card li::before { content: "✓"; margin-right: .45rem; font-weight: 900; }
.service-card:not(.service-featured) li::before { color: var(--teal); }
.service-card.service-featured li::before { color: var(--lime); }
.service-card > a { margin-top: auto; color: var(--teal); text-decoration: none; font-size: .78rem; font-weight: 750; }
.service-featured > a { color: var(--lime); }
#addons .service-card.service-featured > .button-secondary,
#website-addons .service-card.service-featured > .button-secondary { color: var(--evergreen-deep); background: var(--white); border-color: var(--white); }
#addons .service-card.service-featured > .button-secondary:hover,
#website-addons .service-card.service-featured > .button-secondary:hover { color: var(--evergreen-deep); background: var(--mist); border-color: var(--mist); }

.service-page { background: var(--paper); }
.service-breadcrumb { padding-block: 1rem; }
.service-breadcrumb ol { display: flex; flex-wrap: wrap; gap: .45rem; margin: 0; padding: 0; color: var(--slate); list-style: none; font-size: .7rem; }
.service-breadcrumb li + li::before { content: "/"; margin-right: .45rem; color: #8da09a; }
.service-breadcrumb a { text-underline-offset: 3px; }
.service-page-hero { min-height: 650px; padding-block: 4rem 5.5rem; }
.service-page-hero .hero-copy h1 { font-size: clamp(3.5rem, 6.4vw, 6.4rem); }
.service-overview { width: 100%; }
.service-scope .service-card { min-height: 340px; }
.service-process { scroll-margin-top: 100px; }
.service-faq .service-card { min-height: 285px; }
.service-cta { scroll-margin-top: 100px; }
.service-cta .enterprise-form { align-content: center; }
.service-cta .enterprise-form > p { margin: 0; color: var(--slate); font-size: .72rem; text-align: center; }

.operating-section { padding-block: 8.5rem; color: var(--white); background: var(--evergreen-deep); }
.operating-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(4rem, 9vw, 9rem); }
.operating-copy { position: sticky; top: 130px; align-self: start; }
.operating-copy p:not(.section-kicker) { color: #b9cec7; }
.text-link { color: var(--lime); text-underline-offset: 5px; font-size: .85rem; font-weight: 750; }
.operating-steps { margin: 0; padding: 0; list-style: none; }
.operating-steps li { display: grid; grid-template-columns: 1fr; gap: 0; padding: 2rem 0; border-top: 1px solid rgba(255,255,255,.14); }
.operating-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.operating-steps h3 { margin: 0 0 .5rem; font-size: 1.5rem; }
.operating-steps p { max-width: 600px; margin: 0; color: #aebfb9; }

.studio-section { padding-block: 8.5rem; }
.studio-panel { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 560px; overflow: hidden; color: var(--white); background: var(--ink); box-shadow: var(--shadow-lg); }
.studio-copy { align-self: center; padding: clamp(2.5rem, 6vw, 5.5rem); }
.studio-copy p:not(.section-kicker) { color: #bac8c3; }
.studio-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; margin-top: 2rem; }
.studio-actions .button-primary { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.studio-actions > span { color: #a8bcb5; font-size: .75rem; }
.studio-window { align-self: center; margin: 2.5rem 0 2.5rem 1rem; color: var(--ink); background: var(--white); box-shadow: -20px 30px 70px rgba(0,0,0,.28); }
.studio-browser { min-height: 42px; display: flex; align-items: center; justify-content: space-between; padding: 0 1rem; color: #536660; background: #e9efec; font-size: .65rem; }
.studio-browser span { display: flex; gap: 5px; }
.studio-browser i { width: 7px; height: 7px; background: #91a49e; border-radius: 50%; }
.studio-canvas { position: relative; min-height: 355px; padding: 2.5rem; background: #f7faf8; }
.studio-nav { width: 110px; height: 9px; margin-bottom: 3.8rem; background: var(--evergreen); }
.studio-title { width: 58%; height: 20px; margin-bottom: .7rem; background: var(--ink); }
.studio-title.short { width: 40%; }
.studio-copy-line { width: 49%; height: 7px; margin-top: 1.1rem; background: #9eb0aa; }
.studio-copy-line.short { width: 38%; margin-top: .45rem; }
.studio-button { width: 115px; height: 32px; margin-top: 1.5rem; background: var(--teal); }
.studio-canvas aside { position: absolute; right: 2.5rem; top: 4.8rem; width: 33%; aspect-ratio: 1; display: grid; place-items: center; background: var(--evergreen); }
.studio-canvas aside div { position: absolute; width: 45%; height: 2px; background: var(--mint); }
.studio-canvas aside div:nth-child(2) { transform: rotate(60deg); }
.studio-canvas aside div:nth-child(3) { transform: rotate(-60deg); }
.studio-status { min-height: 46px; display: flex; align-items: center; justify-content: space-around; gap: .5rem; color: #476058; border-top: 1px solid var(--line); font-size: .65rem; }
.studio-status span::before { content: "✓"; margin-right: .35rem; color: var(--teal); }

.trust-section { padding-block: 8.5rem; color: var(--white); background: var(--evergreen); }
.trust-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(4rem, 8vw, 8rem); }
.trust-copy p:not(.section-kicker) { color: #c1d5ce; }
.trust-principles { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.trust-principles article { min-height: 255px; padding: 1.6rem; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.trust-principles span { color: var(--lime); text-transform: uppercase; letter-spacing: .14em; font-size: .61rem; }
.trust-principles h3 { margin: 3rem 0 .6rem; font-size: 1.2rem; }
.trust-principles p { margin: 0; color: #bbd0c8; font-size: .8rem; }

.measurement-section { padding-block: 8.5rem; }
.section-heading.compact { max-width: 950px; grid-template-columns: 1fr; gap: 1rem; }
.measurement-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.measurement-grid article { min-height: 220px; padding: 1.8rem 1.5rem; border-right: 1px solid var(--line); }
.measurement-grid article:last-child { border-right: 0; }
.measurement-grid h3 { margin: 0 0 .5rem; font-size: 1.1rem; }
.measurement-grid p { margin: 0; color: var(--slate); font-size: .8rem; }

.pricing-section { padding-block: 8.5rem; color: var(--white); background: var(--ink); }
.pricing-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 9vw, 9rem); align-items: center; }
.pricing-copy p:not(.section-kicker) { max-width: 570px; color: #b6c4bf; }
.price-card { padding: clamp(2rem, 5vw, 3.5rem); color: var(--ink); background: var(--white); border-top: 5px solid var(--lime); }
.price-card > div { display: grid; padding-bottom: 1.4rem; border-bottom: 1px solid var(--line); }
.price-card > div > span { color: var(--teal); text-transform: uppercase; letter-spacing: .13em; font-size: .65rem; font-weight: 800; }
.price-card > div > strong { margin-top: .5rem; font-size: 1rem; }
.price-card > div b { font-size: 3.2rem; letter-spacing: -.05em; }
.price-card > div small { color: var(--slate); }
.price-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 1.5rem; margin: 1.5rem 0; padding: 0; list-style: none; font-size: .78rem; }
.price-card li::before { content: "✓"; margin-right: .4rem; color: var(--teal); }
.price-card .button { width: 100%; }
.price-card > p { margin: 1rem 0 0; color: var(--slate); font-size: .68rem; text-align: center; }

.contact-section { padding-block: 8.5rem; }
.contact-panel { display: grid; grid-template-columns: .85fr 1.15fr; overflow: hidden; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.contact-copy { padding: clamp(2.5rem, 6vw, 5rem); background: var(--mist); }
.contact-copy p:not(.section-kicker) { color: var(--slate); }
.contact-direct { display: grid; gap: .45rem; margin-top: 2rem; }
.contact-direct .ui-icon { width: 1.35rem; height: 1.35rem; margin-bottom: .25rem; }
.contact-direct span:not(.ui-icon) { color: var(--slate); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.contact-direct a { width: fit-content; max-width: 100%; color: var(--evergreen); text-underline-offset: 4px; font-weight: 700; overflow-wrap: break-word; word-break: normal; }
.enterprise-form { display: grid; align-content: center; gap: 1rem; padding: clamp(2.5rem, 6vw, 5rem); }
.contact-intent-context { padding: 1rem 1.1rem; background: var(--paper); border-left: 4px solid var(--teal); }
.contact-intent-context[hidden] { display: none; }
.contact-intent-context p { margin: 0; }
.contact-intent-context p + p { margin-top: .45rem; }
.enterprise-form label { display: grid; gap: .35rem; font-size: .72rem; font-weight: 750; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.enterprise-form input, .enterprise-form textarea { width: 100%; padding: .8rem .85rem; color: var(--ink); background: var(--white); border: 1px solid #aebeb9; border-radius: 3px; }
.enterprise-form textarea { resize: vertical; }
.enterprise-form input:focus, .enterprise-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(20,125,104,.12); outline: 0; }
.enterprise-form .consent-row { display: grid; grid-template-columns: auto 1fr; align-items: start; font-weight: 400; line-height: 1.45; }
.consent-row input { width: 18px; height: 18px; margin-top: .15rem; accent-color: var(--evergreen); }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; opacity: 0; pointer-events: none; }
.form-button { width: 100%; }
.form-button:disabled { opacity: .55; cursor: wait; }
.form-status { min-height: 1.4rem; margin: 0; font-size: .78rem; font-weight: 700; }
.form-status.success { color: var(--teal); }
.form-status.error { color: #9d241d; }
.form-context { margin: 0; padding: .85rem 1rem; color: var(--evergreen); background: var(--mist); border-left: 3px solid var(--lime); font-size: .78rem; }
.form-context[hidden] { display: none; }
.form-context strong { overflow-wrap: anywhere; }

.enterprise-footer { padding-top: 5rem; color: var(--ink); background: #f7f3ea; border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, .65fr); gap: 4rem; }
.footer-brand img { width: 246px; height: 56px; }
.footer-brand p { max-width: 390px; color: #5c564e; font-size: .8rem; }
.footer-account-links { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.15rem; }
.footer-account-links a { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: .5rem .8rem; border: 1px solid var(--line); border-radius: 4px; font-weight: 750; }
.footer-account-links a:last-child { color: #f4efe4; background: var(--evergreen); border-color: var(--evergreen); }
.footer-account-links a:hover { color: #f4efe4; background: var(--teal); border-color: var(--teal); text-decoration: none; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; }
.footer-main h2 { margin: 0 0 .6rem; color: #7a7268; text-transform: uppercase; letter-spacing: .14em; font-size: .62rem; }
.footer-main a { color: #3f3a34; text-decoration: none; font-size: .78rem; }
.footer-main a:hover { color: var(--evergreen); text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 4rem; padding: 1.2rem 0; color: #7a7268; border-top: 1px solid var(--line); font-size: .68rem; }

.error-page { min-height: 100vh; background: var(--mist); }
.error-header { grid-template-columns: 1fr auto; }
.error-main { min-height: calc(100vh - 83px); display: grid; place-items: center; padding-block: 4rem; }
.error-card { width: min(100%, 900px); display: grid; grid-template-columns: 1fr auto; gap: 4rem; align-items: center; padding: clamp(2.5rem, 7vw, 6rem); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-lg); }
.error-card h1 { margin: 0; font-size: clamp(3rem, 8vw, 6.5rem); line-height: .95; letter-spacing: -.07em; }
.error-card p:not(.section-kicker) { max-width: 520px; color: var(--slate); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

.mobile-sticky-cta { position: fixed; z-index: 120; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .75rem 1rem calc(.75rem + env(safe-area-inset-bottom, 0px)); color: var(--white); background: rgba(4,42,37,.96); border-top: 1px solid rgba(255,255,255,.12); box-shadow: 0 -18px 40px rgba(0,0,0,.22); backdrop-filter: blur(14px); transform: translateY(110%); transition: transform .25s ease; }
.mobile-sticky-cta.is-visible { transform: none; }
.mobile-sticky-cta-copy { display: grid; gap: .1rem; min-width: 0; }
.mobile-sticky-cta-copy strong { font-size: .88rem; }
.mobile-sticky-cta-copy span { color: #c9ddd6; font-size: .68rem; }
.mobile-sticky-cta .button { min-height: 44px; padding-inline: 1rem; white-space: nowrap; }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr 480px; gap: 3rem; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1.2fr repeat(3, .7fr); gap: 2rem; }
}

@media (max-width: 960px) {
  .header-inner { grid-template-columns: 1fr auto auto; }
  .menu-button { display: grid; }
  .enterprise-nav { position: absolute; z-index: 101; top: calc(100% + 1px); right: 0; left: 0; display: none; flex-direction: column; gap: 0; padding: .8rem max(1.5rem, calc((100vw - 1240px) / 2)); background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-sm); }
  .enterprise-nav.is-open { display: flex; }
  .enterprise-nav a { padding: .4rem .75rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .interior-hero .hero-grid { grid-template-columns: 1fr; }
  .interior-hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .interior-hero-panel { min-height: 250px; }
  .hero-copy { max-width: 760px; }
  .interior-photo { width: min(100%, 760px); margin-inline: auto; }
  .foundation-visual { width: min(100%, 650px); margin-inline: auto; }
  .hero-domain-visual { width: min(100%, 720px); margin-inline: auto; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid article:nth-child(2) { border-right: 0; }
  .proof-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .section-heading, .website-plans-heading, .template-heading, .design-services-heading, .operating-grid, .trust-grid, .pricing-grid { grid-template-columns: 1fr; gap: 3rem; }
  .website-plan-grid { grid-template-columns: 1fr; max-width: 720px; margin-inline: auto; }
  .website-plan-featured { transform: none; }
  .website-plan-fit { min-height: 0; }
  .design-service-grid { grid-template-columns: 1fr; max-width: 720px; margin-inline: auto; }
  .design-service-featured { transform: none; }
  .design-service-fit { min-height: 0; }
  .template-grid { grid-template-columns: 1fr; max-width: 720px; margin-inline: auto; }
  .template-card-copy p { min-height: 0; }
  .direct-path { grid-template-columns: 1fr; margin-top: 1.5rem; }
  .visual-strip, .path-grid { grid-template-columns: 1fr; }
  .visual-strip img { min-height: 260px; }
  .path-section { padding-block: 5rem; }
  .template-story, .purchase-focus, .foundation-layout { grid-template-columns: 1fr; }
  .template-story img { min-height: 360px; }
  .purchase-focus-photo img { min-height: 420px; }
  .operating-copy { position: static; }
  .studio-panel, .contact-panel { grid-template-columns: 1fr; }
  .studio-window { margin: 0 2rem 2rem; }
  .platform-principles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .measurement-grid { grid-template-columns: repeat(2, 1fr); }
  .measurement-grid article:nth-child(2) { border-right: 0; }
  .measurement-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-main { grid-template-columns: 1.4fr repeat(2, .8fr); }
  .footer-main > div:last-child { grid-column: 2 / -1; }
  .responsibility-matrix { grid-template-columns: 1fr; }
  .responsibility-card { min-height: 0; }
  .legal-shell { grid-template-columns: 1fr; }
  .legal-toc { position: static; }
}

@media (max-width: 680px) {
  .site-shell { width: min(100% - 2rem, 1240px); }
  .utility-inner { justify-content: center; }
  .utility-inner p { display: none; }
  .utility-inner div { width: 100%; justify-content: space-between; }
  .header-inner { min-height: 70px; grid-template-columns: 1fr auto; gap: .65rem; }
  .enterprise-brand img { width: 190px; height: auto; }
  .header-account-actions { display: none; }
  .mobile-nav-account { display: inline-flex !important; justify-content: center; margin: .35rem .75rem; border: 1px solid var(--line); border-radius: 4px; }
  .mobile-nav-cta { margin-top: .15rem; color: var(--white) !important; background: var(--evergreen); border-color: var(--evergreen); }
  .enterprise-hero { min-height: auto; padding: 4.4rem 0; }
  .service-page-hero { padding-block: 3rem 4.4rem; }
  .enterprise-hero::before { background-size: 48px 48px; }
  .hero-copy h1 { font-size: clamp(3rem, 13.5vw, 4.25rem); letter-spacing: -.06em; }
  .hero-summary { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-secondary-action { text-align: center; }
  .launch-strip-inner { flex-direction: column; align-items: flex-start; }
  .mobile-sticky-cta { display: flex; }
  .hero-assurances { display: grid; gap: .45rem; }
  .hero-icon-chips { gap: .4rem; }
  .hero-icon-chips li { width: 100%; justify-content: flex-start; }
  .direct-path { margin-top: 1rem; margin-bottom: 0; }
  .direct-path-card { min-height: 0; }
  .visual-strip { margin-top: 2rem; padding: 1rem; }
  .visual-strip img { min-height: 220px; }
  .path-section { padding-block: 4.5rem; }
  .path-photo img { min-height: 260px; }
  .hero-domain-visual { padding: 0; }
  .interior-hero { padding-block: 3.8rem 4.5rem; }
  .interior-hero .hero-copy h1 { font-size: clamp(3rem, 13vw, 4.25rem); }
  .interior-photo { padding: 0 .8rem .8rem 0; }
  .interior-photo img { height: 360px; }
  .interior-photo figcaption { right: 1.5rem; bottom: 1.35rem; max-width: calc(100% - 3rem); }
  .foundation-frame { margin-top: 1rem; }
  .foundation-core { grid-template-columns: 70px 1fr; padding: 1.2rem; }
  .foundation-core img { width: 68px; height: 68px; }
  .foundation-layers article { grid-template-columns: 27px 1fr; }
  .foundation-layers article > i { display: none; }
  .hero-photo-frame { min-height: 360px; }
  .hero-photo-frame img.hero-photo-fallback,
  .hero-photo-frame .hero-photo-video { height: 360px; object-position: 58% center; }
  .hero-photo-frame figcaption { right: .9rem; bottom: 3.1rem; }
  .domain-search-card { position: relative; right: auto; width: calc(100% - 1.4rem); margin: -2.25rem auto 0; padding: 1.15rem; }
  .domain-search-controls { grid-template-columns: auto minmax(0,1fr); }
  .domain-search-controls button { grid-column: 1 / -1; min-height: 48px; }
  .domain-search-result { display: grid; }
  .domain-search-featured { grid-template-columns: 1fr; }
  .domain-search-list { max-height: none; }
  .domain-result-row { flex-direction: column; align-items: stretch; gap: .55rem; }
  .domain-result-meta { justify-content: space-between; width: 100%; }
  .domain-result-meta .domain-result-buy { flex: 1 1 auto; }
  .proof-grid { grid-template-columns: 1fr; }
  .domain-intent-inner { grid-template-columns: 1fr; gap: 1.1rem; }
  .domain-intent-inner .button { width: 100%; }
  .proof-grid article { min-height: 100px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .proof-grid article:last-child { border-bottom: 0; }
  .website-plans-section, .template-section, .design-services-section, .section-block, .purchase-focus, .foundation-section, .faq-section, .operating-section, .studio-section, .trust-section, .measurement-section, .pricing-section, .contact-section { padding-block: 5.5rem; }
  .offerings-toggle { display: flex; width: 100%; max-width: 520px; }
  .offerings-toggle-button { flex: 1 1 0; padding-inline: .85rem; font-size: .72rem; text-align: center; }
  .website-plan-card, .design-service-card { padding: 1.5rem; }
  .website-plan-note, .design-service-note { grid-template-columns: 1fr; gap: .7rem; }
  .template-preview-media { aspect-ratio: 800 / 520; }
  .template-story { margin-top: 2.5rem; }
  .template-story img { min-height: 300px; }
  .platform-principles { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .section-heading { margin-bottom: 2.5rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .studio-panel { margin-inline: -1rem; }
  .studio-copy { padding: 2rem 1.4rem; }
  .studio-window { margin: 0 1.2rem 1.2rem; }
  .studio-canvas { min-height: 280px; padding: 1.4rem; }
  .studio-canvas aside { right: 1.4rem; top: 4rem; }
  .trust-principles { grid-template-columns: 1fr; }
  .trust-principles article { min-height: 210px; }
  .measurement-grid { grid-template-columns: 1fr; }
  .measurement-grid article { min-height: 180px; border-right: 0; border-bottom: 1px solid var(--line); }
  .status-board > header { align-items: flex-start; flex-direction: column; gap: .7rem; }
  .status-row { grid-template-columns: 1fr; gap: .55rem; }
  .status-pill { width: fit-content; }
  .legal-masthead { padding-block: 3.2rem 2.7rem; }
  .legal-shell { width: min(100% - 2rem, 1040px); }
  .legal-document { padding-block: 3rem 5rem; }
  .price-card ul, .form-row { grid-template-columns: 1fr; }
  .contact-copy, .enterprise-form { padding: 2rem 1.4rem; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .error-card { grid-template-columns: 1fr; gap: 2rem; }
  .error-card > img { width: 96px; grid-row: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .mobile-sticky-cta { display: none !important; }
}

@media (forced-colors: active) {
  .enterprise-hero::before { display: none; }
  .button, .header-cta, .menu-button, input, textarea, select, .service-card, .website-plan-card, .template-card, .design-service-card, .faq-grid details, .contact-panel, .domain-search-card, .domain-search-controls, .domain-intent-strip, .foundation-frame, .platform-principles article, .responsibility-card, .status-board, .legal-toc { border: 2px solid ButtonText !important; }
  .button, .header-cta { color: ButtonText !important; background: ButtonFace !important; }
  :focus-visible { outline: 3px solid Highlight !important; }
}

@media print {
  .utility-bar, .enterprise-header, .enterprise-footer, .hero-actions, .contact-section, .legal-toc { display: none !important; }
  .legal-page { background: #fff; }
  .legal-masthead, .legal-document { padding-block: 1rem; background: #fff; }
  .legal-shell { width: 100%; display: block; }
  .legal-section { break-inside: avoid; }
}

/* Homepage domain finder and editorial hero */
.domain-search-band {
  position: relative;
  z-index: 8;
  padding: 0 0 2.5rem;
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
}
.domain-search-band .domain-search-card {
  position: relative;
  inset: auto;
  display: grid;
  grid-template-columns: minmax(230px,.55fr) minmax(440px,1.25fr);
  gap: .4rem 1.25rem;
  align-items: center;
  width: 100%;
  padding: 1rem 1.1rem;
  background: rgba(255,255,255,.98);
  border: 1px solid #b9cdc5;
  border-radius: 10px;
  box-shadow: 0 14px 38px rgba(4,42,37,.11);
}
.domain-search-band .domain-search-heading {
  grid-row: 1 / span 2;
  display: flex;
  align-items: center;
  gap: .85rem;
  margin: 0;
  padding-right: 1rem;
  border-right: 1px solid var(--line);
}
.domain-search-band .domain-search-heading p { margin-bottom: .25rem; }
.domain-search-band .domain-search-heading h2 {
  max-width: 330px;
  font-size: clamp(1.05rem,1.55vw,1.35rem);
  line-height: 1.15;
}
.domain-search-band .domain-search-heading > span {
  flex: 0 0 auto;
  min-width: 48px;
  min-height: 32px;
  font-size: .64rem;
}
.domain-search-band .domain-search-controls { min-height: 52px; border-radius: 6px; overflow: hidden; }
.domain-search-band .domain-search-help { margin: 0; align-self: start; }
.domain-search-band .domain-search-result,
.domain-search-band .domain-search-results { grid-column: 1 / -1; }
.domain-search-band .domain-search-results { margin-top: .5rem; }

.home-hero {
  isolation: isolate;
  min-height: 590px;
  padding: clamp(4.25rem,8vw,7rem) 0;
  color: var(--white);
  background-color: var(--evergreen-deep);
  background-image: linear-gradient(90deg,rgba(3,31,27,.96) 0%,rgba(4,42,37,.88) 38%,rgba(4,42,37,.48) 64%,rgba(4,42,37,.18) 100%), url('/assets/images/ccn-hero-business-banner-v1.webp');
  background-position: center;
  background-size: cover;
}
.home-hero::before { content: none; }
.home-hero .hero-grid { grid-template-columns: minmax(0,720px); }
.home-hero .hero-copy { position: relative; z-index: 1; }
.home-hero .hero-copy h1 {
  max-width: 690px;
  font-size: clamp(2.75rem,5vw,4.65rem);
  line-height: 1.01;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.home-hero .hero-summary {
  max-width: 630px;
  margin-top: 1.5rem;
  color: #deebe6;
  font-size: clamp(1rem,1.35vw,1.18rem);
}
.home-hero .button-primary { color: #10211d; background: #b6e85b; border-color: #b6e85b; }
.home-hero .button-primary:hover { color: #fffaf3; background: var(--teal); border-color: var(--teal); }
.home-hero .button-secondary { color: var(--white); background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.58); backdrop-filter: blur(8px); }
.home-hero .button-secondary:hover { color: var(--evergreen-deep); background: var(--white); }
.home-hero .hero-secondary-action { color: #cfe0da; }
.home-hero .hero-secondary-action a { color: #c6f1dc; }
.home-hero .hero-secondary-action a:hover { color: var(--white); }
.home-hero .hero-icon-chips li {
  color: #f4fbf8;
  background: rgba(2,30,26,.52);
  border-color: rgba(255,255,255,.24);
  box-shadow: none;
  backdrop-filter: blur(8px);
}
.home-hero .hero-icon-chips .ui-icon { color: var(--lime); }

.domains-hero {
  isolation: isolate;
  min-height: 520px;
  padding: clamp(4rem,7vw,6.25rem) 0;
  color: var(--white);
  background-color: var(--evergreen-deep);
  background-image: linear-gradient(90deg,rgba(3,31,27,.96) 0%,rgba(4,42,37,.88) 42%,rgba(4,42,37,.44) 70%,rgba(4,42,37,.2) 100%),url('/assets/images/ccn-domain-search-hero-v1.jpg');
  background-position: 62% center;
  background-size: cover;
}
.domains-hero::before {
  opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(90deg,black,transparent 58%);
}
.domains-hero .hero-grid { grid-template-columns: minmax(0,700px); }
.domains-hero .hero-copy { position: relative; z-index: 1; }
.service-page-hero.domains-hero .hero-copy h1 {
  max-width: 680px;
  font-size: clamp(2.75rem,5vw,4.5rem);
  line-height: 1.02;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.domains-hero .hero-summary { max-width: 650px; margin-top: 1.4rem; color: #deebe6; font-size: clamp(1rem,1.3vw,1.15rem); }
.domains-hero .button-primary { color: var(--evergreen-deep); background: var(--lime); border-color: var(--lime); }
.domains-hero .button-primary:hover { color: var(--white); background: var(--teal); border-color: var(--teal); }
.domains-hero .button-secondary { color: var(--white); background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.58); backdrop-filter: blur(8px); }
.domains-hero .button-secondary:hover { color: var(--evergreen-deep); background: var(--white); }
.domains-hero .hero-assurances { color: #e6f1ed; }
.domains-hero .hero-assurances li::before { color: var(--lime); }

.public-cart-button { display: none; align-items: center; gap: .55rem; min-height: 42px; padding: .65rem .85rem; color: var(--evergreen-deep); background: #fffaf3; border: 1px solid var(--line); border-radius: 999px; font: inherit; font-weight: 800; cursor: pointer; }
.public-cart-button.is-cart-visible { display: inline-flex; }
.public-cart-button:hover { color: var(--teal); border-color: var(--teal); }
.public-cart-button b { display: grid; place-items: center; min-width: 1.55rem; height: 1.55rem; padding: 0 .35rem; color: var(--evergreen-deep); background: var(--lime); border-radius: 999px; font-size: .76rem; }
.public-cart-button.mobile-nav-cart { display: none; }
.public-cart-drawer[hidden] { display: none; }
.public-cart-drawer { position: fixed; inset: 0; z-index: 200; }
.public-cart-scrim { position: absolute; inset: 0; background: rgba(2,24,21,.58); backdrop-filter: blur(4px); }
.public-cart-panel { position: absolute; top: 0; right: 0; width: min(460px,100%); height: 100%; padding: clamp(1.5rem,4vw,2.25rem); overflow-y: auto; color: var(--ink); background: var(--white); box-shadow: -24px 0 64px rgba(2,31,27,.22); }
.public-cart-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; padding-bottom: 1.25rem; border-bottom: 1px solid var(--line); }
.public-cart-heading p { margin: 0 0 .25rem; color: var(--teal); font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.public-cart-heading h2 { margin: 0; font-size: clamp(1.8rem,5vw,2.4rem); }
.public-cart-heading button { border: 0; color: var(--evergreen-deep); background: transparent; font-size: 2rem; line-height: 1; cursor: pointer; }
.public-cart-items { display: grid; gap: .75rem; margin: 1.25rem 0; }
.public-cart-item { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem; background: var(--mist); border: 1px solid var(--line); border-radius: 14px; }
.public-cart-item div { display: grid; gap: .18rem; }
.public-cart-item span { color: var(--muted); font-size: .9rem; }
.public-cart-item button { border: 0; color: var(--teal); background: transparent; font: inherit; font-size: .84rem; font-weight: 800; cursor: pointer; }
.public-cart-empty,.public-cart-note { color: var(--muted); line-height: 1.6; }
.public-cart-checkout { width: 100%; justify-content: center; margin-top: .5rem; }
.public-cart-checkout.is-disabled { pointer-events: none; opacity: .48; }
.cart-open { overflow: hidden; }

@media (max-width: 960px) {
  .domain-search-band .domain-search-card { grid-template-columns: 1fr; gap: .8rem; }
  .domain-search-band .domain-search-heading {
    grid-row: auto;
    justify-content: space-between;
    padding: 0 0 .7rem;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .domain-search-band .domain-search-result,
  .domain-search-band .domain-search-results { grid-column: auto; }
  .home-hero { background-position: 62% center; }
  .domains-hero { background-position: 66% center; }
  .enterprise-nav .public-cart-button.mobile-nav-cart.is-cart-visible { display: flex; justify-content: center; width: 100%; margin-top: .35rem; }
}

@media (max-width: 680px) {
  .domain-search-band { padding: 0 0 1.5rem; }
  .domain-search-band .domain-search-card { inset: auto; width: 100%; margin: 0; padding: .9rem; }
  .domain-search-band .domain-search-heading { align-items: flex-start; }
  .domain-search-band .domain-search-heading > span { display: none; }
  .domain-search-band .domain-search-controls { grid-template-columns: auto minmax(0,1fr); }
  .domain-search-band .domain-search-controls button { grid-column: 1 / -1; min-height: 48px; }
  .domain-search-band .domain-search-help { display: none; }
  .home-hero {
    min-height: 570px;
    padding: 4.25rem 0;
    background-image: linear-gradient(90deg,rgba(3,31,27,.96) 0%,rgba(4,42,37,.84) 72%,rgba(4,42,37,.62) 100%), url('/assets/images/ccn-hero-business-banner-v1.webp');
    background-position: 68% center;
  }
  .home-hero .hero-copy h1 { max-width: 12ch; font-size: clamp(2.55rem,11vw,3.6rem); letter-spacing: -.05em; }
  .home-hero .hero-summary { max-width: 38ch; }
  .domains-hero {
    min-height: 540px;
    padding: 4rem 0;
    background-image: linear-gradient(90deg,rgba(3,31,27,.96) 0%,rgba(4,42,37,.84) 74%,rgba(4,42,37,.62) 100%),url('/assets/images/ccn-domain-search-hero-v1.jpg');
    background-position: 68% center;
  }
  .service-page-hero.domains-hero .hero-copy h1 { max-width: 12ch; font-size: clamp(2.5rem,11vw,3.55rem); }
  .header-account-actions .public-cart-button.is-cart-visible { display: inline-flex; }
}

/* Full-site polish pass 20260825-03 */
:root {
  --header-offset: 96px;
}

html.menu-open {
  overflow: hidden;
}

html.menu-open body {
  overflow: hidden;
}

.enterprise-nav a[aria-current="page"] {
  color: var(--evergreen);
  font-weight: 800;
  box-shadow: inset 0 -2px 0 var(--teal);
}

.footer-main a[aria-current="page"] {
  color: var(--mint);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.service-breadcrumb {
  padding-block: .85rem 0;
}

.service-breadcrumb li[aria-current="page"] {
  color: var(--evergreen);
  font-weight: 750;
}

#pricing,
#templates,
#design-services,
#why-ccn,
#addons,
#website-addons,
#contact-form,
#responsibilities,
#service-area,
.enterprise-hero h1,
.interior-hero h1,
.service-page-hero h1 {
  scroll-margin-top: calc(var(--header-offset) + 1rem);
}

.legal-section ul,
.legal-section ol {
  margin: .85rem 0;
  padding-left: 1.35rem;
}

.legal-section li + li {
  margin-top: .35rem;
}

.legal-section li::marker {
  color: var(--teal);
}

.faq-grid details {
  transition: border-color .2s ease, box-shadow .2s ease;
}

.faq-grid details[open] {
  border-color: #a7cdbd;
  box-shadow: var(--shadow-sm);
}

.faq-grid summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.faq-grid summary::-webkit-details-marker {
  display: none;
}

.faq-grid summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--teal);
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
}

.faq-grid details[open] summary::after {
  content: "−";
}

.enterprise-form input[aria-invalid="true"],
.enterprise-form textarea[aria-invalid="true"] {
  border-color: #9d241d;
  box-shadow: 0 0 0 3px rgba(157, 36, 29, .12);
}

.enterprise-form input:user-invalid:not(:focus):not(:placeholder-shown),
.enterprise-form textarea:user-invalid:not(:focus):not(:placeholder-shown) {
  border-color: #9d241d;
}

.enterprise-site ::selection {
  color: var(--evergreen-deep);
  background: rgba(182, 232, 91, .45);
}

.service-breadcrumb a:hover,
.contact-direct a:hover,
.footer-main a:hover,
.enterprise-nav a:hover {
  text-decoration-thickness: 1px;
}

.error-card .hero-actions {
  margin-top: 1.5rem;
}

.menu-button[aria-expanded="true"] span:not(.sr-only):nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-button[aria-expanded="true"] span:not(.sr-only):nth-child(2) {
  opacity: 0;
}

.menu-button[aria-expanded="true"] span:not(.sr-only):nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 960px) {
  .enterprise-nav.is-open {
    max-height: calc(100dvh - var(--header-offset));
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}
