
:root {
  --ink: #10232b;
  --ink-soft: #1a3038;
  --paper: #f3f1e8;
  --white: #fffef8;
  --green: #77b82a;
  --green-dark: #176334;
  --line: rgba(16, 35, 43, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { display: block; max-width: 100%; }
::selection { color: var(--ink); background: var(--green); }

.scroll-progress { position: fixed; z-index: 100; left: 0; right: 0; top: 0; height: 4px; transform-origin: left; background: var(--green); }
.site-header { position: fixed; z-index: 90; left: 2.3vw; right: 2.3vw; top: 18px; min-height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 8px 12px 8px 18px; border: 1px solid rgba(255,255,255,.22); background: rgba(239,240,226,.92); backdrop-filter: blur(16px); border-radius: 18px; box-shadow: 0 14px 40px rgba(8,31,38,.12); }
.brand, .custom-logo-link { flex: 0 0 150px; width: 150px; height: 74px; display: flex; align-items: center; justify-content: center; padding: 4px 10px; overflow: hidden; }
.brand img, .custom-logo-link img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
nav { display: flex; align-items: center; gap: clamp(16px,2.2vw,36px); font-size: 13px; font-weight: 700; }
nav > a:not(.nav-cta) { position: relative; padding: 12px 0; }
nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px; background: var(--green-dark); transition: right .3s ease; }
nav > a:hover::after { right: 0; }
.nav-cta { display: flex; gap: 34px; align-items: center; padding: 15px 18px; background: var(--ink); color: white; border-radius: 12px; }
.nav-cta span { color: var(--green); }
.menu-button { display: none; }

.hero { min-height: 100svh; position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); align-items: center; overflow: hidden; padding: 145px 5.5vw 86px; background: var(--paper); }
.hero-grid { position: absolute; inset: 0; opacity: .38; pointer-events: none; background-image: linear-gradient(var(--line) 1px,transparent 1px), linear-gradient(90deg,var(--line) 1px,transparent 1px); background-size: 86px 86px; mask-image: linear-gradient(90deg,#000,transparent 64%); }
.hero::before { content: ""; position: absolute; width: 38vw; height: 38vw; right: -17vw; top: -8vw; border: 1px solid rgba(119,184,42,.35); border-radius: 50%; }
.hero-copy { position: relative; z-index: 2; padding-right: 3vw; }
.eyebrow, .section-kicker { font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--green-dark); }
.eyebrow span { width: 26px; height: 2px; background: var(--green); }
.hero h1 { margin: 28px 0 24px; max-width: 780px; font-size: clamp(56px,6.4vw,112px); line-height: .88; letter-spacing: -.065em; font-weight: 800; }
.hero h1 em { color: var(--green-dark); font-family: Georgia, serif; font-weight: 400; }
.hero-copy > p { max-width: 630px; margin: 0; font-size: clamp(17px,1.4vw,22px); line-height: 1.55; color: #3d5157; }
.hero-actions { display: flex; gap: 12px; margin-top: 36px; flex-wrap: wrap; }
.button { border: 0; min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; padding: 0 22px; border-radius: 12px; cursor: pointer; font-size: 13px; font-weight: 900; transition: transform .25s,background .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--green); color: var(--ink); }
.button-primary:hover { background: #8bcb39; }
.button-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.5); }
.hero-proof { margin-top: 52px; padding-top: 22px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 105px 1fr; max-width: 520px; gap: 16px; font-size: 12px; line-height: 1.5; }
.hero-proof strong { color: var(--green-dark); }
.hero-proof span { color: #607075; }
.hero-visual { position: relative; min-height: 650px; display: flex; align-items: center; justify-content: center; }
.hero-image-wrap { position: relative; z-index: 2; width: min(39vw,650px); aspect-ratio: .88; border-radius: 44% 44% 18px 18px; overflow: hidden; box-shadow: 0 42px 80px rgba(11,40,45,.25); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 54%,rgba(8,32,40,.88)); }
.hero-image-wrap > img { width: 100%; height: 100%; object-fit: cover; }
.image-label { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 24px; display: grid; grid-template-columns: 1fr auto; align-items: end; color: white; font-size: 13px; }
.image-label span { grid-column: 1/-1; font-size: 9px; letter-spacing: .18em; color: var(--green); margin-bottom: 8px; }
.image-label strong { font-size: 34px; }
.orbit { position: absolute; border: 1px solid rgba(23,99,52,.35); border-radius: 50%; }
.orbit::after { content: ""; position: absolute; width: 13px; height: 13px; border-radius: 50%; background: var(--green); top: 12%; left: 12%; box-shadow: 0 0 0 9px rgba(119,184,42,.15); }
.orbit-one { width: 630px; height: 630px; animation: spin 22s linear infinite; }
.orbit-two { width: 760px; height: 760px; border-style: dashed; animation: spin 34s linear infinite reverse; }
.material-float { position: absolute; z-index: 3; width: 74px; height: 74px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--green); border: 6px solid var(--paper); box-shadow: 0 14px 34px rgba(10,35,43,.22); font-weight: 900; }
.float-glass { top: 15%; left: 2%; }
.float-pet { right: 1%; top: 38%; background: var(--green); color: var(--ink); }
.float-fe { left: 7%; bottom: 12%; }
.hero-bottom-line { position: absolute; bottom: 0; left: 0; right: 0; min-height: 50px; padding: 0 5.5vw; display: flex; align-items: center; justify-content: space-between; background: var(--ink); color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.section { padding: 120px 6vw; }
.section-kicker { color: var(--green-dark); margin-bottom: 34px; }
.intro-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 9vw; align-items: start; }
.intro h2, .services-heading h2, .materials h2, .process h2, .certificates h2, .contact h2 { margin: 0; font-size: clamp(48px,6.1vw,98px); line-height: .93; letter-spacing: -.06em; }
.intro h2 span, .materials h2 span, .process h2 span, .certificates h2 span, .contact h2 span { color: var(--green-dark); font-family: Georgia,serif; font-style: italic; font-weight: 400; }
.intro-copy { padding-top: 16px; }
.intro-copy .lead { margin-top: 0; font-size: clamp(20px,2vw,31px); line-height: 1.35; letter-spacing: -.025em; }
.intro-copy > p:not(.lead) { margin: 24px 0; max-width: 620px; color: #526469; line-height: 1.75; }
.text-link { display: inline-flex; gap: 38px; align-items: center; border-bottom: 1px solid var(--ink); padding: 12px 0; font-size: 13px; font-weight: 900; }
.text-link span { color: var(--green-dark); }
.stat-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 96px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat-grid article { padding: 36px 28px 34px 0; border-right: 1px solid var(--line); }
.stat-grid article:not(:first-child) { padding-left: 28px; }
.stat-grid article:last-child { border: 0; }
.stat-grid strong { display: block; font-size: clamp(42px,4.6vw,72px); letter-spacing: -.06em; }
.stat-grid span { display: block; margin-top: 10px; max-width: 130px; color: #607075; font-size: 12px; line-height: 1.45; }

.section-dark { background: var(--ink); color: white; }
.services-heading { display: flex; justify-content: space-between; align-items: end; padding-bottom: 70px; }
.services-heading .section-kicker { color: var(--green); align-self: start; }
.services-heading h2 { text-align: right; }
.services-heading h2 span { color: var(--green); font-family: Georgia,serif; font-style: italic; font-weight: 400; }
.service-list { padding: 0 2.5vw 100px; }
.service-card { position: sticky; top: 104px; min-height: 540px; display: grid; grid-template-columns: 90px minmax(320px,.86fr) minmax(420px,1.14fr); gap: 4vw; align-items: center; padding: 50px 4vw; margin-bottom: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; overflow: hidden; background: var(--ink-soft); box-shadow: 0 -24px 70px rgba(4,20,25,.28); }
.service-card:nth-child(2) { background: #17342f; }
.service-card:nth-child(3) { background: #20362b; }
.service-card:nth-child(4) { background: #172f39; }
.service-card:nth-child(5) { background: #24372c; }
.service-number { align-self: start; font-size: 13px; color: var(--green); }
.service-eyebrow { color: rgba(255,255,255,.56); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.service-content h3 { margin: 18px 0 24px; font-size: clamp(40px,4vw,66px); line-height: .98; letter-spacing: -.05em; }
.service-content > p { color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.7; }
.service-content ul { list-style: none; margin: 30px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.service-content li { border: 1px solid rgba(255,255,255,.17); border-radius: 99px; padding: 9px 12px; font-size: 10px; }
.service-image { position: relative; height: 420px; border-radius: 20px; overflow: hidden; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.service-card:hover .service-image img { transform: scale(1.04); }
.service-image > span { position: absolute; right: 16px; bottom: 16px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: var(--ink); font-size: 20px; }

.materials { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; align-items: center; min-height: 880px; }
.materials h2 { font-size: clamp(52px,5.5vw,88px); }
.material-selector { display: grid; grid-template-columns: 230px 1fr; gap: 28px; }
.material-buttons { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.material-buttons button { border: 0; border-bottom: 1px solid var(--line); background: transparent; display: grid; grid-template-columns: 48px 1fr; text-align: left; align-items: center; padding: 18px 8px; cursor: pointer; color: #607075; font-size: 13px; }
.material-buttons button span { font-size: 10px; font-weight: 900; color: var(--green-dark); }
.material-buttons button.active { color: var(--ink); font-weight: 900; padding-left: 18px; background: var(--white); }
.material-display { min-height: 520px; padding: 46px; border-radius: 28px; background: #dae7c8; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; position: relative; }
.material-display::before { content: ""; position: absolute; width: 430px; height: 430px; border: 1px solid rgba(16,35,43,.18); border-radius: 50%; right: -120px; top: -160px; }
.material-pet { background: #d8e4df; }.material-karton { background: #e6d9bb; }.material-metal { background: #d9e1e2; }.material-ahsap { background: #dfd2b5; }
.material-orb { width: 190px; height: 190px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--green); box-shadow: 24px 32px 0 rgba(255,255,255,.45); }
.material-orb span { font-size: 58px; font-weight: 900; letter-spacing: -.06em; }
.material-display small { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.material-display h3 { margin: 12px 0; font-size: clamp(32px,3vw,48px); line-height: 1; letter-spacing: -.04em; }
.material-display p { margin: 0; max-width: 520px; line-height: 1.55; color: #45585c; }

.process { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; background: #e5e9dc; }
.process-visual { position: relative; min-height: 720px; }
.process-visual > img { width: 100%; height: 100%; object-fit: cover; border-radius: 28px 28px 240px 28px; }
.process-badge { position: absolute; right: -38px; top: 70px; width: 150px; height: 150px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--green); box-shadow: 0 20px 50px rgba(14,50,38,.2); }
.process-badge strong { font-size: 38px; }.process-badge span { font-size: 10px; text-transform: uppercase; }
.process-copy { padding: 40px 0; }
.process-copy ol { list-style: none; padding: 0; margin: 66px 0 0; border-top: 1px solid var(--line); }
.process-copy li { display: grid; grid-template-columns: 56px 1fr; padding: 23px 0; border-bottom: 1px solid var(--line); }
.process-copy li > span { color: var(--green-dark); font-size: 11px; font-weight: 900; }
.process-copy li strong { font-size: 18px; }.process-copy li p { margin: 7px 0 0; color: #607075; font-size: 13px; }

.certificates { background: var(--white); }
.certificate-heading { display: grid; grid-template-columns: 1fr 360px; gap: 7vw; align-items: end; }
.certificate-heading > p { color: #607075; line-height: 1.65; }
.presentation-showcase { margin-top: 70px; padding: 18px; border-radius: 26px; background: var(--ink); color: white; box-shadow: 0 28px 70px rgba(13,41,48,.18); }
.presentation-bar { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 12px 16px; }
.presentation-bar > div:first-child { display: flex; align-items: center; gap: 14px; }
.presentation-bar span { color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.presentation-bar strong { font-size: 12px; color: rgba(255,255,255,.66); }
.presentation-actions { display: flex; align-items: center; gap: 8px; }
.presentation-actions a { padding: 10px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; color: rgba(255,255,255,.78); font-size: 10px; font-weight: 800; }
.presentation-actions a:last-child { background: var(--green); border-color: var(--green); color: var(--ink); }
.presentation-stage { position: relative; aspect-ratio: 16/9; overflow: hidden; border-radius: 16px; outline: none; background: #252528; }
.presentation-stage:focus-visible { box-shadow: 0 0 0 3px var(--green); }
.presentation-stage > img { width: 100%; height: 100%; object-fit: contain; }
.slide-arrow { position: absolute; top: 50%; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(16,35,43,.78); color: white; backdrop-filter: blur(8px); transform: translateY(-50%); cursor: pointer; font-size: 19px; transition: background .25s, transform .25s; }
.slide-arrow:hover { background: var(--green); color: var(--ink); transform: translateY(-50%) scale(1.06); }
.slide-prev { left: 18px; }.slide-next { right: 18px; }
.slide-counter { position: absolute; right: 18px; bottom: 18px; display: flex; align-items: baseline; gap: 4px; min-width: 78px; justify-content: center; padding: 10px 14px; border-radius: 99px; background: rgba(16,35,43,.84); backdrop-filter: blur(8px); }
.slide-counter strong { color: var(--green); font-size: 18px; }.slide-counter span { color: rgba(255,255,255,.65); font-size: 10px; }
.presentation-thumbnails { display: grid; grid-template-columns: repeat(10,minmax(100px,1fr)); gap: 10px; padding: 14px 2px 2px; overflow-x: auto; scrollbar-width: thin; scrollbar-color: var(--green) transparent; }
.presentation-thumbnails button { position: relative; min-width: 108px; aspect-ratio: 16/9; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 8px; background: #26282a; cursor: pointer; opacity: .5; transition: opacity .25s,border-color .25s,transform .25s; }
.presentation-thumbnails button:hover,.presentation-thumbnails button.active { opacity: 1; transform: translateY(-2px); }
.presentation-thumbnails button.active { border-color: var(--green); }
.presentation-thumbnails img { width: 100%; height: 100%; object-fit: cover; }
.presentation-thumbnails button span { position: absolute; left: 5px; bottom: 5px; min-width: 23px; padding: 4px 5px; border-radius: 5px; background: rgba(16,35,43,.86); color: white; font-size: 8px; font-weight: 900; }
.document-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 70px; }
.document-card { border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: var(--paper); transition: transform .3s,box-shadow .3s; }
.document-card:hover { transform: translateY(-8px); box-shadow: 0 24px 55px rgba(13,41,48,.14); }
.document-preview { height: 300px; overflow: hidden; background: #daddd4; padding: 22px; }
.document-preview img { width: 100%; height: 100%; object-fit: contain; transition: transform .45s; }
.document-card:hover img { transform: scale(1.03); }
.document-info { padding: 26px; }
.document-info > span { color: var(--green-dark); font-size: 9px; letter-spacing: .16em; font-weight: 900; }
.document-info h3 { margin: 14px 0 10px; font-size: 25px; letter-spacing: -.035em; }
.document-info p { min-height: 38px; color: #607075; font-size: 12px; line-height: 1.5; }
.document-info strong { margin-top: 22px; display: flex; justify-content: space-between; font-size: 12px; }
.document-info i { color: var(--green-dark); font-style: normal; }
.presentation-download { margin-top: 22px; min-height: 74px; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; border: 1px solid var(--line); border-radius: 16px; font-size: 13px; font-weight: 800; }
.presentation-download b { display: inline-block; margin-right: 14px; padding: 8px; border-radius: 6px; background: var(--ink); color: white; font-size: 9px; }
.presentation-download i { font-size: 24px; color: var(--green-dark); font-style: normal; }

.cta-band { overflow: hidden; background: var(--green); padding: 26px 0; }
.cta-marquee { width: max-content; display: flex; gap: 30px; align-items: center; animation: marquee 23s linear infinite; }
.cta-marquee span { font-size: clamp(40px,5vw,72px); font-weight: 900; letter-spacing: -.05em; }
.cta-marquee i { font-style: normal; font-size: 30px; }

.contact { display: grid; grid-template-columns: 1fr .8fr; gap: 9vw; background: var(--ink); color: white; }
.contact .section-kicker { color: var(--green); }
.contact h2 span { color: var(--green); }
.contact-copy > p { max-width: 610px; margin: 34px 0; color: rgba(255,255,255,.64); line-height: 1.7; }
.contact-details { display: grid; gap: 1px; background: rgba(255,255,255,.14); }
.contact-details a { padding: 18px 0; background: var(--ink); display: grid; grid-template-columns: 110px 1fr; }
.contact-details small { color: var(--green); font-size: 9px; letter-spacing: .14em; }
.contact-details strong { font-size: 14px; line-height: 1.45; }
.offer-form { padding: clamp(28px,4vw,58px); border-radius: 28px; background: var(--white); color: var(--ink); }
.form-top { display: flex; justify-content: space-between; margin-bottom: 36px; font-size: 10px; letter-spacing: .16em; font-weight: 900; }
.form-top b { color: var(--green-dark); }
.offer-form label { display: block; margin-bottom: 21px; color: #526469; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; font-weight: 800; }
.offer-form input,.offer-form textarea,.offer-form select { width: 100%; margin-top: 8px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: 13px 0; outline: none; background: transparent; color: var(--ink); text-transform: none; letter-spacing: 0; resize: vertical; }
.offer-form input:focus,.offer-form textarea:focus,.offer-form select:focus { border-color: var(--green-dark); }
.offer-form .button { width: 100%; }
.offer-form > small { display: block; margin-top: 12px; color: #78868a; font-size: 9px; text-align: center; }

footer { display: grid; grid-template-columns: 1.7fr .65fr .85fr .6fr; gap: 5vw; padding: 70px 6vw 28px; background: #091b22; color: white; }
.footer-brand img { width: 190px; height: auto; object-fit: contain; padding: 12px; border-radius: 16px; background: #dfe8d2; }
.footer-brand p { color: rgba(255,255,255,.45); font-size: 12px; }
footer > div:not(.footer-brand):not(.footer-bottom) { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; font-size: 12px; }
footer small { margin-bottom: 8px; color: var(--green); font-size: 9px; letter-spacing: .16em; }
.footer-mark strong { color: rgba(255,255,255,.48); line-height: 1.5; }.footer-mark span { font-size: 10px; }
.footer-bottom { grid-column: 1/-1; margin-top: 35px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: rgba(255,255,255,.36); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

.wp-content-shell { min-height: 70vh; padding: 170px 6vw 100px; }
.wp-entry-card { max-width: 900px; margin: 0 auto 36px; padding: clamp(28px,5vw,64px); border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.wp-entry-card .entry-title { margin: 0 0 28px; font-size: clamp(38px,5vw,72px); line-height: 1; letter-spacing: -.05em; }
.wp-entry-card .entry-content { line-height: 1.75; }
.wp-entry-card .entry-content a { color: var(--green-dark); text-decoration: underline; }
.wp-entry-card .entry-content img { height: auto; }
.comments-area { max-width: 900px; margin: 36px auto 0; padding: 36px; background: var(--white); border-radius: 20px; }
.admin-bar .site-header { top: 46px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr 1fr; padding-left: 4vw; padding-right: 4vw; }
  .hero-visual { min-height: 560px; }.hero-image-wrap { width: 43vw; }.orbit-one { width: 520px;height:520px }.orbit-two{width:630px;height:630px}
  .service-card { grid-template-columns: 54px 1fr; }.service-image { grid-column: 1/-1; height: 330px; }
  .materials { grid-template-columns: 1fr; }.material-selector { grid-template-columns: 240px 1fr; }
}

@media (max-width: 760px) {
  .site-header { min-height: 76px; top: 10px; left: 10px; right: 10px; padding-left: 10px; }.brand,.custom-logo-link { flex-basis: 104px; width:104px;height:62px;padding:3px 7px}.brand img,.custom-logo-link img{width:100%;height:100%}
  .menu-button { position: relative; z-index: 2; width: 44px; height: 44px; border: 0; border-radius: 10px; background: var(--ink); display: grid; place-content: center; gap: 6px; }
  .menu-button span { width: 19px; height: 1px; background: white; }
  nav { display: none; position: absolute; left: 0; right: 0; top: 68px; padding: 24px; border-radius: 16px; background: var(--paper); box-shadow: 0 18px 44px rgba(8,31,38,.18); align-items: stretch; flex-direction: column; }
  nav.nav-open { display: flex; }.nav-cta { justify-content: space-between; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 120px 22px 100px; }
  .hero-copy { padding: 0; }.hero h1 { font-size: clamp(52px,16vw,78px); }.hero-copy>p{font-size:17px}.hero-proof{margin-top:36px}
  .hero-visual { min-height: 500px; margin-top: 30px; }.hero-image-wrap{width:82vw;max-width:470px;aspect-ratio:.84}.orbit-one{width:430px;height:430px}.orbit-two{width:520px;height:520px}.material-float{width:58px;height:58px;font-size:11px}.float-glass{left:0}.float-pet{right:0}
  .hero-bottom-line { justify-content: center; text-align: center; }.hero-bottom-line span:not(:first-child){display:none}
  .section { padding: 86px 22px; }.intro-layout,.process,.contact,.certificate-heading { grid-template-columns: 1fr; }
  .intro h2,.services-heading h2,.materials h2,.process h2,.certificates h2,.contact h2 { font-size: clamp(46px,14vw,68px); }
  .intro-copy{padding-top:38px}.stat-grid { grid-template-columns: 1fr 1fr; margin-top:60px }.stat-grid article:nth-child(2){border-right:0}.stat-grid article:nth-child(n+3){border-top:1px solid var(--line)}
  .services-heading{display:block}.services-heading h2{text-align:left;margin-top:48px}.service-list{padding:0 10px 70px}.service-card{top:84px;min-height:auto;grid-template-columns:42px 1fr;gap:20px;padding:36px 22px}.service-content h3{font-size:42px}.service-image{height:280px}
  .materials { min-height: auto; }.material-selector{grid-template-columns:1fr}.material-buttons{display:grid;grid-template-columns:repeat(2,1fr)}.material-buttons button{grid-template-columns:35px 1fr}.material-display{min-height:440px;padding:32px}.material-orb{width:140px;height:140px}.material-orb span{font-size:42px}
  .process{gap:62px}.process-visual{min-height:480px}.process-badge{right:-4px;top:24px;width:116px;height:116px}.process-badge strong{font-size:30px}
  .presentation-showcase{margin-top:48px;padding:10px;border-radius:18px}.presentation-bar{align-items:flex-start;padding:8px 4px 14px}.presentation-bar>div:first-child{display:block}.presentation-bar strong{display:block;margin-top:6px}.presentation-actions a:first-child{display:none}.presentation-stage{border-radius:11px}.slide-arrow{width:40px;height:40px}.slide-prev{left:8px}.slide-next{right:8px}.slide-counter{right:9px;bottom:9px}.presentation-thumbnails{grid-template-columns:repeat(10,96px);gap:7px}.presentation-thumbnails button{min-width:96px}.document-grid{grid-template-columns:1fr}.document-preview{height:270px}.certificate-heading>p{margin-top:20px}
  .contact{gap:70px}.contact-details a{grid-template-columns:90px 1fr}.offer-form{padding:30px 22px}
  footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-mark{display:none!important}.footer-bottom{flex-direction:column;gap:12px}
  .admin-bar .site-header { top: 56px; }
  .wp-content-shell { padding: 130px 18px 76px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
