/* ==========================================================================
   Aros Industri Stilladser – designsystem
   Kædens farver: petrol (#116176) + signal-orange (#ff9900)
   ========================================================================== */
:root {
    --ink: #0b2530;
    --ink-2: #123642;
    --petrol: #116176;
    --petrol-light: #1b7d96;
    --accent: #ff9900;
    --accent-dark: #e08600;
    --text: #1c2b31;
    --muted: #5c6f76;
    --line: #dde6e9;
    --tint: #f2f6f7;
    --white: #fff;
    --radius: 14px;
    --shadow: 0 20px 45px -25px rgba(11, 37, 48, .35);
    --font-head: "Barlow Condensed", "Arial Narrow", sans-serif;
    --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
    --container: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-body); color: var(--text); background: var(--white); line-height: 1.65; font-size: 1.0625rem; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: var(--petrol); }
h1, h2, h3 { font-family: var(--font-head); line-height: 1.05; margin: 0 0 .5em; color: var(--ink); letter-spacing: .01em; text-transform: uppercase; }
h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); font-weight: 700; }
h2 { font-size: clamp(2rem, 3.6vw, 2.9rem); font-weight: 700; }
h3 { font-size: 1.45rem; font-weight: 600; }
p { margin: 0 0 1em; }

.container { width: min(var(--container), 100% - 2.5rem); margin-inline: auto; }
.sr, .hp { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 1rem; top: -4rem; background: var(--accent); color: var(--ink); padding: .6rem 1rem; z-index: 100; border-radius: 6px; }
.skip:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.icon { width: 1.15em; height: 1.15em; flex: none; }

.eyebrow { font-family: var(--font-head); font-weight: 600; font-size: 1rem; letter-spacing: .18em; text-transform: uppercase; color: var(--petrol); margin-bottom: .75rem; display: inline-flex; align-items: center; gap: .6rem; }
.eyebrow::before { content: ""; width: 28px; height: 3px; background: var(--accent); }
.eyebrow--light { color: #9fd0dc; }
.lead { font-size: clamp(1.1rem, 1.6vw, 1.3rem); color: var(--muted); max-width: 60ch; }
.muted { color: #a8bec5; }
.hl { color: var(--accent); }

/* Buttons ----------------------------------------------------------------- */
.btn { display: inline-flex; align-items: center; gap: .6rem; padding: .95rem 1.5rem; font-family: var(--font-head); font-size: 1.15rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; border-radius: 999px; border: 2px solid transparent; cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s, box-shadow .2s; }
.btn .icon { transition: transform .2s; }
.btn:hover .icon { transform: translateX(3px); }
.btn--accent { background: var(--accent); color: var(--ink); box-shadow: 0 10px 25px -12px rgba(255, 153, 0, .8); }
.btn--accent:hover { background: var(--accent-dark); transform: translateY(-2px); }
.btn--ghost { color: var(--white); border-color: rgba(255, 255, 255, .35); }
.btn--ghost:hover { border-color: var(--white); background: rgba(255, 255, 255, .08); }
.btn--outline { color: var(--petrol); border-color: var(--petrol); }
.btn--outline:hover { background: var(--petrol); color: var(--white); }
.btn--sm { padding: .6rem 1.1rem; font-size: 1rem; }
.link { font-weight: 600; display: inline-flex; gap: .4rem; align-items: center; text-decoration: none; }
.link:hover { text-decoration: underline; }

/* Topbar & header ----------------------------------------------------------- */
.topbar { background: var(--ink); color: #a8bec5; font-size: .85rem; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 40px; }
.topbar__links { display: flex; gap: 1.5rem; }
.topbar a { color: #dce8eb; text-decoration: none; display: inline-flex; align-items: center; gap: .45rem; }
.topbar a:hover { color: var(--accent); }
.topbar .icon { color: var(--accent); }

.header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s; }
/* Blur ligger på et pseudo-element, så den faste mobilmenu ikke låses til headerens højde */
.header::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(255, 255, 255, .92); backdrop-filter: saturate(160%) blur(12px); -webkit-backdrop-filter: saturate(160%) blur(12px); }
.header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px -20px rgba(11, 37, 48, .4); }
.header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 2rem; }

.logo { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--ink); }
.logo__mark { width: 42px; height: 42px; color: var(--petrol); }
.logo__text { display: flex; flex-direction: column; line-height: 1; font-family: var(--font-head); text-transform: uppercase; }
.logo__text strong { font-size: 1.7rem; letter-spacing: .12em; }
.logo__text span { font-size: .9rem; letter-spacing: .14em; color: var(--muted); }
.logo--light { color: var(--white); }
.logo--light .logo__mark { color: #6fb6c8; }
.logo--light .logo__text span { color: #8aa7b0; }

.nav { display: flex; align-items: center; gap: 2rem; }
.nav ul { list-style: none; display: flex; gap: .3rem; margin: 0; padding: 0; }
.nav ul a { display: block; padding: .5rem .85rem; font-family: var(--font-head); font-size: 1.15rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; color: var(--ink); border-radius: 8px; position: relative; }
.nav ul a::after { content: ""; position: absolute; left: .85rem; right: .85rem; bottom: .25rem; height: 3px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.nav ul a:hover::after, .nav ul a[aria-current="page"]::after { transform: scaleX(1); }

.nav-toggle { display: none; width: 46px; height: 46px; border: 0; background: var(--tint); border-radius: 10px; cursor: pointer; position: relative; }
.nav-toggle span:not(.sr) { position: absolute; left: 12px; right: 12px; height: 2px; background: var(--ink); transition: transform .3s, opacity .3s; }
.nav-toggle span:nth-child(1) { top: 16px; } .nav-toggle span:nth-child(2) { top: 22px; } .nav-toggle span:nth-child(3) { top: 28px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Hero -------------------------------------------------------------------- */
.hero { position: relative; background: radial-gradient(ellipse at 80% 20%, #16485a 0%, var(--ink) 60%); color: var(--white); overflow: hidden; padding: clamp(3.5rem, 8vw, 6rem) 0 clamp(3rem, 6vw, 4.5rem); }
.hero__grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, #000 30%, transparent); }
.hero__inner { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: center; }
.hero h1 { color: var(--white); }
.hero .eyebrow { color: #9fd0dc; }
.hero .lead { color: #c3d4d9; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin: 2rem 0; }
.hero__usp { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .6rem 1.6rem; color: #c3d4d9; font-size: .95rem; }
.hero__usp li { display: inline-flex; align-items: center; gap: .45rem; }
.hero__usp .icon { color: var(--accent); }
.hero__art { max-width: 520px; justify-self: end; width: 100%; }
.scaffold .plank { transform-box: fill-box; transform-origin: left; animation: plank .8s cubic-bezier(.2,.8,.2,1) both; animation-delay: calc(var(--d) * .12s + .3s); }
@keyframes plank { from { transform: scaleX(0); } }

/* Page hero --------------------------------------------------------------- */
.page-hero { background: linear-gradient(135deg, var(--ink) 0%, var(--ink-2) 100%); color: var(--white); padding: clamp(3rem, 7vw, 5rem) 0; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; right: -40px; top: 0; bottom: 0; width: 45%; background: repeating-linear-gradient(90deg, transparent 0 58px, rgba(255,255,255,.06) 58px 62px), repeating-linear-gradient(0deg, transparent 0 58px, rgba(255,153,0,.18) 58px 62px); mask-image: linear-gradient(to left, #000, transparent); pointer-events: none; }
.page-hero h1 { color: var(--white); position: relative; }
.page-hero .lead { color: #c3d4d9; position: relative; }
.page-hero--center { text-align: center; }
.page-hero--center .lead { margin-inline: auto; }
.page-hero--center .eyebrow { color: #9fd0dc; }
.crumbs { font-size: .9rem; color: #8aa7b0; margin-bottom: 1rem; position: relative; }
.crumbs a { color: #c3d4d9; text-decoration: none; }
.crumbs a:hover { color: var(--accent); }

/* Sections ---------------------------------------------------------------- */
.section { padding: clamp(4rem, 9vw, 7rem) 0; }
.section--tint { background: var(--tint); }
.section--dark { background: var(--ink); color: #dce8eb; }
.section--dark h2, .section--dark h3 { color: var(--white); }
.section--dark .eyebrow { color: #9fd0dc; }
.section__head { max-width: 720px; margin-bottom: 3rem; }
.section__head p:last-child { color: var(--muted); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.split--center { align-items: center; }

/* Cards ------------------------------------------------------------------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.card { position: relative; display: flex; flex-direction: column; padding: 2rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; color: var(--text); transition: transform .3s, box-shadow .3s, border-color .3s; overflow: hidden; }
.card::before { content: ""; position: absolute; left: 0; top: 0; height: 4px; width: 100%; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .35s; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.card:hover::before { transform: scaleX(1); }
.card p { color: var(--muted); flex: 1; }
.card__icon { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 12px; background: rgba(17, 97, 118, .1); color: var(--petrol); margin-bottom: 1.25rem; }
.card__icon .icon { width: 28px; height: 28px; }
.card__more { display: inline-flex; align-items: center; gap: .4rem; font-weight: 600; color: var(--petrol); font-size: .95rem; }
.card:hover .card__more .icon { transform: translateX(4px); }
.card__more .icon { transition: transform .2s; }

/* Steps ------------------------------------------------------------------- */
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
.steps li { display: flex; gap: 1.25rem; padding: 1.5rem; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: rgba(255,255,255,.03); transition: background .3s, border-color .3s; }
.steps li:hover { background: rgba(255,255,255,.06); border-color: rgba(255,153,0,.5); }
.steps span { font-family: var(--font-head); font-size: 2.2rem; font-weight: 700; color: var(--accent); line-height: 1; }
.steps h3 { margin-bottom: .3rem; }
.steps p { margin: 0; color: #a8bec5; }

/* Chips / features -------------------------------------------------------- */
.chips { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .75rem; }
.chips li { padding: .8rem 1.3rem; border-radius: 999px; background: var(--tint); border: 1px solid var(--line); font-family: var(--font-head); font-size: 1.2rem; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; color: var(--ink); }
.chips li:nth-child(3n+1) { background: var(--petrol); color: var(--white); border-color: var(--petrol); }
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.feature { padding-top: 1.5rem; border-top: 3px solid var(--accent); }
.feature p { color: var(--muted); margin: 0; }

/* Service list & detail --------------------------------------------------- */
.service-list { display: grid; gap: 1rem; }
.service-row { display: grid; grid-template-columns: auto auto 1fr auto; gap: 1.5rem; align-items: center; padding: 1.5rem 2rem; border: 1px solid var(--line); border-radius: var(--radius); transition: box-shadow .3s, transform .3s; }
.service-row:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.service-row__num { font-family: var(--font-head); font-size: 2rem; font-weight: 700; color: var(--line); }
.service-row .card__icon { margin: 0; }
.service-row h2 { font-size: 1.8rem; margin-bottom: .2rem; }
.service-row h2 a { color: var(--ink); text-decoration: none; }
.service-row p { margin: 0; color: var(--muted); }

.detail { display: grid; grid-template-columns: 1.6fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.detail__intro { font-size: 1.2rem; }
.detail h2 { margin-top: 2rem; font-size: 2rem; }
.checklist { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; }
.checklist li { display: flex; gap: .7rem; align-items: flex-start; padding: 1rem 1.1rem; background: var(--tint); border-radius: 10px; font-weight: 500; }
.checklist .icon { color: var(--accent-dark); margin-top: .2rem; }
.detail__aside { position: sticky; top: 100px; display: grid; gap: 1.5rem; }
.contact-card { padding: 2rem; border-radius: var(--radius); background: var(--petrol); color: #dcecf0; }
.contact-card h2, .contact-card h3 { color: var(--white); }
.contact-card--dark { background: var(--ink); }
.contact-card__line { display: flex; align-items: center; gap: .75rem; padding: .85rem 0; color: var(--white); text-decoration: none; border-top: 1px solid rgba(255,255,255,.12); font-weight: 500; word-break: break-word; }
.contact-card__line .icon { color: var(--accent); }
.contact-card__line:hover { color: var(--accent); }
.contact-card__meta { margin: 1rem 0 0; font-size: .85rem; color: #8aa7b0; }
.side-nav { display: grid; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; }
.side-nav a { display: flex; justify-content: space-between; align-items: center; padding: .65rem 0; text-decoration: none; color: var(--text); border-bottom: 1px solid var(--line); }
.side-nav a:last-child { border: 0; }
.side-nav a:hover, .side-nav a[aria-current] { color: var(--petrol); font-weight: 600; }
.side-nav .icon { color: var(--accent-dark); }

/* Industries -------------------------------------------------------------- */
.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.industry { padding: 2.25rem; border-radius: var(--radius); background: var(--tint); position: relative; overflow: hidden; transition: background .3s, color .3s; }
.industry:hover { background: var(--ink); }
.industry:hover h2 { color: var(--white); }
.industry:hover p { color: #a8bec5; }
.industry__num { font-family: var(--font-head); font-size: 4rem; font-weight: 700; color: var(--accent); opacity: .35; position: absolute; right: 1.25rem; top: .5rem; line-height: 1; }
.industry h2 { font-size: 1.8rem; transition: color .3s; }
.industry p { margin: 0; color: var(--muted); transition: color .3s; }

/* About ------------------------------------------------------------------- */
.prose h2 { font-size: 2.1rem; margin-top: 1.5rem; }
.prose h2:first-child { margin-top: 0; }
.prose--narrow { max-width: 760px; }
.prose .checklist { grid-template-columns: 1fr; }
.facts { background: var(--ink); color: #dce8eb; border-radius: var(--radius); padding: 2rem; position: sticky; top: 100px; }
.facts dl { margin: 0; display: grid; }
.facts dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.facts dl div:last-child { border: 0; }
.facts dt { color: #8aa7b0; }
.facts dd { margin: 0; font-weight: 600; text-align: right; color: var(--white); }

/* Contact ----------------------------------------------------------------- */
.contact { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-bottom: 1.75rem; }
.field { display: grid; gap: .4rem; font-weight: 500; font-size: .95rem; }
.field--full { grid-column: 1 / -1; }
.field input, .field select, .field textarea { font: inherit; font-weight: 400; padding: .9rem 1rem; border: 1.5px solid var(--line); border-radius: 10px; background: var(--white); color: var(--text); transition: border-color .2s, box-shadow .2s; width: 100%; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--petrol); box-shadow: 0 0 0 4px rgba(17, 97, 118, .15); }
[aria-invalid="true"] { border-color: #c0392b !important; }
.field__error { color: #c0392b; font-size: .85rem; font-weight: 500; grid-column: 1 / -1; }
.check { display: flex; gap: .7rem; align-items: flex-start; font-size: .92rem; color: var(--muted); }
.check input { width: 20px; height: 20px; margin-top: .15rem; accent-color: var(--petrol); flex: none; }
.notice { display: flex; gap: 1rem; align-items: flex-start; padding: 1.25rem 1.5rem; border-radius: var(--radius); margin-bottom: 1.5rem; }
.notice--ok { background: #e7f5ee; color: #1d5b3c; }
.notice--ok .icon { width: 28px; height: 28px; color: #1d8a55; }
.notice--error { background: #fdecea; color: #8e2a1f; }

/* CTA band & footer ------------------------------------------------------- */
.cta-band { background: var(--petrol); background-image: repeating-linear-gradient(-45deg, transparent 0 30px, rgba(255,255,255,.04) 30px 60px); color: var(--white); padding: clamp(3rem, 6vw, 4.5rem) 0; }
.cta-band__inner { display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; }
.cta-band h2 { color: var(--white); margin: 0; max-width: 18ch; }
.cta-band__actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.footer { background: var(--ink); color: #a8bec5; padding: 4.5rem 0 0; font-size: .95rem; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2.5rem; padding-bottom: 3rem; }
.footer h3 { color: var(--white); font-size: 1.2rem; letter-spacing: .08em; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.footer a { color: #cddbe0; text-decoration: none; }
.footer a:hover { color: var(--accent); }
.footer address { font-style: normal; line-height: 1.8; }
.footer__about { margin: 1.25rem 0; max-width: 32ch; }
.footer__social { display: flex; gap: 1rem; }
.footer__social a { padding: .45rem .9rem; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: .85rem; }
.footer__bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding: 1.5rem 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .85rem; }

.float-call { position: fixed; right: 1.25rem; bottom: 1.25rem; width: 58px; height: 58px; border-radius: 50%; background: var(--accent); color: var(--ink); display: none; place-items: center; box-shadow: 0 12px 30px -8px rgba(0,0,0,.4); z-index: 40; }
.float-call .icon { width: 26px; height: 26px; }

/* Scroll reveal ----------------------------------------------------------- */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); transition-delay: calc(var(--i, 0) * 70ms); }
.js .reveal.is-visible { opacity: 1; transform: none; }

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

/* Responsive -------------------------------------------------------------- */
@media (max-width: 1080px) {
    .cards, .industry-grid { grid-template-columns: repeat(2, 1fr); }
    .features { grid-template-columns: repeat(2, 1fr); }
    .footer__grid { grid-template-columns: 1fr 1fr; }
    .topbar__tag { display: none; }
    .topbar__inner { justify-content: center; }
}

@media (max-width: 1080px) and (min-width: 901px) {
    .nav { gap: 1rem; }
    .nav ul a { padding: .5rem .55rem; font-size: 1.05rem; }
    .nav ul a::after { left: .55rem; right: .55rem; }
}

@media (max-width: 900px) {
    .nav-toggle { display: block; z-index: 60; }
    .nav { position: fixed; inset: 0; top: 0; background: var(--white); flex-direction: column; justify-content: center; gap: 2rem; transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.8,.2,1); visibility: hidden; }
    .nav.is-open { transform: none; visibility: visible; }
    .nav ul { flex-direction: column; align-items: center; gap: .5rem; }
    .nav ul a { font-size: 2rem; }
    body.nav-open { overflow: hidden; }
    .hero__inner, .split, .detail, .contact { grid-template-columns: 1fr; }
    .hero__art { justify-self: center; max-width: 380px; }
    .detail__aside, .facts { position: static; }
    .topbar__links a:nth-child(3) { display: none; }
    .float-call { display: grid; }
}

@media (max-width: 640px) {
    body { font-size: 1rem; }
    .container { width: calc(100% - 2rem); }
    .cards, .industry-grid, .features, .checklist, .form-grid, .footer__grid { grid-template-columns: 1fr; }
    .service-row { grid-template-columns: auto 1fr; padding: 1.25rem; }
    .service-row__num { display: none; }
    .service-row .btn { grid-column: 1 / -1; justify-self: start; }
    .topbar__links { gap: 1rem; }
    .topbar__links a:nth-child(2) { display: none; }
    .hero__art { max-width: 280px; }
    .btn { padding: .85rem 1.25rem; }
    .cta-band__actions, .hero__actions { width: 100%; }
    .page-hero::after { width: 70%; opacity: .5; }
}

/* Medarbejdere ------------------------------------------------------------ */
.team { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem; }
.team .person { flex: 0 1 270px; }
@media (max-width: 640px) { .team .person { flex-basis: 100%; } }
.person { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); transition: transform .3s, box-shadow .3s; }
.person:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.person__photo { aspect-ratio: 1; background: linear-gradient(135deg, var(--ink) 0%, var(--petrol) 100%); display: grid; place-items: center; position: relative; overflow: hidden; }
.person__photo::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: var(--accent); }
.person__photo img { width: 100%; height: 100%; object-fit: cover; }
.person__initials { font-family: var(--font-head); font-size: 4.5rem; font-weight: 700; color: var(--white); letter-spacing: .04em; }
.person__body { padding: 1.5rem; }
.person__role { font-family: var(--font-head); font-size: .95rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--petrol); margin: 0 0 .25rem; }
.person h2 { font-size: 1.7rem; margin-bottom: .9rem; }
.person__line { display: flex; align-items: center; gap: .6rem; padding: .5rem 0; color: var(--text); text-decoration: none; border-top: 1px solid var(--line); font-size: .95rem; word-break: break-word; }
.person__line .icon { color: var(--accent-dark); }
.person__line:hover { color: var(--petrol); }
