/* =========================================================
   PANMONT d.o.o. — Industrial B2B design system
   Brand colour is a single variable (--brand) so it can be
   swapped to match the official logo in one place.
   ========================================================= */

:root{
  /* Brand — derived from official PANMONT logo */
  --brand:        #C81E22;   /* logo red — primary accent (CTA, highlights, sail) */
  --brand-600:    #a81a1d;
  --brand-700:    #8a1417;
  --brand-tint:   rgba(200,30,34,.12);
  --blue:         #009CDC;   /* logo azure — secondary accent */
  --blue-600:     #0086bf;
  --blue-tint:    rgba(0,156,220,.12);

  /* Steel neutrals */
  --steel-950:#0b0e11;
  --steel-900:#0e1216;
  --steel-850:#12181d;
  --steel-800:#161d24;
  --steel-700:#1e2831;
  --steel-600:#2a3742;
  --steel-500:#3b4a57;
  --steel-400:#5d6b78;
  --steel-300:#8a97a2;
  --steel-200:#b6c0c8;

  --paper:#f5f7f9;
  --paper-2:#eceff2;
  --ink:#11171d;
  --ink-2:#33414c;

  --line:rgba(255,255,255,.09);
  --line-strong:rgba(255,255,255,.16);
  --line-dark:rgba(17,23,29,.12);

  --white:#ffffff;

  --radius:4px;
  --radius-lg:8px;
  --maxw:1360px;
  --gutter:clamp(20px,5vw,64px);

  --ff-sans:"Inter","Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --ff-head:"Barlow Semi Condensed","Arial Narrow",var(--ff-sans);

  --shadow:0 10px 30px rgba(0,0,0,.35);
  --shadow-soft:0 8px 24px rgba(17,23,29,.08);
  --ease:cubic-bezier(.22,.61,.36,1);
}

/* ---------- reset ---------- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;overflow-x:hidden;overflow-x:clip}
*{min-width:0}
body{margin:0;font-family:var(--ff-sans);background:var(--steel-900);color:var(--steel-200);
  font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit}
ul{margin:0;padding:0;list-style:none}

h1,h2,h3,h4{font-family:var(--ff-head);color:var(--white);line-height:1.05;
  font-weight:600;letter-spacing:.01em;margin:0}
h1{font-size:clamp(2.4rem,5.4vw,4.4rem)}
h2{font-size:clamp(1.9rem,3.6vw,3rem)}
h3{font-size:clamp(1.3rem,2vw,1.7rem)}
p{margin:0 0 1em}
h1+p,h2+p,h3+p{margin-top:1.4rem}
strong{color:var(--white)}

/* ---------- layout ---------- */
.wrap{max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gutter)}
.section{padding-block:clamp(64px,9vw,120px)}
.section--tight{padding-block:clamp(48px,6vw,80px)}
.section--light{background:var(--paper);color:var(--ink-2)}
.section--light h1,.section--light h2,.section--light h3,.section--light h4{color:var(--ink)}
.section--light strong{color:var(--ink)}
.section--panel{background:var(--steel-850)}
.eyebrow{font-family:var(--ff-head);text-transform:uppercase;letter-spacing:.22em;
  font-size:.82rem;font-weight:600;color:var(--brand);display:inline-flex;align-items:center;gap:.6em;margin-bottom:1rem}
.eyebrow::before{content:"";width:28px;height:2px;background:var(--brand);display:inline-block}
.section--light .lead,.lead{font-size:clamp(1.05rem,1.5vw,1.25rem);color:var(--steel-300);max-width:62ch}
.section--light .lead{color:var(--ink-2)}
.measure{max-width:70ch}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;gap:.6em;font-family:var(--ff-head);
  font-weight:600;letter-spacing:.04em;text-transform:uppercase;font-size:.95rem;
  padding:.9em 1.6em;border-radius:var(--radius);border:1px solid transparent;cursor:pointer;
  transition:transform .18s var(--ease),background .18s,border-color .18s,color .18s;white-space:nowrap}
.btn svg{width:18px;height:18px;flex:none}
.btn--primary{background:var(--brand);color:#fff;border-color:var(--brand)}
.btn--primary:hover{background:var(--brand-600);transform:translateY(-2px)}
.btn--ghost{background:transparent;color:#fff;border-color:var(--line-strong)}
.btn--ghost:hover{border-color:#fff;transform:translateY(-2px)}
.btn--dark{background:var(--ink);color:#fff;border-color:var(--ink)}
.btn--dark:hover{background:#000;transform:translateY(-2px)}
.btn--light{background:#fff;color:var(--ink);border-color:#fff}
.btn--light:hover{transform:translateY(-2px);background:var(--paper-2)}
.btn--sm{padding:.6em 1.05em;font-size:.82rem}

/* ---------- header ---------- */
.site-header{position:sticky;top:0;z-index:60;background:rgba(11,14,17,.82);
  backdrop-filter:blur(12px);border-bottom:1px solid var(--line);transition:background .3s}
.site-header.is-scrolled{background:rgba(11,14,17,.96)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:74px}
.brand{display:flex;align-items:center;gap:.7rem;font-family:var(--ff-head);font-weight:700;
  color:#fff;font-size:1.5rem;letter-spacing:.04em}
.brand__symbol{height:52px;display:flex;align-items:center;color:var(--brand);flex:none}
.brand__symbol svg{height:52px;width:auto;display:block}
.brand__name{font-family:"Copperplate","Copperplate Gothic Bold","Copperplate Gothic","Copperplate Gothic Light",Cinzel,serif;font-weight:700;font-size:1.62rem;letter-spacing:.075em;color:#fff;line-height:1}
.brand__doo{color:var(--blue);font-weight:600}
.footer-brand{display:flex;align-items:center;gap:.9rem}
.footer-brand .brand__symbol,.footer-brand .brand__symbol svg{height:44px}
.footer-brand .brand__name{font-size:1.4rem}
@media(max-width:520px){.brand__symbol{height:42px}.brand__symbol svg{height:42px}.brand__name{font-size:1.4rem}}
.nav__links{display:flex;align-items:center;gap:.35rem}
.nav__links a{font-family:var(--ff-head);font-weight:500;font-size:1.02rem;letter-spacing:.02em;
  color:var(--steel-200);padding:.5em .8em;border-radius:var(--radius);transition:color .15s,background .15s;position:relative}
.nav__links a:hover{color:#fff}
.nav__links a.is-active{color:#fff}
.nav__links a.is-active::after{content:"";position:absolute;left:.8em;right:.8em;bottom:.15em;height:2px;background:var(--brand)}
.nav__right{display:flex;align-items:center;gap:1rem}

/* language switcher */
.lang{position:relative}
.lang__btn{display:flex;align-items:center;gap:.4em;background:transparent;border:1px solid var(--line-strong);
  color:#fff;font-family:var(--ff-head);font-weight:600;letter-spacing:.06em;padding:.5em .8em;border-radius:var(--radius);cursor:pointer;font-size:.9rem}
.lang__btn:hover{border-color:#fff}
.lang__menu{position:absolute;right:0;top:calc(100% + 8px);background:var(--steel-800);
  border:1px solid var(--line-strong);border-radius:var(--radius);min-width:150px;padding:.35rem;
  opacity:0;visibility:hidden;transform:translateY(-6px);transition:.18s var(--ease);box-shadow:var(--shadow)}
.lang.is-open .lang__menu{opacity:1;visibility:visible;transform:translateY(0)}
.lang__menu a{display:flex;justify-content:space-between;gap:1rem;padding:.55em .7em;border-radius:3px;
  font-family:var(--ff-head);font-weight:500;color:var(--steel-200)}
.lang__menu a:hover{background:var(--steel-700);color:#fff}
.lang__menu a.is-active{color:var(--brand)}
.lang__menu a span{color:var(--steel-400);font-size:.85em}

.nav__cta{display:inline-flex}
.burger{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:8px}
.burger span{width:26px;height:2px;background:#fff;transition:.25s var(--ease)}

/* mobile nav */
@media(max-width:1000px){
  .nav__links,.nav__cta.desktop-only{display:none}
  .burger{display:flex}
  .mobile-nav{position:fixed;inset:74px 0 0;background:var(--steel-950);z-index:55;
    transform:translateX(100%);transition:transform .3s var(--ease);padding:2rem var(--gutter);
    display:flex;flex-direction:column;gap:.4rem;overflow-y:auto}
  .mobile-nav.is-open{transform:translateX(0)}
  .mobile-nav a{font-family:var(--ff-head);font-size:1.4rem;color:#fff;padding:.7em 0;border-bottom:1px solid var(--line)}
  .mobile-nav .btn{margin-top:1.5rem;justify-content:center}
  body.nav-open{overflow:hidden}
}
.mobile-nav{display:none}
@media(max-width:1000px){.mobile-nav{display:flex}}

/* ---------- hero ---------- */
.hero{position:relative;overflow:hidden;background:var(--steel-950);isolation:isolate}
.hero__bg{position:absolute;inset:0;z-index:-2;background-size:cover;background-position:center;
  background-color:var(--steel-800)}
.hero__bg::after{content:"";position:absolute;inset:0;
  background:linear-gradient(105deg,rgba(11,14,17,.95) 0%,rgba(11,14,17,.82) 42%,rgba(11,14,17,.55) 100%)}
.hero__grid{position:absolute;inset:0;z-index:-1;opacity:.5;
  background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);
  background-size:64px 64px;mask-image:linear-gradient(90deg,#000,transparent 70%)}
.hero__inner{padding-block:clamp(84px,12vh,150px);max-width:none}
.hero__grid2{display:grid;grid-template-columns:1.02fr .98fr;gap:clamp(32px,5vw,72px);align-items:center}
@media(max-width:900px){.hero__grid2{grid-template-columns:1fr}}
.hero__col h1{margin-bottom:1.2rem;max-width:15ch}
.hero__trust{margin-top:2.2rem;padding-top:1.4rem;border-top:1px solid var(--line);color:var(--steel-300);
  font-family:var(--ff-head);font-weight:500;letter-spacing:.04em;font-size:1.02rem;max-width:46ch}
.hero__visual{position:relative}
.hero__frame{aspect-ratio:4/5;position:relative;overflow:hidden;border:1px solid var(--line-strong)}
@media(max-width:900px){.hero__frame{aspect-ratio:16/10}}
.hero__frame-sail{position:absolute;right:-10%;bottom:-8%;width:78%;color:var(--brand);opacity:.18;pointer-events:none;line-height:0}
.hero__frame-sail svg{width:100%;height:auto}
.hero h1 .hl{color:var(--brand)}
.hero__sub{font-size:clamp(1.1rem,1.7vw,1.35rem);color:var(--steel-200);margin-bottom:2rem;max-width:54ch}
.hero__cta{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}
.hero__meta{display:flex;flex-wrap:wrap;gap:2.2rem;margin-top:3.2rem;padding-top:2rem;border-top:1px solid var(--line)}
.hero__meta div{display:flex;flex-direction:column}
.hero__meta b{font-family:var(--ff-head);font-size:2rem;color:#fff;line-height:1}
.hero__meta span{font-size:.85rem;text-transform:uppercase;letter-spacing:.12em;color:var(--steel-400);margin-top:.4rem}

/* ---------- generic grids ---------- */
.grid{display:grid;gap:clamp(16px,2vw,24px)}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
@media(max-width:900px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}

.section-head{max-width:70ch;margin-bottom:clamp(32px,5vw,56px)}
.section-head.center{margin-inline:auto;text-align:center}
.section-head.center .lead{margin-inline:auto}

/* ---------- cards ---------- */
.card{background:var(--steel-850);border:1px solid var(--line);border-radius:var(--radius-lg);
  padding:2rem;transition:transform .2s var(--ease),border-color .2s,background .2s;height:100%}
.card:hover{transform:translateY(-4px);border-color:var(--line-strong);background:var(--steel-800)}
.section--light .card{background:#fff;border-color:var(--line-dark);box-shadow:var(--shadow-soft);color:var(--ink-2)}
.section--light .card:hover{border-color:var(--brand)}
.card--service{position:relative;overflow:hidden}
.card--service::before{content:"";position:absolute;left:0;top:0;height:3px;width:0;background:var(--brand);transition:width .35s var(--ease)}
.card--service:hover::before{width:100%}
.card--service .card__icon{width:58px;height:58px}
.card__icon{width:52px;height:52px;color:var(--brand);margin-bottom:1.2rem}
.card__icon svg{width:100%;height:100%}
.card h3{margin-bottom:.6rem}
.card p{font-size:.98rem;margin-bottom:1rem}
.card__link{font-family:var(--ff-head);font-weight:600;letter-spacing:.03em;color:var(--brand);
  display:inline-flex;align-items:center;gap:.4em;text-transform:uppercase;font-size:.85rem}
.card__link svg{width:16px;height:16px;transition:transform .18s}
.card:hover .card__link svg{transform:translateX(4px)}

/* service card w/ image top */
.svc-card{overflow:hidden;padding:0;display:flex;flex-direction:column}
.svc-card__img{aspect-ratio:16/10;background-size:cover;background-position:center;
  background-color:var(--steel-700);position:relative}
.svc-card__img{background-image:linear-gradient(135deg,var(--steel-700),var(--steel-850))}
.svc-card__img::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(11,14,17,.6))}
.svc-card__badge{position:absolute;left:1rem;bottom:1rem;z-index:2;width:48px;height:48px;border-radius:8px;
  background:var(--brand);color:#fff;display:grid;place-items:center;box-shadow:0 6px 18px rgba(0,0,0,.4)}
.svc-card__badge svg{width:26px;height:26px}
.section--light .svc-card__img::after{background:linear-gradient(180deg,transparent 55%,rgba(17,23,29,.35))}
.svc-card__body{padding:1.6rem 1.7rem 1.9rem;display:flex;flex-direction:column;flex:1}
.svc-card__body p{flex:1}

/* ---------- feature list ---------- */
.feat{display:flex;gap:1rem;align-items:flex-start}
.feat__ic{flex:none;width:44px;height:44px;border-radius:var(--radius);background:var(--brand-tint);
  color:var(--brand);display:grid;place-items:center}
.feat__ic svg{width:24px;height:24px}
.feat h4{font-size:1.15rem;margin-bottom:.3rem}
.feat p{font-size:.95rem;margin:0}

/* checklist */
.checks{display:grid;gap:.8rem}
.checks li{display:flex;gap:.7rem;align-items:flex-start;font-size:1rem}
.checks li::before{content:"";flex:none;width:22px;height:22px;margin-top:.15em;border-radius:3px;
  background:var(--brand-tint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C81E22' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/14px no-repeat}

/* ---------- split / media ---------- */
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(28px,5vw,64px);align-items:center}
.split--rev .split__media{order:-1}
@media(max-width:860px){.split{grid-template-columns:1fr}.split--rev .split__media{order:0}}
.media-frame{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3;
  background:var(--steel-700) center/cover;border:1px solid var(--line)}
.media-frame--tall{aspect-ratio:3/4}
.media-frame__tag{position:absolute;left:0;bottom:0;background:var(--brand);color:#fff;
  font-family:var(--ff-head);font-weight:600;letter-spacing:.04em;padding:.6em 1.1em;font-size:.9rem;text-transform:uppercase}

/* ---------- stats band ---------- */
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);
  border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden}
@media(max-width:720px){.stats{grid-template-columns:repeat(2,1fr)}}
.stat{background:var(--steel-850);padding:1.6rem 1.6rem;text-align:left;
  display:flex;flex-direction:column-reverse;gap:.55rem;justify-content:flex-end}
.stat b{font-family:var(--ff-head);font-weight:600;font-size:clamp(1.15rem,1.5vw,1.45rem);
  color:#fff;display:block;line-height:1.2;letter-spacing:.005em}
.stat b .u{color:var(--brand)}
.stat span{font-size:.7rem;text-transform:uppercase;letter-spacing:.16em;
  color:var(--steel-400);display:block}

/* ---------- industries ---------- */
.ind{position:relative;border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;
  background:var(--steel-850);display:flex;gap:1rem;align-items:center;transition:.2s var(--ease)}
.ind:hover{border-color:var(--brand);background:var(--steel-800)}
.ind__ic{width:40px;height:40px;color:var(--brand);flex:none}
.ind h4{font-size:1.1rem}
.section--light .ind{background:#fff;border-color:var(--line-dark)}

/* ---------- why / accordion-ish list ---------- */
.why-list{display:grid;gap:1px;background:var(--line);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line)}
.why-item{background:var(--steel-850);padding:1.6rem 1.8rem;display:grid;grid-template-columns:auto 1fr;gap:1.2rem;align-items:start}
.why-item__n{font-family:var(--ff-head);color:var(--brand);font-weight:700;font-size:1.1rem;letter-spacing:.08em}
.why-item h4{font-size:1.2rem;margin-bottom:.35rem;color:#fff}
.section--light .why-item h4{color:#fff}
.why-item p{margin:0;font-size:.97rem;color:var(--steel-300)}
.section--light .why-item p{color:var(--steel-300)}

/* ---------- map / international ---------- */
.geo{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,5vw,60px);align-items:center}
@media(max-width:860px){.geo{grid-template-columns:1fr}}
.geo__map{position:relative}
.geo__map svg{width:100%;height:auto}
.markets{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.5rem}
.markets span{font-family:var(--ff-head);font-weight:600;letter-spacing:.03em;border:1px solid var(--line-strong);
  padding:.45em .9em;border-radius:100px;font-size:.92rem;color:#fff}
.markets span.is-primary{background:var(--brand);border-color:var(--brand)}

/* ---------- projects ---------- */
.proj{position:relative;overflow:hidden;border-radius:var(--radius-lg);border:1px solid var(--line);
  background:var(--steel-850);aspect-ratio:4/3}
.proj__img{position:absolute;inset:0;background-size:cover;background-position:center;background-color:var(--steel-700);transition:transform .5s var(--ease)}
.proj:hover .proj__img{transform:scale(1.06)}
.proj__ov{position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(8,11,14,.92));
  display:flex;flex-direction:column;justify-content:flex-end;padding:1.6rem}
.proj__cat{font-family:var(--ff-head);font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--brand);margin-bottom:.4rem}
.proj h4{font-size:1.2rem;margin-bottom:.3rem}
.proj p{font-size:.9rem;color:var(--steel-300);margin:0}
.note-box{border:1px dashed var(--line-strong);border-radius:var(--radius-lg);padding:1.4rem 1.6rem;
  background:var(--steel-850);color:var(--steel-300);font-size:.95rem;display:flex;gap:1rem;align-items:flex-start}
.note-box svg{width:22px;height:22px;color:var(--brand);flex:none;margin-top:.15em}

/* ---------- CTA band ---------- */
.cta-band{position:relative;overflow:hidden;background:var(--steel-850);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.cta-band__inner{display:flex;flex-wrap:wrap;gap:2rem;align-items:center;justify-content:space-between;
  padding-block:clamp(48px,7vw,84px)}
.cta-band h2{max-width:22ch}
.cta-band .btn{flex:none}
.cta-accent{background:var(--brand);border:0}
.cta-accent .eyebrow{display:none}
.cta-accent h2,.cta-accent p{color:#fff}
.cta-accent .lead{color:rgba(255,255,255,.9)}

/* ---------- forms ---------- */
.form-wrap{background:var(--steel-850);border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(1.6rem,3vw,2.6rem)}
.section--light .form-wrap{background:#fff;border-color:var(--line-dark);box-shadow:var(--shadow-soft)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}
.inquiry-grid{display:grid;grid-template-columns:1.5fr .9fr;gap:clamp(28px,5vw,56px);align-items:start}
.inq-aside{position:sticky;top:100px}
@media(max-width:860px){.inquiry-grid{grid-template-columns:1fr}.inq-aside{position:static;top:auto}}
@media(max-width:620px){.form-grid{grid-template-columns:1fr}}
.field{display:flex;flex-direction:column;gap:.4rem}
.field.col-2{grid-column:span 2}
@media(max-width:620px){.field.col-2{grid-column:span 1}}
.field label{font-family:var(--ff-head);font-weight:600;letter-spacing:.03em;font-size:.9rem;color:#fff}
.section--light .field label{color:var(--ink)}
.field .req{color:var(--brand)}
.field input,.field select,.field textarea{width:100%;background:var(--steel-900);border:1px solid var(--line-strong);
  color:#fff;border-radius:var(--radius);padding:.8em .9em;font-family:inherit;font-size:1rem;transition:border-color .15s,box-shadow .15s}
.section--light .field input,.section--light .field select,.section--light .field textarea{background:var(--paper);border-color:var(--line-dark);color:var(--ink)}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint)}
.field textarea{resize:vertical;min-height:130px}
.field small{color:var(--steel-400);font-size:.82rem}
.section--light .field small{color:var(--steel-500)}
.filedrop{border:1px dashed var(--line-strong);border-radius:var(--radius);padding:1.2rem;text-align:center;
  cursor:pointer;transition:.15s;color:var(--steel-300)}
.filedrop:hover{border-color:var(--brand);color:#fff}
.section--light .filedrop{color:var(--steel-500)}
.filedrop svg{width:28px;height:28px;color:var(--brand);margin:0 auto .5rem}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.consent{display:flex;gap:.6rem;align-items:flex-start;font-size:.9rem;color:var(--steel-300)}
.section--light .consent{color:var(--ink-2)}
.consent input{width:auto;margin-top:.25em}
.form-status{margin-top:1rem;padding:1rem 1.2rem;border-radius:var(--radius);display:none;font-size:.95rem}
.form-status.ok{display:block;background:var(--brand-tint);border:1px solid var(--brand);color:#fff}
.section--light .form-status.ok{color:var(--ink)}
.form-status.err{display:block;background:rgba(200,60,40,.14);border:1px solid #c8402a;color:#ffb4a6}

/* ---------- contact info ---------- */
.contact-row{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,5vw,56px)}
@media(max-width:860px){.contact-row{grid-template-columns:1fr}}
.info-item{display:flex;gap:1rem;align-items:center;padding:1.2rem 0;border-bottom:1px solid var(--line)}
.section--light .info-item{border-color:var(--line-dark)}
.info-item__ic{width:44px;height:44px;flex:none;border-radius:var(--radius);background:var(--brand-tint);color:var(--brand);display:grid;place-items:center}
.info-item__ic svg{width:22px;height:22px}
.info-item h4{font-size:1rem;margin-bottom:.2rem}
.info-item a,.info-item p{color:var(--steel-200);margin:0}
.section--light .info-item a,.section--light .info-item p{color:var(--ink-2)}
.info-item a:hover{color:var(--brand)}
.map-embed{width:100%;border:0;border-radius:var(--radius-lg);min-height:440px;filter:grayscale(.3) contrast(1.05)}
.map-embed--ph{display:flex;align-items:center;justify-content:center;background:var(--steel-850);
  border:1px solid var(--line);filter:none;padding:2rem}
.map-ph{max-width:340px;text-align:center;color:var(--steel-300)}
.map-ph p{margin:0 0 1.1rem;font-size:.95rem;line-height:1.5}
.map-ph .btn svg{width:18px;height:18px}

/* ---------- footer ---------- */
.site-footer{background:var(--steel-950);border-top:1px solid var(--line);padding-block:clamp(48px,6vw,72px) 2rem}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:clamp(24px,4vw,48px)}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.footer-grid{grid-template-columns:1fr}}
.footer-col h5{font-family:var(--ff-head);text-transform:uppercase;letter-spacing:.14em;font-size:.82rem;
  color:var(--steel-400);margin:0 0 1.1rem}
.footer-col a:not(.footer-brand){display:block;color:var(--steel-300);padding:.32em 0;font-size:.95rem}
.footer-col a:hover{color:#fff}
.footer-col a.btn{display:inline-flex;width:auto;color:#fff;padding:.7em 1.4em;justify-content:center}
.footer-col a.btn:hover{color:#fff}
.footer-about p{font-size:.95rem;color:var(--steel-400);margin:1rem 0 1.2rem;max-width:34ch}
.footer-brand{display:flex;align-items:center;gap:1rem;font-family:var(--ff-head);font-weight:700;color:#fff;font-size:1.35rem}
.footer-contact li{color:var(--steel-300);font-size:.95rem;padding:.28em 0;display:flex;gap:.6rem;align-items:center}
.footer-contact li svg{width:18px;height:18px;flex:none;color:var(--brand)}
.footer-contact li a{color:var(--steel-300)}
.footer-contact li a:hover{color:#fff}
.footer-bottom{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center;
  margin-top:clamp(32px,5vw,52px);padding-top:1.6rem;border-top:1px solid var(--line);font-size:.85rem;color:var(--steel-500)}
.footer-bottom a{color:var(--steel-400)}
.footer-bottom a:hover{color:#fff}
.footer-legal{display:flex;gap:1.2rem;flex-wrap:wrap}

/* ---------- breadcrumb / page hero ---------- */
.page-hero{position:relative;background:var(--steel-950);border-bottom:1px solid var(--line);overflow:hidden;isolation:isolate}
.page-hero__bg{position:absolute;inset:0;z-index:-1;
  background:
    radial-gradient(90% 130% at 88% -20%, rgba(0,156,220,.12), transparent 55%),
    radial-gradient(80% 120% at 0% 0%, rgba(200,30,34,.10), transparent 52%),
    linear-gradient(180deg,var(--steel-900),var(--steel-950))}
.page-hero__bg::after{content:"";position:absolute;inset:0;
  background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:46px 46px;-webkit-mask-image:linear-gradient(180deg,#000,transparent 85%);mask-image:linear-gradient(180deg,#000,transparent 85%)}
.page-hero__inner{padding-block:clamp(56px,9vw,110px)}
.crumb{display:flex;gap:.5rem;align-items:center;font-size:.85rem;color:var(--steel-400);margin-bottom:1.2rem;font-family:var(--ff-head);letter-spacing:.04em}
.crumb a:hover{color:#fff}
.crumb span{color:var(--brand)}
.page-hero h1{max-width:20ch}
.page-hero .lead{margin-top:1rem}

/* prose (legal pages) */
.prose{max-width:78ch}
.prose h2{margin:2.2rem 0 .8rem;font-size:1.6rem}
.prose h3{margin:1.6rem 0 .6rem;font-size:1.2rem}
.prose p,.prose li{color:var(--steel-300)}
.prose ul{list-style:disc;padding-left:1.3rem;margin:0 0 1rem}
.prose li{margin-bottom:.4rem}
.prose a{color:var(--brand);text-decoration:underline}
.section--light .prose p,.section--light .prose li{color:var(--ink-2)}

/* ---------- cookie banner ---------- */
.cookie{position:fixed;left:16px;right:16px;bottom:16px;z-index:80;max-width:520px;margin-inline:auto;
  background:var(--steel-800);border:1px solid var(--line-strong);border-radius:var(--radius-lg);
  padding:1.3rem 1.5rem;box-shadow:var(--shadow);display:none}
.cookie.show{display:block}
.cookie p{font-size:.9rem;color:var(--steel-300);margin-bottom:1rem}
.cookie a{color:var(--brand);text-decoration:underline}
.cookie__row{display:flex;gap:.7rem;flex-wrap:wrap}

/* ---------- reveal animation (only when JS is active) ---------- */
.js [data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .6s var(--ease),transform .6s var(--ease)}
.js [data-reveal].in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){
  [data-reveal]{opacity:1;transform:none;transition:none}
  html{scroll-behavior:auto}
}

/* sticky mobile inquiry bar */
.sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:50;background:var(--brand);
  display:none;padding:.7rem;text-align:center}
.sticky-cta a{color:#fff;font-family:var(--ff-head);font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-size:.95rem}
@media(max-width:1000px){.sticky-cta{display:block}body{padding-bottom:52px}}

.util-hidden{display:none!important}
