/* Extended home sections and shared inner-page system */
.home-products,
.client-story,
.shoot-showcase,
.testimonials,
.home-team,
.page-section {
  position: relative;
  padding: var(--section-pad) 0;
  overflow: hidden;
}

.products-heading,
.showcase-heading,
.team-head {
  display: grid;
  grid-template-columns: 1.1fr .72fr;
  gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
}
.products-heading .section-copy,
.showcase-heading .section-copy,
.team-head .section-copy { margin-bottom: .35rem; }

/* Product auto-swipe */
.home-products {
  color: var(--white);
  background:
    radial-gradient(circle at 82% 15%, rgba(83,223,202,.22), transparent 22%),
    var(--purple);
  border-top: 3px solid var(--navy);
  border-bottom: 3px solid var(--navy);
}
.home-products .section-copy { color: rgba(255,255,255,.78); }
.product-carousel {
  position: relative;
  margin-top: 3.2rem;
  overflow: hidden;
  border: 3px solid var(--navy);
  border-radius: 28px;
  color: var(--ink);
  background: var(--cream);
  box-shadow: 12px 12px 0 var(--navy);
  touch-action: pan-y;
}
.product-track {
  display: flex;
  width: 100%;
  transition: transform .8s cubic-bezier(.16,1,.3,1);
  will-change: transform;
}
.product-slide {
  display: grid;
  flex: 0 0 100%;
  grid-template-columns: 1fr .86fr;
  min-height: 540px;
}
.product-visual {
  position: relative;
  display: grid;
  min-height: 540px;
  place-items: center;
  overflow: hidden;
  border-right: 3px solid var(--navy);
}
.product-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4.5rem);
}
.product-info > span {
  color: var(--orange);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.product-info h3 {
  margin: 1rem 0;
  color: var(--navy);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(2.7rem, 5vw, 5rem);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: .94;
}
.product-info p {
  color: rgba(17,21,34,.66);
  line-height: 1.75;
}
.product-info a {
  align-self: flex-start;
  margin-top: 1.5rem;
  padding-bottom: .35rem;
  border-bottom: 2px solid var(--navy);
  font-size: .78rem;
  font-weight: 900;
}
.product-print {
  background:
    radial-gradient(circle at 80% 20%, var(--yellow) 0 80px, transparent 81px),
    var(--aqua);
}
.mini-book {
  position: absolute;
  display: flex;
  width: min(240px, 42%);
  aspect-ratio: .72;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  border: 3px solid var(--navy);
  border-radius: 9px 19px 19px 9px;
  color: white;
  background: var(--orange);
  box-shadow: 11px 13px 0 var(--navy);
}
.mini-book b {
  margin-top: auto;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  line-height: .82;
}
.mini-book small { font-weight: 900; letter-spacing: .1em; }
.book-a { left: 18%; transform: rotate(-8deg); }
.book-b { right: 16%; color: var(--navy); background: var(--yellow); transform: rotate(9deg) translateY(25px); }
.product-digital { background: linear-gradient(145deg, var(--coral), var(--orange)); }
.digital-device {
  position: relative;
  display: flex;
  width: min(300px, 64%);
  aspect-ratio: .57;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  border: 5px solid var(--navy);
  border-radius: 40px;
  color: var(--navy);
  background: linear-gradient(160deg, var(--aqua), var(--cream) 50%, var(--yellow) 51%);
  box-shadow: 14px 16px 0 var(--navy);
  transform: rotate(5deg);
}
.digital-device span { font-size: .65rem; font-weight: 900; letter-spacing: .15em; }
.digital-device b { font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(2.1rem, 4vw, 4rem); line-height: .8; }
.digital-device i { position: absolute; right: 18px; bottom: 18px; width: 55px; height: 55px; border: 3px solid var(--navy); border-radius: 50%; background: var(--purple); }
.product-photo { background: var(--yellow); }
.photo-stack {
  position: absolute;
  width: 40%;
  aspect-ratio: .82;
  border: 3px solid var(--navy);
  border-radius: 13px;
  background:
    radial-gradient(circle at 50% 33%, var(--cream) 0 19%, transparent 20%),
    linear-gradient(150deg, transparent 47%, rgba(255,255,255,.8) 48%),
    var(--purple);
  box-shadow: 8px 9px 0 var(--navy);
}
.p-one { left: 10%; transform: rotate(-10deg); }
.p-two { z-index: 2; background-color: var(--coral); transform: translateY(-22px); }
.p-three { right: 10%; background-color: var(--aqua); transform: rotate(10deg); }
.product-pack { background: var(--navy); }
.pack-box {
  display: flex;
  width: 65%;
  aspect-ratio: 1.2;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  border: 3px solid var(--white);
  border-radius: 18px;
  color: var(--navy);
  background: var(--yellow);
  box-shadow: 14px 16px 0 var(--orange);
  transform: rotate(-4deg);
}
.pack-box b { font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(2rem, 4vw, 4rem); line-height: .78; }
.pack-box span { font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.product-arrow {
  position: absolute;
  bottom: 24px;
  z-index: 5;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 2px solid var(--navy);
  border-radius: 50%;
  color: var(--navy);
  background: var(--yellow);
  font-weight: 900;
}
.product-arrow.prev { left: 24px; }
.product-arrow.next { left: 76px; }
.product-dots {
  position: absolute;
  right: 28px;
  bottom: 29px;
  z-index: 5;
  display: flex;
  gap: .45rem;
}
.product-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 2px solid var(--navy);
  border-radius: 50%;
  background: transparent;
}
.product-dot.active { background: var(--orange); transform: scale(1.2); }
.product-progress { position: absolute; right: 0; bottom: 0; left: 0; height: 5px; background: rgba(23,36,60,.12); }
.product-progress span { display: block; width: 0; height: 100%; background: var(--orange); }
.product-carousel.running .product-progress span { animation: productTimer 5s linear forwards; }
@keyframes productTimer { to { width: 100%; } }

/* Client map and counts */
.client-story {
  background: var(--cream);
  border-bottom: 3px solid var(--navy);
}
.client-layout {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}
.stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .8rem;
  margin-top: 2rem;
}
.stat-card {
  padding: 1rem;
  border: 2px solid var(--navy);
  border-radius: 15px;
  background: white;
  box-shadow: 4px 4px 0 var(--navy);
}
.stat-card strong {
  display: block;
  color: var(--orange);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: .9;
}
.stat-card span { display: block; margin-top: .5rem; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.indo-map {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 3px solid var(--navy);
  border-radius: 28px;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.4), transparent 18%),
    var(--aqua);
  box-shadow: 10px 10px 0 var(--navy);
}
.indo-map::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image: radial-gradient(var(--navy) 1px, transparent 1px);
  background-size: 14px 14px;
}
.map-label {
  position: absolute;
  top: 20px;
  left: 22px;
  z-index: 4;
  padding: .48rem .7rem;
  border: 2px solid var(--navy);
  border-radius: 999px;
  background: var(--yellow);
  font-size: .62rem;
  font-weight: 900;
  text-transform: uppercase;
}
.island {
  position: absolute;
  z-index: 2;
  border: 3px solid var(--navy);
  background: var(--cream);
  box-shadow: 5px 5px 0 rgba(23,36,60,.18);
}
.sumatra { top: 36%; left: 8%; width: 25%; height: 11%; border-radius: 70% 25% 70% 25%; transform: rotate(38deg); }
.java { top: 63%; left: 29%; width: 28%; height: 7%; border-radius: 70% 30%; transform: rotate(5deg); }
.kalimantan { top: 28%; left: 41%; width: 20%; height: 22%; border-radius: 42% 58% 65% 35%; }
.sulawesi { top: 36%; left: 64%; width: 12%; height: 22%; border-radius: 70% 30% 65% 35%; transform: rotate(18deg); }
.papua { top: 43%; right: 5%; width: 18%; height: 14%; border-radius: 35% 65%; }
.nusa { top: 68%; left: 57%; width: 30%; height: 4%; border-radius: 999px; }
.map-pin {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: .35rem;
  font-size: .62rem;
  font-weight: 900;
}
.map-pin i {
  display: block;
  width: 18px;
  height: 18px;
  border: 3px solid var(--navy);
  border-radius: 50% 50% 50% 0;
  background: var(--orange);
  transform: rotate(-45deg);
  animation: pinPulse 1.6s ease-in-out infinite;
}
.pin-bali { top: 68%; left: 52%; }
.pin-lombok { top: 72%; left: 60%; }
.map-pulse {
  position: absolute;
  z-index: 4;
  width: 12px;
  height: 12px;
  border: 2px solid var(--navy);
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 8px rgba(243,232,59,.3);
}
.p-jakarta { top: 59%; left: 35%; }
.p-makassar { top: 55%; left: 68%; }
.p-medan { top: 30%; left: 13%; }
.indo-map > p { position: absolute; right: 20px; bottom: 15px; z-index: 4; margin: 0; font-size: .62rem; font-weight: 900; text-transform: uppercase; }
@keyframes pinPulse { 50% { transform: rotate(-45deg) translate(3px,-3px); } }
.client-marquee {
  display: flex;
  width: 100%;
  margin-top: 3rem;
  overflow: hidden;
  border-top: 2px solid var(--navy);
  border-bottom: 2px solid var(--navy);
  background: var(--yellow);
}
.client-marquee > div { display: flex; flex: 0 0 auto; animation: clientsMove 26s linear infinite; }
.client-marquee span { padding: .9rem 1.4rem; font-size: .7rem; font-weight: 900; text-transform: uppercase; white-space: nowrap; }
.client-marquee span::after { content: "✦"; margin-left: 1.4rem; color: var(--orange); }
@keyframes clientsMove { to { transform: translateX(-100%); } }

/* Photoshoot */
.shoot-showcase { background: var(--white); }
.shoot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 3rem;
}
.shoot-card {
  display: grid;
  grid-template-rows: minmax(220px, 1fr) auto;
  overflow: hidden;
  border: 2px solid var(--navy);
  border-radius: 20px;
  background: var(--cream);
  box-shadow: 6px 6px 0 var(--navy);
}
.shoot-card.wide { grid-column: span 2; }
.shoot-card.tall { grid-row: span 2; }
.shoot-art {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  border-bottom: 2px solid var(--navy);
}
.shoot-art::before,
.shoot-art::after { content: ""; position: absolute; border: 3px solid var(--navy); }
.shoot-art::before { width: 145px; height: 190px; right: 12%; bottom: -35px; border-radius: 70px 70px 10px 10px; background: rgba(255,255,255,.84); }
.shoot-art::after { width: 88px; height: 88px; right: calc(12% + 28px); top: 28px; border-radius: 50%; background: var(--cream); }
.shoot-art span { position: absolute; z-index: 3; top: 18px; left: 18px; padding: .45rem .65rem; border: 2px solid var(--navy); border-radius: 999px; background: var(--yellow); font-size: .62rem; font-weight: 900; text-transform: uppercase; }
.indoor { background: linear-gradient(145deg, var(--purple), var(--coral)); }
.outdoor { min-height: 480px; background: linear-gradient(160deg, var(--aqua) 0 55%, var(--yellow) 56%); }
.heritage { background: linear-gradient(135deg, var(--orange), var(--yellow)); }
.school { background: linear-gradient(145deg, var(--navy), var(--aqua)); }
.cinematic { background: linear-gradient(145deg, var(--coral), var(--purple)); }
.shoot-card > div:last-child { padding: 1.1rem 1.2rem 1.25rem; }
.shoot-card small { color: var(--orange); font-weight: 900; }
.shoot-card h3 { margin: .4rem 0; font-family: "Bricolage Grotesque", sans-serif; font-size: 1.45rem; font-weight: 800; }
.shoot-card p { margin: 0; color: rgba(17,21,34,.62); font-size: .78rem; line-height: 1.6; }
.showcase-cta { width: fit-content; margin: 2.5rem auto 0; }

/* Testimonials */
.testimonials {
  color: white;
  background: var(--navy);
  border-top: 3px solid var(--navy);
  border-bottom: 3px solid var(--navy);
}
.testimonial-head { max-width: 900px; }
.testimonial-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 3rem;
}
.testimonial-card {
  min-height: 330px;
  padding: 1.5rem;
  border: 2px solid white;
  border-radius: 22px;
  color: var(--navy);
  background: var(--cream);
  box-shadow: 7px 7px 0 var(--aqua);
}
.testimonial-card.featured { color: var(--navy); background: var(--yellow); box-shadow-color: var(--orange); transform: translateY(-18px) rotate(-1deg); }
.quote-mark { height: 72px; color: var(--orange); font-family: Georgia, serif; font-size: 6rem; line-height: 1; }
.testimonial-card > p { min-height: 115px; font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(1.2rem, 2vw, 1.65rem); font-weight: 700; line-height: 1.25; }
.testimonial-card footer { display: flex; align-items: center; gap: .8rem; margin-top: 1.5rem; }
.testimonial-avatar { display: grid; width: 46px; height: 46px; place-items: center; border: 2px solid var(--navy); border-radius: 50%; background: var(--aqua); font-size: .7rem; font-weight: 900; }
.testimonial-card b, .testimonial-card small { display: block; }
.testimonial-card b { font-size: .8rem; }
.testimonial-card small { margin-top: .25rem; color: rgba(17,21,34,.58); font-size: .65rem; }
.source-note { margin: 2rem 0 0; color: rgba(255,255,255,.55); font-size: .65rem; text-align: center; }

/* Team */
.home-team { background: var(--aqua); border-bottom: 3px solid var(--navy); }
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 3rem;
}
.team-card {
  padding: .8rem .8rem 1.25rem;
  border: 2px solid var(--navy);
  border-radius: 18px;
  background: white;
  box-shadow: 5px 5px 0 var(--navy);
  transition: transform .3s ease;
}
.team-card:hover { transform: translateY(-10px) rotate(-1deg); }
.team-portrait {
  position: relative;
  display: grid;
  aspect-ratio: .88;
  place-items: end center;
  overflow: hidden;
  border: 2px solid var(--navy);
  border-radius: 13px;
}
.team-portrait::before {
  content: "";
  position: absolute;
  top: 20%;
  width: 42%;
  aspect-ratio: 1;
  border: 3px solid var(--navy);
  border-radius: 50%;
  background: var(--cream);
}
.team-portrait::after {
  content: "";
  position: absolute;
  right: 17%;
  bottom: -5%;
  left: 17%;
  height: 50%;
  border: 3px solid var(--navy);
  border-radius: 50% 50% 0 0;
  background: var(--cream);
}
.team-portrait span { position: relative; z-index: 2; margin-bottom: .65rem; padding: .28rem .5rem; border: 2px solid var(--navy); border-radius: 999px; background: white; font-size: .58rem; font-weight: 900; }
.tone-orange { background: var(--orange); }
.tone-aqua { background: var(--aqua); }
.tone-purple { background: var(--purple); }
.tone-yellow { background: var(--yellow); }
.team-card h3 { margin: 1rem 0 .25rem; font-family: "Bricolage Grotesque", sans-serif; font-size: 1.25rem; font-weight: 800; }
.team-card p { margin: 0; color: rgba(17,21,34,.58); font-size: .68rem; font-weight: 800; line-height: 1.5; text-transform: uppercase; }
.team-cta { width: fit-content; margin: 2.5rem auto 0; }

/* Inner pages */
.inner-page { background: var(--cream); }
.inner-hero {
  position: relative;
  display: flex;
  min-height: 72svh;
  align-items: flex-end;
  padding: 150px 0 80px;
  overflow: hidden;
  border-bottom: 3px solid var(--navy);
}
.inner-hero.orange { background: var(--orange); }
.inner-hero.purple { color: white; background: var(--purple); }
.inner-hero.aqua { background: var(--aqua); }
.inner-hero.yellow { background: var(--yellow); }
.inner-hero.navy { color: white; background: var(--navy); }
.inner-hero.pink { background: #f3a4da; }
.inner-hero-grid { display: grid; grid-template-columns: 1.08fr .72fr; gap: 4rem; align-items: end; }
.inner-title {
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(4rem, 9vw, 8.5rem);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: .84;
}
.inner-lead { margin: 1.3rem 0 0; color: rgba(17,21,34,.7); font-size: 1.02rem; line-height: 1.8; }
.purple .inner-lead, .navy .inner-lead { color: rgba(255,255,255,.72); }
.inner-sticker {
  justify-self: end;
  display: grid;
  width: min(260px, 65vw);
  aspect-ratio: 1;
  place-items: center;
  padding: 2rem;
  border: 3px solid var(--navy);
  border-radius: 45% 55% 65% 35% / 38% 40% 60% 62%;
  color: var(--navy);
  background: var(--yellow);
  box-shadow: 10px 10px 0 var(--navy);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.4rem, 3vw, 2.6rem);
  font-weight: 900;
  line-height: .9;
  text-align: center;
  transform: rotate(5deg);
  animation: morph 8s ease-in-out infinite;
}
.page-section.light { background: var(--white); }
.page-section.aqua { background: var(--aqua); }
.page-section.yellow { background: var(--yellow); }
.page-section.navy { color: white; background: var(--navy); }
.page-section.purple { color: white; background: var(--purple); }
.page-intro-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.page-intro-grid .large-copy { font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(1.6rem, 3.5vw, 3rem); font-weight: 700; letter-spacing: -.01em; line-height: 1.2; }
.page-intro-grid p { color: rgba(17,21,34,.68); line-height: 1.85; }
.navy .page-intro-grid p, .purple .page-intro-grid p { color: rgba(255,255,255,.72); }
.content-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }
.content-card {
  min-height: 300px;
  padding: 1.4rem;
  border: 2px solid var(--navy);
  border-radius: 20px;
  color: var(--navy);
  background: var(--cream);
  box-shadow: 6px 6px 0 var(--navy);
}
.content-card .num { color: var(--orange); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.content-card h3 { margin: 4rem 0 .8rem; font-family: "Bricolage Grotesque", sans-serif; font-size: 1.8rem; font-weight: 800; line-height: 1; }
.content-card p { color: rgba(17,21,34,.64); font-size: .84rem; line-height: 1.7; }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2rem; }
.location-card { padding: 1.3rem; border: 2px solid var(--navy); border-radius: 18px; background: var(--cream); box-shadow: 5px 5px 0 var(--navy); }
.location-card b { display: block; margin-bottom: .55rem; font-family: "Bricolage Grotesque", sans-serif; font-size: 1.4rem; }
.location-card p { margin: 0; color: rgba(17,21,34,.65); font-size: .8rem; line-height: 1.7; }
.page-cta { padding: 5rem 0; color: var(--navy); background: var(--orange); text-align: center; border-top: 3px solid var(--navy); }
.page-cta h2 { max-width: 900px; margin: 0 auto 1.5rem; font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(2.8rem, 7vw, 6rem); font-weight: 900; letter-spacing: -.02em; line-height: .9; }

/* Portfolio, articles, gallery */
.portfolio-page-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; margin-top: 3rem; }
.portfolio-item { padding: .8rem; border: 2px solid var(--navy); border-radius: 18px; background: white; box-shadow: 6px 6px 0 var(--navy); }
.portfolio-item.hidden,
.gallery-shot.hidden { display: none; }
.portfolio-thumb { display: grid; aspect-ratio: .78; place-items: end start; padding: 1.2rem; border: 2px solid var(--navy); border-radius: 11px; color: white; background: linear-gradient(140deg, var(--purple), var(--coral)); }
.portfolio-item:nth-child(2n) .portfolio-thumb { color: var(--navy); background: linear-gradient(140deg, var(--yellow), var(--orange)); }
.portfolio-item:nth-child(3n) .portfolio-thumb { background: linear-gradient(140deg, var(--navy), var(--aqua)); }
.portfolio-thumb b { font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(1.8rem, 3vw, 3.2rem); line-height: .82; }
.portfolio-item h3 { margin: 1rem 0 .3rem; font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; }
.portfolio-item p { margin: 0; color: rgba(17,21,34,.58); font-size: .72rem; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }
.article-card { overflow: hidden; border: 2px solid var(--navy); border-radius: 18px; background: white; box-shadow: 6px 6px 0 var(--navy); }
.article-art { position: relative; min-height: 210px; border-bottom: 2px solid var(--navy); background: linear-gradient(145deg, var(--aqua), var(--yellow)); }
.article-card:nth-child(2n) .article-art { background: linear-gradient(145deg, var(--coral), var(--purple)); }
.article-art::after { content: "READ"; position: absolute; right: 16px; bottom: 15px; padding: .45rem .6rem; border: 2px solid var(--navy); border-radius: 999px; background: white; font-size: .58rem; font-weight: 900; }
.article-body { padding: 1.2rem; }
.article-body small { color: var(--orange); font-size: .62rem; font-weight: 900; }
.article-body h2 { margin: .65rem 0; font-family: "Bricolage Grotesque", sans-serif; font-size: 1.45rem; font-weight: 800; line-height: 1.12; }
.article-body p { color: rgba(17,21,34,.62); font-size: .8rem; line-height: 1.65; }
.gallery-masonry { columns: 3 260px; column-gap: 1rem; margin-top: 3rem; }
.gallery-shot { position: relative; min-height: var(--h, 320px); margin: 0 0 1rem; break-inside: avoid; overflow: hidden; border: 2px solid var(--navy); border-radius: 17px; background: linear-gradient(145deg, var(--purple), var(--coral)); box-shadow: 5px 5px 0 var(--navy); }
.gallery-shot:nth-child(2n) { background: linear-gradient(145deg, var(--aqua), var(--yellow)); }
.gallery-shot:nth-child(3n) { background: linear-gradient(145deg, var(--orange), var(--cream)); }
.gallery-shot span { position: absolute; bottom: 13px; left: 13px; padding: .45rem .6rem; border: 2px solid var(--navy); border-radius: 999px; background: white; font-size: .58rem; font-weight: 900; }

/* Login */
.login-page { position: relative; min-height: 100svh; display: grid; place-items: center; padding: 120px 1rem 3rem; overflow: hidden; background: linear-gradient(145deg, var(--purple), var(--navy)); }
.login-shell { position: relative; z-index: 3; display: grid; width: min(980px, 100%); grid-template-columns: .9fr 1.1fr; overflow: hidden; border: 3px solid var(--navy); border-radius: 28px; background: var(--cream); box-shadow: 12px 12px 0 var(--orange); }
.login-art { position: relative; display: flex; min-height: 590px; flex-direction: column; justify-content: flex-end; padding: 2rem; overflow: hidden; color: white; background: var(--orange); }
.login-art::before { content: "MATA"; position: absolute; top: 8%; left: -4%; color: rgba(255,255,255,.18); font-family: "Bricolage Grotesque", sans-serif; font-size: 9rem; font-weight: 900; transform: rotate(-10deg); }
.login-art h1 { position: relative; margin: 0; font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 900; line-height: .86; }
.login-art p { position: relative; margin: 1rem 0 0; line-height: 1.7; }
.login-form { padding: clamp(2rem, 5vw, 4rem); }
.login-form h2 { margin: 0; font-family: "Bricolage Grotesque", sans-serif; font-size: 2.4rem; font-weight: 800; }
.login-form > p { color: rgba(17,21,34,.6); font-size: .82rem; line-height: 1.6; }
.login-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: .4rem; margin: 1.5rem 0; padding: .35rem; border: 2px solid var(--navy); border-radius: 13px; background: white; }
.login-tab { padding: .7rem; border: 0; border-radius: 8px; background: transparent; font-size: .72rem; font-weight: 900; }
.login-tab.active { color: white; background: var(--navy); }
.form-field { margin-top: 1rem; }
.form-field label { display: block; margin-bottom: .45rem; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.form-field input { width: 100%; min-height: 50px; padding: .8rem 1rem; border: 2px solid var(--navy); border-radius: 12px; background: white; font: inherit; }
.login-submit { width: 100%; margin-top: 1.2rem; }
.login-message { display: none; margin-top: 1rem; padding: .8rem; border: 2px solid var(--navy); border-radius: 10px; background: var(--aqua); font-size: .75rem; font-weight: 700; }
.login-message.show { display: block; }

/* Shared compact footer for inner pages */
.inner-footer { padding: 3rem 0; color: white; background: var(--navy); }
.inner-footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 2rem; }
.inner-footer .footer-brand { color: white; }
.inner-footer h3 { font-family: "Bricolage Grotesque", sans-serif; font-size: .9rem; font-weight: 900; text-transform: uppercase; }
.inner-footer a, .inner-footer p { display: block; margin: 0 0 .5rem; color: rgba(255,255,255,.66); font-size: .73rem; line-height: 1.6; }
.inner-footer-bottom { margin-top: 2rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.52); font-size: .65rem; }

@media (max-width: 1090px) {
  .products-heading, .showcase-heading, .team-head { grid-template-columns: 1fr; }
  .client-layout { grid-template-columns: 1fr; }
  .testimonial-rail { grid-template-columns: 1fr 1fr; }
  .testimonial-card.featured { transform: none; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .content-cards, .portfolio-page-grid, .article-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  .product-slide { grid-template-columns: 1fr; }
  .product-visual { min-height: 420px; border-right: 0; border-bottom: 3px solid var(--navy); }
  .product-info { padding-bottom: 5.5rem; }
  .shoot-grid { grid-template-columns: 1fr 1fr; }
  .shoot-card.wide { grid-column: span 2; }
  .shoot-card.tall { grid-row: auto; }
  .outdoor { min-height: 240px; }
  .testimonial-rail { grid-template-columns: 1fr; }
  .inner-hero-grid, .page-intro-grid { grid-template-columns: 1fr; }
  .inner-sticker { justify-self: start; }
  .inner-footer-grid { grid-template-columns: 1fr 1fr; }
  .inner-footer-grid > :first-child { grid-column: 1 / -1; }
  .login-shell { grid-template-columns: 1fr; }
  .login-art { min-height: 330px; }
}
@media (max-width: 560px) {
  .product-carousel { border-radius: 20px; box-shadow: 7px 7px 0 var(--navy); }
  .product-visual { min-height: 350px; }
  .mini-book { padding: 1rem; }
  .stat-grid, .shoot-grid, .team-grid, .content-cards, .portfolio-page-grid, .article-grid, .location-grid { grid-template-columns: 1fr; }
  .shoot-card.wide { grid-column: auto; }
  .indo-map { min-height: 370px; }
  .testimonial-card { min-height: auto; }
  .testimonial-card > p { min-height: auto; }
  .inner-hero { min-height: auto; padding-top: 130px; }
  .inner-title { font-size: clamp(3.5rem, 17vw, 5.5rem); }
  .inner-footer-grid { grid-template-columns: 1fr; }
  .inner-footer-grid > :first-child { grid-column: auto; }
  .login-page { padding-top: 90px; }
  .login-form { padding: 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .product-track { transition: none; }
  .product-progress span,
  .client-marquee > div,
  .map-pin i { animation: none !important; }
}

/* =========================================================
   Media-first revision — real work, safe ornament zones
   ========================================================= */
body {
  letter-spacing: .012em;
}
h1, h2, h3, h4, h5, h6,
.section-title, .inner-title, .hero-title, .closing-title {
  letter-spacing: .004em;
}
.eyebrow, .service-label, .num, small, .media-stamp {
  letter-spacing: .09em;
}
img { display: block; max-width: 100%; }

/* Decorations stay in edge lanes; content always owns the center. */
main > section > .container { position: relative; z-index: 3; }
main > section .scene-ornaments { z-index: 1 !important; }
main > section .scene-ornaments .scene-ornament:nth-child(1) { top: 12% !important; left: clamp(6px, 1.25vw, 22px) !important; right: auto !important; }
main > section .scene-ornaments .scene-ornament:nth-child(2) { top: 19% !important; right: clamp(6px, 1.25vw, 22px) !important; left: auto !important; }
main > section .scene-ornaments .scene-ornament:nth-child(3) { top: 43% !important; left: clamp(4px, .85vw, 15px) !important; right: auto !important; }
main > section .scene-ornaments .scene-ornament:nth-child(4) { top: 51% !important; right: clamp(4px, .85vw, 15px) !important; left: auto !important; }
main > section .scene-ornaments .scene-ornament:nth-child(5) { top: 72% !important; left: clamp(7px, 1.5vw, 27px) !important; right: auto !important; }
main > section .scene-ornaments .scene-ornament:nth-child(6) { top: 79% !important; right: clamp(7px, 1.5vw, 27px) !important; left: auto !important; }
main > section .scene-ornaments .scene-ornament:nth-child(7) { top: 91% !important; left: clamp(5px, 1vw, 18px) !important; right: auto !important; }
.portfolio .section-title, .portfolio .section-copy, .portfolio .filter-bar { max-width: 78%; }

/* Hero media fills the previously empty right side. */
.media-hero { min-height: 76svh; }
.media-hero .inner-hero-grid { grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr); gap: clamp(2.5rem, 6vw, 7rem); align-items: center; }
.media-hero .inner-title { max-width: 820px; font-size: clamp(3.8rem, 7.4vw, 7.4rem); line-height: .91; }
.hero-media-collage { position: relative; min-height: clamp(430px, 48vw, 620px); isolation: isolate; }
.hero-photo { position: absolute; overflow: hidden; margin: 0; border: 3px solid var(--navy); background: var(--cream); box-shadow: 12px 12px 0 var(--navy); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-main { inset: 5% 4% 12% 11%; border-radius: 26px; transform: rotate(3deg); }
.hero-photo-float { right: 0; bottom: 1%; width: 47%; aspect-ratio: 4/5; border-radius: 18px; transform: rotate(-7deg); }
.media-stamp { position: absolute; top: 1%; right: 1%; z-index: 4; padding: .8rem 1rem; border: 2px solid var(--navy); border-radius: 999px; color: var(--navy); background: var(--yellow); box-shadow: 5px 5px 0 var(--navy); font-size: .63rem; font-weight: 900; line-height: 1.35; text-align: center; transform: rotate(5deg); }
.purple .hero-photo, .navy .hero-photo { border-color: var(--white); box-shadow: 11px 11px 0 var(--orange); }
.purple .media-stamp, .navy .media-stamp { border-color: var(--white); box-shadow: 4px 4px 0 var(--white); }

/* Home: right side becomes a real visual story, not dead space. */
.intro-grid { grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.intro-showcase { display: grid; gap: 1.25rem; min-width: 0; }
.intro-photo-stack { position: relative; min-height: 360px; }
.intro-photo-stack figure { position: absolute; overflow: hidden; margin: 0; border: 3px solid var(--navy); border-radius: 22px; background: white; box-shadow: 8px 8px 0 var(--orange); }
.intro-photo-stack figure:first-child { inset: 0 8% 10% 2%; transform: rotate(-2.5deg); }
.intro-photo-stack figure:last-child { right: 0; bottom: 0; width: 42%; aspect-ratio: 4/5; transform: rotate(7deg); }
.intro-photo-stack img { width: 100%; height: 100%; object-fit: cover; }
.intro-showcase .manifesto-note { margin: 0; }
.real-service-visual { position: relative; min-height: 520px; padding: 0; overflow: hidden; border: 3px solid var(--navy); border-radius: 25px; box-shadow: 10px 10px 0 var(--orange); }
.real-service-visual img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.real-service-visual > span { position: absolute; right: 18px; bottom: 18px; padding: .7rem .9rem; border: 2px solid var(--navy); border-radius: 999px; color: var(--navy); background: var(--yellow); font-size: .63rem; font-weight: 900; letter-spacing: .08em; }

/* Real media in product, portfolio, gallery and editorial cards. */
.product-image { min-height: 550px; padding: 0; overflow: hidden; background: var(--navy); }
.product-image img { width: 100%; height: 100%; min-height: 550px; object-fit: cover; }
.cover-art.cover-photo { padding: 0; background: var(--cream); }
.cover-art.cover-photo::before, .cover-art.cover-photo::after { display: none; }
.cover-photo img { width: 100%; height: 100%; object-fit: cover; }
.portfolio-thumb.photo { padding: 0; overflow: hidden; background: var(--cream) !important; }
.portfolio-thumb.photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.16,1,.3,1); }
.portfolio-item:hover .portfolio-thumb.photo img { transform: scale(1.055) rotate(-1deg); }
.article-art.photo { min-height: 245px; background: var(--cream); }
.article-art.photo img { width: 100%; height: 245px; object-fit: cover; }
.gallery-shot.photo { background: var(--cream); }
.gallery-shot.photo img { width: 100%; height: var(--h, 320px); object-fit: cover; transition: transform .55s cubic-bezier(.16,1,.3,1); }
.gallery-shot.photo:hover img { transform: scale(1.055); }
.gallery-shot.photo span { z-index: 2; }

/* Swipeable photo galleries. */
.service-story { display: grid; grid-template-columns: minmax(0, .78fr) minmax(520px, 1.22fr); gap: clamp(2.5rem, 7vw, 7.5rem); align-items: center; }
.service-story.reverse { grid-template-columns: minmax(520px, 1.15fr) minmax(0, .85fr); }
.service-story.reverse > :first-child { order: 2; }
.service-copy-block { min-width: 0; }
.service-copy-block .large-copy { margin: 1.2rem 0; font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(1.55rem, 2.6vw, 2.8rem); font-weight: 750; line-height: 1.18; }
.service-copy-block > p:not(.large-copy) { color: rgba(17,21,34,.68); line-height: 1.85; }
.purple .service-copy-block > p:not(.large-copy) { color: rgba(255,255,255,.74); }
.service-points { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.5rem; }
.service-points span, .text-link { padding: .58rem .78rem; border: 1.5px solid currentColor; border-radius: 999px; font-size: .68rem; font-weight: 850; }
.text-link { display: inline-flex; margin-top: 1.2rem; color: inherit; }
.media-swiper { position: relative; min-width: 0; overflow: hidden; border: 3px solid var(--navy); border-radius: 26px; background: var(--cream); box-shadow: 11px 11px 0 var(--navy); touch-action: pan-y; }
.media-track { display: flex; transition: transform .7s cubic-bezier(.16,1,.3,1); will-change: transform; }
.media-slide { position: relative; min-width: 100%; margin: 0; overflow: hidden; background: var(--navy); }
.media-slide img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.media-slide figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; display: flex; align-items: end; justify-content: space-between; gap: 1rem; padding: .9rem 1rem; border: 2px solid var(--navy); border-radius: 15px; color: var(--navy); background: rgba(255,249,238,.94); backdrop-filter: blur(9px); }
.media-slide figcaption b { font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(1.1rem, 2vw, 1.7rem); }
.media-slide figcaption span { max-width: 52%; font-size: .72rem; line-height: 1.45; text-align: right; }
.media-nav { position: absolute; top: 50%; z-index: 5; display: grid; width: 46px; height: 46px; place-items: center; border: 2px solid var(--navy); border-radius: 50%; color: var(--navy); background: var(--yellow); box-shadow: 3px 3px 0 var(--navy); font-size: 1.1rem; font-weight: 900; transform: translateY(-50%); }
.media-nav.prev { left: 14px; }
.media-nav.next { right: 14px; }
.media-dots { position: absolute; top: 16px; left: 50%; z-index: 5; display: flex; gap: 7px; padding: .45rem .55rem; border: 1.5px solid var(--navy); border-radius: 999px; background: rgba(255,249,238,.9); transform: translateX(-50%); }
.media-dot { width: 8px; height: 8px; padding: 0; border: 1px solid var(--navy); border-radius: 50%; background: transparent; }
.media-dot.active { width: 24px; border-radius: 999px; background: var(--orange); }
.service-photo-swiper, .home-shoot-swiper { margin-top: 2.5rem; }
.home-shoot-swiper .media-slide img, .service-photo-swiper .media-slide img { aspect-ratio: 16/8.5; }
.feature-media { position: relative; overflow: hidden; min-height: 520px; border: 3px solid var(--white); border-radius: 26px; box-shadow: 11px 11px 0 var(--orange); }
.feature-media img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.feature-media-label { position: absolute; right: 18px; bottom: 18px; padding: .65rem .85rem; border: 2px solid var(--navy); border-radius: 999px; color: var(--navy); background: var(--yellow); font-size: .62rem; font-weight: 900; letter-spacing: .08em; }
.packaging-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 1fr 1fr; gap: 1rem; }
.packaging-grid figure { margin: 0; overflow: hidden; min-height: 220px; border: 3px solid var(--navy); border-radius: 20px; background: white; box-shadow: 7px 7px 0 var(--navy); }
.packaging-grid figure:first-child { grid-row: 1 / 3; }
.packaging-grid img { width: 100%; height: 100%; object-fit: cover; }

/* Video is a lightweight facade and becomes an iframe only after play. */
.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; margin-top: 2.5rem; }
.video-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lite-video { position: relative; min-height: 330px; overflow: hidden; border: 3px solid var(--navy); border-radius: 22px; background: var(--navy); box-shadow: 8px 8px 0 var(--orange); }
.lite-video > img, .lite-video > iframe { width: 100%; height: 100%; min-height: 330px; border: 0; object-fit: cover; }
.lite-video::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(17,21,34,.9)); pointer-events: none; }
.lite-video > button { position: absolute; top: 50%; left: 50%; z-index: 4; display: grid; width: 68px; height: 68px; place-items: center; border: 3px solid var(--navy); border-radius: 50%; color: var(--navy); background: var(--yellow); box-shadow: 5px 5px 0 var(--orange); transform: translate(-50%, -50%); }
.lite-video > button:hover { transform: translate(-50%, -50%) scale(1.08) rotate(-4deg); }
.lite-video > div { position: absolute; right: 18px; bottom: 16px; left: 18px; z-index: 3; color: white; }
.lite-video > div b, .lite-video > div small { display: block; }
.lite-video > div b { font-family: "Bricolage Grotesque", sans-serif; font-size: 1.25rem; }
.lite-video > div small { margin-top: .25rem; color: rgba(255,255,255,.7); }
.lite-video.playing::after, .lite-video.playing > button, .lite-video.playing > div { display: none; }
.home-video .section-copy, .home-video .section-title { color: white; }

/* Team and company imagery. */
.team-grid.six { grid-template-columns: repeat(3, 1fr); }
.team-portrait { overflow: hidden; padding: 0; }
.team-portrait::before, .team-portrait::after { display: none; }
.team-portrait img { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.wide-story-photo { overflow: hidden; margin: 1.8rem 0 0; border: 3px solid var(--navy); border-radius: 22px; box-shadow: 8px 8px 0 var(--orange); }
.wide-story-photo img { width: 100%; min-height: 270px; object-fit: cover; }
.official-map { position: relative; overflow: hidden; margin: 0; min-height: 350px; border: 3px solid var(--navy); border-radius: 22px; background: var(--cream); box-shadow: 8px 8px 0 var(--orange); }
.official-map img { width: 100%; height: 100%; min-height: 350px; object-fit: contain; }
.map-office { position: absolute; padding: .45rem .65rem; border: 2px solid var(--navy); border-radius: 999px; color: var(--navy); background: var(--yellow); font-size: .64rem; font-weight: 900; box-shadow: 3px 3px 0 var(--navy); }
.map-office.bali { left: 42%; bottom: 18%; }
.map-office.lombok { left: 48%; bottom: 15%; }

/* Centered text gets ornament density only on the outer frame. */
.page-cta { padding: clamp(5rem, 10vw, 8rem) max(5rem, 9vw); }
.page-cta h2 { max-width: 980px; font-size: clamp(2.7rem, 5.2vw, 5rem); line-height: .98; }
.section-heading.split { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: clamp(2rem, 6vw, 6rem); align-items: end; }
.section-heading.split .section-copy { margin: 0 0 .7rem; }
.login-art { background: linear-gradient(180deg, rgba(23,36,60,.1), rgba(23,36,60,.9)), url("../images/official/about-team.webp") center/cover no-repeat; }

@media (max-width: 1090px) {
  .media-hero .inner-hero-grid { grid-template-columns: 1fr 1fr; }
  .service-story, .service-story.reverse { grid-template-columns: 1fr; }
  .service-story.reverse > :first-child { order: initial; }
  .video-grid.three { grid-template-columns: 1fr 1fr; }
  .team-grid.six { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .media-hero .inner-hero-grid, .intro-grid, .section-heading.split { grid-template-columns: 1fr; }
  .media-hero .inner-title { max-width: none; }
  .hero-media-collage { min-height: 460px; }
  .intro-photo-stack { min-height: 330px; }
  .portfolio .section-title, .portfolio .section-copy, .portfolio .filter-bar { max-width: 100%; }
  .video-grid, .video-grid.three { grid-template-columns: 1fr; }
  .page-cta { padding-inline: 4rem; }
  .home-shoot-swiper .media-slide img, .service-photo-swiper .media-slide img { aspect-ratio: 4/3; }
}

@media (max-width: 560px) {
  body { letter-spacing: .008em; }
  main > section .scene-ornaments .scene-ornament:nth-child(n+5) { display: none; }
  main > section .scene-ornaments .scene-ornament:nth-child(1),
  main > section .scene-ornaments .scene-ornament:nth-child(3) { left: -22px !important; }
  main > section .scene-ornaments .scene-ornament:nth-child(2),
  main > section .scene-ornaments .scene-ornament:nth-child(4) { right: -22px !important; }
  .hero-media-collage { min-height: 380px; }
  .hero-photo-main { inset: 6% 7% 13% 5%; }
  .hero-photo-float { width: 48%; }
  .media-stamp { right: 3%; font-size: .52rem; }
  .intro-photo-stack { min-height: 280px; }
  .real-service-visual, .real-service-visual img, .feature-media, .feature-media img { min-height: 360px; }
  .product-image, .product-image img { min-height: 350px; }
  .media-swiper { border-radius: 18px; box-shadow: 7px 7px 0 var(--navy); }
  .media-slide img, .home-shoot-swiper .media-slide img, .service-photo-swiper .media-slide img { aspect-ratio: 4/4.6; }
  .media-slide figcaption { right: 10px; bottom: 10px; left: 10px; display: block; padding: .72rem; }
  .media-slide figcaption span { display: block; max-width: none; margin-top: .3rem; text-align: left; }
  .media-nav { width: 40px; height: 40px; }
  .packaging-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .packaging-grid figure:first-child { grid-row: auto; }
  .team-grid.six { grid-template-columns: 1fr; }
  .page-cta { padding-inline: 3.4rem; }
  .page-cta h2 { font-size: clamp(2.25rem, 11vw, 3.5rem); }
  .official-map, .official-map img { min-height: 250px; }
  .map-office.bali { left: 38%; bottom: 14%; }
  .map-office.lombok { left: 53%; bottom: 12%; }
}

@media (prefers-reduced-motion: reduce) {
  .media-track, .portfolio-thumb.photo img, .gallery-shot.photo img { transition: none !important; }
}

/* =========================================================
   Compact viewport rhythm — laptop, tablet, and phone
   ========================================================= */
:root { --section-pad: clamp(3.4rem, 6.5vh, 5.25rem); }

body { letter-spacing: .018em; }
h1, h2, h3, h4, h5, h6,
.section-title, .inner-title, .hero-title, .closing-title {
  letter-spacing: .006em;
}
.section-title {
  max-width: 820px;
  font-size: clamp(2.55rem, 4.8vw, 4.8rem);
  line-height: 1;
}
.section-copy {
  margin-top: 1rem;
  font-size: clamp(.88rem, 1.2vw, 1.05rem);
  line-height: 1.65;
}
.eyebrow { margin-bottom: .75rem; padding: .45rem .72rem; font-size: .68rem; }

/* Shorter heroes: the full idea, copy, and artwork stay visible together. */
.inner-hero,
.media-hero {
  min-height: min(720px, 84svh);
  padding: 118px 0 46px;
  align-items: center;
}
.media-hero .inner-hero-grid {
  grid-template-columns: minmax(0, .92fr) minmax(340px, 1.08fr);
  gap: clamp(2rem, 4.5vw, 5rem);
}
.media-hero .inner-title,
.inner-title {
  max-width: 720px;
  font-size: clamp(3.1rem, 5.8vw, 5.65rem);
  line-height: .94;
}
.inner-lead { max-width: 680px; margin-top: 1rem; font-size: .92rem; line-height: 1.68; }
.hero-media-collage { min-height: clamp(315px, 38vw, 470px); }
.about-hero .inner-title { font-size: clamp(2.8rem, 4.9vw, 4.7rem); line-height: 1; }

/* Reusable compact section framing. */
.shoot-showcase,
.home-video,
.testimonials,
.home-team,
.compact-service,
.about-story { padding-block: clamp(3rem, 5.6vh, 4.6rem); }
.products-heading,
.showcase-heading,
.team-head,
.section-heading.split { gap: clamp(1.5rem, 4vw, 4rem); }
.showcase-heading .section-title,
.home-video .section-title,
.testimonial-head .section-title,
.team-head .section-title { font-size: clamp(2.55rem, 4.35vw, 4.35rem); }

/* Photoshoot: the heading, gallery, controls, and CTA fit in one viewport. */
.service-photo-swiper,
.home-shoot-swiper { margin-top: 1.35rem; }
.home-shoot-swiper .media-slide img {
  width: 100%;
  height: clamp(285px, 43svh, 430px);
  aspect-ratio: auto;
  object-fit: cover;
}
.showcase-cta { margin-top: 1.45rem; }

/* Video remains lazy and uses a compact horizontal rhythm on smaller screens. */
.video-grid,
.video-grid.three { margin-top: 1.35rem; }
.lite-video,
.lite-video > img,
.lite-video > iframe {
  min-height: 0;
  height: clamp(220px, 29svh, 285px);
}
.lite-video > button { width: 56px; height: 56px; }
.lite-video > div b { font-size: 1.05rem; }

/* Testimonials are now a real swipe carousel, not a tall three-card wall. */
.testimonial-head { max-width: 760px; }
.testimonial-swiper {
  margin-top: 1.45rem;
  border-color: white;
  background: transparent;
  box-shadow: 8px 8px 0 var(--aqua);
}
.testimonial-swiper .media-track { align-items: stretch; }
.testimonial-swiper .testimonial-card {
  display: flex;
  min-width: 100%;
  min-height: 260px;
  flex-direction: column;
  justify-content: center;
  padding: 2.2rem clamp(4rem, 8vw, 7rem);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}
.testimonial-swiper .testimonial-card > p {
  max-width: 850px;
  min-height: 0;
  margin: 0;
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
}
.testimonial-swiper .quote-mark { height: 52px; font-size: 4.8rem; }
.testimonial-swiper .testimonial-card footer { margin-top: 1.1rem; }
.testimonials .source-note { margin-top: 1.25rem; }

/* Service cards use visual-first two-column compositions at desktop/tablet. */
.compact-service .service-story {
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: clamp(1.8rem, 4vw, 4rem);
}
.compact-service .service-story.reverse { grid-template-columns: minmax(0, 1.18fr) minmax(280px, .82fr); }
.compact-service .section-title { font-size: clamp(2.5rem, 4vw, 4.1rem); }
.compact-service .service-copy-block .large-copy {
  margin: .85rem 0;
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1.2;
}
.compact-service .service-copy-block > p:not(.large-copy) { margin-bottom: 0; font-size: .84rem; line-height: 1.68; }
.compact-service .service-points { margin-top: 1rem; }
.compact-service .media-slide img {
  width: 100%;
  height: clamp(300px, 45svh, 440px);
  aspect-ratio: auto;
  object-fit: cover;
}
.compact-service .feature-media,
.compact-service .feature-media img { min-height: 0; height: clamp(320px, 46svh, 440px); }
.compact-service .packaging-grid { max-height: 450px; }
.compact-service .packaging-grid figure { min-height: 170px; }
.service-photo-section .service-photo-swiper { margin-top: 1.25rem; }
.service-photo-section .media-slide img { height: clamp(285px, 41svh, 410px); }
.service-video-section .section-title { max-width: 760px; }
.service-video-section .section-copy { color: rgba(255,255,255,.74); }

/* About begins as a concise journey rather than another oversized slogan. */
.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(380px, 1.08fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.about-story-title {
  max-width: 700px;
  margin: 0 0 1rem;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(2rem, 3.4vw, 3.6rem);
  font-weight: 800;
  letter-spacing: .006em;
  line-height: 1.05;
}
.about-story-copy > p { margin: .7rem 0 0; color: rgba(17,21,34,.68); font-size: .86rem; line-height: 1.72; }
.about-story-stats { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.2rem; }
.about-story-stats span { min-width: 128px; padding: .72rem .8rem; border: 2px solid var(--navy); border-radius: 14px; background: var(--yellow); font-size: .62rem; font-weight: 800; line-height: 1.45; box-shadow: 3px 3px 0 var(--orange); }
.about-story-stats b { display: block; font-family: "Bricolage Grotesque", sans-serif; font-size: 1rem; }
.about-story-media { position: relative; overflow: hidden; margin: 0; height: clamp(315px, 43svh, 430px); border: 3px solid var(--navy); border-radius: 24px; background: var(--cream); box-shadow: 9px 9px 0 var(--orange); }
.about-story-media img { width: 100%; height: 100%; object-fit: cover; }
.about-story-media figcaption { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: .75rem .9rem; border: 2px solid var(--navy); border-radius: 12px; color: var(--navy); background: rgba(255,247,232,.94); font-size: .7rem; font-weight: 750; line-height: 1.5; }

/* Other content sections inherit the same calmer scale. */
.product-slide,
.product-visual,
.product-image,
.product-image img { min-height: 0; height: clamp(360px, 46svh, 440px); }
.product-info h3 { font-size: clamp(2.2rem, 3.8vw, 3.8rem); }
.product-carousel { margin-top: 1.8rem; }
.content-cards,
.team-grid,
.portfolio-page-grid,
.article-grid { margin-top: 1.6rem; }
.content-card { min-height: 230px; }
.content-card h3 { margin-top: 2.4rem; }
.team-portrait { aspect-ratio: 4/3; }
.team-card { padding: .65rem .65rem .9rem; }
.team-card h3 { margin-top: .65rem; font-size: 1.05rem; }
.page-cta { padding-block: clamp(3.4rem, 6vh, 5rem); }
.page-cta h2 { font-size: clamp(2.3rem, 4.5vw, 4.2rem); }

/* Home hero and interactive blocks follow the same one-screen discipline. */
.hero { min-height: min(860px, 100svh); padding: 112px 0 44px; }
.hero-title { max-width: 700px; font-size: clamp(3.5rem, 6.5vw, 6.5rem); line-height: .91; }
.hero-copy { margin-top: 1.1rem; font-size: clamp(.9rem, 1.15vw, 1.02rem); line-height: 1.62; }
.hero-actions { margin-top: 1.2rem; }
.hero-art { min-height: 460px; }
.book-scene { width: min(320px, 67vw); }
.service-switch { margin: 1.35rem 0 1.5rem; }
.service-panels { min-height: 470px; }
.service-panel { gap: clamp(1.6rem, 4vw, 4rem); }
.real-service-visual,
.real-service-visual img { min-height: 0; height: clamp(330px, 44svh, 430px); }
.service-heading { font-size: clamp(2.2rem, 3.8vw, 3.8rem); }
.service-copy { margin-top: .8rem; font-size: .86rem; line-height: 1.62; }
.feature-list { gap: .55rem; margin-top: 1.15rem; }
.feature-list li { padding: .72rem; }
.feature-list b { font-size: .9rem; }
.feature-list span { font-size: .72rem; line-height: 1.48; }
.why-grid,
.process-track { margin-top: 1.6rem; }
.reason-card { min-height: 235px; }
.process-card { min-height: 285px; }
.process-card h3 { margin-top: 2.8rem; }
.quiz-card { gap: clamp(1.5rem, 4vw, 4rem); }
.quiz-blob { width: min(245px, 62vw); }
.quiz-content h2 { font-size: clamp(2.2rem, 3.8vw, 3.7rem); }

@media (max-width: 1090px) {
  .media-hero .inner-title { font-size: clamp(2.9rem, 5.6vw, 4.7rem); }
  .video-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .team-grid.six { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  :root { --section-pad: clamp(2.75rem, 5.5vh, 4rem); }
  .section-title { font-size: clamp(2.25rem, 7.8vw, 3.8rem); }
  .inner-hero,
  .media-hero { min-height: auto; padding: 105px 0 42px; }
  .media-hero .inner-hero-grid { grid-template-columns: 1fr; gap: 1.35rem; }
  .media-hero .inner-title,
  .inner-title,
  .about-hero .inner-title { font-size: clamp(2.65rem, 8.6vw, 4.1rem); line-height: .98; }
  .hero-media-collage { min-height: clamp(275px, 48vw, 360px); }
  .products-heading,
  .showcase-heading,
  .team-head,
  .section-heading.split { gap: .7rem; }
  .showcase-heading .section-copy,
  .section-heading.split .section-copy { margin-top: .4rem; }
  .home-shoot-swiper .media-slide img { height: clamp(260px, 39svh, 350px); }
  .video-grid.three,
  .service-video-section .video-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 72vw);
    grid-template-columns: none;
    gap: .9rem;
    overflow-x: auto;
    padding: 0 .5rem .8rem 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }
  .video-grid.three .lite-video,
  .service-video-section .lite-video { scroll-snap-align: start; }
  .compact-service .service-story,
  .compact-service .service-story.reverse { grid-template-columns: minmax(240px, .82fr) minmax(0, 1.18fr); gap: 1.5rem; }
  .compact-service .service-story.reverse > :first-child { order: 2; }
  .compact-service .section-title { font-size: clamp(2.25rem, 6vw, 3.25rem); }
  .compact-service .media-slide img,
  .compact-service .feature-media,
  .compact-service .feature-media img { height: clamp(270px, 38svh, 340px); }
  .about-story-grid { grid-template-columns: 1fr; gap: 1.35rem; }
  .about-story-media { height: clamp(260px, 36svh, 330px); }
  .team-grid.six { grid-template-columns: repeat(3, 1fr); }
  .team-card h3 { font-size: .9rem; }
  .team-card p { font-size: .58rem; }
  .product-slide { height: auto; }
  .service-panels { min-height: 0; }
  .service-panel {
    grid-template-columns: minmax(240px, .82fr) minmax(0, 1.18fr);
    gap: 1.4rem;
    align-items: center;
  }
  .service-visual { order: initial; }
  .service-content { order: initial; }
  .real-service-visual,
  .real-service-visual img { height: clamp(280px, 36svh, 350px); }
  .quiz-card { grid-template-columns: .65fr 1.35fr; text-align: left; }
  .quiz-blob { width: min(210px, 28vw); }
  .quiz-options { text-align: left; }
}

@media (min-width: 621px) and (max-width: 820px) {
  .hero { min-height: min(820px, 100svh); padding: 104px 0 38px; }
  .hero-grid { grid-template-columns: 1.08fr .72fr; gap: 1.35rem; }
  .hero-title { font-size: clamp(3.25rem, 7.7vw, 4.8rem); }
  .hero-art { min-height: 350px; margin-top: 0; }
  .book-scene { width: min(245px, 31vw); }
}

@media (max-width: 620px) {
  :root { --section-pad: 2.65rem; }
  .section-title,
  .showcase-heading .section-title,
  .home-video .section-title,
  .testimonial-head .section-title,
  .team-head .section-title { font-size: clamp(2.15rem, 10.5vw, 3.25rem); line-height: 1.02; }
  .section-copy { font-size: .82rem; line-height: 1.58; }
  .inner-hero,
  .media-hero { padding: 96px 0 36px; }
  .media-hero .inner-title,
  .inner-title,
  .about-hero .inner-title { font-size: clamp(2.35rem, 11.5vw, 3.45rem); }
  .inner-lead { font-size: .82rem; line-height: 1.58; }
  .hero-media-collage { min-height: 260px; }
  .home-shoot-swiper .media-slide img,
  .service-photo-section .media-slide img { height: clamp(235px, 34svh, 300px); aspect-ratio: auto; }
  .media-slide figcaption { padding: .65rem; }
  .media-slide figcaption b { font-size: 1rem; }
  .media-slide figcaption span { font-size: .62rem; }
  .testimonial-swiper .testimonial-card { min-height: 250px; padding: 2.3rem 3.4rem 1.6rem; }
  .testimonial-swiper .testimonial-card > p { font-size: 1.15rem; }
  .testimonial-swiper .quote-mark { height: 42px; font-size: 4rem; }
  .compact-service .service-story,
  .compact-service .service-story.reverse { grid-template-columns: 1fr; gap: 1.25rem; }
  .compact-service .service-story.reverse > :first-child { order: initial; }
  .compact-service .section-title { font-size: clamp(2.1rem, 10vw, 3rem); }
  .compact-service .service-copy-block .large-copy { font-size: 1.25rem; }
  .compact-service .service-copy-block > p:not(.large-copy) { font-size: .78rem; line-height: 1.6; }
  .compact-service .media-slide img,
  .compact-service .feature-media,
  .compact-service .feature-media img { height: clamp(235px, 33svh, 285px); }
  .compact-service .packaging-grid { max-height: none; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2, 125px); }
  .compact-service .packaging-grid figure { min-height: 0; }
  .compact-service .packaging-grid figure:first-child { grid-row: 1 / 3; }
  .video-grid.three,
  .service-video-section .video-grid { grid-auto-columns: minmax(255px, 84vw); }
  .lite-video,
  .lite-video > img,
  .lite-video > iframe { height: clamp(210px, 30svh, 250px); }
  .about-story-title { font-size: clamp(1.85rem, 8vw, 2.55rem); }
  .about-story-copy > p { font-size: .78rem; line-height: 1.62; }
  .about-story-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .45rem; }
  .about-story-stats span { min-width: 0; padding: .6rem; font-size: .52rem; }
  .about-story-stats b { font-size: .76rem; }
  .about-story-media { height: 235px; }
  .about-story-media figcaption { font-size: .6rem; }
  .product-slide,
  .product-visual,
  .product-image,
  .product-image img { height: 255px; }
  .product-info { padding: 1.35rem 1.35rem 4.2rem; }
  .product-info h3 { margin: .65rem 0; font-size: 2.2rem; }
  .product-info p { margin-bottom: 0; font-size: .76rem; line-height: 1.55; }
  .team-grid,
  .team-grid.six {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(190px, 70vw);
    grid-template-columns: none;
    gap: .8rem;
    overflow-x: auto;
    padding-bottom: .8rem;
    scroll-snap-type: x mandatory;
  }
  .team-card { scroll-snap-align: start; }
  .team-portrait { aspect-ratio: 4/3; }
  .content-card { min-height: 210px; }
  .content-card h3 { margin-top: 1.8rem; }
  .page-cta { padding-inline: 2.6rem; }
  .page-cta h2 { font-size: clamp(2rem, 9.5vw, 3rem); }
  .hero { min-height: auto; padding: 92px 0 34px; }
  .hero-grid { grid-template-columns: 1fr; gap: .75rem; }
  .hero-kicker { margin-bottom: .75rem; font-size: .58rem; }
  .hero-title { font-size: clamp(2.8rem, 13vw, 3.7rem); line-height: .93; }
  .hero-copy { margin-top: .8rem; font-size: .8rem; line-height: 1.52; }
  .hero-actions { gap: .55rem; margin-top: .9rem; }
  .hero-note { margin-top: .8rem; font-size: .62rem; }
  .hero-art { min-height: 270px; margin-top: .25rem; }
  .book-scene { width: min(205px, 54vw); }
  .service-switch { margin: 1rem 0 1.15rem; }
  .service-panel { grid-template-columns: 1fr; gap: 1rem; align-content: start; }
  .service-visual { order: 2; }
  .service-content { order: 1; }
  .real-service-visual,
  .real-service-visual img { height: 235px; }
  .service-heading { font-size: 2.15rem; }
  .service-copy { font-size: .76rem; line-height: 1.5; }
  .feature-list { grid-auto-flow: column; grid-auto-columns: minmax(210px, 78vw); grid-template-columns: none; gap: .55rem; overflow-x: auto; padding-bottom: .55rem; scroll-snap-type: x mandatory; }
  .feature-list li { scroll-snap-align: start; }
  .feature-list span { font-size: .66rem; }
  .why-grid { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 76vw); grid-template-columns: none; gap: .75rem; overflow-x: auto; padding-bottom: .7rem; scroll-snap-type: x mandatory; }
  .reason-card { min-height: 220px; scroll-snap-align: start; }
  .process-card { min-height: 260px; }
  .process-card h3 { margin-top: 2.1rem; font-size: 1.7rem; }
  .process-card p { font-size: .76rem; line-height: 1.55; }
  .quiz-card { grid-template-columns: 1fr; text-align: center; }
  .quiz-blob { width: 155px; }
  .quiz-content h2 { font-size: 2.25rem; }
  .quiz-content > p { font-size: .78rem; line-height: 1.55; }
}

/* =========================================================
   Card collections — four-up rails with swipe inside each card
   ========================================================= */
.card-collection { margin-top: 1.55rem; }
.collection-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .8rem;
}
.collection-tools > span {
  font-size: .63rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.collection-tools > div { display: flex; gap: .45rem; }
.collection-arrow {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border: 2px solid var(--navy);
  border-radius: 50%;
  color: var(--navy);
  background: var(--yellow);
  box-shadow: 3px 3px 0 var(--navy);
  font-weight: 900;
  transition: transform .2s ease, background .2s ease;
}
.collection-arrow:hover { background: var(--aqua); transform: translateY(-2px) rotate(-4deg); }
.card-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 3rem) / 4);
  gap: 1rem;
  overflow-x: auto;
  padding: .25rem .25rem .9rem;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}
.card-rail::-webkit-scrollbar { display: none; }
.story-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 2px solid var(--navy);
  border-radius: 22px;
  color: var(--navy);
  background: var(--cream);
  box-shadow: 6px 6px 0 var(--navy);
  scroll-snap-align: start;
  transition: transform .3s cubic-bezier(.16,1,.3,1), box-shadow .3s ease;
}
.story-card:hover { box-shadow: 9px 9px 0 var(--orange); transform: translateY(-5px) rotate(-.4deg); }
.story-card:nth-child(2n) { background: #fff; }
.story-card:nth-child(3n) { background: #f5f1ff; }
.mini-gallery {
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
  aspect-ratio: 1 / 1.04;
  border-bottom: 2px solid var(--navy);
  background: var(--navy);
  touch-action: pan-y;
  isolation: isolate;
}
.mini-track { display: flex; height: 100%; transition: transform .62s cubic-bezier(.16,1,.3,1); will-change: transform; }
.mini-slide { position: relative; min-width: 100%; height: 100%; margin: 0; }
.mini-slide img { width: 100%; height: 100%; object-fit: cover; }
.mini-slide::after { content: ""; position: absolute; inset: 58% 0 0; background: linear-gradient(transparent, rgba(23,36,60,.25)); pointer-events: none; }
.mini-nav {
  position: absolute;
  bottom: 12px;
  z-index: 4;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 2px solid var(--navy);
  border-radius: 50%;
  color: var(--navy);
  background: var(--yellow);
  box-shadow: 2px 2px 0 var(--navy);
  font-size: .75rem;
  font-weight: 900;
}
.mini-nav.prev { left: 12px; }
.mini-nav.next { left: 52px; }
.mini-dots {
  position: absolute;
  right: 12px;
  bottom: 15px;
  z-index: 4;
  display: flex;
  gap: 5px;
  padding: .35rem .45rem;
  border: 1.5px solid var(--navy);
  border-radius: 999px;
  background: rgba(255,247,232,.92);
}
.mini-dot { width: 6px; height: 6px; padding: 0; border: 1px solid var(--navy); border-radius: 999px; background: transparent; }
.mini-dot.active { width: 16px; background: var(--orange); }
.story-card-body { display: flex; min-height: 185px; flex: 1; flex-direction: column; padding: 1rem 1rem 1.1rem; }
.story-card-body small { color: var(--orange); font-size: .56rem; font-weight: 900; letter-spacing: .1em; }
.story-card-body h3 { margin: .55rem 0 .5rem; font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(1.25rem, 1.7vw, 1.65rem); font-weight: 800; line-height: 1.03; }
.story-card-body p { margin: 0; color: rgba(17,21,34,.65); font-size: .71rem; line-height: 1.55; }
.story-card-body a { width: fit-content; margin-top: auto; padding-top: .8rem; border-bottom: 1.5px solid currentColor; font-size: .64rem; font-weight: 900; }
.home-products .collection-tools { color: white; }
.shoot-story-card .story-card-body { min-height: 125px; }
.shoot-story-card .story-card-body h3 { margin-bottom: .35rem; }

/* Four testimonials are visible before the rail continues. */
.testimonial-collection .collection-tools { color: white; }
.testimonial-card-rail { padding-top: 1.1rem; }
.testimonial-card-rail .testimonial-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 1.2rem;
  box-shadow: 5px 5px 0 var(--aqua);
  scroll-snap-align: start;
  transform: none;
}
.testimonial-card-rail .testimonial-card.featured { transform: translateY(-8px) rotate(-.7deg); }
.testimonial-card-rail .quote-mark { height: 54px; font-size: 4.7rem; }
.testimonial-card-rail .testimonial-card > p { min-height: 0; margin: 0; font-size: clamp(1rem, 1.25vw, 1.22rem); }
.testimonial-card-rail .testimonial-card footer { margin-top: auto; padding-top: 1rem; }
.testimonial-cta-card { justify-content: center; color: var(--navy); background: var(--aqua) !important; }
.testimonial-cta-card > small { color: var(--orange); font-size: .58rem; font-weight: 900; letter-spacing: .1em; }
.testimonial-cta-card h3 { margin: .7rem 0; font-family: "Bricolage Grotesque", sans-serif; font-size: 1.65rem; line-height: 1.05; }
.testimonial-cta-card > p { font-family: "Plus Jakarta Sans", sans-serif !important; font-size: .75rem !important; font-weight: 600 !important; line-height: 1.6 !important; }
.testimonial-cta-card a { width: fit-content; margin-top: 1rem; padding-bottom: .25rem; border-bottom: 2px solid currentColor; font-size: .67rem; font-weight: 900; }

@media (max-width: 1090px) {
  .card-rail { grid-auto-columns: 44%; }
}

@media (max-width: 720px) {
  .card-rail { grid-auto-columns: 72%; gap: .8rem; }
  .collection-tools > span { font-size: .53rem; }
  .story-card-body { min-height: 170px; }
}

@media (max-width: 480px) {
  .card-rail { grid-auto-columns: 86%; }
  .collection-tools { align-items: flex-end; }
  .collection-tools > span { max-width: 185px; line-height: 1.45; }
  .collection-arrow { width: 35px; height: 35px; }
  .mini-gallery { aspect-ratio: 1 / 1.02; }
  .story-card-body h3 { font-size: 1.4rem; }
  .testimonial-card-rail .testimonial-card { min-height: 270px; }
}

/* Portrait media cards replace the remaining wide service banners. */
.service-media-card { width: min(100%, 470px); justify-self: end; }
.service-story.reverse .service-media-card { justify-self: start; }
.service-media-card .mini-gallery { aspect-ratio: 1 / 1.02; }
.service-media-card .story-card-body { min-height: 145px; }
.compact-three { grid-auto-columns: calc((100% - 2rem) / 3); }
.about-story-card { width: min(100%, 500px); justify-self: end; }
.about-story-card .story-card-body { min-height: 140px; }
.home-video .lite-video,
.service-video-section .lite-video { height: auto; aspect-ratio: 4 / 3; }
.home-video .lite-video > img,
.home-video .lite-video > iframe,
.service-video-section .lite-video > img,
.service-video-section .lite-video > iframe { width: 100%; height: 100%; min-height: 0; }
.service-video-section .video-grid { grid-template-columns: repeat(2, minmax(0, 430px)); justify-content: center; }

/* Inner-page footer becomes a playful closing scene instead of empty columns. */
.inner-footer { position: relative; padding: 2.2rem 0 2.6rem; overflow: hidden; }
.inner-footer::before { content: "MATA"; position: absolute; right: -2vw; bottom: -3.5rem; color: rgba(255,255,255,.035); font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(8rem, 20vw, 20rem); font-weight: 900; line-height: .7; pointer-events: none; }
.footer-playground {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  margin-bottom: 2.4rem;
  padding: clamp(1.5rem, 3.5vw, 3rem);
  overflow: hidden;
  border: 2px solid white;
  border-radius: 25px;
  color: var(--navy);
  background: var(--yellow);
  box-shadow: 9px 9px 0 var(--orange);
}
.footer-pitch > span { color: var(--orange); font-size: .62rem; font-weight: 900; letter-spacing: .12em; }
.footer-pitch h2 { max-width: 680px; margin: .6rem 0; font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(2.1rem, 4vw, 4rem); font-weight: 850; letter-spacing: .006em; line-height: .98; text-transform: none; }
.footer-pitch p { max-width: 650px; margin: 0; color: rgba(17,21,34,.68) !important; font-size: .78rem !important; line-height: 1.65 !important; }
.footer-pitch a { display: inline-flex !important; width: fit-content; margin-top: 1.1rem !important; padding: .72rem .9rem; border: 2px solid var(--navy); border-radius: 12px; color: white !important; background: var(--navy); box-shadow: 4px 4px 0 var(--orange); font-weight: 900; }
.footer-scrapbook { position: relative; min-height: 275px; }
.footer-scrapbook figure { position: absolute; overflow: hidden; margin: 0; border: 3px solid var(--navy); border-radius: 17px; background: white; box-shadow: 7px 7px 0 var(--navy); }
.footer-scrapbook figure:first-child { inset: 3% 35% 10% 2%; transform: rotate(-6deg); }
.footer-scrapbook figure:nth-child(2) { inset: 14% 1% 0 44%; transform: rotate(7deg); }
.footer-scrapbook img { width: 100%; height: 100%; object-fit: cover; }
.footer-scrapbook > span { position: absolute; top: 0; right: 3%; z-index: 4; display: grid; width: 72px; aspect-ratio: 1; place-items: center; border: 3px solid var(--navy); border-radius: 48% 52% 60% 40%; color: white; background: var(--purple); box-shadow: 4px 4px 0 var(--navy); font-family: "Bricolage Grotesque", sans-serif; font-size: 1rem; font-weight: 900; transform: rotate(8deg); }
.inner-footer-grid { position: relative; z-index: 2; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.18); }

@media (max-width: 820px) {
  .compact-three { grid-auto-columns: 44%; }
  .footer-playground { grid-template-columns: 1fr; }
  .footer-scrapbook { min-height: 240px; }
}

@media (max-width: 620px) {
  .service-media-card,
  .about-story-card { width: 100%; justify-self: stretch; }
  .compact-three { grid-auto-columns: 78%; }
  .footer-playground { padding: 1.25rem; border-radius: 19px; box-shadow: 6px 6px 0 var(--orange); }
  .footer-pitch h2 { font-size: 2.35rem; }
  .footer-scrapbook { min-height: 210px; }
  .inner-footer-grid { gap: 1.3rem; }
}

/* =========================================================
   Service detail and article detail pages
   ========================================================= */
.detail-card-hero .inner-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(320px, .7fr); align-items: center; }
.detail-card-hero .inner-title { max-width: 760px; font-size: clamp(3rem, 5.2vw, 5.2rem); line-height: .96; }
.detail-hero-card { width: min(100%, 420px); justify-self: end; }
.detail-hero-card .story-card-body { min-height: 130px; }
.detail-anchor-nav { position: sticky; top: 92px; z-index: 50; border-bottom: 2px solid var(--navy); background: rgba(255,247,232,.94); backdrop-filter: blur(12px); }
.detail-anchor-nav .container { display: flex; gap: .55rem; overflow-x: auto; padding-block: .8rem; scrollbar-width: none; }
.detail-anchor-nav a { flex: 0 0 auto; padding: .55rem .75rem; border: 1.5px solid var(--navy); border-radius: 999px; font-size: .64rem; font-weight: 850; }
.detail-anchor-nav a:hover { color: white; background: var(--navy); }
.detail-service-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .72fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.detail-service-grid.reverse { grid-template-columns: minmax(340px, .72fr) minmax(0, 1.1fr); }
.detail-service-grid.reverse > .detail-copy { order: 2; }
.detail-copy h2 { max-width: 760px; margin: 0; font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(2.7rem, 4.6vw, 4.8rem); font-weight: 850; letter-spacing: .006em; line-height: .98; }
.detail-copy .detail-lead { max-width: 760px; margin: 1rem 0 0; color: rgba(17,21,34,.72); font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(1.15rem, 1.8vw, 1.65rem); font-weight: 650; line-height: 1.35; }
.purple .detail-lead, .navy .detail-lead { color: rgba(255,255,255,.76); }
.detail-list { display: grid; gap: .55rem; margin: 1.3rem 0 0; padding: 0; list-style: none; }
.detail-list li { position: relative; padding: .72rem .8rem .72rem 2.25rem; border: 1.5px solid currentColor; border-radius: 13px; font-size: .74rem; line-height: 1.45; }
.detail-list li::before { content: "✓"; position: absolute; top: .65rem; left: .75rem; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: var(--navy); background: var(--yellow); font-size: .65rem; font-weight: 900; }
.detail-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: .55rem; margin-top: 1rem; }
.detail-facts span { padding: .7rem; border: 2px solid var(--navy); border-radius: 12px; background: var(--aqua); font-size: .59rem; font-weight: 750; line-height: 1.45; }
.detail-facts b { display: block; font-size: .65rem; text-transform: uppercase; }
.service-detail-gallery { width: min(100%, 450px); justify-self: end; }
.detail-service-grid.reverse .service-detail-gallery { justify-self: start; }
.service-detail-gallery .story-card-body { min-height: 135px; }
.detail-video-card { width: min(100%, 470px); aspect-ratio: 4/3; justify-self: end; }
.detail-video-card, .detail-video-card > img, .detail-video-card > iframe { height: auto; min-height: 0; }
.detail-video-card > img, .detail-video-card > iframe { height: 100%; }

/* Long-form article is readable, card-led, and avoids giant landscape media. */
.article-detail-main { background: var(--white); }
.article-detail-hero { padding: 125px 0 clamp(3rem, 6vh, 5rem); border-bottom: 3px solid var(--navy); background: var(--yellow); }
.article-detail-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .65fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 1rem; color: rgba(17,21,34,.62); font-size: .65rem; font-weight: 750; }
.article-detail-hero h1 { max-width: 900px; margin: 0; font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(3rem, 5.7vw, 5.8rem); font-weight: 850; letter-spacing: .006em; line-height: .94; }
.article-detail-hero .reveal > p { max-width: 760px; margin: 1rem 0 0; color: rgba(17,21,34,.7); font-size: .92rem; line-height: 1.68; }
.article-meta { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1rem; }
.article-meta span { padding: .45rem .6rem; border: 1.5px solid var(--navy); border-radius: 999px; font-size: .58rem; font-weight: 800; }
.article-hero-card { width: min(100%, 410px); justify-self: end; }
.article-hero-card .story-card-body { min-height: 125px; }
.article-detail-layout { display: grid; grid-template-columns: 230px minmax(0, 780px); gap: clamp(2rem, 6vw, 6rem); justify-content: center; padding-block: clamp(3rem, 7vw, 6.5rem); }
.article-toc { position: sticky; top: 155px; align-self: start; display: grid; gap: .45rem; padding: 1rem; border: 2px solid var(--navy); border-radius: 17px; background: var(--cream); box-shadow: 5px 5px 0 var(--orange); }
.article-toc b { margin-bottom: .35rem; font-family: "Bricolage Grotesque", sans-serif; font-size: 1.15rem; }
.article-toc a { padding: .38rem 0; border-bottom: 1px solid rgba(17,21,34,.12); color: rgba(17,21,34,.68); font-size: .66rem; font-weight: 700; line-height: 1.45; }
.article-content > section { padding: 0 0 3.5rem; scroll-margin-top: 155px; }
.article-content > section + section { padding-top: 3.5rem; border-top: 2px solid var(--navy); }
.article-kicker { margin: 0 0 .65rem !important; color: var(--orange) !important; font-size: .62rem !important; font-weight: 900 !important; letter-spacing: .12em; }
.article-content h2 { margin: 0 0 1rem; font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(2rem, 3.8vw, 3.5rem); font-weight: 850; line-height: 1.04; }
.article-content p, .article-content li { color: rgba(17,21,34,.74); font-size: .91rem; line-height: 1.82; }
.article-content li + li { margin-top: .45rem; }
.article-content blockquote { margin: 1.5rem 0; padding: 1.2rem 1.3rem; border: 2px solid var(--navy); border-left: 9px solid var(--orange); border-radius: 14px; background: var(--yellow); font-family: "Bricolage Grotesque", sans-serif; font-size: 1.2rem; font-weight: 700; line-height: 1.45; }
.answer-card { margin: 1.5rem 0 0; padding: 1.2rem; border: 2px solid var(--navy); border-radius: 16px; background: var(--aqua); box-shadow: 5px 5px 0 var(--navy); }
.answer-card.orange { background: var(--orange); }
.answer-card b { font-family: "Bricolage Grotesque", sans-serif; font-size: 1.2rem; }
.answer-card p { margin: .45rem 0 0; color: var(--navy); }
.inline-card-gallery { width: min(100%, 430px); margin: 1.5rem auto 0; }
.inline-card-gallery .story-card-body { min-height: 96px; }
.article-check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .65rem; margin-top: 1.2rem; }
.article-check-grid span { padding: .9rem; border: 2px solid var(--navy); border-radius: 13px; background: var(--cream); font-size: .68rem; line-height: 1.45; }
.article-check-grid b { display: block; color: var(--orange); font-size: .72rem; text-transform: uppercase; }
.article-cta { margin-top: 2rem; padding: clamp(1.4rem, 4vw, 2.5rem); border: 3px solid var(--navy); border-radius: 22px; background: var(--yellow); box-shadow: 8px 8px 0 var(--orange); }
.article-cta h3 { margin: 0; font-family: "Bricolage Grotesque", sans-serif; font-size: 2rem; }
.article-cta p { margin: .6rem 0 1rem; }

/* =========================================================
   Mega footer directory + full-image Fancybox viewer
   ========================================================= */
.footer-mega-grid {
  display: grid !important;
  grid-template-columns: minmax(245px, 1.25fr) minmax(145px, .72fr) minmax(210px, .95fr) minmax(125px, .62fr) minmax(230px, 1fr) !important;
  gap: clamp(1.2rem, 2.3vw, 2.6rem) !important;
  align-items: start;
}
.footer-mega-grid::before {
  content: "MATA DIRECTORY  /  BUKU • FOTO • VIDEO • DIGITAL";
  grid-column: 1 / -1;
  padding: .7rem 0 .85rem;
  border-bottom: 1px solid currentColor;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .16em;
  opacity: .58;
}
.inner-footer-grid.footer-mega-grid { padding-top: 0; border-top: 0; }
.footer-about-column { min-width: 0; }
.footer-about-column .footer-brand { align-items: center; gap: .85rem; }
.footer-about-column .footer-brand img { flex: 0 0 auto; width: 64px; height: 64px; object-fit: contain; }
.footer-about-column .footer-brand strong { display: block; font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(1.15rem, 1.5vw, 1.45rem); font-weight: 900; line-height: 1; }
.footer-about-column .footer-brand small { display: block; margin-top: .45rem; font-size: .56rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.footer-about-copy { max-width: 410px; margin: 1rem 0 !important; font-size: .72rem !important; line-height: 1.72 !important; }
.footer-trust-row { display: flex; flex-wrap: wrap; gap: .38rem; margin-bottom: 1rem; }
.footer-trust-row span { padding: .38rem .48rem; border: 1px solid currentColor; border-radius: 999px; font-size: .5rem; font-weight: 900; letter-spacing: .06em; }
.footer-profile-link { display: inline-flex !important; align-items: center; gap: .55rem; width: fit-content; margin: 0 !important; padding-bottom: .22rem; border-bottom: 2px solid var(--orange); font-weight: 850 !important; }
.footer-profile-link b { color: var(--orange); font-size: 1rem; }
.footer-column-index { display: block; margin-bottom: .55rem; color: var(--orange); font-size: .52rem; font-weight: 900; letter-spacing: .12em; }
.footer-directory-column h3,
.footer-contact-card h3 { margin: 0 0 .8rem !important; font-size: .86rem !important; letter-spacing: .015em; text-transform: uppercase; }
.footer-directory-column > a { position: relative; display: block !important; margin: 0 !important; padding: .57rem 0 !important; border-bottom: 1px solid currentColor; line-height: 1.35 !important; transition: transform .25s ease, color .25s ease; }
.footer-directory-column > a:first-of-type { border-top: 1px solid currentColor; }
.footer-directory-column > a:hover { transform: translateX(5px); }
.footer-directory-column a b { display: block; font-size: .66rem; font-weight: 800; }
.footer-directory-column a small { display: block; margin-top: .16rem; font-size: .49rem; font-weight: 650; opacity: .58; }
.footer-directory-column .footer-all-link { width: fit-content; margin-top: .7rem !important; padding: .25rem 0 !important; border: 0 !important; color: var(--orange) !important; font-size: .58rem !important; font-weight: 900 !important; }
.footer-contact-card { position: relative; padding: 1.15rem; overflow: hidden; border: 2px solid currentColor; border-radius: 18px; color: var(--navy); background: var(--yellow); box-shadow: 6px 6px 0 var(--orange); }
.footer-contact-card::after { content: "M"; position: absolute; right: -1rem; bottom: -2.2rem; color: rgba(23,36,60,.07); font-family: "Bricolage Grotesque", sans-serif; font-size: 7.5rem; font-weight: 900; line-height: 1; pointer-events: none; }
.footer-contact-card > * { position: relative; z-index: 1; }
.footer-contact-card p { margin: 0 0 .8rem !important; color: rgba(23,36,60,.72) !important; font-size: .65rem !important; line-height: 1.6 !important; }
.footer-area { display: flex; flex-wrap: wrap; gap: .3rem; margin-bottom: .85rem; }
.footer-area span { padding: .3rem .4rem; border: 1px solid var(--navy); border-radius: 999px; background: rgba(255,255,255,.35); font-size: .46rem; font-weight: 850; }
.footer-contact-main { display: grid !important; gap: .12rem; margin: 0 !important; padding: .72rem .8rem; border: 2px solid var(--navy); border-radius: 11px; color: white !important; background: var(--navy); box-shadow: 3px 3px 0 var(--orange); }
.footer-contact-main span { font-size: .46rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; opacity: .66; }
.footer-contact-main b { font-size: .7rem; }
.footer-map-link { display: inline-block !important; width: fit-content; margin: .85rem 0 0 !important; color: var(--navy) !important; font-size: .54rem !important; font-weight: 900 !important; }
.inner-footer .footer-mega-grid { color: white; }
.inner-footer .footer-mega-grid::before,
.inner-footer .footer-directory-column > a { border-color: rgba(255,255,255,.18); }
.inner-footer .footer-about-copy,
.inner-footer .footer-directory-column > a { color: rgba(255,255,255,.72); }
.inner-footer .footer-directory-column > a:hover { color: white; }
.footer .footer-mega-grid { color: var(--navy); }
.footer .footer-mega-grid::before,
.footer .footer-directory-column > a { border-color: rgba(23,36,60,.22); }
.footer .footer-about-copy,
.footer .footer-directory-column > a { color: rgba(23,36,60,.76); }
.footer .footer-directory-column > a:hover { color: var(--navy); }
.footer-mega-bottom { display: flex !important; justify-content: space-between; align-items: center; gap: 1rem; }
.footer-mega-bottom nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .45rem 1rem; }
.footer-mega-bottom nav a { display: inline-block; margin: 0; font-size: .58rem; font-weight: 750; }
.inner-footer-bottom.footer-mega-bottom { margin-top: 2.4rem; }
.footer-mega-bottom-home { margin-top: 2.4rem; }

.fancy-image-link { position: relative; display: block; width: 100%; height: 100%; overflow: hidden; color: inherit; cursor: zoom-in; }
.mini-slide > .fancy-image-link,
.portfolio-thumb.photo > .fancy-image-link,
.gallery-shot.photo > .fancy-image-link,
.hero-photo > .fancy-image-link,
.cover-photo > .fancy-image-link,
.product-image > .fancy-image-link,
.real-service-visual > .fancy-image-link,
.feature-media > .fancy-image-link,
.article-art.photo > .fancy-image-link { width: 100%; height: 100%; }
.fancy-image-link::after { content: "FULL ↗"; position: absolute; top: .65rem; right: .65rem; z-index: 5; padding: .36rem .48rem; border: 1.5px solid var(--navy); border-radius: 999px; color: var(--navy); background: var(--yellow); box-shadow: 2px 2px 0 var(--orange); font-size: .46rem; font-weight: 900; letter-spacing: .07em; opacity: 0; transform: translateY(-5px) rotate(2deg); transition: opacity .22s ease, transform .22s ease; }
.fancy-image-link:hover::after,
.fancy-image-link:focus-visible::after { opacity: 1; transform: translateY(0) rotate(2deg); }
.fancy-image-link:focus-visible { outline: 4px solid var(--yellow); outline-offset: -4px; }
.fancy-image-link > img { transition: transform .5s cubic-bezier(.16,1,.3,1); }
.fancy-image-link:hover > img { transform: scale(1.035); }
.fancybox__container { --fancybox-bg: rgba(10,18,34,.96); --fancybox-color: #fff; --f-button-bg: var(--yellow); --f-button-color: var(--navy); font-family: "Plus Jakarta Sans", sans-serif; }
.fancybox__backdrop { background: radial-gradient(circle at 12% 14%, rgba(112,76,255,.34), transparent 35%), radial-gradient(circle at 88% 82%, rgba(255,108,24,.22), transparent 32%), rgba(10,18,34,.94) !important; backdrop-filter: blur(12px); }
.fancybox__slide { padding: clamp(1rem, 4vw, 3.4rem); }
.fancybox__slide img { border: 3px solid white; border-radius: 18px; box-shadow: 10px 10px 0 var(--orange), 0 25px 70px rgba(0,0,0,.4); }
.fancybox__caption { max-width: min(760px, 90vw); margin: .8rem auto 0; padding: .55rem .8rem; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(23,36,60,.72); font-size: .68rem; font-weight: 750; text-align: center; backdrop-filter: blur(10px); }

@media (max-width: 1180px) {
  .footer-mega-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .footer-about-column { grid-column: span 2; }
  .footer-contact-card { grid-column: auto; }
}

@media (max-width: 760px) {
  .footer-mega-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .footer-mega-grid::before,
  .footer-about-column,
  .footer-contact-card { grid-column: 1 / -1; }
  .footer-articles { grid-column: 1 / -1; }
  .footer-mega-bottom { align-items: flex-start; flex-direction: column; }
  .footer-mega-bottom nav { justify-content: flex-start; }
}

@media (max-width: 500px) {
  .footer-mega-grid { grid-template-columns: 1fr !important; }
  .footer-mega-grid::before,
  .footer-about-column,
  .footer-contact-card,
  .footer-articles { grid-column: auto; }
  .footer-mega-grid::before { line-height: 1.5; }
  .footer-contact-card { box-shadow: 4px 4px 0 var(--orange); }
  .fancy-image-link::after { top: .48rem; right: .48rem; opacity: 1; transform: none; }
  .fancybox__slide { padding: .8rem; }
  .fancybox__slide img { border-radius: 12px; box-shadow: 5px 5px 0 var(--orange); }
}

@media (prefers-reduced-motion: reduce) {
  .footer-directory-column > a,
  .fancy-image-link::after,
  .fancy-image-link > img { transition: none !important; }
}

/* =========================================================
   Touch-safe service chapter + compact portrait team grid
   ========================================================= */
.service-panels { touch-action: pan-y; }
.feature-list {
  scroll-behavior: smooth;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.team-grid,
.team-grid.six {
  grid-auto-flow: row;
  grid-auto-columns: initial;
  overflow: visible;
  padding-bottom: 0;
  scroll-snap-type: none;
  justify-content: center;
}
.team-grid { grid-template-columns: repeat(4, minmax(0, 205px)); }
.team-grid.six { grid-template-columns: repeat(3, minmax(0, 205px)); }
.team-card { min-width: 0; scroll-snap-align: none; }
.team-portrait { aspect-ratio: 9 / 16; }

@media (max-width: 1090px) {
  .team-grid { grid-template-columns: repeat(4, minmax(0, 170px)); }
  .team-grid.six { grid-template-columns: repeat(3, minmax(0, 175px)); }
}

@media (max-width: 820px) {
  .team-grid,
  .team-grid.six {
    width: min(100%, 390px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .72rem;
    margin-inline: auto;
  }
  .team-card { padding: .5rem .5rem .78rem; border-radius: 15px; box-shadow: 4px 4px 0 var(--navy); }
  .team-card:hover { transform: none; }
  .team-card h3 { margin-top: .58rem; font-size: .86rem; line-height: 1.14; }
  .team-card p { font-size: .51rem; line-height: 1.4; }
  .team-portrait { border-radius: 10px; }
}

@media (max-width: 620px) {
  .feature-list {
    touch-action: pan-y;
    cursor: grab;
  }
  .feature-list:active { cursor: grabbing; }
  .service-switch::after {
    content: "Geser area layanan atau pilih tab";
    position: absolute;
    right: 8px;
    bottom: -1.25rem;
    color: rgba(23,36,60,.55);
    font-size: .45rem;
    font-weight: 800;
    letter-spacing: .04em;
  }
  .service-switch { position: relative; margin-bottom: 1.75rem; }
}

@media (max-width: 390px) {
  .team-grid,
  .team-grid.six { gap: .55rem; }
  .team-card { padding: .4rem .4rem .68rem; }
  .team-card h3 { font-size: .78rem; }
}

@media (max-width: 900px) {
  .detail-card-hero .inner-hero-grid,
  .article-detail-hero-grid { grid-template-columns: 1fr 340px; }
  .detail-service-grid,
  .detail-service-grid.reverse { grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr); gap: 2rem; }
  .article-detail-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 2rem; }
}

@media (max-width: 720px) {
  .detail-card-hero .inner-hero-grid,
  .detail-service-grid,
  .detail-service-grid.reverse,
  .article-detail-hero-grid,
  .article-detail-layout { grid-template-columns: 1fr; }
  .detail-service-grid.reverse > .detail-copy { order: initial; }
  .detail-hero-card,
  .service-detail-gallery,
  .detail-service-grid.reverse .service-detail-gallery,
  .article-hero-card,
  .detail-video-card { width: 100%; justify-self: stretch; }
  .detail-anchor-nav { top: 77px; }
  .detail-copy h2 { font-size: clamp(2.35rem, 10vw, 3.4rem); }
  .detail-copy .detail-lead { font-size: 1.08rem; }
  .detail-facts { grid-template-columns: 1fr 1fr; }
  .article-detail-hero { padding-top: 102px; }
  .article-detail-hero h1 { font-size: clamp(2.75rem, 12vw, 4rem); }
  .article-toc { position: static; grid-template-columns: 1fr 1fr; }
  .article-toc b { grid-column: 1 / -1; }
  .article-content > section { scroll-margin-top: 125px; }
}

@media (max-width: 480px) {
  .detail-facts,
  .article-check-grid { grid-template-columns: 1fr; }
  .article-toc { grid-template-columns: 1fr; }
  .article-toc b { grid-column: auto; }
  .article-content p, .article-content li { font-size: .83rem; line-height: 1.72; }
  .article-content h2 { font-size: 2.15rem; }
}

/* iPhone/Safari containment: the horizontal feature rail must never widen its service panel. */
@media (max-width: 620px) {
  html,
  body { width: 100%; max-width: 100%; overflow-x: hidden; }
  .service,
  .service > .container,
  .service-panels,
  .service-panel,
  .service-content,
  .service-visual,
  .real-service-visual {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .service-panel { justify-items: stretch; }
  .service-content { overflow: hidden; }
  .service-label,
  .service-heading,
  .service-copy {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
  }
  .service-heading { text-wrap: balance; }
  .feature-list {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    contain: inline-size;
  }
  .feature-list li,
  .feature-list li > div { min-width: 0; }
  .real-service-visual,
  .real-service-visual .fancy-image-link,
  .real-service-visual img {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  .service-heading { font-size: clamp(1.82rem, 8.2vw, 2.05rem); line-height: 1.04; letter-spacing: 0; }
  .service-copy { font-size: .73rem; line-height: 1.58; }
  .feature-list { grid-auto-columns: minmax(205px, 82%); }
}
