:root {
  --navy: #082f3d;
  --navy-2: #0d4252;
  --ink: #16343d;
  --muted: #64757a;
  --teal: #18b6ad;
  --teal-deep: #0d8f89;
  --coral: #ff7458;
  --amber: #ffb356;
  --sand: #f6f1e9;
  --mint: #e3f7f4;
  --white: #ffffff;
  --line: rgba(8, 47, 61, 0.12);
  --shadow: 0 24px 70px rgba(10, 47, 60, 0.14);
  --shadow-soft: 0 16px 45px rgba(10, 47, 60, 0.10);
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: min(1180px, calc(100% - 40px));
  --font-display: "Barlow Condensed", "Bahnschrift SemiCondensed", "Bahnschrift Condensed", "Arial Narrow", "Franklin Gothic Medium", sans-serif;
  --transition: 240ms ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fffdfa;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { background: rgba(24, 182, 173, 0.24); color: var(--navy); }

.container { width: var(--container); margin-inline: auto; }
.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;
}
.skip-link {
  position: fixed; left: 12px; top: 12px; z-index: 9999; transform: translateY(-160%);
  background: var(--white); color: var(--navy); padding: 10px 14px; border-radius: 10px;
  box-shadow: var(--shadow-soft); transition: transform var(--transition);
}
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.08; letter-spacing: -0.035em; }
h1 { font-size: clamp(3rem, 7vw, 6.5rem); margin-bottom: 26px; }
/* SeaLotus-specific display face: deliberately distinct from other TechnOrgan client sites. */
.hero h1,
.page-hero h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-stretch: condensed;
  line-height: .94;
  letter-spacing: -.022em;
}
h2 { font-size: clamp(2.25rem, 4.8vw, 4.4rem); margin-bottom: 22px; }
h3 { font-size: clamp(1.25rem, 2vw, 1.7rem); }
p { color: var(--muted); }
.lead { font-size: clamp(1.05rem, 2vw, 1.28rem); max-width: 720px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px;
  color: var(--teal-deep); font-size: .78rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--teal), var(--coral)); }
.eyebrow--light { color: #baf5ee; }
.eyebrow--light::before { background: linear-gradient(90deg, #77eadf, #ffad99); }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px;
  background: var(--navy); color: var(--white); font-weight: 800; letter-spacing: -.01em;
  box-shadow: 0 12px 28px rgba(8, 47, 61, .18); transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}
.button:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(8, 47, 61, .24); }
.button--accent { background: linear-gradient(135deg, var(--coral), #ff945f); color: #2f1b14; }
.button--outline { background: rgba(255,255,255,.74); border-color: rgba(8,47,61,.14); color: var(--navy); box-shadow: none; backdrop-filter: blur(12px); }
.button--light { background: #fff; color: var(--navy); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; color: var(--navy); }
.text-link span { transition: transform var(--transition); }
.text-link:hover span { transform: translateX(4px); }

.topline { background: var(--navy); color: #e8fbf8; font-size: .78rem; }
.topline__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topline p { margin: 0; color: #c9e4e6; }
.topline__links { display: flex; gap: 24px; }
.topline a { opacity: .9; transition: opacity var(--transition); }
.topline a:hover { opacity: 1; }
.site-header {
  position: sticky; top: 0; z-index: 1000; background: rgba(255,253,250,.88);
  backdrop-filter: blur(18px); border-bottom: 1px solid rgba(8,47,61,.07);
  transition: box-shadow var(--transition), background var(--transition);
}
.site-header.is-scrolled { background: rgba(255,253,250,.96); box-shadow: 0 12px 30px rgba(8,47,61,.08); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 210px; }
.primary-nav { display: flex; align-items: center; gap: 28px; font-size: .95rem; font-weight: 750; color: #234650; }
.primary-nav > a:not(.nav-cta) { position: relative; padding: 27px 0; }
.primary-nav > a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 3px; border-radius: 3px;
  background: linear-gradient(90deg, var(--teal), var(--coral)); transition: right var(--transition);
}
.primary-nav > a:not(.nav-cta):hover::after, .primary-nav > a.is-active::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; color: #fff; background: var(--navy); padding: 12px 18px; border-radius: 999px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 14px; background: var(--navy); padding: 12px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; transition: transform var(--transition), opacity var(--transition); }

.hero {
  position: relative; isolation: isolate; min-height: 760px; overflow: hidden;
  background: linear-gradient(115deg, rgba(5,38,50,.95) 0%, rgba(5,38,50,.78) 46%, rgba(5,38,50,.28) 100%), url('../images/hero-ship.webp') center/cover no-repeat;
  color: #fff;
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(circle at 20% 20%, rgba(24,182,173,.28), transparent 36%), radial-gradient(circle at 82% 30%, rgba(255,116,88,.2), transparent 28%);
}
.hero::after {
  content: ""; position: absolute; left: -10%; right: -10%; bottom: -1px; height: 115px;
  background: #fffdfa; clip-path: polygon(0 74%, 13% 58%, 28% 75%, 45% 48%, 64% 72%, 82% 43%, 100% 63%, 100% 100%, 0 100%);
}
.hero__inner { min-height: 760px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .6fr); align-items: center; gap: 56px; padding: 80px 0 130px; }
.hero h1 { max-width: 840px; color: #fff; }
.hero h1 em { font-style: normal; color: #8aeee5; text-shadow: 0 0 34px rgba(81,225,211,.22); }
.hero .lead { color: #d8ebed; max-width: 660px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero__panel {
  position: relative; align-self: end; margin-bottom: 112px; padding: 28px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius-lg);
  backdrop-filter: blur(18px); box-shadow: 0 30px 70px rgba(0,0,0,.24); overflow: hidden;
}
.hero__panel::before { content: ""; position: absolute; inset: auto -30px -54px auto; width: 170px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255,116,88,.65), transparent 68%); }
.hero__panel h2 { color: #fff; font-size: 1.45rem; margin-bottom: 22px; letter-spacing: -.02em; }
.hero__services { display: grid; gap: 10px; }
.hero__service { display: flex; align-items: center; gap: 13px; padding: 13px 14px; border-radius: 14px; background: rgba(255,255,255,.09); color: #f7ffff; font-weight: 750; }
.hero__service i { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: linear-gradient(135deg, var(--teal), var(--coral)); font-style: normal; color: var(--navy); }
.route-line { position: absolute; right: 7%; top: 15%; width: 240px; height: 150px; opacity: .85; pointer-events: none; }
.route-line::before { content: ""; position: absolute; inset: 28px 0 0 15px; border: 2px dashed rgba(255,255,255,.5); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(-8deg); }
.route-dot { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 8px rgba(255,179,86,.14); animation: pulse 2.2s infinite; }
.route-dot:first-child { left: 10px; bottom: 17px; }
.route-dot:last-child { right: 6px; top: 18px; animation-delay: 1s; }
@keyframes pulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.45); } }

.section { padding: 110px 0; }
.section--tight { padding: 78px 0; }
.section--sand { background: var(--sand); }
.section--mint { background: var(--mint); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 50px; }
.section-heading > div:first-child { max-width: 760px; }
.section-heading p { max-width: 520px; margin-bottom: 0; }

.intro-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; align-items: center; }
.intro-visual { position: relative; min-height: 500px; }
.intro-visual img { width: 88%; height: 470px; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow); }
.intro-card {
  position: absolute; right: 0; bottom: 18px; width: min(310px, 62%); padding: 24px;
  border-radius: 22px; background: #fff; box-shadow: var(--shadow-soft); border: 1px solid var(--line);
}
.intro-card strong { display: block; font-size: 1.2rem; color: var(--navy); margin-bottom: 8px; }
.intro-card p { margin-bottom: 0; font-size: .95rem; }
.accent-disc { position: absolute; width: 145px; height: 145px; border-radius: 50%; top: -24px; right: 18px; z-index: -1; background: conic-gradient(var(--coral), var(--amber), var(--teal), var(--coral)); opacity: .75; filter: blur(.2px); animation: slow-spin 18s linear infinite; }
@keyframes slow-spin { to { transform: rotate(360deg); } }
.tick-list { display: grid; gap: 16px; margin: 30px 0 36px; padding: 0; list-style: none; }
.tick-list li { display: flex; gap: 13px; color: #27464e; font-weight: 700; }
.tick-list li::before { content: "✓"; display: grid; place-items: center; flex: 0 0 28px; width: 28px; height: 28px; border-radius: 50%; background: rgba(24,182,173,.14); color: var(--teal-deep); font-weight: 900; }

.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card {
  position: relative; min-height: 360px; padding: 28px; border-radius: 24px; background: #fff;
  border: 1px solid var(--line); overflow: hidden; box-shadow: 0 12px 36px rgba(8,47,61,.06);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.service-card::after { content: ""; position: absolute; right: -46px; bottom: -64px; width: 155px; height: 155px; border-radius: 50%; background: radial-gradient(circle, rgba(24,182,173,.2), transparent 67%); transition: transform 420ms ease; }
.service-card:nth-child(2)::after { background: radial-gradient(circle, rgba(255,116,88,.22), transparent 67%); }
.service-card:nth-child(3)::after { background: radial-gradient(circle, rgba(255,179,86,.28), transparent 67%); }
.service-card:nth-child(4)::after { background: radial-gradient(circle, rgba(81,141,255,.2), transparent 67%); }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-soft); border-color: rgba(24,182,173,.32); }
.service-card:hover::after { transform: scale(1.35); }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; margin-bottom: 46px; background: var(--mint); color: var(--teal-deep); }
.service-card:nth-child(2) .service-icon { background: #fff0ec; color: #e7593c; }
.service-card:nth-child(3) .service-icon { background: #fff6df; color: #a96b00; }
.service-card:nth-child(4) .service-icon { background: #ebf1ff; color: #315ac7; }
.service-icon svg { width: 29px; height: 29px; }
.service-card h3 { margin-bottom: 15px; }
.service-card p { font-size: .95rem; }
.service-card .text-link { position: absolute; left: 28px; bottom: 28px; }

.process-wrap { position: relative; border-radius: 34px; padding: 56px; background: var(--navy); color: #fff; overflow: hidden; box-shadow: var(--shadow); }
.process-wrap::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 10% 0%, rgba(24,182,173,.25), transparent 36%), radial-gradient(circle at 90% 90%, rgba(255,116,88,.22), transparent 34%); }
.process-wrap > * { position: relative; }
.process-wrap h2 { color: #fff; }
.process-wrap p { color: #c8dfe2; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.process-card { padding: 28px; border-radius: 20px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.process-number { display: inline-grid; place-items: center; width: 40px; height: 40px; margin-bottom: 24px; border-radius: 12px; background: linear-gradient(135deg, var(--teal), var(--coral)); color: var(--navy); font-weight: 900; }
.process-card h3 { color: #fff; }
.process-card p { margin-bottom: 0; }

.value-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card { padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.8); }
.value-card strong { display: block; color: var(--navy); font-size: 1.08rem; margin-bottom: 8px; }
.value-card p { margin-bottom: 0; font-size: .95rem; }

.page-hero { position: relative; overflow: hidden; padding: 110px 0 96px; background: var(--sand); }
.page-hero::before { content: ""; position: absolute; width: 440px; height: 440px; right: -110px; top: -190px; border-radius: 50%; background: conic-gradient(from 70deg, rgba(24,182,173,.24), rgba(255,116,88,.22), rgba(255,179,86,.18), rgba(24,182,173,.24)); filter: blur(2px); }
.page-hero__grid { position: relative; display: grid; grid-template-columns: 1.05fr .75fr; align-items: center; gap: 60px; }
.page-hero h1 { font-size: clamp(3.2rem, 7vw, 6.1rem); }
.page-hero__image { position: relative; }
.page-hero__image img { width: 100%; height: 430px; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow); }
.page-hero__image::after { content: ""; position: absolute; left: -24px; bottom: -24px; width: 110px; height: 110px; border-radius: 28px; border: 12px solid #fffdfa; background: linear-gradient(135deg, var(--teal), var(--coral)); }

.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.story-aside { position: sticky; top: 150px; padding: 30px; border-radius: 24px; background: var(--navy); color: #fff; }
.story-aside h3 { color: #fff; }
.story-aside p { color: #c8dfe2; }
.story-aside a { display: block; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.11); color: #e8fbf8; font-weight: 700; }
.story-copy > p:first-of-type { font-size: 1.24rem; color: #3b5961; }
.story-copy blockquote { margin: 38px 0; padding: 30px 34px; border-left: 5px solid var(--coral); border-radius: 0 18px 18px 0; background: var(--sand); color: var(--navy); font-size: 1.25rem; font-weight: 800; }

.mission-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.mission-card { padding: 38px; border-radius: 26px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.mission-card:first-child { border-top: 5px solid var(--teal); }
.mission-card:last-child { border-top: 5px solid var(--coral); }

.service-detail-list { display: grid; gap: 26px; }
.service-detail {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: center;
  padding: 34px; border-radius: 28px; background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 46px rgba(8,47,61,.07);
}
.service-detail:nth-child(even) > :first-child { order: 2; }
.service-detail__visual { min-height: 330px; border-radius: 22px; overflow: hidden; position: relative; background: var(--mint); }
.service-detail__visual img { width: 100%; height: 330px; object-fit: cover; }
.service-detail__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,47,61,.3), transparent 55%); }
.service-detail__visual--graphic { display: grid; place-items: center; background: radial-gradient(circle at 25% 20%, rgba(255,255,255,.8), transparent 25%), linear-gradient(135deg, #dbf5f1, #ffd8ca); }
.service-detail__visual--graphic svg { width: 62%; color: var(--navy); filter: drop-shadow(0 18px 28px rgba(8,47,61,.12)); }
.service-detail ul { margin: 24px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 18px; list-style: none; }
.service-detail li { position: relative; padding-left: 22px; color: #405e66; font-weight: 650; }
.service-detail li::before { content: ""; position: absolute; left: 0; top: .62em; width: 9px; height: 9px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--coral)); }

.contact-layout { display: grid; grid-template-columns: .76fr 1.24fr; gap: 42px; align-items: start; }
.contact-panel { position: sticky; top: 148px; padding: 34px; border-radius: 28px; background: var(--navy); color: #fff; box-shadow: var(--shadow); overflow: hidden; }
.contact-panel::after { content: ""; position: absolute; width: 200px; height: 200px; border-radius: 50%; right: -74px; bottom: -80px; background: radial-gradient(circle, rgba(255,116,88,.65), transparent 68%); }
.contact-panel > * { position: relative; z-index: 1; }
.contact-panel h2, .contact-panel h3 { color: #fff; }
.contact-panel p, .contact-panel address { color: #c8dfe2; font-style: normal; }
.contact-method { display: block; margin-top: 22px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.contact-method span { display: block; font-size: .76rem; text-transform: uppercase; letter-spacing: .14em; color: #83e2da; font-weight: 850; margin-bottom: 5px; }
.contact-method strong { font-size: 1.06rem; }
.form-card { padding: 40px; border-radius: 30px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.form-field { display: grid; gap: 8px; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { font-size: .88rem; font-weight: 800; color: var(--navy); }
.form-field input, .form-field textarea, .form-field select {
  width: 100%; min-height: 52px; border: 1px solid rgba(8,47,61,.16); border-radius: 14px; background: #fffdfa;
  padding: 13px 15px; color: var(--ink); outline: none; transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(24,182,173,.12); background: #fff; }
.form-note { margin: 18px 0 0; font-size: .84rem; }
.alert { margin-bottom: 24px; padding: 14px 16px; border-radius: 14px; font-weight: 700; }
.alert--success { background: #e4f8ef; color: #176840; border: 1px solid #b9ebd2; }
.alert--error { background: #fff0ed; color: #9d3e2b; border: 1px solid #ffd0c6; }
.error-list { margin: 0; padding-left: 20px; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.footer-cta { padding: 64px 0; background: linear-gradient(135deg, var(--teal-deep), var(--navy)); color: #fff; }
.footer-cta__inner { display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.footer-cta h2 { margin: 0; max-width: 760px; color: #fff; font-size: clamp(2rem, 4vw, 3.5rem); }
.site-footer { background: #062631; color: #d5e7e9; padding: 72px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .55fr .9fr; gap: 70px; padding-bottom: 52px; }
.footer-brand img { width: 220px; margin-bottom: 22px; }
.footer-brand p { max-width: 430px; color: #9fbcc0; }
.site-footer h3 { color: #fff; font-size: 1rem; letter-spacing: .02em; margin-bottom: 18px; }
.site-footer a { display: block; width: fit-content; margin: 10px 0; color: #cfe2e4; transition: color var(--transition), transform var(--transition); }
.site-footer a:hover { color: #fff; transform: translateX(3px); }
.site-footer address { max-width: 330px; color: #9fbcc0; font-style: normal; }
.footer-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom > p { margin: 0; color: #78999e; font-size: .85rem; }
/* Exact compact TechnOrgan attribution treatment used on Shri Ganesh Trading. */
.technorgan-mark {
  position: relative;
  display: block !important;
  width: fit-content !important;
  min-width: 286px;
  margin: 0 !important;
  padding: 11px 15px 10px 31px;
  border: 1px solid rgba(173, 205, 213, .22);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.026));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 10px 24px rgba(0,0,0,.10);
  text-align: left;
  line-height: 1;
  overflow: hidden;
  transform: none;
  transition: border-color var(--transition), background var(--transition), transform var(--transition);
}
.technorgan-mark::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 10px;
  bottom: 10px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffb13b 0%, #ff8c17 50%, #ffb13b 100%);
  box-shadow: 0 0 12px rgba(255, 153, 31, .28);
}
.technorgan-mark::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 14px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff6d9;
  box-shadow: 0 10px 0 #fff6d9, 0 20px 0 #fff6d9;
  opacity: .96;
}
.technorgan-mark__title {
  display: block;
  margin: 0;
  color: #f4f8fa;
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: -.006em;
  white-space: nowrap;
}
.technorgan-mark__title strong {
  display: inline;
  color: #4cdbdf;
  font-size: inherit;
  font-weight: 850;
  letter-spacing: inherit;
}
.technorgan-mark__capabilities {
  display: block;
  margin-top: 7px;
  color: #8fb5c3;
  font-size: .57rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .15em;
  text-transform: uppercase;
  white-space: nowrap;
}
.technorgan-mark__capabilities i {
  color: #4cdbdf;
  font-style: normal;
  padding-inline: 3px;
}
.site-footer .technorgan-mark:hover {
  color: inherit;
  border-color: rgba(76, 219, 223, .38);
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  transform: translateY(-2px);
}
.site-footer .technorgan-mark:focus-visible {
  outline: 3px solid rgba(76, 219, 223, .28);
  outline-offset: 3px;
}

.legal { max-width: 840px; }
.legal h2 { margin-top: 48px; font-size: 2rem; }
.legal a { color: var(--teal-deep); text-decoration: underline; }

/* Progressive-enhancement reveal: content is visible by default.
   JavaScript adds .reveal-pending only while an element is waiting to animate.
   A failed, blocked, or cached script can therefore never blank the website. */
.reveal { opacity: 1; transform: none; transition: opacity 700ms ease, transform 700ms ease; }
.reveal.reveal-pending { opacity: 0; transform: translateY(24px); }
.reveal.reveal-pending.is-visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 90ms; }
.reveal-delay-2 { transition-delay: 180ms; }
.reveal-delay-3 { transition-delay: 270ms; }

@media (max-width: 1000px) {
  .topline { display: none; }
  .nav-wrap { min-height: 74px; }
  .menu-toggle { display: block; }
  .primary-nav {
    position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); display: grid; gap: 0;
    padding: 16px; border-radius: 20px; background: #fff; box-shadow: var(--shadow); border: 1px solid var(--line);
    opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
  }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .primary-nav > a:not(.nav-cta) { padding: 13px 12px; }
  .primary-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { justify-content: center; margin-top: 8px; }
  .hero, .hero__inner { min-height: auto; }
  .hero__inner { grid-template-columns: 1fr; padding: 100px 0 160px; }
  .hero__panel { align-self: auto; margin: 0; max-width: 620px; }
  .route-line { opacity: .5; }
  .intro-grid, .page-hero__grid, .story-grid, .contact-layout { grid-template-columns: 1fr; }
  .story-aside, .contact-panel { position: static; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: 1fr; }
  .service-detail { grid-template-columns: 1fr; }
  .service-detail:nth-child(even) > :first-child { order: initial; }
  .footer-grid { grid-template-columns: 1.2fr .8fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  :root { --container: min(100% - 28px, 1180px); --radius-lg: 24px; }
  .brand img { width: 178px; }
  .section { padding: 78px 0; }
  .section--tight { padding: 58px 0; }
  .hero__inner { padding: 80px 0 140px; }
  .hero h1 { font-size: clamp(2.75rem, 14vw, 4.4rem); }
  .hero__actions { align-items: stretch; }
  .hero__actions .button { width: 100%; }
  .route-line { display: none; }
  .section-heading { display: block; }
  .intro-visual { min-height: 420px; }
  .intro-visual img { width: 100%; height: 380px; }
  .intro-card { width: 84%; right: 10px; }
  .services-grid, .value-strip, .mission-grid, .form-grid { grid-template-columns: 1fr; }
  .form-field--full { grid-column: auto; }
  .process-wrap { padding: 34px 22px; border-radius: 26px; }
  .page-hero { padding: 78px 0 70px; }
  .page-hero__image img { height: 320px; }
  .service-detail { padding: 20px; gap: 28px; }
  .service-detail ul { grid-template-columns: 1fr; }
  .form-card, .contact-panel { padding: 26px; }
  .footer-cta__inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid > :last-child { grid-column: auto; }
  .technorgan-mark { text-align: left; }
}

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

/* Separate Contact and Enquiry journeys */
.nav-cta,
.story-aside__action,
.contact-panel__enquiry {
  border: 0;
  font: inherit;
}
.nav-cta { cursor: pointer; }
.button--wide { width: 100%; }
.form-intro { margin: -8px 0 24px; max-width: 660px; }
.contact-panel__enquiry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin-top: 28px;
  padding: 17px 18px;
  border-radius: 16px;
  color: var(--navy);
  background: linear-gradient(135deg, #8cece3, #ffb29e);
  font-weight: 850;
  text-align: left;
  box-shadow: 0 12px 28px rgba(0,0,0,.14);
  transition: transform var(--transition), box-shadow var(--transition);
}
.contact-panel__enquiry:hover { transform: translateY(-2px); box-shadow: 0 17px 34px rgba(0,0,0,.2); }
.story-aside__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 0;
  color: #e8fbf8;
  background: transparent;
  border-bottom: 1px solid rgba(255,255,255,.11);
  font-weight: 700;
  text-align: left;
}

body.modal-open { overflow: hidden; }
.enquiry-modal {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 220ms ease;
}
.enquiry-modal[hidden] { display: none; }
.enquiry-modal.is-open { opacity: 1; visibility: visible; }
.enquiry-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 27, 36, .76);
  backdrop-filter: blur(10px);
}
.enquiry-modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(520px, 1.28fr);
  width: min(1080px, 100%);
  max-height: min(860px, calc(100vh - 44px));
  overflow: auto;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 30px;
  background: #fffdfa;
  box-shadow: 0 38px 100px rgba(0,0,0,.38);
  transform: translateY(22px) scale(.985);
  transition: transform 260ms cubic-bezier(.2,.8,.2,1);
}
.enquiry-modal.is-open .enquiry-modal__dialog { transform: none; }
.enquiry-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  color: var(--navy);
  background: rgba(255,255,255,.88);
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
  font-size: 1.7rem;
  line-height: 1;
}
.enquiry-modal__intro {
  position: relative;
  overflow: hidden;
  padding: 52px 38px 42px;
  color: #fff;
  background:
    radial-gradient(circle at 10% 10%, rgba(24,182,173,.35), transparent 36%),
    radial-gradient(circle at 90% 85%, rgba(255,116,88,.3), transparent 34%),
    linear-gradient(145deg, #062b38, #0b4352);
}
.enquiry-modal__intro::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -90px;
  width: 220px;
  height: 220px;
  border: 1px dashed rgba(255,255,255,.28);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(255,255,255,.025), 0 0 0 68px rgba(255,255,255,.018);
}
.enquiry-modal__intro h2 { position: relative; z-index: 1; color: #fff; font-size: clamp(2.3rem, 4vw, 4rem); }
.enquiry-modal__intro p { position: relative; z-index: 1; color: #c9e2e5; }
.enquiry-modal__service-list { position: relative; z-index: 1; display: grid; gap: 10px; margin-top: 32px; }
.enquiry-modal__service-list span {
  padding: 11px 13px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(255,255,255,.07);
  color: #efffff;
  font-weight: 760;
}
.enquiry-modal__form-wrap { padding: 50px 42px 38px; }
.enquiry-modal__form-wrap .form-field textarea { min-height: 120px; }
.enquiry-modal__form-wrap .alert { margin-right: 48px; }

/* Animated success handoff */
.success-page-body .footer-cta { display: none; }
.success-screen {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 680px;
  padding: 90px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 10%, rgba(24,182,173,.22), transparent 32%),
    radial-gradient(circle at 86% 78%, rgba(255,116,88,.18), transparent 30%),
    var(--sand);
}
.success-card {
  position: relative;
  z-index: 2;
  width: min(720px, 100%);
  margin: 0 auto;
  padding: 54px 48px;
  border: 1px solid rgba(8,47,61,.12);
  border-radius: 32px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow);
  text-align: center;
  backdrop-filter: blur(16px);
  animation: success-card-in 700ms cubic-bezier(.2,.8,.2,1) both;
}
.success-card h1 { font-family: var(--font-display); font-size: clamp(3rem, 7vw, 5.8rem); line-height: .95; }
.success-card > p { max-width: 560px; margin: 0 auto 24px; font-size: 1.08rem; }
.success-check { width: 94px; height: 94px; margin: 0 auto 26px; }
.success-check svg { width: 100%; height: 100%; overflow: visible; }
.success-check circle { fill: rgba(24,182,173,.12); stroke: var(--teal); stroke-width: 4; stroke-dasharray: 220; stroke-dashoffset: 220; animation: draw-circle 700ms 180ms ease forwards; }
.success-check path { fill: none; stroke: var(--teal-deep); stroke-width: 7; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 60; stroke-dashoffset: 60; animation: draw-check 480ms 720ms ease forwards; }
.success-countdown { margin: 20px auto 12px; color: #41616a; font-size: .95rem; }
.success-progress { width: min(360px, 100%); height: 7px; margin: 0 auto 30px; overflow: hidden; border-radius: 999px; background: #dce9e9; }
.success-progress span { display: block; width: 100%; height: 100%; transform-origin: left; background: linear-gradient(90deg, var(--teal), var(--coral)); animation: countdown-bar 5s linear forwards; }
.success-orbit { position: absolute; border: 1px dashed rgba(8,47,61,.14); border-radius: 50%; animation: slow-spin 20s linear infinite; }
.success-orbit--one { width: 360px; height: 360px; left: -120px; top: 80px; }
.success-orbit--two { width: 440px; height: 440px; right: -180px; bottom: -100px; animation-direction: reverse; }
@keyframes success-card-in { from { opacity: 0; transform: translateY(28px) scale(.98); } to { opacity: 1; transform: none; } }
@keyframes draw-circle { to { stroke-dashoffset: 0; } }
@keyframes draw-check { to { stroke-dashoffset: 0; } }
@keyframes countdown-bar { to { transform: scaleX(0); } }

@media (max-width: 900px) {
  .enquiry-modal { padding: 12px; }
  .enquiry-modal__dialog { grid-template-columns: 1fr; max-height: calc(100vh - 24px); }
  .enquiry-modal__intro { padding: 38px 28px 28px; }
  .enquiry-modal__service-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .enquiry-modal__form-wrap { padding: 32px 28px 28px; }
}

@media (max-width: 560px) {
  .enquiry-modal { padding: 0; }
  .enquiry-modal__dialog { width: 100%; max-height: 100vh; min-height: 100vh; border-radius: 0; }
  .enquiry-modal__intro { padding: 34px 20px 24px; }
  .enquiry-modal__intro h2 { padding-right: 44px; }
  .enquiry-modal__service-list { grid-template-columns: 1fr; }
  .enquiry-modal__form-wrap { padding: 26px 20px 34px; }
  .enquiry-modal__form-wrap .alert { margin-right: 0; }
  .success-card { padding: 42px 22px; border-radius: 24px; }
}

/* Progressive-enhancement fallback for the enquiry modal */
.page-hero--compact { min-height: auto; }
.enquiry-page-services { margin-top: 24px; }
.enquiry-page-services span { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.14); }
.enquiry-page-layout .contact-panel { align-self: start; }
