@import url('https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&family=Geist+Mono:wght@400;500;600&display=swap');

:root {
  --font-geist-sans: 'Geist';
  --font-geist-mono: 'Geist Mono';
  --ink: #101312;
  --paper: #f3f1ea;
  --line: rgba(16, 19, 18, 0.18);
  --acid: #d8ff35;
  --muted: #6e736d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }

.site-header {
  height: 84px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 4.5vw;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 740; font-size: 21px; letter-spacing: -0.04em; width: max-content; }
.brand-mark { width: 30px; height: 30px; border: 1px solid var(--ink); display: grid; place-content: center; gap: 4px; transform: rotate(45deg); }
.brand-mark i { display: block; width: 13px; height: 2px; background: var(--ink); transform: rotate(-45deg); }
.site-header nav { display: flex; gap: 32px; font-size: 13px; font-weight: 560; }
.site-header nav a { transition: opacity .2s ease; }
.site-header nav a:hover { opacity: .5; }
.header-cta { justify-self: end; font-size: 13px; font-weight: 650; display: flex; align-items: center; gap: 16px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); }

.hero { min-height: calc(100vh - 84px); display: grid; grid-template-columns: 46% 54%; }
.hero-copy { padding: clamp(58px, 8vh, 105px) 5vw 48px 7vw; display: flex; flex-direction: column; }
.eyebrow { margin: 0 0 48px; font-family: var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .08em; font-size: 11px; display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 8px; height: 8px; background: var(--acid); border: 1px solid var(--ink); border-radius: 50%; }
h1 { margin: 0; font-size: clamp(58px, 6.6vw, 112px); line-height: .86; letter-spacing: -.075em; font-weight: 580; }
h1 em { color: transparent; -webkit-text-stroke: 1.5px var(--ink); font-style: normal; }
.hero-lead { margin: 44px 0 0; max-width: 540px; font-size: clamp(16px, 1.3vw, 20px); line-height: 1.55; color: #424741; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 42px; padding: 18px 20px; font-size: 13px; font-weight: 680; }
.button-primary { background: var(--ink); color: white; min-width: 220px; }
.button-primary span { color: var(--acid); font-size: 18px; }
.text-link { font-size: 13px; font-weight: 620; display: flex; align-items: center; gap: 12px; }
.hero-proof { border-top: 1px solid var(--line); margin-top: auto; padding-top: 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hero-proof div { display: flex; flex-direction: column; gap: 5px; }
.hero-proof strong { font-family: var(--font-geist-mono), monospace; font-size: 13px; letter-spacing: .05em; }
.hero-proof span { font-size: 11px; color: var(--muted); }

.hero-visual { background: #151918; color: white; position: relative; overflow: hidden; padding: 34px 38px; display: flex; flex-direction: column; }
.hero-visual::before { content: ''; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.visual-index { position: relative; z-index: 2; margin: 0; font-family: var(--font-geist-mono), monospace; font-size: 10px; letter-spacing: .12em; color: #a9afa9; }
.drive-stage { flex: 1; min-height: 500px; position: relative; perspective: 1200px; display: grid; place-items: center; }
.drive-shadow { position: absolute; width: 65%; height: 22%; border-radius: 50%; background: rgba(0,0,0,.8); filter: blur(34px); transform: translate(6%, 120%); }
.drive-board { width: min(72%, 530px); aspect-ratio: 1.18; position: relative; border-radius: 8px; background: linear-gradient(145deg, #32664f, #173f31 72%); transform: rotateX(61deg) rotateZ(-28deg); box-shadow: -20px 25px 0 #0b1e17, -28px 35px 48px rgba(0,0,0,.45), inset 0 0 0 2px rgba(189,255,214,.16); }
.board-label { position: absolute; left: 11%; top: 42%; color: rgba(222,255,231,.68); font-family: var(--font-geist-mono), monospace; font-size: 18px; letter-spacing: .12em; }
.board-label small { display: block; margin-top: 8px; font-size: 7px; }
.terminal { position: absolute; display: flex; gap: 5px; padding: 8px; background: #91b89f; border-bottom: 8px solid #527d64; border-radius: 4px; }
.terminal i { width: 20px; height: 23px; background: #23302a; border-radius: 2px; box-shadow: inset 0 0 0 3px #b8bdb8; }
.terminal-a { left: 7%; top: 7%; }
.terminal-b { right: 7%; bottom: 8%; }
.capacitor { position: absolute; width: 44px; height: 44px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #8f9b96 0 8%, #28312f 10% 48%, #0e1412 50%); box-shadow: 5px 8px 0 #0d1512; }
.cap-a { right: 18%; top: 13%; }
.cap-b { right: 30%; top: 19%; transform: scale(.82); }
.chip { position: absolute; width: 82px; height: 82px; left: 42%; top: 42%; display: grid; place-items: center; background: #111716; border: 8px double #36443e; box-shadow: 8px 11px 0 rgba(0,0,0,.35); }
.chip span { color: #c9d1cc; font-family: var(--font-geist-mono), monospace; font-size: 13px; }
.trace { position: absolute; height: 2px; background: #98c49f; opacity: .55; transform-origin: left; }
.trace-a { left: 16%; top: 33%; width: 31%; transform: rotate(22deg); }
.trace-b { left: 21%; bottom: 20%; width: 29%; transform: rotate(-12deg); }
.trace-c { right: 15%; top: 56%; width: 24%; transform: rotate(38deg); }
.heatsink { position: absolute; right: 4%; top: 48%; width: 150px; height: 100px; background: #79817e; display: flex; gap: 7px; padding: 8px; box-shadow: 12px 14px 0 #38423e; }
.heatsink i { width: 8px; height: 78px; background: linear-gradient(90deg, #444d49, #aeb5b2); }
.visual-note { position: absolute; z-index: 3; color: #d7dcd8; font-family: var(--font-geist-mono), monospace; font-size: 9px; letter-spacing: .04em; display: flex; align-items: center; gap: 8px; }
.visual-note::before { content: ''; height: 1px; width: 45px; background: rgba(255,255,255,.35); }
.visual-note span { color: var(--acid); }
.note-one { top: 18%; right: 4%; }
.note-two { bottom: 20%; left: 1%; }
.visual-footer { position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,.18); display: flex; justify-content: space-between; padding-top: 17px; font-family: var(--font-geist-mono), monospace; font-size: 9px; letter-spacing: .1em; color: #a9afa9; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; padding: 0 24px; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 680px; padding: 58px 24px 36px; }
  .hero-visual { min-height: 690px; }
  .hero-proof { margin-top: 70px; }
  .header-cta { font-size: 0; }
  .header-cta span { font-size: 18px; }
}

@media (max-width: 520px) {
  .hero-copy { min-height: 640px; }
  h1 { font-size: 58px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .drive-stage { min-height: 470px; }
  .drive-board { width: 92%; }
  .hero-visual { padding: 28px 20px; min-height: 610px; }
  .visual-note { display: none; }
}

/* Homepage sections */
.section-tag { margin: 0; font-family: var(--font-geist-mono), monospace; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.section-tag-light { color: #9ca29e; }
.statement { display: grid; grid-template-columns: 24% 1fr; gap: 8vw; padding: 150px 7vw; border-bottom: 1px solid var(--line); }
.statement > div { max-width: 940px; }
.statement h2, .section-head h2, .applications-title h2, .technology h2, .resource-heading h2, .contact h2, .detail-overview h2, .product-data h2, .detail-contact h2 { margin: 0; font-size: clamp(42px, 5vw, 78px); line-height: .98; letter-spacing: -.055em; font-weight: 560; }
.statement > div > p { margin: 50px 0 0 auto; max-width: 590px; font-size: 18px; line-height: 1.65; color: #4e534e; }

.products { padding: 125px 7vw 150px; }
.section-head { display: grid; grid-template-columns: 16% 1fr 30%; gap: 5vw; align-items: end; margin-bottom: 70px; }
.section-head > p:last-child { margin: 0; font-size: 15px; line-height: 1.65; color: #555a55; }
.featured-product { min-height: 640px; display: grid; grid-template-columns: 61% 39%; background: #151918; color: white; }
.product-visual { position: relative; overflow: hidden; display: grid; place-items: center; background-image: radial-gradient(circle at 50% 45%, rgba(216,255,53,.12), transparent 36%), linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: auto, 48px 48px, 48px 48px; }
.product-code { position: absolute; top: 26px; left: 30px; font-family: var(--font-geist-mono), monospace; font-size: 10px; letter-spacing: .1em; color: #aab0ac; }
.drive-stage.is-compact { width: 100%; min-height: 560px; }
.drive-stage.is-compact .drive-board { width: min(66%, 510px); }
.product-copy { border-left: 1px solid rgba(255,255,255,.16); padding: 58px 50px; display: flex; flex-direction: column; }
.product-type { margin: 0 0 28px; color: var(--acid); font-family: var(--font-geist-mono), monospace; font-size: 10px; letter-spacing: .12em; }
.product-copy h3 { margin: 0; font-size: clamp(40px, 4vw, 66px); letter-spacing: -.055em; line-height: 1; font-weight: 560; }
.product-copy > p:not(.product-type) { color: #b7bcb8; font-size: 16px; line-height: 1.65; margin: 32px 0 45px; }
.product-copy dl { margin: 0 0 45px; border-top: 1px solid rgba(255,255,255,.16); }
.product-copy dl div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 11px; }
.product-copy dt { color: #818884; }
.product-copy dd { margin: 0; font-family: var(--font-geist-mono), monospace; text-transform: uppercase; }
.button-light { background: white; color: var(--ink); margin-top: auto; }
.product-paths { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-top: 0; }
.product-paths a { min-height: 132px; display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 20px; padding: 28px 32px; }
.product-paths a + a { border-left: 1px solid var(--line); }
.product-paths a > span { font-family: var(--font-geist-mono), monospace; font-size: 10px; color: var(--muted); }
.product-paths div { display: flex; flex-direction: column; gap: 7px; }
.product-paths small { font-family: var(--font-geist-mono), monospace; font-size: 9px; letter-spacing: .12em; color: var(--muted); }
.product-paths strong { font-size: 17px; }

.applications { padding: 140px 7vw; border-top: 1px solid var(--line); }
.applications-title { display: grid; grid-template-columns: 24% 1fr; gap: 8vw; margin-bottom: 75px; }
.application-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.application-grid article { min-height: 460px; padding: 28px; position: relative; display: flex; flex-direction: column; overflow: hidden; }
.application-grid article + article { border-left: 1px solid var(--line); }
.application-grid article > span { font-family: var(--font-geist-mono), monospace; font-size: 10px; color: var(--muted); }
.application-grid h3 { margin: auto 0 16px; font-size: 28px; letter-spacing: -.035em; }
.application-grid p { margin: 0; max-width: 330px; line-height: 1.55; font-size: 14px; color: #5f645f; }
.app-symbol { position: absolute; top: 70px; left: 50%; width: 180px; height: 180px; transform: translateX(-50%); border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; }
.app-symbol::before, .app-symbol::after { content: ''; position: absolute; background: var(--ink); border-radius: 50%; }
.app-symbol::before { width: 74px; height: 74px; }
.app-symbol::after { width: 20px; height: 20px; background: var(--acid); border: 1px solid var(--ink); }
.app-symbol i { position: absolute; width: 1px; height: 130px; background: var(--line); transform-origin: center; }
.app-symbol i:nth-child(1) { transform: rotate(0); }.app-symbol i:nth-child(2) { transform: rotate(60deg); }.app-symbol i:nth-child(3) { transform: rotate(120deg); }

.technology { background: #151918; color: white; padding: 140px 7vw; display: grid; grid-template-columns: 45% 1fr; gap: 9vw; }
.technology-intro > p:not(.section-tag) { color: #aab0ac; max-width: 500px; line-height: 1.7; margin: 36px 0; }
.technology-intro h2 { margin-top: 45px; }
.button-acid { background: var(--acid); color: var(--ink); }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); }
.process-list li { display: grid; grid-template-columns: 60px 1fr; gap: 25px; padding: 35px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.process-list li > span { font-family: var(--font-geist-mono), monospace; color: var(--acid); font-size: 10px; }
.process-list strong { display: block; font-size: 22px; margin-bottom: 15px; }
.process-list p { margin: 0; max-width: 460px; color: #9ea5a0; line-height: 1.6; font-size: 14px; }

.resources { padding: 140px 7vw; display: grid; grid-template-columns: 36% 1fr; gap: 9vw; }
.resource-heading h2 { margin-top: 45px; font-size: clamp(38px, 4.5vw, 70px); }
.resource-list { border-top: 1px solid var(--line); }
.resource-list a { min-height: 110px; display: grid; grid-template-columns: 50px 1fr auto 30px; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }
.resource-list a:hover { padding-left: 15px; background: rgba(255,255,255,.45); }
.resource-list span, .resource-list small { font-family: var(--font-geist-mono), monospace; font-size: 9px; letter-spacing: .1em; color: var(--muted); }
.resource-list strong { font-size: 18px; }

.contact { background: #222725; color: white; padding: 130px 7vw 115px; display: grid; grid-template-columns: 1fr 34%; gap: 9vw; }
.contact h2 { margin-top: 42px; }
.contact h2 em { font-style: normal; color: var(--acid); }
.contact-actions { display: flex; flex-direction: column; justify-content: flex-end; gap: 30px; }
.contact-actions p { margin: 0; font-size: 14px; line-height: 1.65; color: #aeb4af; }
footer, .detail-footer { min-height: 220px; background: #222725; color: white; border-top: 1px solid rgba(255,255,255,.16); padding: 48px 7vw; display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 35px; align-items: start; }
footer p, .detail-footer p { margin: 0; font-size: 12px; line-height: 1.6; color: #949b96; }
footer > div { display: flex; flex-direction: column; gap: 8px; font-size: 12px; }
.copyright { text-align: right; }

/* Product detail page */
.product-detail-page { background: var(--paper); }
.detail-header { height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4.5vw; border-bottom: 1px solid var(--line); }
.detail-header > a:nth-child(2) { font-size: 12px; color: var(--muted); }
.detail-hero { min-height: 760px; display: grid; grid-template-columns: 43% 57%; }
.detail-title { padding: 90px 5vw 70px 7vw; display: flex; flex-direction: column; align-items: flex-start; }
.detail-title h1 { font-size: clamp(65px, 7vw, 120px); }
.detail-title h1 em { -webkit-text-stroke: 0; color: var(--ink); font-size: .72em; }
.detail-title > p:not(.eyebrow) { margin: 45px 0 30px; max-width: 500px; font-size: 18px; line-height: 1.6; color: #4f554f; }
.detail-title .button { margin-top: auto; }
.detail-visual { position: relative; overflow: hidden; background: #151918; display: grid; place-items: center; }
.detail-visual::before { content: ''; position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 50px 50px; }
.detail-drive { width: 82%; aspect-ratio: 1.15; display: grid; place-items: center; perspective: 1000px; position: relative; z-index: 1; }
.detail-pcb { width: 75%; aspect-ratio: 1.25; position: relative; background: linear-gradient(145deg,#376b53,#163d2f); transform: rotateX(58deg) rotateZ(-27deg); border-radius: 6px; box-shadow: -22px 27px 0 #0a1d16, -30px 38px 50px rgba(0,0,0,.48); }
.detail-label { position: absolute; left: 10%; top: 45%; color: rgba(220,255,231,.65); font-family: var(--font-geist-mono), monospace; letter-spacing: .12em; }
.detail-label small { display: block; font-size: 7px; margin-top: 7px; }
.detail-terminal { position: absolute; display: flex; gap: 4px; padding: 7px; background: #9abfa6; border-bottom: 7px solid #547d65; }
.detail-terminal i { width: 21px; height: 25px; background: #23302a; box-shadow: inset 0 0 0 3px #bbc1bc; }
.detail-terminal.one { top: 8%; left: 7%; }.detail-terminal.two { bottom: 8%; right: 7%; }
.detail-chip { position: absolute; left: 43%; top: 42%; width: 76px; height: 76px; display: grid; place-items: center; background: #111716; border: 7px double #36443e; color: #bcc6c0; font-family: var(--font-geist-mono), monospace; }
.detail-cap { position: absolute; width: 42px; height: 42px; border-radius: 50%; background: radial-gradient(circle at 35% 30%,#919a96 0 8%,#26302d 10% 48%,#0c1210 50%); box-shadow: 5px 8px 0 #0c1310; }
.cap-one { right: 16%; top: 13%; }.cap-two { right: 29%; top: 18%; transform: scale(.8); }
.detail-sink { position: absolute; right: 4%; top: 49%; width: 150px; height: 95px; display: flex; gap: 6px; padding: 8px; background: #777f7c; box-shadow: 11px 14px 0 #35403c; }
.detail-sink i { width: 7px; height: 75px; background: linear-gradient(90deg,#444d49,#b0b7b4); }
.detail-coordinates { position: absolute; left: 34px; right: 34px; bottom: 25px; display: flex; justify-content: space-between; color: #8f9691; font-family: var(--font-geist-mono), monospace; font-size: 9px; letter-spacing: .1em; }
.spec-strip { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--line); }
.spec-strip div { min-height: 140px; padding: 35px 4vw; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.spec-strip small { color: var(--muted); font-size: 10px; }.spec-strip strong { font-family: var(--font-geist-mono), monospace; text-transform: uppercase; font-size: 13px; }
.detail-overview { padding: 150px 7vw; display: grid; grid-template-columns: 24% 1fr; gap: 8vw; }
.detail-overview > div > p { margin: 45px 0 0 auto; max-width: 590px; font-size: 17px; line-height: 1.7; color: #525752; }
.feature-matrix { display: grid; grid-template-columns: repeat(3,1fr); margin: 0 7vw 140px; border: 1px solid var(--line); }
.feature-matrix article { min-height: 340px; padding: 30px; display: flex; flex-direction: column; }
.feature-matrix article + article { border-left: 1px solid var(--line); }
.feature-matrix span { color: var(--muted); font-family: var(--font-geist-mono), monospace; font-size: 10px; }
.feature-matrix h3 { margin: auto 0 18px; font-size: 24px; }.feature-matrix p { margin: 0; line-height: 1.6; color: #5b605b; font-size: 14px; }
.product-data { padding: 130px 7vw; background: #151918; color: white; display: grid; grid-template-columns: 42% 1fr; gap: 9vw; }
.product-data h2 { margin-top: 42px; }
.product-data dl { margin: 0; border-top: 1px solid rgba(255,255,255,.18); }
.product-data dl div { display: grid; grid-template-columns: 38% 1fr; gap: 25px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 13px; line-height: 1.5; }
.product-data dt { color: #818984; }.product-data dd { margin: 0; }
.detail-contact { padding: 130px 7vw; display: grid; grid-template-columns: 24% 1fr; gap: 8vw; }
.detail-contact > div { max-width: 820px; }
.detail-contact > div > p { margin: 35px 0; max-width: 590px; line-height: 1.65; color: #555b55; }
.detail-footer { background: #222725; }

@media (max-width: 900px) {
  .statement, .applications-title, .detail-overview, .detail-contact { grid-template-columns: 1fr; gap: 35px; padding-top: 90px; padding-bottom: 90px; }
  .section-head { grid-template-columns: 1fr; gap: 30px; }
  .featured-product { grid-template-columns: 1fr; }
  .product-visual { min-height: 560px; }
  .product-copy { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); min-height: 580px; }
  .application-grid { grid-template-columns: 1fr; }
  .application-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
  .technology, .resources, .contact, .product-data { grid-template-columns: 1fr; gap: 70px; }
  footer, .detail-footer { grid-template-columns: 1fr 1fr; }
  .detail-header { grid-template-columns: 1fr auto; padding: 0 24px; }
  .detail-header > a:nth-child(2) { display: none; }
  .detail-hero { grid-template-columns: 1fr; }
  .detail-title { min-height: 650px; padding: 70px 24px 45px; }
  .detail-visual { min-height: 650px; }
  .spec-strip { grid-template-columns: 1fr 1fr; }
  .feature-matrix { grid-template-columns: 1fr; }
  .feature-matrix article + article { border-left: 0; border-top: 1px solid var(--line); }
}

@media (max-width: 560px) {
  .statement, .products, .applications, .technology, .resources, .contact, .detail-overview, .product-data, .detail-contact { padding-left: 24px; padding-right: 24px; }
  .product-paths { grid-template-columns: 1fr; }.product-paths a + a { border-left: 0; border-top: 1px solid var(--line); }
  .product-copy { padding: 42px 26px; }
  .product-visual, .drive-stage.is-compact { min-height: 430px; }
  .application-grid article { min-height: 400px; }
  .resource-list a { grid-template-columns: 30px 1fr 20px; }.resource-list small { display: none; }
  footer, .detail-footer { grid-template-columns: 1fr; min-height: 360px; }.copyright { text-align: left; }
  .spec-strip { grid-template-columns: 1fr; }.spec-strip div { min-height: 105px; }
  .detail-visual { min-height: 520px; }.detail-drive { width: 105%; }.detail-pcb { width: 82%; }
  .feature-matrix { margin-left: 24px; margin-right: 24px; }
  .product-data dl div { grid-template-columns: 1fr; gap: 8px; }
}

.wp-fallback { min-height: 70vh; padding: 100px 7vw; }
.wp-fallback article { max-width: 900px; margin: 0 auto; }
.wp-fallback h1 { margin-bottom: 40px; }
body.admin-bar .site-header { position: relative; }

