/* .container { width: min(1200px, 92vw); margin-inline: auto; } */
.text-logo { font-family: var(--font-sans, Graphik, system-ui); font-weight:900; font-size:32px; line-height:1; color:rgba(255, 255, 255, 1); }

.hero {
    position: relative;
    min-height: clamp(560px, 88vh, 900px);
    color: rgba(255, 255, 255, 1);
    background-image:
        linear-gradient(0deg, rgba(1, 1, 1, 0.4), rgba(1, 1, 1, 0.4)),
        linear-gradient(180deg, rgba(0, 0, 0, 0) 89.74%, #000000 100%),
        var(--hero-bg);
    background-size: cover;
    background-position: center center;
}

.hero::before{
    content: ""; position:absolute; inset:0;
    background: linear-gradient(180deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 30%);
    pointer-events:none;
}

.site-header {
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 10;
    padding: 24px 56px;
}
.site-header.is-light .custom-logo {
    filter: none;
}
.header-inner { display:flex; align-items:center; justify-content:space-between; gap:16px; }
.brand { display:inline-flex; align-items:center; gap:10px; text-decoration:none; }
.brand .custom-logo {
    max-height: 33px;
    width: auto;
    filter: brightness(0) invert(1) contrast(1.05);
}
.brand .custom-logo-link { display: inline-flex; }

.header-actions { display: flex; align-items:center; gap: 12px; }
.header-actions .cta-header {
    display: flex;
    align-items: center;
    gap: 2px;
}
.header-actions .cta-header:hover {
    background: rgba(187, 255, 106, 1);
    border-radius: 64px;
}
.header-actions .cta-header:hover .btn-circle {
    background: linear-gradient(180deg, #010101 0%, #3C3C3C 220.83%);
    width: 42px; height: 42px;
    margin-left: 2px;
}
.header-actions .cta-header:hover .btn-circle svg {
    transform: rotate(45deg);
    transition: transform 0.4s ease-in-out;
    color: rgba(255, 255, 255, 1);
}
.header-actions .cta-header:hover .btn-circle,
.header-actions .cta-header:hover .btn-contact-us {
    border: none;
}
.header-actions .cta-header:hover .btn-contact-us {
    background: transparent;
    line-height: 22px;
}
.btn-circle {
    display: inline-grid; place-items: center;
    width: 44px; height: 44px; border-radius: 999px;
    background: linear-gradient(360deg, #BBFF6A 2.78%, #A2EC4D 100%);
    border: 1px solid var(--Base-color-Green, rgba(187, 255, 106, 1));
    color:#0A0A0A;
    box-sizing: border-box;
}
.btn-contact-us {
    display: inline-block;
    height: 44px;
    padding: 12px 24px;
    border-radius: 64px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    background: linear-gradient(360deg, #BBFF6A 2.78%, #A2EC4D 100%);
    border: 1px solid var(--Base-color-Green, rgba(187, 255, 106, 1));
    color: rgba(1, 1, 1, 1);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    box-sizing: border-box;
}
.btn-pill {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 10px 16px; border-radius: 999px; text-decoration: none;
    background: rgba(187, 255, 106, 1); color:#0A0A0A;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
}
.btn-pill.lang { background: rgba(0, 0, 0, 0.1); color: rgba(255, 255, 255, 1); font-weight: 600; border-color: transparent; }
.btn-pill.lang:hover,
.hamburger:hover { background: rgba(255,255,255,.22); }
.btn-pill.contact { box-shadow: 0 1px 0 rgba(0,0,0,.12) inset; }

.hamburger {
    width: 52px;
    height: 44px;
    border-radius: 999px;
    border: none;
    background: rgba(0, 0, 0, 0.1);
    display: inline-grid;
    place-items: center;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.hamburger .burger {
    position: relative;
    display: block;
    width: 16px;
    height: 2px;
}

/* 2 baris: atas & bawah */
.hamburger .burger::before,
.hamburger .burger::after {
    content: "";
    position: absolute;
    left: 0;
    width: 16px;
    height: 2px;
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
}

.hamburger .burger::before {
    top: -3px;
}

.hamburger .burger::after {
    top: 3px;
}
.hamburger[aria-expanded="true"] .burger { background: transparent; }
.hamburger[aria-expanded="true"] .burger::before { transform: rotate(45deg); top: 0; }
.hamburger[aria-expanded="true"] .burger::after { transform: rotate(-45deg); top: 0; }

.visually-hidden {
    position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
  }
  
.hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    align-content: end;
    gap: 20px;
    min-height: inherit;
    padding: 0 56px 64px;
    z-index: 1;
}
  
.hero-word-img {
    justify-self: start;
    display: block;
    width: clamp(360px, 54vw, 768px);
    height: auto;
    filter: drop-shadow(0 6px 30px rgba(0,0,0,.35));
}
  
.hero-word {
    grid-column: 1 / 3;
    font-weight: 900; letter-spacing: -0.02em; line-height: .88;
    font-size: clamp(64px, 18vw, 220px); margin: 0;
    text-shadow: 0 6px 30px rgba(0,0,0,.35);
}

.hero-tagline {
    font-family: "NeueMontreal", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(18px, 2.5vw, 36px);
    line-height: 1.222;
    letter-spacing: 0.02em;
    color: #EAF3EF;
    margin: 0;
    text-wrap: balance;
    overflow-wrap: anywhere;
    hyphens: auto;
    max-width: 351px;
    margin-left: auto;
}

/* Full-screen drawer */
.nav-drawer[hidden]{ display:none !important; }
.nav-drawer{
  position:fixed; inset:0; z-index:50;
  background:rgba(1, 1, 1, 1); color:#fff;
  opacity:0; visibility:hidden; pointer-events:none;
  transition: opacity .25s ease, visibility .25s ease;
}
.nav-drawer.is-open{ opacity:1; visibility:visible; pointer-events:auto; }

/* Struktur utama */
.drawer-inner{
    min-height:100%;
    display:grid;
    grid-template-rows:auto 1fr auto;
    padding: 0 55px;
}

/* Top bar */
.drawer-top{ padding: 22px 0 0; }
.drawer-actions{ display:flex; gap:12px; justify-content:flex-end; align-items:center; }
.drawer-close {
  width:38px; height:38px;
  background: transparent;
  border: none;
  display:inline-grid; place-items:center; position:relative; color:#fff;
}
.drawer-close span,
.drawer-close span::before{ content:""; display:block; width:16px; height:2px; background:#fff; transform: rotate(45deg); }
.drawer-close span::before{ position:absolute; transform: rotate(-90deg); }

/* Content grid (3 kolom) */
.drawer-content{
  display:grid; gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items:start;
  padding: 40px 0 20px;
}
.drawer-visual img{
  width: 100%; height: auto; max-width: 280px; display:block;
  border-radius: 4px;
}
.drawer-label{
  color: rgba(192, 192, 192, 1);
  text-transform: uppercase;
  letter-spacing:.08em;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.2px;
  margin-bottom: 14px;
}

/* Menu tengah */
.drawer-menu { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:16px; }
.drawer-menu a {
  color:rgba(255, 255, 255, 1);
  text-decoration:none;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: -0.7px;
}

/* Kolom kanan */
.drawer-info { display:flex; flex-direction:column; gap:36px; max-width: 420px; }
.drawer-info p {
    margin:0;
    color:rgba(255, 255, 255, 1);
    font-family: "NeueMontreal", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

/* Bottom bar (footer di dalam drawer) */
.drawer-bottom{
  display:grid; grid-template-columns: 1fr auto 1fr; align-items:center; gap:20px;
  padding: 28px 0 36px; border-top:1px solid rgba(255,255,255,.08);
}

/* Backdrop (opsional untuk klik di luar) — transparan karena full screen */
.drawer-backdrop{ position:absolute; inset:0; background: transparent; border: none; }

.drawer-info .contact-mail {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}
.drawer-actions .btn-pill.lang {
    background: transparent;
}
.drawer-actions .cta-header {
    display: flex;
    align-items: center;
    gap: 4px;
}
.drawer-bottom .footer-brand .custom-logo{ max-height: 42px; width:auto; filter: brightness(0) invert(1) contrast(1.05); }
.drawer-bottom .brand-tagline,
.drawer-bottom .footer-legal a,
.drawer-bottom .footer-copy {
    font-family: "NeueMontreal", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.55px;
    color: rgba(255, 255, 255, 1);

}

/* Responsive */
@media (max-width: 1024px){
    .drawer-content{ grid-template-columns: 1fr 1fr; gap: 36px; }
    .drawer-info{ grid-column: 2; }
}
@media (max-width: 760px){
    .site-header { padding: 14px 16px; }
    .drawer-content{ grid-template-columns: 1fr; gap:24px; }
    .drawer-visual img{ max-width: 220px; }
    .drawer-bottom{ grid-template-columns: 1fr; text-align:left; gap: 12px; }
    .footer-copy{ justify-self:start; }
    .hero-tagline{
        font-family: "NeueMontreal", sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.4px;
        transform: translate(-5px);
    }
    .btn-contact-us {
        height: 44px;
    }
}

@media (max-width: 900px){
    .hero-word-img{
        width: clamp(280px, 78vw, 620px);
    }
    .hero-inner{ grid-template-columns: 1fr; padding: 28px 16px; }
    .hero-word-img{ grid-column: 1 / 2; width: 100%; height: 90.94px; }
    .hero-tagline{ grid-column: 1 / 2; justify-self: start; }
}

@media (min-width: 1280px) {
    .hero-tagline{ font-size: 36px; line-height: 44px; }
}
  
.hero-inner { container-type: inline-size; }
