@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');
:root{
  --gw-gold:#C79A2B; --gw-gold-strong:#A97C12; --gw-teal:#0F5961; --gw-teal-strong:#073F46;
  --gw-charcoal:#101516; --gw-ink:#172022; --gw-muted:#5E686A; --gw-line:#D9E0DE;
  --gw-surface:#F8FAF8; --gw-surface-2:#EEF3F1; --gw-white:#FFFFFF;
  --radius-sm:12px; --radius-md:20px; --radius-lg:28px; --radius-xl:36px;
  --shadow-1:0 2px 8px rgba(16,21,22,.08); --shadow-2:0 12px 34px rgba(16,21,22,.12);
  --max:1240px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--gw-ink);background:var(--gw-surface);line-height:1.6} a{color:inherit;text-decoration:none} img,video{max-width:100%;display:block} button,input,select,textarea{font:inherit} button{cursor:pointer}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}.section{padding:96px 0}.section-tight{padding:64px 0}.dark{background:var(--gw-charcoal);color:#fff}.teal{background:var(--gw-teal-strong);color:#fff}.eyebrow{font-size:.74rem;letter-spacing:.16em;font-weight:800;color:var(--gw-teal);margin-bottom:12px}.dark .eyebrow,.teal .eyebrow{color:#B9D7D4}.gold-eyebrow{color:var(--gw-gold)!important}.display{font-family:Manrope,sans-serif;font-size:clamp(3rem,7vw,6.6rem);line-height:.96;letter-spacing:-.055em;margin:0}.section h2{font-family:Manrope,sans-serif;font-size:clamp(2rem,4vw,3.6rem);line-height:1.02;letter-spacing:-.04em;margin:0 0 18px}.section h3{font-family:Manrope,sans-serif;line-height:1.1}.muted{color:var(--gw-muted)}.dark .muted{color:#C7D0CF}.center{text-align:center}
/* M3-inspired app bar */
.nav{position:sticky;top:0;z-index:50;background:rgba(248,250,248,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(217,224,222,.75)}.nav-inner{min-height:76px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:10px;min-width:max-content}.brand img{width:154px;height:auto}.navlinks{display:flex;align-items:center;gap:4px;margin-left:auto}.navlinks>a,.navlinks button{padding:11px 14px;border-radius:999px;border:0;background:transparent;color:#273335;font-size:.9rem;font-weight:600}.navlinks>a:hover,.navlinks button:hover,.navlinks .active{background:var(--gw-surface-2);color:var(--gw-teal-strong)}.nav-cta{background:var(--gw-gold)!important;color:#161616!important;padding-inline:18px!important}.menu{display:none;margin-left:auto;border:0;background:transparent;font-size:26px}.lang{position:relative}.lang-menu{position:absolute;right:0;top:46px;background:#fff;border:1px solid var(--gw-line);border-radius:16px;box-shadow:var(--shadow-2);padding:8px;min-width:150px;display:none}.lang-menu.open{display:block}.lang-menu a{display:block;padding:9px 12px;border-radius:10px;font-size:.88rem}.lang-menu a:hover{background:var(--gw-surface-2)}
/* Hero */
.hero{min-height:calc(100vh - 76px);background:var(--gw-charcoal);color:#fff;display:grid;align-items:end;overflow:hidden;position:relative}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,14,15,.94) 0%,rgba(8,14,15,.68) 45%,rgba(8,14,15,.25) 100%),linear-gradient(0deg,rgba(8,14,15,.88) 0%,transparent 52%);z-index:2}.hero-media{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center 45%;filter:saturate(.9)}.hero-content{position:relative;z-index:3;padding:clamp(90px,12vh,150px) 0 58px;max-width:900px}.hero .eyebrow{color:#C6DCD9}.hero h1{font-family:Manrope,sans-serif;font-size:clamp(3.3rem,7.4vw,7.4rem);line-height:.91;letter-spacing:-.06em;margin:0 0 28px;max-width:980px}.hero p{font-size:clamp(1rem,1.5vw,1.25rem);max-width:720px;color:#D8E1E0;margin:0}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.trust-strip{display:flex;flex-wrap:wrap;gap:10px;margin-top:38px}.trust-pill{border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:8px 13px;font-size:.72rem;letter-spacing:.11em;font-weight:800;color:#E7ECEB;background:rgba(255,255,255,.05)}
/* Buttons */
.btn{min-height:48px;border-radius:999px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;font-weight:800;font-size:.88rem;transition:.2s ease}.btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-1)}.btn-gold{background:var(--gw-gold);color:#171717}.btn-light{background:#fff;color:var(--gw-teal-strong)}.btn-tonal{background:#DCEBE8;color:var(--gw-teal-strong)}.btn-outline{border-color:var(--gw-teal);color:var(--gw-teal);background:transparent}.dark .btn-outline{border-color:#AFC8C5;color:#E6F0EF}.btn-ghost{border-color:rgba(255,255,255,.3);color:#fff;background:rgba(255,255,255,.04)}
/* layout */
.section-head{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:end;margin-bottom:42px}.section-head>p{margin:0;color:var(--gw-muted);max-width:540px}.dark .section-head>p,.teal .section-head>p{color:#C7D0CF}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:#fff;border:1px solid var(--gw-line);border-radius:var(--radius-md);padding:26px;box-shadow:0 1px 2px rgba(0,0,0,.03)}.dark .card{background:#171E20;border-color:#2B3738}.card:hover{box-shadow:var(--shadow-1)}.number{font-family:Manrope;font-size:2rem;font-weight:800;color:var(--gw-gold);margin-bottom:20px}.icon{width:42px;height:42px;border-radius:14px;background:#E0ECEA;color:var(--gw-teal-strong);display:grid;place-items:center;font-weight:800;margin-bottom:18px}.dark .icon{background:#243A3B;color:#CFE2DF}.tag{display:inline-flex;align-items:center;min-height:26px;padding:4px 9px;border-radius:999px;background:#E4EFED;color:var(--gw-teal-strong);font-size:.67rem;font-weight:800;letter-spacing:.08em}.dark .tag{background:#254144;color:#D2E8E5}.arrow{color:var(--gw-gold-strong);font-weight:800}.commodity-card{min-height:300px;display:flex;flex-direction:column;justify-content:space-between}.commodity-card h3{font-size:1.55rem;margin:20px 0 10px}.commodity-card p{color:var(--gw-muted)}.dark .commodity-card p{color:#BFCBCA}
/* Image sections */
.media-card{overflow:hidden;border-radius:var(--radius-lg);background:#fff;border:1px solid var(--gw-line)}.media-card img{width:100%;height:100%;object-fit:cover}.origin-photo{min-height:540px}.origin-copy{display:flex;align-items:center}.origin-copy-inner{max-width:570px}.quote{border-radius:var(--radius-xl);background:var(--gw-teal-strong);color:#fff;padding:50px;display:flex;justify-content:space-between;gap:35px;align-items:end}.quote h2{max-width:750px}.quote p{color:#C8DBD8;max-width:680px;margin-bottom:0}
/* product catalog */
.filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:30px}.filter{border:1px solid var(--gw-line);background:#fff;color:var(--gw-ink);border-radius:999px;padding:9px 15px;font-weight:700;font-size:.8rem}.filter.active{background:var(--gw-teal-strong);border-color:var(--gw-teal-strong);color:#fff}.product-card{padding:0;overflow:hidden;display:flex;flex-direction:column}.product-thumb{height:230px;background:linear-gradient(135deg,#17383b,#0c2427);position:relative;overflow:hidden}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-thumb .placeholder{height:100%;display:grid;place-items:center;padding:20px;text-align:center;color:#CFE2DF;font-family:Manrope;font-size:1.4rem}.product-body{padding:24px}.product-body h3{font-size:1.45rem;margin:13px 0 8px}.product-body p{color:var(--gw-muted);margin-top:0}.product-meta{display:flex;gap:7px;flex-wrap:wrap;margin-top:18px}.meta{font-size:.72rem;border:1px solid var(--gw-line);padding:6px 9px;border-radius:9px;color:#465254}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:22px}
/* detail */
.product-hero{padding:70px 0 50px;background:var(--gw-surface-2)}.product-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}.product-visual{background:#fff;border:1px solid var(--gw-line);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-1)}.product-visual img{width:100%;height:560px;object-fit:cover}.product-hero h1{font-family:Manrope;font-size:clamp(2.7rem,5vw,5rem);line-height:.98;letter-spacing:-.05em;margin:10px 0 18px}.product-hero .lead{font-size:1.05rem;color:var(--gw-muted);max-width:650px}.spec-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.spec{padding:18px;background:#fff;border:1px solid var(--gw-line);border-radius:16px}.spec small{display:block;color:var(--gw-muted);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.spec strong{display:block;margin-top:5px;font-size:1rem}.status-note{font-size:.78rem;color:#6D7779;background:#F0F4F3;border-radius:12px;padding:11px 13px;margin-top:18px}.detail-split{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px}.checklist{display:grid;gap:12px}.check{display:flex;gap:12px;align-items:flex-start}.check b{color:var(--gw-teal-strong)}
/* forms */
.form-shell{max-width:900px;margin:auto;background:#fff;border:1px solid var(--gw-line);border-radius:var(--radius-xl);padding:34px;box-shadow:var(--shadow-2)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:.78rem;font-weight:800;color:#394547}.field input,.field select,.field textarea{width:100%;border:1px solid #C9D2D0;border-radius:14px;background:#fff;min-height:48px;padding:12px 14px;outline:none}.field textarea{min-height:130px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--gw-teal);box-shadow:0 0 0 3px rgba(15,89,97,.12)}.checks{display:flex;flex-wrap:wrap;gap:10px}.check-pill{border:1px solid var(--gw-line);border-radius:999px;padding:8px 12px;font-size:.78rem;background:#fff}.check-pill input{margin-right:6px}.success{display:none;padding:18px;background:#E4F1EE;border-radius:14px;color:var(--gw-teal-strong);margin-bottom:20px}.success.show{display:block}
/* footer */
.footer{background:#0A1011;color:#C8D0CF;padding:68px 0 28px}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .7fr .8fr;gap:40px}.footer .brand img{filter:none}.footer h4{color:#fff;margin:0 0 15px}.footer a:hover{color:#fff}.footer-bottom{border-top:1px solid #263031;margin-top:45px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:.75rem;color:#899594}
/* mobile */
@media(max-width:1000px){.navlinks{display:none}.menu{display:block}.grid-4{grid-template-columns:repeat(2,1fr)}.section-head{grid-template-columns:1fr;gap:15px}.product-hero-grid,.detail-split{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.container{width:min(var(--max),calc(100% - 28px))}.section{padding:68px 0}.section-tight{padding:48px 0}.hero{min-height:720px}.hero-content{padding-bottom:40px}.hero h1{font-size:3.2rem}.grid-2,.grid-3,.grid-4,.form-grid,.spec-grid{grid-template-columns:1fr}.quote{padding:32px;flex-direction:column;align-items:flex-start}.origin-photo{min-height:360px}.product-visual img{height:390px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.brand img{width:138px}.nav-inner{min-height:68px}.nav{position:sticky}}
.navlinks.mobile-open{display:flex;position:absolute;top:72px;left:14px;right:14px;padding:10px;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--gw-line);border-radius:18px;box-shadow:var(--shadow-2)}
.product-thumb .placeholder small{display:block;font-family:Inter;font-size:.72rem;font-weight:600;color:#91AAA7;margin-top:6px}

/* =========================================================
   GOLDWATER HEADER REFINEMENT — 2026
   Larger navigation + properly cropped brand mark
   ========================================================= */

.nav {
    min-height: 76px;
}

.nav-inner {
    min-height: 76px;
    gap: 28px;
}

.brand {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.brand img {
    display: block;
    width: 235px !important;
    height: auto !important;
    max-height: 58px;
    object-fit: contain;
}

.navlinks {
    display: flex;
    align-items: center;
    gap: 26px;
}

.navlinks > a:not(.nav-cta),
.navlinks .lang > button {
    font-size: 15.5px !important;
    line-height: 1.2;
    font-weight: 600 !important;
    letter-spacing: -0.01em;
}

.navlinks > a:not(.nav-cta) {
    white-space: nowrap;
}

.navlinks > a:not(.nav-cta):hover {
    opacity: 0.78;
}

.lang button {
    padding: 8px 2px;
    font-weight: 600;
}

.nav-cta {
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.01em;
    white-space: nowrap;
    padding: 12px 19px !important;
}

@media (max-width: 1200px) {
    .nav-inner {
        gap: 20px;
    }

    .brand img {
        width: 210px !important;
    }

    .navlinks {
        gap: 18px;
    }

    .navlinks > a:not(.nav-cta),
    .navlinks .lang > button {
        font-size: 14px !important;
    }

    .nav-cta {
        font-size: 13px !important;
        padding: 11px 15px !important;
    }
}

@media (max-width: 980px) {
    .nav {
        min-height: 68px;
    }

    .nav-inner {
        min-height: 68px;
    }

    .brand img {
        width: 195px !important;
        max-height: 52px;
    }
}

@media (max-width: 760px) {
    .brand img {
        width: 180px !important;
        max-height: 48px;
    }
}


/* =========================================================
   GOLDWATER PREMIUM HEADER — ROUND 2
   Stronger brand presence + larger navigation
   ========================================================= */

.nav {
    min-height: 88px;
    height: 88px;
}

.nav-inner {
    min-height: 88px;
    height: 88px;
    max-width: 1440px;
    gap: 34px;
}

/* BRAND */
.brand {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    min-width: 270px;
}

.brand img {
    display: block;
    width: 270px !important;
    height: auto !important;
    max-width: none !important;
    max-height: 68px !important;
    object-fit: contain;
}

/* NAVIGATION */
.navlinks {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    flex: 1;
}

.navlinks > a:not(.nav-cta),
.navlinks .lang > button {
    font-size: 17px !important;
    line-height: 1.25;
    font-weight: 600 !important;
    letter-spacing: -0.015em;
}

.navlinks > a:not(.nav-cta) {
    white-space: nowrap;
    padding: 8px 0;
}

.navlinks > a:not(.nav-cta):hover {
    opacity: .72;
}

/* LANGUAGE */
.lang button {
    font-size: 16px !important;
    padding: 10px 2px;
}

/* PRIMARY CTA */
.nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: .005em;
    white-space: nowrap;
}

/* TABLET */
@media (max-width: 1250px) {
    .nav-inner {
        max-width: 1180px;
        gap: 22px;
    }

    .brand {
        min-width: 225px;
    }

    .brand img {
        width: 225px !important;
        max-height: 58px !important;
    }

    .navlinks {
        gap: 19px;
    }

    .navlinks > a:not(.nav-cta),
    .navlinks .lang > button {
        font-size: 15px !important;
    }

    .nav-cta {
        min-height: 44px;
        padding: 0 16px !important;
        font-size: 13px !important;
    }
}

/* MOBILE */
@media (max-width: 760px) {
    .nav,
    .nav-inner {
        min-height: 70px;
        height: 70px;
    }

    .brand {
        min-width: 0;
    }

    .brand img {
        width: 190px !important;
        max-height: 50px !important;
    }
}


/* =========================================================
   GOLDWATER HEADER — ROUND 3
   FINAL DESKTOP SCALE
   ========================================================= */

@media (min-width: 1251px) {

    .nav {
        height: 94px !important;
        min-height: 94px !important;
    }

    .nav-inner {
        width: 100% !important;
        max-width: 1500px !important;
        height: 94px !important;
        min-height: 94px !important;
        padding-left: 28px !important;
        padding-right: 28px !important;
        gap: 38px !important;
    }

    .brand {
        width: 300px !important;
        min-width: 300px !important;
        flex: 0 0 300px !important;
    }

    .brand img {
        width: 300px !important;
        max-width: 300px !important;
        height: auto !important;
        max-height: 76px !important;
        object-fit: contain !important;
    }

    .navlinks {
        flex: 1 1 auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 30px !important;
    }

    .navlinks > a:not(.nav-cta),
    .navlinks .lang > button {
        font-size: 17px !important;
        font-weight: 600 !important;
        line-height: 1.25 !important;
    }

    .navlinks > a:not(.nav-cta) {
        padding: 10px 0 !important;
        white-space: nowrap !important;
    }

    .lang button {
        font-size: 16px !important;
    }

    .nav-cta {
        min-height: 48px !important;
        padding: 0 22px !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        white-space: nowrap !important;
    }
}

/* Larger desktop screens */
@media (min-width: 1500px) {

    .nav-inner {
        max-width: 1560px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        gap: 44px !important;
    }

    .brand {
        width: 320px !important;
        min-width: 320px !important;
        flex-basis: 320px !important;
    }

    .brand img {
        width: 320px !important;
        max-width: 320px !important;
    }

    .navlinks {
        gap: 34px !important;
    }

    .navlinks > a:not(.nav-cta),
    .navlinks .lang > button {
        font-size: 18px !important;
    }

    .nav-cta {
        font-size: 15px !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}


/* =========================================================
   GOLDWATER BRAND LOGO — HEADER + FOOTER
   Transparent logo treatment
   ========================================================= */

.brand img {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Footer brand */
.footer .footer-grid > div:first-child img {
    display: block !important;
    width: 300px !important;
    max-width: 100% !important;
    height: auto !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    object-fit: contain !important;
    margin-bottom: 24px !important;
}

/* Remove any accidental image framing */
.footer img {
    mix-blend-mode: normal;
}

/* Footer spacing */
.footer .footer-grid {
    align-items: start;
}

@media (max-width: 760px) {
    .footer .footer-grid > div:first-child img {
        width: 240px !important;
    }
}


/* =========================================================
   GOLDWATER BRAND ASSET FIX
   One true transparent logo for header + footer
   ========================================================= */

.brand img,
.footer img {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Header logo */
.brand img {
    display: block !important;
    object-fit: contain !important;
}

/* Footer logo */
.footer .footer-grid > div:first-child img {
    display: block !important;
    width: 300px !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 0 24px 0 !important;
}

/* Never create a visual frame around the brand */
.footer .footer-grid > div:first-child {
    background: transparent !important;
}

/* Mobile */
@media (max-width: 760px) {
    .footer .footer-grid > div:first-child img {
        width: 240px !important;
    }
}


/* =========================================================
   HOW WE WORK — CARD VISIBILITY FIX
   Dark/teal section contains white cards, so card content
   must explicitly use dark text instead of inherited light text.
   ========================================================= */

.section.dark .card,
.section.teal .card {
    color: #17212B !important;
    background: #FFFFFF !important;
}

.section.dark .card h3,
.section.teal .card h3 {
    color: #17212B !important;
}

.section.dark .card p,
.section.teal .card p {
    color: #52606D !important;
}

.section.dark .card .eyebrow,
.section.teal .card .eyebrow {
    color: #0B8F9E !important;
}

.section.dark .card .number,
.section.teal .card .number {
    color: #C9971A !important;
}


/* =========================================================
   GOLDWATER FOOTER — COMPANY CONTACT BLOCK
   ========================================================= */

.footer-company-name {
    margin-bottom: 18px !important;
}

.footer-company-name strong {
    color: inherit;
}

.footer-address {
    line-height: 1.65 !important;
    margin-bottom: 22px !important;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.footer-contact a {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    text-decoration: none;
    color: inherit;
    line-height: 1.45;
}

.footer-contact a:hover {
    opacity: .78;
}

.footer-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.footer-icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

@media (max-width: 760px) {
    .footer-contact {
        gap: 15px;
    }
}

