:root {
  --ink: #082f3c;
  --ink-soft: #3e5d65;
  --deep: #063f4a;
  --deepest: #052f39;
  --teal: #0f8d8a;
  --aqua: #6fd1c6;
  --sky: #3aaed8;
  --mist: #edf8f6;
  --warm: #fbfaf6;
  --white: #fff;
  --line: #cfe2df;
  --radius: 1.25rem;
  --shadow: 0 24px 70px rgba(10, 67, 75, .13);
  --type-meta: .8rem;
  --type-label: clamp(.82rem, .78rem + .18vw, .9rem);
  --type-body: 1rem;
  --type-body-large: clamp(1.12rem, 1.04rem + .32vw, 1.25rem);
  --type-card-title: 1.5rem;
  --type-section-title: clamp(2.75rem, 2.2rem + 2.5vw, 4.5rem);
  --type-display: clamp(3.75rem, 2.7rem + 4.7vw, 6.4rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
#what-we-do { scroll-margin-top: 2rem; }
body { margin: 0; color: var(--ink); background: var(--warm); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 2.5rem)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; padding: .7rem 1rem; background: var(--white); border-radius: .5rem; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; 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 #f4b942; outline-offset: 4px; }

.site-header { position: absolute; z-index: 10; width: 100%; top: 0; color: var(--ink); }
.nav-wrap { height: 5.5rem; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: .65rem; align-items: center; font-size: 1.05rem; font-weight: 500; letter-spacing: .025em; line-height: 1; text-decoration: none; }
.brand strong { font: inherit; letter-spacing: inherit; }
.brand-mark { display: grid; place-items: center; width: 2rem; height: 2rem; color: var(--white); background: var(--deep); border-radius: .55rem 1rem .55rem .55rem; font-family: Georgia, serif; font-weight: 700; }
.site-nav { display: flex; align-items: center; gap: 2.1rem; font-size: var(--type-body); font-weight: 600; }
.site-nav a { text-decoration: none; }
.site-nav a:hover { color: var(--teal); }
.nav-toggle { display: none; border: 0; background: transparent; padding: .5rem; }
.nav-toggle span:not(.sr-only) { display: block; width: 1.5rem; height: 2px; margin: 5px; background: var(--ink); }

.hero { position: relative; overflow: hidden; padding: 10.5rem 0 7.5rem; background: radial-gradient(circle at 80% 20%, rgba(111,209,198,.3), transparent 28%), linear-gradient(145deg, #f7fbf8 0%, #eef7f2 52%, #dcedea 100%); }
.hero::after { content: ""; position: absolute; inset: auto -15% -9rem -15%; height: 12rem; background: var(--warm); border-radius: 50% 50% 0 0; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 4rem; }
.eyebrow { margin: 0 0 1.25rem; color: var(--teal); font-size: var(--type-label); font-weight: 800; letter-spacing: .16em; line-height: 1.45; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.04em; line-height: .99; }
h1 { max-width: 780px; margin-bottom: 1.65rem; font-size: var(--type-display); }
h1 span, .about-section h2 span { color: var(--teal); font-style: italic; }
.hero h1 span { display: block; }
.hero-intro { max-width: 650px; font-size: var(--type-body-large); color: var(--ink-soft); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2.3rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.35rem; padding: .8rem 1.4rem; border: 1px solid var(--ink); border-radius: 99px; font-size: var(--type-body); font-weight: 750; text-decoration: none; transition: transform .2s, box-shadow .2s, background-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--ink); box-shadow: 0 9px 25px rgba(8,47,60,.17); }
.button-primary:hover { background: var(--teal); border-color: var(--teal); }
.button-secondary:hover { background: rgba(255,255,255,.7); }
.hero-visual { position: relative; min-height: 390px; display: grid; place-items: center; }
.core { position: relative; z-index: 2; width: 200px; aspect-ratio: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; color: white; background: linear-gradient(145deg, var(--teal), var(--deep)); border-radius: 48% 52% 61% 39% / 45% 38% 62% 55%; box-shadow: var(--shadow); font-family: Georgia, serif; font-size: 1.45rem; line-height: 1.25; transform: rotate(-5deg); }
.core span { transform: rotate(5deg); }
.core span:nth-child(2) { font-style: italic; color: #bbf2e8; }
.orbit { position: absolute; border: 1px solid rgba(15,141,138,.25); border-radius: 50%; }
.orbit-one { width: 340px; height: 290px; transform: rotate(24deg); }
.orbit-two { width: 420px; height: 210px; transform: rotate(-34deg); }
.spark { position: absolute; width: 12px; height: 12px; background: var(--sky); border-radius: 50%; box-shadow: 0 0 0 8px rgba(58,174,216,.12); }
.spark-one { left: 10%; top: 25%; }.spark-two { right: 8%; top: 40%; background: var(--aqua); }.spark-three { left: 23%; bottom: 10%; width: 8px; height: 8px; }

@media (min-width: 901px) {
  .hero { padding-top: 8.75rem; padding-bottom: 6.5rem; }
  .hero .eyebrow { margin-bottom: .9rem; }
  .hero h1 { margin-bottom: 1.25rem; }
  .hero-actions { margin-top: 1.75rem; }
}

.section { padding: 7rem 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 3rem; margin-bottom: 3.5rem; }
.section-heading h2, .about-section h2, .contact-card h2 { margin-bottom: 0; font-size: var(--type-section-title); }
.section-heading > p { max-width: 490px; margin: 0 0 .4rem; color: var(--ink-soft); font-size: var(--type-body-large); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.service-card { min-height: 330px; display: flex; flex-direction: column; padding: 1.55rem; background: var(--white); border: 1px solid #e1ebe8; border-radius: var(--radius); transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-number { color: #779096; font-size: var(--type-meta); letter-spacing: .14em; }
.card-icon { width: 3rem; height: 3rem; display: grid; place-items: center; margin: 2.3rem 0 auto; color: var(--teal); background: var(--mist); border-radius: 50%; font-size: 1.3rem; }
.service-card h3 { margin-bottom: .8rem; font-family: Georgia, serif; font-size: var(--type-card-title); line-height: 1.2; }
.service-card p { margin-bottom: 0; color: var(--ink-soft); font-size: var(--type-body); line-height: 1.6; }

.product-section { position: relative; overflow: hidden; color: var(--white); background: var(--deepest); }
.product-section::before { content: ""; position: absolute; width: 520px; height: 520px; left: -120px; top: -220px; border-radius: 50%; background: rgba(46,177,175,.1); }
.product-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 7rem; }
.product-art { min-height: 480px; display: grid; place-items: center; }
.phone { width: 235px; height: 455px; padding: 10px; background: #102a30; border: 2px solid #66888c; border-radius: 38px; transform: rotate(-5deg); box-shadow: 30px 36px 80px rgba(0,0,0,.38); }
.phone-screen { position: relative; height: 100%; overflow: hidden; padding: 3.7rem 1.5rem 1.5rem; background: linear-gradient(170deg,#d5f3ea 0%,#7ccbc0 52%,#197f83 100%); border-radius: 28px; color: var(--deepest); }
.phone-top { position: absolute; z-index: 2; width: 70px; height: 18px; margin: 7px 0 0 72px; background: #102a30; border-radius: 20px; }
.tiny-label { font-size: var(--type-meta); letter-spacing: .16em; }
.phone-screen strong { display: block; margin-top: 1rem; font-family: Georgia, serif; font-size: 2.25rem; line-height: .95; font-weight: 500; }
.path { position: absolute; width: 220px; height: 180px; border: 2px solid rgba(255,255,255,.7); border-radius: 50%; bottom: -50px; left: -85px; transform: rotate(-20deg); }
.sun { position: absolute; width: 48px; height: 48px; right: 30px; bottom: 90px; background: #f8e9ac; border-radius: 50%; box-shadow: 0 0 0 15px rgba(248,233,172,.16); }
.light { color: var(--aqua); }
.product-copy h2 { margin-bottom: 1.8rem; font-size: var(--type-section-title); color: #d8f5ee; }
.product-copy p { max-width: 590px; color: #c0d4d5; font-size: var(--type-body); }
.product-copy .product-lead { color: var(--white); font-family: Georgia, serif; font-size: var(--type-card-title); line-height: 1.4; }
.text-link { display: inline-block; margin-top: 1rem; padding-bottom: .2rem; border-bottom: 1px solid currentColor; font-weight: 700; text-decoration: none; }
.text-link:hover { color: var(--white); }

.about-section { background: var(--mist); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; }
.about-copy { padding-top: 3.4rem; }
.large-copy { color: var(--ink); font-family: Georgia, serif; font-size: var(--type-card-title); line-height: 1.4; }
.about-copy > p:not(.large-copy) { color: var(--ink-soft); }
.company-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 2.5rem 0 0; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.company-facts div { display: flex; flex-direction: column; }
.company-facts dt { color: #5d7b80; font-size: var(--type-label); font-weight: 800; letter-spacing: .14em; line-height: 1.45; text-transform: uppercase; }
.company-facts dd { margin: .35rem 0 0; font-weight: 700; }

.contact-section { background: var(--warm); }
.contact-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 5rem; padding: clamp(2.2rem,5vw,4.5rem); color: white; background: linear-gradient(120deg, #07505a, #0a6d70); border-radius: 2rem; box-shadow: var(--shadow); }
.contact-card h2 { max-width: 600px; }
.contact-card > div:last-child { align-self: end; color: #d5e8e6; }
.contact-email { display: inline-flex; align-items: center; gap: .6rem; margin-top: .75rem; padding-bottom: .2rem; color: var(--white); border-bottom: 1px solid var(--aqua); font-size: var(--type-body-large); font-weight: 750; text-decoration: none; overflow-wrap: anywhere; }
.contact-email:hover { color: var(--aqua); }

.site-footer { padding: 4.5rem 0 1.5rem; color: #bed1d2; background: #062b34; }
.footer-main { display: grid; grid-template-columns: 1fr 1.4fr; gap: 4rem; padding-bottom: 4rem; }
.footer-brand { color: white; align-self: start; }
.footer-brand .brand-mark { color: var(--deep); background: var(--aqua); }
.footer-links { display: grid; grid-template-columns: repeat(2,1fr); gap: 2rem; }
.footer-links > div { display: flex; flex-direction: column; align-items: flex-start; gap: .65rem; }
.footer-links > div > span:first-child { margin-bottom: .45rem; color: var(--aqua); font-size: var(--type-label); font-weight: 800; letter-spacing: .14em; line-height: 1.45; text-transform: uppercase; }
.footer-links a { font-size: var(--type-body); text-decoration: none; }
.footer-links a:hover { color: white; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); font-size: var(--type-meta); }
.footer-bottom p { margin: 0; }
.footer-company-info { max-width: 39rem; text-align: right; }
.footer-company-info p + p { margin-top: .2rem; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 290px; transform: scale(.8); margin: -2rem 0; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { gap: 3rem; }
  .about-grid { gap: 3rem; }
  .contact-card { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 1.5rem, 1120px); }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 4.8rem; left: .75rem; right: .75rem; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .7rem; background: rgba(255,255,255,.98); border: 1px solid var(--line); border-radius: 1rem; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .8rem; }
  .hero { padding: 9rem 0 6.5rem; }
  .hero-grid { gap: 2rem; }
  .hero-visual { min-height: 240px; transform: scale(.65); margin: -3rem 0; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .section { padding: 5rem 0; }
  .section-heading, .about-grid, .product-grid, .footer-main { grid-template-columns: 1fr; }
  .section-heading { gap: 1.5rem; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .product-grid { gap: 1rem; }
  .product-art { min-height: 390px; transform: scale(.82); margin: -2rem 0; }
  .about-copy { padding-top: 0; }
  .company-facts { grid-template-columns: 1fr; }
  .contact-card { border-radius: 1.3rem; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { gap: 1rem; flex-direction: column; }
  .footer-company-info { text-align: left; }
}

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

/* Standalone legal drafts — intentionally not linked from the public site pre-launch. */
.legal-page { background: var(--warm); }
.legal-header { position: static; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.72); }
.legal-header .nav-wrap { height: 5rem; }
.legal-main { width: min(760px, calc(100% - 2.5rem)); margin-inline: auto; padding: 5rem 0 7rem; }
.draft-label { display: inline-flex; margin-bottom: 1.25rem; padding: .4rem .75rem; color: #643f00; background: #fff0c2; border: 1px solid #e3c876; border-radius: 99px; font-size: var(--type-label); font-weight: 800; letter-spacing: .1em; line-height: 1.45; text-transform: uppercase; }
.legal-main h1 { max-width: none; margin-bottom: 1rem; font-size: var(--type-section-title); }
.legal-intro { margin-bottom: 3rem; color: var(--ink-soft); font-size: var(--type-body-large); }
.legal-main h2 { margin: 3rem 0 1rem; font-family: Georgia, serif; font-size: var(--type-card-title); line-height: 1.2; }
.legal-main h3 { margin: 1.8rem 0 .5rem; font-size: var(--type-body-large); }
.legal-main p, .legal-main li { color: var(--ink-soft); }
.legal-main ul { padding-left: 1.3rem; }
.legal-note { margin-top: 3rem; padding: 1.25rem; background: var(--mist); border-left: 4px solid var(--teal); border-radius: 0 .75rem .75rem 0; }
.legal-footer { padding-top: 1.5rem; }

@media (max-width: 680px) {
  .legal-main { width: min(100% - 1.5rem, 760px); padding: 3.5rem 0 5rem; }
}
