:root {
  --dc-green: #087a43;
  --dc-green-dark: #075d35;
  --dc-green-soft: #edf6f1;
  --dc-orange: #f47c2c;
  --dc-ink: #17201c;
  --dc-muted: #5f6964;
  --dc-paper: #f7f6f2;
  --dc-line: #dfe5e1;
  --dc-white: #fff;
  --dc-shadow: 0 18px 55px rgba(18, 44, 31, .10);
  --dc-radius: 18px;
}

/* Destination identities: each primary route uses its own visual grammar. */
.identity-hero { overflow: hidden; }
.identity-hero .section-inner { padding-top: clamp(64px, 7vw, 104px); padding-bottom: clamp(64px, 7vw, 104px); }
.identity-hero h1 { margin: 0; font-size: clamp(44px, 5.5vw, 76px); line-height: 1; letter-spacing: -.045em; }
.identity-hero .hero-copy { margin: 24px 0 0; max-width: 650px; font-size: clamp(18px, 1.7vw, 21px); line-height: 1.55; }
.identity-grid, .project-hero-grid, .service-hero-grid, .contact-hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(400px, 1.05fr); gap: clamp(44px, 6vw, 92px); align-items: center; }

/* Products — an editorial material library, not a photographic banner. */
.identity-products { color: var(--dc-ink); background: linear-gradient(115deg, #f5f1e8 0%, #fbfaf6 62%, #edf3ee 100%); }
.identity-products .identity-copy { position: relative; z-index: 2; }
.material-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.material-tags span { padding: 8px 13px; border: 1px solid #d2d9d3; border-radius: 99px; color: #365247; background: rgba(255,255,255,.58); font-size: 13px; font-weight: 800; letter-spacing: .04em; }
.material-board { position: relative; min-height: 570px; }
.material-main { position: absolute; inset: 18px 90px 0 36px; margin: 0; overflow: hidden; border-radius: 26px; background: #d8d1c5; box-shadow: 0 28px 70px rgba(42,51,45,.2); transform: rotate(-2deg); }
.material-main img { width: 100%; height: 100%; object-fit: cover; }
.material-main figcaption { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: 14px 16px; border-radius: 14px; color: white; background: rgba(17,29,23,.76); backdrop-filter: blur(8px); font-weight: 750; }
.material-detail { position: absolute; width: 190px; height: 220px; border: 9px solid white; border-radius: 20px; object-fit: cover; box-shadow: 0 20px 50px rgba(42,51,45,.18); }
.material-detail-top { top: 0; right: 0; transform: rotate(4deg); }
.material-detail-bottom { right: 16px; bottom: 10px; transform: rotate(2deg); }

/* Projects — cinematic scale with evidence visible before scrolling. */
.identity-projects { position: relative; color: white; background: radial-gradient(circle at 84% 18%, #244b60 0%, #0d2939 35%, #071b28 72%); }
.identity-projects::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, transparent 0, black 100%); }
.project-hero-grid { position: relative; z-index: 1; padding-bottom: 54px !important; }
.project-marquee { position: relative; height: 600px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 28px; box-shadow: 0 32px 80px rgba(0,0,0,.36); }
.project-marquee img { width: 100%; height: 100%; object-fit: cover; object-position: center 50%; }
.project-marquee figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; display: flex; justify-content: space-between; gap: 16px; padding: 17px 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 15px; background: rgba(4,22,33,.79); backdrop-filter: blur(10px); }
.project-marquee figcaption span { color: #cddce4; }
.project-link { color: white; border: 1px solid rgba(255,255,255,.35); background: transparent; }
.project-proof { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); max-width: 1220px; margin: 0 auto; padding: 0 5% 42px; }
.project-proof span { display: flex; flex-direction: column; padding: 20px 28px; border-left: 1px solid rgba(255,255,255,.22); color: #b9ccd6; }
.project-proof strong { margin-bottom: 4px; color: white; font-size: 26px; }

/* Services — process and people, with no decorative full-bleed treatment. */
.identity-services { color: var(--dc-ink); background: #eaf4ee; }
.service-hero-grid { grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); }
.process-steps { display: grid; grid-template-columns: repeat(2,1fr); gap: 0; margin: 30px 0 0; padding: 0; list-style: none; border-top: 1px solid #bad0c2; }
.process-steps li { display: flex; align-items: baseline; gap: 12px; padding: 15px 8px 15px 0; border-bottom: 1px solid #bad0c2; font-size: 18px; font-weight: 800; }
.process-steps li:nth-child(odd) { border-right: 1px solid #bad0c2; }
.process-steps li:nth-child(even) { padding-left: 18px; }
.process-steps span { color: var(--dc-green); font-size: 12px; letter-spacing: .08em; }
.service-visual { position: relative; height: 570px; margin: 0; overflow: hidden; border-radius: 8px 80px 8px 8px; box-shadow: 24px 24px 0 #c6ddce; }
.service-visual img { width: 100%; height: 100%; object-fit: cover; }
.service-visual figcaption { position: absolute; right: 20px; bottom: 20px; padding: 13px 16px; color: white; border-radius: 10px; background: rgba(8,55,35,.86); font-weight: 750; }

/* Contact — a direct communication panel and an unmistakable destination. */
.identity-contact { color: white; background: #0b683e; }
.identity-contact .section-inner { padding-top: 66px; padding-bottom: 66px; }
.contact-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr); }
.contact-direct h1 { max-width: 690px; }
.contact-direct > p:not(.eyebrow) { max-width: 600px; color: #d9eee3; font-size: 19px; }
.contact-routes { display: grid; margin-top: 30px; border-top: 1px solid rgba(255,255,255,.24); }
.contact-route { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 4px; color: white; border-bottom: 1px solid rgba(255,255,255,.24); }
.contact-route small { color: #bddac9; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-route strong { overflow-wrap: anywhere; }
.showroom-card { margin: 0; overflow: hidden; border-radius: 22px; background: white; box-shadow: 0 30px 70px rgba(0,0,0,.24); }
.showroom-card img { width: 100%; height: 390px; object-fit: cover; }
.showroom-card figcaption { display: grid; grid-template-columns: 1fr auto; gap: 5px 20px; padding: 22px; color: var(--dc-ink); }
.showroom-card figcaption strong { font-size: 20px; }
.showroom-card figcaption span { grid-column: 1; color: var(--dc-muted); }
.showroom-card figcaption a { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--dc-green); font-weight: 800; }

@media (max-width: 900px) {
  .identity-grid, .project-hero-grid, .service-hero-grid, .contact-hero-grid { grid-template-columns: 1fr; }
  .material-board { min-height: 500px; }
  .project-marquee, .service-visual { height: min(560px, 72vh); }
  .project-proof { grid-template-columns: 1fr; }
  .project-proof span { border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
}
@media (max-width: 560px) {
  .identity-hero h1 { font-size: clamp(40px, 12vw, 56px); }
  .material-board { min-height: 420px; }
  .material-main { inset: 12px 48px 0 0; }
  .material-detail { width: 135px; height: 160px; border-width: 6px; }
  .material-detail-bottom { display: none; }
  .project-marquee { height: 520px; }
  .project-marquee figcaption { flex-direction: column; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps li:nth-child(odd) { border-right: 0; }
  .process-steps li:nth-child(even) { padding-left: 0; }
  .service-visual { height: 430px; border-radius: 8px 52px 8px 8px; box-shadow: 12px 12px 0 #c6ddce; }
  .contact-route { align-items: flex-start; flex-direction: column; gap: 4px; }
  .showroom-card img { height: 280px; }
  .showroom-card figcaption { grid-template-columns: 1fr; }
  .showroom-card figcaption a { grid-column: 1; grid-row: auto; margin-top: 8px; }
}

/* Refined preview: retain the original language and differentiate with content. */
.projects-mosaic-hero { position: relative; min-height: min(720px, 78vh); overflow: hidden; color: white; background: #0a2017; }
.projects-mosaic { position: absolute; inset: 0; display: grid; grid-template-columns: 1.35fr .85fr .85fr; grid-template-rows: 1fr 1fr; gap: 4px; }
.projects-mosaic figure { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.projects-mosaic .mosaic-main { grid-row: 1 / 3; }
.projects-mosaic figure:nth-child(2) { grid-row: 1 / 3; }
.projects-mosaic img { width: 100%; height: 100%; object-fit: cover; }
.projects-mosaic figure:nth-child(2) img { object-position: center 58%; }
.projects-mosaic figcaption { position: absolute; right: 12px; bottom: 12px; left: 12px; display: flex; flex-direction: column; padding: 11px 13px; opacity: .94; border-left: 3px solid var(--dc-orange); background: rgba(5,20,14,.72); backdrop-filter: blur(6px); }
.projects-mosaic figcaption span { color: #d7e1dc; font-size: 12px; }
.mosaic-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,16,10,.88) 0%, rgba(3,16,10,.58) 39%, rgba(3,16,10,.12) 72%), linear-gradient(0deg, rgba(3,16,10,.42), transparent 45%); }
.mosaic-copy { position: relative; z-index: 2; display: flex; min-height: min(720px, 78vh); flex-direction: column; justify-content: center; align-items: flex-start; }
.mosaic-copy h1 { max-width: 800px; margin: 0; font-size: clamp(48px, 6.4vw, 84px); line-height: .98; letter-spacing: -.045em; }
.mosaic-copy .hero-copy { max-width: 640px; font-size: clamp(18px, 1.7vw, 21px); }
.mosaic-link { color: white; border: 1px solid rgba(255,255,255,.55); background: rgba(6,35,22,.3); }

.about-dual-hero { position: relative; min-height: min(680px, 74vh); overflow: hidden; color: white; background: #102219; }
.about-dual-images { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.about-dual-images::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,24,14,.84), rgba(4,24,14,.48) 50%, rgba(4,24,14,.24)), linear-gradient(0deg, rgba(4,24,14,.5), transparent 55%); }
.about-dual-images figure { position: relative; margin: 0; overflow: hidden; }
.about-dual-images img { width: 100%; height: 100%; object-fit: cover; }
.about-dual-images figcaption { position: absolute; z-index: 2; right: 18px; bottom: 18px; padding: 9px 12px; border-radius: 8px; color: white; background: rgba(4,24,14,.72); font-weight: 750; }
.about-dual-copy { position: relative; z-index: 2; display: flex; min-height: min(680px, 74vh); flex-direction: column; justify-content: center; align-items: flex-start; }
.about-dual-copy h1 { max-width: 850px; margin: 0; font-size: clamp(48px, 6.4vw, 82px); line-height: .98; letter-spacing: -.045em; }
.about-dual-copy .hero-copy { max-width: 670px; font-size: clamp(18px, 1.7vw, 21px); }

@media (max-width: 760px) {
  .projects-mosaic { grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; }
  .projects-mosaic .mosaic-main { grid-row: 1 / 3; }
  .projects-mosaic figure:nth-child(2) { grid-row: 1; }
  .projects-mosaic figure:nth-child(4) { display: none; }
  .mosaic-overlay { background: linear-gradient(90deg, rgba(3,16,10,.88), rgba(3,16,10,.2)), linear-gradient(0deg, rgba(3,16,10,.55), transparent 60%); }
  .projects-mosaic figcaption { display: none; }
  .about-dual-images { grid-template-columns: 1fr 1fr; }
  .about-dual-images figcaption { right: 8px; bottom: 8px; left: 8px; font-size: 12px; }
}

/* Project hero v2 — one strong image, several projects, no visual collage. */
.project-showcase-hero { position: relative; min-height: min(760px, 82vh); overflow: hidden; color: white; background: #0a2017; }
.showcase-slides, .showcase-slide, .showcase-overlay { position: absolute; inset: 0; }
.showcase-slide { width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.025); transition: opacity .8s ease, transform 6.5s ease; }
.showcase-slide.active { opacity: 1; transform: scale(1); }
.showcase-slide-nimitz { object-position: center 52%; }
.showcase-slide-arcadia { object-position: center 62%; }
.showcase-slide-victoria { object-position: center 54%; }
.showcase-overlay { background: linear-gradient(90deg, rgba(4,19,12,.9) 0%, rgba(4,19,12,.6) 43%, rgba(4,19,12,.08) 78%), linear-gradient(0deg, rgba(4,19,12,.68), transparent 48%); }
.showcase-copy { position: relative; z-index: 2; display: flex; min-height: min(650px, 68vh); flex-direction: column; justify-content: center; align-items: flex-start; padding-bottom: 70px !important; }
.showcase-copy h1 { max-width: 790px; margin: 0; font-size: clamp(48px, 6.3vw, 84px); line-height: .98; letter-spacing: -.045em; }
.showcase-copy .hero-copy { max-width: 650px; font-size: clamp(18px, 1.7vw, 21px); }
.showcase-link { color: white; border: 1px solid rgba(255,255,255,.52); background: rgba(4,30,18,.32); }
.showcase-nav { position: absolute; z-index: 3; right: 5%; bottom: 24px; left: 5%; display: grid; grid-template-columns: repeat(4,1fr); max-width: 1220px; margin: auto; border-top: 1px solid rgba(255,255,255,.35); }
.showcase-nav button { display: grid; grid-template-columns: auto 1fr; gap: 1px 12px; padding: 17px 18px; color: rgba(255,255,255,.72); border: 0; border-right: 1px solid rgba(255,255,255,.2); background: rgba(3,21,12,.42); text-align: left; cursor: pointer; backdrop-filter: blur(8px); transition: background .25s ease, color .25s ease; }
.showcase-nav button:last-child { border-right: 0; }
.showcase-nav button.active { color: white; background: rgba(3,74,40,.84); box-shadow: inset 0 3px 0 var(--dc-orange); }
.showcase-nav span { grid-row: 1 / 3; color: var(--dc-orange); font-size: 12px; font-weight: 900; }
.showcase-nav strong { font-size: 15px; }
.showcase-nav small { font-size: 11px; }
@media (max-width: 700px) {
  .project-showcase-hero { min-height: 760px; }
  .showcase-copy { min-height: 610px; justify-content: flex-end; padding-bottom: 100px !important; }
  .showcase-overlay { background: linear-gradient(0deg, rgba(3,18,10,.92) 0%, rgba(3,18,10,.45) 68%, rgba(3,18,10,.12)); }
  .showcase-nav { right: 20px; bottom: 18px; left: 20px; grid-template-columns: repeat(4,1fr); }
  .showcase-nav button { display: block; padding: 13px 6px; text-align: center; }
  .showcase-nav button strong, .showcase-nav button small { display: none; }
}

html { scroll-behavior: smooth; }
body { color: var(--dc-ink); background: var(--dc-white); }
[hidden] { display: none !important; }

.topbar { font-size: 13px; }
.topbar-inner { min-height: 34px; }
.nav-wrap { box-shadow: 0 1px 0 rgba(18, 44, 31, .08); }
.nav { min-height: 82px; }
.nav .brand img { width: 148px; }
.menu a { position: relative; font-weight: 650; }
.menu a[aria-current="page"] { color: var(--dc-green); }
.menu a[aria-current="page"]::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: -8px;
  left: 10px;
  height: 2px;
  border-radius: 999px;
  background: var(--dc-orange);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--dc-line);
  border-radius: 50%;
  color: var(--dc-ink);
  background: var(--dc-white);
  cursor: pointer;
}
.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}
.nav.menu-open .menu-toggle span { opacity: 0; }
.nav.menu-open .menu-toggle::before { transform: translateY(6px) rotate(45deg); }
.nav.menu-open .menu-toggle::after { transform: translateY(-6px) rotate(-45deg); }

.page-hero,
.hero {
  min-height: min(680px, 75vh);
  display: grid;
  align-items: end;
  background-position: center;
}
.page-hero .section-inner,
.hero .hero-inner { padding-top: 120px; padding-bottom: 90px; }
.page-hero h1,
.hero h1 { max-width: 920px; font-size: clamp(46px, 6.6vw, 84px); line-height: .98; }
.page-hero .hero-copy,
.hero .hero-copy { max-width: 760px; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.eyebrow { color: #ffd5b8; }

section:not(.page-hero) { scroll-margin-top: 100px; }
.band { background: var(--dc-paper); }
.section-inner { padding-top: clamp(70px, 8vw, 112px); padding-bottom: clamp(70px, 8vw, 112px); }
.section-head { margin-bottom: 36px; }
.section-head h2 { max-width: 760px; }
.section-head p { max-width: 660px; color: var(--dc-muted); font-size: 18px; }

.button { min-height: 50px; border-radius: 999px; padding: 0 24px; }
.button.primary { background: var(--dc-orange); }
.button.primary:hover { background: #db681e; }
.button.secondary { border-color: var(--dc-line); }

.grid-3 > *, .grid-4 > *, .notice, .catalog-card, .product-card {
  border-radius: var(--dc-radius);
}
.notice { border-color: var(--dc-line); box-shadow: 0 10px 30px rgba(18, 44, 31, .05); }

body[data-page="home"] main > section { padding-top: 0; padding-bottom: 0; }
body[data-page="home"] main > section > .section-inner,
body[data-page="home"] main > section > .hero-inner { padding-top: clamp(54px, 5.5vw, 78px); padding-bottom: clamp(54px, 5.5vw, 78px); }
body[data-page="home"] main > .hero > .hero-inner { padding-top: 104px; padding-bottom: 74px; }
body[data-page="home"] main > section[aria-label="Capacidad DC Decor"] > .section-inner { padding-top: 38px; padding-bottom: 38px; }
body[data-page="home"] .section-head { margin-bottom: 28px; }
body[data-page="home"] #productos .hero-actions,
body[data-page="home"] #proyectos-destacados .hero-actions { margin-top: 28px; }
.products { gap: 22px; }
.product { overflow: hidden; border-radius: var(--dc-radius); box-shadow: var(--dc-shadow); transition: transform .2s ease, box-shadow .2s ease; }
.product:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(18, 44, 31, .16); }
.product img { aspect-ratio: 16 / 10; object-fit: cover; }

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--dc-line);
  border-radius: var(--dc-radius);
  background: var(--dc-line);
  box-shadow: var(--dc-shadow);
}
.trust-stat { min-height: 148px; padding: 28px; background: var(--dc-white); }
.trust-stat strong { display: block; color: var(--dc-green); font-size: clamp(30px, 4vw, 48px); line-height: 1; }
.trust-stat span { display: block; margin-top: 10px; color: var(--dc-muted); line-height: 1.4; }

.portfolio-intro { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.portfolio-filters { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 28px; }
.portfolio-filter {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--dc-line);
  border-radius: 999px;
  color: var(--dc-ink);
  background: var(--dc-white);
  font-weight: 750;
  cursor: pointer;
}
.portfolio-filter.active { color: var(--dc-white); border-color: var(--dc-green); background: var(--dc-green); }
.portfolio-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
.portfolio-grid .case-item,
.portfolio-grid .case-item-featured {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
  border-radius: var(--dc-radius);
  box-shadow: var(--dc-shadow);
}
.portfolio-grid .case-item img,
.portfolio-grid .case-item-featured img { width: 100%; height: 100%; min-height: 310px; aspect-ratio: auto; }
.portfolio-grid .case-copy { min-height: 310px; justify-content: center; padding: clamp(26px, 4vw, 48px); }
.portfolio-grid .case-copy .case-meta { order: -1; }
.project-sector {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--dc-green-dark);
  background: var(--dc-green-soft);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.portfolio-detail-stage { display: none; }
.portfolio-detail-stage.active { display: block; }
.portfolio-detail-stage .project-detail.active { display: block; }

.process-timeline { counter-reset: dc-step; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.process-timeline > * { position: relative; min-height: 210px; padding: 26px; border: 1px solid var(--dc-line); border-radius: var(--dc-radius); background: var(--dc-white); }
.process-timeline > *::before { counter-increment: dc-step; content: "0" counter(dc-step); display: block; margin-bottom: 28px; color: var(--dc-orange); font-size: 14px; font-weight: 900; }

.conversion-band { color: var(--dc-white) !important; background: var(--dc-green-dark) !important; }
.conversion-band .section-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
.conversion-band h2 { color: var(--dc-white); }
.conversion-band p { color: rgba(255,255,255,.78); font-size: 19px; }
.conversion-band > .section-inner > div:first-child { padding: clamp(10px, 2vw, 28px) 0; }
.conversion-band .contact-box { border-color: rgba(255,255,255,.18); background: #f7fbf8; box-shadow: 0 24px 60px rgba(0,0,0,.18); }
.conversion-band .contact-box,
.conversion-band .contact-box p,
.conversion-band .contact-box a { color: var(--dc-ink); }
.conversion-band .contact-box .eyebrow { color: var(--dc-green); }

.quote-box { padding: clamp(24px, 4vw, 42px); }
.quote-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 26px; }
.quote-form label { display: grid; gap: 7px; color: var(--dc-ink); font-size: 14px; font-weight: 750; }
.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid var(--dc-line);
  border-radius: 10px;
  padding: 13px 14px;
  color: var(--dc-ink);
  background: var(--dc-white);
  font: inherit;
}
.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus { border-color: var(--dc-green); outline: 3px solid rgba(8,122,67,.12); }
.quote-wide { grid-column: 1 / -1; }

footer { padding: 30px 0; }
.whatsapp { box-shadow: 0 14px 34px rgba(0,0,0,.22); }

@media (max-width: 920px) {
  .topbar { display: none; }
  .nav-wrap { position: sticky; }
  .nav { min-height: 72px; padding: 10px 0; flex-wrap: nowrap; gap: 10px; }
  .nav .brand { margin-right: auto; }
  .nav .brand img { width: 126px; }
  .nav > .button { min-width: 0; min-height: 44px; padding: 0 15px; font-size: 14px; }
  .menu-toggle { display: block; order: 4; flex: 0 0 46px; }
  .menu {
    position: absolute;
    top: calc(100% + 1px);
    right: 12px;
    left: 12px;
    display: none;
    width: auto;
    padding: 12px;
    border-radius: 16px;
    box-shadow: var(--dc-shadow);
    background: var(--dc-white);
  }
  .nav.menu-open .menu { display: grid; }
  .menu a { min-height: 46px; justify-content: flex-start; padding: 0 16px; border-radius: 10px; }
  .menu a[aria-current="page"] { background: var(--dc-green-soft); }
  .menu a[aria-current="page"]::after { display: none; }
  .page-hero, .hero { min-height: 600px; }
  .page-hero .section-inner, .hero .hero-inner { padding-top: 100px; padding-bottom: 66px; }
  .page-hero h1, .hero h1 { font-size: clamp(40px, 9.5vw, 64px); }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-grid .case-item,
  .portfolio-grid .case-item-featured { grid-template-columns: 1fr; }
  .portfolio-grid .case-item img,
  .portfolio-grid .case-item-featured img { height: auto; min-height: 0; aspect-ratio: 16 / 9; }
  .portfolio-grid .case-copy { min-height: 0; }
  .process-timeline { grid-template-columns: 1fr 1fr; }
  .conversion-band .section-inner { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .nav > .button { width: 44px; min-width: 44px; padding: 0; overflow: hidden; color: transparent; }
  .nav > .button::before { margin: 0; }
  .page-hero, .hero { min-height: 520px; }
  .page-hero .section-inner, .hero .hero-inner { padding-top: 80px; padding-bottom: 54px; }
  .page-hero h1, .hero h1 { font-size: clamp(36px, 11.5vw, 52px); }
  .actions { display: grid; grid-template-columns: 1fr; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-stat { min-height: 130px; padding: 20px; }
  .process-timeline { grid-template-columns: 1fr; }
  .quote-form { grid-template-columns: 1fr; }
  .quote-wide { grid-column: auto; }
  body[data-page="home"] main > section > .section-inner,
  body[data-page="home"] main > section > .hero-inner { padding-top: 46px; padding-bottom: 46px; }
  body[data-page="home"] main > .hero > .hero-inner { padding-top: 72px; padding-bottom: 50px; }
  body[data-page="home"] main > section[aria-label="Capacidad DC Decor"] > .section-inner { padding-top: 26px; padding-bottom: 26px; }
  .portfolio-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; scrollbar-width: none; }
  .portfolio-filter { white-space: nowrap; }
  .portfolio-grid .case-copy { min-height: 0; }
}
