:root {
    --navy: #071d41;
    --blue: #0b3b82;
    --orange: #ff7900;
    --cream: #f7f3ea;
    --ink: #14233d;
    --muted: #65738a;
    --line: #dfe5ec;
    --white: #fff;
    --max: 1180px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: "DM Sans", Arial, sans-serif;
    color: var(--ink);
    background: #fff;
    line-height: 1.55
}

a {
    text-decoration: none;
    color: inherit
}

img {
    display: block;
    max-width: 100%
}

.wrap {
    width: min(calc(100% - 44px), var(--max));
    margin: auto
}

.header {
    height: 82px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #edf0f4;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(14px);
    position: sticky;
    top: 0;
    z-index: 20
}

.nav {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 28px
}

.logo {
    width: 190px
}

.logo img {
    width: 190px;
    height: auto;
    max-height: 60px;
    object-fit: contain
}

.nav nav {
    margin-left: auto;
    display: flex;
    gap: 28px;
    font-size: 13px;
    font-weight: 700;
    color: #59677d
}

.nav nav a:hover {
    color: var(--blue)
}

.top-btn {
    background: var(--navy);
    color: #fff;
    border-radius: 8px;
    padding: 12px 17px;
    font-size: 12px;
    font-weight: 800
}

.top-btn b {
    margin-left: 7px;
    color: #ff9b45
}

.hamb {
    display: none;
    background: none;
    border: 0
}

.hero {
    background: var(--cream);
    padding: 68px 0 78px;
    overflow: hidden
}

.hero-layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: center
}

.pill {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #536078;
    display: flex;
    align-items: center;
    gap: 8px
}

.pill span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--orange)
}

h1,
h2,
h3 {
    font-family: Manrope, Arial, sans-serif
}

.hero h1 {
    font-size: clamp(43px, 5.2vw, 70px);
    line-height: 1.03;
    letter-spacing: -.05em;
    margin: 19px 0
}

.hero h1 em,
.contact h2 em {
    color: var(--orange);
    font-style: normal
}

.hero-text>p {
    max-width: 530px;
    color: #65738a;
    font-size: 17px
}

.actions {
    display: flex;
    gap: 11px;
    margin: 28px 0 33px;
    flex-wrap: wrap
}

.btn {
    min-height: 48px;
    padding: 0 18px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 800;
    transition: .2s
}

.btn:hover {
    transform: translateY(-2px)
}

.btn.dark {
    background: var(--navy);
    color: #fff
}

.btn.light {
    background: #fff;
    border: 1px solid #d9e0e9;
    color: var(--navy)
}

.micro {
    display: flex;
    align-items: center;
    gap: 14px
}

.micro>div {
    display: flex;
    align-items: center;
    gap: 8px
}

.micro strong {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    background: var(--orange);
    color: #fff;
    border-radius: 50%;
    font-size: 10px
}

.micro span {
    font-size: 8px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: .08em
}

.micro p {
    font-size: 10px;
    color: #7a8596;
    margin: 0
}

.micro p b {
    color: var(--orange);
    margin: 0 5px
}

.hero-photo {
    position: relative
}

.hero-photo>img {
    width: 100%;
    aspect-ratio: 1.32/1;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 20px 25px 60px rgba(7, 29, 65, .16)
}

.photo-label {
    position: absolute;
    left: -16px;
    top: 18px;
    background: var(--navy);
    color: #fff;
    padding: 12px 15px;
    font-size: 8px;
    letter-spacing: .12em;
    line-height: 1.5;
    z-index: 2
}

.photo-label strong {
    font-size: 12px
}

.photo-stamp {
    position: absolute;
    right: -16px;
    bottom: 22px;
    background: var(--orange);
    color: #fff;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-align: center;
    font-size: 8px;
    line-height: 1.1;
    transform: rotate(10deg);
    box-shadow: 0 12px 25px rgba(255, 121, 0, .25)
}

.photo-stamp strong {
    font-size: 11px
}

.intro {
    padding: 110px 0
}

.intro-grid {
    display: grid;
    grid-template-columns: 80px 1fr 1fr;
    gap: 40px;
    align-items: start
}

.big-number {
    font: 700 17px Manrope;
    color: var(--orange)
}

.overline {
    font-size: 10px;
    letter-spacing: .18em;
    font-weight: 800;
    color: #8490a3
}

.intro h2,
.section-head h2,
.why h2 {
    font-size: clamp(35px, 4vw, 53px);
    line-height: 1.06;
    letter-spacing: -.045em;
    margin: 10px 0
}

.intro-copy {
    padding-top: 37px;
    color: var(--muted);
    font-size: 14px;
    max-width: 470px
}

.intro-copy p:first-child {
    font-size: 17px;
    color: #35445b
}

.products {
    background: var(--navy);
    color: #fff;
    padding: 105px 0
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 35px
}

.section-head h2 {
    margin-bottom: 0
}

.section-head .overline {
    color: #9fb4d2
}

.count {
    font-size: 9px;
    letter-spacing: .15em;
    color: #8ea6c7
}

.product-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(255, 255, 255, .16)
}

.product-list article {
    min-height: 145px;
    padding: 24px 4px 24px 0;
    display: grid;
    grid-template-columns: 48px 1fr 28px;
    gap: 16px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .16)
}

.product-list article:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, .16);
    padding-right: 30px
}

.product-list article:nth-child(even) {
    padding-left: 30px
}

.product-list article>span {
    font-size: 10px;
    color: #7f96b7
}

.product-list h3 {
    font-size: 19px;
    margin: 0 0 4px
}

.product-list p {
    margin: 0;
    color: #9eb0c9;
    font-size: 12px;
    max-width: 360px
}

.product-list article>b {
    font-size: 17px;
    color: var(--orange)
}

.product-list .featured {
    background: var(--orange);
    border-color: transparent
}

.product-list .featured p,
.product-list .featured>span,
.product-list .featured>b {
    color: #fff
}

.why {
    padding: 105px 0
}

.why-top {
    display: grid;
    grid-template-columns: 1fr 1.3fr 1fr;
    gap: 35px;
    align-items: end;
    margin-bottom: 45px
}

.why-top h2 {
    margin: 0
}

.why-top p {
    color: var(--muted);
    font-size: 13px;
    margin: 0
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.why-grid>div {
    padding: 28px 22px 30px 0;
    border-right: 1px solid var(--line)
}

.why-grid>div:not(:first-child) {
    padding-left: 22px
}

.why-grid>div:last-child {
    border: 0
}

.why-grid span {
    font-size: 9px;
    color: var(--orange);
    font-weight: 800
}

.why-grid h3 {
    font-size: 17px;
    margin: 30px 0 8px
}

.why-grid p {
    font-size: 12px;
    color: var(--muted);
    margin: 0
}

.contact {
    background: var(--navy);
    color: #fff;
    padding: 100px 0
}

.contact-layout {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 70px;
    align-items: center
}

.contact .overline {
    color: #8fa9ca
}

.contact h2 {
    font-size: clamp(42px, 5vw, 65px);
    line-height: 1.03;
    letter-spacing: -.05em;
    margin: 12px 0 20px
}

.address {
    color: #b8c8dc;
    font-size: 14px
}

.contact-buttons {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    margin: 28px 0 16px
}

.btn.orange {
    background: var(--orange);
    color: #fff
}

.btn.white {
    background: #fff;
    color: var(--navy)
}

.contact small {
    color: #7890ae;
    font-size: 10px
}

/* ================================
   GOOGLE MAP - RIGHT SIDE
================================ */

.map-card {
  position: relative;
  width: 100%;
  height: 390px;
  overflow: hidden;
  background: #0d3166;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 4px;
}

.map-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.map-overlay {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  background: rgba(7,29,65,.94);
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0,0,0,.2);
  pointer-events: none;
}

.map-overlay span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: #ff7900;
  border-radius: 50%;
  font-size: 16px;
}

.map-overlay strong {
  display: block;
  font-size: 12px;
  font-family: "Manrope", sans-serif;
}

.map-overlay small {
  display: block;
  margin-top: 2px;
  color: #b8c8dc;
  font-size: 9px;
}
/* Remove Orange Product Box */

.product-list .featured {
  background: transparent !important;
  color: #fff !important;
  border-color: rgba(255,255,255,.16) !important;
}

.product-list .featured h3 {
  color: #fff !important;
}

.product-list .featured p {
  color: #9eb0c9 !important;
}

.product-list .featured > span {
  color: #7f96b7 !important;
}

.product-list .featured > b {
  color: #ff7900 !important;
}
/* Footer Center Alignment */
.copyright {
  text-align: center !important;
}

.copyright p {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

footer .copyright {
  width: 100%;
  display: block;
  text-align: center;
}

/* ================================
   MOBILE MAP
================================ */

@media (max-width: 720px) {

  .map-card {
    height: 320px;
  }

  .map-overlay {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

}

.grid-lines {
    position: absolute;
    inset: 0;
    opacity: .35;
    background-image: linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 38px 38px
}

.pin,
.loc-tag,
.location-card h3,
.location-card p,
.location-card a {
    position: relative
}

.pin {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    color: var(--orange);
    font-size: 28px;
    margin-bottom: 15px
}

.loc-tag {
    font-size: 9px;
    letter-spacing: .18em;
    color: #8fa9ca
}

.location-card h3 {
    font-size: 36px;
    margin: 4px 0
}

.location-card p {
    color: #afc1d9;
    margin: 0
}

.location-card a {
    margin-top: 23px;
    background: var(--orange);
    padding: 11px 16px;
    border-radius: 7px;
    font-size: 11px;
    font-weight: 800
}

.location-card a span {
    margin-left: 6px
}

footer {
    background: #04152f;
    color: #aabbd1;
    padding: 55px 0 20px
}

.foot {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 55px;
    padding-bottom: 42px
}

.foot img {
    width: 205px;
    max-height: 70px;
    object-fit: contain;
    object-position: left;
    filter: brightness(0) invert(1)
}

.foot p {
    font-size: 11px;
    margin: 10px 0 0
}

.foot>div>span {
    font-size: 9px;
    letter-spacing: .15em;
    color: #fff;
    font-weight: 800;
    display: block;
    margin-bottom: 15px
}

.foot a {
    display: block;
    font-size: 11px;
    margin: 7px 0
}

.foot a:hover {
    color: #fff
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 18px;
    font-size: 9px;
    color: #7187a3
}

.mobile-bar {
    display: none
}

@media(max-width:900px) {
    .nav nav {
        gap: 16px
    }

    .hero-layout {
        gap: 35px
    }

    .intro-grid {
        grid-template-columns: 45px 1fr
    }

    .intro-copy {
        grid-column: 2;
        padding-top: 0
    }

    .why-top {
        grid-template-columns: 1fr 1fr
    }

    .why-top p {
        grid-column: 2
    }

    .why-grid {
        grid-template-columns: 1fr 1fr
    }

    .why-grid>div:nth-child(2) {
        border-right: 0
    }

    .why-grid>div:nth-child(3) {
        border-top: 1px solid var(--line)
    }

    .why-grid>div:nth-child(4) {
        border-top: 1px solid var(--line)
    }
}

@media(max-width:720px) {
    .header {
        height: 72px
    }

    .nav {
        gap: 12px
    }

    .logo {
        width: 160px
    }

    .logo img {
        width: 160px;
        max-height: 53px
    }

    .hamb {
        display: block;
        margin-left: auto
    }

    .hamb i {
        display: block;
        width: 25px;
        height: 2px;
        background: var(--navy);
        margin: 5px
    }

    .nav nav {
        display: none;
        position: absolute;
        left: 14px;
        right: 14px;
        top: 78px;
        background: #fff;
        border: 1px solid var(--line);
        padding: 8px;
        border-radius: 12px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, .12)
    }

    .nav nav.open {
        display: grid
    }

    .nav nav a {
        padding: 11px
    }

    .top-btn {
        display: none
    }

    .wrap {
        width: min(calc(100% - 28px), var(--max))
    }

    .hero {
        padding: 48px 0 55px
    }

    .hero-layout {
        grid-template-columns: 1fr;
        gap: 35px
    }

    .hero h1 {
        font-size: clamp(42px, 12vw, 60px)
    }

    .hero-photo {
        margin: 0 8px
    }

    .photo-label {
        left: -8px
    }

    .photo-stamp {
        right: -8px
    }

    .intro,
    .products,
    .why,
    .contact {
        padding: 75px 0
    }

    .intro-grid {
        grid-template-columns: 1fr;
        gap: 8px
    }

    .big-number {
        margin-bottom: 8px
    }

    .intro-copy {
        grid-column: auto
    }

    .product-list {
        grid-template-columns: 1fr
    }

    .product-list article:nth-child(odd) {
        border-right: 0;
        padding-right: 4px
    }

    .product-list article:nth-child(even) {
        padding-left: 4px
    }

    .why-top {
        display: block
    }

    .why-top p {
        margin-top: 18px
    }

    .why-grid {
        grid-template-columns: 1fr
    }

    .why-grid>div,
    .why-grid>div:not(:first-child) {
        border-right: 0;
        border-bottom: 1px solid var(--line);
        padding: 25px 0
    }

    .why-grid>div:last-child {
        border-bottom: 0
    }

    .contact-layout {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .location-card {
        height: 320px
    }

    .foot {
        grid-template-columns: 1fr 1fr;
        gap: 35px
    }

    .foot>div:first-child {
        grid-column: 1/-1
    }

    .mobile-bar {
        display: grid;
        position: fixed;
        bottom: 10px;
        left: 10px;
        right: 10px;
        z-index: 30;
        grid-template-columns: repeat(3, 1fr);
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 13px;
        box-shadow: 0 10px 35px rgba(0, 0, 0, .18);
        overflow: hidden
    }

    .mobile-bar a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 55px;
        font-size: 17px;
        color: var(--blue);
        border-right: 1px solid var(--line)
    }

    .mobile-bar a:last-child {
        border: 0;
        color: #14764a
    }

    .mobile-bar span {
        font-size: 9px;
        font-weight: 800;
        margin-top: 1px
    }

    body {
        padding-bottom: 75px
    }
}

@media(max-width:420px) {

    .actions,
    .contact-buttons {
        display: grid;
        grid-template-columns: 1fr
    }

    .btn {
        width: 100%
    }

    .foot {
        grid-template-columns: 1fr
    }

    .foot>div:first-child {
        grid-column: auto
    }
}