:root {
  --abyss: #0a1822;
  --ink: #132731;
  --structure: #23485d;
  --steel: #52778c;
  --mineral: #899ba6;
  --mist: #ccd5da;
  --workshop: #f4f3ef;
  --white: #fff;
  --line: rgba(10, 24, 34, 0.14);
  --shadow: 0 24px 70px rgba(10, 24, 34, 0.14);
  --sans: "Manrope", system-ui, sans-serif;
  --serif: "Newsreader", Georgia, serif;
  --radius: 3px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--workshop); color: var(--abyss); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-150%); background: white; padding: 10px 14px; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(244, 243, 239, 0.9); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: border-color .25s; }
.site-header.is-scrolled { border-bottom-color: var(--line); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { position: relative; width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center; overflow: visible; }
.brand-mark img { width: 62px; max-width: none; }
.brand-lockup { display: grid; gap: 3px; line-height: 1; }
.brand-lockup strong { font-size: 1rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.brand-lockup small { color: var(--steel); font-size: .49rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.desktop-nav a { position: relative; color: #344b58; font-size: .82rem; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--steel); transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.cart-trigger { display: flex; align-items: center; gap: 8px; border: 0; background: var(--abyss); color: white; min-height: 42px; padding: 0 14px; cursor: pointer; border-radius: var(--radius); }
.cart-trigger svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.cart-trigger > span:not(.cart-count) { font-size: .78rem; font-weight: 600; }
.cart-count { min-width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--steel); font-size: .68rem; font-weight: 700; }

.hero { min-height: calc(100svh - 76px); display: grid; align-items: center; padding: 56px 0 72px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(48px, 7vw, 96px); }
.eyebrow, .section-index { text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; font-weight: 700; }
.eyebrow { color: var(--steel); }
h1, h2 { margin: 0; font-weight: 500; letter-spacing: -.06em; line-height: .98; }
h1 { max-width: 650px; margin-top: 22px; font-size: clamp(3.6rem, 6.5vw, 6.3rem); }
h1 em, h2 em { color: var(--steel); font-family: var(--serif); font-weight: 400; }
.hero-lead { max-width: 560px; margin: 28px 0 0; color: #52646e; font-size: clamp(1rem, 1.6vw, 1.15rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; justify-content: center; align-items: center; gap: 30px; padding: 0 22px; border: 1px solid transparent; border-radius: var(--radius); cursor: pointer; font-size: .78rem; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--abyss); color: white; }
.button-primary:hover { background: var(--structure); }
.button-whatsapp { margin-top: 9px; border-color: #25d366; background: #25d366; color: #052e1a; }
.button-whatsapp:hover { background: #20bd5a; }
.button-full { width: 100%; }
.text-link { border-bottom: 1px solid var(--mineral); padding: 8px 0; font-size: .78rem; font-weight: 700; }
.trust-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 54px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.trust-list li { color: #52646e; font-size: .68rem; line-height: 1.4; }
.trust-list span { display: block; color: var(--steel); margin-bottom: 8px; font-weight: 700; }
.hero-visual { position: relative; }
.hero-frame { position: relative; overflow: hidden; background: var(--abyss); box-shadow: var(--shadow); }
.hero-frame::before { content: ""; position: absolute; z-index: 2; inset: 18px; border: 1px solid rgba(255,255,255,.34); pointer-events: none; }
.hero-frame::after { content: "Proyecto realizado"; position: absolute; z-index: 2; top: 34px; left: 36px; padding: 7px 10px; background: rgba(10,24,34,.76); color: white; font-size: .54rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-frame img { width: 100%; aspect-ratio: 1.12 / 1; object-fit: cover; object-position: 48% center; filter: saturate(.82) contrast(1.03); transition: transform 1s cubic-bezier(.2,.8,.2,1); }
.hero-frame:hover img { transform: scale(1.025); }
.material-note { position: absolute; right: -20px; bottom: 32px; display: flex; align-items: center; gap: 10px; padding: 12px 16px; background: rgba(244,243,239,.94); box-shadow: 0 10px 35px rgba(10,24,34,.12); font-size: .68rem; font-weight: 600; }
.material-note span { width: 22px; height: 1px; background: var(--steel); }

.section-index { margin: 6px 0 0; color: var(--steel); }
h2 { font-size: clamp(2.7rem, 5vw, 5rem); }
.about-section { padding: 128px 0; border-top: 1px solid var(--line); background: linear-gradient(180deg, var(--workshop), #eeefed); }
.about-heading { display: grid; grid-template-columns: .48fr 1.62fr .38fr; gap: clamp(30px, 5vw, 70px); align-items: start; }
.about-overline { margin: 0 0 20px; color: var(--structure); font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.about-years { padding-top: 15px; border-top: 1px solid var(--abyss); }
.about-years strong { display: block; font-size: clamp(2.8rem, 5vw, 4.8rem); font-weight: 500; line-height: .9; letter-spacing: -.07em; }
.about-years span { display: block; margin-top: 14px; color: #647680; font-size: .68rem; line-height: 1.55; }
.about-story { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(40px, 8vw, 110px); margin-top: 74px; padding-top: 34px; border-top: 1px solid var(--line); }
.about-story p { margin: 0; color: #586a73; line-height: 1.85; }
.about-story .about-lead { color: var(--ink); font-size: clamp(1.15rem, 2vw, 1.48rem); line-height: 1.65; letter-spacing: -.025em; }
.about-pillars { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 78px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-pillars article { min-height: 330px; padding: 32px clamp(22px, 3vw, 42px) 38px; }
.about-pillars article + article { border-left: 1px solid var(--line); }
.about-pillars article > span { color: var(--steel); font-size: .62rem; font-weight: 700; letter-spacing: .14em; }
.about-pillars h3 { margin: 58px 0 18px; font-family: var(--serif); font-size: clamp(2rem, 3vw, 2.7rem); font-weight: 400; letter-spacing: -.04em; }
.about-pillars p { margin: 0; color: #5b6d76; font-size: .78rem; line-height: 1.8; }
.about-clients { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(45px, 8vw, 110px); margin-top: 78px; padding: clamp(36px, 5vw, 64px); background: var(--abyss); color: white; box-shadow: var(--shadow); }
.about-clients .section-index { color: #8da8b7; }
.about-clients h3 { max-width: 430px; margin: 20px 0 0; font-family: var(--serif); font-size: clamp(2rem, 3.6vw, 3.4rem); font-weight: 400; line-height: 1.04; letter-spacing: -.045em; }
.about-clients ul { display: grid; grid-template-columns: repeat(2, 1fr); align-content: center; gap: 0 28px; margin: 0; padding: 0; list-style: none; }
.about-clients li { position: relative; padding: 15px 0 15px 20px; border-bottom: 1px solid rgba(255,255,255,.13); color: #c4d0d6; font-size: .72rem; }
.about-clients li::before { content: ""; position: absolute; top: 50%; left: 0; width: 6px; height: 6px; border: 1px solid #7897a8; transform: translateY(-50%) rotate(45deg); }

.catalog-section { padding: 120px 0; background: #fff; }
.section-heading { display: grid; grid-template-columns: 1.7fr .7fr; gap: 48px; align-items: end; }
.section-heading h2 { margin-top: 18px; }
.section-heading > p { margin: 0 0 5px; color: #60717a; line-height: 1.7; font-size: .88rem; }
.catalog-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 58px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.filter-pills { display: flex; flex-wrap: wrap; gap: 7px; }
.filter-pill { border: 1px solid var(--line); background: transparent; padding: 9px 14px; cursor: pointer; border-radius: 999px; color: #5c6d76; font-size: .72rem; }
.filter-pill.is-active { background: var(--abyss); border-color: var(--abyss); color: white; }
.search-field { display: flex; align-items: center; gap: 8px; min-width: 210px; border-bottom: 1px solid var(--mineral); padding: 8px 0; }
.search-field svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--abyss); font-size: .75rem; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 22px; max-width: 900px; margin-top: 36px; }
.product-card { position: relative; min-width: 0; }
.product-visual { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: #e9eceb; }
.product-slides { position: absolute; inset: 0; }
.product-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: translateX(4%) scale(1.02); transition: opacity .45s ease, transform .65s cubic-bezier(.2,.8,.2,1), filter .6s; }
.product-photo.is-active { z-index: 1; opacity: 1; transform: none; }
.product-card:hover .product-photo.is-active { transform: scale(1.035); filter: saturate(.9); }
.product-gallery-controls { position: absolute; z-index: 3; left: 14px; bottom: 14px; display: flex; align-items: center; gap: 8px; padding: 5px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(10,24,34,.78); backdrop-filter: blur(8px); }
.product-gallery-controls button { width: 27px; height: 27px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; color: white; cursor: pointer; transition: background .2s; }
.product-gallery-controls button:hover { background: rgba(255,255,255,.16); }
.product-gallery-dots { display: flex; gap: 4px; }
.product-gallery-dots span { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.35); transition: width .25s, background .25s; }
.product-gallery-dots span.is-active { width: 14px; border-radius: 4px; background: white; }
.product-badge { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 6px 8px; background: rgba(255,255,255,.9); color: var(--structure); font-size: .58rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.add-product { position: absolute; right: 14px; bottom: 14px; z-index: 3; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--abyss); color: white; cursor: pointer; font-size: 1.2rem; transition: transform .2s, background .2s; }
.add-product:hover { transform: scale(1.08); background: var(--steel); }
.product-art { position: absolute; inset: 0; transform: scale(1); transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.product-card:hover .product-art { transform: scale(1.04); }
.product-art::before, .product-art::after { content: ""; position: absolute; }
.art-table { background: linear-gradient(145deg, #dce2e2, #f6f6f3); }
.art-table::before { width: 66%; height: 19%; left: 17%; top: 39%; background: linear-gradient(105deg, #9b6a42, #d2aa80); box-shadow: inset 0 -10px 0 rgba(73,49,30,.14); transform: skewY(-4deg); }
.art-table::after { width: 49%; height: 29%; left: 26%; top: 54%; border-left: 8px solid #183344; border-right: 8px solid #183344; transform: perspective(200px) rotateX(-8deg); }
.art-console { background: linear-gradient(145deg, #e7e5df, #cdd7d9); }
.art-console::before { width: 65%; height: 30%; left: 17%; top: 35%; background: #30576a; box-shadow: inset 0 6px rgba(255,255,255,.18), 0 18px 30px rgba(10,24,34,.15); }
.art-console::after { width: 55%; height: 26%; left: 22%; top: 61%; border-left: 7px solid #0a1822; border-right: 7px solid #0a1822; }
.art-bed { background: linear-gradient(150deg, #d8dfe1, #f3f1ec); }
.art-bed::before { width: 73%; height: 36%; left: 13%; top: 39%; border-radius: 40px 6px 6px 6px; background: linear-gradient(#f8f6f0 0 34%, #718b98 35% 100%); box-shadow: 0 18px 30px rgba(10,24,34,.12); }
.art-bed::after { width: 67%; height: 28%; left: 16%; top: 29%; border-radius: 10px 10px 0 0; background: #a97d58; z-index: -0; }
.art-desk { background: linear-gradient(145deg, #d9e0e1, #f4f3ef); }
.art-desk::before { width: 70%; height: 18%; left: 15%; top: 39%; background: linear-gradient(100deg, #c08d60, #e0ba91); box-shadow: inset 0 -8px rgba(89,59,35,.12); transform: skewY(3deg); }
.art-desk::after { width: 60%; height: 34%; left: 20%; top: 51%; border-left: 7px solid #244b5f; border-right: 7px solid #244b5f; }
.art-armchair { background: linear-gradient(145deg, #e9e7e0, #d4dde0); }
.art-armchair::before { width: 58%; height: 49%; left: 21%; top: 29%; border-radius: 30% 30% 14% 14%; background: linear-gradient(120deg, #23485d, #587d8e); box-shadow: inset 0 -18px rgba(10,24,34,.12), 0 15px 25px rgba(10,24,34,.13); }
.art-armchair::after { width: 43%; height: 14%; left: 28%; top: 73%; border-left: 6px solid #0a1822; border-right: 6px solid #0a1822; }
.art-shelf { background: linear-gradient(145deg, #e0e4e2, #f6f3ec); }
.art-shelf::before { width: 60%; height: 64%; left: 20%; top: 18%; border: 12px solid #795334; background: repeating-linear-gradient(to bottom, transparent 0 25%, #9d714d 26% 29%); box-shadow: 0 18px 30px rgba(10,24,34,.11); }
.art-shelf::after { width: 44%; height: 7%; left: 28%; top: 42%; background: linear-gradient(90deg, #244b5f 0 18%, transparent 19% 24%, #899ba6 25% 42%, transparent 43% 50%, #0a1822 51% 70%, transparent 71%); }
.product-meta { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 16px; }
.product-category { grid-column: 1 / -1; color: var(--steel); margin: 0; font-size: .62rem; text-transform: uppercase; letter-spacing: .14em; }
.product-meta h3 { margin: 0; font-size: .94rem; font-weight: 600; }
.product-price { margin: 0; font-size: .86rem; font-weight: 600; }
.product-price-pending { color: var(--steel); font-size: .72rem; }
.product-detail { grid-column: 1 / -1; margin: 0; color: #6a7a82; font-size: .68rem; }
.empty-state { margin: 60px 0 0; text-align: center; color: var(--steel); }
.catalog-note { max-width: 900px; display: flex; gap: 18px; margin: 42px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); color: #6a7a82; font-size: .66rem; line-height: 1.6; }
.catalog-note span { flex: 0 0 auto; color: var(--structure); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.projects-section { padding: 128px 0; background: var(--workshop); }
.projects-heading { margin-bottom: 62px; }
.project-carousel { position: relative; outline: none; }
.project-carousel:focus-visible { outline: 2px solid var(--steel); outline-offset: 8px; }
.project-carousel-stage { position: relative; height: 560px; overflow: hidden; perspective: 1500px; perspective-origin: center 42%; touch-action: pan-y; user-select: none; }
.project-card { position: absolute; top: 0; left: 50%; width: min(68%, 760px); height: 520px; overflow: hidden; border: 1px solid rgba(10,24,34,.18); background: var(--abyss); box-shadow: 0 34px 70px rgba(10,24,34,.18); transform-style: preserve-3d; pointer-events: none; transition: transform .75s cubic-bezier(.18,.85,.22,1), opacity .55s ease, filter .55s; will-change: transform, opacity; }
.project-card.is-active { pointer-events: auto; }
.project-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.03); transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .5s; }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,17,25,.92), rgba(5,17,25,.06) 66%); }
.project-card.is-active:hover img { transform: scale(1.035); filter: saturate(.95) contrast(1.02); }
.project-like { position: absolute; z-index: 3; top: 18px; right: 18px; min-width: 72px; min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 14px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(7,17,25,.68); color: white; cursor: pointer; backdrop-filter: blur(12px); transition: transform .2s, background .2s, border-color .2s, color .2s; }
.project-like:hover { transform: translateY(-2px); background: rgba(7,17,25,.88); border-color: rgba(255,255,255,.55); }
.project-like svg { width: 18px; height: 18px; fill: transparent; stroke: currentColor; stroke-width: 1.8; transition: fill .2s, transform .2s; }
.project-like span { min-width: 1.2em; font-size: .68rem; font-weight: 700; font-variant-numeric: tabular-nums; }
.project-like.is-liked { border-color: rgba(255,255,255,.8); background: rgba(255,255,255,.94); color: #9a3541; }
.project-like.is-liked svg { fill: currentColor; transform: scale(1.08); }
.project-like:focus-visible { outline: 2px solid white; outline-offset: 3px; }
.project-card-content { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 7px 20px; padding: 26px; color: white; }
.project-card-content p { grid-column: 1 / -1; margin: 0; color: #9db4c0; font-size: .56rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.project-card-content h3 { margin: 0; font-size: clamp(1.3rem, 2vw, 1.8rem); font-weight: 500; letter-spacing: -.045em; }
.project-card-content button { border: 0; border-bottom: 1px solid rgba(255,255,255,.45); background: transparent; padding: 8px 0; color: white; cursor: pointer; font-size: .62rem; font-weight: 600; }
.project-card-content button span { margin-left: 8px; }
.project-carousel-controls { min-height: 58px; display: grid; grid-template-columns: auto auto 1fr auto; align-items: center; gap: 14px; max-width: 760px; margin: 18px auto 0; padding: 8px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.carousel-arrow { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--abyss); cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.carousel-arrow:hover { transform: translateY(-2px); background: var(--abyss); color: white; }
.carousel-dots { display: flex; gap: 6px; }
.carousel-dots button { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 6px; background: var(--mist); cursor: pointer; transition: width .3s, background .3s; }
.carousel-dots button.is-active { width: 24px; background: var(--structure); }
.carousel-status { display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin: 0; color: var(--mineral); font-family: var(--serif); font-size: .8rem; }
.carousel-status i { opacity: .5; font-style: normal; }
.carousel-status strong { margin-left: 12px; color: var(--abyss); font-family: var(--sans); font-size: .66rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.projects-note { display: flex; justify-content: space-between; gap: 30px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); }
.projects-note span { color: var(--structure); font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.projects-note p { max-width: 560px; margin: 0; color: #6a7a82; text-align: right; font-size: .68rem; line-height: 1.6; }

.process-section { position: relative; isolation: isolate; overflow: hidden; padding: 132px 0 116px; background: #071721; color: white; }
.process-section::before { content: ""; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 86% 12%, rgba(82,119,140,.2), transparent 28%), radial-gradient(circle at 12% 82%, rgba(35,72,93,.18), transparent 32%); }
.process-blueprint { position: absolute; z-index: -1; inset: 0; opacity: .08; background-image: linear-gradient(rgba(204,213,218,.38) 1px, transparent 1px), linear-gradient(90deg, rgba(204,213,218,.38) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent); }
.process-blueprint::after { content: "CM"; position: absolute; right: -4vw; top: -7vw; color: transparent; -webkit-text-stroke: 1px rgba(204,213,218,.45); font-size: clamp(18rem, 38vw, 42rem); font-weight: 700; letter-spacing: -.16em; line-height: 1; }
.process-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(50px, 9vw, 130px); align-items: end; }
.process-heading .section-index { color: #79a2b8; }
.process-heading h2 { max-width: 830px; margin-top: 20px; font-size: clamp(3.5rem, 6.3vw, 6.6rem); }
.process-heading h2 em { color: var(--mist); }
.process-manifesto { display: grid; grid-template-columns: 92px 1fr; gap: 22px; align-items: center; padding-bottom: 10px; }
.process-manifesto p { margin: 0; color: #9aadb7; font-size: .82rem; line-height: 1.75; }
.process-seal { width: 92px; height: 92px; display: grid; grid-template-rows: 1fr auto; align-items: center; padding: 14px; border: 1px solid rgba(204,213,218,.25); border-radius: 50%; background: rgba(10,24,34,.48); text-align: center; }
.process-seal > span { align-self: end; color: var(--mist); font-family: var(--serif); font-size: 1.65rem; line-height: .9; }
.process-seal small { align-self: start; margin-top: 6px; color: #7595a6; font-size: .48rem; font-weight: 700; letter-spacing: .11em; line-height: 1.3; text-transform: uppercase; }
.process-map { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 86px; padding-top: 64px; }
.process-map::before { content: ""; position: absolute; top: 29px; left: 12.5%; right: 12.5%; height: 1px; background: linear-gradient(90deg, transparent, #52778c 8%, #8fb0c1 50%, #52778c 92%, transparent); }
.process-step { position: relative; min-width: 0; }
.process-node { position: absolute; top: -64px; left: 50%; z-index: 2; width: 58px; height: 58px; display: grid; place-items: center; transform: translateX(-50%); border: 1px solid rgba(143,176,193,.55); border-radius: 50%; background: #071721; box-shadow: 0 0 0 8px #071721, 0 0 28px rgba(82,119,140,.25); color: #a9c0cb; font-family: var(--serif); font-size: 1rem; }
.process-node::after { content: ""; position: absolute; right: 5px; bottom: 5px; width: 4px; height: 4px; border-radius: 50%; background: #dce7eb; box-shadow: 0 0 12px #9bb7c5; }
.process-card { position: relative; min-height: 364px; display: flex; flex-direction: column; overflow: hidden; padding: 26px; border: 1px solid rgba(204,213,218,.16); background: linear-gradient(145deg, rgba(23,48,62,.82), rgba(8,27,38,.9)); backdrop-filter: blur(8px); transition: transform .35s cubic-bezier(.2,.8,.2,1), border-color .35s, background .35s; }
.process-step:nth-child(even) .process-card { margin-top: 34px; }
.process-card::before { content: ""; position: absolute; top: 0; left: 0; width: 3px; height: 0; background: linear-gradient(var(--mist), var(--steel)); transition: height .4s ease; }
.process-card::after { content: counter(process-card); position: absolute; right: -5px; bottom: -42px; color: rgba(204,213,218,.035); font-family: var(--serif); font-size: 10rem; line-height: 1; }
.process-map { counter-reset: process-card; }
.process-step { counter-increment: process-card; }
.process-card:hover { transform: translateY(-8px); border-color: rgba(143,176,193,.46); background: linear-gradient(145deg, rgba(30,62,79,.92), rgba(8,27,38,.96)); }
.process-card:hover::before { height: 100%; }
.process-card-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.process-phase { color: #84a8ba; font-size: .58rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.process-card-top svg { width: 39px; height: 39px; fill: none; stroke: #89a8b7; stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
.process-card h3 { margin: 42px 0 16px; font-size: clamp(1.25rem, 1.8vw, 1.65rem); font-weight: 500; letter-spacing: -.045em; line-height: 1.12; }
.process-card > p { margin: 0; color: #91a6b1; font-size: .74rem; line-height: 1.75; }
.process-output { display: flex; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(204,213,218,.13); }
.process-output span { color: #6e8997; font-size: .52rem; letter-spacing: .12em; text-transform: uppercase; }
.process-output strong { color: #c8d7de; text-align: right; font-size: .62rem; font-weight: 600; }
.process-footnote { display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 15px; max-width: 620px; margin: 92px auto 0; color: #6f8b99; }
.process-footnote span { font-family: var(--serif); font-size: .78rem; }
.process-footnote i { height: 1px; background: linear-gradient(90deg, transparent, rgba(143,176,193,.5), transparent); }
.process-footnote p { margin: 0; color: #9bb0ba; text-align: center; font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; }

.custom-section { padding: 120px 0; }
.custom-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.custom-image { position: relative; min-height: 610px; display: grid; align-content: center; justify-items: center; overflow: hidden; padding: clamp(34px, 6vw, 72px); background: radial-gradient(circle at 50% 32%, #fff 0, #f8f8f5 44%, #eef0ef 100%); box-shadow: var(--shadow); }
.custom-brand-card::before { content: "CM / 05"; position: absolute; top: 24px; left: 26px; color: var(--steel); font-size: .52rem; font-weight: 700; letter-spacing: .18em; }
.custom-brand-card::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(35,72,93,.12); pointer-events: none; }
.custom-brand-symbol { width: min(122%, 620px); max-width: none; margin: -10% 0 -7%; filter: drop-shadow(0 20px 22px rgba(10,24,34,.14)); }
.custom-brand-type { position: relative; z-index: 1; width: min(100%, 500px); display: grid; justify-items: center; gap: 10px; padding-top: 28px; border-top: 1px solid rgba(35,72,93,.22); text-align: center; text-transform: uppercase; }
.custom-brand-type strong { color: var(--abyss); font-size: clamp(1.7rem, 3.3vw, 2.65rem); font-weight: 600; line-height: 1; letter-spacing: .2em; }
.custom-brand-type span { color: var(--steel); font-size: clamp(.64rem, 1.1vw, .82rem); font-weight: 650; letter-spacing: .2em; }
.custom-brand-type small { color: #536c79; font-size: .52rem; font-weight: 700; letter-spacing: .24em; }
.custom-copy h2 { margin-top: 22px; }
.custom-copy > p:not(.section-index) { max-width: 540px; margin: 28px 0; color: #596b74; line-height: 1.8; }
.contact-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 42px 0 0; padding-top: 20px; border-top: 1px solid var(--line); }
.contact-details div { min-width: 0; }
.contact-details dt { color: var(--steel); font-size: .58rem; text-transform: uppercase; letter-spacing: .12em; }
.contact-details dd { margin: 8px 0 0; font-size: .68rem; line-height: 1.5; }

.site-footer { padding: 72px 0 32px; background: #071119; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .6fr .7fr; gap: 60px; }
.brand-light .brand-mark { border: 0; background: transparent; }
.brand-light .brand-lockup small { color: #8299a6; }
.footer-grid > div:first-child p { color: #82949e; margin: 22px 0 0; font-size: .75rem; line-height: 1.7; }
.footer-socials { display: flex; gap: 9px; margin-top: 24px; }
.footer-socials button { width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: rgba(255,255,255,.035); color: #91a7b2; }
.footer-socials button:disabled { cursor: not-allowed; opacity: .7; }
.footer-socials svg { width: 17px; height: 17px; fill: currentColor; }
.footer-socials button:first-child svg { fill: none; stroke: currentColor; stroke-width: 1.7; }
.footer-socials .social-dot { fill: currentColor; stroke: none; }
.footer-grid h3 { margin: 0 0 18px; color: #899ba6; font-size: .62rem; text-transform: uppercase; letter-spacing: .13em; }
.footer-grid > div:not(:first-child) a, .footer-grid > div:not(:first-child) button { display: block; border: 0; background: none; padding: 5px 0; color: #dce3e6; cursor: pointer; font-size: .75rem; }
.footer-note { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 24px; margin: 48px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #60747f; font-size: .64rem; }
.footer-note a { color: #a9bbc4; transition: color .2s; }
.footer-note a:hover { color: white; }

.whatsapp-float { position: fixed; z-index: 45; right: max(22px, env(safe-area-inset-right)); bottom: max(22px, env(safe-area-inset-bottom)); min-height: 54px; display: inline-flex; align-items: center; gap: 10px; padding: 0 18px; border: 1px solid rgba(255,255,255,.72); border-radius: 999px; background: #25d366; color: #052e1a; box-shadow: 0 18px 40px rgba(7,23,33,.25), 0 0 0 7px rgba(37,211,102,.13); font-size: .74rem; font-weight: 750; transition: transform .2s, background .2s, box-shadow .2s; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.02); background: #20bd5a; box-shadow: 0 22px 46px rgba(7,23,33,.32), 0 0 0 9px rgba(37,211,102,.18); }
.whatsapp-float svg { width: 22px; height: 22px; fill: white; filter: drop-shadow(0 1px 1px rgba(0,0,0,.12)); }
.whatsapp-float strong { min-width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: white; color: #137c3f; font-size: .62rem; }
.whatsapp-float:focus-visible { outline: 3px solid white; outline-offset: 3px; }

.scrim { position: fixed; inset: 0; z-index: 50; background: rgba(3,11,17,.58); backdrop-filter: blur(4px); }
.cart-drawer { position: fixed; top: 0; right: 0; z-index: 60; width: min(450px, 100%); height: 100dvh; display: flex; flex-direction: column; padding: 28px; background: var(--workshop); box-shadow: -20px 0 50px rgba(0,0,0,.2); transform: translateX(105%); visibility: hidden; transition: transform .35s cubic-bezier(.2,.8,.2,1), visibility .35s; }
.cart-drawer.is-open { transform: none; visibility: visible; }
.drawer-header { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.drawer-header .eyebrow { margin: 0 0 8px; }
.drawer-header h2 { font-size: 2.4rem; }
.icon-button { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 1.5rem; line-height: 1; }
.cart-content { flex: 1; overflow: auto; padding: 8px 0; }
.cart-empty { display: grid; place-items: center; min-height: 60%; text-align: center; color: #6c7c84; }
.cart-empty strong { display: block; margin-bottom: 8px; color: var(--abyss); }
.cart-line { display: grid; grid-template-columns: 76px 1fr auto; gap: 14px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-thumb { height: 76px; background: #dde3e3; overflow: hidden; }
.cart-thumb .product-art { position: relative; display: block; width: 100%; height: 100%; }
.cart-thumb img { width: 100%; height: 100%; object-fit: cover; }
.cart-line h3 { margin: 0 0 5px; font-size: .78rem; }
.cart-line p { margin: 0; color: #687a83; font-size: .68rem; }
.quantity { display: flex; align-items: center; gap: 8px; margin-top: 9px; }
.quantity button { width: 24px; height: 24px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.quantity span { min-width: 16px; text-align: center; font-size: .68rem; }
.remove-item { border: 0; background: none; color: #75858d; cursor: pointer; font-size: 1rem; }
.cart-footer { padding-top: 20px; border-top: 1px solid var(--line); }
.cart-total { display: flex; justify-content: space-between; align-items: center; }
.cart-total span { font-size: .76rem; }
.cart-total strong { font-size: 1.25rem; }
.cart-footer > p { color: #6f7f87; font-size: .62rem; line-height: 1.5; }

.project-dialog { width: min(640px, calc(100% - 30px)); max-height: calc(100dvh - 30px); padding: 0; border: 0; background: var(--workshop); color: var(--abyss); box-shadow: var(--shadow); }
.project-dialog::backdrop { background: rgba(3,11,17,.7); backdrop-filter: blur(5px); }
.project-form { position: relative; padding: clamp(28px, 6vw, 56px); }
.dialog-close { position: absolute; top: 20px; right: 20px; }
.project-form h2 { max-width: 480px; margin: 16px 0; font-size: clamp(2.4rem, 6vw, 4rem); }
.project-form > p:not(.eyebrow):not(.form-note) { color: #63747d; line-height: 1.7; font-size: .82rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 28px 0 20px; }
.form-grid label { color: var(--structure); font-size: .65rem; font-weight: 700; }
.form-wide { grid-column: 1 / -1; }
.form-grid input, .form-grid textarea { width: 100%; margin-top: 7px; padding: 12px 0; border: 0; border-bottom: 1px solid var(--mineral); outline: 0; resize: vertical; background: transparent; color: var(--abyss); font-size: .78rem; }
.form-grid input:focus, .form-grid textarea:focus { border-color: var(--structure); }
.form-note { margin: 12px 0 0; color: #7a898f; text-align: center; font-size: .58rem; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 24px; max-width: min(420px, calc(100% - 30px)); padding: 12px 18px; background: var(--abyss); color: white; box-shadow: var(--shadow); transform: translate(-50%, 160%); opacity: 0; transition: .3s; font-size: .72rem; }
.toast.is-visible { transform: translate(-50%, 0); opacity: 1; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .hero { min-height: auto; padding-top: 40px; }
  .hero-grid, .custom-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 30px; }
  .hero-visual { width: min(650px, 100%); }
  .about-heading, .about-story, .about-clients { grid-template-columns: 1fr; }
  .about-years { max-width: 190px; }
  .about-pillars { grid-template-columns: 1fr; }
  .about-pillars article { min-height: 0; }
  .about-pillars article + article { border-top: 1px solid var(--line); border-left: 0; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p { max-width: 560px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .project-carousel-stage { height: 520px; }
  .project-card { width: min(76%, 680px); height: 480px; }
  .process-heading { grid-template-columns: 1fr; }
  .process-manifesto { max-width: 480px; }
  .process-map { grid-template-columns: repeat(2, 1fr); row-gap: 84px; }
  .process-map::before { display: none; }
  .process-step:nth-child(even) .process-card { margin-top: 0; }
  .process-step::before { content: ""; position: absolute; top: -36px; left: 50%; height: 36px; border-left: 1px solid rgba(143,176,193,.45); }
  .footer-grid { grid-template-columns: 1.4fr .6fr .7fr; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 30px, 1180px); }
  .nav-wrap { min-height: 66px; }
  .brand-mark { width: 40px; height: 40px; flex-basis: 40px; }
  .brand-mark img { width: 54px; }
  .brand-lockup strong { font-size: .82rem; letter-spacing: .09em; }
  .brand-lockup small { display: none; }
  .cart-trigger { min-height: 40px; padding: 0 12px; }
  .cart-trigger > span:not(.cart-count) { display: none; }
  h1 { font-size: clamp(3.2rem, 16vw, 4.6rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .trust-list { gap: 8px; }
  .hero-visual { margin-top: 10px; }
  .material-note { right: -5px; bottom: 18px; }
  .about-section, .catalog-section, .projects-section, .process-section, .custom-section { padding: 84px 0; }
  .about-story { gap: 28px; margin-top: 52px; }
  .about-pillars { margin-top: 58px; }
  .about-pillars article { padding: 28px 20px 34px; }
  .about-pillars h3 { margin-top: 34px; }
  .about-clients { gap: 38px; margin-top: 58px; padding: 34px 24px; }
  .about-clients ul { grid-template-columns: 1fr; }
  .custom-image { min-height: 500px; padding: 42px 25px; }
  .custom-brand-symbol { width: min(138%, 500px); margin-block: -12% -8%; }
  .custom-brand-type { gap: 8px; padding-top: 22px; }
  .custom-brand-type strong { font-size: clamp(1.38rem, 7.5vw, 1.9rem); letter-spacing: .14em; }
  .custom-brand-type span { font-size: .58rem; letter-spacing: .15em; }
  .custom-brand-type small { max-width: 250px; line-height: 1.5; }
  h2 { font-size: clamp(2.6rem, 13vw, 3.8rem); }
  .catalog-toolbar { align-items: stretch; flex-direction: column; }
  .search-field { width: 100%; }
  .product-grid { grid-template-columns: 1fr; }
  .product-visual { aspect-ratio: 1 / .82; }
  .catalog-note, .projects-note { align-items: flex-start; flex-direction: column; }
  .projects-note p { text-align: left; }
  .project-carousel-stage { height: 500px; margin-inline: -15px; }
  .project-card { width: calc(100% - 46px); height: 460px; }
  .project-like { top: 13px; right: 13px; min-width: 66px; min-height: 40px; padding-inline: 12px; }
  .project-card-content { grid-template-columns: 1fr; }
  .project-card-content button { justify-self: start; }
  .project-carousel-controls { grid-template-columns: auto 1fr auto; gap: 10px; }
  .carousel-dots { justify-content: center; }
  .carousel-status { grid-column: 1 / -1; grid-row: 2; justify-content: center; }
  .process-section { padding-block: 88px; }
  .process-heading h2 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .process-manifesto { grid-template-columns: 72px 1fr; gap: 16px; }
  .process-seal { width: 72px; height: 72px; padding: 10px; }
  .process-seal > span { font-size: 1.3rem; }
  .process-map { grid-template-columns: 1fr; gap: 76px; margin-top: 76px; padding-left: 30px; }
  .process-map::after { content: ""; position: absolute; top: -25px; bottom: 25px; left: 0; border-left: 1px solid rgba(143,176,193,.35); }
  .process-step::before { top: -42px; left: -30px; width: 30px; height: 76px; border-top: 1px solid rgba(143,176,193,.35); border-left: 0; }
  .process-node { top: -56px; left: -30px; width: 46px; height: 46px; box-shadow: 0 0 0 6px #071721; }
  .process-card { min-height: 330px; }
  .process-footnote { grid-template-columns: auto 1fr auto; margin-top: 68px; }
  .process-footnote i:nth-of-type(2), .process-footnote span:last-child { display: none; }
  .contact-details { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-note { align-items: flex-start; flex-direction: column; }
  .whatsapp-float { right: 15px; bottom: 15px; min-height: 50px; padding-inline: 15px; }
  .cart-drawer { padding: 22px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
}

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