:root {
  --petrol: #123f46;
  --petrol-2: #0b2f35;
  --orange: #e87d3e;
  --cream: #f7f7f3;
  --white: #ffffff;
  --ink: #16252a;
  --muted: #657377;
  --line: #dfe6e5;
  --radius: 24px;
  --shadow: 0 24px 60px rgba(18, 63, 70, .12);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  background: rgba(255,255,255,.9); backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(223,230,229,.8);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 7px; font-family: "Manrope", sans-serif; font-weight: 800; font-size: 1.2rem; }
.brand-mark {
  display: grid; place-items: center; width: 36px; height: 36px;
  border-radius: 10px; background: var(--petrol); color: #fff; font-size: .82rem;
}
.brand-text { letter-spacing: -.06em; }
.main-nav { display: flex; align-items: center; gap: 22px; font-size: .9rem; font-weight: 600; }
.main-nav a { transition: .25s ease; }
.main-nav a:hover { color: var(--orange); }
.nav-cta { padding: 11px 16px; border-radius: 999px; background: var(--petrol); color: #fff !important; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; cursor: pointer; }

.hero {
  min-height: 820px; padding: 160px 0 0; overflow: hidden;
  background: radial-gradient(circle at 85% 15%, rgba(232,125,62,.18), transparent 28%),
              linear-gradient(135deg, #f7f7f3 0%, #fff 58%, #edf5f4 100%);
}
.hero-grid { min-height: 670px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; }
.eyebrow { margin: 0 0 18px; color: var(--orange); font-size: .74rem; font-weight: 800; letter-spacing: .18em; }
.hero h1, h2 { font-family: "Manrope", sans-serif; letter-spacing: -.055em; line-height: 1.03; }
.hero h1 { margin: 0; font-size: clamp(3.8rem, 7vw, 6.7rem); }
.hero h1 span, h2 span { color: var(--petrol); }
.hero-text { max-width: 600px; margin: 28px 0 30px; color: var(--muted); font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--petrol); color: #fff; box-shadow: 0 12px 28px rgba(18,63,70,.18); }
.btn-ghost { border: 1px solid var(--line); background: #fff; }
.btn-light { background: #fff; color: var(--petrol); }
.hero-meta { display: flex; gap: 34px; margin-top: 44px; }
.hero-meta div { display: grid; gap: 2px; }
.hero-meta strong { font-size: .88rem; }
.hero-meta span { color: var(--muted); font-size: .78rem; }

.hero-art { position: relative; min-height: 540px; }
.art-orbit { position: absolute; border: 1px solid rgba(18,63,70,.12); border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; top: 25px; left: 25px; }
.orbit-two { width: 350px; height: 350px; top: 90px; left: 90px; border-style: dashed; }
.floating-card {
  position: absolute; background: rgba(255,255,255,.82); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.9); box-shadow: var(--shadow); border-radius: 24px;
}
.card-main { width: 330px; height: 390px; left: 115px; top: 72px; padding: 28px; transform: rotate(5deg); }
.fake-product {
  display: grid; place-items: center; height: 300px; border-radius: 18px;
  background: linear-gradient(145deg, var(--petrol), #2d7079);
  color: #fff; font-family: "Manrope"; font-size: 7rem; font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.2);
}
.card-main span { display: block; margin-top: 15px; font-weight: 800; }
.card-small { padding: 15px 18px; display: flex; gap: 18px; align-items: center; font-size: .82rem; }
.small-one { top: 80px; right: 15px; }
.small-two { bottom: 90px; left: 20px; }
.layer-stack { position: absolute; right: 25px; bottom: 60px; transform: rotate(-18deg); }
.layer-stack i { display: block; width: 115px; height: 9px; margin-top: -1px; border: 1px solid var(--petrol); border-radius: 2px; background: rgba(255,255,255,.5); }
.hero-bottom { display: flex; justify-content: space-around; padding: 17px 20px; background: var(--petrol); color: rgba(255,255,255,.7); font-size: .67rem; letter-spacing: .14em; }

.section { padding: 120px 0; }
.section.light { background: var(--cream); }
.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.section-image { min-height: 550px; border-radius: 30px; overflow: hidden; }
.image-placeholder {
  display: grid; place-items: center; color: rgba(255,255,255,.75);
  background: linear-gradient(135deg, #1d535b, #8da9a7);
}
.image-note { text-align: center; font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.section-copy h2, .section-heading h2 { margin: 0 0 24px; font-size: clamp(2.6rem, 5vw, 4.6rem); }
.section-copy > p:not(.eyebrow), .section-heading > p:not(.eyebrow) { color: var(--muted); }
.section-copy > p { max-width: 660px; }
.text-link { display: inline-block; margin-top: 12px; color: var(--petrol); font-weight: 800; }

.section-heading { max-width: 760px; margin-bottom: 60px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered > p:last-child { max-width: 650px; margin-inline: auto; }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.service-card {
  grid-column: span 2; padding: 30px; min-height: 270px; border: 1px solid var(--line);
  border-radius: var(--radius); background: #fff; transition: transform .25s, box-shadow .25s;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card.featured { grid-column: span 2; background: var(--petrol); color: #fff; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 30px; border-radius: 14px; background: #edf5f4; color: var(--petrol); font-size: 1.25rem; }
.featured .service-icon { background: rgba(255,255,255,.12); color: #fff; }
.service-card h3 { margin: 0 0 10px; font-family: "Manrope"; font-size: 1.2rem; }
.service-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.featured p { color: rgba(255,255,255,.75); }
.service-card a { display: inline-block; margin-top: 20px; font-weight: 800; font-size: .85rem; }

.differentiators { background: var(--petrol); color: #fff; }
.differentiators .eyebrow { color: #f3a36f; }
.differentiators h2 span { color: #fff; }
.diff-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.diff-item { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.22); }
.diff-item strong { color: #f3a36f; font-size: .75rem; }
.diff-item h3 { margin: 45px 0 10px; font-family: "Manrope"; }
.diff-item p { margin: 0; color: rgba(255,255,255,.68); font-size: .9rem; }

.process-line { display: grid; grid-template-columns: repeat(5, 1fr); position: relative; gap: 20px; }
.process-line:before { content: ""; position: absolute; top: 48px; left: 10%; right: 10%; border-top: 1px dashed #b8c8c6; }
.process-step { position: relative; text-align: center; z-index: 1; }
.process-step > span { position: absolute; top: 0; right: 14%; color: #8a9b9e; font-size: .7rem; }
.process-icon { width: 98px; height: 98px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 50%; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 35px rgba(18,63,70,.08); font-size: 1.5rem; }
.process-step h3 { margin: 0 0 8px; font-family: "Manrope"; }
.process-step p { margin: 0 auto; max-width: 180px; color: var(--muted); font-size: .82rem; }

.split-heading { display: flex; justify-content: space-between; gap: 50px; align-items: end; max-width: none; }
.split-heading > p { max-width: 360px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px; gap: 14px; }
.gallery-item { border-radius: 20px; overflow: hidden; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.image-placeholder { background: linear-gradient(145deg, #183f46, #7f9c9a); color: rgba(255,255,255,.8); font-weight: 800; font-size: .72rem; letter-spacing: .13em; text-align: center; }

.business-box { display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: center; }
.business-copy h2 { font-size: clamp(2.7rem, 5vw, 4.5rem); margin: 0 0 24px; }
.business-copy > p:not(.eyebrow) { max-width: 600px; color: var(--muted); }
.business-copy .btn { margin-top: 18px; }
.business-art { min-height: 480px; border-radius: 30px; }

.shop { padding: 80px 0; background: var(--orange); }
.shop-box { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.shop-box h2 { margin: 0 0 8px; color: #fff; font-size: clamp(2.4rem, 5vw, 4.3rem); }
.shop-box p { margin: 0; color: rgba(255,255,255,.82); }

.contact-grid { display: grid; grid-template-columns: 1fr .75fr; gap: 80px; align-items: center; }
.contact-card { padding: 42px; border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.contact-card-label { color: var(--orange); font-size: .72rem; font-weight: 800; letter-spacing: .15em; }
.contact-card h3 { margin: 24px 0 28px; font-family: "Manrope"; font-size: 2rem; line-height: 1.1; }
.btn.full { width: 100%; }
.contact-links { margin-top: 34px; border-top: 1px solid var(--line); }
.contact-links a { display: flex; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid var(--line); font-weight: 700; }

.site-footer { padding: 60px 0 20px; background: #0b292e; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 50px; padding-bottom: 50px; }
.footer-brand { color: #fff; }
.footer-grid p { color: rgba(255,255,255,.55); }
.footer-nav { display: grid; gap: 12px; align-content: start; color: rgba(255,255,255,.65); font-size: .88rem; }
.footer-nav a:hover { color: #fff; }
.footer-bottom { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; color: rgba(255,255,255,.45); font-size: .76rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .main-nav { position: fixed; top: 78px; right: 20px; left: 20px; display: none; padding: 22px; border-radius: 20px; background: #fff; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .main-nav.open { display: flex; }
  .menu-toggle { display: grid; gap: 5px; }
  .menu-toggle span { width: 25px; height: 2px; background: var(--ink); }
  .hero-grid, .split, .business-box, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 130px; }
  .hero-art { min-height: 500px; }
  .service-card, .service-card.featured { grid-column: span 3; }
  .diff-grid { grid-template-columns: repeat(2, 1fr); }
  .process-line { grid-template-columns: repeat(3, 1fr); gap: 45px 20px; }
  .process-line:before { display: none; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item.tall { grid-row: span 1; }
  .gallery-item.wide { grid-column: span 2; }
  .shop-box, .split-heading { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero { min-height: auto; padding-bottom: 0; }
  .hero h1 { font-size: 3.5rem; }
  .hero-art { transform: scale(.82); transform-origin: center; margin: -35px -60px; }
  .hero-bottom { gap: 28px; justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .hero-meta { gap: 20px; flex-direction: column; }
  .section { padding: 80px 0; }
  .section-image, .business-art { min-height: 380px; }
  .service-grid, .diff-grid, .process-line { grid-template-columns: 1fr; }
  .service-card, .service-card.featured { grid-column: auto; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .gallery-item.wide { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { gap: 15px; flex-direction: column; }
}
