/* Index showcase: visual-only refresh. Routes, anchors, and forms stay unchanged. */
:root {
  --gt-ink: #0b1325;
  --gt-muted: #5c6b82;
  --gt-line: #dbe3ee;
  --gt-soft: #f4f7fb;
  --gt-paper: #ffffff;
  --gt-navy: #202334;
  --gt-orange: #f26e22;
  --gt-warm: #f4eee7;
}

body.homepage-shell {
  background: var(--gt-soft);
  color: var(--gt-ink);
  font-family: Poppins, Inter, Calibri, "Segoe UI", Arial, sans-serif;
}

body.homepage-shell .section {
  padding: clamp(58px, 7vw, 96px) 0;
  background: var(--gt-soft) !important;
}

body.homepage-shell .section:nth-of-type(2n + 3),
body.homepage-shell .map-section {
  background: var(--gt-paper) !important;
}

body.homepage-shell .container {
  width: min(100% - 32px, 1180px);
  max-width: 1180px;
  padding: 0;
}

body.homepage-shell .section-tag {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--gt-orange);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.homepage-shell .gradient-text {
  background: none !important;
  color: var(--gt-orange) !important;
  -webkit-text-fill-color: currentColor !important;
}

body.homepage-shell .section-title,
body.homepage-shell .section-header h2 {
  color: var(--gt-ink);
  font-size: clamp(1.65rem, 3.4vw, 2.55rem);
  line-height: 1.14;
  letter-spacing: 0;
  margin: 0;
}

body.homepage-shell .section-header {
  max-width: 700px;
  margin: 0 auto 30px;
  text-align: center;
}

body.homepage-shell .section-header p {
  max-width: 620px;
  margin: 10px auto 0;
  color: var(--gt-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

body.homepage-shell .btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  font-weight: 800;
  box-shadow: none !important;
  transform: none !important;
}

body.homepage-shell .btn-primary {
  background: var(--gt-orange);
  color: #ffffff;
}

body.homepage-shell .btn-outline {
  border: 1px solid rgba(32, 35, 52, 0.14);
  background: #ffffff;
  color: var(--gt-ink);
}

body.homepage-shell .hero {
  min-height: auto;
  display: grid;
  align-items: center;
  padding: clamp(26px, 4vw, 58px) 0;
  background: #efe9df !important;
}

body.homepage-shell .hero .container {
  width: min(100% - 32px, 1080px);
  max-width: 1080px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  background: #ffffff;
  border: 0;
  overflow: hidden;
}

body.homepage-shell .hero .container::before {
  content: none;
}

body.homepage-shell .homepage-hero-media {
  min-height: clamp(390px, 44vw, 560px);
  background: #ddd3c5;
  overflow: hidden;
}

body.homepage-shell .homepage-hero-media img {
  width: 100%;
  height: 100%;
  min-height: clamp(390px, 44vw, 560px);
  object-fit: cover;
  object-position: center;
}

body.homepage-shell .hero-content {
  min-height: clamp(390px, 44vw, 560px);
  display: grid;
  align-content: center;
  padding: clamp(34px, 5vw, 68px);
  background: #ffffff;
  color: var(--gt-ink);
  min-width: 0;
}

body.homepage-shell .hero-content h1 {
  margin: 0 0 18px;
  color: var(--gt-ink);
  max-width: 500px;
  font-size: clamp(2.7rem, 4.4vw, 4.7rem);
  line-height: 1;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
}

body.homepage-shell .hero-content p {
  max-width: 560px;
  margin: 0 0 24px;
  color: var(--gt-muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

body.homepage-shell .hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.homepage-shell .homepage-quick-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 24px;
}

body.homepage-shell .homepage-quick-points span {
  padding: 11px;
  border-radius: 14px;
  background: var(--gt-soft);
  color: var(--gt-muted);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.42;
}

body.homepage-shell .homepage-promo-strip {
  position: relative;
  z-index: 2;
  margin-top: -34px;
  background: transparent;
}

body.homepage-shell .homepage-promo-strip .container {
  width: min(100% - 32px, 760px);
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 16px 28px;
  border-radius: 4px;
  background: #eee8df;
}

body.homepage-shell .homepage-promo-strip strong {
  color: var(--gt-ink);
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.35;
}

body.homepage-shell .homepage-promo-strip a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  background: #0b0d14;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
}

body.homepage-shell .homepage-choice-section {
  padding-top: clamp(58px, 6vw, 88px);
}

body.homepage-shell .homepage-choice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px;
}

body.homepage-shell .homepage-choice-card {
  position: relative;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 150px 16px 16px;
  border: 1px solid rgba(32, 35, 52, 0.10);
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: none !important;
}

body.homepage-shell .homepage-choice-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 132px;
  background: var(--gt-soft) center / cover no-repeat;
}

body.homepage-shell .homepage-choice-card:nth-child(1)::before {
  background-image: url("../assets/images/backgrounds/bg2.jpg");
}

body.homepage-shell .homepage-choice-card:nth-child(2)::before {
  background-image: url("../assets/images/arsitektur/portfolio-6.png");
}

body.homepage-shell .homepage-choice-card:nth-child(3)::before {
  background-image: url("../assets/images/apparel/jaket-portfolio.png");
}

body.homepage-shell .homepage-choice-card:nth-child(4)::before {
  background-image: url("../assets/images/services/laptop.png");
}

body.homepage-shell .homepage-choice-card:nth-child(5)::before {
  background-image: url("../assets/images/arsitektur/portfolio-5.png");
}

body.homepage-shell .homepage-choice-card:nth-child(6)::before {
  background-image: url("../assets/images/backgrounds/network-bg.jpg");
}

body.homepage-shell .homepage-choice-card > * {
  position: relative;
  z-index: 1;
}

body.homepage-shell .homepage-choice-number {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  margin: 0;
  border-radius: 999px;
  background: var(--gt-orange);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 900;
}

body.homepage-shell .homepage-choice-card h3 {
  margin: 0 0 8px;
  color: var(--gt-ink);
  font-size: 0.98rem;
  line-height: 1.32;
  letter-spacing: 0;
}

body.homepage-shell .homepage-choice-card p {
  margin: 0;
  color: var(--gt-muted);
  font-size: 0.82rem;
  line-height: 1.58;
}

body.homepage-shell .homepage-choice-card .btn {
  min-height: 30px;
  padding: 0 10px;
  font-size: 0.7rem;
}

body.homepage-shell .homepage-choice-card h3,
body.homepage-shell .service-card h3,
body.homepage-shell .step-card h3 {
  color: var(--gt-ink);
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1.32;
  letter-spacing: 0;
}

body.homepage-shell .service-card p,
body.homepage-shell .step-card p {
  margin: 0;
  color: var(--gt-muted);
  font-size: 0.88rem;
  line-height: 1.62;
}

body.homepage-shell .homepage-choice-card .hero-buttons {
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.homepage-shell .homepage-flow-section {
  background: #eee9e2 !important;
}

body.homepage-shell .homepage-about-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 48px);
  background: #ffffff;
}

body.homepage-shell .homepage-about-copy h2 {
  margin: 0 0 18px;
  color: var(--gt-ink);
  font-size: clamp(1.7rem, 3.4vw, 2.65rem);
  line-height: 1.14;
  letter-spacing: 0;
}

body.homepage-shell .homepage-about-copy p {
  margin: 0 0 16px;
  color: var(--gt-muted);
  font-size: 0.94rem;
  line-height: 1.72;
}

body.homepage-shell .homepage-about-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

body.homepage-shell .homepage-stats-section {
  padding: clamp(42px, 6vw, 78px) 0 0;
  background: #eee9e2 !important;
}

body.homepage-shell .homepage-stats-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.7fr;
  align-items: center;
  gap: 26px;
  padding-bottom: 36px;
  text-align: center;
}

body.homepage-shell .homepage-stats-grid h2 {
  max-width: 520px;
  margin: 0 auto;
  color: var(--gt-ink);
  font-size: clamp(1.35rem, 3vw, 2.15rem);
  line-height: 1.18;
}

body.homepage-shell .homepage-stat-item strong {
  display: block;
  color: var(--gt-ink);
  font-size: clamp(2.2rem, 5vw, 4.25rem);
  line-height: 1;
}

body.homepage-shell .homepage-stat-item span {
  display: block;
  margin-top: 8px;
  color: var(--gt-muted);
  font-size: 0.86rem;
  line-height: 1.45;
  font-weight: 800;
}

body.homepage-shell .homepage-wide-photo {
  width: 100vw;
  height: clamp(220px, 30vw, 420px);
  margin-left: calc(50% - 50vw);
  background: url("../assets/images/arsitektur/portfolio-6.png") center 55% / cover no-repeat;
}

body.homepage-shell .ppob-steps,
body.homepage-shell .services-grid,
body.homepage-shell .apparel-grid,
body.homepage-shell .repair-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

body.homepage-shell .step-card,
body.homepage-shell .service-card,
body.homepage-shell .apparel-card,
body.homepage-shell .repair-card {
  border: 1px solid rgba(32, 35, 52, 0.10);
  border-radius: 10px;
  background: #ffffff;
  min-height: 0 !important;
  padding: 24px 22px;
  box-shadow: none !important;
  text-align: center;
}

body.homepage-shell .step-number,
body.homepage-shell .service-icon,
body.homepage-shell .apparel-icon,
body.homepage-shell .repair-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: rgba(242, 110, 34, 0.12);
  color: var(--gt-orange);
  font-weight: 900;
}

body.homepage-shell :is(.apparel-image, .repair-image) {
  width: 84px !important;
  height: 84px !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 auto 18px !important;
  border-radius: 999px !important;
  background: rgba(242, 110, 34, 0.08) !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

body.homepage-shell :is(.apparel-image img, .repair-image img, .service-icon img) {
  width: 42px !important;
  height: 42px !important;
  object-fit: contain !important;
  transform: none !important;
}

body.homepage-shell .service-card ul {
  margin-top: 16px;
  padding: 14px 0 0;
  border-top: 1px solid rgba(32, 35, 52, 0.10);
  list-style: none;
}

body.homepage-shell .service-card li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 9px;
  color: var(--gt-muted);
  font-size: 0.8rem;
  line-height: 1.42;
  text-align: left;
}

body.homepage-shell .apparel-card h3,
body.homepage-shell .repair-card h3 {
  color: var(--gt-ink);
  max-width: 220px;
  margin: 0 auto 10px;
  font-size: 1rem;
  line-height: 1.32;
  letter-spacing: 0;
}

body.homepage-shell .apparel-card p,
body.homepage-shell .repair-card p {
  max-width: 250px;
  margin: 0 auto;
  color: var(--gt-muted);
  font-size: 0.88rem;
  line-height: 1.68;
}

body.homepage-shell .apparel-features,
body.homepage-shell .repair-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 14px;
  margin-top: 18px;
  padding: 14px 0 0;
  border-top: 1px solid rgba(32, 35, 52, 0.10);
  list-style: none;
}

body.homepage-shell .apparel-features li,
body.homepage-shell .repair-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  color: var(--gt-muted);
  font-size: 0.8rem;
  line-height: 1.42;
  text-align: left;
}

body.homepage-shell :is(.service-features li, .apparel-features li, .repair-features li) img {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  margin-top: 1px;
}

body.homepage-shell .portfolio-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

body.homepage-shell .portfolio-item {
  min-height: auto;
  border: 1px solid rgba(32, 35, 52, 0.10);
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: none !important;
}

body.homepage-shell .portfolio-item:nth-child(n + 19) {
  display: none;
}

body.homepage-shell .portfolio-item img {
  width: 100%;
  height: 128px;
  object-fit: cover;
}

body.homepage-shell .portfolio-overlay {
  position: static;
  min-height: auto;
  display: block;
  padding: 9px;
  background: #ffffff;
  color: var(--gt-ink);
  opacity: 1;
  transform: none;
}

body.homepage-shell .portfolio-overlay h4 {
  margin: 4px 0 0;
  color: var(--gt-ink);
  font-size: 0.78rem;
  line-height: 1.35;
}

body.homepage-shell .portfolio-tag {
  color: var(--gt-orange);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.homepage-shell .contact-wrapper,
body.homepage-shell .map-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  border: 1px solid rgba(32, 35, 52, 0.10);
  border-radius: 10px;
  background: #ffffff;
  padding: clamp(24px, 4vw, 42px);
  box-shadow: none !important;
}

body.homepage-shell .contact-info h3,
body.homepage-shell .map-info h3 {
  color: var(--gt-ink);
  margin: 0 0 18px;
  font-size: 1.45rem;
  line-height: 1.25;
}

body.homepage-shell .contact-item h4 {
  margin: 0 0 4px;
  color: var(--gt-ink);
  font-size: 0.92rem;
  line-height: 1.3;
}

body.homepage-shell .contact-item p,
body.homepage-shell .contact-item small,
body.homepage-shell .map-info p {
  color: var(--gt-muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

body.homepage-shell .contact-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  margin-top: 22px;
}

body.homepage-shell .contact-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(242, 110, 34, 0.10);
}

body.homepage-shell .contact-form input,
body.homepage-shell .contact-form select,
body.homepage-shell .contact-form textarea {
  width: 100%;
  border: 1px solid rgba(32, 35, 52, 0.14);
  border-radius: 14px;
  background: var(--gt-soft);
  color: var(--gt-ink);
  box-shadow: none !important;
}

body.homepage-shell .map-wrapper iframe {
  width: 100%;
  min-height: 340px;
  border: 0;
  border-radius: 18px;
}

body.homepage-shell .footer {
  padding: 64px 0 0;
  background: var(--gt-navy);
  color: #ffffff;
}

body.homepage-shell .footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 34px;
}

body.homepage-shell .footer h3,
body.homepage-shell .footer h4 {
  color: #ffffff;
  margin: 0 0 14px;
  font-size: 0.96rem;
  line-height: 1.35;
}

body.homepage-shell .footer p,
body.homepage-shell .footer a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  line-height: 1.65;
}

body.homepage-shell .footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

body.homepage-shell .footer li {
  margin: 0 0 9px;
}

body.homepage-shell .footer-bottom {
  margin-top: 42px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.12);
}

body.homepage-shell .floating-wa,
body.homepage-shell .back-to-top {
  box-shadow: none !important;
}

body.homepage-shell [data-aos] {
  transition-duration: 180ms !important;
}

body.homepage-shell :is(.homepage-choice-card, .step-card, .service-card, .apparel-card, .repair-card, .portfolio-item, .contact-wrapper, .map-card):hover {
  transform: none !important;
  box-shadow: none !important;
}

/* Keep every primary action on the homepage consistently pill-shaped. */
html body.homepage-shell .btn.btn-primary,
html body.homepage-shell #submitBtn.btn.btn-primary {
  border-radius: 999px !important;
}

@media (max-width: 1024px) {
  body.homepage-shell .hero .container {
    grid-template-columns: 1fr;
  }

  body.homepage-shell .homepage-hero-media,
  body.homepage-shell .homepage-hero-media img {
    min-height: 320px;
  }

  body.homepage-shell .hero-content {
    min-height: auto;
  }

  body.homepage-shell .hero-content {
    min-height: auto;
  }

  body.homepage-shell .homepage-choice-grid,
  body.homepage-shell .ppob-steps,
  body.homepage-shell .services-grid,
  body.homepage-shell .apparel-grid,
  body.homepage-shell .repair-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  body.homepage-shell .portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  body.homepage-shell .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  body.homepage-shell .homepage-stats-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  body.homepage-shell .hero {
    padding-top: 16px;
  }

  body.homepage-shell .hero-content {
    padding: 28px 20px;
  }

  body.homepage-shell .hero-content h1 {
    max-width: 100%;
    font-size: clamp(2.25rem, 11vw, 3.4rem);
    line-height: 1.02;
  }

  body.homepage-shell .homepage-quick-points,
  body.homepage-shell .homepage-promo-strip .container,
  body.homepage-shell .homepage-about-panel,
  body.homepage-shell .homepage-choice-grid,
  body.homepage-shell .ppob-steps,
  body.homepage-shell .services-grid,
  body.homepage-shell .apparel-grid,
  body.homepage-shell .repair-grid,
  body.homepage-shell .contact-wrapper,
  body.homepage-shell .map-card,
  body.homepage-shell .footer-grid {
    grid-template-columns: 1fr;
  }

  body.homepage-shell .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  body.homepage-shell .homepage-choice-card {
    min-height: 290px;
  }

  body.homepage-shell .homepage-promo-strip .container {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  body.homepage-shell .section-title,
  body.homepage-shell .section-header h2,
  body.homepage-shell .homepage-about-copy h2 {
    font-size: clamp(1.45rem, 8vw, 2.2rem);
    line-height: 1.18;
  }

  body.homepage-shell .section-header p,
  body.homepage-shell .homepage-about-copy p,
  body.homepage-shell .hero-content p {
    font-size: 0.9rem;
    line-height: 1.65;
  }
}
