:root {
  --ink: #173745;
  --charcoal: #225b73;
  --graphite: #58727b;
  --deep-green: #2f7b74;
  --petrol: #7eb4c8;
  --blue: #d7eef5;
  --teal: #2f7b74;
  --champagne: #c7a96a;
  --champagne-light: #e8d7a5;
  --ivory: #eef5f2;
  --porcelain: #f7faf8;
  --stone: #d7e4df;
  --mist: #e3ede9;
  --muted: #526977;
  --line: rgba(7, 24, 38, 0.14);
  --line-light: rgba(238, 245, 242, 0.22);
  --white: #f7fbfb;
  --shadow: 0 30px 100px rgba(3, 20, 34, 0.24);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset, 156px);
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 8%, rgba(47, 123, 116, 0.18), transparent 26%),
    radial-gradient(circle at 90% 18%, rgba(10, 46, 87, 0.14), transparent 28%),
    linear-gradient(180deg, #f7faf8 0%, #e7f0ed 48%, #f7faf8 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

img {
  image-orientation: from-image;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

main section[id],
.full-article {
  scroll-margin-top: var(--anchor-offset, 156px);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 96px;
  padding: 16px clamp(20px, 4vw, 62px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(7, 24, 38, 0.52), rgba(7, 24, 38, 0));
  transition: background 240ms ease, box-shadow 240ms ease, min-height 240ms ease, color 240ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  min-height: 82px;
  color: var(--ink);
  background: rgba(247, 250, 248, 0.93);
  box-shadow: 0 16px 52px rgba(3, 20, 34, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 14px;
  font-weight: 800;
}

.brand img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  box-shadow: 0 18px 44px rgba(3, 20, 34, 0.28);
}

.brand-copy {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.brand-copy strong {
  font-size: 1.08rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-copy small {
  color: rgba(247, 251, 251, 0.68);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-header.is-scrolled .brand-copy small,
.site-header.is-open .brand-copy small,
.site-footer .brand-copy small {
  color: var(--teal);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.5vw, 34px);
  font-size: 0.9rem;
  font-weight: 800;
}

.site-nav a {
  position: relative;
  color: currentColor;
}

.site-nav a:not(.nav-cta)::after {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  content: "";
  background: var(--champagne);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
  transform: scaleX(1);
}

.nav-cta {
  padding: 11px 18px;
  border: 1px solid rgba(47, 123, 116, 0.72);
  border-radius: 999px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: currentColor;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  cursor: pointer;
}

.site-header.is-scrolled .nav-toggle,
.site-header.is-open .nav-toggle {
  border-color: rgba(52, 57, 47, 0.2);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: clamp(720px, 96svh, 920px);
  overflow: hidden;
  color: var(--white);
  background: var(--blue);
}

.hero-slider,
.hero-slide,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-slider {
  overflow: hidden;
}

.hero-slide {
  background-image:
    linear-gradient(135deg, rgba(7, 24, 38, 0.2), rgba(15, 75, 67, 0.18)),
    var(--image),
    linear-gradient(125deg, #071826 0%, #0b3c52 52%, #0f4b43 100%);
  background-position: center;
  background-size: cover;
  filter: saturate(0.96) contrast(1.04);
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 1200ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  animation: heroDrift 9s ease-in-out infinite alternate;
}

.hero-overlay {
  background:
    radial-gradient(circle at 76% 28%, rgba(47, 123, 116, 0.32), transparent 26%),
    linear-gradient(90deg, rgba(7, 24, 38, 0.96) 0%, rgba(7, 24, 38, 0.72) 48%, rgba(7, 24, 38, 0.24) 100%),
    linear-gradient(0deg, rgba(10, 46, 87, 0.66), rgba(10, 46, 87, 0) 45%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: clamp(34px, 7vw, 90px);
  align-items: end;
  min-height: inherit;
  padding-top: 150px;
  padding-bottom: 112px;
}

.hero-copy {
  max-width: 800px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--champagne);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 850px;
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.3rem, 8vw, 7.2rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 5vw, 4.35rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.24rem, 2vw, 1.65rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 710px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--ink);
  background: linear-gradient(135deg, #e8d7a5, #8fc6bd);
  box-shadow: 0 18px 46px rgba(47, 123, 116, 0.24);
}

.button-primary:hover {
  background: linear-gradient(135deg, #f1dfaa, #a7d6cf);
}

.button-ghost {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
}

.button-ghost:hover {
  border-color: rgba(234, 214, 155, 0.72);
}

.hero-dashboard {
  padding: 26px;
  border: 1px solid rgba(242, 234, 220, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(160deg, rgba(10, 46, 87, 0.82), rgba(15, 75, 67, 0.66)),
    rgba(7, 24, 38, 0.76);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.dashboard-logo {
  display: flex;
  justify-content: center;
  padding: 10px 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.dashboard-logo img {
  width: 132px;
  height: 132px;
  filter: drop-shadow(0 20px 42px rgba(3, 20, 34, 0.5));
}

.dashboard-row {
  display: grid;
  gap: 8px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.dashboard-row:last-child {
  padding-bottom: 6px;
  border-bottom: 0;
}

.dashboard-row span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dashboard-row strong {
  color: var(--champagne-light);
  font-size: clamp(1.22rem, 2.2vw, 2rem);
  line-height: 1.1;
  text-shadow: 0 8px 28px rgba(62, 52, 37, 0.28);
}

.hero-marquee {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  gap: 1px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(242, 234, 220, 0.1);
  backdrop-filter: blur(14px);
}

.hero-marquee span {
  flex: 1 0 auto;
  min-width: 220px;
  padding: 18px 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
  background: rgba(10, 46, 87, 0.34);
}

.section {
  padding: clamp(82px, 10vw, 142px) 0;
}

.statement {
  background:
    radial-gradient(circle at 82% 18%, rgba(47, 123, 116, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(247, 250, 248, 0.98), rgba(227, 237, 233, 0.94)),
    var(--porcelain);
}

.statement-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: start;
}

.statement-kicker {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 18px;
  padding-left: 24px;
  border-left: 3px solid var(--champagne);
  background: linear-gradient(90deg, rgba(47, 123, 116, 0.08), transparent 68%);
}

.statement-kicker span {
  color: var(--champagne);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.statement-kicker strong {
  max-width: 340px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.08;
}

.statement-copy p {
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.24rem);
}

.visual-reel-section {
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 14% 18%, rgba(143, 198, 189, 0.16), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(199, 169, 106, 0.16), transparent 24%),
    linear-gradient(135deg, #071826 0%, #0a2e57 48%, #0f4b43 100%);
}

.reel-head {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.62fr);
  gap: clamp(28px, 6vw, 74px);
  align-items: end;
  margin-bottom: 42px;
}

.reel-head h2 {
  margin-bottom: 0;
}

.reel-head > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.05rem;
}

.reel-shell {
  width: min(1480px, calc(100% - 18px));
  margin-inline: auto;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.reel-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: reelSweep 48s linear infinite;
}

.reel-card {
  position: relative;
  flex: 0 0 clamp(280px, 31vw, 430px);
  height: clamp(340px, 42vw, 520px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(238, 245, 242, 0.18);
  border-radius: var(--radius);
  background: rgba(238, 245, 242, 0.08);
  box-shadow: 0 26px 84px rgba(3, 20, 34, 0.32);
}

.reel-card-wide {
  flex-basis: clamp(420px, 46vw, 660px);
}

.reel-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.04);
  transition: transform 900ms ease;
}

.reel-card:hover img {
  transform: scale(1.045);
}

.reel-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  content: "";
  background: linear-gradient(0deg, rgba(7, 24, 38, 0.88), rgba(7, 24, 38, 0));
  pointer-events: none;
}

.reel-card figcaption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 1;
  color: var(--champagne-light);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.section-ink {
  color: var(--white);
  background:
    radial-gradient(circle at 18% 12%, rgba(47, 123, 116, 0.24), transparent 28%),
    linear-gradient(135deg, rgba(7, 24, 38, 0.98), rgba(10, 46, 87, 0.94) 52%, rgba(15, 75, 67, 0.92)),
    var(--blue);
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line-light);
  box-shadow: inset 0 1px 0 rgba(255, 250, 240, 0.12);
}

.pillar-grid article {
  min-height: 285px;
  padding: clamp(26px, 4vw, 42px);
  border-right: 1px solid var(--line-light);
  background: rgba(242, 234, 220, 0.06);
}

.pillar-grid article:last-child {
  border-right: 0;
}

.pillar-grid span,
.area-content span,
.project-content span,
.process-list span {
  display: block;
  margin-bottom: 14px;
  color: var(--champagne);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pillar-grid h2 {
  margin-bottom: 16px;
  font-size: clamp(1.6rem, 3vw, 2.45rem);
}

.pillar-grid p {
  color: rgba(255, 255, 255, 0.68);
}

.areas {
  background:
    radial-gradient(circle at 88% 12%, rgba(47, 123, 116, 0.13), transparent 26%),
    linear-gradient(180deg, var(--porcelain), var(--mist));
}

.section-heading {
  max-width: 860px;
  margin-bottom: 48px;
}

.section-heading > p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.05rem;
}

.areas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.area-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 22px 70px rgba(3, 20, 34, 0.18);
  isolation: isolate;
  outline: 1px solid rgba(255, 250, 240, 0.12);
  outline-offset: -1px;
}

.area-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(0deg, rgba(7, 24, 38, 0.92) 0%, rgba(10, 46, 87, 0.48) 54%, rgba(15, 75, 67, 0.08) 100%);
}

.area-image,
.project-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(135deg, rgba(7, 24, 38, 0.18), rgba(47, 123, 116, 0.2)),
    var(--image),
    linear-gradient(135deg, #071826 0%, #0b3c52 52%, #0f4b43 100%);
  background-position: center;
  background-size: cover;
  transition: transform 700ms ease;
}

.area-card:hover .area-image,
.project-card:hover .project-image {
  transform: scale(1.06);
}

.area-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  color: var(--white);
  text-shadow: 0 12px 34px rgba(7, 24, 38, 0.5);
}

.area-content p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.execution {
  color: var(--white);
  background:
    radial-gradient(circle at 78% 18%, rgba(47, 123, 116, 0.24), transparent 24%),
    linear-gradient(135deg, rgba(7, 24, 38, 0.98), rgba(10, 46, 87, 0.95) 52%, rgba(15, 75, 67, 0.92)),
    var(--blue);
}

.execution-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: start;
}

.execution .section-heading {
  position: sticky;
  top: 120px;
  margin-bottom: 0;
}

.execution .section-heading > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
}

.execution-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 240px;
  gap: 16px;
}

.execution-item {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(238, 245, 242, 0.08);
  box-shadow: 0 22px 70px rgba(3, 20, 34, 0.32);
}

.execution-item img,
.area-image,
.project-image {
  filter: saturate(0.94) contrast(1.04);
}

.execution-item-large {
  grid-row: span 2;
}

.execution-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.execution-item:hover img {
  transform: scale(1.05);
}

.execution-item::after {
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  content: "";
  background: linear-gradient(0deg, rgba(7, 24, 38, 0.82), rgba(7, 24, 38, 0));
  pointer-events: none;
}

.execution-item figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 1;
  color: var(--champagne-light);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.featured {
  background:
    radial-gradient(circle at 12% 18%, rgba(10, 46, 87, 0.08), transparent 26%),
    linear-gradient(180deg, var(--mist), var(--porcelain));
}

.featured-layout {
  display: grid;
  gap: 18px;
}

.project-list {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 22px;
}

.project-card {
  position: relative;
  display: grid;
  min-height: 260px;
  overflow: hidden;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 22px 76px rgba(3, 20, 34, 0.22);
  isolation: isolate;
  outline: 1px solid rgba(255, 250, 240, 0.12);
  outline-offset: -1px;
}

.project-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 24, 38, 0.92) 0%, rgba(10, 46, 87, 0.56) 56%, rgba(15, 75, 67, 0.12) 100%),
    linear-gradient(0deg, rgba(7, 24, 38, 0.76), rgba(7, 24, 38, 0.08));
}

.project-card-large {
  min-height: 620px;
}

.project-stack {
  display: grid;
  gap: 22px;
}

.project-content {
  align-self: end;
  max-width: 560px;
  padding: 30px;
  text-shadow: 0 12px 34px rgba(7, 24, 38, 0.52);
}

.parking-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 390px;
  margin: 18px 0 6px;
}

.parking-thumbs img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
  border: 1px solid rgba(238, 245, 242, 0.3);
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(3, 20, 34, 0.28);
}

.project-card-large .project-content {
  padding: 42px;
}

.project-content p {
  color: rgba(255, 255, 255, 0.72);
}

.project-content a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--champagne-light);
  font-weight: 900;
}

.project-content a::after {
  content: " ->";
}

.model {
  color: var(--white);
  background:
    radial-gradient(circle at 20% 18%, rgba(47, 123, 116, 0.22), transparent 26%),
    linear-gradient(135deg, rgba(7, 24, 38, 0.98), rgba(10, 46, 87, 0.94) 52%, rgba(15, 75, 67, 0.9)),
    var(--graphite);
}

.model-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: start;
}

.model-panel {
  position: sticky;
  top: 120px;
}

.model-panel p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.process-list {
  display: grid;
  border-top: 1px solid var(--line-light);
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.05), rgba(255, 250, 240, 0));
}

.process-list div {
  display: grid;
  grid-template-columns: 82px minmax(150px, 0.42fr) minmax(0, 1fr);
  gap: 22px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line-light);
  transition: background 180ms ease, padding-left 180ms ease;
}

.process-list div:hover {
  padding-left: 16px;
  background: rgba(255, 250, 240, 0.06);
}

.process-list span {
  margin-bottom: 0;
}

.process-list strong {
  color: var(--champagne-light);
  font-size: 1.15rem;
}

.process-list p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
}

.contact-section {
  background:
    radial-gradient(circle at 82% 16%, rgba(47, 123, 116, 0.18), transparent 22%),
    radial-gradient(circle at 8% 78%, rgba(10, 46, 87, 0.1), transparent 25%),
    linear-gradient(180deg, var(--ivory), var(--porcelain));
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: start;
}

.contact-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.06rem;
}

.contact-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.contact-meta a,
.contact-meta span {
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(247, 250, 248, 0.72);
  font-weight: 900;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(7, 24, 38, 0.13);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(247, 250, 248, 0.92), rgba(227, 237, 233, 0.78));
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  outline: 1px solid rgba(47, 123, 116, 0.2);
  outline-offset: -8px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--graphite);
  font-size: 0.82rem;
  font-weight: 900;
}

.netlify-hidden {
  display: none !important;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  background: #f7faf8;
  border: 1px solid rgba(7, 24, 38, 0.16);
  border-radius: var(--radius);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: rgba(47, 123, 116, 0.78);
  box-shadow: 0 0 0 4px rgba(47, 123, 116, 0.16);
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--deep-green);
  font-weight: 900;
}

.site-footer {
  padding: 34px 0;
  color: rgba(255, 255, 255, 0.74);
  background:
    linear-gradient(135deg, #071826, #0a2e57 55%, #0f4b43),
    var(--blue);
}

.footer-layout {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.site-footer .brand img {
  width: 54px;
  height: 54px;
}

.footer-layout p {
  margin-bottom: 0;
}

.footer-legal-copy {
  display: grid;
  gap: 10px;
  justify-items: end;
  text-align: right;
}

.footer-legal-copy p {
  color: #4f6c74;
  font-size: 0.92rem;
  font-weight: 800;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 14px;
}

.footer-legal-links a {
  color: #27635f;
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
}

.footer-legal-links a::after {
  margin-left: 14px;
  color: rgba(79, 108, 116, 0.42);
  content: "·";
}

.footer-legal-links a:last-child::after {
  content: "";
  margin-left: 0;
}

.legal-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 12%, rgba(149, 206, 185, 0.24), transparent 28%),
    linear-gradient(180deg, #f8fbf7 0%, #eef7f2 100%);
}

.legal-main {
  padding: clamp(120px, 14vw, 160px) 0 70px;
}

.legal-card {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid rgba(115, 169, 155, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 252, 0.9);
  box-shadow: 0 24px 70px rgba(65, 112, 107, 0.14);
}

.legal-card .eyebrow {
  margin-bottom: 12px;
}

.legal-card h1 {
  margin-bottom: 18px;
  color: #173745;
  font-size: clamp(2.2rem, 5vw, 4rem);
}

.legal-card h2 {
  margin-top: 30px;
  margin-bottom: 12px;
  color: #27635f;
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
}

.legal-card h3 {
  margin-top: 20px;
  margin-bottom: 8px;
  color: #173745;
}

.legal-card p,
.legal-card li {
  color: #385f68;
}

.legal-card ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 18px;
  padding-left: 20px;
}

.legal-card a {
  color: #2f7b74;
  font-weight: 900;
}

.legal-back {
  display: inline-flex;
  margin-top: 28px;
}

.cookie-banner {
  position: fixed;
  right: clamp(14px, 3vw, 34px);
  bottom: clamp(14px, 3vw, 34px);
  z-index: 120;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  width: min(780px, calc(100% - 28px));
  padding: 18px;
  border: 1px solid rgba(74, 137, 128, 0.26);
  border-radius: 14px;
  background: rgba(248, 252, 249, 0.96);
  box-shadow: 0 26px 76px rgba(20, 63, 72, 0.22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.cookie-banner-copy {
  display: grid;
  gap: 8px;
}

.cookie-banner-copy strong {
  color: #173745;
}

.cookie-banner-copy p {
  margin: 0;
  color: #385f68;
  font-size: 0.9rem;
}

.cookie-settings {
  display: grid;
  gap: 8px;
  margin-top: 6px;
  color: #385f68;
  font-size: 0.86rem;
}

.cookie-settings[hidden] {
  display: none;
}

.cookie-settings label {
  display: flex;
  gap: 8px;
  align-items: center;
}

.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-content: start;
  justify-content: flex-end;
}

.cookie-banner-actions .button {
  min-height: 42px;
  padding: 12px 16px;
  white-space: nowrap;
}

.cookie-save[hidden] {
  display: none;
}

.thanks-page {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(238, 246, 239, 0.88), rgba(220, 235, 228, 0.86)),
    url("images/fachada-residencial-luminosa.jpg") center / cover fixed;
}

.thanks-layout {
  display: grid;
  min-height: 100vh;
  padding: 28px;
  place-items: center;
}

.thanks-card {
  width: min(100%, 680px);
  padding: clamp(28px, 6vw, 58px);
  border: 1px solid rgba(47, 123, 116, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 252, 0.9);
  box-shadow: 0 28px 90px rgba(31, 83, 86, 0.22);
  backdrop-filter: blur(18px);
}

.thanks-card .brand {
  margin-bottom: 42px;
}

.thanks-card h1 {
  margin: 0 0 18px;
  color: #102f39;
  font-size: clamp(2.5rem, 7vw, 4.8rem);
  line-height: 0.95;
}

.thanks-card > p:not(.eyebrow) {
  max-width: 54ch;
  margin: 0 0 28px;
  color: #335760;
  font-size: 1.05rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 720ms ease, transform 720ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroDrift {
  from {
    transform: scale(1.03) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.08) translate3d(-1.2%, -0.8%, 0);
  }
}

/* Final mobile header and iPhone carousel pass */
.mobile-menu-tools {
  display: none;
}

@media (max-width: 720px) {
  body.nav-open {
    overflow: hidden;
  }

  .site-header,
  .site-header.is-scrolled,
  .site-header.is-open {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: center;
    gap: 10px;
    min-height: 74px;
    padding: 10px 14px;
    color: #163847;
    background: rgba(247, 251, 248, 0.96);
    box-shadow: 0 14px 34px rgba(25, 62, 75, 0.12);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
    max-width: 100%;
    min-width: 0;
    gap: 10px;
    overflow: hidden;
  }

  .brand img {
    flex: 0 0 48px;
    width: 48px !important;
    height: 48px !important;
    box-shadow: 0 12px 26px rgba(25, 62, 75, 0.16);
  }

  .brand-copy {
    min-width: 0;
  }

  .brand-copy strong {
    display: block;
    overflow: hidden;
    font-size: 0.82rem !important;
    letter-spacing: 0.07em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand-copy small {
    display: none;
  }

  .nav-toggle {
    position: relative;
    z-index: 90;
    grid-column: 2;
    grid-row: 1;
    display: block !important;
    width: 44px;
    height: 44px;
    margin-left: auto !important;
    color: #163847;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(47, 123, 116, 0.22);
    box-shadow: 0 10px 24px rgba(25, 62, 75, 0.1);
  }

  .site-nav {
    position: fixed !important;
    inset: 84px 14px auto 14px !important;
    z-index: 80;
    display: grid;
    gap: 0;
    max-height: calc(100dvh - 100px);
    padding: 10px;
    overflow: auto;
    color: #163847;
    background: rgba(248, 252, 249, 0.985);
    border: 1px solid rgba(47, 123, 116, 0.2);
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(25, 62, 75, 0.18);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 14px 12px;
    color: #163847;
    border-bottom: 1px solid rgba(47, 123, 116, 0.12);
  }

  .site-nav a[href="#blog"] {
    display: none;
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav .nav-cta {
    border: 0;
    border-radius: 0;
  }

  .site-nav .nav-cta::before {
    display: none;
  }

  .header-actions {
    display: none !important;
  }

  .mobile-menu-tools {
    display: grid;
    gap: 10px;
    padding: 12px 6px 4px;
  }

  .language-switcher-mobile {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    margin: 0;
    padding: 6px;
    background: rgba(229, 242, 237, 0.9);
  }

  .language-switcher-mobile .language-button {
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 38px;
    padding: 8px 5px;
    font-size: 0.7rem;
    gap: 4px;
  }

  .language-switcher-mobile .language-button span:last-child {
    display: inline;
  }

  .private-entry-mobile {
    display: inline-flex !important;
    justify-content: center;
    width: 100%;
    min-height: 42px;
  }

  .private-panel {
    top: 84px;
    max-height: calc(100dvh - 84px);
  }

  .visual-reel-section .reel-shell.reveal {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .reel-shell {
    display: block !important;
    width: 100%;
    min-height: 0;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
    scroll-padding-inline: 14px;
    scroll-snap-type: x mandatory;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .reel-track {
    display: flex !important;
    width: max-content;
    min-height: 0;
    gap: 14px;
    overflow: visible !important;
    animation: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    will-change: auto;
  }

  .reel-card,
  .reel-card-wide {
    position: relative;
    z-index: 1;
    display: block !important;
    flex: 0 0 min(78vw, 330px);
    height: clamp(270px, 72vw, 345px);
    min-height: 270px;
    opacity: 1 !important;
    visibility: visible !important;
    scroll-snap-align: center;
  }

  .reel-card[aria-hidden="true"] {
    display: none !important;
  }

  .reel-card img {
    position: relative;
    z-index: 0;
    display: block !important;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/* Final requested pass: visible Valencia contact image and mobile card carousel */
.contact-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(238, 248, 242, 0.9) 0%, rgba(238, 248, 242, 0.74) 46%, rgba(238, 248, 242, 0.26) 100%),
    linear-gradient(180deg, rgba(16, 47, 57, 0.08), rgba(16, 47, 57, 0.18)),
    url("https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Puerta_de_los_Serranos%2C_Valencia%2C_Espa%C3%B1a%2C_2014-06-30%2C_DD_86.JPG/1600px-Puerta_de_los_Serranos%2C_Valencia%2C_Espa%C3%B1a%2C_2014-06-30%2C_DD_86.JPG") center right / cover no-repeat;
}

.contact-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.56), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(221, 237, 230, 0.14));
  pointer-events: none;
}

.contact-section .contact-copy {
  background: rgba(248, 252, 249, 0.88);
}

.contact-section .contact-form {
  background: rgba(248, 252, 249, 0.92);
}

@media (max-width: 720px) {
  .contact-section {
    background:
      linear-gradient(180deg, rgba(238, 248, 242, 0.88) 0%, rgba(238, 248, 242, 0.78) 54%, rgba(238, 248, 242, 0.48) 100%),
      linear-gradient(180deg, rgba(16, 47, 57, 0.1), rgba(16, 47, 57, 0.18)),
      url("https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Puerta_de_los_Serranos%2C_Valencia%2C_Espa%C3%B1a%2C_2014-06-30%2C_DD_86.JPG/1200px-Puerta_de_los_Serranos%2C_Valencia%2C_Espa%C3%B1a%2C_2014-06-30%2C_DD_86.JPG") center / cover no-repeat;
  }

  .visual-reel-section .reel-shell.reveal {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .reel-shell {
    display: block !important;
    width: 100%;
    min-height: 0;
    padding-inline: 14px;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
    scroll-padding-inline: 14px;
    scroll-snap-type: x proximity;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .reel-track {
    display: flex !important;
    width: max-content;
    min-height: 0;
    gap: 14px;
    overflow: visible !important;
    animation: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    will-change: auto;
  }

  .reel-card,
  .reel-card-wide {
    position: relative;
    z-index: 1;
    display: block !important;
    flex: 0 0 min(64vw, 280px);
    height: clamp(220px, 56vw, 300px);
    min-height: 220px;
    opacity: 1 !important;
    visibility: visible !important;
    scroll-snap-align: start;
  }

  .reel-card[aria-hidden="true"] {
    display: none !important;
  }

  .reel-card img {
    position: relative;
    z-index: 0;
    display: block !important;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/* Contact background: iconic Valencia with readable foreground */
.contact-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(238, 248, 242, 0.94) 0%, rgba(238, 248, 242, 0.84) 42%, rgba(238, 248, 242, 0.5) 100%),
    linear-gradient(180deg, rgba(16, 47, 57, 0.1), rgba(16, 47, 57, 0.16)),
    url("https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Puerta_de_los_Serranos%2C_Valencia%2C_Espa%C3%B1a%2C_2014-06-30%2C_DD_86.JPG/1600px-Puerta_de_los_Serranos%2C_Valencia%2C_Espa%C3%B1a%2C_2014-06-30%2C_DD_86.JPG");
  background-position: center;
  background-size: cover;
}

.contact-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.86), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(221, 237, 230, 0.18));
}

.contact-section .contact-copy {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(47, 123, 116, 0.18);
  border-radius: var(--radius);
  background: rgba(248, 252, 249, 0.82);
  box-shadow: 0 24px 70px rgba(31, 83, 86, 0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.contact-section .contact-copy h2,
.contact-section .contact-copy p,
.contact-section .contact-meta a,
.contact-section .contact-meta span {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.contact-section .contact-form {
  background: rgba(248, 252, 249, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

@media (max-width: 720px) {
  .contact-section {
    background:
      linear-gradient(180deg, rgba(238, 248, 242, 0.94) 0%, rgba(238, 248, 242, 0.86) 54%, rgba(238, 248, 242, 0.72) 100%),
      linear-gradient(180deg, rgba(16, 47, 57, 0.14), rgba(16, 47, 57, 0.2)),
      url("https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Puerta_de_los_Serranos%2C_Valencia%2C_Espa%C3%B1a%2C_2014-06-30%2C_DD_86.JPG/1600px-Puerta_de_los_Serranos%2C_Valencia%2C_Espa%C3%B1a%2C_2014-06-30%2C_DD_86.JPG");
    background-position: center;
    background-size: cover;
  }

  .contact-section .contact-copy {
    padding: 20px;
  }
}

@keyframes reelSweep {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-50% - 9px), 0, 0);
  }
}

@media (max-width: 1040px) {
  .site-nav {
    position: fixed;
    inset: 78px 16px auto;
    display: grid;
    gap: 0;
    padding: 12px;
    color: var(--ink);
    background: rgba(248, 243, 232, 0.98);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 14px 12px;
    border-bottom: 1px solid rgba(10, 13, 16, 0.08);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .site-nav a::after {
    display: none;
  }

  .nav-cta {
    border: 0;
    border-radius: 0;
  }

  .nav-toggle {
    display: block;
  }

  .hero-grid,
  .statement-grid,
  .reel-head,
  .execution-grid,
  .project-list,
  .model-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-dashboard,
  .statement-kicker,
  .execution .section-heading,
  .model-panel {
    position: static;
  }

  .areas-grid,
  .pillar-grid,
  .execution-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .pillar-grid article:nth-child(2) {
    border-right: 0;
  }

  .pillar-grid article:last-child {
    grid-column: 1 / -1;
    border-top: 1px solid var(--line-light);
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    min-height: 70px;
    padding: 10px 16px;
  }

  .site-header.is-scrolled,
  .site-header.is-open {
    min-height: 68px;
  }

  .brand img {
    width: 50px;
    height: 50px;
  }

  .brand-copy strong {
    font-size: 0.88rem;
  }

  .brand-copy small {
    font-size: 0.56rem;
    letter-spacing: 0.12em;
  }

  .parking-thumbs {
    grid-template-columns: 1fr;
    max-width: 220px;
  }

  .site-nav {
    inset: 68px 12px auto;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .hero-actions,
  .contact-meta {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-dashboard {
    padding: 20px;
  }

  .hero-marquee {
    overflow-x: auto;
  }

  .areas-grid,
  .pillar-grid,
  .execution-gallery {
    grid-template-columns: 1fr;
  }

  .execution-gallery {
    grid-auto-rows: 300px;
  }

  .execution-item-large {
    grid-row: span 1;
  }

  .pillar-grid article,
  .pillar-grid article:nth-child(2),
  .pillar-grid article:last-child {
    border-right: 0;
    border-top: 1px solid var(--line-light);
  }

  .pillar-grid article:first-child {
    border-top: 0;
  }

  .area-card {
    min-height: 390px;
  }

  .project-card-large {
    min-height: 480px;
  }

  .project-card {
    min-height: 330px;
  }

  .reel-shell {
    width: min(100% - 8px, 1180px);
    mask-image: none;
  }

  .reel-track {
    gap: 12px;
    overflow-x: auto;
    width: auto;
    padding-bottom: 8px;
    animation: none;
    scroll-snap-type: x mandatory;
  }

  .reel-card,
  .reel-card-wide {
    flex-basis: min(82vw, 390px);
    height: 420px;
    scroll-snap-align: center;
  }

  .reel-card[aria-hidden="true"] {
    display: none;
  }

  .project-content,
  .project-card-large .project-content,
  .area-content {
    padding: 24px;
  }

  .process-list div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .footer-layout {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-bottom: 96px;
  }

  .footer-legal-copy {
    justify-items: start;
    text-align: left;
  }

  .footer-legal-links {
    justify-content: flex-start;
  }

  .cookie-banner {
    left: 14px;
    right: 14px;
    bottom: 14px;
    grid-template-columns: 1fr;
    width: auto;
  }

  .cookie-banner-actions {
    justify-content: flex-start;
  }

  .cookie-banner-actions .button {
    flex: 1 1 120px;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

body {
  color: #18313b;
  background:
    radial-gradient(circle at 14% 8%, rgba(143, 199, 181, 0.24), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(173, 209, 225, 0.22), transparent 30%),
    linear-gradient(180deg, #fbfcf8 0%, #eef7f1 46%, #fbfcf8 100%);
}

.site-header {
  color: #173745;
  background: linear-gradient(180deg, rgba(255, 255, 252, 0.9), rgba(255, 255, 252, 0.68), rgba(255, 255, 252, 0));
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(255, 255, 252, 0.94);
  box-shadow: 0 18px 54px rgba(79, 123, 118, 0.14);
}

.brand img,
.dashboard-logo img,
.site-footer .brand img {
  background: #fbfcf8;
  box-shadow: 0 12px 34px rgba(70, 113, 109, 0.18);
}

.brand-copy small {
  color: #5d8d87;
}

.hero {
  color: #173745;
  background: #edf7f1;
}

.hero-slide {
  background-image:
    linear-gradient(135deg, rgba(255, 255, 252, 0.18), rgba(226, 244, 235, 0.12)),
    var(--image),
    linear-gradient(125deg, #f6fbf7 0%, #dcefe8 52%, #cfe7ed 100%);
  filter: saturate(1.04) contrast(1.02) brightness(1.08);
}

.hero-overlay {
  background:
    radial-gradient(circle at 74% 24%, rgba(255, 255, 255, 0.18), transparent 24%),
    linear-gradient(90deg, rgba(255, 255, 252, 0.92) 0%, rgba(255, 255, 252, 0.74) 44%, rgba(255, 255, 252, 0.18) 100%),
    linear-gradient(0deg, rgba(232, 246, 239, 0.74), rgba(232, 246, 239, 0) 48%);
}

.hero-copy p {
  color: #4d6872;
}

.hero-dashboard {
  border: 1px solid rgba(115, 169, 155, 0.28);
  background:
    linear-gradient(160deg, rgba(255, 255, 252, 0.86), rgba(230, 246, 239, 0.7)),
    rgba(255, 255, 252, 0.68);
  box-shadow: 0 28px 76px rgba(78, 126, 119, 0.18);
}

.dashboard-logo {
  border-bottom-color: rgba(115, 169, 155, 0.22);
}

.dashboard-row {
  border-bottom-color: rgba(115, 169, 155, 0.2);
}

.dashboard-row span {
  color: #6d858d;
}

.dashboard-row strong {
  color: #2f7b74;
  text-shadow: none;
}

.button-primary {
  color: #12313c;
  background: linear-gradient(135deg, #ffffff, #bfe5d6 54%, #a9d6e8);
  box-shadow: 0 18px 44px rgba(90, 145, 137, 0.22);
}

.button-primary:hover {
  background: linear-gradient(135deg, #ffffff, #d4f0e4 54%, #bfe6f2);
}

.button-ghost {
  color: #27635f;
  border: 1px solid rgba(47, 123, 116, 0.32);
  background: rgba(255, 255, 252, 0.62);
}

.hero-marquee {
  border-top-color: rgba(47, 123, 116, 0.14);
  background: rgba(255, 255, 252, 0.62);
}

.hero-marquee span {
  color: #58727b;
  background: rgba(230, 246, 239, 0.58);
}

.statement,
.areas,
.featured,
.contact-section {
  background:
    radial-gradient(circle at 88% 12%, rgba(169, 214, 232, 0.2), transparent 28%),
    radial-gradient(circle at 8% 78%, rgba(143, 199, 181, 0.2), transparent 24%),
    linear-gradient(180deg, #fbfcf8, #eef7f1);
}

.visual-reel-section {
  color: #173745;
  background:
    linear-gradient(90deg, rgba(239, 247, 242, 0.92), rgba(221, 237, 230, 0.78)),
    linear-gradient(135deg, #fbfcf8 0%, #eaf6ef 52%, #d7eef5 100%);
  background-position: center;
  background-size: cover;
}

.reel-head > p {
  color: #58727b;
}

.reel-card {
  border-color: rgba(115, 169, 155, 0.24);
  background: #ffffff;
  box-shadow: 0 22px 68px rgba(71, 116, 110, 0.16);
}

.reel-card img {
  filter: saturate(1.04) contrast(1.02) brightness(1.08);
}

.reel-card::after {
  height: 34%;
  background: linear-gradient(0deg, rgba(255, 255, 252, 0.96), rgba(255, 255, 252, 0));
}

.reel-card figcaption,
.execution-item figcaption {
  color: #27635f;
  text-shadow: none;
}

.section-ink,
.execution,
.model {
  color: #173745;
  background:
    radial-gradient(circle at 20% 18%, rgba(143, 199, 181, 0.24), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(169, 214, 232, 0.24), transparent 28%),
    linear-gradient(180deg, #f8fbf7, #e8f5ee);
}

.pillar-grid {
  border-color: rgba(115, 169, 155, 0.22);
  box-shadow: 0 24px 72px rgba(80, 128, 121, 0.14);
}

.pillar-grid article {
  border-right-color: rgba(115, 169, 155, 0.18);
  background: rgba(255, 255, 252, 0.72);
}

.pillar-grid p,
.execution .section-heading > p:not(.eyebrow),
.model-panel p:not(.eyebrow),
.process-list p {
  color: #58727b;
}

.area-card,
.project-card {
  color: #173745;
  background: #ffffff;
  box-shadow: 0 22px 68px rgba(75, 120, 112, 0.16);
  outline-color: rgba(115, 169, 155, 0.2);
}

.area-card::after,
.project-card::after {
  background:
    linear-gradient(0deg, rgba(255, 255, 252, 0.96) 0%, rgba(255, 255, 252, 0.74) 38%, rgba(255, 255, 252, 0.08) 100%);
}

.area-image,
.project-image {
  background-image:
    linear-gradient(135deg, rgba(255, 255, 252, 0.04), rgba(218, 241, 231, 0.12)),
    var(--image),
    linear-gradient(135deg, #fbfcf8 0%, #dcefe8 52%, #cfe7ed 100%);
  filter: saturate(1.04) contrast(1.02) brightness(1.08);
}

.area-content,
.project-content {
  color: #173745;
  text-shadow: none;
}

.area-content p,
.project-content p {
  color: #58727b;
}

.project-content a {
  color: #2f7b74;
}

.execution-item {
  border-color: rgba(115, 169, 155, 0.22);
  background: #ffffff;
  box-shadow: 0 22px 68px rgba(75, 120, 112, 0.16);
}

.execution-item img {
  filter: saturate(1.04) contrast(1.02) brightness(1.08);
}

.execution-item::after {
  height: 36%;
  background: linear-gradient(0deg, rgba(255, 255, 252, 0.96), rgba(255, 255, 252, 0));
}

.process-list {
  border-top-color: rgba(115, 169, 155, 0.22);
  background: rgba(255, 255, 252, 0.56);
}

.process-list div {
  border-bottom-color: rgba(115, 169, 155, 0.2);
}

.process-list div:hover {
  background: rgba(228, 246, 237, 0.62);
}

.process-list strong {
  color: #27635f;
}

.site-footer {
  color: #58727b;
  background:
    radial-gradient(circle at 12% 20%, rgba(143, 199, 181, 0.22), transparent 26%),
    linear-gradient(180deg, #f8fbf7, #e9f5ef);
  border-top: 1px solid rgba(115, 169, 155, 0.2);
}

.site-footer .brand-copy strong {
  color: #173745;
}

/* Final premium light direction */
.site-header {
  justify-content: flex-start;
  gap: clamp(12px, 2vw, 22px);
  background:
    linear-gradient(180deg, rgba(244, 250, 247, 0.88), rgba(244, 250, 247, 0.5), rgba(244, 250, 247, 0));
}

.site-nav {
  margin-left: auto;
}

.language-switcher {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(47, 123, 116, 0.2);
  border-radius: 999px;
  background: rgba(248, 252, 249, 0.74);
  box-shadow: 0 14px 38px rgba(64, 111, 106, 0.12);
  backdrop-filter: blur(14px);
}

.language-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 34px;
  min-width: 42px;
  padding: 7px 9px;
  color: #315d63;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.language-button.is-active {
  color: #12313c;
  background: linear-gradient(135deg, rgba(191, 229, 214, 0.94), rgba(196, 225, 237, 0.94));
}

body {
  background:
    radial-gradient(circle at 11% 7%, rgba(120, 183, 163, 0.22), transparent 26%),
    radial-gradient(circle at 88% 12%, rgba(143, 190, 211, 0.2), transparent 28%),
    linear-gradient(180deg, #f3f8f4 0%, #e6f1eb 45%, #f7f9f2 100%);
}

.hero-slide {
  filter: saturate(1.02) contrast(1.03) brightness(0.98);
}

.hero-overlay {
  background:
    radial-gradient(circle at 72% 22%, rgba(196, 230, 220, 0.22), transparent 24%),
    linear-gradient(90deg, rgba(245, 250, 247, 0.76) 0%, rgba(245, 250, 247, 0.48) 42%, rgba(245, 250, 247, 0.08) 100%),
    linear-gradient(0deg, rgba(218, 235, 229, 0.58), rgba(218, 235, 229, 0) 46%);
}

.hero-copy h1,
.hero-copy .eyebrow {
  text-shadow: 0 14px 46px rgba(255, 255, 255, 0.82);
}

.hero-copy p {
  max-width: 760px;
  color: #345965;
  text-shadow: 0 10px 30px rgba(255, 255, 255, 0.88);
}

.hero-dashboard {
  background:
    linear-gradient(160deg, rgba(249, 253, 249, 0.78), rgba(226, 242, 236, 0.62)),
    rgba(255, 255, 252, 0.54);
}

.visual-reel-section,
.section-ink,
.execution,
.model,
.video-showcase,
.blog-section {
  color: #173745;
  background:
    radial-gradient(circle at 18% 14%, rgba(126, 180, 200, 0.2), transparent 28%),
    radial-gradient(circle at 84% 82%, rgba(119, 181, 160, 0.24), transparent 30%),
    linear-gradient(180deg, #f6faf6 0%, #e5f1eb 100%);
}

.visual-reel-section {
  overflow: hidden;
}

.reel-head > p,
.pillar-grid p,
.execution .section-heading > p:not(.eyebrow),
.model-panel p:not(.eyebrow),
.process-list p {
  color: #4f6c74;
}

.reel-card img,
.execution-item img,
.area-image,
.project-image {
  filter: saturate(1.02) contrast(1.02) brightness(0.98);
}

.reel-card::after,
.execution-item::after {
  background: linear-gradient(0deg, rgba(244, 250, 247, 0.88), rgba(244, 250, 247, 0.02));
}

.area-card::after,
.project-card::after {
  background:
    linear-gradient(0deg, rgba(246, 251, 247, 0.9) 0%, rgba(246, 251, 247, 0.54) 42%, rgba(246, 251, 247, 0.03) 100%);
}

.area-content p,
.project-content p {
  color: #405f69;
}

.pillar-grid article,
.process-list {
  background: rgba(250, 253, 249, 0.7);
}

.video-showcase {
  padding-top: clamp(72px, 9vw, 126px);
}

.works-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(22px, 5vw, 58px);
  align-items: start;
  margin-top: 18px;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(74, 137, 128, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(248, 252, 249, 0.84), rgba(218, 236, 228, 0.7));
  box-shadow: 0 22px 64px rgba(31, 83, 86, 0.16);
}

.works-list h3 {
  margin-bottom: 10px;
  color: #102f39;
}

.works-list p:not(.eyebrow) {
  margin-bottom: 0;
  color: #385f68;
}

.works-list ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.works-list li {
  padding: 12px 14px;
  border: 1px solid rgba(74, 137, 128, 0.18);
  border-radius: 7px;
  color: #163b44;
  background: rgba(255, 255, 252, 0.66);
  font-weight: 850;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.video-card {
  overflow: hidden;
  border: 1px solid rgba(115, 169, 155, 0.22);
  border-radius: var(--radius);
  background: rgba(250, 253, 249, 0.78);
  box-shadow: 0 22px 68px rgba(75, 120, 112, 0.14);
}

.video-card video {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #dbe9e4;
}

.video-card div {
  padding: 22px 24px 24px;
}

.video-card span,
.blog-card span,
.admin-copy .eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #2f7b74;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.video-card h3 {
  margin-bottom: 0;
  color: #173745;
}

.blog-section {
  background:
    radial-gradient(circle at 14% 18%, rgba(143, 199, 181, 0.22), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(173, 209, 225, 0.22), transparent 28%),
    linear-gradient(180deg, #f4f9f4, #eef6ef 50%, #f8faf2);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.blog-card {
  min-height: 290px;
  padding: 26px;
  border: 1px solid rgba(115, 169, 155, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 252, 0.88), rgba(235, 247, 240, 0.76));
  box-shadow: 0 18px 54px rgba(75, 120, 112, 0.12);
}

.blog-card-featured {
  grid-column: span 2;
  background:
    linear-gradient(135deg, rgba(226, 243, 235, 0.9), rgba(218, 237, 245, 0.82)),
    rgba(255, 255, 252, 0.72);
}

.blog-card h3 {
  color: #173745;
}

.blog-card p {
  margin-bottom: 0;
  color: #4f6c74;
}

.blog-link {
  display: inline-flex;
  margin-top: 18px;
  color: #2f7b74;
  font-weight: 900;
}

.blog-link::after {
  content: " ->";
}

.article-library {
  display: none;
}

.full-article {
  scroll-margin-top: 110px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(74, 137, 128, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 252, 0.9), rgba(224, 241, 236, 0.76));
  box-shadow: 0 22px 64px rgba(31, 83, 86, 0.14);
}

.full-article span {
  display: block;
  margin-bottom: 10px;
  color: #2f7b74;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.full-article h3 {
  max-width: 900px;
  color: #102f39;
}

.full-article h4 {
  margin: 22px 0 12px;
  color: #173745;
  font-size: 1rem;
}

.full-article p {
  max-width: 980px;
  color: #385f68;
}

.full-article ul {
  display: grid;
  gap: 10px;
  max-width: 980px;
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
}

.full-article li {
  position: relative;
  padding: 12px 14px 12px 40px;
  border: 1px solid rgba(74, 137, 128, 0.18);
  border-radius: 7px;
  color: #163b44;
  background: rgba(255, 255, 252, 0.62);
}

.full-article li::before {
  position: absolute;
  top: 13px;
  left: 14px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  content: "";
  background: linear-gradient(135deg, #95ceb9, #86bed5);
}

.article-modal[hidden] {
  display: none;
}

body.article-modal-open {
  overflow: hidden;
}

.article-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 42px);
}

.article-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 45, 52, 0.46);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.article-modal-panel {
  position: relative;
  z-index: 1;
  width: min(940px, 100%);
  max-height: min(82dvh, 760px);
  overflow: auto;
  border: 1px solid rgba(74, 137, 128, 0.22);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 252, 0.98), rgba(232, 246, 241, 0.96));
  box-shadow: 0 34px 90px rgba(20, 63, 72, 0.28);
  -webkit-overflow-scrolling: touch;
}

.article-modal-close {
  position: sticky;
  top: 14px;
  left: calc(100% - 58px);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 14px 14px 0 auto;
  border: 1px solid rgba(74, 137, 128, 0.22);
  border-radius: 50%;
  color: #173745;
  background: rgba(255, 255, 252, 0.9);
  box-shadow: 0 12px 30px rgba(20, 63, 72, 0.12);
  cursor: pointer;
}

.article-modal-content {
  padding: 0 clamp(18px, 4vw, 42px) clamp(24px, 4vw, 42px);
}

.article-modal-content .full-article {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.admin-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: start;
  margin-top: 24px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(115, 169, 155, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(248, 252, 249, 0.92), rgba(224, 241, 236, 0.72));
  box-shadow: 0 18px 54px rgba(75, 120, 112, 0.12);
}

.admin-copy h3 {
  margin-bottom: 8px;
  color: #173745;
}

.admin-copy p:not(.eyebrow) {
  max-width: 660px;
  margin-bottom: 0;
  color: #4f6c74;
}

.private-area {
  grid-column: 1 / -1;
}

.private-area[hidden],
.private-form[hidden],
.blog-editor[hidden] {
  display: none;
}

.private-form,
.blog-editor {
  display: grid;
  gap: 16px;
  max-width: 720px;
  padding-top: 16px;
}

.private-form label,
.blog-editor label {
  display: grid;
  gap: 8px;
  color: #4f6c74;
  font-size: 0.82rem;
  font-weight: 900;
}

.private-form input,
.blog-editor input,
.blog-editor textarea {
  width: 100%;
  padding: 13px 14px;
  color: #173745;
  border: 1px solid rgba(7, 24, 38, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 252, 0.86);
}

.blog-editor textarea {
  resize: vertical;
}

.private-message {
  min-height: 24px;
  margin: 0;
  color: #2f7b74;
  font-weight: 900;
}

.contact-form label > span {
  display: inline-block;
}

@media (max-width: 1040px) {
  .nav-toggle {
    order: 3;
    margin-left: 8px;
  }

  .site-nav {
    order: 4;
    margin-left: 0;
    background: rgba(248, 252, 249, 0.98);
  }

  .language-switcher {
    order: 2;
    margin-left: auto;
  }

  .video-grid,
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-card-featured {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .site-header {
    gap: 8px;
  }

  .language-switcher {
    padding: 4px;
  }

  .language-button {
    min-height: 34px;
    padding: 7px 8px;
  }

  .language-button span:last-child {
    display: none;
  }

  .video-grid,
  .blog-grid,
  .admin-panel,
  .works-list,
  .works-list ul {
    grid-template-columns: 1fr;
  }

  .private-toggle {
    width: 100%;
  }
}

/* Contrast pass and Safari-stable visual reel */
body {
  color: #102f39;
  background:
    radial-gradient(circle at 10% 8%, rgba(92, 155, 139, 0.26), transparent 28%),
    radial-gradient(circle at 90% 16%, rgba(112, 164, 188, 0.24), transparent 30%),
    linear-gradient(180deg, #edf5ef 0%, #dcebe4 46%, #f2f6ec 100%);
}

.hero-overlay {
  background:
    radial-gradient(circle at 72% 22%, rgba(180, 221, 211, 0.16), transparent 24%),
    linear-gradient(90deg, rgba(232, 242, 236, 0.64) 0%, rgba(232, 242, 236, 0.32) 42%, rgba(21, 66, 76, 0.12) 100%),
    linear-gradient(0deg, rgba(24, 71, 78, 0.18), rgba(218, 235, 229, 0) 46%);
}

.hero-slide {
  filter: saturate(1.08) contrast(1.1) brightness(0.9);
}

.hero-copy h1,
.section-heading h2,
.statement-kicker strong,
.model-panel h2 {
  color: #102f39;
}

.hero-copy p,
.section-heading > p:not(.eyebrow),
.statement-copy p,
.blog-card p,
.admin-copy p:not(.eyebrow),
.contact-copy p:not(.eyebrow) {
  color: #335760;
}

.hero-dashboard,
.contact-form,
.blog-card,
.admin-panel,
.video-card,
.reel-card,
.area-card,
.project-card,
.execution-item {
  box-shadow: 0 24px 70px rgba(31, 83, 86, 0.2);
}

.visual-reel-section,
.section-ink,
.execution,
.model,
.video-showcase,
.blog-section,
.statement,
.areas,
.featured,
.contact-section {
  background:
    radial-gradient(circle at 16% 12%, rgba(88, 151, 137, 0.22), transparent 28%),
    radial-gradient(circle at 84% 82%, rgba(110, 162, 185, 0.22), transparent 30%),
    linear-gradient(180deg, #eef6ef 0%, #dcebe4 100%);
}

.reel-shell {
  overflow: hidden;
  padding-bottom: 0;
  -webkit-overflow-scrolling: auto;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  scroll-snap-type: none;
}

.reel-track {
  width: max-content;
  min-width: 0;
  overflow: visible;
  padding-bottom: 0;
  scroll-snap-type: none;
  animation: reelSweep 54s linear infinite;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.reel-card {
  scroll-snap-align: none;
  background: linear-gradient(135deg, #edf6ef, #d9e9e2);
}

.reel-card[aria-hidden="true"] {
  display: block;
}

.reel-shell:hover .reel-track {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .reel-shell {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .reel-track {
    animation: none !important;
    transform: none !important;
  }

  .reel-card[aria-hidden="true"] {
    display: none;
  }
}

.reel-card img,
.execution-item img,
.area-image,
.project-image {
  filter: saturate(1.08) contrast(1.08) brightness(0.92);
}

.reel-card img {
  background: #d9e9e2;
}

.reel-card::after,
.execution-item::after {
  background: linear-gradient(0deg, rgba(232, 242, 236, 0.84), rgba(232, 242, 236, 0.02));
}

.area-card::after,
.project-card::after {
  background:
    linear-gradient(0deg, rgba(234, 243, 238, 0.82) 0%, rgba(234, 243, 238, 0.42) 42%, rgba(21, 66, 76, 0.03) 100%);
}

.area-content h3,
.project-content h3,
.blog-card h3,
.video-card h3 {
  color: #102f39;
}

.area-content p,
.project-content p,
.reel-head > p,
.pillar-grid p,
.execution .section-heading > p:not(.eyebrow),
.model-panel p:not(.eyebrow),
.process-list p {
  color: #385f68;
}

.button-primary {
  background: linear-gradient(135deg, #eefbf4, #95ceb9 55%, #86bed5);
  box-shadow: 0 18px 44px rgba(54, 121, 118, 0.28);
}

.button-ghost {
  background: rgba(236, 246, 241, 0.78);
  border-color: rgba(47, 123, 116, 0.46);
}

.execution .section-heading {
  position: static;
  top: auto;
}

.execution-grid {
  row-gap: clamp(36px, 6vw, 76px);
}

.works-list {
  position: relative;
  z-index: 2;
  margin-top: clamp(30px, 5vw, 58px);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.private-entry,
.private-panel-close,
.blog-delete,
.news-delete {
  cursor: pointer;
}

.private-entry {
  min-height: 46px;
  padding: 0 16px;
  color: #12313c;
  border: 1px solid rgba(47, 123, 116, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(238, 251, 244, 0.92), rgba(196, 225, 237, 0.88));
  box-shadow: 0 14px 38px rgba(64, 111, 106, 0.12);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.private-panel {
  position: fixed;
  top: 92px;
  left: 0;
  right: 0;
  z-index: 48;
  max-height: calc(100dvh - 92px);
  overflow: auto;
  padding: 0 clamp(18px, 4vw, 62px) 22px;
}

.private-panel[hidden],
.news-manager[hidden] {
  display: none;
}

.private-panel-inner {
  width: min(960px, 100%);
  margin-left: auto;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(115, 169, 155, 0.26);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 88% 12%, rgba(134, 190, 213, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(248, 252, 249, 0.98), rgba(224, 241, 236, 0.94));
  box-shadow: 0 30px 90px rgba(31, 83, 86, 0.22);
  backdrop-filter: blur(18px);
}

.private-panel-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
}

.private-panel-close,
.news-delete,
.blog-delete {
  color: #235f67;
  border: 1px solid rgba(47, 123, 116, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 252, 0.76);
  font-weight: 900;
}

.private-panel-close {
  padding: 10px 14px;
  font-size: 0.76rem;
}

.blog-actions {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.blog-card-actions {
  margin-top: 18px;
}

.blog-delete {
  padding: 8px 12px;
  font-size: 0.74rem;
}

.news-manager {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(115, 169, 155, 0.24);
}

.news-manager h4 {
  margin: 0 0 12px;
  color: #173745;
}

.news-list {
  display: grid;
  gap: 10px;
}

.news-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(115, 169, 155, 0.18);
  border-radius: 7px;
  background: rgba(255, 255, 252, 0.64);
}

.news-row div {
  display: grid;
  gap: 3px;
}

.news-row span {
  color: #2f7b74;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-row strong {
  color: #173745;
}

.news-delete {
  padding: 8px 12px;
  font-size: 0.74rem;
}

.news-empty {
  margin: 0;
  color: #4f6c74;
  font-weight: 800;
}

@media (max-width: 1040px) {
  .header-actions {
    order: 2;
    margin-left: auto;
  }

  .language-switcher {
    margin-left: 0;
  }
}

@media (max-width: 720px) {
  .private-entry {
    min-height: 42px;
    padding: 0 12px;
    font-size: 0.68rem;
  }

  .private-panel {
    top: 82px;
    max-height: calc(100dvh - 82px);
    padding-inline: 14px;
  }

  .private-panel-head,
  .news-row {
    grid-template-columns: 1fr;
  }
}

@media (max-height: 820px) and (min-width: 900px) {
  .site-header {
    min-height: 76px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .site-header.is-scrolled,
  .site-header.is-open {
    min-height: 72px;
  }

  .brand img {
    width: 56px;
    height: 56px;
  }

  .brand-copy strong {
    font-size: 0.96rem;
  }

  .brand-copy small {
    font-size: 0.58rem;
    letter-spacing: 0.12em;
  }

  .site-nav {
    gap: clamp(14px, 1.8vw, 24px);
    font-size: 0.82rem;
  }

  .nav-cta {
    padding: 9px 15px;
  }

  .language-button {
    min-height: 32px;
    padding: 6px 9px;
  }

  .private-entry {
    min-height: 40px;
    padding: 0 14px;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 360px);
    gap: clamp(24px, 4vw, 56px);
    align-items: center;
    padding-top: 100px;
    padding-bottom: 58px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-copy h1 {
    margin-bottom: 14px;
    font-size: clamp(3.05rem, 5.35vw, 5.2rem);
    line-height: 0.93;
  }

  .hero-copy .eyebrow {
    margin-bottom: 10px;
    letter-spacing: 0.14em;
  }

  .hero-copy p {
    max-width: 650px;
    margin-bottom: 18px;
    font-size: clamp(0.94rem, 1.2vw, 1.05rem);
    line-height: 1.48;
  }

  .button {
    min-height: 42px;
    padding: 10px 17px;
  }

  .hero-dashboard {
    padding: 16px;
  }

  .dashboard-logo {
    padding: 4px 0 12px;
  }

  .dashboard-logo img {
    width: 82px;
    height: 82px;
  }

  .dashboard-row {
    gap: 4px;
    padding: 11px 0;
  }

  .dashboard-row span {
    font-size: 0.65rem;
  }

  .dashboard-row strong {
    font-size: clamp(1rem, 1.55vw, 1.35rem);
  }

  .hero-marquee span {
    min-width: 190px;
    padding: 10px 18px;
    font-size: 0.65rem;
  }
}

@media (max-height: 720px) and (min-width: 900px) {
  .site-header {
    min-height: 70px;
  }

  .brand img {
    width: 50px;
    height: 50px;
  }

  .hero-grid {
    padding-top: 86px;
    padding-bottom: 46px;
  }

  .hero-copy h1 {
    font-size: clamp(2.75rem, 4.8vw, 4.6rem);
  }

  .hero-copy p {
    margin-bottom: 14px;
  }

  .dashboard-logo img {
    width: 72px;
    height: 72px;
  }

  .dashboard-row {
    padding: 9px 0;
  }
}

/* Valencia identity and precise section jumps */
main section[id],
.full-article {
  scroll-margin-top: var(--anchor-offset, 156px);
}

.statement {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(247, 252, 249, 0.88) 0%, rgba(226, 243, 239, 0.76) 43%, rgba(146, 196, 190, 0.34) 100%),
    linear-gradient(0deg, rgba(16, 62, 71, 0.36), rgba(255, 255, 252, 0.12)),
    url("https://upload.wikimedia.org/wikipedia/commons/thumb/a/a1/Reflejos_en_la_ciudad_de_las_artes_y_ciencias%2C_Valencia..JPG/1280px-Reflejos_en_la_ciudad_de_las_artes_y_ciencias%2C_Valencia..JPG") center / cover no-repeat,
    url("images/construccion-grua-atardecer.jpg") center / cover no-repeat;
}

.statement::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 15% 20%, rgba(95, 164, 148, 0.24), transparent 28%),
    radial-gradient(circle at 84% 72%, rgba(126, 180, 200, 0.18), transparent 32%);
}

.statement-grid {
  position: relative;
  z-index: 1;
}

.statement-kicker,
.statement-copy {
  border: 1px solid rgba(47, 123, 116, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 252, 0.78);
  box-shadow: 0 22px 60px rgba(23, 65, 70, 0.1);
  backdrop-filter: blur(12px);
}

.statement-kicker {
  padding: clamp(24px, 4vw, 38px);
  border-left: 3px solid var(--champagne);
}

.statement-copy {
  padding: clamp(24px, 4vw, 40px);
}

.statement-kicker strong {
  color: #12313c;
}

.statement-copy p {
  color: rgba(18, 49, 60, 0.8);
}

.model {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #12313c;
  background:
    linear-gradient(90deg, rgba(247, 252, 249, 0.74) 0%, rgba(237, 248, 244, 0.58) 42%, rgba(207, 232, 229, 0.34) 100%),
    linear-gradient(0deg, rgba(178, 214, 206, 0.2), rgba(255, 255, 252, 0.02) 46%),
    url("https://upload.wikimedia.org/wikipedia/commons/thumb/f/fe/Museo_de_las_Ciencias_Pr%C3%ADncipe_Felipe_Valencia_2019_2.jpg/1600px-Museo_de_las_Ciencias_Pr%C3%ADncipe_Felipe_Valencia_2019_2.jpg") center / cover no-repeat,
    url("images/edificio-balcones-valencia.jpg") center / cover no-repeat;
}

.model::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 18% 18%, rgba(101, 174, 154, 0.2), transparent 28%),
    radial-gradient(circle at 86% 70%, rgba(126, 180, 200, 0.22), transparent 30%);
  pointer-events: none;
}

.model-panel,
.process-list {
  position: relative;
  z-index: 1;
}

.process-list {
  border-top-color: rgba(47, 123, 116, 0.2);
  background: rgba(255, 255, 252, 0.34);
  backdrop-filter: blur(10px);
}

.process-list div {
  border-bottom-color: rgba(47, 123, 116, 0.18);
}

.process-list div:hover {
  background: rgba(255, 255, 252, 0.5);
}

.image-credit {
  position: absolute;
  right: clamp(14px, 3vw, 36px);
  bottom: 14px;
  z-index: 1;
  color: rgba(18, 49, 60, 0.56);
  font-size: 0.66rem;
  font-weight: 700;
}

.whatsapp-entry,
.whatsapp-float {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #0f3a2f;
  border: 1px solid rgba(38, 157, 91, 0.28);
  background: linear-gradient(135deg, rgba(232, 255, 241, 0.96), rgba(118, 217, 152, 0.9));
  box-shadow: 0 14px 38px rgba(38, 157, 91, 0.16);
}

.whatsapp-entry {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.whatsapp-icon {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  flex: 0 0 auto;
}

.whatsapp-icon svg {
  width: 100%;
  height: 100%;
}

.whatsapp-icon path:first-child {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.whatsapp-icon path:last-child {
  fill: currentColor;
}

.whatsapp-float {
  position: fixed;
  right: clamp(16px, 3vw, 34px);
  bottom: clamp(16px, 3vw, 34px);
  z-index: 60;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (max-width: 1160px) {
  .whatsapp-entry span:last-child {
    display: none;
  }

  .whatsapp-entry {
    width: 42px;
    padding: 0;
  }
}

@media (max-width: 720px) {
  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    min-height: 48px;
    padding: 0 14px;
  }

  .whatsapp-float span:last-child {
    display: none;
  }
}

@media (max-width: 720px) {
  .visual-reel-section {
    overflow: hidden;
  }

  .reel-shell {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0;
    mask-image: none;
    -webkit-mask-image: none;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 14px;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .reel-shell::-webkit-scrollbar {
    display: none;
  }

  .reel-track {
    display: flex;
    width: max-content;
    min-width: 0;
    gap: 14px;
    overflow: visible;
    padding-bottom: 0;
    animation: none;
    transform: none;
    will-change: auto;
  }

  .reel-card,
  .reel-card-wide {
    flex: 0 0 min(78vw, 320px);
    height: clamp(260px, 72vw, 340px);
    scroll-snap-align: center;
    box-shadow: 0 16px 42px rgba(31, 83, 86, 0.18);
  }

  .reel-card[aria-hidden="true"] {
    display: none;
  }

  .reel-card img {
    filter: saturate(1.02) contrast(1.02) brightness(0.95);
    transition: none;
  }

  .reel-card:hover img {
    transform: none;
  }

  .reel-card figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    font-size: 0.66rem;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 720px) {
  .visual-reel-section .reel-shell.reveal {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }

  .reel-shell {
    display: block !important;
    width: 100%;
    min-height: clamp(320px, 82vw, 390px);
    overflow-x: auto !important;
    overflow-y: hidden !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 14px;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .reel-track {
    display: flex !important;
    width: max-content;
    min-height: clamp(320px, 82vw, 390px);
    gap: 14px;
    overflow: visible !important;
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    will-change: auto;
  }

  .reel-card,
  .reel-card-wide {
    display: block !important;
    flex: 0 0 min(82vw, 340px);
    height: clamp(320px, 82vw, 390px);
    min-height: 320px;
    opacity: 1 !important;
    visibility: visible !important;
    scroll-snap-align: center;
    position: relative;
    z-index: 1;
  }

  .reel-card[aria-hidden="true"] {
    display: none !important;
  }

  .reel-card img {
    display: block !important;
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative;
    z-index: 0;
  }
}

/* Final requested pass: visible Valencia contact image */
.contact-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(238, 248, 242, 0.9) 0%, rgba(238, 248, 242, 0.74) 46%, rgba(238, 248, 242, 0.26) 100%),
    linear-gradient(180deg, rgba(16, 47, 57, 0.08), rgba(16, 47, 57, 0.18)),
    url("https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Puerta_de_los_Serranos%2C_Valencia%2C_Espa%C3%B1a%2C_2014-06-30%2C_DD_86.JPG/1600px-Puerta_de_los_Serranos%2C_Valencia%2C_Espa%C3%B1a%2C_2014-06-30%2C_DD_86.JPG") center right / cover no-repeat;
}

.contact-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.56), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(221, 237, 230, 0.14));
  pointer-events: none;
}

.contact-section .contact-copy {
  background: rgba(248, 252, 249, 0.88);
}

.contact-section .contact-form {
  background: rgba(248, 252, 249, 0.92);
}

/* Final override: clean 390px mobile header and Safari-visible reel */
@media (max-width: 720px) {
  body.nav-open {
    overflow: hidden;
  }

  .site-header,
  .site-header.is-scrolled,
  .site-header.is-open {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: center;
    gap: 10px;
    min-height: 74px;
    padding: 10px 14px;
    color: #163847;
    background: rgba(247, 251, 248, 0.96);
    box-shadow: 0 14px 34px rgba(25, 62, 75, 0.12);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
    max-width: 100%;
    min-width: 0;
    gap: 10px;
    overflow: hidden;
  }

  .brand img {
    flex: 0 0 48px;
    width: 48px !important;
    height: 48px !important;
    box-shadow: 0 12px 26px rgba(25, 62, 75, 0.16);
  }

  .brand-copy {
    min-width: 0;
  }

  .brand-copy strong {
    display: block;
    overflow: hidden;
    font-size: 0.82rem !important;
    letter-spacing: 0.07em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand-copy small {
    display: none;
  }

  .nav-toggle {
    position: relative;
    z-index: 90;
    grid-column: 2;
    grid-row: 1;
    display: block !important;
    width: 44px;
    height: 44px;
    margin-left: auto !important;
    color: #163847;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(47, 123, 116, 0.22);
    box-shadow: 0 10px 24px rgba(25, 62, 75, 0.1);
  }

  .site-nav {
    position: fixed !important;
    inset: 84px 14px auto 14px !important;
    z-index: 80;
    display: grid;
    gap: 0;
    max-height: calc(100dvh - 100px);
    padding: 10px;
    overflow: auto;
    color: #163847;
    background: rgba(248, 252, 249, 0.985);
    border: 1px solid rgba(47, 123, 116, 0.2);
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(25, 62, 75, 0.18);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 14px 12px;
    color: #163847;
    border-bottom: 1px solid rgba(47, 123, 116, 0.12);
  }

  .site-nav a[href="#blog"] {
    display: none;
  }

  .site-nav a::after,
  .site-nav .nav-cta::before {
    display: none;
  }

  .site-nav .nav-cta {
    border: 0;
    border-radius: 0;
  }

  .header-actions {
    display: none !important;
  }

  .mobile-menu-tools {
    display: grid;
    gap: 10px;
    padding: 12px 6px 4px;
  }

  .language-switcher-mobile {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    margin: 0;
    padding: 6px;
    background: rgba(229, 242, 237, 0.9);
  }

  .language-switcher-mobile .language-button {
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 38px;
    padding: 8px 5px;
    font-size: 0.7rem;
    gap: 4px;
  }

  .language-switcher-mobile .language-button span:last-child {
    display: inline;
  }

  .private-entry-mobile {
    display: inline-flex !important;
    justify-content: center;
    width: 100%;
    min-height: 42px;
  }

  .private-panel {
    top: 84px;
    max-height: calc(100dvh - 84px);
  }

  .visual-reel-section .reel-shell.reveal {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .reel-shell {
    display: block !important;
    width: 100%;
    min-height: 0;
    padding-inline: 14px;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
    scroll-padding-inline: 14px;
    scroll-snap-type: x proximity;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .reel-track {
    display: flex !important;
    width: max-content;
    min-height: 0;
    gap: 14px;
    overflow: visible !important;
    animation: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    will-change: auto;
  }

  .reel-card,
  .reel-card-wide {
    position: relative;
    z-index: 1;
    display: block !important;
    flex: 0 0 min(64vw, 280px);
    height: clamp(220px, 56vw, 300px);
    min-height: 220px;
    opacity: 1 !important;
    visibility: visible !important;
    scroll-snap-align: start;
  }

  .reel-card[aria-hidden="true"] {
    display: none !important;
  }

  .reel-card img {
    position: relative;
    z-index: 0;
    display: block !important;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .contact-section {
    background:
      linear-gradient(180deg, rgba(238, 248, 242, 0.88) 0%, rgba(238, 248, 242, 0.78) 54%, rgba(238, 248, 242, 0.48) 100%),
      linear-gradient(180deg, rgba(16, 47, 57, 0.1), rgba(16, 47, 57, 0.18)),
      url("https://upload.wikimedia.org/wikipedia/commons/thumb/7/72/Puerta_de_los_Serranos%2C_Valencia%2C_Espa%C3%B1a%2C_2014-06-30%2C_DD_86.JPG/1200px-Puerta_de_los_Serranos%2C_Valencia%2C_Espa%C3%B1a%2C_2014-06-30%2C_DD_86.JPG") center / cover no-repeat;
  }
}

/* Contact background fix: iconic Valencia image with local fallback */
.contact-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(238, 248, 242, 0.64) 0%, rgba(238, 248, 242, 0.44) 45%, rgba(238, 248, 242, 0.12) 100%),
    linear-gradient(180deg, rgba(16, 47, 57, 0.06), rgba(16, 47, 57, 0.14)),
    url("https://upload.wikimedia.org/wikipedia/commons/7/72/Puerta_de_los_Serranos%2C_Valencia%2C_Espa%C3%B1a%2C_2014-06-30%2C_DD_86.JPG") center right / cover no-repeat,
    url("images/edificio-balcones-valencia.jpg") center right / cover no-repeat !important;
}

.contact-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 18% 26%, rgba(255, 255, 255, 0.34), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(221, 237, 230, 0.08));
  pointer-events: none;
}

.contact-section .contact-copy {
  background: rgba(248, 252, 249, 0.84);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.contact-section .contact-form {
  background: rgba(248, 252, 249, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

@media (max-width: 720px) {
  .contact-section {
    background:
      linear-gradient(180deg, rgba(238, 248, 242, 0.68) 0%, rgba(238, 248, 242, 0.5) 58%, rgba(238, 248, 242, 0.18) 100%),
      linear-gradient(180deg, rgba(16, 47, 57, 0.08), rgba(16, 47, 57, 0.16)),
      url("https://upload.wikimedia.org/wikipedia/commons/7/72/Puerta_de_los_Serranos%2C_Valencia%2C_Espa%C3%B1a%2C_2014-06-30%2C_DD_86.JPG") center / cover no-repeat,
      url("images/edificio-balcones-valencia.jpg") center / cover no-repeat !important;
  }
}
