:root {
  --green-dark: #0d3521;
  --green: #17643d;
  --green-pale: #e6f1e9;
  --cream: #fbfbf8;
  --ink: #1b241f;
  --muted: #5d685f;
  --gold: #c98a2b;
  --border: #dce4dc;
  --radius: 8px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font: 16px/1.6 Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.16; letter-spacing: 0; }
h1 { max-width: 800px; font-size: clamp(2.25rem, 5vw, 4.4rem); }
h2 { max-width: 680px; font-size: clamp(1.8rem, 3vw, 2.75rem); }
h3 { margin-bottom: .4rem; font-size: 1.08rem; }
p { color: var(--muted); }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 20; top: -4rem; left: 1rem; padding: .7rem 1rem; color: #fff; background: var(--green-dark); }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0, 0, 0, 0); clip-path: inset(50%); white-space: nowrap; }

.site-header { position: sticky; z-index: 10; top: 0; border-bottom: 1px solid var(--border); background: rgba(255,255,255,.96); backdrop-filter: blur(10px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; color: var(--green-dark); font-weight: 750; white-space: nowrap; }
.brand img { width: 40px; height: 40px; border: 1px solid var(--border); border-radius: 50%; object-fit: cover; }
.site-nav { display: flex; align-items: center; gap: 1.5rem; font-size: .94rem; }
.site-nav > a:not(.button) { color: #3e4941; }
.site-nav > a:not(.button):hover { color: var(--green); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--green-dark); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: .7rem 1.1rem; border: 1px solid var(--green); border-radius: 6px; color: #fff; background: var(--green); font-size: .94rem; font-weight: 700; line-height: 1.2; transition: background .2s ease, transform .2s ease; }
.button:hover { background: var(--green-dark); transform: translateY(-1px); }
.button-small { min-height: 38px; padding: .5rem .85rem; }
.button-outline { border-color: #b6c8ba; color: var(--green-dark); background: #fff; }
.button-outline:hover { background: var(--green-pale); }
.button-group { display: flex; flex-wrap: wrap; gap: .75rem; }

.hero { position: relative; display: grid; align-items: center; min-height: 620px; overflow: hidden; background: var(--cream); }
.hero-image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(250,252,249,.98), rgba(250,252,249,.91) 37%, rgba(250,252,249,.16) 70%), url("../images/kantin-barokah-hero.jpg") center / cover; }
.hero-content { position: relative; padding-block: 7rem; }
.eyebrow { margin-bottom: .8rem; color: var(--green); font-size: .77rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-copy { max-width: 620px; margin-bottom: 1.7rem; color: #475349; font-size: 1.1rem; line-height: 1.7; }

.section { padding: 92px 0; }
.section-tint { background: var(--cream); }
.two-column, .payment-layout, .contact-grid, .faq-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.two-column { grid-template-columns: .85fr 1.15fr; gap: 6rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.section-heading > p { max-width: 430px; margin-bottom: .25rem; font-size: .96rem; }
.section-place { padding-top: 70px; padding-bottom: 70px; }
.place-layout { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 5rem; }
.place-image { margin: 0; }
.place-image img { width: 100%; aspect-ratio: 4 / 3; border-radius: var(--radius); object-fit: cover; }
.place-image figcaption { margin-top: .65rem; color: var(--muted); font-size: .82rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card { min-height: 210px; padding: 1.35rem; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: 0 3px 12px rgba(17,54,33,.03); }
.service-card-image { display: flex; grid-row: span 2; flex-direction: column; padding: 0; overflow: hidden; }
.service-card-image img { width: 100%; height: 265px; object-fit: cover; }
.service-card-image div { padding: 1.3rem; }
.service-card p, .process-list p, .benefit-grid p { margin-bottom: 0; font-size: .93rem; }
.card-mark { color: var(--gold); font-size: .82rem; font-weight: 800; letter-spacing: .08em; }

.process-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; padding: 0; margin: 0; list-style: none; }
.process-list li { padding-top: 1.2rem; border-top: 2px solid #bdd5c4; }
.process-list span { display: flex; align-items: center; justify-content: center; width: 31px; height: 31px; margin-bottom: 1.2rem; border-radius: 50%; color: #fff; background: var(--green); font-size: .86rem; font-weight: 800; }
.section-green { color: #fff; background: var(--green-dark); }
.section-green .eyebrow { color: #d7b375; }
.section-green h2 { margin-bottom: 2.3rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.benefit-grid > div { padding-top: 1.15rem; border-top: 1px solid rgba(255,255,255,.32); }
.benefit-grid p { color: #d8e3da; }

.payment-layout { align-items: start; }
.payment-panel { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); }
.payment-panel div { display: grid; gap: .2rem; padding: 1.1rem 1.2rem; border-bottom: 1px solid var(--border); }
.payment-panel div:last-child { border-bottom: 0; }
.payment-panel strong { color: var(--green-dark); }
.payment-panel span { color: var(--muted); font-size: .92rem; }
.business-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; border: 1px solid var(--border); background: var(--border); }
.business-grid div { min-height: 110px; padding: 1.15rem; background: #fff; }
.business-grid dt { margin-bottom: .4rem; color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.business-grid dd { margin: 0; overflow-wrap: anywhere; font-weight: 600; }

.contact-grid { align-items: start; gap: 5rem; grid-template-columns: .9fr 1.1fr; }
.contact-actions { display: grid; justify-content: start; gap: .75rem; margin-top: 1.5rem; }
.is-disabled { border-color: #8e9a91; background: #8e9a91; cursor: not-allowed; pointer-events: none; text-align: left; white-space: normal; }
.contact-email { color: var(--green); font-weight: 700; }
.contact-form { display: grid; gap: .45rem; padding: 1.4rem; border: 1px solid var(--border); border-radius: var(--radius); background: var(--cream); }
.contact-form label { font-size: .9rem; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; padding: .75rem; border: 1px solid #bbc8bd; border-radius: 5px; background: #fff; color: var(--ink); font: inherit; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: 3px solid rgba(35,116,71,.18); border-color: var(--green); }
.contact-form .button { justify-self: start; margin-top: .5rem; }
.form-note { margin: 0; font-size: .82rem; }
.section-faq { padding-top: 50px; }
.faq-layout { grid-template-columns: .75fr 1.25fr; gap: 5rem; }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { padding: 1rem 0; border-bottom: 1px solid var(--border); }
.faq-list summary { position: relative; padding-right: 2rem; cursor: pointer; color: var(--green-dark); font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: .2rem; content: "+"; font-size: 1.3rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "-"; }
.faq-list p { margin: 1rem 2rem 0 0; font-size: .94rem; }

.legal-hero { padding: 88px 0 64px; border-bottom: 1px solid var(--border); background: var(--cream); }
.legal-hero h1 { margin-bottom: .8rem; }
.legal-hero p:last-child { margin: 0; }
.legal-content { max-width: 780px; padding-top: 64px; padding-bottom: 90px; }
.legal-content > p:first-child { font-size: 1.08rem; }
.legal-content h2 { margin-top: 2.25rem; margin-bottom: .6rem; font-size: 1.35rem; }
.legal-content p { margin-bottom: 1rem; }

.site-footer { padding: 55px 0 0; color: #fff; background: var(--green-dark); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.3fr; gap: 2rem; padding-bottom: 2.5rem; }
.brand-footer { color: #fff; }
.brand-footer img { border-color: rgba(255,255,255,.4); }
.site-footer p { margin: .65rem 0; color: #cbd8ce; font-size: .9rem; }
.site-footer h2 { margin: .35rem 0 1rem; font-size: .9rem; }
.site-footer a:not(.brand) { display: block; margin: .55rem 0; color: #d9e5dc; font-size: .9rem; }
.site-footer a:not(.brand):hover { text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1.1rem 0; border-top: 1px solid rgba(255,255,255,.18); color: #b9cabc; font-size: .79rem; }

@media (max-width: 850px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 76px; right: 20px; left: 20px; display: none; align-items: stretch; gap: 0; padding: .6rem; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 32px rgba(17,54,33,.08); }
  .site-nav.is-open { display: flex; flex-direction: column; }
  .site-nav a { padding: .7rem; }
  .site-nav .button { margin: .25rem; }
  .site-nav.legal-nav { position: static; display: flex; gap: .2rem; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .site-nav.legal-nav a { padding: .45rem; font-size: .82rem; }
  .hero { min-height: 590px; }
  .hero-image { background-image: linear-gradient(90deg,rgba(250,252,249,.97),rgba(250,252,249,.88) 49%,rgba(250,252,249,.35)),url("../images/kantin-barokah-hero.jpg"); }
  .two-column, .place-layout, .payment-layout, .contact-grid, .faq-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card-image { grid-row: auto; }
  .service-card-image img { height: 210px; }
  .process-list { grid-template-columns: 1fr; gap: 0; }
  .process-list li { display: grid; grid-template-columns: 45px 1fr; gap: 1rem; padding: 1.1rem 0; }
  .process-list span { margin: 0; }
  .benefit-grid, .business-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { align-items: start; flex-direction: column; gap: .6rem; }
  .footer-grid { grid-template-columns: 1.4fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 540px) {
  .container { width: min(100% - 32px, var(--container)); }
  .nav-wrap { min-height: 68px; }
  .site-nav { top: 68px; right: 16px; left: 16px; }
  .site-nav.legal-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; }
  .section { padding: 68px 0; }
  .hero { min-height: 590px; }
  .hero-content { padding-block: 5.5rem; }
  .hero-image { background-image: linear-gradient(90deg,rgba(250,252,249,.97),rgba(250,252,249,.92) 60%,rgba(250,252,249,.62)),url("../images/kantin-barokah-hero.jpg"); background-position: 62% center; }
  .button-group { display: grid; grid-template-columns: 1fr; }
  .service-grid, .benefit-grid, .business-grid { grid-template-columns: 1fr; }
  .service-card { min-height: unset; }
  .service-card-image img { height: 230px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .legal-hero { padding: 62px 0 48px; }
  .legal-content { padding-top: 46px; padding-bottom: 64px; }
}
