/*
Theme Name: JYR Urbanizaciones
Theme URI: https://www.jyr.cl/
Author: JYR Urbanizaciones
Description: Tema corporativo liviano y accesible para JYR Urbanizaciones.
Version: 1.2.1
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: jyr
*/

:root {
  --jyr-blue: #063b74;
  --jyr-blue-dark: #04294f;
  --jyr-yellow: #f5c400;
  --jyr-ink: #142033;
  --jyr-muted: #5c6878;
  --jyr-paper: #ffffff;
  --jyr-soft: #f3f6f9;
  --jyr-line: #dce3ea;
  --jyr-radius: 1.25rem;
  --jyr-shadow: 0 20px 50px rgba(4, 41, 79, .12);
  --jyr-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--jyr-ink);
  background: var(--jyr-paper);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
body.admin-bar .site-header { top: 32px; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
.container { width: min(calc(100% - 2rem), var(--jyr-width)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 9999; padding: .75rem 1rem; background: white; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(220,227,234,.8);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; font-weight: 900; }
.brand-mark { width: 52px; height: 52px; display: grid; place-items: center; border: 3px solid var(--jyr-blue); border-radius: 50%; color: var(--jyr-blue); font-size: 1.15rem; letter-spacing: -.08em; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { color: var(--jyr-blue); font-size: 1.25rem; }
.brand-copy small { color: var(--jyr-muted); margin-top: .28rem; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.custom-logo { max-height: 58px; width: auto; }
.brand-default-logo { display: block; width: 140px; height: auto; }
.primary-menu { display: flex; align-items: center; gap: 1.6rem; margin: 0; padding: 0; list-style: none; }
.primary-menu a { position: relative; color: var(--jyr-blue-dark); font-size: .9rem; font-weight: 750; text-decoration: none; }
.primary-menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.55rem; height: 3px; background: var(--jyr-yellow); transition: right .2s ease; }
.primary-menu a:hover::after, .primary-menu .current-menu-item a::after { right: 0; }
.menu-toggle { display: none; padding: .65rem; border: 0; background: transparent; color: var(--jyr-blue); font-size: 1.4rem; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 48px; padding: .75rem 1.15rem; border: 2px solid var(--jyr-yellow); border-radius: .7rem; background: var(--jyr-yellow); color: var(--jyr-blue-dark); font-weight: 850; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(245,196,0,.24); }
.button-outline { border-color: rgba(255,255,255,.55); background: transparent; color: white; }

.hero { position: relative; isolation: isolate; min-height: 680px; display: grid; align-items: center; overflow: hidden; color: white; background: linear-gradient(112deg, rgba(4,41,79,.98) 0%, rgba(6,59,116,.90) 54%, rgba(6,59,116,.45) 100%), var(--hero-image, linear-gradient(135deg, #063b74, #0b5aa3)); background-position: center; background-size: cover; }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .18; background-image: linear-gradient(90deg, transparent 49.7%, rgba(255,255,255,.25) 50%, transparent 50.3%), linear-gradient(0deg, transparent 49.7%, rgba(255,255,255,.2) 50%, transparent 50.3%); background-size: 72px 72px; }
.hero-content { max-width: none; padding-block: 7rem; }
.eyebrow { display: inline-flex; align-items: center; gap: .6rem; margin-bottom: 1.1rem; color: var(--jyr-yellow); font-size: .82rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 38px; height: 3px; background: currentColor; }
.hero h1 { max-width: 13ch; margin: 0 0 1.25rem; font-size: clamp(2.6rem, 6vw, 5.5rem); line-height: .98; letter-spacing: -.05em; }
.hero p { max-width: 630px; margin: 0 0 2rem; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.trust-strip { position: relative; z-index: 2; margin-top: -48px; }
.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-radius: var(--jyr-radius); background: white; box-shadow: var(--jyr-shadow); overflow: hidden; }
.trust-item { padding: 1.5rem 1.8rem; border-right: 1px solid var(--jyr-line); }
.trust-item:last-child { border: 0; }
.trust-item strong { display: block; color: var(--jyr-blue); font-size: 1.05rem; }
.trust-item span { color: var(--jyr-muted); font-size: .88rem; }

.section { padding-block: clamp(4.5rem, 9vw, 7.5rem); }
.section-soft { background: var(--jyr-soft); }
.section-heading { max-width: 680px; margin-bottom: 2.7rem; }
.section-heading h2 { margin: .4rem 0 .8rem; color: var(--jyr-blue-dark); font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.08; letter-spacing: -.035em; }
.section-heading p { margin: 0; color: var(--jyr-muted); font-size: 1.06rem; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.service-card { position: relative; min-height: 300px; padding: 1.7rem; border: 1px solid var(--jyr-line); border-radius: var(--jyr-radius); background: white; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--jyr-shadow); }
.service-number { color: var(--jyr-yellow); font-size: .8rem; font-weight: 900; letter-spacing: .1em; }
.service-card h3 { margin: 4rem 0 .8rem; color: var(--jyr-blue); font-size: 1.35rem; line-height: 1.2; }
.service-card p { margin: 0; color: var(--jyr-muted); font-size: .94rem; }
.service-card::after { content: ""; position: absolute; right: -35px; bottom: -35px; width: 110px; height: 110px; border: 22px solid rgba(6,59,116,.06); border-radius: 50%; }

.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 7vw, 6rem); align-items: center; }
.about-visual { position: relative; min-height: 500px; border-radius: var(--jyr-radius); background: linear-gradient(145deg, var(--jyr-blue), var(--jyr-blue-dark)); overflow: hidden; box-shadow: var(--jyr-shadow); }
.about-visual::before, .about-visual::after { content: ""; position: absolute; border: 3px solid rgba(245,196,0,.75); }
.about-visual::before { inset: 12% 18%; }
.about-visual::after { width: 250px; height: 250px; right: -90px; bottom: -90px; border-radius: 50%; }
.about-badge { position: absolute; left: 1.5rem; bottom: 1.5rem; max-width: 260px; padding: 1.2rem; border-radius: .9rem; background: white; color: var(--jyr-blue-dark); font-weight: 800; }
.about-copy h2 { margin: .4rem 0 1.2rem; color: var(--jyr-blue-dark); font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.08; letter-spacing: -.035em; }
.about-copy p { color: var(--jyr-muted); }
.check-list { display: grid; gap: .7rem; margin: 1.5rem 0 2rem; padding: 0; list-style: none; }
.check-list li { display: flex; gap: .7rem; font-weight: 700; }
.check-list li::before { content: "✓"; flex: 0 0 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--jyr-yellow); color: var(--jyr-blue-dark); }

.cta { position: relative; overflow: hidden; padding-block: 5rem; color: white; background: var(--jyr-blue-dark); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta h2 { max-width: 700px; margin: 0 0 .6rem; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.08; }
.cta p { margin: 0; color: rgba(255,255,255,.72); }

.content-area { min-height: 55vh; padding-block: 5rem; }
.entry-content { max-width: 820px; }
.entry-content h1 { color: var(--jyr-blue-dark); font-size: clamp(2.2rem,5vw,4rem); line-height: 1.05; }
.entry-content a { color: var(--jyr-blue); }

.site-footer { padding: 4rem 0 1.5rem; color: rgba(255,255,255,.74); background: #031f3b; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; }
.footer-brand { color: white; font-size: 1.35rem; font-weight: 900; }
.site-footer h2 { color: white; font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer ul { display: grid; gap: .5rem; margin: 0; padding: 0; list-style: none; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--jyr-yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }

@media (max-width: 900px) {
  body.admin-bar .site-header { top: 46px; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 82px; left: 0; right: 0; padding: 1rem; background: white; border-bottom: 1px solid var(--jyr-line); }
  .site-nav.is-open { display: block; }
  .primary-menu { align-items: stretch; flex-direction: column; gap: 0; }
  .primary-menu a { display: block; padding: .8rem; }
  .primary-menu a::after { display: none; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { min-height: 380px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .hero { min-height: 620px; }
  .hero-content { padding-block: 5rem 7rem; }
  .trust-grid, .services-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--jyr-line); }
  .service-card { min-height: 250px; }
  .service-card h3 { margin-top: 2.5rem; }
  .footer-bottom { flex-direction: column; }
  .brand-copy { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Fotografías y componentes de la versión 1.1 */
.service-card { padding: 0; }
.service-image { width: 100%; height: 168px; display: block; object-fit: cover; }
.service-body { padding: 1.35rem 1.45rem 1.6rem; }
.service-card h3 { margin: .8rem 0 .55rem; }
.about-visual img { width: 100%; height: 100%; display: block; object-fit: cover; }
.about-visual::before { z-index: 1; }
.about-badge { z-index: 2; }
.projects-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.project-card { position: relative; min-height: 290px; margin: 0; border-radius: var(--jyr-radius); overflow: hidden; background: var(--jyr-blue-dark); }
.project-card img { width: 100%; height: 100%; min-height: 290px; display: block; object-fit: cover; transition: transform .35s ease; }
.project-card:hover img { transform: scale(1.035); }
.project-card figcaption { position: absolute; inset: auto 0 0; padding: 2.8rem 1.25rem 1.1rem; color: white; font-weight: 800; background: linear-gradient(transparent, rgba(3,31,59,.92)); }
.clients { padding-block: 3rem; border-top: 1px solid var(--jyr-line); }
.clients-title { margin: 0 0 1.5rem; color: var(--jyr-muted); text-align: center; font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.clients-grid { display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; gap: 2rem; }
.clients-grid img { width: 100%; max-height: 70px; object-fit: contain; filter: grayscale(1); opacity: .72; transition: filter .2s ease, opacity .2s ease; }
.clients-grid img:hover { filter: none; opacity: 1; }

/* Elementor: lienzo completo manteniendo cabecera y pie del tema. */
.elementor-page .content-area { padding-block: 0; }
.elementor-page .entry-content { max-width: none; }
.jyr-elementor-content { min-height: 55vh; }

@media (max-width: 900px) {
  .projects-grid { grid-template-columns: repeat(2, 1fr); }
  .clients-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 620px) {
  .projects-grid { grid-template-columns: 1fr; }
  .clients-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-default-logo { width: 126px; }
}

/* Páginas interiores — versión 1.2 */
.page-hero {
  position: relative;
  isolation: isolate;
  min-height: 510px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: white;
  background-color: var(--jyr-blue-dark);
  background-position: center;
  background-size: cover;
}
.page-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(105deg, rgba(3,31,59,.98) 5%, rgba(6,59,116,.84) 55%, rgba(6,59,116,.32));
}
.page-hero-services { background-image: url("assets/images/hero-servicios.webp"); background-position: center 52%; }
.page-hero-about { background-image: url("assets/images/equipo-jyr.webp"); background-position: center 36%; }
.page-hero-contact { background-image: url("assets/images/contacto-obra.webp"); }
.page-hero-content { padding-block: 7rem 5rem; }
.page-hero h1 { max-width: 12ch; margin: .25rem 0 1.25rem; font-size: clamp(2.7rem, 6vw, 5rem); line-height: .98; letter-spacing: -.05em; }
.page-hero p { max-width: 670px; margin: 0; color: rgba(255,255,255,.8); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.service-jump { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2.2rem; }
.service-jump a { padding: .55rem .8rem; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; background: rgba(255,255,255,.08); font-size: .82rem; font-weight: 750; text-decoration: none; }
.service-jump a:hover { border-color: var(--jyr-yellow); background: var(--jyr-yellow); color: var(--jyr-blue-dark); }

.services-detail-section { padding-bottom: 2rem; }
.services-detail-list { display: grid; gap: clamp(4.5rem, 9vw, 8rem); }
.service-detail { scroll-margin-top: 110px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(2rem, 7vw, 6rem); }
.service-detail-reverse .service-detail-image { order: 2; }
.service-detail-image { min-height: 430px; border-radius: var(--jyr-radius); overflow: hidden; box-shadow: var(--jyr-shadow); }
.service-detail-image img { width: 100%; height: 100%; min-height: 430px; display: block; object-fit: cover; }
.service-detail-copy { max-width: 520px; }
.service-kicker { color: var(--jyr-blue); font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.service-detail h2 { margin: .55rem 0 1rem; color: var(--jyr-blue-dark); font-size: clamp(2.3rem, 4vw, 3.8rem); line-height: 1; letter-spacing: -.04em; }
.service-detail-copy > p { color: var(--jyr-muted); font-size: 1.02rem; }
.detail-list { display: grid; gap: .65rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.detail-list li { position: relative; padding-left: 1.5rem; font-weight: 700; }
.detail-list li::before { content: ""; position: absolute; left: 0; top: .7em; width: 8px; height: 8px; border-radius: 50%; background: var(--jyr-yellow); box-shadow: 0 0 0 4px rgba(245,196,0,.18); }

.about-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2rem, 7vw, 6rem); }
.about-intro-image { min-height: 520px; border-radius: var(--jyr-radius); overflow: hidden; box-shadow: var(--jyr-shadow); }
.about-intro-image img { width: 100%; height: 100%; min-height: 520px; display: block; object-fit: cover; }
.text-link { display: inline-flex; gap: .5rem; margin-top: .75rem; color: var(--jyr-blue); font-weight: 850; text-decoration: none; }
.text-link:hover { color: var(--jyr-blue-dark); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.value-card { min-height: 280px; padding: 1.6rem; border: 1px solid var(--jyr-line); border-radius: var(--jyr-radius); background: white; }
.value-card > span { color: var(--jyr-yellow); font-size: .78rem; font-weight: 900; }
.value-card h3 { margin: 3.6rem 0 .65rem; color: var(--jyr-blue); font-size: 1.35rem; }
.value-card p { margin: 0; color: var(--jyr-muted); font-size: .93rem; }
.purpose-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1rem; }
.purpose-card { min-height: 380px; padding: clamp(2rem, 5vw, 4rem); border: 1px solid var(--jyr-line); border-radius: var(--jyr-radius); background: var(--jyr-soft); }
.purpose-primary { color: white; background: var(--jyr-blue-dark); }
.purpose-card h2 { margin: .5rem 0 1.2rem; color: var(--jyr-blue-dark); font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.12; letter-spacing: -.03em; }
.purpose-primary h2 { color: white; }
.purpose-card p { color: var(--jyr-muted); }
.purpose-primary p { color: rgba(255,255,255,.72); }

.contact-section { background: var(--jyr-soft); }
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: clamp(1.5rem, 5vw, 4rem); }
.contact-aside { overflow: hidden; border-radius: var(--jyr-radius); color: white; background: var(--jyr-blue-dark); box-shadow: var(--jyr-shadow); }
.contact-aside img { width: 100%; height: 280px; display: block; object-fit: cover; }
.contact-aside-copy { padding: 2rem; }
.contact-aside-copy h2 { margin: .3rem 0 1rem; font-size: clamp(1.7rem, 3vw, 2.4rem); line-height: 1.08; }
.contact-aside-copy p { color: rgba(255,255,255,.72); }
.contact-aside-copy a { display: inline-block; margin-top: .6rem; color: var(--jyr-yellow); font-weight: 850; text-decoration: none; }
.contact-form-panel { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--jyr-line); border-radius: var(--jyr-radius); background: white; }
.contact-form { display: grid; gap: 1.1rem; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.contact-form label { display: grid; gap: .42rem; color: var(--jyr-blue-dark); font-size: .88rem; font-weight: 800; }
.contact-form input,
.contact-form select,
.contact-form textarea { width: 100%; padding: .78rem .85rem; border: 1px solid #c8d2dc; border-radius: .55rem; background: white; color: var(--jyr-ink); font: inherit; font-weight: 450; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { outline: 3px solid rgba(245,196,0,.28); border-color: var(--jyr-blue); }
.contact-form .button { justify-self: start; cursor: pointer; }
.form-help { margin: -.2rem 0 0; color: var(--jyr-muted); font-size: .78rem; }
.form-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-notice { margin-bottom: 1.4rem; padding: 1rem 1.1rem; border-radius: .7rem; }
.form-success { border: 1px solid #9bc9a8; background: #eaf7ee; color: #175c2c; }
.form-error { border: 1px solid #e0a8a8; background: #fff0f0; color: #812525; }

#experiencia { padding-block: clamp(4rem, 7vw, 6rem); }
.project-showcase-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.project-showcase { overflow: hidden; border: 1px solid var(--jyr-line); border-radius: var(--jyr-radius); background: white; box-shadow: 0 14px 38px rgba(4,41,79,.08); }
.project-slider { position: relative; height: 350px; overflow: hidden; background: var(--jyr-blue-dark); }
.project-slide { width: 100%; height: 100%; animation: project-fade .35s ease; }
.project-slide[hidden] { display: none; }
.project-slide img { width: 100%; height: 100%; display: block; object-fit: cover; }
.project-slider-controls { position: absolute; right: 1rem; bottom: 1rem; display: flex; align-items: center; gap: .45rem; padding: .35rem; border-radius: 999px; color: white; background: rgba(3,31,59,.86); backdrop-filter: blur(8px); }
.project-slider-controls button { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: white; background: rgba(255,255,255,.12); font-size: 1rem; cursor: pointer; }
.project-slider-controls button:hover,
.project-slider-controls button:focus-visible { outline: 2px solid var(--jyr-yellow); background: var(--jyr-yellow); color: var(--jyr-blue-dark); }
.project-slider-status { min-width: 42px; text-align: center; font-size: .75rem; font-weight: 800; }
.project-showcase-copy { padding: 1.25rem 1.4rem 1.5rem; }
.project-showcase-copy span { color: var(--jyr-blue); font-size: .75rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.project-showcase-copy h3 { margin: .25rem 0 0; color: var(--jyr-blue-dark); font-size: 1.35rem; line-height: 1.2; }
.future-projects { margin-top: 3.5rem; }
.future-projects-heading { max-width: 640px; margin-bottom: 1.5rem; }
.future-projects-heading h3 { margin: .25rem 0 .4rem; color: var(--jyr-blue-dark); font-size: clamp(1.6rem, 3vw, 2.3rem); line-height: 1.1; }
.future-projects-heading p { margin: 0; color: var(--jyr-muted); }
.future-projects-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: .75rem; }
.future-project-card { min-height: 145px; padding: 1.15rem; border: 1px dashed #aebdca; border-radius: 1rem; background: rgba(255,255,255,.56); }
.future-project-card::before { content: "+"; width: 28px; height: 28px; display: grid; place-items: center; margin-bottom: 1.15rem; border-radius: 50%; color: var(--jyr-blue); background: rgba(6,59,116,.08); font-weight: 900; }
.future-project-card span { color: var(--jyr-muted); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.future-project-card h4 { margin: .2rem 0 0; color: var(--jyr-blue-dark); font-size: .9rem; line-height: 1.25; }

@keyframes project-fade {
  from { opacity: .35; transform: scale(1.015); }
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 900px) {
  .service-detail,
  .about-intro,
  .contact-layout { grid-template-columns: 1fr; }
  .service-detail-reverse .service-detail-image { order: initial; }
  .service-detail-copy { max-width: none; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .purpose-grid { grid-template-columns: 1fr; }
  .future-projects-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 620px) {
  .page-hero { min-height: 470px; }
  .page-hero-content { padding-block: 5.5rem 3.5rem; }
  .service-detail-image,
  .service-detail-image img { min-height: 300px; }
  .about-intro-image,
  .about-intro-image img { min-height: 360px; }
  .values-grid,
  .form-row { grid-template-columns: 1fr; }
  .value-card { min-height: 230px; }
  .value-card h3 { margin-top: 2.3rem; }
  .project-showcase-grid,
  .future-projects-grid { grid-template-columns: 1fr; }
  .project-slider { height: 270px; }
}
