/* ==========================================
   FOTO!N — foton.css
   Override & tambahan untuk halaman Foto!N
   ========================================== */

:root {
  --foton-accent: #8B6914;
  --foton-gold: #C9962A;
  --foton-bg: #FAF8F4;
  --foton-dark: #1a1209;
}

/* Navbar override untuk Foto!N */
.foton-page .navbar {
  background: rgba(250, 248, 244, 0.95);
}
.foton-logo span strong {
  color: var(--foton-gold);
}
.foton-logo { color: var(--foton-dark) !important; }
.foton-page .btn-booknow {
  background: var(--foton-accent);
}
.foton-page .btn-booknow:hover { background: var(--foton-gold); }

.nav-back {
  font-size: 0.8rem !important;
  color: var(--text-muted) !important;
}
.nav-back:hover { color: var(--foton-accent) !important; }

/* FOTON HERO */
.foton-hero {
  background: var(--foton-bg);
  padding: 48px 0 0;
  overflow: hidden;
}
.foton-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  min-height: 82vh;
}
.foton-hero-text { padding-bottom: 48px; }

.foton-badge {
  background: rgba(139, 105, 20, 0.1) !important;
  color: var(--foton-accent) !important;
}
.foton-badge .badge-dot {
  background: var(--foton-gold) !important;
}

.foton-hero-text h1 {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 900;
  line-height: 1.05;
  color: var(--foton-dark);
  margin-bottom: 20px;
  letter-spacing: -0.04em;
}
.foton-hero-text h1 em {
  font-style: italic;
  color: var(--foton-gold);
}
.foton-hero-text p {
  font-size: 1rem;
  color: var(--text-muted);
  max-width: 420px;
  line-height: 1.7;
  margin-bottom: 36px;
}

.foton-page .btn-primary {
  background: var(--foton-accent);
}
.foton-page .btn-primary:hover {
  background: var(--foton-gold);
}

.foton-hero-visual {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.foton-hero-img-wrap {
  position: relative;
  width: 100%;
  max-width: 520px;
}
.foton-hero-img {
  border-radius: 20px 20px 0 0;
  height: 520px;
  background: linear-gradient(145deg, #c4a35a 0%, #8B6914 100%);
}
.foton-badge-card {
  position: absolute;
  background: var(--white);
  border-radius: 14px;
  padding: 14px 18px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 130px;
  top: 24px;
  right: -24px;
  animation: float 4s ease-in-out infinite;
}
.foton-badge-card svg { color: var(--foton-gold); }
.foton-badge-card span {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--text-muted);
}
.foton-badge-card-2 {
  top: auto;
  right: auto;
  bottom: 64px;
  left: -24px;
  animation-delay: 2s;
}

/* FOTON FEATURES */
.foton-features { background: #F5F1E8; }
.foton-features .feat-icon {
  background: rgba(139, 105, 20, 0.08);
}

/* FOTON PACKAGES */
.foton-packages {
  padding: 96px 0;
  background: var(--foton-bg);
}
.foton-pkg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: start;
}
.foton-pkg-card {
  background: var(--white);
  border: 1.5px solid rgba(139, 105, 20, 0.15);
  border-radius: 20px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  transition: transform var(--transition), box-shadow var(--transition);
}
.foton-pkg-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }

.foton-pkg-featured {
  background: var(--foton-accent);
  border-color: var(--foton-accent);
  padding: 40px 32px;
  transform: scale(1.03);
}
.foton-pkg-featured:hover { transform: scale(1.03) translateY(-4px); }

.foton-pkg-top { margin-bottom: 20px; }
.foton-pkg-tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--foton-accent);
  background: rgba(139, 105, 20, 0.08);
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 10px;
}
.foton-tag-light {
  color: var(--white);
  background: rgba(255,255,255,0.2);
}
.foton-pkg-top h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--text);
}
.foton-pkg-featured .foton-pkg-top h3 { color: var(--white); }
.foton-pkg-featured .pkg-desc { color: rgba(255,255,255,0.65); }

.foton-pkg-price {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--foton-accent);
  margin-bottom: 24px;
  letter-spacing: -0.03em;
}
.foton-pkg-price span {
  font-size: 0.85rem;
  font-weight: 400;
  font-family: var(--font-body);
  color: var(--text-muted);
}
.foton-price-light { color: var(--white) !important; }
.foton-price-light span { color: rgba(255,255,255,0.65) !important; }

.foton-pkg-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
  flex: 1;
}
.foton-pkg-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  color: var(--text);
}
.foton-pkg-features li svg { flex-shrink: 0; color: var(--foton-accent); }
.foton-features-light li { color: rgba(255,255,255,0.9); }
.foton-features-light li svg { color: rgba(255,255,255,0.8); }
.foton-feat-no { opacity: 0.4; text-decoration: line-through; }
.foton-feat-no svg { color: var(--text-muted) !important; }

.foton-btn-pkg {
  border-color: rgba(139, 105, 20, 0.3);
}
.foton-btn-pkg:hover {
  background: var(--foton-accent) !important;
  border-color: var(--foton-accent) !important;
}

.foton-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  padding: 14px 20px;
  background: rgba(139, 105, 20, 0.06);
  border-radius: 10px;
  font-size: 0.825rem;
  color: var(--foton-accent);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* CONTACT override */
.foton-contact-card {
  background: #F5F1E8 !important;
}
.foton-contact-card h2 {
  color: var(--foton-dark) !important;
}
.foton-contact-card h2 em {
  font-style: italic;
  color: var(--foton-gold);
}
.foton-icon {
  background: var(--foton-accent) !important;
}
.foton-btn-submit {
  background: var(--foton-accent) !important;
}
.foton-btn-submit:hover {
  background: var(--foton-gold) !important;
}

/* FOOTER */
.foton-footer { background: var(--foton-dark); }
.foton-footer-logo { color: #c9962a !important; }
.foton-footer-logo strong { color: var(--foton-gold); }
.foton-footer .footer-icons a { color: rgba(255,255,255,0.4); }
.foton-footer .footer-icons a:hover { color: var(--foton-gold); }
.foton-footer .footer-copy { color: rgba(255,255,255,0.3); }
.foton-footer .footer-nav a { color: rgba(255,255,255,0.5); font-size: 0.85rem; }
.foton-footer .footer-nav a:hover { color: var(--foton-gold); }

/* Responsive */
@media (max-width: 768px) {
  .foton-hero-inner { grid-template-columns: 1fr; min-height: auto; }
  .foton-hero-visual { order: -1; }
  .foton-pkg-grid { grid-template-columns: 1fr; }
  .foton-pkg-featured { transform: none; }
  .foton-pkg-featured:hover { transform: translateY(-4px); }
}

/* Single package section for index.html */
.single-package {
  padding: 96px 0;
  background: var(--green);
}
.single-package .section-title { color: var(--white); }
.single-package .section-sub { color: rgba(255,255,255,0.6); }

.spkg-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.spkg-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 24px;
  padding: 48px 56px;
  display: flex;
  align-items: center;
  gap: 56px;
  width: 100%;
  max-width: 860px;
}
.spkg-left { text-align: center; flex-shrink: 0; }
.spkg-price-big {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--white);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 8px;
}
.spkg-tagline {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.05em;
}
.spkg-divider {
  width: 1px;
  height: 120px;
  background: rgba(255,255,255,0.15);
  flex-shrink: 0;
}
.spkg-right { flex: 1; }
.spkg-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.spkg-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.85);
}
.spkg-list li strong { color: var(--white); }
.spkg-list li svg { flex-shrink: 0; }

.spkg-event-cta {
  display: flex;
  align-items: center;
  gap: 20px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 18px 28px;
}
.spkg-event-cta p {
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
  margin: 0;
}
.spkg-event-cta strong { color: var(--white); }
.btn-foton-cta {
  white-space: nowrap;
  background: var(--white);
  color: var(--green);
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  transition: background var(--transition), transform var(--transition);
  flex-shrink: 0;
}
.btn-foton-cta:hover { background: var(--beige); transform: translateX(2px); }

/* nav foton link */
.nav-foton {
  color: var(--foton-accent) !important;
  font-weight: 600 !important;
}

/* footer nav */
.footer-nav {
  margin-bottom: 16px;
}
.footer-nav a {
  font-size: 0.8rem;
  color: var(--text-muted);
  transition: color var(--transition);
}
.footer-nav a:hover { color: var(--green); }

/* strip colors */
.strip-frame.light-gray { background: #E8E4DC; }
.strip-frame.warm-tan { background: #C4A882; }
.strip-frame-wide.dark-olive { background: #4A5240; }

@media (max-width: 768px) {
  .spkg-card {
    flex-direction: column;
    padding: 36px 28px;
    gap: 28px;
    text-align: center;
  }
  .spkg-divider { width: 60px; height: 1px; }
  .spkg-event-cta { flex-direction: column; text-align: center; }
}
