:root {
  --orange-50: #fff7ed;
  --orange-100: #ffedd5;
  --orange-200: #fed7aa;
  --orange-500: #f97316;
  --orange-600: #ea580c;
  --orange-700: #c2410c;
  --ink-950: #172033;
  --ink-800: #273247;
  --ink-700: #465269;
  --line: #e8eaf0;
  --surface: #ffffff;
  --shadow: 0 18px 45px rgba(23, 32, 51, .11);
  --radius-md: 16px;
  --radius-lg: 24px;
  color: var(--ink-950);
  background: var(--orange-50);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--orange-50); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; z-index: 100; top: -4rem; left: 1rem; padding: .7rem 1rem; border-radius: 8px; background: var(--ink-950); color: #fff; }
.skip-link:focus { top: 1rem; }
.container { width: min(1140px, calc(100% - 2rem)); margin-inline: auto; }
.utility-bar { background: var(--ink-950); color: #fff; }
.utility-bar__content { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 42px; font-size: .8rem; }
.utility-list { display: flex; flex-wrap: wrap; gap: 1rem; }
.utility-list a:hover { color: var(--orange-200); }
.utility-whatsapp { color: var(--orange-200); font-weight: 800; }
.site-nav { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.95); backdrop-filter: blur(12px); }
.site-nav__content { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 78px; }
.brand { display: inline-flex; align-items: center; min-width: 120px; }
.brand__legacy-logo { width: 138px; height: 48px; object-fit: contain; object-position: left center; }
.nav-links { display: flex; align-items: center; gap: .25rem; margin: 0; padding: 0; list-style: none; }
.nav-links a { display: block; padding: .6rem .75rem; border-radius: 9px; color: var(--ink-700); font-size: .9rem; font-weight: 700; }
.nav-links a:hover, .nav-links a[aria-current="page"] { background: var(--orange-50); color: var(--orange-700); }
.menu-toggle { display: none; border: 0; border-radius: 10px; padding: .55rem .7rem; background: var(--orange-50); color: var(--orange-700); font-size: 1rem; font-weight: 800; cursor: pointer; }

.home-hero { position: relative; overflow: hidden; isolation: isolate; min-height: min(620px, calc(100vh - 120px)); background: var(--ink-950); }
.home-hero__image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.home-hero::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(106deg, rgba(23,32,51,.91) 0%, rgba(23,32,51,.7) 45%, rgba(194,65,12,.54) 100%); }
.home-hero__content { display: flex; min-height: inherit; align-items: center; padding: 5rem 0; }
.home-hero__copy { max-width: 690px; color: #fff; }
.home-hero__eyebrow { display: inline-flex; align-items: center; gap: .5rem; margin: 0 0 1.15rem; color: var(--orange-200); font-size: .84rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.home-hero__eyebrow::before { width: 30px; height: 2px; content: ""; background: var(--orange-500); }
.home-hero h1 { max-width: 730px; margin: 0; font-size: clamp(3rem, 8vw, 6.6rem); letter-spacing: -.07em; line-height: .9; }
.home-hero__subtitle { margin: 1.25rem 0 0; color: #fff; font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 600; }
.home-hero__rule { width: 86px; height: 5px; margin-top: 2rem; border-radius: 999px; background: var(--orange-500); }

.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section--white { background: var(--surface); }
.section-heading { max-width: 670px; margin: 0 auto 2.25rem; text-align: center; }
.section-heading__eyebrow { margin: 0 0 .55rem; color: var(--orange-700); font-size: .77rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.section-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.05em; line-height: 1; }
.section-heading h2 strong { color: var(--orange-600); }
.photo-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; }
.photo-card { overflow: hidden; aspect-ratio: 1 / 1; border-radius: var(--radius-md); background: var(--orange-100); box-shadow: 0 12px 28px rgba(23,32,51,.1); }
.photo-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.photo-card:hover img { transform: scale(1.06); }
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.service-card { min-height: 100%; padding: 1.85rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: var(--orange-200); box-shadow: var(--shadow); }
.service-card__icon { display: grid; width: 48px; height: 48px; margin-bottom: 1.25rem; place-items: center; border-radius: 14px; background: var(--orange-50); color: var(--orange-700); font-size: 1.35rem; font-weight: 900; }
.service-card h3 { margin: 0 0 .65rem; font-size: 1.12rem; letter-spacing: -.02em; }
.service-card p { margin: 0; color: var(--ink-700); font-size: .95rem; line-height: 1.75; }
.clients-shell { overflow: hidden; padding: 1rem; border: 1px solid var(--orange-100); border-radius: var(--radius-lg); background: var(--orange-50); }
.clients { display: grid; grid-template-columns: repeat(6, 1fr); gap: .8rem; }
.client-logo { display: grid; min-height: 104px; place-items: center; padding: 1rem; border-radius: 12px; background: #fff; }
.client-logo img { max-height: 56px; object-fit: contain; }

.foundation { display: grid; min-height: calc(100vh - 254px); place-items: center; padding: 5rem 0; }
.foundation__card { width: min(720px, 100%); padding: clamp(2rem, 7vw, 4.5rem); border: 1px solid var(--orange-100); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow); text-align: center; }
.foundation__eyebrow { margin: 0 0 .65rem; color: var(--orange-700); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.foundation h1 { margin: 0; font-size: clamp(2rem, 6vw, 3.75rem); letter-spacing: -.055em; line-height: 1; }
.foundation p { max-width: 520px; margin: 1.25rem auto 0; color: var(--ink-700); line-height: 1.75; }
.foundation__status { display: inline-flex; margin-top: 1.75rem; padding: .55rem .8rem; border-radius: 999px; background: var(--orange-50); color: var(--orange-700); font-size: .85rem; font-weight: 800; }
.site-footer { margin-top: auto; background: var(--ink-950); color: #e8edf5; }
.site-footer__content { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; padding: 2rem 0; font-size: .85rem; }
.social-links { display: flex; gap: .6rem; }
.social-links a { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid #42506a; border-radius: 50%; color: #fff; font-size: .7rem; font-weight: 800; }
.social-links a:hover { border-color: var(--orange-500); background: var(--orange-500); }
.whatsapp-float { position: fixed; z-index: 15; right: 1.25rem; bottom: 1.25rem; display: inline-flex; align-items: center; gap: .5rem; padding: .8rem 1rem; border-radius: 999px; background: #25d366; box-shadow: 0 10px 25px rgba(23,32,51,.2); color: #073d1a; font-size: .86rem; font-weight: 900; }

@media (max-width: 900px) {
  .clients { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .utility-bar__content { justify-content: center; padding: .6rem 0; }
  .utility-list { justify-content: center; gap: .4rem .8rem; }
  .utility-list span:first-child, .utility-whatsapp { display: none; }
  .site-nav__content { min-height: 68px; }
  .brand__legacy-logo { width: 118px; height: 42px; }
  .menu-toggle { display: inline-flex; }
  .nav-links { position: fixed; inset: 110px 1rem auto; display: none; padding: .65rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow); }
  .nav-links.is-open { display: grid; }
  .nav-links a { padding: .8rem; }
  .home-hero { min-height: 520px; }
  .home-hero__content { padding: 4rem 0; }
  .home-hero h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .photo-row, .services { grid-template-columns: 1fr; }
  .photo-card { aspect-ratio: 4 / 3; }
  .clients { grid-template-columns: repeat(2, 1fr); }
  .site-footer__content { flex-direction: column; text-align: center; }
  .whatsapp-float { width: 48px; height: 48px; justify-content: center; padding: 0; }
  .whatsapp-float span { display: none; }
}

.inner-hero { padding: clamp(3.5rem, 7vw, 6rem) 0; background: linear-gradient(118deg, var(--ink-950), var(--ink-800) 58%, var(--orange-700)); color: #fff; }
.breadcrumb { display: flex; gap: .45rem; margin: 0 0 1.1rem; color: var(--orange-200); font-size: .88rem; }
.breadcrumb a:hover { color: #fff; }
.inner-hero h1 { max-width: 720px; margin: 0; font-size: clamp(2.55rem, 6vw, 4.7rem); letter-spacing: -.06em; line-height: .95; }
.page-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; align-items: start; gap: 3.5rem; }
.page-content { min-width: 0; }
.article-copy { color: var(--ink-700); font-size: 1rem; line-height: 1.85; }
.article-copy > :first-child { margin-top: 0; }
.article-copy p { margin: 0 0 1.35rem; }
.article-copy h2 { margin: 2.7rem 0 1rem; color: var(--ink-950); font-size: clamp(1.55rem, 3vw, 2rem); letter-spacing: -.04em; }
.vision-card { margin: 2.5rem 0; padding: 1.7rem; border-left: 5px solid var(--orange-500); border-radius: 0 var(--radius-md) var(--radius-md) 0; background: var(--orange-50); color: var(--ink-800); font-size: 1.05rem; line-height: 1.75; }
.mission-list { display: grid; gap: .85rem; margin: 1.2rem 0 0; padding: 0; list-style: none; }
.mission-list li { position: relative; padding: 1rem 1rem 1rem 3.3rem; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.mission-list li::before { position: absolute; top: 1rem; left: 1rem; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: var(--orange-100); color: var(--orange-700); content: "✓"; font-size: .8rem; font-weight: 900; }
.sidebar { display: grid; gap: 1rem; }
.widget { padding: 1.25rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.widget h2 { margin: 0 0 .9rem; font-size: 1rem; }
.search-widget { display: flex; }
.search-widget input { width: 100%; min-width: 0; padding: .7rem .75rem; border: 1px solid var(--line); border-radius: 9px 0 0 9px; color: var(--ink-700); }
.search-widget button { border: 0; border-radius: 0 9px 9px 0; padding: .7rem .85rem; background: var(--orange-600); color: #fff; cursor: pointer; }
.widget-note { margin: 0; color: var(--ink-700); font-size: .88rem; line-height: 1.65; }
.widget-calendar { display: grid; grid-template-columns: repeat(7, 1fr); gap: .2rem; color: var(--ink-700); font-size: .74rem; text-align: center; }
.widget-calendar span { padding: .3rem 0; }
.widget-calendar span:first-child { grid-column: 4; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.service-detail { display: flex; gap: 1rem; min-height: 100%; padding: 1.45rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.service-detail__number { display: grid; flex: 0 0 auto; width: 34px; height: 34px; place-items: center; border-radius: 10px; background: var(--orange-50); color: var(--orange-700); font-size: .8rem; font-weight: 900; }
.service-detail h2 { margin: 0 0 .5rem; font-size: 1.06rem; letter-spacing: -.02em; }
.service-detail p { margin: 0; color: var(--ink-700); font-size: .92rem; line-height: 1.65; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.gallery-tile { overflow: hidden; aspect-ratio: 1 / 1; border: 0; border-radius: 14px; padding: 0; background: var(--orange-100); cursor: zoom-in; }
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-tile:hover img { transform: scale(1.06); }
.news-grid { display: grid; gap: 1.25rem; }
.news-card { display: grid; grid-template-columns: 210px minmax(0, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.news-card__image { width: 100%; height: 100%; min-height: 215px; object-fit: cover; }
.news-card__body { padding: 1.65rem; }
.news-card__meta { margin: 0 0 .6rem; color: var(--orange-700); font-size: .78rem; font-weight: 800; }
.news-card h2 { margin: 0; font-size: clamp(1.2rem, 2.5vw, 1.55rem); letter-spacing: -.035em; line-height: 1.2; }
.news-card p { margin: .9rem 0 1.2rem; color: var(--ink-700); line-height: 1.7; }
.text-link { display: inline-flex; align-items: center; gap: .45rem; color: var(--orange-700); font-size: .9rem; font-weight: 900; }
.text-link:hover { color: var(--orange-500); }
.contact-list { display: grid; gap: 1rem; }
.contact-card { display: flex; align-items: flex-start; gap: 1rem; padding: 1.4rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.contact-card__icon { display: grid; flex: 0 0 auto; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: var(--orange-50); color: var(--orange-700); font-weight: 900; }
.contact-card h2 { margin: 0 0 .25rem; font-size: 1rem; }
.contact-card p, .contact-card a { margin: 0; color: var(--ink-700); line-height: 1.6; }
.contact-card a:hover { color: var(--orange-700); }
.lightbox { position: fixed; z-index: 60; inset: 0; display: none; place-items: center; padding: 1.5rem; background: rgba(23,32,51,.92); }
.lightbox.is-open { display: grid; }
.lightbox img { max-width: min(100%, 1000px); max-height: 80vh; border-radius: 12px; box-shadow: var(--shadow); }
.lightbox button { position: fixed; top: 1rem; right: 1rem; border: 0; border-radius: 50%; width: 42px; height: 42px; background: #fff; color: var(--ink-950); font-size: 1.3rem; cursor: pointer; }

@media (max-width: 900px) {
  .page-layout { grid-template-columns: 1fr; gap: 2rem; }
  .sidebar { grid-template-columns: repeat(3, 1fr); }
  .news-card { grid-template-columns: 170px minmax(0, 1fr); }
}
@media (max-width: 650px) {
  .sidebar, .service-grid, .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .news-card { grid-template-columns: 1fr; }
  .news-card__image { min-height: 200px; max-height: 240px; }
}

/* Visual refinement */
body {
  background:
    radial-gradient(circle at 94% 6%, rgba(249,115,22,.10), transparent 21rem),
    radial-gradient(circle at 4% 36%, rgba(254,215,170,.42), transparent 25rem),
    var(--orange-50);
}
.site-nav { box-shadow: 0 8px 24px rgba(23,32,51,.04); }
.nav-links a { position: relative; transition: color .2s ease, background .2s ease; }
.nav-links a[aria-current="page"]::after {
  position: absolute; right: .75rem; bottom: .28rem; left: .75rem; height: 2px;
  border-radius: 999px; content: ""; background: var(--orange-500);
}
.home-hero { min-height: min(680px, calc(100vh - 120px)); border-radius: 0 0 48px 48px; }
.home-hero::before {
  position: absolute; z-index: -1; right: -15rem; bottom: -20rem; width: 48rem; height: 48rem;
  border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 48px rgba(249,115,22,.11), 0 0 0 96px rgba(249,115,22,.08);
  content: "";
}
.home-hero__copy {
  position: relative; padding: clamp(1.4rem, 4vw, 2.2rem); border: 1px solid rgba(255,255,255,.20);
  border-radius: 24px; background: linear-gradient(120deg, rgba(23,32,51,.28), rgba(23,32,51,.08));
  box-shadow: 0 24px 70px rgba(0,0,0,.16); backdrop-filter: blur(5px);
}
.home-hero__copy::before {
  position: absolute; top: 1.15rem; right: 1.15rem; width: 12px; height: 12px; border-radius: 50%;
  content: ""; background: var(--orange-500); box-shadow: 20px 0 0 rgba(255,255,255,.38);
}
.home-hero h1 { text-wrap: balance; }
.home-hero__subtitle { letter-spacing: .12em; text-transform: uppercase; }
.home-hero__rule { width: 120px; background: linear-gradient(90deg, var(--orange-500), #fdba74); }
.section { position: relative; }
.section-heading h2::after {
  display: block; width: 36px; height: 4px; margin: 1rem auto 0; border-radius: 999px;
  content: ""; background: var(--orange-500);
}
.photo-row { align-items: center; gap: clamp(1rem, 2.8vw, 2rem); padding: 1.2rem 0 2rem; }
.photo-card { position: relative; border: 6px solid #fff; border-radius: 22px; box-shadow: 0 22px 42px rgba(23,32,51,.14); }
.photo-card::after {
  position: absolute; inset: 0; border: 1px solid rgba(23,32,51,.07); border-radius: 16px; content: ""; pointer-events: none;
}
.photo-card:nth-child(2) { transform: translateY(2.35rem); }
.photo-card:nth-child(3) { transform: translateY(-.75rem); }
.service-card {
  position: relative; overflow: hidden; padding: 2rem 1.8rem; border: 0; border-radius: 20px;
  box-shadow: 0 18px 38px rgba(23,32,51,.08);
}
.service-card::before {
  position: absolute; top: 0; right: 0; width: 8rem; height: 8rem; border-radius: 0 0 0 100%;
  content: ""; background: linear-gradient(135deg, rgba(255,237,213,.95), rgba(255,255,255,0));
}
.service-card::after {
  position: absolute; right: 1.3rem; bottom: -.55rem; color: rgba(249,115,22,.10);
  content: "→"; font-size: 4.5rem; font-weight: 300; line-height: 1;
}
.service-card__icon { position: relative; z-index: 1; border: 1px solid var(--orange-200); box-shadow: inset 0 1px 0 rgba(255,255,255,.7); }
.service-card h3, .service-card p { position: relative; z-index: 1; }
.clients-shell { position: relative; overflow: hidden; padding: clamp(1.2rem, 3vw, 2rem); border: 0; background: linear-gradient(135deg, #fff, var(--orange-50)); box-shadow: 0 16px 34px rgba(23,32,51,.07); }
.client-logo { min-height: 116px; border: 1px solid rgba(249,115,22,.10); box-shadow: 0 8px 18px rgba(23,32,51,.035); transition: transform .2s ease, box-shadow .2s ease; }
.client-logo:hover { transform: translateY(-4px); box-shadow: 0 14px 25px rgba(23,32,51,.10); }
.inner-hero { position: relative; overflow: hidden; border-radius: 0 0 38px 38px; }
.inner-hero::after { position: absolute; right: 10%; bottom: -9rem; width: 20rem; height: 20rem; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; content: ""; box-shadow: 0 0 0 36px rgba(249,115,22,.11); }
.inner-hero .container { position: relative; z-index: 1; }
.page-content { animation: reveal .45s ease both; }
.widget { box-shadow: 0 10px 28px rgba(23,32,51,.055); }
.widget h2 { position: relative; padding-bottom: .7rem; }
.widget h2::after { position: absolute; bottom: 0; left: 0; width: 26px; height: 3px; border-radius: 4px; content: ""; background: var(--orange-500); }
.service-detail { border: 0; box-shadow: 0 12px 26px rgba(23,32,51,.065); transition: transform .2s ease, box-shadow .2s ease; }
.service-detail:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(23,32,51,.1); }
.news-card { border: 0; box-shadow: 0 14px 32px rgba(23,32,51,.08); transition: transform .2s ease, box-shadow .2s ease; }
.news-card:hover { transform: translateY(-4px); box-shadow: 0 20px 38px rgba(23,32,51,.12); }
.contact-card { border: 0; box-shadow: 0 12px 25px rgba(23,32,51,.06); }
.gallery-tile { border: 5px solid #fff; box-shadow: 0 14px 28px rgba(23,32,51,.11); }
.gallery-tile:nth-child(3n + 2) { transform: translateY(1.25rem); }
.gallery-tile:nth-child(3n) { transform: translateY(-.55rem); }

@keyframes reveal { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
@media (max-width: 760px) {
  .home-hero { min-height: 560px; border-radius: 0 0 30px 30px; }
  .home-hero__copy { padding: 1.35rem; }
  .photo-card:nth-child(2), .photo-card:nth-child(3), .gallery-tile:nth-child(3n + 2), .gallery-tile:nth-child(3n) { transform: none; }
  .photo-row { padding-bottom: 0; }
  .inner-hero { border-radius: 0 0 28px 28px; }
}

/* Home reimagined */
body[data-page="home"] { background: #fffaf6; }
.home-reimagined {
  min-height: min(720px, calc(100vh - 120px));
  border-radius: 0;
  background: #111827;
}
.home-reimagined .home-hero__image {
  left: auto;
  width: 56%;
  filter: saturate(.9) contrast(1.08);
  transform-origin: center;
  animation: hero-image-drift 13s ease-in-out infinite alternate;
}
.home-reimagined::after {
  background:
    linear-gradient(90deg, #111827 0%, rgba(17,24,39,.97) 36%, rgba(17,24,39,.45) 61%, rgba(194,65,12,.18) 100%),
    linear-gradient(0deg, rgba(17,24,39,.5), transparent 55%);
}
.home-reimagined::before {
  right: 18%;
  bottom: -24rem;
  width: 45rem;
  height: 45rem;
  border-color: rgba(249,115,22,.34);
  box-shadow: 0 0 0 38px rgba(249,115,22,.08), 0 0 0 76px rgba(249,115,22,.045);
}
.home-reimagined .home-hero__content { position: relative; min-height: inherit; padding: 6.5rem 0; }
.home-reimagined .home-hero__content::before {
  position: absolute;
  top: 16%;
  left: 39%;
  width: 22rem;
  height: 11rem;
  border: 1px dashed rgba(254,215,170,.36);
  border-width: 1px 1px 0 0;
  border-radius: 0 12rem 0 0;
  content: "";
  transform: rotate(-7deg);
  animation: route-pulse 3.8s ease-in-out infinite;
}
.home-reimagined .home-hero__copy {
  max-width: 700px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
}
.home-reimagined .home-hero__copy::before { display: none; }
.home-reimagined .home-hero__eyebrow { color: #fdba74; }
.home-reimagined h1 {
  max-width: 650px;
  background: linear-gradient(125deg, #fff 10%, #fff 42%, #fed7aa 78%, #fb923c);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: clamp(4rem, 9vw, 7.4rem);
  line-height: .84;
}
.home-reimagined .home-hero__subtitle {
  max-width: 350px;
  margin-top: 1.7rem;
  color: #fed7aa;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .22em;
}
.hero-atmosphere { position: absolute; z-index: 1; inset: 0; overflow: hidden; pointer-events: none; }
.hero-atmosphere span { position: absolute; display: block; border-radius: 50%; background: #fb923c; filter: blur(.2px); }
.hero-atmosphere span:nth-child(1) { top: 20%; right: 8%; width: 9px; height: 9px; box-shadow: 0 0 0 9px rgba(251,146,60,.12), 0 0 30px rgba(251,146,60,.6); animation: float-up 5s ease-in-out infinite; }
.hero-atmosphere span:nth-child(2) { right: 29%; bottom: 18%; width: 5px; height: 5px; background: #fff; box-shadow: 0 0 20px rgba(255,255,255,.65); animation: float-up 4.2s 1s ease-in-out infinite; }
.hero-atmosphere span:nth-child(3) { top: 30%; right: 42%; width: 6px; height: 6px; background: #fdba74; animation: float-up 5.7s .5s ease-in-out infinite; }
.hero-tags { position: absolute; z-index: 2; right: max(2rem, calc((100vw - 1140px) / 2)); bottom: 3.25rem; display: flex; gap: .55rem; }
.hero-tags span { padding: .55rem .8rem; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(17,24,39,.48); color: #fff; font-size: .73rem; font-weight: 800; letter-spacing: .03em; backdrop-filter: blur(8px); animation: tag-rise .65s both; }
.hero-tags span:nth-child(2) { animation-delay: .12s; }
.hero-tags span:nth-child(3) { animation-delay: .24s; }

body[data-page="home"] .home-hero + .section { position: relative; z-index: 3; margin-top: -2.3rem; padding-top: 4rem; border-radius: 32px 32px 0 0; background: #fff; }
body[data-page="home"] .photo-row { grid-template-columns: 1.5fr .9fr .9fr; gap: 1.2rem; padding: 0; }
body[data-page="home"] .photo-card { border-width: 0; border-radius: 19px; box-shadow: 0 20px 42px rgba(17,24,39,.15); }
body[data-page="home"] .photo-card:nth-child(1) { grid-row: span 1; transform: none; }
body[data-page="home"] .photo-card:nth-child(2) { transform: translateY(1.45rem) scale(.94); }
body[data-page="home"] .photo-card:nth-child(3) { transform: translateY(-.45rem) scale(.94); }
body[data-page="home"] .photo-card::before { position: absolute; z-index: 1; inset: auto 1rem 1rem; height: 3px; border-radius: 3px; content: ""; background: linear-gradient(90deg, #fb923c, transparent); }
body[data-page="home"] .section-heading { margin-bottom: 3.2rem; }
body[data-page="home"] .section-heading h2 { font-size: clamp(2.5rem, 5vw, 4.25rem); }
body[data-page="home"] .services { grid-template-columns: 1.2fr .8fr; grid-template-rows: 1fr 1fr; max-width: 1000px; margin-inline: auto; }
body[data-page="home"] .service-card { padding: 2.1rem; border-radius: 22px; background: #fff; }
body[data-page="home"] .service-card:nth-child(1) { grid-row: span 2; justify-content: end; min-height: 390px; padding: 2.6rem; background: linear-gradient(145deg, #f97316, #c2410c); color: #fff; }
body[data-page="home"] .service-card:nth-child(1)::before { width: 17rem; height: 17rem; border-radius: 50%; background: rgba(255,255,255,.09); }
body[data-page="home"] .service-card:nth-child(1)::after { color: rgba(255,255,255,.20); font-size: 7rem; }
body[data-page="home"] .service-card:nth-child(1) .service-card__icon { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.15); color: #fff; }
body[data-page="home"] .service-card:nth-child(1) p { max-width: 380px; color: rgba(255,255,255,.88); font-size: 1rem; }
body[data-page="home"] .service-card:nth-child(1) h3 { max-width: 350px; font-size: 1.65rem; }
body[data-page="home"] .service-card:nth-child(2) { background: #171f31; color: #fff; }
body[data-page="home"] .service-card:nth-child(2)::before { background: rgba(249,115,22,.16); }
body[data-page="home"] .service-card:nth-child(2) p { color: #cdd5e4; }
body[data-page="home"] .service-card:nth-child(2) .service-card__icon { border-color: rgba(251,146,60,.28); background: rgba(249,115,22,.12); color: #fdba74; }
body[data-page="home"] .service-card:nth-child(3) { background: linear-gradient(135deg, #fff7ed, #fff); }
body[data-page="home"] .service-card:nth-child(3) .service-card__icon { background: #fff; }
body[data-page="home"] .clients-shell { padding: 1rem 0; border-radius: 18px; background: #111827; }
body[data-page="home"] .clients { display: flex; width: max-content; gap: .9rem; padding: 0 .45rem; animation: client-marquee 24s linear infinite; }
body[data-page="home"] .clients-shell:hover .clients { animation-play-state: paused; }
body[data-page="home"] .client-logo { flex: 0 0 150px; min-height: 90px; border: 0; background: #fff; }
body[data-page="home"] .client-logo:hover { transform: none; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes hero-image-drift { from { transform: scale(1.02) translate3d(0,0,0); } to { transform: scale(1.12) translate3d(-1.5%,1%,0); } }
@keyframes route-pulse { 0%,100% { opacity: .25; transform: rotate(-7deg) scale(.96); } 50% { opacity: .86; transform: rotate(-7deg) scale(1.03); } }
@keyframes float-up { 0%,100% { transform: translateY(0); opacity: .55; } 50% { transform: translateY(-20px); opacity: 1; } }
@keyframes tag-rise { from { transform: translateY(14px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@keyframes client-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

@media (max-width: 760px) {
  .home-reimagined { min-height: 600px; }
  .home-reimagined .home-hero__image { width: 100%; opacity: .58; }
  .home-reimagined::after { background: linear-gradient(180deg, rgba(17,24,39,.82), rgba(17,24,39,.93)); }
  .home-reimagined .home-hero__content { padding: 5rem 0 8rem; }
  .home-reimagined .home-hero__content::before { display: none; }
  .home-reimagined h1 { font-size: clamp(3.5rem, 17vw, 5.4rem); }
  .hero-tags { right: auto; bottom: 2rem; left: 1rem; }
  body[data-page="home"] .home-hero + .section { margin-top: -1.2rem; border-radius: 22px 22px 0 0; }
  body[data-page="home"] .photo-row { grid-template-columns: 1fr 1fr; }
  body[data-page="home"] .photo-card:nth-child(1) { grid-column: span 2; }
  body[data-page="home"] .photo-card:nth-child(2), body[data-page="home"] .photo-card:nth-child(3) { transform: none; }
  body[data-page="home"] .services { grid-template-columns: 1fr; grid-template-rows: auto; }
  body[data-page="home"] .service-card:nth-child(1) { grid-row: auto; min-height: 320px; }
  body[data-page="home"] .clients { animation-duration: 18s; }
}

.contact-strip { border-bottom: 1px solid #e6e9ef; background: #fff; }
.contact-strip__inner { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) 1.2fr; min-height: 94px; }
.contact-item { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.25rem; color: var(--ink-700); }
.contact-item + .contact-item { border-left: 1px solid #edf0f4; }
.contact-item__icon { display: grid; flex: 0 0 auto; width: 36px; height: 36px; place-items: center; color: var(--orange-600); font-size: 2rem; font-weight: 700; line-height: 1; }
.contact-item > span:last-child { display: grid; gap: .18rem; min-width: 0; }
.contact-item strong { color: var(--orange-600); font-size: .89rem; }
.contact-item small, .contact-item a { overflow: hidden; color: var(--ink-700); font-size: .9rem; text-overflow: ellipsis; white-space: nowrap; }
.contact-item a:hover { color: var(--orange-700); }
.contact-cta { display: flex; align-items: center; justify-content: center; gap: .9rem; padding: 1rem; background: var(--orange-600); color: #fff; font-size: .9rem; font-weight: 900; line-height: 1.45; transition: background .2s ease; }
.contact-cta:hover { background: var(--orange-700); }
.contact-cta__icon { font-size: 2rem; line-height: 1; }
body[data-page="home"] .home-reimagined { min-height: min(720px, calc(100vh - 170px)); }

@media (max-width: 900px) {
  .contact-strip__inner { grid-template-columns: repeat(2, 1fr); }
  .contact-item + .contact-item { border-left: 0; }
  .contact-item:nth-child(2n) { border-left: 1px solid #edf0f4; }
  .contact-cta { grid-column: span 2; min-height: 58px; }
}
@media (max-width: 560px) {
  .contact-strip__inner { min-height: 0; grid-template-columns: 1fr; }
  .contact-item { padding: .8rem 1rem; }
  .contact-item:nth-child(2n) { border-left: 0; }
  .contact-item:not(:first-child) { border-top: 1px solid #edf0f4; }
  .contact-item__icon { width: 29px; height: 29px; font-size: 1.55rem; }
  .contact-item small, .contact-item a { font-size: .8rem; }
  .contact-cta { grid-column: auto; padding: .9rem; }
}

/* About page reimagined */
body[data-page="tentang"] { background: #fffaf6; }
body[data-page="tentang"] .inner-hero {
  min-height: 390px;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 76% 40%, rgba(249,115,22,.38), transparent 18rem),
    linear-gradient(120deg, #101827 0%, #17243a 56%, #7c2d12 150%);
}
.about-orbit { position: absolute; right: 9%; top: 50%; width: 15rem; height: 15rem; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; transform: translateY(-50%); animation: orbit-spin 18s linear infinite; }
.about-orbit::before, .about-orbit::after { position: absolute; border-radius: 50%; content: ""; }
.about-orbit::before { top: -6px; left: 50%; width: 12px; height: 12px; background: #fdba74; box-shadow: 0 0 0 10px rgba(251,146,60,.13); }
.about-orbit::after { right: 7%; bottom: 7%; width: 6px; height: 6px; background: #fff; box-shadow: 0 0 18px rgba(255,255,255,.7); }
.about-page { position: relative; }
.about-page .page-content { position: relative; }
.about-page .article-copy { max-width: 760px; font-size: 1.04rem; }
.about-page .article-copy > p { position: relative; margin-bottom: 1.7rem; padding-left: 1.25rem; }
.about-page .article-copy > p::before { position: absolute; top: .55rem; bottom: .55rem; left: 0; width: 2px; border-radius: 2px; content: ""; background: linear-gradient(var(--orange-500), transparent); }
.about-page .article-copy > p:first-child { padding: 1.65rem 1.75rem 1.65rem 2rem; border-radius: 0 20px 20px 0; background: #fff; box-shadow: 0 14px 30px rgba(23,32,51,.07); color: var(--ink-800); font-size: 1.12rem; line-height: 1.85; }
.about-page .article-copy > p:first-child::before { top: 1.5rem; bottom: 1.5rem; width: 4px; }
.about-page .article-copy h2 { display: flex; align-items: center; gap: .85rem; margin-top: 3.4rem; font-size: clamp(2rem, 4vw, 3rem); }
.about-page .article-copy h2::after { width: 48px; height: 3px; border-radius: 3px; content: ""; background: var(--orange-500); }
.about-page .vision-card { position: relative; overflow: hidden; margin: 1.5rem 0 3.4rem; padding: clamp(1.7rem, 4vw, 2.8rem); border: 0; border-radius: 22px; background: linear-gradient(135deg, #f97316, #c2410c); box-shadow: 0 22px 45px rgba(194,65,12,.26); color: #fff; font-size: clamp(1.1rem, 2vw, 1.35rem); font-weight: 600; line-height: 1.72; }
.about-page .vision-card::after { position: absolute; right: -3rem; bottom: -6rem; width: 17rem; height: 17rem; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; content: ""; box-shadow: 0 0 0 30px rgba(255,255,255,.08); }
.about-page .mission-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; counter-reset: mission; }
.about-page .mission-list li { min-height: 132px; padding: 1.45rem 1.25rem 1.25rem 4rem; border: 0; border-radius: 18px; box-shadow: 0 12px 26px rgba(23,32,51,.065); font-size: .94rem; line-height: 1.65; transition: transform .25s ease, box-shadow .25s ease; counter-increment: mission; }
.about-page .mission-list li::before { top: 1.35rem; left: 1.2rem; width: 32px; height: 32px; border-radius: 10px; content: "0" counter(mission); background: var(--orange-50); color: var(--orange-700); font-size: .73rem; }
.about-page .mission-list li:hover { transform: translateY(-5px); box-shadow: 0 18px 32px rgba(23,32,51,.11); }
.about-page .mission-list li:last-child { grid-column: span 2; min-height: auto; }
.about-page .sidebar { position: sticky; top: 104px; }
.about-page .widget { overflow: hidden; border: 0; border-radius: 16px; }
.about-page .widget:first-child { background: #172033; color: #fff; }
.about-page .widget:first-child h2 { color: #fff; }
.about-page .widget:first-child .search-widget input { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.1); color: #fff; }
.about-page .widget:first-child .search-widget input::placeholder { color: #d1d7e3; }
.about-page .widget:first-child .search-widget button { background: var(--orange-500); }
.about-page .widget:nth-child(2) { background: linear-gradient(145deg, #fff, var(--orange-50)); }
.about-reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.8,.2,1); }
.about-reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes orbit-spin { from { transform: translateY(-50%) rotate(0deg); } to { transform: translateY(-50%) rotate(360deg); } }
@media (max-width: 900px) {
  .about-page .sidebar { position: static; }
}
@media (max-width: 650px) {
  body[data-page="tentang"] .inner-hero { min-height: 290px; }
  .about-orbit { right: -5rem; width: 13rem; height: 13rem; opacity: .7; }
  .about-page .article-copy > p:first-child { padding: 1.35rem 1.2rem 1.35rem 1.5rem; font-size: 1rem; }
  .about-page .mission-list { grid-template-columns: 1fr; }
  .about-page .mission-list li:last-child { grid-column: auto; }
}

.calendar-month { margin: 0 0 1.05rem; color: var(--ink-700); font-size: .94rem; text-transform: capitalize; }
.calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: .24rem; text-align: center; }
.calendar-weekday { padding: .25rem 0 .5rem; color: var(--orange-700); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.calendar-day { display: grid; min-height: 30px; place-items: center; border-radius: 8px; color: var(--ink-700); font-size: .78rem; }
.calendar-day--today { background: var(--orange-500); box-shadow: 0 5px 12px rgba(234,88,12,.24); color: #fff; font-weight: 900; }
.visitor-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: .65rem; margin: 0; }
.visitor-stats div { padding: .72rem; border: 1px solid var(--orange-100); border-radius: 11px; background: var(--orange-50); }
.visitor-stats dt { color: var(--ink-700); font-size: .69rem; }
.visitor-stats dd { margin: .28rem 0 0; color: var(--orange-700); font-size: 1.2rem; font-weight: 900; letter-spacing: -.04em; }
.visitor-note { margin: .85rem 0 0; color: var(--ink-700); font-size: .7rem; line-height: 1.45; }

/* Services page reimagined */
body[data-page="layanan"] { background: #fffaf6; }
body[data-page="layanan"] .inner-hero {
  min-height: 400px;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 79% 44%, rgba(251,146,60,.42), transparent 16rem),
    linear-gradient(125deg, #111827 0%, #1d2b45 54%, #9a3412 145%);
}
.service-routes { position: absolute; top: 50%; right: 8%; width: 24rem; height: 15rem; border: 1px dashed rgba(255,255,255,.28); border-radius: 50% 45% 50% 45%; transform: translateY(-50%) rotate(-16deg); animation: service-route-shift 12s linear infinite; }
.service-routes::before, .service-routes::after { position: absolute; border-radius: 50%; content: ""; }
.service-routes::before { top: 18%; left: 12%; width: 12px; height: 12px; background: #fdba74; box-shadow: 0 0 0 10px rgba(251,146,60,.13); }
.service-routes::after { right: 10%; bottom: 17%; width: 9px; height: 9px; background: #fff; box-shadow: 0 0 20px rgba(255,255,255,.6); }
.service-page .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.service-page .service-detail {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  padding: 1.8rem;
  border: 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(23,32,51,.075);
}
.service-page .service-detail::after {
  position: absolute;
  right: -1.5rem;
  bottom: -2.3rem;
  color: rgba(249,115,22,.075);
  content: "↗";
  font-size: 9rem;
  font-weight: 300;
  line-height: 1;
}
.service-page .service-detail:nth-child(1),
.service-page .service-detail:nth-child(4),
.service-page .service-detail:nth-child(7),
.service-page .service-detail:nth-child(10) { background: linear-gradient(145deg, #fff7ed, #fff); }
.service-page .service-detail:nth-child(2),
.service-page .service-detail:nth-child(9) { background: #172033; color: #fff; }
.service-page .service-detail:nth-child(2) p,
.service-page .service-detail:nth-child(9) p { color: #d4dbe7; }
.service-page .service-detail:nth-child(2)::after,
.service-page .service-detail:nth-child(9)::after { color: rgba(255,255,255,.1); }
.service-page .service-detail__number {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: var(--orange-50);
  color: var(--orange-700);
  font-size: .78rem;
}
.service-page .service-detail:nth-child(2) .service-detail__number,
.service-page .service-detail:nth-child(9) .service-detail__number { background: rgba(249,115,22,.16); color: #fdba74; }
.service-page .service-detail > div { position: relative; z-index: 1; }
.service-page .service-detail h2 { margin-top: .35rem; font-size: clamp(1.25rem, 2vw, 1.55rem); }
.service-page .service-detail p { max-width: 430px; font-size: .95rem; }
.service-page .sidebar { position: sticky; top: 104px; }
.service-page .widget { border: 0; border-radius: 16px; box-shadow: 0 12px 28px rgba(23,32,51,.06); }
.service-page .widget:last-child { background: #172033; color: #fff; }
.service-page .widget:last-child h2 { color: #fff; }
.service-reveal { opacity: 0; transform: translateY(22px) scale(.98); transition: opacity .55s ease, transform .55s cubic-bezier(.2,.8,.2,1); }
.service-reveal.is-visible { opacity: 1; transform: translateY(0) scale(1); }

@keyframes service-route-shift { from { transform: translateY(-50%) rotate(-16deg); } to { transform: translateY(-50%) rotate(344deg); } }
@media (max-width: 900px) {
  .service-page .sidebar { position: static; }
}
@media (max-width: 650px) {
  body[data-page="layanan"] .inner-hero { min-height: 290px; }
  .service-routes { right: -11rem; width: 21rem; opacity: .6; }
  .service-page .service-grid { grid-template-columns: 1fr; }
  .service-page .service-detail { min-height: 0; }
}

/* Gallery page reimagined */
body[data-page="gallery"] { background: #111827; }
body[data-page="gallery"] .inner-hero {
  min-height: 390px;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 72% 45%, rgba(249,115,22,.48), transparent 14rem),
    linear-gradient(130deg, #0e1523 0%, #172033 60%, #7c2d12 150%);
}
.gallery-aperture { position: absolute; top: 50%; right: 11%; width: 18rem; height: 18rem; border: 28px solid rgba(255,255,255,.1); border-radius: 50%; transform: translateY(-50%); animation: aperture-turn 17s linear infinite; }
.gallery-aperture::before, .gallery-aperture::after { position: absolute; inset: 20%; border: 1px solid rgba(251,146,60,.5); border-radius: 50%; content: ""; }
.gallery-aperture::after { inset: 43%; background: #fdba74; box-shadow: 0 0 0 13px rgba(251,146,60,.12), 0 0 34px rgba(251,146,60,.68); }
.gallery-page { position: relative; }
.gallery-page .page-content { max-width: none; }
.gallery-page .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-flow: dense; grid-auto-rows: 160px; gap: 1rem; }
.gallery-page .gallery-tile {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 16px 30px rgba(0,0,0,.22);
  transform: none;
}
.gallery-page .gallery-tile::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 52%, rgba(17,24,39,.72));
  opacity: 0;
  transition: opacity .3s ease;
}
.gallery-page .gallery-tile::before {
  position: absolute;
  z-index: 2;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 50%;
  content: "+";
  background: rgba(17,24,39,.42);
  color: #fff;
  font-size: 1.2rem;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .3s ease, transform .3s ease;
}
.gallery-page .gallery-tile:hover::after, .gallery-page .gallery-tile:hover::before { opacity: 1; transform: translateY(0); }
.gallery-page .gallery-tile:hover img { transform: scale(1.1); }
.gallery-page .gallery-tile:nth-child(1) { grid-row: span 2; }
.gallery-page .gallery-tile:nth-child(2) { grid-column: span 2; }
.gallery-page .gallery-tile:nth-child(4) { grid-row: span 2; }
.gallery-page .gallery-tile:nth-child(6) { grid-column: span 2; }
.gallery-page .gallery-tile:nth-child(9) { grid-row: span 2; }
.gallery-page .sidebar { position: sticky; top: 104px; }
.gallery-page .widget { border: 0; border-radius: 16px; box-shadow: 0 12px 28px rgba(23,32,51,.06); }
.gallery-page .widget:nth-child(2) { background: linear-gradient(145deg, #fff, var(--orange-50)); }
.gallery-page .widget:last-child { background: #172033; color: #fff; }
.gallery-page .widget:last-child h2 { color: #fff; }
.gallery-reveal { opacity: 0; transform: translateY(18px) scale(.97); transition: opacity .5s ease, transform .5s cubic-bezier(.2,.8,.2,1); }
.gallery-reveal.is-visible { opacity: 1; transform: translateY(0) scale(1); }
.lightbox { background: rgba(6,11,20,.95); backdrop-filter: blur(10px); }
.lightbox img { border: 1px solid rgba(255,255,255,.12); box-shadow: 0 32px 80px rgba(0,0,0,.5); }
.lightbox button { background: var(--orange-500); color: #fff; }

@keyframes aperture-turn { from { transform: translateY(-50%) rotate(0deg); } to { transform: translateY(-50%) rotate(360deg); } }
@media (max-width: 900px) {
  .gallery-page .sidebar { position: static; }
}
@media (max-width: 650px) {
  body[data-page="gallery"] .inner-hero { min-height: 290px; }
  .gallery-aperture { right: -6rem; width: 13rem; height: 13rem; border-width: 20px; }
  .gallery-page .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 135px; gap: .7rem; }
  .gallery-page .gallery-tile:nth-child(2), .gallery-page .gallery-tile:nth-child(6) { grid-column: span 1; }
  .gallery-page .gallery-tile:nth-child(1), .gallery-page .gallery-tile:nth-child(4), .gallery-page .gallery-tile:nth-child(9) { grid-row: span 1; }
}

/* Gallery refinement: calm editorial grid */
body[data-page="gallery"] { background: #fffaf6; }
body[data-page="gallery"] .inner-hero {
  min-height: 330px;
  background: linear-gradient(118deg, #172033 0%, #263654 66%, #9a3412 155%);
}
.gallery-aperture { display: none; }
.gallery-page .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: auto;
  gap: 1.15rem;
}
.gallery-page .gallery-tile,
.gallery-page .gallery-tile:nth-child(1),
.gallery-page .gallery-tile:nth-child(2),
.gallery-page .gallery-tile:nth-child(4),
.gallery-page .gallery-tile:nth-child(6),
.gallery-page .gallery-tile:nth-child(9) {
  grid-column: auto;
  grid-row: auto;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(23,32,51,.08);
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(23,32,51,.08);
  transform: none;
}
.gallery-page .gallery-tile::after { background: linear-gradient(180deg, transparent 58%, rgba(17,24,39,.52)); }
.gallery-page .gallery-tile::before {
  right: .85rem;
  bottom: .85rem;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 9px;
  content: "↗";
  background: var(--orange-500);
  font-size: 1rem;
}
.gallery-page .gallery-tile:hover { box-shadow: 0 16px 30px rgba(23,32,51,.14); }
.gallery-page .gallery-tile:hover img { transform: scale(1.045); }
.gallery-page .sidebar { gap: .9rem; }
.gallery-page .widget { border: 1px solid var(--line); box-shadow: none; }
.gallery-page .widget:last-child { background: #fff; color: var(--ink-950); }
.gallery-page .widget:last-child h2 { color: var(--ink-950); }
.gallery-reveal { transform: translateY(12px); transition-duration: .42s; }

@media (max-width: 650px) {
  .gallery-page .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
  .gallery-page .gallery-tile,
  .gallery-page .gallery-tile:nth-child(1),
  .gallery-page .gallery-tile:nth-child(2),
  .gallery-page .gallery-tile:nth-child(4),
  .gallery-page .gallery-tile:nth-child(6),
  .gallery-page .gallery-tile:nth-child(9) { aspect-ratio: 1 / 1; }
}

/* News page reimagined */
body[data-page="berita"] { background: #fffaf6; }
body[data-page="berita"] .inner-hero {
  min-height: 330px;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 74% 38%, rgba(249,115,22,.30), transparent 15rem),
    linear-gradient(118deg, #172033 0%, #263654 68%, #9a3412 155%);
}
.news-beacon { position: absolute; top: 50%; right: 13%; width: 9rem; height: 9rem; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; transform: translateY(-50%); }
.news-beacon::before, .news-beacon::after { position: absolute; border-radius: 50%; content: ""; }
.news-beacon::before { inset: 28%; background: #fdba74; box-shadow: 0 0 0 15px rgba(251,146,60,.10), 0 0 28px rgba(251,146,60,.6); animation: beacon-pulse 2.8s ease-in-out infinite; }
.news-beacon::after { top: 17%; right: 17%; width: 7px; height: 7px; background: #fff; }
.news-page .news-grid { gap: 1.5rem; }
.news-page .news-card { grid-template-columns: 260px minmax(0, 1fr); border: 1px solid rgba(23,32,51,.08); border-radius: 18px; box-shadow: none; }
.news-page .news-card:first-child { grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); background: #172033; color: #fff; }
.news-page .news-card:first-child .news-card__image { min-height: 340px; }
.news-page .news-card:first-child .news-card__body { display: flex; flex-direction: column; justify-content: center; padding: clamp(1.8rem, 4vw, 3.2rem); }
.news-page .news-card:first-child .news-card__meta { color: #fdba74; }
.news-page .news-card:first-child .news-card__body h2 { font-size: clamp(1.65rem, 3vw, 2.55rem); line-height: 1.08; }
.news-page .news-card:first-child .news-card__body p { color: #d7deea; }
.news-page .news-card:first-child .text-link { color: #fdba74; }
.news-page .news-card:not(:first-child) { background: #fff; }
.news-page .news-card:not(:first-child) .news-card__image { min-height: 245px; }
.news-page .news-card__body { padding: 1.8rem; }
.news-page .news-card__meta { letter-spacing: .03em; text-transform: uppercase; }
.news-page .news-card h2 { font-size: clamp(1.35rem, 2.4vw, 1.8rem); }
.news-page .text-link { position: relative; padding-bottom: .2rem; }
.news-page .text-link::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; content: ""; background: currentColor; transform-origin: left; transition: transform .22s ease; }
.news-page .text-link:hover::after { transform: scaleX(.55); }
.news-page .sidebar { position: sticky; top: 104px; }
.news-page .widget { border: 1px solid var(--line); border-radius: 16px; box-shadow: none; }
.news-page .widget:nth-child(2) { background: linear-gradient(145deg, #fff, var(--orange-50)); }
.news-page .widget:last-child { background: #fff; color: var(--ink-950); }
.news-page .widget:last-child h2 { color: var(--ink-950); }
.news-reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s cubic-bezier(.2,.8,.2,1); }
.news-reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes beacon-pulse { 0%,100% { transform: scale(.88); opacity: .72; } 50% { transform: scale(1.08); opacity: 1; } }
@media (max-width: 900px) {
  .news-page .sidebar { position: static; }
  .news-page .news-card:first-child { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 650px) {
  body[data-page="berita"] .inner-hero { min-height: 290px; }
  .news-beacon { right: -2rem; width: 8rem; height: 8rem; opacity: .7; }
  .news-page .news-card, .news-page .news-card:first-child { grid-template-columns: 1fr; }
  .news-page .news-card:first-child .news-card__image, .news-page .news-card:not(:first-child) .news-card__image { min-height: 210px; max-height: 250px; }
  .news-page .news-card:first-child .news-card__body { padding: 1.6rem; }
}

/* Contact page reimagined */
body[data-page="kontak"] { background: #fffaf6; }
body[data-page="kontak"] .inner-hero {
  min-height: 330px;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 74% 40%, rgba(249,115,22,.34), transparent 15rem),
    linear-gradient(118deg, #172033 0%, #263654 68%, #9a3412 155%);
}
.contact-pulse { position: absolute; top: 50%; right: 13%; width: 8rem; height: 8rem; border: 1px solid rgba(255,255,255,.27); border-radius: 50%; transform: translateY(-50%); animation: contact-ring 3.4s ease-out infinite; }
.contact-pulse::before, .contact-pulse::after { position: absolute; border-radius: 50%; content: ""; }
.contact-pulse::before { inset: 30%; background: #fdba74; box-shadow: 0 0 0 12px rgba(251,146,60,.12); }
.contact-pulse::after { inset: -32%; border: 1px solid rgba(251,146,60,.26); }
.contact-page .contact-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.15rem; }
.contact-page .contact-card {
  position: relative;
  min-height: 178px;
  overflow: hidden;
  flex-direction: column;
  gap: 1.1rem;
  padding: 1.7rem;
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(23,32,51,.07);
  transition: transform .25s ease, box-shadow .25s ease;
}
.contact-page .contact-card:hover { transform: translateY(-5px); box-shadow: 0 20px 34px rgba(23,32,51,.12); }
.contact-page .contact-card::after { position: absolute; right: -1.5rem; bottom: -2.2rem; color: rgba(249,115,22,.08); content: "↗"; font-size: 8rem; line-height: 1; }
.contact-page .contact-card__icon { width: 46px; height: 46px; border-radius: 14px; font-size: 1rem; }
.contact-page .contact-card h2 { margin-bottom: .4rem; font-size: 1.2rem; }
.contact-page .contact-card p, .contact-page .contact-card a { font-size: 1rem; }
.contact-page .contact-card:nth-child(1) { grid-column: span 2; min-height: 145px; flex-direction: row; align-items: center; background: #172033; color: #fff; }
.contact-page .contact-card:nth-child(1)::after { color: rgba(255,255,255,.1); }
.contact-page .contact-card:nth-child(1) .contact-card__icon { background: rgba(249,115,22,.16); color: #fdba74; }
.contact-page .contact-card:nth-child(1) p { color: #d5deed; }
.contact-page .contact-card:nth-child(3) { background: linear-gradient(135deg, #f97316, #c2410c); color: #fff; }
.contact-page .contact-card:nth-child(3)::after { color: rgba(255,255,255,.16); }
.contact-page .contact-card:nth-child(3) .contact-card__icon { background: rgba(255,255,255,.17); color: #fff; }
.contact-page .contact-card:nth-child(3) a { color: #fff; }
.contact-page .sidebar { position: sticky; top: 104px; }
.contact-page .widget { border: 1px solid var(--line); border-radius: 16px; box-shadow: none; }
.contact-page .widget:first-child { background: #172033; color: #fff; border: 0; }
.contact-page .widget:first-child h2 { color: #fff; }
.contact-page .widget:first-child .search-widget input { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.1); color: #fff; }
.contact-page .widget:first-child .search-widget input::placeholder { color: #d1d7e3; }
.contact-page .widget:first-child .search-widget button { background: var(--orange-500); }
.contact-reveal { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s cubic-bezier(.2,.8,.2,1); }
.contact-reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes contact-ring { 0% { opacity: .2; transform: translateY(-50%) scale(.78); } 55% { opacity: .8; transform: translateY(-50%) scale(1); } 100% { opacity: 0; transform: translateY(-50%) scale(1.18); } }
@media (max-width: 900px) {
  .contact-page .sidebar { position: static; }
}
@media (max-width: 650px) {
  body[data-page="kontak"] .inner-hero { min-height: 290px; }
  .contact-pulse { right: -2.3rem; }
  .contact-page .contact-list { grid-template-columns: 1fr; }
  .contact-page .contact-card:nth-child(1) { grid-column: auto; align-items: flex-start; flex-direction: column; }
}

.contact-item__icon svg, .contact-cta__icon svg {
  width: 1.35em;
  height: 1.35em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}
.contact-cta__icon { display: grid; width: 38px; height: 38px; place-items: center; }
.contact-cta__icon svg { width: 2.05rem; height: 2.05rem; stroke-width: 1.45; }

.contact-item__icon i, .contact-cta__icon i { display: block; font-size: 1.75rem; font-style: normal; line-height: 1; }
.contact-cta__icon i { font-size: 2.15rem; }

.whatsapp-float i { font-size: 1.25rem; line-height: 1; }

.footer-credit { display: block; margin-top: .35rem; color: #aeb9cc; font-size: .72rem; font-weight: 600; }
