

:root { --ink: #17191f; --muted: #6f7480; --line: rgba(24,27,34,.12); --panel: #ffffff; --background: #f4f3ef; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--background); }
body { margin: 0; background: var(--background); color: var(--ink); font-family: Inter, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
::selection { background: #1d376e; color: #ffffff; }

.home-shell { min-height: 100vh; position: relative; overflow: hidden; padding: 28px clamp(22px, 5vw, 76px) 22px; background: radial-gradient(circle at 82% 0%, #dbe6f6 0, transparent 31%), linear-gradient(145deg, #f8f7f3, #efeee9); }
.ambient { position: absolute; border-radius: 999px; pointer-events: none; filter: blur(80px); opacity: .18; }
.ambient-one { width: 420px; height: 420px; background: #7d9bc8; right: -200px; top: 28%; animation: drift 12s ease-in-out infinite; }
.ambient-two { width: 300px; height: 300px; background: #d8a9ae; left: -180px; bottom: -120px; animation: drift 15s ease-in-out infinite reverse; }
.home-header, .detail-nav { display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 2; }
.group-mark { display: flex; align-items: center; gap: 12px; color: #30343c; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; line-height: 1.35; }
.group-mark > span { width: 30px; height: 30px; border: 1px solid rgba(24,27,34,.28); border-radius: 50%; display: grid; place-items: center; font-size: 12px; letter-spacing: 0; }
.header-note { font: 10px 'Courier New', monospace; color: #8f96a5; text-transform: uppercase; letter-spacing: .09em; display: flex; align-items: center; gap: 8px; }
.pulse { width: 6px; height: 6px; background: #78d5a4; border-radius: 50%; box-shadow: 0 0 0 0 rgba(120,213,164,.4); animation: pulse 2s infinite; }
.home-intro { margin: clamp(52px, 9vh, 108px) 0 42px; position: relative; z-index: 1; max-width: 1000px; }
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .2em; font: 10px 'Courier New', monospace; color: #8f96a5; }
.home-intro h1 { margin: 0; font-size: clamp(42px, 7vw, 104px); line-height: .93; letter-spacing: -.065em; font-weight: 540; }
.home-intro h1 em { font-style: normal; color: #858a94; }
.intro-copy { margin: 26px 0 0 auto; max-width: 430px; color: #9298a6; font-size: 14px; line-height: 1.6; }
.company-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); position: relative; z-index: 2; }
.company-card { min-height: 340px; padding: 17px 18px 16px; background: rgba(255,255,255,.72); border-right: 1px solid var(--line); display: flex; flex-direction: column; transition: background .45s ease, transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s; position: relative; overflow: hidden; }
.company-card:last-child { border-right: 0; }
.company-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 35%, color-mix(in srgb, var(--card-color) 18%, transparent), transparent 55%); opacity: 0; transition: opacity .4s; }
.card-1 { --card-color: #ec3854; }.card-2 { --card-color: #356bdb; }.card-3 { --card-color: #428ebc; }.card-4 { --card-color: #4aa5d3; }
.company-card:hover { background: #ffffff; transform: translateY(-8px); box-shadow: 0 24px 60px rgba(27,31,40,.12); z-index: 4; }
.company-card:hover::before { opacity: 1; }
.card-index { font: 10px 'Courier New', monospace; color: #6f7580; position: relative; z-index: 1; }
.logo-stage { flex: 1; display: grid; place-items: center; min-height: 145px; position: relative; z-index: 1; }
.logo-stage img { width: 72%; height: 120px; object-fit: contain; filter: saturate(.85) brightness(1.12); transition: transform .55s cubic-bezier(.2,.8,.2,1), filter .4s; }
.company-card:hover .logo-stage img { transform: scale(1.08); filter: saturate(1.08) brightness(1); }
.card-meta { display: flex; justify-content: space-between; gap: 14px; align-items: flex-end; position: relative; z-index: 1; }
.card-meta p { margin: 0 0 6px; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; color: #717785; }
.card-meta h2 { font-size: 18px; letter-spacing: -.03em; margin: 0; font-weight: 520; }
.turnover { text-align: right; white-space: nowrap; }
.turnover span { display: block; font: 8px 'Courier New', monospace; text-transform: uppercase; color: #6f7580; margin-bottom: 5px; }
.turnover strong { font-size: 12px; font-weight: 500; }
.card-footer { margin-top: 18px; padding-top: 13px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #777d89; font-size: 10px; position: relative; z-index: 1; }
.arrow { font-size: 17px; transition: transform .35s; }.company-card:hover .arrow { transform: translate(3px,-3px); color: #17191f; }
.home-footer { margin-top: 20px; display: flex; gap: 28px; color: #575c67; font: 8px 'Courier New', monospace; text-transform: uppercase; letter-spacing: .17em; }

.detail-shell { min-height: 100vh; background: radial-gradient(circle at 80% 10%, color-mix(in srgb, var(--accent) 9%, transparent), transparent 27%), #f6f5f1; }
.detail-nav { height: 72px; padding: 0 clamp(22px, 5vw, 80px); border-bottom: 1px solid var(--line); }
.back-link { font-size: 11px; color: #4c515c; letter-spacing: .04em; transition: color .25s; }.back-link:hover { color: #111318; }
.nav-name { font: 9px 'Courier New', monospace; text-transform: uppercase; letter-spacing: .12em; color: #6c717d; }.nav-name span { color: var(--accent); margin: 0 5px; }
.detail-hero { min-height: calc(100vh - 72px); padding: clamp(54px, 8vw, 115px) clamp(22px, 7vw, 110px); display: grid; grid-template-columns: 1.05fr .95fr; gap: 7vw; align-items: center; border-bottom: 1px solid var(--line); }
.hero-copy { max-width: 720px; animation: reveal .8s .1s both; }
.hero-copy h1 { margin: 0; font-size: clamp(52px, 7.4vw, 118px); line-height: .88; letter-spacing: -.07em; font-weight: 520; }
.hero-summary { max-width: 590px; margin: 30px 0 0; font-size: clamp(15px, 1.3vw, 19px); line-height: 1.65; color: #6b707b; }
.hero-actions { margin-top: 38px; display: flex; gap: 24px; align-items: center; }
.primary-action { display: inline-flex; gap: 34px; align-items: center; padding: 15px 18px; background: var(--accent); color: #fff; font-size: 11px; letter-spacing: .02em; transition: filter .25s, transform .25s; }.primary-action:hover { filter: brightness(1.16); transform: translateY(-2px); }
.text-action { color: #555b66; font-size: 11px; border-bottom: 1px solid #a6a9af; padding: 7px 0; }
.hero-visual { min-height: 510px; display: grid; place-items: center; position: relative; animation: reveal .8s .22s both; }
.hero-visual img { width: 72%; height: 310px; object-fit: contain; position: relative; z-index: 2; filter: brightness(.9) saturate(.95); animation: float 6s ease-in-out infinite; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid color-mix(in srgb, var(--accent) 35%, transparent); }
.orbit-one { width: min(36vw, 480px); aspect-ratio: 1; animation: spin 20s linear infinite; }.orbit-one::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); top: 14%; right: 14%; box-shadow: 0 0 25px var(--accent); }
.orbit-two { width: min(27vw, 360px); aspect-ratio: 1; border-style: dashed; opacity: .45; animation: spin 35s linear infinite reverse; }
.hero-turnover { position: absolute; right: 4%; bottom: 5%; width: 120px; height: 120px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #17191f; color: #ffffff; z-index: 3; box-shadow: 0 18px 45px rgba(27,31,40,.18); }
.hero-turnover span { font: 8px 'Courier New', monospace; text-transform: uppercase; letter-spacing: .1em; }.hero-turnover strong { font-size: 17px; margin-top: 5px; }
.metrics-strip { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--line); }
.metric { padding: 32px clamp(20px, 4vw, 62px); border-right: 1px solid var(--line); }.metric:last-child { border-right: 0; }
.metric strong { display: block; font-size: clamp(20px, 2.2vw, 34px); letter-spacing: -.04em; font-weight: 520; }.metric span { display: block; margin-top: 9px; color: #737985; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.section { padding: clamp(76px, 10vw, 150px) clamp(22px, 7vw, 110px); border-bottom: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; margin-bottom: 70px; }.section-heading p { font: 9px 'Courier New', monospace; color: var(--accent); text-transform: uppercase; letter-spacing: .14em; }.section-heading h2 { margin: 0; max-width: 700px; font-size: clamp(36px, 5vw, 74px); line-height: .98; letter-spacing: -.055em; font-weight: 500; }
.capability-list { margin-left: 33.333%; border-top: 1px solid var(--line); }
.capability-item { min-height: 75px; display: grid; grid-template-columns: 58px 1fr 34px; align-items: center; border-bottom: 1px solid var(--line); transition: background .3s, padding .3s; }
.capability-item:hover { background: rgba(24,27,34,.035); padding-left: 10px; }.capability-item span { color: #7b808b; font: 9px 'Courier New', monospace; }.capability-item p { margin: 0; color: #333740; font-size: 14px; }.capability-item i { color: #858a94; font-style: normal; }
.credentials-section { background: #ebeae5; }
.document-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.document-card { background: #ffffff; border: 1px solid var(--line); overflow: hidden; transition: transform .4s, border-color .4s, box-shadow .4s; }.document-card:hover { transform: translateY(-8px); border-color: color-mix(in srgb, var(--accent) 60%, transparent); box-shadow: 0 22px 50px rgba(25,29,38,.1); }
.document-preview { height: 360px; overflow: hidden; background: #ececed; }.document-preview img { width: 100%; height: 100%; object-fit: cover; object-position: top; filter: grayscale(.2); transition: transform .6s, filter .4s; }.document-card:hover .document-preview img { transform: scale(1.025); filter: grayscale(0); }
.document-placeholder { height: 360px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 12%, #f6f5f1), #e9e8e3); }.document-placeholder span { font: 9px 'Courier New', monospace; color: #777d88; letter-spacing: .17em; }.document-placeholder b { font-size: 92px; line-height: .8; color: rgba(20,22,28,.08); letter-spacing: -.09em; }
.document-copy { padding: 20px; display: flex; justify-content: space-between; gap: 14px; }.document-copy h3 { margin: 0 0 7px; font-size: 15px; font-weight: 520; }.document-copy p { margin: 0; font-size: 10px; line-height: 1.5; color: #767b86; }.doc-arrow { color: var(--accent); }
.particulars-grid { margin-left: 33.333%; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.info-panel { min-height: 190px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 25px; }.info-panel > span { display: block; color: #6f7580; font: 8px 'Courier New', monospace; text-transform: uppercase; letter-spacing: .13em; margin-bottom: 30px; }.info-panel p { color: #4d525c; font-size: 12px; line-height: 1.7; max-width: 420px; }.info-panel dl { margin: 0; }.info-panel dl div { display: flex; gap: 20px; margin-bottom: 9px; font-size: 11px; }.info-panel dt { color: #7a7f89; width: 64px; }.info-panel dd { margin: 0; color: #3e424a; }.contact-panel { display: flex; flex-direction: column; }.contact-panel a { font-size: 12px; margin-bottom: 9px; color: #3e424a; }
.detail-footer { padding: 32px clamp(22px, 7vw, 110px); display: flex; justify-content: space-between; color: #737985; font: 9px 'Courier New', monospace; text-transform: uppercase; letter-spacing: .13em; }.detail-footer a { color: #2f333b; }

@keyframes reveal { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 0%,100% { transform: translateY(-6px); } 50% { transform: translateY(8px); } }
@keyframes drift { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-40px,30px); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(120,213,164,0); } 100% { box-shadow: 0 0 0 0 rgba(120,213,164,0); } }

@media (max-width: 1000px) {
  .company-grid { grid-template-columns: 1fr 1fr; }.company-card { border-bottom: 1px solid var(--line); }.company-card:nth-child(2) { border-right: 0; }
  .detail-hero { grid-template-columns: 1fr; }.hero-visual { min-height: 430px; }.orbit-one { width: 420px; }.orbit-two { width: 310px; }
  .document-grid { grid-template-columns: 1fr 1fr; }.particulars-grid, .capability-list { margin-left: 0; }
}
@media (max-width: 650px) {
  .home-shell { padding-inline: 16px; }.home-intro { margin-top: 68px; }.intro-copy { margin-left: 0; }
  .company-grid { grid-template-columns: 1fr; }.company-card { min-height: 300px; border-right: 0; }.logo-stage img { height: 105px; width: 60%; }
  .home-footer { justify-content: space-between; gap: 5px; }.header-note { display: none; }
  .detail-nav { padding-inline: 18px; }.nav-name { display: none; }.detail-hero { padding: 60px 20px; min-height: auto; }.hero-visual { min-height: 360px; }.hero-visual img { height: 220px; width: 78%; }.orbit-one { width: 330px; }.orbit-two { width: 250px; }.hero-turnover { width: 96px; height: 96px; right: 0; }.hero-turnover strong { font-size: 14px; }
  .metrics-strip { grid-template-columns: 1fr 1fr; }.metric { border-bottom: 1px solid var(--line); }
  .section { padding: 72px 20px; }.section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 42px; }.document-grid, .particulars-grid { grid-template-columns: 1fr; }.document-preview,.document-placeholder { height: 300px; }
  .detail-footer { gap: 18px; flex-direction: column; }.hero-actions { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }
