:root {
  --navy: #071d2e;
  --navy-2: #0b2b40;
  --blue: #0e6b86;
  --teal: #21b6ae;
  --teal-dark: #148d89;
  --ice: #eaf6f5;
  --paper: #f5f7f7;
  --white: #ffffff;
  --ink: #10232f;
  --muted: #5d6b73;
  --line: #d9e1e3;
  --radius: 3px;
  --shadow: 0 24px 70px rgba(7, 29, 46, .13);
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6.2vw, 6.4rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.25rem, 4.3vw, 4.2rem); }
h3 { font-size: 1.35rem; }
p { margin-bottom: 1.2em; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 15px; color: #fff; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; color: var(--teal-dark); font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { width: 30px; height: 2px; content: ""; background: currentColor; }
.eyebrow-light { color: #72ded7; }
.lead { color: var(--navy); font-size: 1.45rem; line-height: 1.45; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 24px; border: 1px solid var(--teal); border-radius: var(--radius); color: var(--navy); background: var(--teal); font-size: .85rem; font-weight: 800; letter-spacing: .045em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover, .button:focus-visible { border-color: #60d8d0; background: #60d8d0; transform: translateY(-2px); }
.button-small { min-height: 43px; padding: 10px 17px; font-size: .72rem; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.5); background: rgba(5, 22, 35, .12); backdrop-filter: blur(8px); }
.button-ghost:hover, .button-ghost:focus-visible { color: var(--navy); border-color: #fff; background: #fff; }
.button-dark { color: #fff; border-color: var(--navy); background: var(--navy); }
.button-light { color: var(--navy); border-color: #fff; background: #fff; }
.text-link { color: var(--navy); font-weight: 800; text-decoration: none; border-bottom: 1px solid var(--teal); }
.text-link span { margin-left: 5px; color: var(--teal-dark); }

/* Header */
.site-header { position: relative; z-index: 20; width: 100%; color: var(--navy); border-bottom: 1px solid var(--line); background: #fff; }
.admin-bar .site-header { top: auto; }
.header-inner { display: flex; min-height: 118px; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.brand-logo { flex: 0 0 auto; }
.brand-image { display: block; width: 206px; height: 104px; background-image: url('../images/logo-drauplastic.webp'); background-repeat: no-repeat; background-position: center; background-size: 120% auto; }
.brand-mark { display: grid; width: 38px; height: 38px; grid-template-columns: repeat(3, 1fr); gap: 3px; align-items: end; transform: skew(-12deg); }
.brand-mark span { display: block; background: var(--teal); }
.brand-mark span:nth-child(1) { height: 50%; opacity: .65; }
.brand-mark span:nth-child(2) { height: 75%; opacity: .82; }
.brand-mark span:nth-child(3) { height: 100%; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 1.05rem; letter-spacing: .075em; }
.brand-copy small { margin-top: 6px; font-size: .56rem; letter-spacing: .2em; opacity: .7; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.nav-list { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.nav-list a { position: relative; color: var(--navy); font-size: .8rem; font-weight: 700; text-decoration: none; }
.nav-list a::after { position: absolute; bottom: -10px; left: 0; width: 0; height: 2px; content: ""; background: var(--teal); transition: width .2s ease; }
.nav-list a:hover::after, .nav-list a:focus-visible::after { width: 100%; }
.nav-toggle { display: none; width: 46px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid var(--line); color: var(--navy); background: transparent; }
.nav-toggle > span:not(.sr-only) { width: 20px; height: 2px; background: currentColor; }
body:not(.home) .site-header { position: relative; color: var(--navy); background: #fff; }

/* Hero */
.hero { position: relative; min-height: 860px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; color: #fff; background: var(--navy); }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media { background-position: center; background-size: cover; transform: scale(1.015); }
.hero-overlay { background: linear-gradient(90deg, rgba(4,19,32,.96) 0%, rgba(4,22,36,.86) 38%, rgba(4,20,34,.25) 69%, rgba(4,20,34,.14) 100%), linear-gradient(0deg, rgba(4,20,34,.55) 0%, transparent 35%); }
.hero-inner { position: relative; z-index: 2; padding: 150px 0 145px; }
.hero-copy { max-width: 820px; }
.hero h1 { max-width: 850px; margin-bottom: 30px; color: #fff; }
.hero-lead { max-width: 690px; margin-bottom: 38px; color: rgba(255,255,255,.8); font-size: 1.22rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.trust-bar { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.22); }
.trust-bar div { display: flex; min-height: 108px; flex-direction: column; justify-content: center; padding: 20px 32px; border-right: 1px solid rgba(255,255,255,.18); }
.trust-bar div:last-child { border-right: 0; }
.trust-bar strong { color: #fff; font-size: 1.05rem; letter-spacing: .02em; }
.trust-bar span { margin-top: 4px; color: rgba(255,255,255,.58); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

/* Intro */
.intro { background: #fff; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.split-intro h2 { margin-bottom: 0; }
.intro-copy { padding-top: 42px; color: var(--muted); }
.intro-copy .lead { margin-bottom: 25px; }

/* Materials */
.materials { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 80px; align-items: end; margin-bottom: 54px; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; }
.section-heading > p { margin: 0 0 8px; color: var(--muted); }
.heading-narrow { display: block; }
.heading-narrow h2 { max-width: 750px; }
.material-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.material-card { position: relative; min-height: 340px; padding: 34px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transition: color .25s ease, background .25s ease, transform .25s ease; }
.material-card::before { position: absolute; inset: 0; content: ""; opacity: 0; background: linear-gradient(145deg, var(--navy), var(--navy-2)); transition: opacity .25s ease; }
.material-card > * { position: relative; z-index: 1; }
.material-card:hover { color: rgba(255,255,255,.68); transform: translateY(-4px); box-shadow: var(--shadow); }
.material-card:hover::before { opacity: 1; }
.material-code { display: inline-grid; width: 58px; height: 58px; place-items: center; margin-bottom: 47px; color: var(--teal-dark); border: 1px solid #b8d8d6; font-size: 1.1rem; font-weight: 800; }
.material-card h3 { margin-bottom: 8px; transition: color .25s ease; }
.material-card:hover h3 { color: #fff; }
.material-grade { margin-bottom: 14px; color: var(--teal-dark); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.material-card p:not(.material-grade) { color: var(--muted); font-size: .9rem; }
.material-card:hover p:not(.material-grade) { color: rgba(255,255,255,.62); }
.material-card a { position: absolute; right: 30px; bottom: 28px; color: var(--navy); font-size: .78rem; font-weight: 800; text-decoration: none; }
.material-card:hover a { color: #6fe0d8; }
.materials-note { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; margin-top: 26px; padding: 26px 30px; background: var(--ice); }
.materials-note p { margin: 0; }
.note-mark { color: var(--teal-dark); font-size: 2rem; }

/* Services */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { min-height: 540px; background: var(--paper); overflow: hidden; }
.service-card img { width: 100%; height: 300px; object-fit: cover; }
.service-card > div { padding: 36px 38px; }
.service-card h3 { margin-bottom: 14px; font-size: 1.8rem; }
.service-card p { margin-bottom: 0; color: var(--muted); }
.service-card-large { grid-column: 1 / -1; display: grid; grid-template-columns: 1.35fr .65fr; min-height: 510px; background: var(--navy); }
.service-card-large img { height: 510px; }
.service-card-large > div { display: flex; flex-direction: column; justify-content: center; padding: 55px; }
.service-card-large h3 { color: #fff; font-size: 2.5rem; }
.service-card-large p { color: rgba(255,255,255,.65); }
.service-number { display: block; margin-bottom: 42px; color: var(--teal); font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.service-text-card { display: flex; align-items: center; color: #fff; background: var(--blue); }
.service-text-card h3 { color: #fff; }
.service-text-card p { color: rgba(255,255,255,.75); }
.check-list { margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 12px 0 12px 28px; border-top: 1px solid rgba(255,255,255,.18); font-size: .9rem; }
.check-list li::before { position: absolute; left: 2px; color: #72ded7; content: "✓"; }
.service-market-card { position: relative; display: flex; align-items: center; overflow: hidden; color: #fff; background: linear-gradient(145deg, var(--navy) 0%, #0c4252 100%); }
.service-market-card::before, .service-market-card::after { position: absolute; content: ""; border: 1px solid rgba(74,216,205,.2); border-radius: 50%; }
.service-market-card::before { width: 290px; height: 290px; top: -150px; right: -115px; }
.service-market-card::after { width: 170px; height: 170px; top: -90px; right: -55px; }
.service-market-card > div { position: relative; z-index: 1; }
.service-market-card h3 { color: #fff; }
.service-market-card > div > p:not(.market-kicker) { color: rgba(255,255,255,.7); }
.market-kicker { margin: -27px 0 12px; color: var(--teal); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.market-services { display: grid; grid-template-columns: 1fr; margin: 25px 0 28px; border-top: 1px solid rgba(255,255,255,.16); }
.market-services span { position: relative; padding: 9px 0 9px 22px; color: rgba(255,255,255,.82); border-bottom: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.market-services span::before { position: absolute; left: 1px; color: var(--teal); content: "↗"; }
.market-link { color: #fff; font-size: .74rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.market-link span { margin-left: 5px; color: var(--teal); }
.market-link:hover, .market-link:focus-visible { color: var(--teal); }

/* Circular */
.circular { display: grid; min-height: 690px; grid-template-columns: 1fr 1fr; background: var(--navy); }
.circular-media { min-height: 690px; background-position: center; background-size: cover; }
.circular-panel { display: flex; flex-direction: column; justify-content: center; padding: 80px max(48px, calc((100vw - 1180px) / 2)); color: rgba(255,255,255,.7); }
.circular-panel h2 { max-width: 610px; color: #fff; }
.circular-panel > p:not(.eyebrow) { max-width: 650px; }
.circular-points { margin: 20px 0 38px; }
.circular-points div { display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: center; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.16); }
.circular-points strong { color: var(--teal); font-size: .74rem; }
.waste-credential { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: center; margin: 0 0 32px; padding: 20px; color: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.07); }
.waste-credential-icon { display: grid; width: 42px; height: 42px; place-items: center; color: var(--navy); border-radius: 50%; background: var(--teal); font-weight: 800; }
.waste-credential > div { display: flex; flex-direction: column; line-height: 1.45; }
.waste-credential-label { margin-bottom: 2px; color: var(--teal); font-size: .68rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.waste-credential strong { color: #fff; }
.waste-credential b { color: #fff; }
.circular-panel .button { align-self: flex-start; }

/* Process */
.process { background: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; counter-reset: process; }
.process-grid li { position: relative; padding: 38px 30px 26px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.process-grid li:last-child { border-right: 0; }
.process-grid li::before { position: absolute; top: -4px; left: 0; width: 48px; height: 7px; content: ""; background: var(--teal); }
.process-grid span { color: var(--teal-dark); font-size: .74rem; font-weight: 800; }
.process-grid h3 { margin: 38px 0 12px; font-size: 1.55rem; }
.process-grid p { color: var(--muted); font-size: .9rem; }

/* Location */
.location { display: grid; min-height: 620px; grid-template-columns: 1.35fr .65fr; background: var(--paper); }
.location-map { min-height: 620px; }
.location-map iframe { display: block; width: 100%; height: 100%; min-height: 620px; border: 0; filter: saturate(.78) contrast(1.04); }
.location-panel { display: flex; flex-direction: column; justify-content: center; padding: 70px max(46px, calc((100vw - 1180px) / 2)); }
.location-panel h2 { max-width: 560px; }
.location-panel > p:not(.eyebrow) { color: var(--muted); }
.location-panel address { display: flex; flex-direction: column; margin: 16px 0 34px; padding: 24px 0; color: var(--muted); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-style: normal; }
.location-panel address strong { margin-bottom: 7px; color: var(--navy); }
.location-panel .button { align-self: flex-start; gap: 12px; }

/* Contact */
.contact { padding: 110px 0; color: #fff; background: var(--navy); }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.contact-copy { padding-top: 32px; }
.contact-copy h2 { color: #fff; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.65); }
.contact-detail { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.15); }
.contact-detail span, .contact-detail strong { display: block; }
.contact-detail span { margin-bottom: 4px; color: rgba(255,255,255,.45); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-form-wrap { padding: 46px; color: var(--ink); background: #fff; box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: block; margin-bottom: 18px; color: var(--navy); font-size: .73rem; font-weight: 800; letter-spacing: .02em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 0; color: var(--ink); border: 0; border-bottom: 1px solid #b8c4c8; border-radius: 0; outline: 0; background: #fff; transition: border-color .2s ease; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--teal-dark); box-shadow: 0 1px 0 var(--teal-dark); }
.contact-form textarea { resize: vertical; }
.consent { display: flex !important; gap: 10px; align-items: flex-start; font-weight: 500 !important; }
.consent input { width: 18px; height: 18px; flex: 0 0 auto; margin: 2px 0 0; }
.button-submit { width: 100%; justify-content: space-between; border: 0; cursor: pointer; }
.form-footnote { margin: 13px 0 0; color: var(--muted); font-size: .7rem; }
.honeypot { position: absolute; left: -9999px; }
.form-notice { margin-bottom: 24px; padding: 15px; border-left: 4px solid; font-size: .88rem; }
.form-notice.success { border-color: #159b6a; background: #e9f8f1; }
.form-notice.error { border-color: #c73b3b; background: #fff0f0; }

/* Footer and internal pages */
.site-footer { padding-top: 74px; color: rgba(255,255,255,.6); background: #04141f; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr 1fr .8fr; gap: 55px; padding-bottom: 62px; }
.brand-footer { margin-bottom: 23px; color: #fff; background: #fff; }
.brand-footer .brand-image { width: 190px; height: 96px; }
.footer-grid p, .footer-grid li { font-size: .82rem; }
.footer-grid h2 { margin-bottom: 22px; color: #fff; font-size: .74rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin: 8px 0; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; min-height: 72px; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.11); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.page-content { min-height: 60vh; padding-top: 90px; padding-bottom: 110px; }
.prose { max-width: 900px; }
.prose h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
.prose h2 { margin-top: 2em; font-size: 2rem; }
.prose a { color: var(--blue); }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 40px, 920px); }
  .nav-toggle { display: flex; }
  .site-nav { position: fixed; z-index: 30; top: 0; right: 0; width: min(430px, 88vw); height: 100vh; align-items: stretch; flex-direction: column; justify-content: center; padding: 80px 45px; background: var(--navy); transform: translateX(105%); transition: transform .28s ease; box-shadow: -20px 0 60px rgba(0,0,0,.2); }
  .site-nav.is-open { transform: translateX(0); }
  .nav-list { align-items: stretch; flex-direction: column; gap: 0; }
  .nav-list a { display: block; padding: 15px 0; color: #fff; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 1rem; }
  .nav-list a::after { display: none; }
  .hero { min-height: 790px; }
  .hero h1 { max-width: 720px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-market-card { grid-column: 1 / -1; min-height: 460px; }
  .service-market-card .market-services { grid-template-columns: 1fr 1fr; column-gap: 24px; }
  .material-grid { grid-template-columns: repeat(2, 1fr); }
  .circular { grid-template-columns: 1fr; }
  .circular-media { min-height: 500px; }
  .circular-panel { padding: 85px max(40px, calc((100vw - 920px) / 2)); }
  .location { grid-template-columns: 1fr; }
  .location-map, .location-map iframe { min-height: 470px; }
  .location-panel { padding: 75px max(40px, calc((100vw - 920px) / 2)); }
  .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 32px); }
  html { scroll-padding-top: 70px; }
  .admin-bar .site-header { top: auto; }
  .section { padding: 78px 0; }
  .header-inner { min-height: 92px; }
  .brand-image { width: 150px; height: 76px; }
  .brand-mark { width: 32px; height: 32px; }
  .brand-copy strong { font-size: .9rem; }
  .hero { min-height: 760px; justify-content: flex-start; }
  .hero-media { background-position: 63% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,19,32,.96), rgba(4,22,36,.72)), linear-gradient(0deg, rgba(4,20,34,.72), transparent); }
  .hero-inner { padding-top: 145px; padding-bottom: 185px; }
  .hero h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
  .hero-lead { font-size: 1.05rem; }
  .hero-actions .button { width: 100%; }
  .trust-bar { grid-template-columns: repeat(2, 1fr); }
  .trust-bar div { min-height: 80px; padding: 14px; }
  .split, .section-heading { grid-template-columns: 1fr; gap: 30px; }
  .intro-copy { padding-top: 0; }
  .material-grid { grid-template-columns: 1fr; }
  .material-card { min-height: 300px; }
  .materials-note { grid-template-columns: auto 1fr; }
  .materials-note .button { grid-column: 1 / -1; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card-large { grid-column: auto; grid-template-columns: 1fr; }
  .service-card-large img { height: 300px; }
  .service-card-large > div { padding: 38px; }
  .service-card-large h3 { font-size: 2rem; }
  .service-card { min-height: 0; }
  .service-market-card { grid-column: auto; min-height: 0; }
  .service-market-card .market-services { grid-template-columns: 1fr; }
  .circular-media { min-height: 390px; }
  .circular-panel { padding: 70px 24px; }
  .location-map, .location-map iframe { min-height: 390px; }
  .location-panel { padding: 65px 24px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid li:nth-child(2) { border-right: 0; }
  .contact-form-wrap { padding: 30px 22px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; }
}

@media (max-width: 460px) {
  .trust-bar span { letter-spacing: .07em; }
  .material-card { padding-inline: 24px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { border-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
