@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
	--ink: #242932;
	--coral: #d47a64;
	--cream: #f5f6ef;
	--paper: #f5f6ef;
	--white: #ffffff;
	--slate: #66707a;
	--sage: #dde5df;
	--soft-grey: #e8ece8;
	--line: #e8ece8;
	--muted: #66707a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'Space Grotesk', sans-serif; line-height: 1.55; }
a { color: inherit; }
.skip-link { position: absolute; left: -999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 2; background: var(--white); padding: .5rem; }

.site-header, .site-footer { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: 1.5rem clamp(1.25rem, 5vw, 5rem); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .5rem; font-size: 1.35rem; font-weight: 800; letter-spacing: 0; text-decoration: none; }
.brand img { display: block; width: 2.2rem; height: 2.2rem; object-fit: contain; flex: 0 0 auto; background: transparent; border: 0; box-shadow: none; }
.brand span { color: var(--coral); }
nav { display: flex; gap: clamp(1rem, 2.2vw, 1.75rem); }
nav a { position: relative; text-decoration: none; font-size: .9rem; }
nav a.active::after { content: ''; position: absolute; right: 0; bottom: -.65rem; left: 0; height: 3px; background: var(--coral); }

.hero, .page-intro, .contact-layout, .home-hero, .home-section, .home-proof, .home-cta { max-width: 1200px; margin: auto; padding-right: clamp(1.25rem, 5vw, 5rem); padding-left: clamp(1.25rem, 5vw, 5rem); }
.hero, .page-intro, .contact-layout { padding-top: clamp(4rem, 10vw, 8rem); padding-bottom: clamp(4rem, 10vw, 8rem); }
.home-hero { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0, 1200px); justify-content: center; align-items: center; max-width: none; min-height: min(650px, calc(100vh - 5.5rem)); padding-top: clamp(5rem, 10vw, 8rem); padding-bottom: clamp(5rem, 10vw, 8rem); background: var(--ink); overflow: hidden; }
.home-hero::before { content: ''; position: absolute; inset: -8% -4% -8% 22%; z-index: -2; background: linear-gradient(160deg, #172434, #d47a64); animation: driftWave 16s ease-in-out infinite; }
.home-hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, var(--ink) 0%, rgba(36, 41, 50, .98) 22%, rgba(36, 41, 50, .6) 46%, rgba(36, 41, 50, .04) 78%); }
.home-hero__content { position: relative; z-index: 1; width: min(100%, 560px); justify-self: start; color: var(--white); }
.home-hero__art { position: absolute; right: 9%; bottom: 13%; z-index: 0; width: 9rem; height: 9rem; border: 1px solid rgba(255, 255, 255, .16); border-radius: 50%; opacity: .35; animation: floatMark 8s ease-in-out infinite; }
.eyebrow { color: var(--muted); font: 500 .76rem 'DM Mono', monospace; letter-spacing: 0; text-transform: uppercase; }
h1 { max-width: 900px; margin: 1rem 0 1.5rem; font-size: clamp(2.55rem, 4.1vw, 4.15rem); line-height: .98; letter-spacing: 0; }
h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 3rem); line-height: 1.1; letter-spacing: 0; }
h3 { margin: 0 0 .7rem; font-size: 1.15rem; line-height: 1.2; }
p { margin-bottom: 0; }
.lead { max-width: 600px; color: var(--muted); font-size: 1.05rem; }
.home-hero .eyebrow, .home-hero .lead { color: var(--sage); }
.home-hero .eyebrow { color: var(--coral); }
.button, button { display: inline-flex; align-items: center; gap: .55rem; border: 0; border-radius: 3px; background: var(--ink); color: var(--white); cursor: pointer; font: 700 .9rem Manrope, sans-serif; padding: .85rem 1.1rem; text-decoration: none; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.button::after { content: ''; width: .45rem; height: .45rem; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(45deg); transition: transform .2s ease; }
.button:hover, button:hover { background: var(--coral); transform: translateY(-2px); }
.button:hover::after { transform: translateX(3px) rotate(45deg); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(212, 122, 100, .45); outline-offset: 3px; }
.button--quiet { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1px var(--soft-grey); }
.home-hero .button--quiet { color: var(--white); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .38); }
.button--quiet:hover { background: var(--sage); color: var(--ink); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 1.75rem; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: clamp(1.75rem, 4vw, 2.75rem) 0 0; padding: 0; background: var(--soft-grey); border: 1px solid var(--soft-grey); }
.hero-stats div { padding: .95rem; background: rgba(255, 255, 255, .72); }
.home-hero .hero-stats { background: rgba(255, 255, 255, .2); border-color: rgba(255, 255, 255, .2); }
.home-hero .hero-stats div { background: rgba(36, 41, 50, .68); }
.hero-stats dt { margin-bottom: .45rem; color: var(--coral); font: 500 .72rem 'DM Mono', monospace; }
.hero-stats dd { margin: 0; color: var(--slate); font-size: .9rem; line-height: 1.35; }
.home-hero .hero-stats dd { color: var(--sage); }
.hero-identity { position: relative; display: grid; align-content: center; gap: 1.25rem; min-height: 390px; padding: clamp(1.25rem, 4vw, 2rem); border: 1px solid var(--soft-grey); background: var(--white); overflow: hidden; animation: floatMark 7s ease-in-out infinite; }
.hero-identity::before { content: ''; position: absolute; inset: 1.1rem; border: 1px solid rgba(36, 41, 50, .08); pointer-events: none; }
.hero-identity::after { content: ''; position: absolute; right: 0; bottom: 0; width: 42%; height: .45rem; background: var(--coral); }
.hero-identity img { position: relative; width: min(100%, 320px); height: auto; justify-self: center; object-fit: contain; }
.hero-identity__note { position: relative; display: grid; gap: .35rem; padding: 1rem; border-left: 4px solid var(--coral); background: var(--ink); color: var(--white); }
.hero-identity__note span { color: var(--sage); font: 500 .72rem 'DM Mono', monospace; text-transform: uppercase; }
.hero-identity__note strong { max-width: 320px; font-size: 1.05rem; line-height: 1.25; }

.home-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding-top: 0; padding-bottom: clamp(3rem, 6vw, 5rem); background: var(--soft-grey); }
.home-proof article { display: grid; gap: .35rem; min-height: 145px; padding: 1.25rem; background: var(--white); }
.home-proof strong { font-size: 1rem; }
.home-proof span { color: var(--muted); font-size: .95rem; }

.home-section { padding-top: clamp(4rem, 8vw, 6rem); padding-bottom: clamp(4rem, 8vw, 6rem); }
.section-heading { max-width: 790px; margin-bottom: 2rem; }
.section-heading p:not(.eyebrow), .section-heading--split > p { max-width: 590px; color: var(--muted); }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr); align-items: end; gap: 2rem; max-width: none; }
.services { position: relative; border-top: 0; padding-top: clamp(5rem, 9vw, 7rem); }
.services::before { content: ''; position: absolute; top: -2.5rem; right: 10%; width: 42%; height: 5rem; background: var(--ink); clip-path: ellipse(65% 45% at 70% 100%); opacity: .96; }
.service-grid, .split-section { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-grid article, .split-section > div { background: var(--paper); padding: 1.5rem; }
.service-grid article { display: grid; align-content: start; min-height: 230px; background: var(--white); }
.card-number { margin-bottom: 2rem; color: var(--coral); font: 500 .78rem 'DM Mono', monospace; }
.service-grid p, .package-card p, .process-list p { color: var(--muted); }
.split-section { margin: 0 clamp(1.25rem, 5vw, 5rem) 5rem; grid-template-columns: repeat(2, 1fr); }

.packages { background: var(--ink); color: var(--white); max-width: none; }
.packages > * { max-width: 1200px; margin-right: auto; margin-left: auto; }
.packages .eyebrow, .packages .section-heading--split > p { color: var(--sage); }
.package-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.package-card { display: flex; flex-direction: column; min-height: 100%; padding: clamp(1.25rem, 3vw, 1.75rem); border: 1px solid rgba(255, 255, 255, .16); background: rgba(255, 255, 255, .06); transition: transform .25s ease, border-color .25s ease, background-color .25s ease; }
.package-card:hover { transform: translateY(-6px); border-color: rgba(212, 122, 100, .72); }
.package-card--featured { background: var(--cream); color: var(--ink); }
.package-card__label { align-self: flex-start; margin: 0 0 1.5rem; padding: .35rem .55rem; background: var(--coral); color: var(--white); font: 500 .72rem 'DM Mono', monospace; text-transform: uppercase; }
.package-card h3 { font-size: 1.35rem; }
.package-card ul { display: grid; gap: .65rem; margin: 1.4rem 0 1.75rem; padding: 0; list-style: none; }
.package-card li { position: relative; padding-left: 1.2rem; }
.package-card li::before { content: ''; position: absolute; top: .72rem; left: 0; width: .42rem; height: .42rem; border-radius: 50%; background: var(--coral); }
.package-link { margin-top: auto; color: inherit; font-weight: 800; text-decoration-color: var(--coral); text-decoration-thickness: 2px; text-underline-offset: .35rem; }

.visual-icon { position: relative; display: inline-grid; width: 2.4rem; height: 2.4rem; margin-bottom: 1.15rem; place-items: center; border: 1px solid rgba(36, 41, 50, .12); background: var(--cream); color: var(--coral); }
.packages .visual-icon, .packages-page .visual-icon { border-color: rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .08); color: var(--coral); }
.package-card--featured .visual-icon { border-color: rgba(36, 41, 50, .12); background: var(--white); }
.visual-icon::before, .visual-icon::after { content: ''; position: absolute; display: block; }
.visual-icon--site::before, .visual-icon--starter::before { width: 1.25rem; height: .86rem; border: 2px solid currentColor; border-radius: 2px; }
.visual-icon--site::after, .visual-icon--starter::after { width: .75rem; height: 2px; bottom: .55rem; background: currentColor; box-shadow: 0 .24rem 0 -.06rem currentColor; }
.visual-icon--pages::before, .visual-icon--custom::before { width: 1rem; height: 1.25rem; border: 2px solid currentColor; border-radius: 2px; box-shadow: .28rem -.22rem 0 -1px var(--cream), .28rem -.22rem 0 1px currentColor; }
.packages .visual-icon--custom::before, .packages-page .visual-icon--custom::before { box-shadow: .28rem -.22rem 0 -1px var(--ink), .28rem -.22rem 0 1px currentColor; }
.package-card--featured .visual-icon--custom::before { box-shadow: .28rem -.22rem 0 -1px var(--white), .28rem -.22rem 0 1px currentColor; }
.visual-icon--refresh::before, .visual-icon--remake::before { width: 1.18rem; height: 1.18rem; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; }
.visual-icon--refresh::after, .visual-icon--remake::after { top: .55rem; right: .5rem; width: .38rem; height: .38rem; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(45deg); }
.visual-icon--chat::before { width: 1.24rem; height: .9rem; border: 2px solid currentColor; border-radius: .2rem; }
.visual-icon--chat::after { left: .72rem; bottom: .54rem; width: .38rem; height: .38rem; border-left: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: skew(-18deg); }
.visual-icon--plan::before { width: 1.2rem; height: 1.2rem; border: 2px solid currentColor; border-radius: 50%; }
.visual-icon--plan::after { width: .58rem; height: .32rem; border-left: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(-45deg); }
.visual-icon--build::before { width: 1.35rem; height: .85rem; border: 2px solid currentColor; border-radius: 2px; transform: rotate(-8deg); }
.visual-icon--build::after { width: .9rem; height: 2px; background: currentColor; transform: rotate(42deg); }
.visual-icon--launch::before { width: 1rem; height: 1rem; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(-45deg); }
.visual-icon--launch::after { width: 2px; height: 1.2rem; background: currentColor; transform: translateY(.2rem); }

.packages-intro { padding-bottom: clamp(3rem, 6vw, 4.5rem); }
.packages-page { padding-top: clamp(3rem, 6vw, 5rem); background: var(--ink); color: var(--white); max-width: none; }
.packages-page > * { max-width: 1200px; margin-right: auto; margin-left: auto; }
.packages-page .eyebrow, .packages-page .section-heading--split > p { color: var(--sage); }
.packages-page .package-card { background: rgba(255, 255, 255, .06); color: var(--white); }
.packages-page .package-card--featured { background: var(--cream); color: var(--ink); }

.package-finder { padding-top: 0; }
.finder-panel { display: grid; grid-template-columns: minmax(0, .75fr) minmax(320px, 1fr); gap: clamp(1.5rem, 5vw, 4rem); padding: clamp(1.5rem, 5vw, 3rem); border: 1px solid var(--soft-grey); background: var(--white); }
.finder-list { display: grid; gap: 1px; align-self: start; background: var(--soft-grey); border: 1px solid var(--soft-grey); }
.finder-list p { margin: 0; padding: 1rem; background: var(--cream); color: var(--slate); }
.finder-list strong { color: var(--ink); }

.process { background: var(--cream); }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--soft-grey); border-left: 1px solid var(--soft-grey); }
.process-list article { min-height: 240px; padding: 1.25rem; border-right: 1px solid var(--soft-grey); border-bottom: 1px solid var(--soft-grey); background: var(--white); }
.process-list article > span:not(.visual-icon) { display: block; margin-bottom: 1.5rem; color: var(--coral); font: 500 .78rem 'DM Mono', monospace; }

.home-cta { margin-bottom: clamp(3rem, 7vw, 6rem); padding-top: clamp(3rem, 7vw, 5rem); padding-bottom: clamp(3rem, 7vw, 5rem); background: var(--sage); }
.home-cta h2 { max-width: 820px; margin-bottom: 1.5rem; }

.contact-layout { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr); gap: clamp(2.5rem, 6vw, 5.5rem); align-items: center; max-width: 1240px; padding-top: clamp(3.5rem, 7vw, 6.5rem); padding-bottom: clamp(4rem, 8vw, 7rem); }
.contact-info { display: flex; flex-direction: column; gap: 1.5rem; }
.contact-info > div:first-child { max-width: 540px; }
.contact-direct { margin-top: 1rem; font-size: .95rem; color: var(--muted); }
.contact-direct span { margin-right: .25rem; }
.contact-direct a { color: var(--ink); font-weight: 600; text-decoration: none; border-bottom: 1px solid currentColor; }
.contact-direct a:hover { color: var(--coral); }
.contact-package-pill { display: inline-flex; align-items: center; gap: .6rem; padding: .7rem 1rem; border: 1px solid rgba(212, 122, 100, .8); border-radius: 999px; background: rgba(212, 122, 100, .08); color: var(--ink); font-size: .9rem; font-weight: 600; align-self: flex-start; box-shadow: inset 0 0 0 1px rgba(212, 122, 100, .15); }
.contact-package-pill strong { color: var(--coral); font-family: 'DM Mono', monospace; font-weight: 700; }
.contact-media { position: relative; overflow: hidden; border-radius: 18px; border: 1px solid var(--soft-grey); background: var(--white); box-shadow: 0 .9rem 2rem rgba(23, 36, 52, .08); width: min(100%, 350px); aspect-ratio: 3 / 4; height: auto; margin-top: .5rem; }
.contact-media picture, .contact-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }

.contact-form-wrapper { width: min(100%, 690px); justify-self: end; }
.contact-form { display: grid; gap: 1.2rem; padding: clamp(1.4rem, 3vw, 2.3rem); border: 1px solid var(--soft-grey); border-radius: 18px; background: rgba(255, 255, 255, .86); box-shadow: 0 1.25rem 2.8rem rgba(23, 36, 52, .06); }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: grid; gap: .5rem; font-weight: 700; font-size: .9rem; color: var(--ink); }
label span { font-weight: 400; color: var(--muted); font-size: .8rem; }
label[for="name-input"], label[for="email-input"], label[for="project-message"] { position: relative; }
label[for="name-input"]::after, label[for="email-input"]::after, label[for="project-message"]::after {
  content: "Required";
  position: absolute;
  top: 0;
  right: 0;
  color: var(--muted);
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .02em;
}
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 10px; padding: .8rem .9rem; color: var(--ink); font: inherit; font-size: .96rem; background: var(--white); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
input:hover, textarea:hover, select:hover { border-color: rgba(212, 122, 100, .55); }
input:focus, textarea:focus, select:focus { border-color: var(--coral); outline: none; box-shadow: 0 0 0 4px rgba(212, 122, 100, .17); }
textarea { resize: vertical; min-height: 150px; }
select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%); background-position: calc(100% - 20px) calc(50% - 2px), calc(100% - 14px) calc(50% - 2px); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; }
.form-error { display: flex; align-items: center; gap: .65rem; padding: .85rem 1rem; border: 1px solid rgba(169, 47, 32, .25); border-radius: 10px; background: #fdf2f1; color: #a92f20; font-size: .9rem; font-weight: 600; }
.form-privacy-note { font-size: .78rem; color: var(--muted); display: inline-flex; align-items: center; gap: .35rem; }
.form-hp { position: absolute !important; left: -9999px !important; top: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; overflow: hidden !important; pointer-events: none !important; }

.contact-success-card { display: grid; gap: 1.5rem; padding: clamp(2rem, 4vw, 3rem); border: 1px solid rgba(130, 164, 139, .75); border-radius: 18px; background: var(--white); box-shadow: 0 1rem 2.5rem rgba(23, 36, 52, .06); }
.contact-success-header { display: flex; align-items: center; gap: 1rem; }
.contact-success-icon { display: inline-grid; place-items: center; width: 3rem; height: 3rem; border-radius: 50%; background: var(--sage); color: #175e36; font-size: 1.5rem; font-weight: bold; }
.contact-success-steps { display: grid; gap: .75rem; padding-left: 1.25rem; margin: 0; color: var(--slate); font-size: .92rem; }
.contact-success-steps li { line-height: 1.5; }
.contact-success-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: .5rem; }

.cookie-banner { position: fixed; right: 1rem; bottom: 1rem; max-width: 360px; padding: 1rem; border: 1px solid var(--ink); background: var(--white); box-shadow: 5px 5px 0 var(--coral); z-index: 12; }
.cookie-banner p { margin-top: 0; font-size: .85rem; }
.site-footer { border-top: 1px solid var(--line); border-bottom: 0; color: var(--muted); font-size: .85rem; }

@media (max-width: 900px) {
	.home-hero, .section-heading--split, .contact-layout, .finder-panel { grid-template-columns: 1fr; }
	.contact-form-grid { grid-template-columns: 1fr; }
	.home-hero { min-height: auto; }
	.hero-identity { min-height: auto; }
	.home-proof { grid-template-columns: 1fr; }
	.package-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.process-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
	.site-header, .site-footer { align-items: flex-start; flex-direction: column; gap: .75rem; }
	nav { flex-wrap: wrap; }
	.home-hero { min-height: 680px; padding-top: 4rem; padding-bottom: 16rem; }
	.home-hero::before { inset: auto -25% 0 -25%; height: 48%; background-position: 68% bottom; background-size: auto 100%; }
	.home-hero::after { background: linear-gradient(180deg, rgba(36, 41, 50, .04) 0%, rgba(36, 41, 50, .3) 53%, var(--ink) 100%); }
	.home-hero__content { justify-self: start; }
	h1 { font-size: clamp(2.15rem, 11vw, 3rem); }
	.home-hero__art { right: 12%; bottom: 8%; width: 5rem; height: 5rem; }
	.service-grid, .split-section, .process-list, .package-grid, .hero-stats { grid-template-columns: 1fr; }
	.home-proof { background: transparent; gap: .75rem; }
	.home-proof article { border: 1px solid var(--soft-grey); }
	.hero-identity img { width: min(100%, 260px); }
	.cookie-banner { left: 1rem; }
}

/* Fresh editorial homepage treatment */
.site-header { position: relative; z-index: 5; padding-top: 1.15rem; padding-bottom: 1.15rem; background: var(--cream); }
.site-header .brand { font-size: 1.2rem; }
.site-header nav { gap: .35rem; padding: .3rem; border: 1px solid rgba(36, 41, 50, .1); border-radius: 999px; background: rgba(255, 255, 255, .45); }
.site-header nav a { padding: .55rem .8rem; border-radius: 999px; font-size: .76rem; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.site-header nav a:hover { background: var(--ink); color: var(--white); transform: translateY(-1px); }
.site-header .nav-cta { padding: .58rem 1rem; background: var(--coral); color: var(--white); }
.site-header .nav-cta:hover { background: var(--ink); }
.home-hero { min-height: min(720px, calc(100vh - 4.7rem)); padding-top: clamp(5rem, 10vw, 8rem); padding-bottom: clamp(5rem, 10vw, 8rem); background: var(--cream); color: var(--ink); }
.home-hero::before { inset: 0 0 0 46%; z-index: -2; background: linear-gradient(145deg, transparent 0 19%, rgba(255, 255, 255, .16) 19% 20%, transparent 20% 38%, rgba(212, 122, 100, .9) 38% 40%, transparent 40% 53%, rgba(221, 229, 223, .28) 53% 54%, transparent 54%), linear-gradient(160deg, #172434 0%, #26384a 58%, #d47a64 100%); clip-path: ellipse(82% 94% at 76% 52%); }
.home-hero::after { inset: 0; z-index: -1; background: linear-gradient(90deg, var(--cream) 0%, rgba(245, 246, 239, .96) 38%, rgba(245, 246, 239, 0) 66%); }
.home-hero__content { width: min(100%, 650px); color: var(--ink); }
.home-hero .eyebrow { color: var(--coral); }
.home-hero h1 { max-width: 680px; margin: 1.25rem 0 1.6rem; font-size: clamp(3.4rem, 6vw, 6.2rem); line-height: .91; letter-spacing: -.04em; }
.home-hero .lead { max-width: 500px; color: var(--slate); font-size: 1.05rem; }
.home-hero .button { background: var(--coral); }
.home-hero .button--quiet { color: var(--ink); background: transparent; box-shadow: inset 0 0 0 1px rgba(36, 41, 50, .24); }
.home-hero .button--quiet:hover { background: var(--ink); color: var(--white); }
.home-hero__logo { right: 12%; width: clamp(210px, 25vw, 350px); opacity: .96; filter: drop-shadow(0 1.2rem 2rem rgba(16, 24, 34, .16)); }
.hero-proof { color: var(--slate); font-size: .75rem; }
.hero-proof span::before { background: var(--coral); }
.trust-strip { padding-top: 3.5rem; padding-bottom: 3.5rem; background: var(--white); }
.trust-list { color: var(--ink); opacity: .7; }
.benefits { background-color: var(--cream); }
.benefits .section-heading h2, .home-packages .section-heading h2, .process .section-heading h2 { letter-spacing: -.035em; }
.benefit-grid article { border-radius: 14px; background: rgba(255, 255, 255, .72); transition: transform .25s ease, box-shadow .25s ease; }
.benefit-grid article:hover { transform: translateY(-7px); box-shadow: 0 1.2rem 2.5rem rgba(36, 41, 50, .08); }
.home-packages { background-color: var(--ink); }
.home-package-card { border-radius: 14px; background: rgba(255, 255, 255, .08); transition: transform .25s ease, background-color .25s ease; }
.home-package-card:hover { transform: translateY(-7px); background: rgba(255, 255, 255, .13); }
.home-package-card--featured:hover { background: #fffaf0; }
.process { background-color: var(--white); }
.process-list article { padding: 0 .5rem; }
.step-number { box-shadow: 0 .45rem 1rem rgba(212, 122, 100, .25); }
.home-cta { background-color: var(--ink); }
.site-footer { padding-top: 4rem; padding-bottom: 4rem; border-top: 0; }

@media (max-width: 700px) {
	.site-header { align-items: center; padding: .9rem 1rem; }
	.site-header .brand { font-size: 1rem; }
	.site-header .brand img { width: 1.8rem; height: 1.8rem; }
	.site-header nav { max-width: 62%; gap: .1rem; overflow-x: auto; }
	.site-header nav a { padding: .45rem .55rem; font-size: .63rem; white-space: nowrap; }
	.site-header .nav-cta { padding: .48rem .7rem; }
	.home-hero { min-height: 760px; padding-top: 4.5rem; padding-bottom: 17rem; }
	.home-hero::before { inset: auto -20% 0 -20%; height: 46%; clip-path: ellipse(82% 85% at 52% 68%); background-position: center bottom; }
	.home-hero::after { background: linear-gradient(180deg, rgba(245, 246, 239, 0) 42%, rgba(245, 246, 239, .25) 58%, var(--cream) 100%); }
	.home-hero h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
	.home-hero__logo { right: 50%; bottom: 6%; width: 175px; transform: translateX(50%); }
	.trust-strip { padding-top: 2.5rem; padding-bottom: 2.5rem; }
	.benefit-grid article { border-radius: 12px; }
}

body.has-reveal [data-animate] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
body.has-reveal [data-animate].is-visible { opacity: 1; transform: translateY(0); }

@keyframes floatMark {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-8px); }
}

@keyframes driftWave {
	0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
	50% { transform: translate3d(-1.2%, -1%, 0) scale(1.02); }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	body.has-reveal [data-animate] { opacity: 1; transform: none; }
}

/* Final hero cascade: keeps the new cream-first composition above legacy rules. */
.home-hero { min-height: min(720px, calc(100vh - 4.7rem)); padding-top: clamp(5rem, 10vw, 8rem); padding-bottom: clamp(5rem, 10vw, 8rem); background: var(--cream); color: var(--ink); }
.home-hero::before { inset: 0 0 0 46%; z-index: -2; background: linear-gradient(160deg, #172434, #26384a 58%, #d47a64); clip-path: ellipse(82% 94% at 76% 52%); animation: driftWave 18s ease-in-out infinite; }
.home-hero::after { inset: 0; z-index: -1; background: linear-gradient(90deg, var(--cream) 0%, rgba(245, 246, 239, .96) 38%, rgba(245, 246, 239, 0) 66%); }
.home-hero__content { width: min(100%, 650px); color: var(--ink); }
.home-hero .eyebrow { color: var(--coral); }
.home-hero h1 { max-width: 680px; margin: 1.25rem 0 1.6rem; font-size: clamp(3.4rem, 6vw, 6.2rem); line-height: .91; letter-spacing: -.04em; }
.home-hero .lead { max-width: 500px; color: var(--slate); font-size: 1.05rem; }
.home-hero .button { background: var(--coral); }
.home-hero .button--quiet { color: var(--ink); background: transparent; box-shadow: inset 0 0 0 1px rgba(36, 41, 50, .24); }
.home-hero .button--quiet:hover { background: var(--ink); color: var(--white); }
.home-hero__logo { right: 12%; width: clamp(210px, 25vw, 350px); opacity: .96; filter: drop-shadow(0 1.2rem 2rem rgba(16, 24, 34, .16)); }
.hero-proof { color: var(--slate); font-size: .75rem; }

@media (max-width: 700px) {
	.home-hero { min-height: 760px; padding-top: 4.5rem; padding-bottom: 17rem; }
	.home-hero::before { inset: auto -20% 0 -20%; height: 46%; clip-path: ellipse(82% 85% at 52% 68%); background-position: center bottom; }
	.home-hero::after { background: linear-gradient(180deg, rgba(245, 246, 239, 0) 42%, rgba(245, 246, 239, .25) 58%, var(--cream) 100%); }
	.home-hero h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
	.home-hero__logo { right: 50%; bottom: 6%; width: 175px; transform: translateX(50%); }
}

/* Packages page */
.packages-intro { position: relative; overflow: hidden; max-width: none; background: radial-gradient(circle at 82% 18%, rgba(212, 122, 100, .22), transparent 28%), linear-gradient(135deg, rgba(221, 229, 223, .55), transparent 55%), var(--cream); }
.packages-intro::after { content: ''; position: absolute; right: -10%; bottom: -46%; width: 58%; height: 90%; border: 2px solid rgba(212, 122, 100, .28); border-radius: 50%; transform: rotate(-14deg); pointer-events: none; }
.packages-intro > * { position: relative; z-index: 1; max-width: 1200px; margin-right: auto; margin-left: auto; }
.packages-intro h1 { max-width: 980px; letter-spacing: -.035em; }
.packages-intro .lead { max-width: 650px; }
.packages-intro__actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 1.8rem; }
.packages-page { background: radial-gradient(ellipse at 86% 12%, rgba(212, 122, 100, .34), transparent 32%), linear-gradient(145deg, #172434 0%, #26384a 100%); }
.packages-page > .home-container { max-width: 1200px; }
.packages-page .section-heading { margin-bottom: 1.4rem; }
.package-inclusions { display: flex; flex-wrap: wrap; gap: .7rem; align-items: center; margin-bottom: 1.4rem; padding: 1rem 1.1rem; border: 1px solid rgba(255, 255, 255, .14); border-radius: 6px; background: rgba(255, 255, 255, .08); color: var(--sage); font-size: .76rem; }
.package-inclusions strong { margin-right: .4rem; color: var(--white); font: 500 .7rem 'DM Mono', monospace; letter-spacing: .03em; text-transform: uppercase; }
.package-inclusions span { display: inline-flex; align-items: center; gap: .45rem; }
.package-inclusions span::before { content: ''; width: .42rem; height: .42rem; border-radius: 50%; background: var(--coral); }
.package-billing { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-bottom: 1rem; overflow: hidden; border: 1px solid rgba(255, 255, 255, .14); border-radius: 8px; background: rgba(255, 255, 255, .14); }
.package-billing > div { display: grid; gap: .45rem; padding: 1rem 1.15rem; background: rgba(255, 255, 255, .08); }
.package-billing span { color: var(--coral); font: 500 .68rem 'DM Mono', monospace; text-transform: uppercase; }
.package-billing strong { color: var(--white); font-size: 1rem; line-height: 1.2; }
.package-billing p { margin: 0; color: var(--sage); font-size: .78rem; line-height: 1.45; }
.package-pricing-note { max-width: 760px; margin: 0 0 1.35rem; color: rgba(221, 229, 223, .82); font-size: .78rem; line-height: 1.55; }
.package-grid--detailed { align-items: stretch; gap: 1rem; }
.package-card--detailed { position: relative; overflow: hidden; min-height: 100%; border-radius: 8px; }
.package-card--detailed::after { content: ''; position: absolute; top: 0; right: 0; width: 36%; height: .28rem; background: var(--coral); }
.package-card__topline { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 1rem; margin-bottom: 1rem; }
.package-media { display: block; overflow: hidden; aspect-ratio: 16 / 10; border-radius: 6px; background: rgba(255, 255, 255, .12); box-shadow: 0 1rem 2rem rgba(10, 16, 24, .18); }
.package-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.package-card--detailed:hover .package-media img { transform: scale(1.035); }
.package-card--featured .package-media { background: var(--white); box-shadow: 0 1rem 2rem rgba(36, 41, 50, .12); }
.package-icon { display: inline-grid; width: 4rem; height: 4rem; place-items: center; color: #05a8f5; }
.package-icon svg { display: block; width: 100%; height: 100%; stroke: currentColor; stroke-width: 2.7; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 .45rem .8rem rgba(5, 168, 245, .12)); }
.package-card__number { color: var(--coral); font: 500 .78rem 'DM Mono', monospace; }
.package-card__badge { position: absolute; top: 1rem; right: 1rem; z-index: 1; padding: .34rem .58rem; border-radius: 999px; background: var(--coral); color: var(--white); font: 700 .64rem 'DM Mono', monospace; text-transform: uppercase; }
.package-card__summary { margin-top: .1rem; font-size: .88rem; line-height: 1.52; }
.package-price { display: grid; gap: .38rem; margin: 1.25rem 0; padding: 1rem 0; border-top: 1px solid rgba(255, 255, 255, .16); border-bottom: 1px solid rgba(255, 255, 255, .16); }
.package-card--featured .package-price { border-color: rgba(36, 41, 50, .12); }
.package-price strong { color: var(--white); font-size: clamp(1.35rem, 2vw, 1.85rem); line-height: 1; letter-spacing: -.02em; }
.package-card--featured .package-price strong { color: var(--ink); }
.package-price span { color: var(--sage); font-size: .75rem; }
.package-card--featured .package-price span { color: var(--muted); }
.package-fit { display: grid; gap: .3rem; margin-bottom: .2rem; }
.package-fit span { color: var(--coral); font: 500 .68rem 'DM Mono', monospace; text-transform: uppercase; }
.package-fit p { margin: 0; font-size: .8rem; line-height: 1.45; }
.package-card--detailed ul { margin-top: 1rem; }
.package-card--detailed li { color: var(--sage); font-size: .78rem; line-height: 1.45; }
.package-card--featured li { color: var(--muted); }
.package-card--detailed .package-link { padding-top: .2rem; }
.package-finder { background: var(--cream); }
.package-finder .home-container { width: min(100%, 1200px); }
.package-finder .finder-panel { border-radius: 8px; }

@media (max-width: 900px) {
	.package-billing { grid-template-columns: 1fr; }
	.package-grid--detailed { grid-template-columns: 1fr; }
	.package-card--detailed { min-height: auto; }
}

@media (max-width: 700px) {
	.packages-intro { padding-top: 3.5rem; }
	.packages-intro h1 { font-size: clamp(2.45rem, 12vw, 3.6rem); }
	.packages-intro__actions { align-items: stretch; flex-direction: column; }
	.packages-intro__actions .button { justify-content: center; }
	.package-inclusions { align-items: flex-start; flex-direction: column; }
	.package-card__badge { top: .85rem; right: .85rem; }
	.package-card__topline { grid-template-columns: 1fr; }
	.package-card__number { position: absolute; top: 1.1rem; right: 1.1rem; padding: .35rem .5rem; background: rgba(36, 41, 50, .72); color: var(--white); }
	.package-card--featured .package-card__number { background: rgba(255, 255, 255, .82); color: var(--coral); }
	.package-icon { width: 3.45rem; height: 3.45rem; }
	.package-price strong { font-size: 1.45rem; }
}

.packages-page .package-card--detailed > p,
.packages-page .package-card--detailed .package-fit p { color: rgba(255, 255, 255, .78); }
.packages-page .package-card--featured > p,
.packages-page .package-card--featured .package-fit p { color: var(--muted); }
.packages-page .package-price { display: grid; }
.packages-page .package-price strong,
.packages-page .package-price span { display: block; }

/* Authoritative small-screen hero layout. */
@media (max-width: 700px) {
	.home-hero { display: flex !important; flex-direction: column !important; min-height: 0 !important; padding-top: 3rem !important; padding-bottom: 2rem !important; overflow: hidden; }
	.home-hero__content { position: relative; width: 100% !important; margin-left: 0 !important; }
	.home-hero h1 { font-size: clamp(2.75rem, 12vw, 4rem); }
	.home-hero__showcase { position: relative !important; top: auto !important; right: auto !important; bottom: auto !important; width: calc(100% + 1.5rem) !important; height: auto !important; aspect-ratio: 3 / 2; margin: 2.25rem -.75rem 0 !important; padding: 0 !important; transform: none !important; }
	.home-hero__showcase img { width: 100% !important; height: 100% !important; object-fit: contain !important; object-position: center !important; }
	.home-hero::before { inset: auto -20% 0 -20%; height: 38%; }
	.home-hero::after { background: linear-gradient(180deg, rgba(245, 246, 239, 0) 44%, rgba(245, 246, 239, .18) 64%, var(--cream) 100%); }
}

/* Stack the homepage introduction and device preview on small screens. */
@media (max-width: 700px) {
	.home-hero { display: flex; flex-direction: column; min-height: 0; padding-top: 3rem; padding-bottom: 2rem; overflow: hidden; }
	.home-hero__content { position: relative; width: 100%; margin-left: 0; }
	.home-hero h1 { font-size: clamp(2.75rem, 12vw, 4rem); }
	.home-hero__showcase { position: relative; top: auto; right: auto; bottom: auto; width: calc(100% + 1.5rem); height: auto; aspect-ratio: 3 / 2; margin: 2.25rem -.75rem 0; padding: 0; transform: none; }
	.home-hero__showcase img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
	.home-hero::before { inset: auto -20% 0 -20%; height: 38%; }
	.home-hero::after { background: linear-gradient(180deg, rgba(245, 246, 239, 0) 44%, rgba(245, 246, 239, .18) 64%, var(--cream) 100%); }
}

/* Final homepage background treatment. */
.home-hero::before { inset: 0 0 0 42%; background: radial-gradient(circle at 72% 50%, rgba(212, 122, 100, .34), transparent 28%), linear-gradient(135deg, rgba(221, 229, 223, .7), rgba(245, 246, 239, 0) 68%); clip-path: ellipse(78% 88% at 76% 52%); animation: none; }
.home-hero::after { background: linear-gradient(90deg, var(--cream) 0%, rgba(245, 246, 239, .98) 42%, rgba(245, 246, 239, .12) 78%); }

/* Integrate the device artwork into the hero instead of presenting it as a card. */
.home-hero > .home-hero__showcase { overflow: visible; padding: 0; border: 0; background: transparent; box-shadow: none; }
.home-hero > .home-hero__showcase::before { content: ''; position: absolute; inset: 8% 4% 4% 8%; z-index: -1; border-radius: 48% 52% 44% 56%; background: radial-gradient(circle at 65% 38%, rgba(212, 122, 100, .38), transparent 34%), rgba(221, 229, 223, .5); transform: rotate(-7deg); }
.home-hero > .home-hero__showcase::after { content: ''; position: absolute; top: 4%; right: -4%; z-index: -1; width: 30%; height: 82%; border-radius: 50%; background: rgba(212, 122, 100, .22); transform: rotate(14deg); }
.home-hero > .home-hero__showcase img { mix-blend-mode: multiply; }
.home-hero > .home-hero__content { z-index: 2; }

/* Authoritative homepage hero layout. */
.home-hero { min-height: clamp(620px, calc(100vh - 4.7rem), 780px); padding-top: clamp(4rem, 7vw, 6rem); padding-bottom: clamp(4rem, 7vw, 6rem); }
.home-hero__content { width: min(46vw, 610px); margin-left: clamp(1.25rem, 7vw, 7rem); }
.home-hero h1 { max-width: 610px; font-size: clamp(3.15rem, 5.1vw, 5.35rem); line-height: .94; }
.home-hero__showcase { top: 50%; right: 0; width: min(55vw, 860px); height: auto; aspect-ratio: 3 / 2; padding: clamp(.75rem, 1.5vw, 1.5rem); border: 1px solid rgba(255, 255, 255, .45); background: rgba(255, 255, 255, .72); box-shadow: 0 1.5rem 4rem rgba(23, 36, 52, .2); transform: translateY(-50%); }
.home-hero__showcase img { width: 100%; height: 100%; object-fit: contain; object-position: center; }

@media (max-width: 900px) {
	.home-hero__content { margin-left: 0; }
	.home-hero__showcase { width: 58vw; }
}

@media (max-width: 700px) {
	.home-hero { min-height: 760px; padding-top: 4rem; padding-bottom: 21rem; }
	.home-hero__content { width: 100%; }
	.home-hero h1 { font-size: clamp(2.8rem, 12vw, 4rem); }
	.home-hero__showcase { top: auto; right: -8%; bottom: 1.5rem; width: 116%; height: auto; aspect-ratio: 3 / 2; padding: .6rem; transform: none; }
}

/* Authoritative homepage hero layout. */
.home-hero {
	min-height: clamp(620px, calc(100vh - 4.7rem), 780px);
	padding-top: clamp(4rem, 7vw, 6rem);
	padding-bottom: clamp(4rem, 7vw, 6rem);
}
.home-hero__content {
	width: min(46vw, 610px);
	margin-left: clamp(1.25rem, 7vw, 7rem);
}
.home-hero h1 {
	max-width: 610px;
	font-size: clamp(3.15rem, 5.1vw, 5.35rem);
	line-height: .94;
}
.home-hero__showcase {
	top: 50%;
	right: 0;
	width: min(55vw, 860px);
	height: auto;
	aspect-ratio: 3 / 2;
	padding: clamp(.75rem, 1.5vw, 1.5rem);
	border: 1px solid rgba(255, 255, 255, .45);
	background: rgba(255, 255, 255, .72);
	box-shadow: 0 1.5rem 4rem rgba(23, 36, 52, .2);
	transform: translateY(-50%);
}
.home-hero__showcase img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

@media (max-width: 900px) {
	.home-hero__content { margin-left: 0; }
	.home-hero__showcase { width: 58vw; }
}

@media (max-width: 700px) {
	.home-hero {
		min-height: 760px;
		padding-top: 4rem;
		padding-bottom: 21rem;
	}
	.home-hero__content { width: 100%; }
	.home-hero h1 { font-size: clamp(2.8rem, 12vw, 4rem); }
	.home-hero__showcase {
		top: auto;
		right: -8%;
		bottom: 1.5rem;
		width: 116%;
		height: auto;
		aspect-ratio: 3 / 2;
		padding: .6rem;
		transform: none;
	}
}

/* Keep the homepage hero readable while the showcase remains fully visible. */
.home-hero {
	min-height: clamp(620px, calc(100vh - 4.7rem), 780px);
	padding-top: clamp(4rem, 7vw, 6rem);
	padding-bottom: clamp(4rem, 7vw, 6rem);
}
.home-hero__content {
	width: min(46vw, 610px);
	margin-left: clamp(1.25rem, 7vw, 7rem);
}
.home-hero h1 {
	max-width: 610px;
	font-size: clamp(3.15rem, 5.1vw, 5.35rem);
	line-height: .94;
}
.home-hero__showcase {
	top: 50%;
	right: 0;
	width: min(55vw, 860px);
	height: auto;
	aspect-ratio: 3 / 2;
	padding: clamp(.75rem, 1.5vw, 1.5rem);
	border: 1px solid rgba(255, 255, 255, .45);
	background: rgba(255, 255, 255, .72);
	box-shadow: 0 1.5rem 4rem rgba(23, 36, 52, .2);
	transform: translateY(-50%);
}
.home-hero__showcase img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

@media (max-width: 900px) {
	.home-hero__content { margin-left: 0; }
	.home-hero__showcase { width: 58vw; }
}

@media (max-width: 700px) {
	.home-hero {
		min-height: 760px;
		padding-top: 4rem;
		padding-bottom: 21rem;
	}
	.home-hero__content { width: 100%; }
	.home-hero h1 { font-size: clamp(2.8rem, 12vw, 4rem); }
	.home-hero__showcase {
		top: auto;
		right: -8%;
		bottom: 1.5rem;
		width: 116%;
		height: auto;
		aspect-ratio: 3 / 2;
		padding: .6rem;
		transform: none;
	}
}

.home-hero__logo-wrap { top: 53%; right: 11%; width: clamp(245px, 23vw, 300px); transform: none; animation: none; }
.home-hero__logo-wrap .home-hero__logo { width: 84%; transform: none; }

.home-hero__showcase { position: absolute; top: 50%; right: -4%; z-index: 1; width: 55%; height: 88%; overflow: hidden; transform: translateY(-50%); pointer-events: none; }
.home-hero__showcase img { display: block; width: 100%; max-width: none; height: 100%; object-fit: cover; object-position: 78% center; }

@media (max-width: 700px) {
	.home-hero__logo-wrap { top: auto; right: 50%; bottom: 5%; width: 220px; transform: translateX(50%); }
	.home-hero__showcase { top: auto; right: -8%; bottom: 0; width: 106%; height: 48%; transform: none; }
	.home-hero__showcase img { width: 100%; height: 100%; object-position: 74% center; }
}

.home-hero__logo { display: block; position: absolute; top: 50%; right: 13%; z-index: 1; width: clamp(170px, 20vw, 285px); height: auto; object-fit: contain; opacity: .96; filter: drop-shadow(0 1rem 1.5rem rgba(16, 24, 34, .2)); transform: translateY(-50%); animation: floatMark 8s ease-in-out infinite; }

.home-hero__logo-wrap { position: absolute; top: 50%; right: 10%; z-index: 1; display: grid; width: clamp(255px, 27vw, 390px); aspect-ratio: 1; place-items: center; transform: translateY(-50%); animation: floatMark 8s ease-in-out infinite; }
.home-hero__logo-shape { position: absolute; inset: 8%; border-radius: 42% 58% 56% 44% / 45% 38% 62% 55%; background: rgba(245, 246, 239, .92); box-shadow: 1.2rem 1.2rem 0 rgba(212, 122, 100, .82), 0 1.5rem 3rem rgba(16, 24, 34, .2); transform: rotate(-8deg); }
.home-hero__logo { position: relative; top: auto; right: auto; width: 84%; transform: none; filter: none; }

@media (max-width: 700px) {
	.home-hero__logo { top: auto; right: 50%; bottom: 7%; width: 165px; transform: translateX(50%); }
	.home-hero__logo-wrap { top: auto; right: 50%; bottom: 5%; width: 220px; transform: translateX(50%); }
	.home-hero__logo-wrap .home-hero__logo { width: 84%; transform: none; }
}

/* CSS-only backgrounds: no raster artwork required. */
.home-hero::before { inset: 0 0 0 46%; background: linear-gradient(145deg, transparent 0 19%, rgba(255, 255, 255, .16) 19% 20%, transparent 20% 38%, rgba(212, 122, 100, .9) 38% 40%, transparent 40% 53%, rgba(221, 229, 223, .28) 53% 54%, transparent 54%), linear-gradient(160deg, #172434 0%, #26384a 58%, #d47a64 100%); clip-path: ellipse(82% 94% at 76% 52%); animation: cssWaveDrift 14s ease-in-out infinite; }
.benefits { background: radial-gradient(circle at 12% 16%, rgba(255, 255, 255, .9), transparent 28%), linear-gradient(135deg, rgba(221, 229, 223, .55), transparent 56%), var(--cream); }
.home-packages { background: radial-gradient(ellipse at 86% 20%, rgba(212, 122, 100, .38), transparent 35%), linear-gradient(145deg, #172434 0%, #26384a 100%); }
.process { position: relative; overflow: hidden; background: var(--cream); }
.process::after { content: ''; position: absolute; right: -8%; bottom: -32%; width: 58%; height: 90%; border: 2px solid rgba(212, 122, 100, .24); border-radius: 50%; transform: rotate(-17deg); pointer-events: none; }
.home-cta { position: relative; overflow: hidden; background: linear-gradient(145deg, #172434 0%, #26384a 100%); }
.home-cta::before { content: ''; position: absolute; right: -8%; bottom: -60%; width: 75%; height: 120%; border: 2px solid rgba(212, 122, 100, .45); border-radius: 50%; transform: rotate(-12deg); pointer-events: none; }
.home-cta__inner { position: relative; z-index: 1; }
.work-preview--one, .work-preview--two, .work-preview--three { background-image: linear-gradient(135deg, #172434, #d47a64); }
.home-hero__logo { display: block; position: absolute; top: 50%; right: 13%; z-index: 1; width: clamp(170px, 20vw, 285px); height: auto; object-fit: contain; opacity: .96; filter: drop-shadow(0 1rem 1.5rem rgba(16, 24, 34, .2)); transform: translateY(-50%); animation: floatMark 8s ease-in-out infinite; }

@keyframes cssWaveDrift {
	0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
	50% { transform: translate3d(-1.5%, 1%, 0) scale(1.03); }
}

@keyframes trustMarquee {
	from { transform: translateX(0); }
	to { transform: translateX(calc(-50% - .425rem)); }
}

@media (max-width: 700px) {
	.home-hero__logo { top: auto; right: 50%; bottom: 7%; width: 165px; transform: translateX(50%); }
}

.home-hero__logo-wrap > .home-hero__logo { position: relative; top: auto; right: auto; bottom: auto; left: auto; width: 84%; height: auto; transform: none; filter: none; }

.home-hero__logo-wrap { top: 53%; right: 11%; width: clamp(245px, 23vw, 300px); transform: none; animation: none; }

@media (max-width: 700px) {
	.home-hero__logo-wrap { top: auto; right: 50%; bottom: 5%; width: 220px; transform: translateX(50%); }
}

/* CSS-only art direction */
.home-hero { background: var(--cream); }
.home-hero::before { inset: 0 0 0 46%; background: linear-gradient(145deg, transparent 0 19%, rgba(255, 255, 255, .16) 19% 20%, transparent 20% 38%, rgba(212, 122, 100, .9) 38% 40%, transparent 40% 53%, rgba(221, 229, 223, .28) 53% 54%, transparent 54%), linear-gradient(160deg, #172434 0%, #26384a 58%, #d47a64 100%); clip-path: ellipse(82% 94% at 76% 52%); animation: cssWaveDrift 14s ease-in-out infinite; }
.home-hero::after { background: linear-gradient(90deg, var(--cream) 0%, rgba(245, 246, 239, .98) 34%, rgba(245, 246, 239, 0) 67%); }
.home-hero__logo { display: block; position: absolute; top: 50%; right: 13%; z-index: 1; width: clamp(170px, 20vw, 285px); height: auto; object-fit: contain; opacity: .96; filter: drop-shadow(0 1rem 1.5rem rgba(16, 24, 34, .2)); transform: translateY(-50%); animation: floatMark 8s ease-in-out infinite; }
.benefits { background: radial-gradient(circle at 12% 16%, rgba(255, 255, 255, .9), transparent 28%), linear-gradient(135deg, rgba(221, 229, 223, .55), transparent 56%), var(--cream); }
.home-packages { background: radial-gradient(ellipse at 86% 20%, rgba(212, 122, 100, .38), transparent 35%), linear-gradient(145deg, #172434 0%, #26384a 100%); }
.process { position: relative; overflow: hidden; background: var(--cream); }
.process::after { content: ''; position: absolute; right: -8%; bottom: -32%; width: 58%; height: 90%; border: 2px solid rgba(212, 122, 100, .24); border-radius: 50%; transform: rotate(-17deg); pointer-events: none; }
.home-cta { position: relative; overflow: hidden; background: linear-gradient(145deg, #172434 0%, #26384a 100%); }
.home-cta::before { content: ''; position: absolute; right: -8%; bottom: -60%; width: 75%; height: 120%; border: 2px solid rgba(212, 122, 100, .45); border-radius: 50%; transform: rotate(-12deg); pointer-events: none; }
.home-cta__inner { position: relative; z-index: 1; }
.work-preview--one, .work-preview--two, .work-preview--three { background-image: linear-gradient(135deg, #172434, #d47a64); }

@keyframes cssWaveDrift {
	0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
	50% { transform: translate3d(-1.5%, 1%, 0) scale(1.03); }
}

@media (max-width: 700px) {
	.home-hero::before { inset: auto -22% 0 -22%; height: 47%; clip-path: ellipse(88% 84% at 50% 70%); }
	.home-hero::after { background: linear-gradient(180deg, rgba(245, 246, 239, 0) 38%, rgba(245, 246, 239, .3) 62%, var(--cream) 100%); }
}

/* Shared navigation */
.site-header { position: sticky; top: 0; z-index: 20; }
.menu-toggle { display: none; }

@media (max-width: 700px) {
	.site-header { position: sticky; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; padding: .85rem 1rem; }
	.menu-toggle { display: inline-flex; align-items: center; gap: .55rem; padding: .55rem .7rem; background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1px rgba(36, 41, 50, .18); font: 700 .72rem 'DM Mono', monospace; text-transform: uppercase; }
	.menu-toggle:hover { background: var(--ink); color: var(--white); transform: none; }
	.menu-toggle__icon, .menu-toggle__icon::before, .menu-toggle__icon::after { display: block; width: 1rem; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
	.menu-toggle__icon { position: relative; }
	.menu-toggle__icon::before, .menu-toggle__icon::after { content: ''; position: absolute; left: 0; }
	.menu-toggle__icon::before { top: -.32rem; }
	.menu-toggle__icon::after { top: .32rem; }
	.site-header.menu-ready nav { position: absolute; top: calc(100% + .5rem); right: 1rem; left: 1rem; display: none; max-width: none; gap: .25rem; padding: .45rem; border-color: rgba(36, 41, 50, .14); border-radius: 4px; background: var(--white); box-shadow: 0 .9rem 2rem rgba(36, 41, 50, .14); overflow: visible; }
	.site-header.menu-open nav { display: grid; }
	.site-header nav a { padding: .75rem .85rem; font-size: .85rem; }
	.site-header .nav-cta { padding: .75rem .85rem; }
	.site-header.menu-open .menu-toggle__icon { background: transparent; }
	.site-header.menu-open .menu-toggle__icon::before { top: 0; transform: rotate(45deg); }
	.site-header.menu-open .menu-toggle__icon::after { top: 0; transform: rotate(-45deg); }
}

/* Final visual override */
.home-hero { background: var(--cream); color: var(--ink); }
.home-hero::before { inset: 0 0 0 46%; background: linear-gradient(145deg, transparent 0 19%, rgba(255, 255, 255, .16) 19% 20%, transparent 20% 38%, rgba(212, 122, 100, .9) 38% 40%, transparent 40% 53%, rgba(221, 229, 223, .28) 53% 54%, transparent 54%), linear-gradient(160deg, #172434 0%, #26384a 58%, #d47a64 100%); clip-path: ellipse(82% 94% at 76% 52%); animation: cssWaveDrift 14s ease-in-out infinite; }
.home-hero::after { background: linear-gradient(90deg, var(--cream) 0%, rgba(245, 246, 239, .96) 38%, rgba(245, 246, 239, 0) 66%); }
.home-hero__content { width: min(100%, 650px); color: var(--ink); }
.home-hero .eyebrow { color: var(--coral); }
.home-hero h1 { max-width: 680px; margin: 1.25rem 0 1.6rem; font-size: clamp(3.4rem, 6vw, 6.2rem); line-height: .91; letter-spacing: -.04em; }
.home-hero .lead { max-width: 500px; color: var(--slate); font-size: 1.05rem; }
.home-hero .button { background: var(--coral); }
.home-hero .button--quiet { color: var(--ink); background: transparent; box-shadow: inset 0 0 0 1px rgba(36, 41, 50, .24); }
.home-hero__logo { right: 12%; width: clamp(210px, 25vw, 350px); filter: drop-shadow(0 1.2rem 2rem rgba(16, 24, 34, .16)); }
.hero-proof { color: var(--slate); }

/* Homepage hero sizing must come after the legacy rules above. */
.home-hero::before { inset: 0 0 0 42%; background: radial-gradient(circle at 72% 50%, rgba(212, 122, 100, .34), transparent 28%), linear-gradient(135deg, rgba(221, 229, 223, .7), rgba(245, 246, 239, 0) 68%) !important; clip-path: ellipse(78% 88% at 76% 52%); }
.home-hero::after { background: linear-gradient(90deg, var(--cream) 0%, rgba(245, 246, 239, .98) 42%, rgba(245, 246, 239, .12) 78%); }
.home-hero { min-height: clamp(620px, calc(100vh - 4.7rem), 780px); padding-top: clamp(4rem, 7vw, 6rem); padding-bottom: clamp(4rem, 7vw, 6rem); }
.home-hero__content { width: min(46vw, 610px); margin-left: clamp(1.25rem, 7vw, 7rem); }
.home-hero h1 { max-width: 610px; font-size: clamp(3.15rem, 5.1vw, 5.35rem); line-height: .94; }
.home-hero__showcase { top: 50%; right: 0; width: min(55vw, 860px); height: auto; aspect-ratio: 3 / 2; padding: clamp(.75rem, 1.5vw, 1.5rem); border: 1px solid rgba(255, 255, 255, .45); background: rgba(255, 255, 255, .72); box-shadow: 0 1.5rem 4rem rgba(23, 36, 52, .2); transform: translateY(-50%); }
.home-hero__showcase img { width: 100%; height: 100%; object-fit: contain; object-position: center; }

@media (max-width: 900px) {
	.home-hero__content { margin-left: 0; }
	.home-hero__showcase { width: 58vw; }
}

@media (max-width: 700px) {
	.home-hero { min-height: 760px; padding-top: 4rem; padding-bottom: 21rem; }
	.home-hero__content { width: 100%; }
	.home-hero h1 { font-size: clamp(2.8rem, 12vw, 4rem); }
	.home-hero__showcase { top: auto; right: -8%; bottom: 1.5rem; width: 116%; height: auto; aspect-ratio: 3 / 2; padding: .6rem; transform: none; }
}

@media (max-width: 700px) {
	.home-hero { min-height: 760px; padding-top: 4.5rem; padding-bottom: 17rem; }
	.home-hero::before { inset: auto -20% 0 -20%; height: 46%; clip-path: ellipse(82% 85% at 52% 68%); background-position: center bottom; }
	.home-hero::after { background: linear-gradient(180deg, rgba(245, 246, 239, 0) 42%, rgba(245, 246, 239, .25) 58%, var(--cream) 100%); }
	.home-hero h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
	.home-hero__logo { right: 50%; bottom: 6%; width: 175px; transform: translateX(50%); }
}

.benefits { background: radial-gradient(circle at 12% 16%, rgba(255, 255, 255, .9), transparent 28%), linear-gradient(135deg, rgba(221, 229, 223, .55), transparent 56%), var(--cream); }
.home-packages { background: radial-gradient(ellipse at 86% 20%, rgba(212, 122, 100, .38), transparent 35%), linear-gradient(145deg, #172434 0%, #26384a 100%); }
.process { position: relative; overflow: hidden; background: var(--cream); }
.process::after { content: ''; position: absolute; right: -8%; bottom: -32%; width: 58%; height: 90%; border: 2px solid rgba(212, 122, 100, .24); border-radius: 50%; transform: rotate(-17deg); pointer-events: none; }
.home-cta { position: relative; overflow: hidden; background: linear-gradient(145deg, #172434 0%, #26384a 100%); }
.home-cta::before { content: ''; position: absolute; right: -8%; bottom: -60%; width: 75%; height: 120%; border: 2px solid rgba(212, 122, 100, .45); border-radius: 50%; transform: rotate(-12deg); pointer-events: none; }
.home-cta__inner { position: relative; z-index: 1; }
.work-preview--one, .work-preview--two, .work-preview--three { background-image: linear-gradient(135deg, #172434, #d47a64); }

@keyframes cssWaveDrift {
	0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
	50% { transform: translate3d(-1.5%, 1%, 0) scale(1.03); }
}

/* Homepage art direction */
.home-container { width: min(100%, 1200px); margin: 0 auto; padding-right: clamp(1.25rem, 5vw, 3.75rem); padding-left: clamp(1.25rem, 5vw, 3.75rem); }
.site-header { background: var(--cream); border-bottom: 0; }
.site-header nav { align-items: center; }
.site-header nav a { font-size: .78rem; }
.site-header nav a.active::after { display: none; }
.nav-cta { padding: .65rem 1.05rem; border-radius: 999px; background: var(--coral); color: var(--white); font-weight: 800; }
.nav-cta span { margin-left: .35rem; font-size: 1rem; }
.home-hero { min-height: 560px; padding-top: clamp(4rem, 8vw, 6.5rem); padding-bottom: clamp(4rem, 8vw, 6.5rem); background: var(--ink); }
.home-hero::before { inset: 0; background: linear-gradient(160deg, #172434, #26384a 58%, #d47a64); animation: driftWave 16s ease-in-out infinite; }
.home-hero::after { background: linear-gradient(90deg, rgba(19, 28, 40, .74) 0%, rgba(19, 28, 40, .25) 56%, rgba(19, 28, 40, .02) 100%); }
.home-hero__content { width: min(100%, 570px); }
.home-hero h1 { max-width: 620px; margin-top: 1rem; font-size: clamp(3rem, 5.4vw, 5rem); line-height: .98; }
.home-hero .lead { max-width: 520px; font-size: 1rem; }
.home-hero .eyebrow { color: var(--white); }
.home-hero__logo { position: absolute; right: clamp(8%, 16vw, 19%); top: 50%; z-index: 0; width: clamp(190px, 25vw, 330px); height: auto; object-fit: contain; opacity: .95; transform: translateY(-50%); animation: floatMark 8s ease-in-out infinite; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 1rem 1.6rem; margin-top: 2rem; color: var(--white); font-size: .78rem; }
.hero-proof span::before { content: ''; display: inline-block; width: .45rem; height: .45rem; margin-right: .45rem; border-radius: 50%; background: var(--coral); }
.trust-strip { padding: 2.4rem 0 2.8rem; background: var(--cream); }
.trust-carousel { position: relative; margin-top: 1.6rem; overflow: hidden; }
.trust-carousel::before, .trust-carousel::after { display: none; }
.trust-list { display: flex; width: max-content; gap: .85rem; animation: trustMarquee 28s linear infinite; }
.trust-carousel:hover .trust-list, .trust-carousel:focus-within .trust-list { animation-play-state: paused; }
.trust-list a { position: relative; display: flex; flex: 0 0 clamp(220px, 25vw, 300px); min-height: 72px; align-items: center; padding: .8rem .25rem; color: var(--ink); font-size: 1.05rem; font-weight: 700; text-align: left; text-decoration: none; transition: color .2s ease, transform .2s ease; }
.trust-list a::after { content: ''; position: absolute; right: .25rem; bottom: .35rem; left: .25rem; height: 2px; background: var(--coral); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.trust-list a:hover, .trust-list a:focus-visible { color: var(--coral); transform: translateY(-2px); }
.trust-list a:hover::after, .trust-list a:focus-visible::after { transform: scaleX(1); }
.trust-list a span { display: grid; gap: .25rem; }
.trust-list__duplicate { display: contents; }
.trust-list small { font-size: .48rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.benefits { position: relative; max-width: none; padding-top: clamp(4rem, 8vw, 6rem); padding-bottom: clamp(4rem, 7vw, 5.5rem); background: radial-gradient(circle at 12% 16%, rgba(255, 255, 255, .9), transparent 28%), linear-gradient(135deg, rgba(221, 229, 223, .55), transparent 56%), var(--cream); }
.benefits::before { content: ''; position: absolute; top: 0; right: 0; left: 0; height: 2px; background: rgba(36, 41, 50, .06); }
.benefits .section-heading { margin-bottom: 2.1rem; }
.benefits .section-heading--split { grid-template-columns: minmax(0, .9fr) minmax(260px, .6fr); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.benefit-grid article { position: relative; display: flex; flex-direction: column; min-height: 305px; padding: 1.5rem 1.25rem 1.25rem; border: 1px solid rgba(36, 41, 50, .04); border-radius: 8px; background: rgba(255, 255, 255, .57); }
.benefit-icon { display: inline-grid; width: 3.25rem; height: 3.25rem; margin-bottom: 1.1rem; place-items: center; color: var(--coral); }
.benefit-icon svg { display: block; width: 100%; height: 100%; }
.benefit-card__eyebrow { margin: 0 0 .55rem; color: var(--coral) !important; font: 500 .68rem 'DM Mono', monospace; letter-spacing: .04em; text-transform: uppercase; }
.benefit-grid h3 { margin-bottom: .8rem; font-size: clamp(1.2rem, 1.7vw, 1.45rem); line-height: 1.08; }
.benefit-grid article > p:not(.benefit-card__eyebrow) { color: var(--muted); font-size: .82rem; line-height: 1.5; }
.benefit-card__arrow { margin-top: auto; align-self: flex-end; color: var(--coral); font-size: 1.35rem; line-height: 1; }
.foundation-strip { display: flex; flex-wrap: wrap; gap: .7rem 1.35rem; align-items: center; margin-top: 1.2rem; padding: 1rem 1.2rem; border-top: 1px solid rgba(36, 41, 50, .16); border-bottom: 1px solid rgba(36, 41, 50, .16); color: var(--muted); font-size: .72rem; }
.foundation-strip strong { color: var(--ink); font: 500 .7rem 'DM Mono', monospace; letter-spacing: .03em; text-transform: uppercase; }
.foundation-strip span::first-letter { color: var(--coral); }
.benefits-note { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr); gap: 2rem; align-items: end; margin-top: clamp(3rem, 6vw, 4.5rem); padding-top: 2rem; border-top: 1px solid rgba(36, 41, 50, .13); }
.benefits-note .eyebrow { margin-top: 0; }
.benefits-note h3 { max-width: 570px; margin: .7rem 0 0; font-size: clamp(1.5rem, 2.5vw, 2.25rem); line-height: 1.08; }
.benefits-note > p { max-width: 420px; margin: 0; color: var(--muted); font-size: .9rem; }
.work { max-width: none; padding-top: clamp(4.5rem, 8vw, 6rem); padding-bottom: clamp(4.5rem, 8vw, 6rem); background: linear-gradient(145deg, #172434, #26384a); color: var(--white); }
.work .section-heading--split > p, .work .eyebrow { color: var(--sage); }
.work .section-heading { margin-bottom: 2rem; }
.work .text-link { align-self: end; justify-self: end; color: var(--white); font-size: .8rem; font-weight: 800; text-decoration: underline; text-decoration-color: var(--coral); text-underline-offset: .4rem; }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.work-grid article { overflow: hidden; border-radius: 6px; background: var(--cream); color: var(--ink); }
.work-preview { display: flex; align-items: flex-start; height: 190px; padding: 2.1rem 1.3rem 1rem; background-color: #cbd0d0; background-position: center; background-size: cover; box-shadow: inset 0 -18px 30px rgba(0, 0, 0, .12); color: var(--white); font-size: 1rem; font-weight: 800; line-height: 1.1; }
.work-preview--one, .work-preview--two, .work-preview--three { background-image: linear-gradient(135deg, #172434, #d47a64); }
.work-caption { padding: 1.2rem 1.25rem 1.35rem; }
.work-caption h3 { margin-bottom: .25rem; font-size: 1rem; }
.work-caption p { margin-bottom: 1rem; color: var(--muted); font-size: .75rem; }
.work-caption a { font-size: .75rem; font-weight: 800; text-decoration: none; }
.work-caption a::after { content: '  →'; color: var(--coral); }
.process { max-width: none; padding-top: clamp(4.5rem, 8vw, 6rem); padding-bottom: clamp(4.5rem, 8vw, 6rem); background: var(--cream); }
.process .section-heading--split { grid-template-columns: minmax(0, .9fr) minmax(260px, .55fr); }
.process-list { position: relative; grid-template-columns: repeat(3, 1fr); gap: 2rem; border: 0; background: transparent; }
.process-list::before { content: ''; position: absolute; top: 1.3rem; right: 8%; left: 8%; height: 1px; background: rgba(36, 41, 50, .15); }
.process-list article { position: relative; z-index: 1; min-height: 180px; padding: 0 .4rem; border: 0; background: transparent; }
.step-number { display: grid !important; width: 2.65rem; height: 2.65rem; margin-bottom: 1.1rem !important; place-items: center; border-radius: 50%; background: var(--coral); color: var(--white) !important; font: 700 .78rem Manrope, sans-serif !important; }
.process-list h3 { font-size: 1rem; }
.process-list p { max-width: 230px; font-size: .8rem; }
.home-cta { max-width: none; margin-bottom: 0; padding-top: clamp(4.5rem, 8vw, 6rem); padding-bottom: clamp(4.5rem, 8vw, 6rem); background: linear-gradient(145deg, #172434 0%, #26384a 100%); color: var(--white); }
.home-cta__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .55fr); gap: 3rem; align-items: center; }
.home-cta .eyebrow { color: var(--sage); }
.home-cta h2 { max-width: 620px; margin-bottom: 0; font-size: clamp(2.2rem, 4vw, 3.8rem); }
.home-cta__inner > div:last-child { display: grid; gap: 1.15rem; color: var(--white); font-size: .9rem; }
.home-cta__inner small { color: var(--sage); font-size: .7rem; }
.home-cta .button { justify-self: start; background: var(--coral); }
.site-footer { align-items: flex-start; padding-top: 3rem; padding-bottom: 3rem; background: var(--cream); }
.site-footer .brand { color: var(--ink); }
.site-footer > div > p { margin-top: .8rem; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.footer-email { margin-top: .5rem !important; }
.footer-email a { color: var(--ink); font-weight: 600; font-size: .85rem; text-decoration: none; border-bottom: 1px solid currentColor; }
.footer-email a:hover { color: var(--coral); }
.site-footer nav { align-self: center; }
.site-footer nav a { font-size: .75rem; text-decoration: none; }
.footer-admin { align-self: center; color: var(--muted); font-size: .7rem; }
.home-packages { max-width: none; padding-top: clamp(4.5rem, 8vw, 6rem); padding-bottom: clamp(4.5rem, 8vw, 6rem); background: radial-gradient(ellipse at 86% 20%, rgba(212, 122, 100, .38), transparent 35%), linear-gradient(145deg, #172434 0%, #26384a 100%); color: var(--white); }
.home-packages .eyebrow, .home-packages .section-heading--split > p { color: var(--sage); }
.home-packages .text-link { align-self: end; justify-self: end; color: var(--white); font-size: .8rem; font-weight: 800; text-decoration: underline; text-decoration-color: var(--coral); text-underline-offset: .4rem; }
.home-package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.home-package-card { display: flex; flex-direction: column; min-height: 340px; padding: 1.5rem; border: 1px solid rgba(255, 255, 255, .18); border-radius: 6px; background: rgba(255, 255, 255, .06); }
.home-package-card--featured { background: var(--cream); color: var(--ink); }
.home-package-card__number { margin-bottom: 1.35rem; color: var(--coral); font: 500 .75rem 'DM Mono', monospace; }
.home-package-card__label { margin: 0 0 .45rem; color: var(--coral); font: 500 .7rem 'DM Mono', monospace; text-transform: uppercase; }
.home-package-card h3 { margin-bottom: .7rem; font-size: 1.25rem; }
.home-package-card > p:not(.home-package-card__label) { color: var(--sage); font-size: .82rem; }
.home-package-card--featured > p:not(.home-package-card__label) { color: var(--muted); }
.home-package-card ul { display: grid; gap: .5rem; margin: 1.25rem 0 1.5rem; padding: 0; list-style: none; color: var(--sage); font-size: .78rem; }
.home-package-card--featured ul { color: var(--muted); }
.home-package-card li::before { content: '＋'; margin-right: .45rem; color: var(--coral); }
.home-package-card > a { margin-top: auto; color: inherit; font-size: .78rem; font-weight: 800; text-decoration: underline; text-decoration-color: var(--coral); text-underline-offset: .35rem; }

@media (max-width: 900px) {
	.home-hero__logo { right: 7%; width: 260px; }
	.trust-list a { flex-basis: 260px; }
	.benefit-grid { grid-template-columns: repeat(2, 1fr); }
	.benefits-note { grid-template-columns: 1fr; }
	.work-grid { grid-template-columns: 1fr; }
	.work-preview { height: 220px; }
	.home-package-grid { grid-template-columns: 1fr; }
	.home-cta__inner { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
	.site-header { align-items: center; }
	.site-header nav { gap: .75rem; }
	.site-header nav a { font-size: .7rem; }
	.nav-cta { padding: .55rem .75rem; }
	.home-hero { min-height: 690px; padding-top: 4rem; padding-bottom: 15rem; }
	.home-hero::before { inset: auto -25% 0 -25%; height: 46%; background-position: center bottom; background-size: auto 100%; }
	.home-hero::after { background: linear-gradient(180deg, rgba(19, 28, 40, .08) 0%, rgba(19, 28, 40, .25) 48%, var(--ink) 100%); }
	.home-hero h1 { font-size: clamp(2.8rem, 12vw, 4rem); }
	.home-hero__logo { right: 50%; top: auto; bottom: 7%; width: 185px; transform: translateX(50%); }
	.hero-proof { gap: .65rem 1rem; font-size: .7rem; }
	.trust-list { gap: .65rem; animation-duration: 22s; }
	.trust-list a { flex-basis: 245px; min-height: 72px; padding: .85rem .25rem; font-size: .88rem; }
	.benefits .section-heading--split, .process .section-heading--split { grid-template-columns: 1fr; }
	.benefit-grid { grid-template-columns: 1fr; }
	.benefit-grid article { min-height: 270px; }
	.foundation-strip { align-items: flex-start; flex-direction: column; gap: .55rem; }
	.home-packages .section-heading--split { grid-template-columns: 1fr; }
	.home-packages .text-link { justify-self: start; }
	.process-list { grid-template-columns: 1fr; gap: 1.75rem; }
	.process-list::before { top: 1.3rem; bottom: 1.3rem; left: 1.3rem; width: 1px; height: auto; }
	.process-list article { min-height: auto; padding-left: 4.25rem; }
	.step-number { position: absolute; top: 0; left: 0; }
	.site-footer { gap: 1.5rem; }
	.site-footer nav { flex-wrap: wrap; align-self: auto; }
}

/* Final homepage background treatment. */
.home-hero::before { inset: 0 0 0 42%; background: radial-gradient(circle at 72% 50%, rgba(212, 122, 100, .34), transparent 28%), linear-gradient(135deg, rgba(221, 229, 223, .7), rgba(245, 246, 239, 0) 68%); clip-path: ellipse(78% 88% at 76% 52%); animation: none; }
.home-hero::after { background: linear-gradient(90deg, var(--cream) 0%, rgba(245, 246, 239, .98) 42%, rgba(245, 246, 239, .12) 78%); }

/* Final visual override */
.home-hero { background: var(--cream); color: var(--ink); }
.home-hero::before { inset: 0 0 0 46%; background: linear-gradient(145deg, transparent 0 19%, rgba(255, 255, 255, .16) 19% 20%, transparent 20% 38%, rgba(212, 122, 100, .9) 38% 40%, transparent 40% 53%, rgba(221, 229, 223, .28) 53% 54%, transparent 54%), linear-gradient(160deg, #172434 0%, #26384a 58%, #d47a64 100%); clip-path: ellipse(82% 94% at 76% 52%); }
.home-hero::after { background: linear-gradient(90deg, var(--cream) 0%, rgba(245, 246, 239, .96) 38%, rgba(245, 246, 239, 0) 66%); }
.home-hero__content { width: min(100%, 650px); color: var(--ink); }
.home-hero .eyebrow { color: var(--coral); }
.home-hero h1 { max-width: 680px; margin: 1.25rem 0 1.6rem; font-size: clamp(3.4rem, 6vw, 6.2rem); line-height: .91; letter-spacing: -.04em; }
.home-hero .lead { max-width: 500px; color: var(--slate); font-size: 1.05rem; }
.home-hero .button { background: var(--coral); }
.home-hero .button--quiet { color: var(--ink); background: transparent; box-shadow: inset 0 0 0 1px rgba(36, 41, 50, .24); }
.home-hero__logo { right: 12%; width: clamp(210px, 25vw, 350px); filter: drop-shadow(0 1.2rem 2rem rgba(16, 24, 34, .16)); }
.hero-proof { color: var(--slate); }

.home-hero__showcase img { animation: heroShowcaseAppear .8s cubic-bezier(.22, 1, .36, 1) both; transform-origin: center; }

@keyframes heroShowcaseAppear {
	from { opacity: 0; transform: translateX(2rem) scale(.96); }
	to { opacity: 1; transform: translateX(0) scale(1); }
}

/* Keep the desktop heading clear of the device showcase. */
@media (min-width: 901px) {
	.home-hero__content { width: min(36vw, 520px) !important; }
	.home-hero__showcase { right: 2.5% !important; width: min(52vw, 820px) !important; }
}

@media (max-width: 700px) {
	.home-hero { min-height: 760px; padding-top: 4.5rem; padding-bottom: 17rem; }
	.home-hero::before { inset: auto -20% 0 -20%; height: 46%; clip-path: ellipse(82% 85% at 52% 68%); background-position: center bottom; }
	.home-hero::after { background: linear-gradient(180deg, rgba(245, 246, 239, 0) 42%, rgba(245, 246, 239, .25) 58%, var(--cream) 100%); }
	.home-hero h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
	.home-hero__logo { right: 50%; bottom: 6%; width: 175px; transform: translateX(50%); }
}

/* About page */
.about-intro { position: relative; overflow: hidden; max-width: none; background: radial-gradient(circle at 14% 20%, rgba(212, 122, 100, .18), transparent 30%), linear-gradient(135deg, rgba(221, 229, 223, .5), transparent 55%), var(--cream); }
.about-intro > * { position: relative; z-index: 1; max-width: 1200px; margin-right: auto; margin-left: auto; }
.about-intro h1 { max-width: 820px; letter-spacing: -.03em; }
.about-intro .lead { max-width: 620px; }
.about-intro__actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 1.8rem; }
.about-split:nth-of-type(even) { background: var(--white); }
.about-split__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(2rem, 5vw, 3.5rem); align-items: center; }
.about-media { display: block; width: 100%; overflow: hidden; border-radius: 14px; aspect-ratio: 4 / 5; box-shadow: 0 1.2rem 2.5rem rgba(36, 41, 50, .12); }
.about-media--wide { aspect-ratio: 16 / 10; }
.about-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.about-split__content h2 { margin: .6rem 0 1rem; }
.about-split__content p { color: var(--muted); }
.about-split__content p + p { margin-top: 1rem; }
.about-audience__list { display: grid; gap: .65rem; margin: 1.4rem 0 0; padding: 0; list-style: none; color: var(--ink); font-size: .92rem; }
.about-audience__list li { position: relative; padding-left: 1.3rem; }
.about-audience__list li::before { content: ''; position: absolute; top: .55rem; left: 0; width: .42rem; height: .42rem; border-radius: 50%; background: var(--coral); }
.about-values .section-heading { margin-bottom: 2.1rem; }

@media (max-width: 900px) {
	.about-split__grid { grid-template-columns: 1fr; }
	.about-media { max-width: 480px; margin: 0 auto; }
}

@media (max-width: 700px) {
	.about-intro { padding-top: 3.5rem; }
	.about-intro h1 { font-size: clamp(2.45rem, 12vw, 3.4rem); }
	.about-intro__actions { align-items: stretch; flex-direction: column; }
	.about-intro__actions .button { justify-content: center; }
}

/* Legal pages (privacy & cookie policy) */
.legal-page.page-intro { padding-bottom: 2.5rem; }
.legal-page__updated { margin-top: 1.25rem; color: var(--muted); font: 500 .78rem 'DM Mono', monospace; }
.legal-content { max-width: 780px; }
.legal-content h2 { margin: 2.25rem 0 .85rem; font-size: 1.3rem; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: var(--muted); line-height: 1.65; }
.legal-content ul { padding-left: 1.25rem; }
.legal-content li + li { margin-top: .5rem; }
.legal-content a { color: var(--coral); font-weight: 700; }
.legal-table { width: 100%; margin: .5rem 0 1.5rem; border-collapse: collapse; font-size: .85rem; }
.legal-table th, .legal-table td { padding: .75rem; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-table th { background: var(--cream); }
.legal-table td { color: var(--muted); }

/* Footer legal links */
.footer-legal { align-self: center; }

/* Cookie consent banner */
.cookie-banner { max-width: 400px; }
.cookie-banner__actions { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: .85rem; }
.cookie-banner__actions button { padding: .6rem .85rem; font-size: .8rem; }

/* Contact form privacy consent checkbox */
.contact-consent { display: flex; flex-direction: row; align-items: flex-start; gap: .6rem; font-weight: 400; font-size: .85rem; }
.contact-consent input[type="checkbox"] { width: auto; margin-top: .2rem; }
.contact-consent .form-privacy-note { display: inline; }

