
@font-face {
  font-family: "forta";
  src: url("fonts/forta.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "quip";
  src: url("fonts/quip.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "adelia";
  src: url("fonts/adelia.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* ============ RESET & BASE ============ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}


body {
  font-family: "Inter", Arial, sans-serif;
  color: #111;
  background: #fff;
}


/* ============ NAVBAR (LOCKED) ============ */
.navbar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 60px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  z-index: 1000;
}


.logo {
  font-family: "Forta", sans-serif;
  font-size: 48px;
  font-weight: 900;
}


.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}


.nav-links li {
  position: relative;
}


.nav-links a {
  text-decoration: none;
  color: #111;
  font-weight: 600;
  transition: color 0.3s;
}


.nav-links a:hover {
  color: #555;
}


.dropdown-menu {
  position: absolute;
  top: 120%;
  left: 0;
  background: #fff;
  list-style: none;
  padding: 10px 0;
  min-width: 150px;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s;
}


.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


.dropdown-menu li a {
  display: block;
  padding: 8px 16px;
  color: #333;
}


.dropdown-menu li a:hover {
  background: #f4f4f4;
  border-radius: 6px;
}


.nav-right img {
  width: 28px;
  height: 28px;
  filter: none;
  transition: filter 0.3s;
}


.nav-right img:hover {
  filter: grayscale(1.1); 
}

.nav-right img {
  filter: brightness(1) saturate(1.5);
}


/* ============ HERO (LOCKED) ============ */
.left-hero {
  height: 100vh;
  display: flex;
  align-items: center;
  padding-left: 10%;
  background: url("images/bg_abu.png") center/cover no-repeat;
  color: #fff;
  position: relative;
}


.left-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.0);
}


.hero-text {
  position: relative;
  z-index: 2;
  max-width: 600px;
}


.hero-text h2 {
  letter-spacing: 4px;
  font-size: 22px;
  margin-bottom: 10px;
  color: #4c3140; 
  font-family: "quip", sans-serif;
}


.hero-text h1 {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 16px;
   color: #5976ef; 
   font-family: "forta", sans-serif;
}


.hero-text p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #f76fad;
  font-family: "quip", sans-serif; 
}


.btn-start {
  background: #5976ef;
  color: #ffffff;
  padding: 14px 38px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 200;
  transition: 0.3s;
  font-family: "forta", sans-serif;
}


.btn-start:hover {
  background: #111;
  color: #fff;
}


/* ============ ABOUT (LOCKED) ============ */



.about {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 100px 10%;
}

.about-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  max-width: 1300px;
  width: 100%;
  gap: 60px;
}

/* kiri = teks */
.about-left {
  flex: 1.1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  transform: translateX(5%);
}

.about-left p {
  font-size: 13px;
  line-height: 2;
  max-width: 470px;
  color: #333;
  text-align: justify;
}

/* kanan = foto */
.about-right {
  flex: 0.9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-right {
  position: relative;
}

.photo-wrapper {
  position: relative;
  width: 370px;
  height: 480px; /* fix area agar foto kecil tidak turun */
  margin-top: 20px;  
}

.photo-large {
  width: 370px;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

.photo-small {
  position: absolute;
  width: 140px;
  right: -30px;
  bottom: 10px;
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.25);
  transform: rotate(6deg);
  z-index: 5;
}




.profile-photo {
  width: 370px;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.profile-photo:hover {
  transform: scale(1.03);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.2);
}



.eyebrow {
  font-size: 14px;
  letter-spacing: 3px;
  color: #ff66c1;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-family: "adelia"
}


.about-title {
  font-size: 56px;
  font-weight: 800;
  color: #5976ef;
  margin-bottom: 28px;
  font-family: "forta"
}


.about-lead {
  font-size: 15px;
  line-height: 1.8;
  color: #4c3140; 
  max-width: 600px;
  margin-bottom: 40px;
   font-family: "quip"
}


.skills-wrap {
  margin-bottom: 30px;
    font-family: "forta"
}


.skills-title {
  font-size: 15px;
  font-weight: 700;
  color: #5976ef;
  text-transform: uppercase;
  margin-bottom: 12px;
       font-family: "forta"
}


.skills-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
   font-family: "quip"
}


.skill {
  background: #4c3140;
  color: #fff;
  font-weight:300;
  font-size: 10px;
  border-radius: 999px;
  padding: 8px 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}


.icon-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}


.icon-list img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}



.exp-detail {
  font-family: "quip", sans-serif; 
  font-size: 16px;
  color: #333; 
  line-height: 1.8;
  margin-top: 10px;
}

.exp-bold {
  font-family: "quip", sans-serif;
  font-weight: 800;
  color: #4c3140;
  letter-spacing: 0.5px;
}


.icon-list img:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}


.experience {
  font-size: 16px;
  color: #4c3140;
  margin-top: 10px;
  line-height: 1.7;
    font-family: "forta"
}


.experience strong {
  color: #4c3140;
  font-weight: 700;
}





/* ============ PORTFOLIO (LOCKED) ============ */

/* ==================== PORTFOLIO BACKGROUNDS ==================== */

/* Packaging Section */
#packaging {
  background: url("images/bg_pink.png") center/cover no-repeat;
}

/* Logo Section */
#logo {
  background: url("images/bg_biru.png") center/cover no-repeat;
}

/* Illustration Section */
#illustration {
  background: url("images/bg_abu.png") center/cover no-repeat;
}

/* ==== WARNA KHUSUS UNTUK TIAP JUDUL PORTFOLIO ==== */

/* PR PACKAGE */
#packaging .portfolio-left h2 {
  color: #890a1f;  /* merah maroon — tetap seperti sekarang */
}

/* LOGO DESIGN */
#logo .portfolio-left h2 {
  color: #5976ef;  /* biru */
}

/* ILLUSTRATION */
#illustration .portfolio-left h2 {
  color: #4c3140; /* coklat gelap / ungu lembut */
}

#packaging .portfolio-left p {
  color: #6e091a;
}

#logo .portfolio-left p {
  color: #4962c8;
}

#illustration .portfolio-left p {
  color: #4c3140;
}





.portfolio-screen {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  transition: background 0.5s;
    background: url("images/bg_pink.png") center/cover no-repeat;
}


.portfolio-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  max-width: 1400px;
}


.portfolio-left {
  flex: 1;
}


.portfolio-left h2 {
  font-size: 60px;
  font-weight: 800;
  color: #890a1f;
  margin-bottom: 20px;
   font-family: "forta"
   
}


.portfolio-left p {
  font-size: 15px;
  line-height: 1.6;
  color: #683a42; 
  max-width: 500px;
    font-family: "quip"
}


.portfolio-right {
  flex: 1;
  display: flex;
  justify-content: center;
}


.portfolio-right img {
  width: 700px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
  object-fit: cover;
}


/* ============ CONTACT FORM (FINAL) ============ */
/* ===== CONTACT SECTION FIX ===== */
/* ===== CONTACT SECTION (UKURAN WAJAR) ===== */
.contact-section {
  width: 100%;
  min-height: 900px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 100px 0;
}

/* Form container */
.contact-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: scale(0.9);          /* kecilin dikit aja (10%) */
  transform-origin: center;
}

/* Judul */
.contact-title {
  font-size: 58px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #111;
  margin-bottom: 40px;
  text-align: center;
   font-family: "forta"
}

/* Form */
.contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 680px;               /* lebar form pas */
  gap: 25px;
}

/* Label dan input */
.form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-weight: 600;
  margin-bottom: 8px;
  color: #222;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #ccc;
  border-radius: 10px;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  outline: none;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #111;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}

/* Tombol */
.btn-send {
  background: #111;
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.btn-send:hover {
  background: #333;
  transform: scale(1.05);
}



/* ============ FOOTER (FINAL FIXED VERSION) ============ */
.footer {
  width: 100%;
  height: 350px;
  background: #5a75e6; /* biru default */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  position: relative;
}


.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.footer-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-bottom: 30px; /* kasih jarak bawah supaya copyright turun */
}

.footer-icons a img {
  width: 48px;   /* ukuran standar semua icon */
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: brightness(0) invert(1);
}

.footer-icons a img[alt="Location"] {
  width: 35px;/* khusus icon lokasi agak lebih kecil */
}

.footer p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-top: 20px; /* biar copyright turun sedikit */
  letter-spacing: 0.5px;
}



/* ganti background footer pakai gambar */
.footer.custom-bg {
  background: url("images/footer-bg.jpg") center/cover no-repeat;
}


/* ============ RESPONSIVE ============ */
@media (max-width: 768px) {
  .about { height: auto; padding: 120px 24px; }
  .about-inner { flex-direction: column; gap: 40px; }
  .profile-photo { width: 100%; max-width: 420px; }
  .contact-title { font-size: 48px; }
  .contact-form { gap: 20px; }
  .form-group input,
  .form-group textarea { font-size: 15px; }
  .btn-send { font-size: 16px; padding: 14px 24px; }
}


/* ===== HERO DENGAN LANYARD ===== */

/* ===== HERO DENGAN LANYARD (FIXED FINAL) ===== */

#lanyard-hero {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;

  margin-top: -120px; /* TARIK KE ATAS BIAR TALI NEMPEL NAVBAR */
}


/* LANYARD FULL AREA */
.lanyard {
  position: relative;
  padding-top: 300px; /* kalau kamu sudah pakai 300 */
  transform-origin: top center;
  animation: sway 4s ease-in-out infinite, float 6s ease-in-out infinite;

  margin-left: 100px; /* ⭐ TAMBAHAN — geser ke kanan */
}


/* TALI — KASIH JARAK SUPAYA TIDAK MENTOK ATAS */
.lanyard .strap {
  position: absolute;
  top: 0;             /* <<< MENTOK ATAS */
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 330px;
  background-color: #111;
}


/* CARD UKURAN NORMAL (tidak besar/kecil) */
.lanyard .card {
  width: 230px;
  height: 320px;
  background: white;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

.lanyard .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Goyang kiri–kanan */
@keyframes sway {
  0%   { transform: rotate(-3deg); }
  50%  { transform: rotate(3deg); }
  100% { transform: rotate(-3deg); }
}

/* Naik–turun halus */
@keyframes float {
  0%   { margin-top: 0px; }
  50%  { margin-top: -12px; }
  100% { margin-top: 0px; }
}

/* ====== HERO TYPING EFFECT ====== */

/* ====== FIXED TYPING EFFECT (AMAN) ====== */

/* TEXT AREA */
.typing-container {
  font-size: 20px;
  line-height: 1.6;
  font-family: "quip", sans-serif;
  color: #f76fad;
  width: 600px;

  /* ⭐ KUNCI TINGGI AREA BIAR TIDAK DORONG ELEMEN LAIN */
  height: 55px; /* 1 baris = 28–30px → sesuaikan jika lebih dari 1 baris */

  overflow: hidden; 
  position: relative;
  margin-bottom: 40px;
}


/* CURSOR */
#cursor {
  display: inline-block;
  margin-left: 4px;
  font-weight: normal;
  font-size: 20px;
  color: #f76fad;
  animation: blink 0.7s steps(1) infinite;
}

/* Blink animation */
@keyframes blink {
  50% { opacity: 0; }
}

/* ===== TYPING CURSOR FINAL ===== */

/* --- TYPING CONTAINER FIX --- */

/* ====== TYPING + CURSOR (stable & sits after text) ====== */


.typing-container {
  font-size: 20px;
  line-height: 1.6;
  font-family: "quip", sans-serif;
  color: #f76fad;
  width: 600px;       /* sesuaikan agar tidak mengganggu layout */
  margin-bottom: 40px;
  /* pastikan container tidak mengubah layout saat teks ngetik */
  height: 60px;       /* sesuaikan jumlah baris final; 60px untuk ~2 baris */
  overflow: hidden;
}

/* teks yang diisi JS — izinkan wrapping normal */
#typing-text {
  display: inline;
  white-space: normal;
}

/* cursor sebagai span setelah teks — otomatis berada setelah tulisan */
#cursor {
  display: inline-block;
  margin-left: 6px;
  color: #f76fad;
  font-size: 20px;
  line-height: 1.6;
  vertical-align: bottom; /* sesuaikan bila perlu: middle / baseline */
  animation: blinkCursor 0.7s steps(1) infinite;
}

/* kedip */
@keyframes blinkCursor {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}


/* FOTO BESAR — soft floating pelan */
.photo-large {
  animation: none 5s ease-in-out infinite;
} 

@keyframes floatBig {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-12px); }
  100% { transform: translateY(0); }
}


/* FOTO KECIL — floating + wiggle manis */
.photo-small {
  animation: none  4s ease-in-out infinite;
}

@keyframes floatSmall {
  0%   { transform: rotate(6deg) translateY(0); }
  50%  { transform: rotate(8deg) translateY(-10px); }
  100% { transform: rotate(6deg) translateY(0); }
}


/* === LAYOUT GRID PR PACKAGE === */
/* =========================================
   PR PACKAGE — FINAL LAYOUT (AMAN)
   ========================================= */
.pr-layout {
  padding: 140px 6% 150px;
  height: auto !important;
}

.pr-container {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.9fr;
  grid-template-rows: auto auto auto auto auto;
  gap: 40px 30px;
  align-items: start;
}

/* ======================= TEXTBOX ======================= */
.pr-textbox {
  grid-column: 1 / 2;
  grid-row: 1;
  background: rgba(255,255,255,0.55);
  padding: 40px 50px;
  border-radius: 20px;
  max-width: 2000px;
  margin-left: 60px;
}

.pr-textbox {
  width: 720px;
  max-width: none;
  justify-self: start;
}


.pr-textbox p {
  font-family: "quip" !important;   /* FONT DIKUNCI */
  font-size: 15px;
  line-height: 1.7;
  color: #6e091a;
}

.pr-textbox h2 {
  font-size: 60px;
  font-family: "forta";
  color: #890a1f;
  margin-bottom: 20px;
}



/* ======================= FOTO 1 & 2 — FIX FINAL (FORCE OVERRIDE) ======================= */

/* ====================== TEKS PENJELASAN FOTO 3–6 ====================== */
/* ====================== TEKS PENJELASAN FOTO 3–7 ====================== */

.foto3 p,
.foto4 p,
.foto5 p,
.foto6 p,
.foto7 p {
  font-family: "quip", sans-serif !important;  /* FONT baru */
  font-size: 13px !important;
  color: #6e091a !important;                   /* WARNA maroon lembut (bisa diganti nanti) */

  background: #ffffff !important;
  padding: 6px 14px !important;
  border-radius: 20px !important;

  display: inline-block !important;
  margin-top: 6px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12) !important;
}


/* Pastikan berada di bawah textbox (row 2) */
.foto1,
.foto2 {
  grid-row: 2 !important;
}

/* FOTO 1 */
.foto1 {
  grid-column: 1 !important;
  grid-row: 2 !important;
  justify-self: start !important;
  margin-left: 60px !important;
  margin-top: -300px !important;
  z-index: 3 !important;

  transform: scale(1.18) !important;  /* ⭐ besarkan foto 1 aman */
  transform-origin: top left !important;
}

/* FOTO 2 — SEJAJAR DENGAN FOTO 1 */
.foto2 {
  grid-column: 1 !important;
  justify-self: start !important;
  margin-left: 360px !important;   /* geser ke kanan supaya sejajar horisontal */
  margin-top: -300px !important;   /* sama dengan foto1 supaya sejajar */
  z-index: 3 !important;
}

/* ======================= EFEK FOTO (SAMAKAN DENGAN FOTO 3–8) ======================= */
.foto1 img,
.foto2 img {
  width: 230px !important;           /* sama seperti foto3-6 */
  border-radius: 18px !important;

  /* Hapus backdrop-filter/glass — samakan efek dengan foto 3-8 */
  background: transparent !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;

  /* Shadow sama seperti foto 3-8 */
  box-shadow: 0 18px 40px rgba(0,0,0,0.15) !important;
  display: block !important;
  object-fit: cover !important;
}



/* ======================= FOTO 3–6 (kolom kanan, vertikal rapat) ======================= */
/* ======================= FOTO 3–6 (GRID RAPI — NO NUMPUK) ======================= */

/* Kolom tetap 2 */
.foto3, .foto4, .foto5, .foto6 {
  grid-column: 2 !important;
  justify-self: start !important;
  margin-left: 20px !important; 
}

/* Jarak diatur pakai grid-row — bukan margin */
.foto3 { grid-row: 2 !important; }
.foto4 { grid-row: 3 !important; margin-top: 10px !important; }
.foto5 { grid-row: 4 !important; margin-top: 10px !important; }
.foto6 { grid-row: 5 !important; margin-top: 10px !important; }

/* Ukuran foto */
.foto3 img,
.foto4 img,
.foto5 img,
.foto6 img {
  width: 230px !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 40px rgba(0,0,0,0.15) !important;
}

/* Bubble kembali normal */
.pr-foto p {
  display: inline-block !important;
  background: white !important;
  padding: 6px 14px !important;
  font-size: 13px !important;
  border-radius: 20px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12) !important;
  margin-top: 6px !important;
}

/* ======================= FOTO 7 ======================= */
.foto7 {
  grid-column: 3 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  margin-right: 40px !important;
}

.foto7 img {
  width: 260px !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 40px rgba(0,0,0,0.15) !important;
}

/* Geser FOTO 7 ke kiri */
.foto7 {
  transform: translateX(-20px) !important;   /* atur sesuai kebutuhan */
}

/* ======================= FOTO 8 ======================= */


/* Foto 8 berada di kolom 3 (seperti foto 7) */
.foto8 {
  grid-column: 3 !important;
  grid-row: 6 !important; /* tetap row 6 agar berada di bawah foto 7 */
  justify-self: end !important;

  margin-right: 40px !important;

  /* ⭐ Tarik naik supaya sejajar dengan foto 6 */
  margin-top: -520px !important; 
}

/* Rescale agar proporsional dan sejajar */
.foto8 img {
  width: 320px !important;     /* ukuran ideal: tidak terlalu besar */
  border-radius: 18px !important;
  box-shadow: 0 18px 40px rgba(0,0,0,0.15) !important;
  object-fit: cover !important;
}

/* Geser FOTO 8 ke kiri */
.foto8 {
  transform: translateX(-20px) !important;   /* biar sejajar dengan foto7 */
}


/* ============================= */
/* ============================= */
/*      LOGO PAGE LAYOUT         */
/* ============================= */

#logo.portfolio-screen {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-container {
  width: 90%;
  max-width: 1700px;
  display: grid;
  grid-template-columns: 820px 420px 1.3fr; /* foto 1 besar, foto 2 kecil */
  align-items: center;
  gap: 40px;
  position: relative; /* biar overlap foto 2 aman */
}

/* ============================= */
/* FOTO 1 — BESAR + RATA KIRI    */
/* ============================= */

.logo-foto1 {
  justify-self: start !important;
  margin-left: 70px !important;   /* ⭐ geser foto 1 ke kanan */
}

.logo-foto1 img {
  width: 500px !important;          /* ukuran besar */
  height: 700px !important;
  object-fit: cover !important;

 
  border-radius: 12px;              /* boleh diubah ke 0 kalau mau kotak */
  box-shadow: none !important;
  background: none !important;
}



/* ============================= */
/* FOTO 2 — KECIL + NUMPUK DARI KIRI */
/* ============================= */

.logo-foto2 {
  margin-left: -420px !important;   /* ⭐ GESER KE KIRI numpuk foto 1 */
  margin-top: -40px !important;     /* naik dikit biar overlap alami */
  z-index: 3;                        /* tumpukan di atas foto 1 */
}

.logo-foto2 img {
  width: 230px !important;           /* ⭐ lebih kecil */
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
  object-fit: cover;
}


/* ============================= */
/* TEKS PENJELASAN               */
/* ============================= */

/* Geser teks penjelasan logo ke kiri */


.logo-textbox h2 {
  font-size: 60px;
  font-family: "forta";
  font-weight: 800;
  color: #5976ef;
  margin-bottom: 20px;
}

/* TEKS PANJANG KE SAMPING */
.logo-textbox p {
  font-family: "quip";
  font-size: 15px;
  color: #4962c8;
  line-height: 1.6;

  width: 450px !important;   /* ⭐ bikin teks memanjang horizontal */
  max-width: none !important;/* matikan pembatas lama */
  display: block !important; /* paksa shape jadi lebar */
}

.logo-textbox {
  transform: translateX(-400px) translateY(-40px);  /* ⭐ naikkan teks */
}


/* ============================= */
/* ILLUSTRATION PAGE LAYOUT      */
/* ============================= */

.illustration-screen {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 120px;
}



.illustration-container {
  width: 100%;
  max-width: 1500px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;

  /* ⭐ Samakan padding kiri & kanan biar sejajar dengan section lain */
  padding: 0 5%;     /* kiri = kanan = 8% */

  margin: 0 auto;
  box-sizing: border-box;
}


/* ===== JUDUL ===== */
.illus-title {
  font-size: 60px;
  font-family: "forta";
  font-weight: 800;
  color: #4c3140;          /* warna penjelasan yang kamu pakai */
  margin-bottom: 20px;
}

/* ===== PENJELASAN ===== */
.illus-desc {
  font-family: "quip";
  font-size: 15px;
  color: #4c3140;          /* warna penjelasan yang kamu pakai */
  line-height: 1.6;
  max-width: 700px;
  margin-bottom: 30px;
}

/* ===== FOTO 1 ===== */
.illus-foto1 img {
  width: 100%;
  max-width: 650px;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

/* ===== CAROUSEL ===== */
.carousel {
  width: 100%;
  height: 520px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

/* ===== CAROUSEL TRACK (4 slide: 3 asli + 1 duplikat) ===== */
.carousel-track {
  display: flex;
  width: 400%;           /* 4 frame: 3 asli + 1 duplikat */
  height: 100%;
  animation: slideLoop 11s infinite ease-in-out;
}

.carousel-track img {
  width: 25%;            /* karena total 4 frame */
  height: 100%;
  object-fit: cover;
}

@keyframes slideLoop {

  /* Slide 1 — diam 3 detik (3/11 = 27%) */
  0%   { transform: translateX(0%); }
  27%  { transform: translateX(0%); }

  /* Geser ke slide 2 — 0.5 detik (0.5/11 = 4.5%) */
  31.5% { transform: translateX(-25%); }

  /* Slide 2 — diam 3 detik */
  31.5% { transform: translateX(-25%); }
  58.5% { transform: translateX(-25%); }

  /* Geser ke slide 3 — 0.5 detik */
  63% { transform: translateX(-50%); }

  /* Slide 3 — diam 3 detik */
  63%  { transform: translateX(-50%); }
  90%  { transform: translateX(-50%); }

  /* Geser ke duplikat slide1 — 0.5 detik */
  94.5% { transform: translateX(-75%); }

  /* Tahan sampai akhir untuk smooth loop */
  100% { transform: translateX(-75%); }
}


.illus-foto1 img,
.illus-foto1 {
  background: transparent !important;
  box-shadow: none !important;
}



/* ========== ABOUT ME PHOTO FLOAT ANIMATION ========== */

.photo-large {
  animation: floatLarge 6s ease-in-out infinite;
}

.photo-small {
  animation: floatSmall 5s ease-in-out infinite;
}

/* Foto besar: floating lembut */
@keyframes floatLarge {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

/* Foto kecil: floating + subtle tilt */
@keyframes floatSmall {
  0%   { transform: translateY(0) rotate(6deg); }
  50%  { transform: translateY(-14px) rotate(8deg); }
  100% { transform: translateY(0) rotate(6deg); }
}


/* ========== HOVER ANIMATION UNTUK FOTO PR PACKAGE ========== */

/* Target semua container foto */
.pr-foto {
  transition: transform 0.3s ease;
  cursor: pointer;
}

/* Target gambarnya */
.pr-foto img {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  will-change: transform;
}

/* Efek saat hover */
.pr-foto:hover img {
  transform: scale(1.08); /* Zoom halus */
  box-shadow: 0 22px 45px rgba(0,0,0,0.20);
}



/* ====== ANIMASI WIGGLE SMOOTH UNTUK FOTO LOGO KECIL ====== */

.logo-foto2 img {
  animation: wiggleLogo 4s ease-in-out infinite;
  transform-origin: center center;
}

/* Gerak goyang kecil, smooth, elegan */
@keyframes wiggleLogo {
  0%   { transform: rotate(0deg) translateY(0); }
  25%  { transform: rotate(1.5deg) translateY(-4px); }
  50%  { transform: rotate(0deg) translateY(0); }
  75%  { transform: rotate(-1.5deg) translateY(-3px); }
  100% { transform: rotate(0deg) translateY(0); }
}

.contact-title {
  /* center */
  display: flex;
  justify-content: center;
  align-items: center;

  /* ⭐ FIX HEIGHT — supaya tidak naik turun */
  height: 80px;

  /* ⭐ FIX WIDTH — biar ga geser pas huruf berubah bentuk */
  width: 400px;              
  margin: 0 auto;

  /* block area tetap stabil */
  overflow: hidden;
}

/* teks ngetik */
#contact-typing {
  font-family: "forta", sans-serif;
  font-size: 58px;
  color: #111;
  white-space: nowrap;
  display: inline-block;
}


/* FOOTER ICON HOVER ANIMATION */
.footer-icons a img {
  transition: transform 0.25s ease, filter 0.25s ease;
}

/* saat icon kena cursor */
.footer-icons a img:hover {
  transform: scale(1.18) translateY(-4px);
  filter: brightness(1) invert(1) drop-shadow(0 0 6px rgba(255,255,255,0.4));
}



