:root {
  --forest-950: #0b2b21;
  --forest-900: #103b2d;
  --forest-800: #174f3b;
  --forest-700: #1f684d;
  --forest-100: #dcebe4;
  --forest-50: #eff6f2;
  --sand: #f3ead8;
  --cream: #fbfaf5;
  --gold: #d8ae59;
  --gold-light: #f0d493;
  --ink: #15231e;
  --muted: #607069;
  --line: #dce5df;
  --white: #fff;
  --radius-lg: 28px;
  --radius-md: 18px;
  --shadow: 0 24px 70px rgba(16, 59, 45, .10);
}

html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
a { color: inherit; }
.skip-link {
  position: fixed;
  z-index: 2000;
  top: 8px;
  left: 8px;
  padding: .7rem 1rem;
  color: var(--white);
  background: var(--forest-950);
  border-radius: 10px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  padding: 14px 0;
  transition: padding .25s ease, background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled {
  padding: 7px 0;
  background: rgba(251, 250, 245, .94);
  box-shadow: 0 10px 35px rgba(11, 43, 33, .09);
  backdrop-filter: blur(16px);
}
.navbar-brand { color: var(--white); text-decoration: none; }
.scrolled .navbar-brand { color: var(--forest-950); }
.navbar-brand strong { display: block; font-size: 1rem; line-height: 1.1; letter-spacing: -.02em; }
.navbar-brand small { display: block; margin-top: 4px; font-size: .65rem; line-height: 1; letter-spacing: .12em; text-transform: uppercase; opacity: .72; }
.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--forest-900);
  background: var(--gold-light);
  border-radius: 50% 50% 50% 18%;
}
.brand-mark svg { width: 29px; height: 29px; fill: currentColor; }
.brand-mark .brand-stem { fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 2.5; }
.site-header .nav-link {
  padding: .55rem .8rem !important;
  color: rgba(255,255,255,.82);
  font-size: .9rem;
  font-weight: 650;
}
.site-header .nav-link:hover, .site-header .nav-link:focus, .site-header .nav-link.active { color: var(--white); }
.scrolled .nav-link { color: var(--muted); }
.scrolled .nav-link:hover, .scrolled .nav-link:focus, .scrolled .nav-link.active { color: var(--forest-800); }
.navbar-toggler { border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.85); }
.btn {
  border-radius: 999px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  --bs-btn-bg: var(--forest-800);
  --bs-btn-border-color: var(--forest-800);
  --bs-btn-hover-bg: var(--forest-900);
  --bs-btn-hover-border-color: var(--forest-900);
}
.site-header:not(.scrolled) .btn-primary {
  --bs-btn-bg: var(--gold-light);
  --bs-btn-border-color: var(--gold-light);
  --bs-btn-color: var(--forest-950);
  --bs-btn-hover-bg: var(--white);
  --bs-btn-hover-border-color: var(--white);
  --bs-btn-hover-color: var(--forest-950);
}

.hero {
  position: relative;
  min-height: 780px;
  padding: 170px 0 110px;
  color: var(--white);
  overflow: hidden;
}
.hero-media {
  position: absolute;
  inset: 0;
  background: url("/assets/images/wonosari-hero.png") center 48% / cover no-repeat;
  transform: scale(1.02);
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,35,27,.87) 0%, rgba(7,35,27,.56) 48%, rgba(7,35,27,.18) 76%),
    linear-gradient(0deg, rgba(7,35,27,.80) 0%, transparent 45%);
}
.hero .container { z-index: 1; }
.eyebrow, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: 1.1rem;
  color: var(--forest-700);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before, .section-kicker::before {
  width: 28px;
  height: 1px;
  content: "";
  background: currentColor;
}
.eyebrow-light { color: var(--gold-light); }
.hero h1 {
  max-width: 850px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6.5vw, 6.5rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .96;
}
.hero h1 em { color: var(--gold-light); font-weight: inherit; }
.hero-lead { max-width: 680px; margin: 1.5rem 0 0; color: rgba(255,255,255,.82); font-size: 1.16rem; line-height: 1.7; }
.btn-accent { padding: .85rem 1.5rem; color: var(--forest-950); background: var(--gold-light); border: 1px solid var(--gold-light); }
.btn-accent:hover { color: var(--forest-950); background: var(--white); border-color: var(--white); box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.btn-glass { padding: .85rem 1.5rem; color: var(--white); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.45); backdrop-filter: blur(10px); }
.btn-glass:hover { color: var(--forest-950); background: var(--white); border-color: var(--white); }
.hero-note {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.35rem;
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: var(--radius-md);
  backdrop-filter: blur(13px);
}
.hero-note small, .hero-note strong { display: block; }
.hero-note small { color: var(--gold-light); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-note strong { margin-top: .15rem; font-size: .95rem; line-height: 1.4; }
.pulse-dot { width: 12px; height: 12px; flex: 0 0 12px; background: #7ce0a4; border: 3px solid rgba(124,224,164,.24); border-radius: 50%; box-shadow: 0 0 0 5px rgba(124,224,164,.14); }

.quick-access { position: relative; z-index: 2; margin-top: -45px; }
.quick-panel { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--white); border: 1px solid rgba(16,59,45,.08); border-radius: var(--radius-md); box-shadow: var(--shadow); overflow: hidden; }
.quick-panel > a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .85rem; min-height: 92px; padding: 1.1rem 1.25rem; text-decoration: none; border-right: 1px solid var(--line); transition: background .2s ease; }
.quick-panel > a:last-child { border-right: 0; }
.quick-panel > a:hover { background: var(--forest-50); }
.quick-panel small, .quick-panel strong { display: block; line-height: 1.25; }
.quick-panel small { margin-bottom: .25rem; color: var(--muted); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.quick-panel strong { font-size: .92rem; }
.quick-panel .arrow { color: var(--forest-700); font-size: 1.15rem; }
.line-icon { display: grid; width: 38px; height: 38px; flex: 0 0 38px; color: var(--forest-700); background: var(--forest-50); border-radius: 12px; place-items: center; }
.line-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }

.section-space { padding: 115px 0; }
h2 {
  margin: 0;
  color: var(--forest-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 4.4vw, 4.2rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.04;
}
.section-lead { margin-top: 1.6rem; color: var(--muted); font-size: 1.08rem; }
.section-caption { color: var(--muted); }
.quote-card { position: relative; padding: 1.4rem 1.5rem 1.4rem 4rem; background: var(--sand); border-left: 3px solid var(--gold); border-radius: 0 var(--radius-md) var(--radius-md) 0; }
.quote-card p { margin: 0; color: #4f554a; font-family: Georgia, serif; font-size: 1.03rem; font-style: italic; }
.quote-mark { position: absolute; top: .45rem; left: 1.25rem; color: var(--gold); font-family: Georgia, serif; font-size: 4rem; line-height: 1; }
.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.value-card { min-height: 220px; padding: 1.6rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); }
.value-card span { color: var(--gold); font-family: Georgia, serif; font-size: 1.1rem; }
.value-card h3 { margin: 2.4rem 0 .5rem; color: var(--forest-950); font-size: 1.2rem; }
.value-card p { margin: 0; color: var(--muted); font-size: .91rem; }
.value-featured { color: var(--white); background: var(--forest-800); border-color: var(--forest-800); transform: translateY(-22px); }
.value-featured h3 { color: var(--white); }
.value-featured p { color: rgba(255,255,255,.72); }

.service-section { background: var(--forest-50); }
.service-card { position: relative; padding: 1.7rem; background: var(--white); border: 1px solid transparent; border-radius: var(--radius-md); box-shadow: 0 10px 35px rgba(16,59,45,.05); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; overflow: hidden; }
.service-card:hover { border-color: #bfd7ca; box-shadow: 0 20px 45px rgba(16,59,45,.10); transform: translateY(-7px); }
.service-number { position: absolute; top: 1.2rem; right: 1.4rem; color: #cbd8d1; font-family: Georgia, serif; font-size: 1.15rem; }
.line-icon-lg { width: 52px; height: 52px; margin-bottom: 2.3rem; border-radius: 15px; }
.line-icon-lg svg { width: 27px; height: 27px; }
.service-card h3 { margin-bottom: .75rem; color: var(--forest-950); font-size: 1.15rem; }
.service-card p { min-height: 78px; margin-bottom: 1.5rem; color: var(--muted); font-size: .92rem; }
.coming-label, .soft-badge { display: inline-flex; padding: .38rem .7rem; color: var(--forest-700); background: var(--forest-50); border-radius: 999px; font-size: .7rem; font-weight: 750; letter-spacing: .04em; }

.potential-panel { padding: clamp(2rem, 6vw, 5rem); color: var(--white); background: var(--forest-950); border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; }
.potential-panel h2 { color: var(--white); }
.potential-panel p { margin: 1.4rem 0 1.8rem; color: rgba(255,255,255,.7); }
.section-kicker-light { color: var(--gold-light); }
.text-link { color: var(--gold-light); font-weight: 750; text-decoration: none; }
.text-link:hover { color: var(--white); }
.potential-list { border-top: 1px solid rgba(255,255,255,.15); }
.potential-list > div { display: grid; grid-template-columns: 70px 1fr; gap: 1rem; padding: 1.2rem .4rem; border-bottom: 1px solid rgba(255,255,255,.15); }
.potential-list strong { color: var(--gold-light); font-family: Georgia, serif; font-weight: 500; }
.potential-list span { font-size: 1.05rem; font-weight: 650; }

.empty-news { display: flex; align-items: center; gap: 2rem; padding: 3rem; background: var(--white); border: 1px dashed #b9c9c0; border-radius: var(--radius-md); }
.empty-news h3 { margin: 0 0 .4rem; color: var(--forest-950); font-size: 1.25rem; }
.empty-news p { margin: 0; color: var(--muted); }
.empty-illustration { display: grid; width: 130px; height: 100px; flex: 0 0 130px; color: var(--forest-700); background: var(--forest-50); border-radius: 16px; place-items: center; }
.empty-illustration svg { width: 90px; height: 70px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }

.local-seo-section { background: var(--white); }
.location-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 2.2rem; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; }
.location-facts > div { min-width: 0; padding: 1.25rem 1rem; background: var(--cream); }
.location-facts small, .location-facts strong { display: block; }
.location-facts small { margin-bottom: .25rem; color: var(--muted); font-size: .68rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.location-facts strong { color: var(--forest-900); font-size: .96rem; overflow-wrap: anywhere; }
.reference-card { padding: 2rem; background: var(--forest-50); border: 1px solid #d4e3da; border-radius: var(--radius-md); }
.reference-card h3 { margin: 0 0 .6rem; color: var(--forest-950); font-size: 1.2rem; }
.reference-card p { color: var(--muted); }
.reference-card ul { margin: 1.3rem 0 0; padding: 0; list-style: none; }
.reference-card li + li { margin-top: .75rem; }
.reference-card a { display: flex; align-items: flex-start; gap: .55rem; color: var(--forest-700); font-size: .9rem; font-weight: 700; text-decoration: none; }
.reference-card a::before { content: "↗"; color: var(--gold); }
.reference-card a:hover { color: var(--forest-950); text-decoration: underline; }

.faq-section { background: var(--forest-50); }
.faq-section .accordion { --bs-accordion-bg: transparent; --bs-accordion-border-color: #cadbd1; --bs-accordion-btn-bg: transparent; --bs-accordion-active-bg: transparent; --bs-accordion-active-color: var(--forest-800); }
.faq-section .accordion-button { padding: 1.35rem 0; color: var(--forest-950); font-size: 1.05rem; font-weight: 750; box-shadow: none; }
.faq-section .accordion-button:focus { box-shadow: 0 0 0 .2rem rgba(31,104,77,.12); }
.faq-section .accordion-body { padding: 0 2.8rem 1.35rem 0; color: var(--muted); }

.digital-section { padding: 115px 0; background: var(--sand); }
.digital-section p { margin: 1.5rem 0 0; color: #66695f; font-size: 1.04rem; }
.roadmap { margin: 0; padding: 0; list-style: none; }
.roadmap li { position: relative; display: flex; align-items: center; gap: 1.2rem; min-height: 86px; padding: .8rem 0; }
.roadmap li::after { position: absolute; z-index: 0; top: 63px; bottom: -24px; left: 25px; width: 1px; content: ""; background: #c9c1b1; }
.roadmap li:last-child::after { display: none; }
.roadmap > li > span { position: relative; z-index: 1; display: grid; width: 50px; height: 50px; flex: 0 0 50px; color: var(--muted); background: var(--cream); border: 1px solid #d5ccbc; border-radius: 50%; font-family: Georgia, serif; place-items: center; }
.roadmap .done > span { color: var(--white); background: var(--forest-700); border-color: var(--forest-700); }
.roadmap strong, .roadmap small { display: block; }
.roadmap strong { color: var(--forest-950); }
.roadmap small { color: var(--muted); }

.contact-section { padding: 95px 0; background: var(--cream); }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding: clamp(2rem, 6vw, 4rem); color: var(--white); background: var(--forest-800); border-radius: var(--radius-lg); }
.contact-card h2 { max-width: 800px; color: var(--white); }
.contact-card p { max-width: 760px; margin: 1.3rem 0 0; color: rgba(255,255,255,.72); }
.contact-card .btn { flex: 0 0 auto; color: var(--forest-950); padding: .8rem 1.3rem; }
.location-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .92fr); color: var(--white); background: var(--forest-800); border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; }
.location-copy { padding: clamp(2rem, 5vw, 4rem); }
.location-copy h2 { color: var(--white); }
.location-copy address { margin: 1.4rem 0 2rem; color: rgba(255,255,255,.76); font-size: 1.02rem; font-style: normal; line-height: 1.8; }
.location-copy .btn { padding: .8rem 1.3rem; }
.map-frame { min-height: 470px; background: #dce5df; }
.map-frame iframe { display: block; width: 100%; height: 100%; min-height: 470px; border: 0; filter: saturate(.78) contrast(.96); }

.site-footer { padding: 70px 0 25px; color: rgba(255,255,255,.68); background: #09241b; }
.footer-brand { color: var(--white); text-decoration: none; }
.footer-brand strong { font-size: 1.12rem; }
.site-footer p { max-width: 450px; }
.footer-title { margin: 0 0 1rem; color: var(--white); font-family: inherit; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li + li { margin-top: .5rem; }
.footer-links a { color: rgba(255,255,255,.65); text-decoration: none; }
.footer-links a:hover { color: var(--gold-light); }
.footer-status { display: inline-flex; align-items: center; gap: .5rem; padding: .45rem .8rem; color: #a9e8bf; background: rgba(169,232,191,.08); border: 1px solid rgba(169,232,191,.18); border-radius: 999px; font-size: .78rem; }
.footer-status i { width: 7px; height: 7px; background: #7ce0a4; border-radius: 50%; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }
.back-to-top { position: fixed; z-index: 10; right: 24px; bottom: 24px; display: grid; width: 44px; height: 44px; color: var(--white); background: var(--forest-700); border: 0; border-radius: 50%; box-shadow: 0 10px 30px rgba(0,0,0,.2); opacity: 0; pointer-events: none; place-items: center; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: none; }

@media (max-width: 991.98px) {
  .site-header { background: rgba(11,43,33,.88); backdrop-filter: blur(12px); }
  .site-header.scrolled { background: rgba(251,250,245,.97); }
  .navbar-collapse { padding: 1rem 0 .4rem; }
  .site-header .nav-link { padding: .7rem 0 !important; }
  .hero { min-height: 720px; }
  .quick-panel { grid-template-columns: repeat(2, 1fr); }
  .quick-panel > a:nth-child(2) { border-right: 0; }
  .quick-panel > a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .value-featured { transform: none; }
  .contact-card { align-items: flex-start; flex-direction: column; }
  .location-card { grid-template-columns: 1fr; }
  .map-frame, .map-frame iframe { min-height: 360px; }
}

@media (max-width: 575.98px) {
  .hero { min-height: 700px; padding-bottom: 90px; }
  .hero-media { background-position: 62% 50%; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,35,27,.88), rgba(7,35,27,.35)), linear-gradient(0deg, rgba(7,35,27,.88), transparent 55%); }
  .hero h1 { font-size: clamp(2.75rem, 14vw, 4.2rem); }
  .hero-lead { font-size: 1rem; }
  .hero .btn { width: 100%; }
  .quick-access { margin-top: -28px; }
  .quick-panel { grid-template-columns: 1fr; }
  .quick-panel > a { min-height: 78px; border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-panel > a:last-child { border-bottom: 0; }
  .section-space, .digital-section { padding: 80px 0; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card { min-height: auto; }
  .value-card h3 { margin-top: 1.7rem; }
  .location-facts { grid-template-columns: repeat(2, 1fr); }
  .empty-news { align-items: flex-start; flex-direction: column; padding: 1.6rem; }
  .empty-illustration { width: 100%; }
  .contact-section { padding: 70px 0; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
