:root {
  --tiffany: #82c0b4;
  --tiffany-dark: #5ca99b;
  --delft: #2c3664;
  --delft-deep: #20294f;
  --jet: #292929;
  --silver: #a2a2a2;
  --soft: #f3f8f7;
  --soft-blue: #f2f4f9;
  --border: #dfe8e6;
  --white: #fff;
  --font-brand: Mundial, Manrope, "Segoe UI", Arial, sans-serif;
  --shadow-sm: 0 12px 40px rgba(44, 54, 100, .07);
  --shadow-lg: 0 28px 70px rgba(25, 34, 71, .16);
}

html { scroll-behavior: smooth; }
body { color: var(--jet); font-family: var(--font-brand); background: #fff; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(130, 192, 180, .55); outline-offset: 3px; }
section[id] { scroll-margin-top: 84px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 2000; padding: .75rem 1rem; border-radius: .5rem; color: #fff; background: var(--delft); }
.skip-link:focus { top: 1rem; }
.container-xxl { max-width: 1420px; }
.section-space { padding: 7.5rem 0; }
.bg-soft { background: var(--soft); }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin-bottom: 1.1rem; color: var(--delft); font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 3px; background: var(--tiffany); border-radius: 99px; }
.eyebrow-light { color: #d6f2ec; }
.section-title { max-width: 780px; margin: 0; color: var(--delft); font-size: clamp(2.45rem, 4.3vw, 4.65rem); font-weight: 600; line-height: 1.02; letter-spacing: -.045em; }
.section-heading > p { max-width: 420px; margin: 0; color: #69727a; line-height: 1.75; }

/* Header */
.site-header { background: rgba(255, 255, 255, .96); border-bottom: 1px solid rgba(44, 54, 100, .09); box-shadow: 0 3px 20px rgba(38, 47, 84, .04); backdrop-filter: blur(16px); }
.site-header .navbar { min-height: 80px; padding: .45rem 0; }
.navbar-brand img { display: block; width: 184px; height: auto; }
.navbar-nav { gap: .15rem; }
.navbar-nav .nav-link { position: relative; padding: .8rem .85rem !important; color: #505665; font-size: .92rem; font-weight: 600; }
.navbar-nav .nav-link::after { position: absolute; bottom: .42rem; left: .85rem; width: 0; height: 2px; content: ""; background: var(--tiffany); transition: width .2s ease; }
.navbar-nav .nav-link:hover { color: var(--delft); }
.navbar-nav .nav-link:hover::after { width: 22px; }
.navbar-toggler { padding: .45rem; border: 0; box-shadow: none !important; }
.quote-header-btn { display: inline-flex; height: 42px; align-items: center; gap: .55rem; padding: 0 .8rem; color: var(--delft); border: 0; border-radius: .55rem; background: transparent; font-size: .86rem; font-weight: 700; }
.quote-header-btn:hover { background: var(--soft); }
.quote-count { display: inline-grid; min-width: 23px; height: 23px; place-items: center; padding: 0 .25rem; color: var(--delft); border-radius: 99px; background: var(--tiffany); font-size: .72rem; font-weight: 800; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; border-radius: .55rem; font-weight: 700; transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-brand { color: #fff; border-color: var(--delft); background: var(--delft); }
.btn-brand:hover, .btn-brand:focus { color: #fff; border-color: #232c53; background: #232c53; box-shadow: 0 10px 25px rgba(44, 54, 100, .2); }
.btn-mint { color: #182044; border-color: var(--tiffany); background: var(--tiffany); }
.btn-mint:hover, .btn-mint:focus { color: #182044; border-color: #93d2c6; background: #93d2c6; }
.btn-outline-brand { color: var(--delft); border-color: rgba(44, 54, 100, .25); background: #fff; }
.btn-outline-brand:hover { color: #fff; border-color: var(--delft); background: var(--delft); }
.btn-added { color: #27665a; border-color: #cbe7e1; background: #eaf7f4; }
.btn-added:hover { color: #1f594f; background: #def1ed; }

/* Hero */
.hero-section { min-height: 860px; padding-top: 80px; color: #fff; background: var(--delft); }
.hero-grid { display: grid; min-height: 780px; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); }
.hero-copy { display: flex; align-items: center; background: var(--delft); }
.hero-copy-inner { width: 100%; max-width: 780px; margin-left: auto; padding: 5rem clamp(2rem, 5vw, 5.25rem) 4rem max(1.5rem, calc((100vw - 1420px) / 2 + 1rem)); }
.hero-copy h1 { max-width: 750px; margin: 0; font-size: clamp(3.9rem, 6.5vw, 7.5rem); font-weight: 600; line-height: .91; letter-spacing: -.06em; }
.hero-lead { max-width: 670px; margin: 2rem 0 0; color: rgba(255, 255, 255, .72); font-size: clamp(1.08rem, 1.5vw, 1.32rem); line-height: 1.65; }
.hero-copy .btn-lg { min-height: 57px; padding: .75rem 1.5rem; font-size: .98rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 2.2rem; margin-top: 4.2rem; padding-top: 1.7rem; border-top: 1px solid rgba(255, 255, 255, .13); }
.hero-trust div { display: flex; flex-direction: column; }
.hero-trust strong { color: var(--tiffany); font-size: 1.35rem; }
.hero-trust span { margin-top: .15rem; color: rgba(255,255,255,.55); font-size: .75rem; }
.hero-visual { position: relative; min-height: 780px; overflow: hidden; background: #dbeeed; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(44,54,100,.35), transparent 40%), linear-gradient(0deg, rgba(20,29,61,.2), transparent 45%); }
.hero-card { position: absolute; z-index: 2; right: 2.2rem; bottom: 2.2rem; left: 2.2rem; max-width: 480px; padding: 1.7rem; border: 1px solid rgba(255,255,255,.25); border-radius: 1rem; background: rgba(32, 41, 79, .88); box-shadow: var(--shadow-lg); backdrop-filter: blur(14px); }
.hero-card-kicker { display: block; margin-bottom: .55rem; color: var(--tiffany); font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero-card strong { display: block; font-size: 1.35rem; }
.hero-card p { margin: .55rem 0 1rem; color: rgba(255,255,255,.66); font-size: .86rem; line-height: 1.55; }
.hero-card a { color: var(--tiffany); font-size: .84rem; font-weight: 800; }

/* Content */
.confidence-strip { border-bottom: 1px solid var(--border); background: #fff; }
.confidence-item { display: flex; min-height: 170px; gap: 1.2rem; padding: 2.2rem 1.6rem; border-right: 1px solid var(--border); }
.confidence-item:last-child { border-right: 0; }
.confidence-item > span { color: var(--tiffany-dark); font-size: .72rem; font-weight: 800; }
.confidence-item strong { display: block; margin-bottom: .45rem; color: var(--delft); font-size: 1.06rem; }
.confidence-item p { margin: 0; color: #737b81; font-size: .85rem; line-height: 1.6; }
.about-lead { margin-bottom: 1.25rem; color: #3f4652; font-size: clamp(1.35rem, 2vw, 1.75rem); line-height: 1.55; }
.about-section .col-lg-7 > p:not(.about-lead) { max-width: 800px; color: #6c747b; line-height: 1.75; }
.values-row { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2rem; }
.values-row span { padding: .55rem .9rem; color: var(--delft); border: 1px solid #d8e4e2; border-radius: 99px; background: var(--soft); font-size: .76rem; font-weight: 700; }
.service-card { position: relative; min-height: 310px; height: 100%; padding: 2rem; border: 1px solid #dce8e5; border-radius: 1.1rem; background: #fff; box-shadow: 0 12px 36px rgba(44,54,100,.03); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.service-card > span { color: var(--tiffany-dark); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.service-card h3 { max-width: 350px; margin: 4rem 0 1rem; color: var(--delft); font-size: 1.55rem; font-weight: 600; line-height: 1.2; }
.service-card p { margin: 0; color: #737b82; font-size: .9rem; line-height: 1.7; }
.service-card a { display: inline-block; margin-top: 1.5rem; color: var(--delft); font-size: .84rem; font-weight: 800; }
.service-card-main { color: #fff; border-color: var(--delft); background: var(--delft); }
.service-card-main h3, .service-card-main a { color: #fff; }
.service-card-main p { color: rgba(255,255,255,.67); }
.service-card-cta { color: #fff; border-color: var(--tiffany-dark); background: var(--tiffany-dark); }
.service-card-cta > span, .service-card-cta h3 { color: #fff; }
.service-card-cta p { color: rgba(255,255,255,.75); }
.service-card-cta .btn { margin-top: 1.5rem; }

/* Categories */
.category-showcase { padding: 6.5rem 0; color: #fff; background: var(--delft-deep); }
.category-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; }
.category-intro h2 { max-width: 820px; margin: 0; font-size: clamp(2.6rem, 4.8vw, 5.2rem); font-weight: 600; line-height: 1; letter-spacing: -.045em; }
.category-intro > p { max-width: 390px; margin: 0; color: rgba(255,255,255,.6); line-height: 1.7; }
.category-links { display: grid; margin-top: 4rem; border-top: 1px solid rgba(255,255,255,.14); grid-template-columns: repeat(5, 1fr); }
.category-link { display: flex; min-height: 230px; flex-direction: column; align-items: flex-start; padding: 1.6rem 1.3rem; color: #fff; border: 0; border-right: 1px solid rgba(255,255,255,.14); background: transparent; text-align: left; transition: background .2s ease, color .2s ease; }
.category-link:last-child { border-right: 0; }
.category-link:hover { color: var(--delft-deep); background: var(--tiffany); }
.category-link > span { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: auto; color: var(--tiffany); border: 1px solid rgba(130,192,180,.45); border-radius: .7rem; font-size: .75rem; font-weight: 800; }
.category-link:hover > span { color: var(--delft-deep); border-color: rgba(44,54,100,.25); }
.category-link strong { display: block; margin-top: 2rem; font-size: 1.12rem; }
.category-link small { margin-top: .3rem; color: rgba(255,255,255,.48); }
.category-link:hover small { color: rgba(44,54,100,.68); }

/* Catalog */
.catalog-toolbar { position: sticky; z-index: 20; top: 80px; display: flex; align-items: center; gap: 1rem; margin-top: 3rem; padding: 1rem 0; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.search-box { position: relative; min-width: 300px; flex: 1; }
.search-box > span { position: absolute; z-index: 2; top: 50%; left: 1.1rem; color: #707983; font-size: 1.4rem; transform: translateY(-52%); }
.search-box .form-control { height: 52px; padding-left: 3rem; border-color: #dce5e4; border-radius: .7rem; background: #f7f9fa; }
.search-box .form-control:focus { border-color: var(--tiffany); box-shadow: 0 0 0 .2rem rgba(130,192,180,.2); }
.filter-scroll { display: flex; gap: .5rem; overflow-x: auto; scrollbar-width: thin; }
.filter-pill { flex: 0 0 auto; padding: .65rem 1rem; color: #59616b; border: 1px solid #dfe6e5; border-radius: 99px; background: #fff; font-size: .8rem; font-weight: 700; white-space: nowrap; }
.filter-pill.active, .filter-pill:hover { color: #fff; border-color: var(--delft); background: var(--delft); }
.catalog-meta { display: flex; justify-content: space-between; margin: 1.2rem 0; color: #6d757d; font-size: .82rem; }
.catalog-meta strong { color: var(--delft); }
.catalog-meta button { padding: 0; color: var(--delft); border: 0; background: transparent; font-weight: 800; }
.product-card { display: flex; overflow: hidden; flex-direction: column; border: 1px solid #e0e7e6; border-radius: 1rem; background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.product-card:hover { transform: translateY(-5px); border-color: #c3dad5; box-shadow: var(--shadow-sm); }
.product-media { position: relative; display: block; width: 100%; aspect-ratio: 1.12 / 1; overflow: hidden; padding: 0; border: 0; background: linear-gradient(145deg, #f7faf9, #edf3f2); }
.product-media img { width: 100%; height: 100%; padding: 1.35rem; object-fit: contain; transition: transform .35s ease; mix-blend-mode: multiply; }
.product-card:hover .product-media img { transform: scale(1.04); }
.product-brand { position: absolute; top: .8rem; left: .8rem; padding: .35rem .55rem; color: var(--delft); border: 1px solid rgba(44,54,100,.1); border-radius: .35rem; background: rgba(255,255,255,.88); font-size: .62rem; font-weight: 800; letter-spacing: .1em; }
.product-body { display: flex; flex: 1; flex-direction: column; padding: 1.35rem; }
.product-category { margin: 0; color: var(--tiffany-dark); font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-title { margin-top: .45rem; padding: 0; color: var(--delft); border: 0; background: transparent; font-size: 1.27rem; font-weight: 700; line-height: 1.2; text-align: left; }
.product-title:hover { color: #53609c; }
.product-copy { min-height: 65px; margin: .8rem 0 0; color: #727a80; font-size: .83rem; line-height: 1.55; }
.product-actions { display: grid; gap: .5rem; margin-top: auto; padding-top: 1.2rem; grid-template-columns: 1fr 1fr; }
.product-actions .btn { min-height: 41px; padding: .5rem .65rem; font-size: .75rem; }
.empty-state { padding: 5rem 1rem; border: 1px dashed #bfd2ce; border-radius: 1rem; background: var(--soft); text-align: center; }
.empty-state > span { display: grid; width: 58px; height: 58px; place-items: center; margin: 0 auto 1.2rem; color: var(--delft); border-radius: 50%; background: #dcedea; font-size: 1.4rem; font-weight: 800; }
.empty-state h3 { color: var(--delft); }
.empty-state p { color: #727a80; }
.special-request-section { padding: 0 0 7.5rem; }
.special-request-card { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; padding: 4rem; color: #fff; border-radius: 1.2rem; background: var(--delft); }
.special-request-card > div { max-width: 820px; }
.special-kicker { color: var(--tiffany); font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.special-request-card h2 { margin: 1rem 0; font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 600; line-height: 1.02; letter-spacing: -.04em; }
.special-request-card p { max-width: 700px; margin: 0; color: rgba(255,255,255,.65); line-height: 1.7; }
.special-request-card .btn { flex: 0 0 auto; }

/* Process */
.process-heading { max-width: 860px; }
.process-grid { position: relative; display: grid; margin-top: 4rem; grid-template-columns: repeat(5, 1fr); }
.process-grid::before { position: absolute; z-index: 0; top: 34px; right: 8%; left: 8%; height: 1px; content: ""; background: #cadbd7; }
.process-grid article { position: relative; z-index: 1; padding: 0 1rem; text-align: center; }
.process-grid article > span { display: grid; width: 68px; height: 68px; place-items: center; margin: 0 auto; color: #fff; border: 6px solid #fff; border-radius: 50%; background: var(--delft); box-shadow: 0 0 0 1px #c8d9d5; font-size: .72rem; font-weight: 800; }
.process-grid h3 { margin: 1.5rem 0 .65rem; color: var(--delft); font-size: 1.03rem; font-weight: 700; }
.process-grid p { color: #747c82; font-size: .82rem; line-height: 1.6; }
.mission-section { color: #fff; background: var(--delft-deep); }
.mission-block, .vision-block { min-height: 480px; padding: 5rem; }
.mission-block { background: var(--delft); }
.vision-block { color: var(--delft-deep); background: var(--tiffany); }
.mission-section span { display: block; margin-bottom: 5rem; font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.mission-section h2 { max-width: 650px; margin: 0; font-size: clamp(2.2rem, 3.4vw, 3.7rem); font-weight: 600; line-height: 1.05; letter-spacing: -.04em; }
.mission-section p { max-width: 600px; margin: 1.5rem 0 0; color: rgba(255,255,255,.65); line-height: 1.7; }
.vision-block p { color: rgba(32,41,79,.7); }

/* Form and contact */
.quote-section { background: var(--soft-blue); }
.quote-intro { max-width: 520px; margin-top: 1.5rem; color: #6b737d; line-height: 1.75; }
.selected-summary { margin-top: 2rem; padding: 1.3rem; border: 1px solid #dae4e4; border-radius: .8rem; background: #fff; }
.selected-summary-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; color: var(--delft); font-size: .8rem; }
.selected-summary-head button { padding: 0; color: var(--tiffany-dark); border: 0; background: transparent; font-weight: 800; }
#formProductSummary { display: grid; gap: .7rem; }
#formProductSummary > div { display: grid; align-items: center; gap: .6rem; color: #4e5660; font-size: .82rem; grid-template-columns: auto 1fr auto; }
#formProductSummary > div > span { color: var(--tiffany-dark); }
#formProductSummary > div small { color: #7c848b; }
.direct-contact { display: grid; gap: .8rem; margin-top: 1.2rem; }
.direct-contact a { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.1rem; border-bottom: 1px solid #d6e0e0; }
.direct-contact span { color: #7b838b; font-size: .72rem; text-transform: uppercase; }
.direct-contact strong { color: var(--delft); font-size: .83rem; }
.quote-form { padding: 2.2rem; border: 1px solid #dbe4e4; border-radius: 1rem; background: #fff; box-shadow: var(--shadow-sm); }
.quote-form .form-label { color: #4c5360; font-size: .78rem; font-weight: 700; }
.quote-form .form-control, .quote-form .form-select { min-height: 48px; color: #333945; border-color: #dbe3e3; border-radius: .55rem; background-color: #fbfcfc; }
.quote-form textarea.form-control { min-height: 120px; }
.quote-form .form-control:focus, .quote-form .form-select:focus { border-color: var(--tiffany); box-shadow: 0 0 0 .2rem rgba(130,192,180,.18); }
.form-check-input:checked { border-color: var(--delft); background-color: var(--delft); }
.form-note { margin: .75rem 0 0; color: #848b91; font-size: .7rem; line-height: 1.55; text-align: center; }
.form-status { margin-top: 1.25rem; padding: 1rem; color: #225f53; border: 1px solid #bcded6; border-radius: .6rem; background: #eaf7f4; font-size: .84rem; }
.form-status strong { display: block; }
.contact-section { padding: 0 0 7rem; background: var(--soft-blue); }
.contact-card { padding: 4rem; color: #fff; border-radius: 1.1rem; background: var(--delft-deep); }
.contact-card > div:first-child { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; }
.contact-card > div:first-child > span { color: var(--tiffany); font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.contact-card h2 { max-width: 820px; margin: 0; font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 600; line-height: 1.02; letter-spacing: -.04em; }
.contact-links { display: grid; margin-top: 3.2rem; border-top: 1px solid rgba(255,255,255,.15); grid-template-columns: repeat(3, 1fr); }
.contact-links a { display: flex; min-height: 115px; flex-direction: column; justify-content: center; padding: 1rem 1.5rem; border-right: 1px solid rgba(255,255,255,.15); }
.contact-links a:last-child { border-right: 0; }
.contact-links a:hover { background: rgba(255,255,255,.05); }
.contact-links span { color: rgba(255,255,255,.5); font-size: .68rem; text-transform: uppercase; }
.contact-links strong { margin-top: .35rem; color: #fff; font-size: .9rem; word-break: break-word; }

/* Footer */
.site-footer { padding: 5rem 0 2rem; background: #fff; }
.site-footer img { width: 198px; height: auto; }
.site-footer p { max-width: 430px; margin-top: 1.5rem; color: #717980; line-height: 1.7; }
.footer-social { margin-top: 1.75rem; }
.footer-social-label { display: block; margin-bottom: .75rem; color: var(--delft); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-social-links { display: flex; flex-wrap: wrap; gap: .65rem; }
.footer-social-links a { display: grid; width: 42px; height: 42px; place-items: center; color: var(--delft); border: 1px solid #dce5e3; border-radius: 50%; background: #fff; transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.footer-social-links a:hover, .footer-social-links a:focus-visible { color: #fff; border-color: var(--delft); background: var(--delft); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(44,54,100,.18); }
.footer-social-links a:focus-visible { outline: 3px solid rgba(130,192,180,.45); outline-offset: 3px; }
.footer-social-links svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-social-links .social-icon-fill { fill: currentColor; stroke: none; }
.site-footer .col-6 > strong, .site-footer .col-lg-3 > strong { display: block; margin-bottom: 1.2rem; color: var(--delft); font-size: .78rem; text-transform: uppercase; }
.site-footer .col-6 > a { display: block; margin: .75rem 0; color: #6f777f; font-size: .84rem; }
.site-footer .col-6 > a:hover { color: var(--delft); }
.site-footer address { color: #6f777f; font-size: .84rem; line-height: 1.7; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 4rem; padding-top: 1.4rem; color: #858b90; border-top: 1px solid #e3e9e8; font-size: .72rem; }
.floating-whatsapp { position: fixed; z-index: 50; right: 1.35rem; bottom: 1.35rem; display: grid; width: 56px; height: 56px; place-items: center; color: #fff; border: 3px solid #fff; border-radius: 50%; background: #2b8a6e; box-shadow: 0 14px 36px rgba(33,80,67,.28); }
.floating-whatsapp:hover { color: #fff; transform: translateY(-2px); }
.floating-whatsapp span { font-size: .7rem; font-weight: 900; letter-spacing: .04em; }

/* Modal / quote */
.product-modal .modal-content { max-height: calc(100vh - 2rem); overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; border: 0; border-radius: 1rem; box-shadow: var(--shadow-lg); }
.modal-close { position: absolute; z-index: 3; top: 1rem; right: 1rem; padding: .7rem; border-radius: 50%; background-color: rgba(255,255,255,.9); }
.modal-product-media { display: flex; min-height: 680px; align-items: center; justify-content: center; padding: 2rem; background: linear-gradient(145deg, #f4f8f7, #e9f1ef); }
.modal-product-media img { width: 100%; max-height: 620px; object-fit: contain; mix-blend-mode: multiply; }
.modal-product-content { padding: 3rem; }
.modal-product-content h2 { margin: .45rem 0 1rem; color: var(--delft); font-size: clamp(2.2rem, 4vw, 3.9rem); font-weight: 600; line-height: 1; letter-spacing: -.04em; }
.modal-description { color: #69727a; line-height: 1.7; }
.modal-meta { display: grid; gap: 1px; margin: 1.7rem 0; overflow: hidden; border: 1px solid #e0e8e6; border-radius: .65rem; background: #e0e8e6; grid-template-columns: 1fr 1fr; }
.modal-meta > div { padding: .9rem; background: #f8faf9; }
.modal-meta span { display: block; color: #7d858b; font-size: .64rem; text-transform: uppercase; }
.modal-meta strong { display: block; margin-top: .25rem; color: #3f4650; font-size: .78rem; }
.modal-product-content h3 { margin: 1.7rem 0 .9rem; color: var(--delft); font-size: .96rem; font-weight: 800; }
.feature-list { display: grid; gap: .65rem; padding: 0; list-style: none; grid-template-columns: 1fr 1fr; }
.feature-list li { display: flex; gap: .55rem; color: #626a73; font-size: .82rem; }
.feature-list li span { color: var(--tiffany-dark); font-weight: 900; }
.modal-specs th, .modal-specs td { padding: .7rem .8rem; border-color: #e4eae9; font-size: .76rem; }
.modal-specs th { width: 43%; color: #747c83; font-weight: 500; }
.modal-specs td { color: #3f4650; font-weight: 700; }
.modal-actions { display: grid; gap: .7rem; margin-top: 1.7rem; grid-template-columns: 1fr 1fr; }
.modal-actions .btn { min-height: 51px; font-size: .82rem; }
.modal-note { margin: 1rem 0 0; color: #8a9095; font-size: .68rem; line-height: 1.5; }
.quote-panel { width: min(100%, 520px) !important; }
.quote-panel .offcanvas-header { padding: 1.6rem; border-bottom: 1px solid #e3e9e8; }
.quote-panel .offcanvas-header span { color: var(--tiffany-dark); font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.quote-panel h2 { margin: .3rem 0 0; color: var(--delft); font-size: 1.55rem; font-weight: 700; }
.quote-panel h2 small { color: #7a8289; font-size: .9rem; }
.quote-panel .offcanvas-body { padding: 1.3rem; }
.quote-item { display: flex; gap: 1rem; margin-bottom: .9rem; padding: .85rem; border: 1px solid #e0e7e6; border-radius: .75rem; }
.quote-item > img { width: 72px; height: 72px; flex: 0 0 auto; padding: .3rem; border-radius: .5rem; background: #f4f8f7; object-fit: contain; mix-blend-mode: multiply; }
.quote-item-info { min-width: 0; flex: 1; }
.quote-item-info > strong { display: block; overflow: hidden; color: var(--delft); font-size: .88rem; white-space: nowrap; text-overflow: ellipsis; }
.quote-item-info > small { color: #7b8389; font-size: .67rem; }
.quantity-control { display: flex; align-items: center; gap: .35rem; margin-top: .75rem; }
.quantity-control button:not(.remove-product) { display: grid; width: 28px; height: 28px; place-items: center; padding: 0; color: var(--delft); border: 1px solid #d9e2e1; border-radius: .35rem; background: #fff; }
.quantity-control input { width: 48px; height: 28px; padding: .2rem; border: 1px solid #d9e2e1; border-radius: .35rem; font-size: .74rem; text-align: center; }
.remove-product { margin-left: auto; padding: 0; color: #9b4a4a; border: 0; background: transparent; font-size: .66rem; font-weight: 700; }
.quote-empty { display: flex; min-height: 65vh; flex-direction: column; align-items: center; justify-content: center; padding: 2rem; text-align: center; }
.quote-empty > span { display: grid; width: 60px; height: 60px; place-items: center; color: var(--delft); border-radius: 50%; background: #e7f2ef; font-size: 1.8rem; }
.quote-empty h3 { margin-top: 1.2rem; color: var(--delft); font-size: 1.25rem; }
.quote-empty p { max-width: 280px; color: #747c83; font-size: .84rem; line-height: 1.6; }
.quote-panel-footer { display: grid; gap: .5rem; padding: 1.2rem; border-top: 1px solid #e3e9e8; background: #f8faf9; }
.quote-panel-footer .btn-link { color: #7d5252; font-size: .75rem; }
.quote-panel-footer .btn-brand { min-height: 50px; }
#siteToast { color: #fff; background: var(--delft); box-shadow: var(--shadow-lg); }

@media (max-width: 1199.98px) {
  .site-header .navbar-collapse { position: absolute; top: 79px; right: 0; left: 0; padding: 1rem; border-top: 1px solid #e3e9e8; background: #fff; box-shadow: 0 18px 35px rgba(44,54,100,.1); }
  .navbar-nav .nav-link { padding: .85rem 1rem !important; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-section, .hero-grid { min-height: auto; }
  .hero-copy-inner { max-width: 100%; padding: 6rem 2rem 5rem; }
  .hero-visual { min-height: 620px; }
  .confidence-item:nth-child(2) { border-right: 0; }
  .confidence-item:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .category-links { grid-template-columns: repeat(3, 1fr); }
  .category-link:nth-child(3) { border-right: 0; }
  .category-link:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .catalog-toolbar { align-items: stretch; flex-direction: column; }
  .process-grid { gap: 1rem; grid-template-columns: repeat(3, 1fr); }
  .process-grid::before { display: none; }
  .process-grid article { padding: 1.5rem; border: 1px solid #e1e8e7; border-radius: .8rem; }
}

@media (max-width: 991.98px) {
  .section-space { padding: 5.5rem 0; }
  .category-intro { align-items: flex-start; flex-direction: column; }
  .special-request-card { align-items: flex-start; flex-direction: column; padding: 3rem; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .mission-block, .vision-block { min-height: 400px; padding: 3.5rem 2.5rem; }
  .mission-section span { margin-bottom: 3rem; }
  .contact-card { padding: 3rem 2rem; }
  .contact-card > div:first-child { align-items: flex-start; flex-direction: column; }
  .contact-links { grid-template-columns: 1fr; }
  .contact-links a { min-height: 86px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .contact-links a:last-child { border-bottom: 0; }
  .modal-product-media { min-height: 360px; }
  .modal-product-media img { max-height: 330px; }
}

@media (max-width: 767.98px) {
  .site-header .navbar { min-height: 72px; }
  .navbar-brand img { width: 145px; }
  .site-header .navbar-collapse { top: 71px; }
  .hero-section { padding-top: 72px; }
  .hero-copy-inner { padding: 5rem 1.25rem 4rem; }
  .hero-copy h1 { font-size: clamp(3.2rem, 15vw, 4.6rem); }
  .hero-trust { gap: 1.4rem; }
  .hero-visual { min-height: 500px; }
  .hero-card { right: 1rem; bottom: 1rem; left: 1rem; }
  .confidence-item { min-height: 145px; border-right: 0; border-bottom: 1px solid var(--border); }
  .confidence-item:last-child { border-bottom: 0; }
  .section-title { font-size: clamp(2.35rem, 11vw, 3.5rem); }
  .service-card { min-height: 270px; }
  .service-card h3 { margin-top: 3rem; }
  .category-showcase { padding: 5rem 0; }
  .category-links { grid-template-columns: 1fr; }
  .category-link { min-height: 135px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14) !important; }
  .category-link > span { margin-bottom: 1.2rem; }
  .category-link strong { margin-top: 0; }
  .search-box { min-width: 0; }
  .catalog-toolbar { top: 72px; }
  .product-copy { min-height: 0; }
  .special-request-card { padding: 2rem; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { display: grid; align-items: center; text-align: left; grid-template-columns: auto 1fr; column-gap: 1rem; }
  .process-grid article > span { margin: 0; grid-row: 1 / 3; }
  .process-grid h3 { margin: 0 0 .35rem; }
  .process-grid p { margin: 0; }
  .quote-form { padding: 1.3rem; }
  .direct-contact a { align-items: flex-start; flex-direction: column; gap: .25rem; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp { right: .8rem; bottom: .8rem; }
  .modal-product-content { padding: 2rem 1.25rem; }
  .modal-meta, .feature-list, .modal-actions { grid-template-columns: 1fr; }
}

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