.elementor .e-ec58605{padding:0px;margin:0px;flex-direction:column;.afhome-page {
--afhome-ink: #061118;
--afhome-ink-2: #071821;
--afhome-ink-3: #0a202b;
--afhome-panel: rgba(11, 35, 47, 0.78);
--afhome-panel-solid: #0b222e;
--afhome-line: rgba(184, 229, 238, 0.18);
--afhome-line-strong: rgba(184, 229, 238, 0.46);
--afhome-text: #f3fbfc;
--afhome-muted: rgba(220, 241, 245, 0.72);
--afhome-muted-soft: rgba(220, 241, 245, 0.52);
--afhome-accent: #a8e1eb;
--afhome-accent-bright: #d8f7fb;

width: 100%;
overflow: hidden;
background: var(--afhome-ink);
color: var(--afhome-text);
}

.afhome-page,
.afhome-page * {
box-sizing: border-box;
}

.afhome-page a {
text-decoration: none;
}

.afhome-shell {
width: min(100%, 1140px);
margin: 0 auto;
padding-right: 40px;
padding-left: 40px;
}


/* =========================================================
 SHARED TYPOGRAPHY
========================================================= */

.afhome-eyebrow {
margin: 0 0 18px;
color: var(--afhome-accent);
font-size: 11px;
font-weight: 700;
letter-spacing: 0.19em;
line-height: 1.25;
text-transform: uppercase;
}

.afhome-section-heading h2,
.afhome-confidential-copy h2,
.afhome-expertise-intro h2,
.afhome-final h2 {
margin: 0;
color: var(--afhome-text);
font-size: clamp(40px, 4.8vw, 68px);
font-weight: 500;
letter-spacing: -0.057em;
line-height: 0.98;
}

.afhome-section-heading h2 span,
.afhome-confidential-copy h2 span,
.afhome-expertise-intro h2 span,
.afhome-final h2 span {
color: var(--afhome-accent);
}

.afhome-section-heading {
max-width: 870px;
margin-bottom: 58px;
}

.afhome-section-heading > p {
max-width: 650px;
margin: 24px 0 0;
color: var(--afhome-muted);
font-size: 16px;
line-height: 1.72;
}

.afhome-number {
color: var(--afhome-accent);
font-size: 10px;
font-weight: 700;
letter-spacing: 0.15em;
line-height: 1;
}


/* =========================================================
 BUTTONS
========================================================= */

.afhome-actions {
display: flex;
flex-wrap: wrap;
gap: 13px;
margin-top: 34px;
}

.afhome-button {
display: inline-flex;
min-height: 47px;
align-items: center;
justify-content: center;
gap: 13px;
padding: 0 19px;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.1em;
line-height: 1;
text-transform: uppercase;
transition:
  border-color 220ms ease,
  background 220ms ease,
  color 220ms ease,
  transform 220ms ease;
}

.afhome-button span {
font-size: 18px;
font-weight: 400;
line-height: 1;
}

.afhome-button-primary {
border: 1px solid var(--afhome-accent);
background: var(--afhome-accent);
color: #061118;
}

.afhome-button-primary:hover,
.afhome-button-primary:focus-visible {
border-color: #ffffff;
outline: none;
background: #ffffff;
color: #061118;
transform: translateY(-2px);
}

.afhome-button-secondary {
border: 1px solid rgba(218, 247, 251, 0.42);
background: rgba(7, 23, 31, 0.42);
color: var(--afhome-accent-bright);
}

.afhome-button-secondary:hover,
.afhome-button-secondary:focus-visible {
border-color: var(--afhome-accent-bright);
outline: none;
background: rgba(169, 225, 235, 0.13);
color: #ffffff;
transform: translateY(-2px);
}


/* =========================================================
 HERO
========================================================= */

.afhome-hero {
position: relative;
isolation: isolate;
overflow: hidden;
padding: 120px 0 92px;
background:
  radial-gradient(circle at 88% 12%, rgba(77, 161, 180, 0.24), transparent 25%),
  radial-gradient(circle at 8% 92%, rgba(20, 78, 99, 0.30), transparent 38%),
  linear-gradient(133deg, #061018 0%, #0a202c 54%, #061018 100%);
}

.afhome-hero::before {
position: absolute;
z-index: -1;
inset: 0;
background:
  linear-gradient(90deg, rgba(3, 10, 15, 0.54), transparent 55%, rgba(3, 10, 15, 0.34)),
  linear-gradient(180deg, rgba(3, 10, 15, 0.04), rgba(3, 10, 15, 0.50));
content: "";
pointer-events: none;
}

.afhome-bg-grid {
position: absolute;
z-index: -1;
inset: 0;
opacity: 0.54;
background-image:
  linear-gradient(rgba(180, 229, 238, 0.05) 1px, transparent 1px),
  linear-gradient(90deg, rgba(180, 229, 238, 0.05) 1px, transparent 1px);
background-size: 62px 62px;
mask-image: linear-gradient(90deg, transparent 0%, black 34%, black 92%, transparent 100%);
pointer-events: none;
}

.afhome-hero-layout {
display: grid;
grid-template-columns: minmax(0, 0.98fr) minmax(380px, 0.82fr);
gap: 58px;
align-items: center;
}

.afhome-hero-copy {
max-width: 670px;
}

.afhome-hero-copy h1 {
margin: 0;
color: var(--afhome-text);
font-size: clamp(48px, 5.6vw, 82px);
font-weight: 500;
letter-spacing: -0.066em;
line-height: 0.93;
}

.afhome-hero-copy h1 span {
color: var(--afhome-accent);
}

.afhome-lead {
max-width: 620px;
margin: 30px 0 0;
color: var(--afhome-muted);
font-size: 17px;
line-height: 1.72;
}

.afhome-hero-tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 28px;
}

.afhome-hero-tags span {
display: inline-flex;
min-height: 32px;
align-items: center;
padding: 0 11px;
border: 1px solid rgba(184, 229, 238, 0.19);
background: rgba(7, 25, 34, 0.48);
color: rgba(226, 244, 247, 0.78);
font-size: 10px;
font-weight: 700;
letter-spacing: 0.11em;
line-height: 1;
text-transform: uppercase;
}


/* =========================================================
 HERO PANEL
========================================================= */

.afhome-hero-panel {
position: relative;
min-height: 450px;
padding: 22px;
border: 1px solid var(--afhome-line);
background:
  radial-gradient(circle at 88% 10%, rgba(99, 189, 205, 0.12), transparent 25%),
  linear-gradient(135deg, rgba(15, 48, 61, 0.78), rgba(6, 20, 28, 0.76));
box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.afhome-hero-panel::after {
position: absolute;
z-index: -1;
inset: 0;
border: 1px solid rgba(196, 238, 245, 0.07);
content: "";
transform: translate(8px, 8px);
}

.afhome-panel-top {
position: relative;
z-index: 3;
display: flex;
align-items: center;
justify-content: space-between;
gap: 14px;
color: var(--afhome-muted);
font-size: 10px;
font-weight: 700;
letter-spacing: 0.15em;
line-height: 1.2;
text-transform: uppercase;
}

.afhome-status {
display: inline-flex;
align-items: center;
gap: 8px;
color: var(--afhome-accent);
}

.afhome-status i {
display: block;
width: 6px;
height: 6px;
border-radius: 50%;
background: var(--afhome-accent);
box-shadow: 0 0 13px var(--afhome-accent);
}

.afhome-orbit {
position: absolute;
inset: 64px 22px 72px;
}

.afhome-orbit-core {
position: absolute;
z-index: 3;
top: 45%;
left: 50%;
display: grid;
width: 158px;
height: 158px;
place-content: center;
border: 1px solid rgba(216, 247, 251, 0.35);
border-radius: 50%;
background:
  radial-gradient(circle, rgba(168, 225, 235, 0.19), rgba(7, 22, 30, 0.90) 68%);
box-shadow:
  0 0 0 1px rgba(168, 225, 235, 0.08),
  0 24px 44px rgba(0, 0, 0, 0.30);
text-align: center;
transform: translate(-50%, -50%);
}

.afhome-orbit-core span {
color: var(--afhome-accent);
font-size: 9px;
font-weight: 700;
letter-spacing: 0.16em;
line-height: 1.2;
text-transform: uppercase;
}

.afhome-orbit-core strong {
display: block;
max-width: 118px;
margin: 8px auto 0;
color: var(--afhome-text);
font-size: 14px;
font-weight: 600;
line-height: 1.22;
}

.afhome-orbit-node {
position: absolute;
z-index: 2;
width: 205px;
padding: 15px;
border: 1px solid rgba(184, 229, 238, 0.23);
background: rgba(6, 21, 29, 0.88);
box-shadow: 0 14px 32px rgba(0, 0, 0, 0.19);
}

.afhome-orbit-node span {
display: block;
margin-bottom: 9px;
color: var(--afhome-accent);
font-size: 10px;
font-weight: 700;
letter-spacing: 0.15em;
}

.afhome-orbit-node strong {
display: block;
color: var(--afhome-text);
font-size: 15px;
font-weight: 600;
letter-spacing: -0.025em;
line-height: 1.2;
}

.afhome-orbit-node small {
display: block;
margin-top: 6px;
color: rgba(228, 246, 249, 0.60);
font-size: 10px;
line-height: 1.35;
}

.afhome-node-one {
top: 0;
left: 0;
}

.afhome-node-two {
top: 38%;
right: 0;
}

.afhome-node-three {
bottom: 0;
left: 0;
}

.afhome-orbit-line {
position: absolute;
z-index: 1;
height: 1px;
background: linear-gradient(90deg, rgba(168, 225, 235, 0.08), rgba(216, 247, 251, 0.75), rgba(168, 225, 235, 0.08));
transform-origin: left center;
}

.afhome-line-one {
top: 33%;
left: 145px;
width: 185px;
transform: rotate(25deg);
}

.afhome-line-two {
top: 61%;
right: 122px;
width: 215px;
transform: rotate(151deg);
}

.afhome-panel-bottom {
position: absolute;
right: 22px;
bottom: 20px;
left: 22px;
display: grid;
gap: 7px;
padding-top: 15px;
border-top: 1px solid rgba(184, 229, 238, 0.16);
color: rgba(221, 245, 249, 0.58);
font-size: 10px;
font-weight: 700;
letter-spacing: 0.09em;
line-height: 1.45;
text-transform: uppercase;
}

.afhome-panel-bottom span:first-child {
color: var(--afhome-accent);
}


/* =========================================================
 WHAT WE DO
========================================================= */

.afhome-capabilities {
padding: 122px 0;
background: #071821;
}

.afhome-capability-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
border: 1px solid var(--afhome-line);
background: var(--afhome-line);
gap: 1px;
}

.afhome-capability-card {
position: relative;
min-height: 310px;
padding: 27px 25px;
overflow: hidden;
background:
  linear-gradient(145deg, rgba(13, 42, 54, 0.42), rgba(7, 24, 33, 0.92)),
  #0a202b;
color: var(--afhome-text);
transition:
  background 250ms ease,
  transform 250ms ease;
}

.afhome-card-wide {
grid-column: span 4;
min-height: 230px;
}

.afhome-capability-card::after {
position: absolute;
right: -62px;
bottom: -74px;
width: 150px;
height: 150px;
border: 1px solid rgba(168, 225, 235, 0.16);
border-radius: 50%;
content: "";
opacity: 0;
transform: scale(0.7);
transition:
  opacity 280ms ease,
  transform 400ms ease;
}

.afhome-capability-card:hover,
.afhome-capability-card:focus-visible {
z-index: 1;
outline: none;
background:
  radial-gradient(circle at 82% 10%, rgba(108, 197, 212, 0.15), transparent 27%),
  linear-gradient(145deg, rgba(20, 62, 76, 0.72), rgba(8, 29, 39, 0.98));
transform: translateY(-5px);
}

.afhome-capability-card:hover::after,
.afhome-capability-card:focus-visible::after {
opacity: 1;
transform: scale(1);
}

.afhome-capability-card h3 {
position: relative;
z-index: 1;
margin: 58px 0 13px;
color: var(--afhome-text);
font-size: 21px;
font-weight: 600;
letter-spacing: -0.035em;
line-height: 1.13;
}

.afhome-capability-card p {
position: relative;
z-index: 1;
margin: 0;
color: var(--afhome-muted);
font-size: 13px;
line-height: 1.65;
}

.afhome-capability-card i {
position: absolute;
right: 24px;
bottom: 22px;
color: var(--afhome-accent);
font-size: 23px;
font-style: normal;
line-height: 1;
transition: transform 220ms ease;
}

.afhome-capability-card:hover i,
.afhome-capability-card:focus-visible i {
transform: translateX(5px);
}


/* =========================================================
 WHY ARTEFAKTUM
========================================================= */

.afhome-why {
padding: 122px 0;
background:
  radial-gradient(circle at 91% 0%, rgba(44, 121, 142, 0.20), transparent 27%),
  #061118;
}

.afhome-why-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
border: 1px solid var(--afhome-line);
background: var(--afhome-line);
gap: 1px;
}

.afhome-why-card {
min-height: 295px;
padding: 27px 25px;
background:
  linear-gradient(145deg, rgba(13, 42, 54, 0.42), rgba(7, 24, 33, 0.92)),
  #0a202b;
transition:
  background 250ms ease,
  transform 250ms ease;
}

.afhome-why-card:hover {
z-index: 1;
background:
  radial-gradient(circle at 82% 10%, rgba(108, 197, 212, 0.15), transparent 27%),
  linear-gradient(145deg, rgba(20, 62, 76, 0.72), rgba(8, 29, 39, 0.98));
transform: translateY(-5px);
}

.afhome-why-card h3 {
margin: 58px 0 13px;
color: var(--afhome-text);
font-size: 21px;
font-weight: 600;
letter-spacing: -0.035em;
line-height: 1.13;
}

.afhome-why-card p {
margin: 0;
color: var(--afhome-muted);
font-size: 13px;
line-height: 1.65;
}


/* =========================================================
 CONFIDENTIAL BY DESIGN
========================================================= */

.afhome-confidential {
padding: 122px 0;
background:
  radial-gradient(circle at 90% 12%, rgba(52, 143, 162, 0.22), transparent 27%),
  linear-gradient(135deg, #071a24 0%, #0b2734 52%, #061118 100%);
}

.afhome-confidential-panel {
display: grid;
grid-template-columns: minmax(0, 0.92fr) minmax(470px, 1.08fr);
gap: 70px;
padding: 52px;
border: 1px solid var(--afhome-line);
background:
  radial-gradient(circle at 92% 12%, rgba(73, 161, 179, 0.14), transparent 25%),
  linear-gradient(135deg, rgba(13, 42, 54, 0.78), rgba(7, 24, 33, 0.88));
box-shadow: 0 30px 72px rgba(0, 0, 0, 0.20);
}

.afhome-confidential-copy p {
max-width: 520px;
margin: 28px 0 0;
color: var(--afhome-muted);
font-size: 15px;
line-height: 1.72;
}

.afhome-confidential-copy p + p {
margin-top: 18px;
color: var(--afhome-muted-soft);
}

.afhome-confidential-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
border: 1px solid var(--afhome-line);
background: var(--afhome-line);
gap: 1px;
}

.afhome-confidential-card {
min-height: 250px;
padding: 24px;
background: rgba(5, 18, 26, 0.72);
}

.afhome-confidential-card h3 {
margin: 48px 0 11px;
color: var(--afhome-text);
font-size: 18px;
font-weight: 600;
letter-spacing: -0.028em;
line-height: 1.2;
}

.afhome-confidential-card p {
margin: 0;
color: var(--afhome-muted);
font-size: 12.5px;
line-height: 1.62;
}


/* =========================================================
 EXPERTISE
========================================================= */

.afhome-expertise {
padding: 122px 0;
background: #071821;
}

.afhome-expertise-layout {
display: grid;
grid-template-columns: minmax(0, 0.86fr) minmax(440px, 1.14fr);
gap: 86px;
align-items: start;
}

.afhome-expertise-intro {
max-width: 540px;
}

.afhome-expertise-intro > p:last-child {
margin: 28px 0 0;
color: var(--afhome-muted);
font-size: 16px;
line-height: 1.72;
}

.afhome-expertise-list {
display: grid;
border-top: 1px solid var(--afhome-line);
}

.afhome-expertise-item {
display: grid;
grid-template-columns: 48px 1fr;
gap: 18px;
padding: 20px 0;
border-bottom: 1px solid var(--afhome-line);
}

.afhome-expertise-item span {
padding-top: 4px;
color: var(--afhome-accent);
font-size: 10px;
font-weight: 700;
letter-spacing: 0.14em;
}

.afhome-expertise-item p {
margin: 0;
color: rgba(231, 246, 249, 0.78);
font-size: 14px;
line-height: 1.55;
}


/* =========================================================
 SELECTED ENGAGEMENT PATTERNS
========================================================= */

.afhome-patterns {
padding: 122px 0;
background:
  radial-gradient(circle at 8% 88%, rgba(28, 93, 112, 0.18), transparent 33%),
  #061118;
}

.afhome-pattern-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
border: 1px solid var(--afhome-line);
background: var(--afhome-line);
gap: 1px;
}

.afhome-pattern-card {
position: relative;
min-height: 340px;
padding: 27px 25px;
overflow: hidden;
background:
  radial-gradient(circle at 84% 10%, rgba(111, 199, 214, 0.10), transparent 28%),
  linear-gradient(145deg, rgba(13, 44, 57, 0.58), rgba(6, 21, 29, 0.92)),
  #0a202b;
transition:
  background 250ms ease,
  transform 250ms ease;
}

.afhome-pattern-card::after {
position: absolute;
right: -62px;
bottom: -74px;
width: 150px;
height: 150px;
border: 1px solid rgba(168, 225, 235, 0.16);
border-radius: 50%;
content: "";
opacity: 0;
transform: scale(0.7);
transition:
  opacity 280ms ease,
  transform 400ms ease;
}

.afhome-pattern-card:hover {
z-index: 1;
background:
  radial-gradient(circle at 82% 10%, rgba(108, 197, 212, 0.15), transparent 27%),
  linear-gradient(145deg, rgba(20, 62, 76, 0.72), rgba(8, 29, 39, 0.98));
transform: translateY(-5px);
}

.afhome-pattern-card:hover::after {
opacity: 1;
transform: scale(1);
}

.afhome-card-top {
position: relative;
z-index: 1;
display: flex;
align-items: center;
justify-content: space-between;
gap: 14px;
}

.afhome-card-label {
padding: 7px 9px;
border: 1px solid rgba(184, 229, 238, 0.20);
color: var(--afhome-muted);
font-size: 9px;
font-weight: 700;
letter-spacing: 0.12em;
line-height: 1;
text-align: right;
text-transform: uppercase;
}

.afhome-pattern-card h3 {
position: relative;
z-index: 1;
margin: 58px 0 13px;
color: var(--afhome-text);
font-size: 21px;
font-weight: 600;
letter-spacing: -0.035em;
line-height: 1.13;
}

.afhome-pattern-card p {
position: relative;
z-index: 1;
margin: 0;
color: var(--afhome-muted);
font-size: 13px;
line-height: 1.65;
}

.afhome-pattern-note {
display: flex;
max-width: 820px;
align-items: flex-start;
gap: 14px;
margin-top: 31px;
}

.afhome-pattern-note p {
margin: 0;
color: var(--afhome-muted-soft);
font-size: 13px;
line-height: 1.65;
}

.afhome-note-marker {
display: block;
width: 7px;
min-width: 7px;
height: 7px;
margin-top: 7px;
border-radius: 50%;
background: var(--afhome-accent);
box-shadow: 0 0 14px rgba(168, 225, 235, 0.55);
}


/* =========================================================
 FINAL CTA
========================================================= */

.afhome-final {
padding: 0 0 122px;
background: #061118;
}

.afhome-final-panel {
display: grid;
grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
gap: 72px;
padding: 65px 0 0;
border-top: 1px solid var(--afhome-line);
}

.afhome-final-copy {
display: flex;
align-items: flex-start;
flex-direction: column;
}

.afhome-final-copy p {
max-width: 460px;
margin: 2px 0 26px;
color: var(--afhome-muted);
font-size: 15px;
line-height: 1.7;
}

.afhome-final-copy small {
margin-top: 17px;
color: rgba(220, 241, 245, 0.49);
font-size: 10px;
font-weight: 700;
letter-spacing: 0.10em;
line-height: 1.5;
text-transform: uppercase;
}


/* =========================================================
 RESPONSIVE
========================================================= */

@media (max-width: 1060px) {
.afhome-shell {
  padding-right: 32px;
  padding-left: 32px;
}

.afhome-hero-layout,
.afhome-confidential-panel,
.afhome-expertise-layout,
.afhome-final-panel {
  gap: 52px;
}

.afhome-capability-grid,
.afhome-pattern-grid,
.afhome-why-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.afhome-card-wide {
  grid-column: span 2;
}
}

@media (max-width: 900px) {
.afhome-hero {
  padding: 84px 0 72px;
}

.afhome-hero-layout,
.afhome-confidential-panel,
.afhome-expertise-layout,
.afhome-final-panel {
  grid-template-columns: 1fr;
}

.afhome-hero-panel {
  min-height: 420px;
}

.afhome-capabilities,
.afhome-why,
.afhome-confidential,
.afhome-expertise,
.afhome-patterns {
  padding: 86px 0;
}

.afhome-confidential-panel {
  padding: 38px;
}

.afhome-confidential-grid,
.afhome-capability-grid,
.afhome-why-grid,
.afhome-pattern-grid {
  grid-template-columns: 1fr;
}

.afhome-card-wide {
  grid-column: auto;
}

.afhome-capability-card,
.afhome-why-card,
.afhome-pattern-card {
  min-height: 260px;
}

.afhome-section-heading {
  margin-bottom: 44px;
}
}

@media (max-width: 620px) {
.afhome-shell {
  padding-right: 20px;
  padding-left: 20px;
}

.afhome-hero {
  padding-top: 70px;
}

.afhome-hero-copy h1 {
  font-size: clamp(43px, 12vw, 62px);
}

.afhome-lead {
  font-size: 15px;
  line-height: 1.67;
}

.afhome-actions {
  display: grid;
  grid-template-columns: 1fr;
}

.afhome-button {
  width: 100%;
  justify-content: space-between;
}

.afhome-hero-tags span {
  width: 100%;
  justify-content: center;
}

.afhome-hero-panel {
  min-height: 500px;
  padding: 17px;
}

.afhome-orbit {
  inset: 58px 17px 88px;
}

.afhome-orbit-node {
  width: 100%;
}

.afhome-node-one {
  top: 0;
  left: 0;
}

.afhome-node-two {
  top: 37%;
  right: auto;
  left: 0;
}

.afhome-node-three {
  bottom: 0;
  left: 0;
}

.afhome-orbit-core,
.afhome-orbit-line {
  display: none;
}

.afhome-panel-bottom {
  right: 17px;
  left: 17px;
}

.afhome-capabilities,
.afhome-why,
.afhome-confidential,
.afhome-expertise,
.afhome-patterns {
  padding: 78px 0;
}

.afhome-section-heading h2,
.afhome-confidential-copy h2,
.afhome-expertise-intro h2,
.afhome-final h2 {
  font-size: clamp(40px, 12vw, 58px);
}

.afhome-section-heading > p,
.afhome-expertise-intro > p:last-child {
  font-size: 15px;
  line-height: 1.67;
}

.afhome-confidential-panel {
  padding: 28px 20px;
}

.afhome-confidential-card,
.afhome-pattern-card,
.afhome-why-card,
.afhome-capability-card {
  padding: 24px 20px;
}

.afhome-confidential-card h3,
.afhome-pattern-card h3,
.afhome-why-card h3,
.afhome-capability-card h3 {
  margin-top: 44px;
}

.afhome-expertise-item {
  grid-template-columns: 38px 1fr;
  gap: 12px;
}

.afhome-final {
  padding-bottom: 86px;
}

.afhome-final-panel {
  padding-top: 48px;
}
}

@media (prefers-reduced-motion: reduce) {
.afhome-page *,
.afhome-page *::before,
.afhome-page *::after {
  scroll-behavior: auto !important;
  transition-duration: 0.01ms !important;
}
}
 

.afhome-hero-wolf {
position: relative;
min-height: 760px;
padding: 132px 0 104px;
background: #061118;
}

.afhome-wolf-bg {
position: absolute;
inset: 0;
z-index: -4;
background-image: url("https://artefaktum.net/upsophol/2026/07/hero_back_top.jpg");
background-size: cover;
background-position: center right;
background-repeat: no-repeat;
transform: scale(1.01);
}

.afhome-wolf-overlay {
position: absolute;
inset: 0;
z-index: -3;
background:
  linear-gradient(90deg, rgba(3, 9, 14, 0.92) 0%, rgba(3, 9, 14, 0.76) 34%, rgba(3, 9, 14, 0.34) 68%, rgba(3, 9, 14, 0.64) 100%),
  linear-gradient(180deg, rgba(3, 9, 14, 0.20) 0%, rgba(3, 9, 14, 0.82) 100%);
pointer-events: none;
}

.afhome-hero-layout-wolf {
grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.65fr);
}

.afhome-hero-panel-compact {
min-height: 390px;
align-self: end;
background:
  radial-gradient(circle at 88% 10%, rgba(99, 189, 205, 0.14), transparent 25%),
  linear-gradient(135deg, rgba(8, 25, 35, 0.72), rgba(4, 13, 20, 0.82));
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}

.afhome-wolf-principle {
position: absolute;
right: 22px;
bottom: 86px;
left: 22px;
}

.afhome-wolf-principle > span {
display: block;
margin-bottom: 28px;
color: var(--afhome-accent);
font-size: 10px;
font-weight: 700;
letter-spacing: 0.15em;
}

.afhome-wolf-principle h2 {
margin: 0;
color: var(--afhome-text);
font-size: clamp(28px, 3vw, 42px);
font-weight: 500;
letter-spacing: -0.052em;
line-height: 1.02;
}

.afhome-wolf-principle h2 strong {
color: var(--afhome-accent);
font-weight: 500;
}

.afhome-wolf-principle p {
max-width: 360px;
margin: 22px 0 0;
color: var(--afhome-muted);
font-size: 13px;
line-height: 1.65;
}

.afhome-hero-wolf .afhome-hero-copy {
position: relative;
z-index: 3;
}

.afhome-hero-wolf .afhome-bg-grid {
z-index: -2;
opacity: 0.32;
}

@media (max-width: 900px) {
.afhome-hero-wolf {
  min-height: auto;
  padding: 92px 0 78px;
}

.afhome-wolf-bg {
  background-position: center center;
}

.afhome-wolf-overlay {
  background:
    linear-gradient(90deg, rgba(3, 9, 14, 0.92), rgba(3, 9, 14, 0.72)),
    linear-gradient(180deg, rgba(3, 9, 14, 0.30), rgba(3, 9, 14, 0.88));
}

.afhome-hero-layout-wolf {
  grid-template-columns: 1fr;
}

.afhome-hero-panel-compact {
  min-height: 330px;
}
}

@media (max-width: 620px) {
.afhome-hero-wolf {
  padding-top: 76px;
}

.afhome-hero-panel-compact {
  min-height: 360px;
}

.afhome-wolf-principle {
  bottom: 82px;
}
}
.afhome-hero-copy h1 span {
display: inline-block;
font-size: 0.81em;
line-height: 1.02;
}
/* =========================================================
 HERO PRINCIPLE CONSOLE — CLEANER VERSION
========================================================= */

.afhome-code-line {
display: none !important;
}

.afhome-principle-console {
width: 100%;
max-width: 390px;
overflow: hidden;
border: 1px solid rgba(168, 225, 235, 0.16);
background:
  linear-gradient(135deg, rgba(5, 16, 23, 0.82), rgba(8, 29, 39, 0.62));
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
font-family:
  ui-monospace,
  SFMono-Regular,
  Menlo,
  Monaco,
  Consolas,
  "Liberation Mono",
  "Courier New",
  monospace;
}

.afhome-console-head {
display: flex;
min-height: 34px;
align-items: center;
justify-content: space-between;
padding: 0 13px;
border-bottom: 1px solid rgba(168, 225, 235, 0.12);
background: rgba(3, 12, 18, 0.48);
color: rgba(216, 247, 251, 0.46);
font-size: 9px;
font-weight: 600;
letter-spacing: 0.12em;
line-height: 1;
text-transform: uppercase;
}

.afhome-console-head i {
display: block;
width: 6px;
height: 6px;
border-radius: 50%;
background: rgba(168, 225, 235, 0.72);
box-shadow: 0 0 10px rgba(168, 225, 235, 0.35);
}

.afhome-console-line {
display: grid;
grid-template-columns: 18px 1fr;
gap: 8px;
align-items: center;
padding: 12px 13px 0;
color: rgba(244, 251, 252, 0.82);
font-size: 11px;
line-height: 1.45;
letter-spacing: 0.02em;
}

.afhome-console-line:last-child {
padding-bottom: 13px;
}

.afhome-console-line > span {
color: var(--afhome-accent);
opacity: 0.78;
}

.afhome-console-line code {
display: block;
overflow-wrap: anywhere;
color: rgba(244, 251, 252, 0.82);
background: transparent;
padding: 0;
font-family: inherit;
font-size: inherit;
font-weight: 500;
}

.afhome-console-line-muted code {
color: rgba(220, 241, 245, 0.58);
}

.afhome-wolf-principle p {
max-width: 380px;
margin: 22px 0 0;
color: rgba(220, 241, 245, 0.62);
font-size: 13px;
line-height: 1.65;
}\n}