/* Seri Jadi / September 2026: shared public navigation and visual foundation. */
:root {
  --rf-paper:#f5f2e9; --rf-ink:#292334; --rf-purple:#342557; --rf-orange:#e65a32;
  --rf-lilac:#e9e1f1; --rf-line:#ded8e2; --rf-muted:#665f6c;
  --text-1:var(--rf-ink); --text-2:#564e60; --text-3:#6c6473;
  --purple:var(--rf-purple); --purple-dark:#211538; --purple-light:var(--rf-lilac);
  --gold:#bf582e; --bg-2:#f5f2ed; --border:#ded8e2; --dark-bg:var(--rf-ink);
  --ui-ink:var(--rf-ink); --ui-copy:#564e60; --ui-muted:#6c6473;
  --ui-violet:var(--rf-purple); --ui-violet-dark:#211538; --ui-violet-soft:var(--rf-lilac);
  --ui-gold:#bf582e; --ui-line:var(--rf-line); --ui-surface:#fffdf9;
  --ui-surface-soft:#f5f2ed; --ui-surface-warm:var(--rf-paper);
  --nav-h:84px;
}
html { scroll-padding-top:100px; }
body { background:#fffdf9; color:var(--rf-ink); }
body.no-scroll { overflow:hidden; }
a,button,input,select,textarea { -webkit-tap-highlight-color:transparent; }
:focus-visible { outline:3px solid #a16c38; outline-offset:4px; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
#nav-placeholder:empty { height:84px; background:var(--rf-paper); border-bottom:1px solid var(--rf-line); }
#site-nav.refresh-nav, #site-nav.refresh-nav.scrolled {
  position:sticky; top:0; z-index:300; height:84px; background:var(--rf-paper);
  border:0; border-bottom:1px solid #ddd7cf; box-shadow:none; backdrop-filter:none;
}
#site-nav.refresh-nav .nav-inner { max-width:1328px; padding:0 32px; gap:32px; justify-content:space-between; }
#site-nav.refresh-nav .nav-logo { flex:none; margin:0; min-width:134px; }
#site-nav.refresh-nav .nav-logo img { width:142px; height:auto; max-height:50px; object-fit:contain; mix-blend-mode:multiply; }
#site-nav.refresh-nav .nav-links { display:flex; align-items:center; justify-content:center; gap:23px; margin:0; }
#site-nav.refresh-nav .nav-links>a { display:inline-flex; align-items:center; min-height:46px; padding:0; color:var(--rf-ink); font-size:13px; font-weight:600; background:none; border-radius:0; border-bottom:2px solid transparent; text-decoration:none; }
#site-nav.refresh-nav .nav-links>a:hover, #site-nav.refresh-nav .nav-links>a.active { color:var(--rf-purple); border-bottom-color:var(--rf-orange); }
#site-nav.refresh-nav .nav-actions { gap:8px; margin:0; flex:none; }
#site-nav.refresh-nav .nav-actions>a, #site-nav.refresh-nav .nav-account-btn { min-height:44px; display:inline-flex; align-items:center; justify-content:center; text-decoration:none; font-size:12px; font-weight:600; }
#site-nav.refresh-nav .nav-lang-btn { min-width:36px; padding:0 6px; border:0; color:var(--rf-muted); background:none; }
#site-nav.refresh-nav .nav-cart-btn { position:relative; gap:5px; border:0; color:var(--rf-ink); background:none; padding:0 4px; }
#site-nav.refresh-nav .nav-cart-label { display:none; }
#site-nav.refresh-nav .nav-login-btn { padding:0 9px; border:0; border-radius:0; background:none; color:var(--rf-ink); }
#site-nav.refresh-nav .nav-register-btn { display:none; }
#site-nav.refresh-nav .nav-wa-btn { gap:10px; padding:0 17px; border:1px solid var(--rf-purple); border-radius:10px; background:var(--rf-purple); color:#fffdf9; box-shadow:none; }
#site-nav.refresh-nav .nav-wa-btn:hover { background:#211538; }
#site-nav.refresh-nav .hamburger { display:none; margin:0; flex:none; }
#site-nav.refresh-nav .cart-count { background:var(--rf-orange); color:#fff; }
.nav-account-wrap { position:relative; }
#site-nav.refresh-nav .nav-account-btn { gap:6px; padding:0 10px; max-width:150px; background:var(--rf-lilac); border:0; border-radius:10px; color:var(--rf-purple); cursor:pointer; }
.nav-account-name { max-width:84px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.nav-account-dropdown { display:none; position:absolute; top:calc(100% + 10px); right:0; min-width:230px; z-index:350; padding:8px; background:#fffdf9; border:1px solid var(--rf-line); border-radius:14px; box-shadow:0 12px 36px #29233418; }
.nav-account-dropdown.open { display:block; }
.nad-header { padding:10px 12px 14px; border-bottom:1px solid var(--rf-line); margin-bottom:5px; }
.nad-name { font-size:13px; font-weight:700; color:var(--rf-ink); }
.nad-company { margin-top:4px; font-size:12px; color:var(--rf-muted); white-space:normal; }
.nad-item { display:flex; align-items:center; gap:9px; min-height:44px; padding:10px 12px; border-radius:8px; color:var(--rf-ink); font-size:13px; }
.nad-item:hover { background:var(--rf-lilac); }
.nad-divider { margin:4px 0; border-top:1px solid var(--rf-line); }
.mobile-quick-nav { display:none!important; }
#mobile-menu.refresh-mobile-menu { z-index:290; background:var(--rf-paper); border:0; padding:22px max(24px,calc((100vw - 680px)/2)) 32px; }
#mobile-menu.refresh-mobile-menu:not(.open) { display:none; }
#mobile-menu.refresh-mobile-menu.open { display:flex; }
#mobile-menu .mm-search { display:flex; position:relative; margin:0 0 24px; }
#mobile-menu .mm-search input { width:100%; min-height:50px; padding:12px 52px 12px 16px; font-size:16px; border:1px solid #d0c7d8; border-radius:12px; background:#fffdf9; color:var(--rf-ink); }
#mobile-menu .mm-search button { display:grid; place-items:center; position:absolute; right:2px; top:2px; width:46px; height:46px; padding:0; color:var(--rf-purple); background:none; border:0; border-radius:10px; cursor:pointer; }
#mobile-menu .mm-heading { margin:0 0 12px; font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:.08em; color:var(--rf-muted); }
#mobile-menu a { min-height:44px; padding:12px 0; border:0; font-size:15px; line-height:1.4; color:var(--rf-ink); }
#mobile-menu .mm-service-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-bottom:14px; }
#mobile-menu .mm-service-grid a { display:flex; align-items:center; justify-content:space-between; min-height:62px; padding:16px; background:#fffdf9; border:1px solid #d9d1de; border-radius:12px; color:var(--rf-purple); font-weight:700; }
#mobile-menu .mm-service-grid a::after { content:'↗'; font-size:18px; }
#mobile-menu .mm-service-grid a.active { background:var(--rf-lilac); border-color:var(--rf-purple); }
#mobile-menu .mm-specialist-links, #mobile-menu .mm-utility-links { display:grid; grid-template-columns:1fr 1fr; column-gap:18px; padding:8px 0 14px; border-bottom:1px solid #d9d1de; }
#mobile-menu .mm-utility-links { padding-top:14px; }
#mobile-menu .mm-account-links { display:flex; flex-wrap:wrap; gap:0 22px; padding:12px 0; }
#mobile-menu .mm-account-links a { font-size:14px; }
#mobile-menu a.mm-quote { display:flex; align-items:center; justify-content:center; gap:10px; min-height:50px; padding:12px 18px; margin:4px 0 10px; border-radius:12px; background:var(--rf-purple); color:#fff; font-weight:700; }
#mobile-menu .mm-quote .wa-icon { width:20px; height:20px; fill:currentColor; }
#mobile-menu .mm-language { align-self:flex-start; font-size:13px; color:var(--rf-muted); text-decoration:underline; }
/* Match service and guide pages to the same clear, quiet foundation. */
.page-hero, .page-hero-dark, .stamps-hero-dark, .blog-hero, .post-hero { background:var(--rf-paper); border-bottom:1px solid #ddd7cf; }
.page-hero::after, .page-hero-dark::after, .stamps-hero-dark::after { display:none; }
.page-hero h1, .page-hero-title, .post-hero h1, .blog-hero h1 { color:var(--rf-ink); letter-spacing:-.045em; }
.section-eyebrow, .section-eyebrow.as-chip, .page-hero-eyebrow { color:var(--rf-purple); }
.btn-primary, .btn-purple { background:var(--rf-purple); border-color:var(--rf-purple); color:#fff; box-shadow:none; }
.btn-primary:hover, .btn-purple:hover { background:#211538; border-color:#211538; }
.btn { border-radius:10px; }
.section-gray, .section-light { background:#fffdf9; }
.service-card, .product-card, .blog-card, .form-card { border-radius:16px; box-shadow:none; }
.service-card:hover, .product-card:hover, .blog-card:hover { box-shadow:0 8px 22px #2923340a; }
.section-title { letter-spacing:-.035em; }
.faq-item, .faq-list details { border-radius:12px; }
/* A concise footer, with contact information where visitors expect it. */
footer.refresh-footer { background:var(--rf-ink); border:0; padding:60px 0 28px; color:#e6e0eb; }
.refresh-footer .container { max-width:1280px; padding-inline:32px; }
.refresh-footer .footer-inner { display:grid; grid-template-columns:1.4fr 1.05fr .8fr 1fr; gap:44px; margin-bottom:40px; }
.refresh-footer .footer-brand { max-width:none; }
.refresh-footer .footer-logo { display:inline-flex; margin:0 0 20px; }
.refresh-footer .footer-logo img { width:142px; height:auto; }
.refresh-footer a { color:#e6e0eb; }
.refresh-footer a:hover { color:#ffad8e; }
.refresh-footer .footer-brand>p { max-width:285px; margin:0 0 18px; font-size:14px; line-height:1.7; color:#c7bfcd; }
.refresh-footer .footer-brand>a:not(.footer-logo) { display:block; width:fit-content; min-height:30px; line-height:1.6; font-size:13px; }
.refresh-footer .footer-brand>a.footer-contact-link { margin:0 0 5px; font-size:22px; font-weight:600; color:#fff; letter-spacing:-.02em; }
.refresh-footer address { margin:18px 0 8px; color:#c7bfcd; font-size:13px; line-height:1.7; font-style:normal; }
.refresh-footer .footer-brand>.footer-visit-note { margin:0 0 7px; font-size:12px; color:#c7bfcd; }
.refresh-footer .footer-col h2 { margin:2px 0 16px; color:#fffdf9; font-size:13px; line-height:1.5; text-transform:none; letter-spacing:0; font-weight:700; }
.refresh-footer .footer-col>a { display:block; width:fit-content; min-height:34px; padding:6px 0; margin:0; color:#c7bfcd; font-size:13px; line-height:1.5; }
.refresh-footer .footer-col>a:hover { color:#ffad8e; }
.refresh-footer .footer-account-note { max-width:215px; margin:16px 0 0; font-size:12px; line-height:1.7; color:#c7bfcd; }
.refresh-footer .footer-bottom { display:flex; justify-content:space-between; align-items:center; gap:20px; padding-top:22px; border-top:1px solid #4b4256; }
.refresh-footer .footer-bottom p { margin:0; font-size:11px; color:#c7bfcd; }
.refresh-footer .footer-legal { display:flex; flex-wrap:wrap; align-items:center; gap:8px 22px; }
.refresh-footer .footer-legal a, .refresh-footer .footer-legal button { display:inline-flex; align-items:center; min-height:32px; margin:0; padding:0; color:#c7bfcd; background:none; border:0; font:inherit; font-size:11px; cursor:pointer; }
.wa-fab { background:var(--rf-purple); box-shadow:none; border:1px solid #fff6; border-radius:12px; animation:none; }
.wa-fab .wa-icon { width:24px; height:24px; fill:#fff; }
body[data-page="home"] .wa-fab, body:has(#sj-analytics-consent) .wa-fab, body.no-scroll .wa-fab { display:none!important; }
/* Preserve equal access to accept/decline and keep the consent surface compact. */
#sj-analytics-consent { left:22px; right:auto; bottom:22px; width:min(440px,calc(100vw - 44px)); padding:18px; border:1px solid #64576e; border-radius:16px; background:var(--rf-ink); box-shadow:0 10px 40px #29233424; }
#sj-analytics-consent .sj-consent-inner { display:flex; flex-direction:column; align-items:stretch; gap:14px; }
#sj-analytics-consent .sj-consent-copy strong { font-size:14px; }
#sj-analytics-consent .sj-consent-copy p { font-size:12px; line-height:1.5; }
#sj-analytics-consent .sj-consent-copy a { color:#ffb59c; }
#sj-analytics-consent .sj-consent-actions { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
#sj-analytics-consent .sj-consent-actions button { min-height:44px; padding:10px; border-radius:9px; font-size:12px; }
#sj-analytics-consent .sj-consent-accept { color:var(--rf-ink); background:#eee5f3; border-color:#eee5f3!important; }
#sj-analytics-consent .sj-consent-decline { color:#fff; background:transparent; border-color:#aea1bb; }
body:has(#sj-analytics-consent) .rf-mobile-cta, body.no-scroll .rf-mobile-cta { visibility:hidden; pointer-events:none; }
@media (max-width:1240px) and (min-width:1101px) {
  #site-nav.refresh-nav .nav-inner { padding-inline:24px; gap:20px; }
  #site-nav.refresh-nav .nav-links { gap:16px; }
  #site-nav.refresh-nav .nav-logo img { width:124px; }
  #site-nav.refresh-nav .nav-logo { min-width:124px; }
  #site-nav.refresh-nav .nav-actions { gap:4px; }
}
@media (max-width:1100px) {
  :root { --nav-h:72px; }
  #nav-placeholder:empty { height:72px; }
  #site-nav.refresh-nav, #site-nav.refresh-nav.scrolled { height:72px; }
  #site-nav.refresh-nav .nav-inner { padding-inline:24px; gap:20px; }
  #site-nav.refresh-nav .nav-links, #site-nav.refresh-nav .nav-wa-btn, #site-nav.refresh-nav .nav-login-btn, #site-nav.refresh-nav .nav-account-wrap { display:none!important; }
  #site-nav.refresh-nav .hamburger { display:flex; width:44px; height:44px; background:none; }
  #site-nav.refresh-nav .nav-actions { gap:8px; margin-left:auto; }
  #site-nav.refresh-nav .nav-cart-btn { display:inline-flex!important; width:36px; }
  #site-nav.refresh-nav .nav-lang-btn { min-width:36px; }
  .refresh-footer .footer-inner { grid-template-columns:1.3fr 1fr; column-gap:48px; row-gap:36px; }
  .refresh-footer .footer-brand { grid-row:span 2; }
  .refresh-footer .footer-bottom { align-items:flex-start; flex-direction:column; gap:12px; }
}
@media (max-width:600px) {
  html { scroll-padding-top:84px; }
  #site-nav.refresh-nav, #site-nav.refresh-nav.scrolled { height:68px; }
  #nav-placeholder:empty { height:68px; }
  #site-nav.refresh-nav .nav-inner { padding-inline:20px; gap:10px; }
  #site-nav.refresh-nav .nav-logo { min-width:116px; }
  #site-nav.refresh-nav .nav-logo img { width:120px; }
  #site-nav.refresh-nav .nav-actions { gap:4px; }
  #mobile-menu.refresh-mobile-menu { padding:20px 20px 32px; }
  footer.refresh-footer { padding:44px 0 28px; }
  .refresh-footer .container { padding-inline:24px; }
  .refresh-footer .footer-inner { grid-template-columns:1fr 1fr; gap:28px 24px; margin-bottom:30px; }
  .refresh-footer .footer-brand { grid-column:1/-1; grid-row:auto; padding-bottom:26px; border-bottom:1px solid #4b4256; }
  .refresh-footer .footer-brand>p { max-width:340px; }
  .refresh-footer .footer-col>a { min-height:40px; padding:9px 0; }
  .refresh-footer .footer-col:last-child { grid-column:1/-1; }
  .refresh-footer .footer-col:last-child>a { display:inline-flex; margin-right:20px; }
  .refresh-footer .footer-account-note { max-width:100%; margin-top:8px; }
  .refresh-footer .footer-legal { gap:6px 17px; }
  .refresh-footer .footer-legal a,.refresh-footer .footer-legal button { min-height:40px; }
  .wa-fab { display:none!important; }
  #sj-analytics-consent { left:12px; bottom:12px; width:calc(100vw - 24px); padding:15px; border-radius:14px; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto!important; }
  .refresh-nav *, .refresh-mobile-menu *, .wa-fab { animation:none!important; transition:none!important; }
}
/* Resolve inherited legacy nav breakpoints and active underlines. */
#site-nav.refresh-nav .nav-links>a { box-shadow:none; transition:color .15s; }
#site-nav.refresh-nav .hamburger span { transition:none; }
@media (min-width:1101px) {
  #site-nav.refresh-nav .nav-wa-btn, #site-nav.refresh-nav .nav-login-btn, #site-nav.refresh-nav .nav-cart-btn { display:inline-flex!important; }
  #site-nav.refresh-nav .nav-account-wrap { display:block!important; }
}
/* Avoid a vacant JavaScript header reservation when the static fallback is used. */
@media (scripting:none) {
  #nav-placeholder:empty { display:none; height:0; border:0; }
}
/* Keep consent controls reachable in landscape or a reduced visual viewport. */
#sj-analytics-consent { max-height:calc(100dvh - 24px); overflow:auto; }
/* Existing product fallback remains honest, using the same flat palette. */
body[data-page="product"] .product-img-placeholder-lg { background:var(--rf-lilac)!important; }
.page-hero, .page-hero-dark, .stamps-hero-dark { background:var(--rf-paper)!important; }

.contact-action-note{font-size:13px;line-height:1.65;color:#625e68;margin:0 0 14px}
/* Status feedback stays legible at body-text sizes. */
.form-status.ok{color:#21633e}
