.pro-header{position:relative;z-index:1000;background:rgba(5,23,19,.96);color:#fff;border-bottom:1px solid rgba(216,183,115,.18);backdrop-filter:blur(18px)}
.pro-shell{width:min(1240px,calc(100% - 40px));height:82px;margin:auto;display:flex;align-items:center;gap:28px}.pro-brand{display:flex;align-items:center;gap:12px;margin-right:auto;color:#fff;text-decoration:none}.pro-brand-mark{display:grid;width:42px;height:42px;place-items:center;border:1px solid #d8b773;transform:rotate(45deg)}.pro-brand-mark b{color:#d8b773;font-family:"Noto Serif Thai",serif;font-size:19px;font-weight:500;transform:rotate(-45deg)}.pro-brand-copy strong,.pro-brand-copy small{display:block}.pro-brand-copy strong{font-family:"Noto Serif Thai",serif;font-size:16px;font-weight:500}.pro-brand-copy small{margin-top:2px;color:rgba(255,255,255,.48);font-size:7px;letter-spacing:.18em}
.pro-menu{align-self:stretch;display:flex;align-items:center;gap:4px}.pro-menu>a,.pro-menu summary{position:relative;display:flex;align-items:center;height:100%;padding:0 13px;color:rgba(255,255,255,.78);font-size:12px;font-weight:500;white-space:nowrap;cursor:pointer;list-style:none;transition:.2s}.pro-menu summary::-webkit-details-marker{display:none}.pro-menu summary::after{content:"";width:5px;height:5px;margin-left:8px;border-right:1px solid #d8b773;border-bottom:1px solid #d8b773;transform:rotate(45deg) translateY(-2px);transition:.2s}.pro-menu>a:hover,.pro-menu summary:hover,.pro-menu>a.active,.pro-item[open]>summary{color:#f0dbad}.pro-menu>a::before,.pro-menu summary::before{content:"";position:absolute;left:13px;right:13px;bottom:0;height:2px;background:#d8b773;transform:scaleX(0);transition:.2s}.pro-menu>a:hover::before,.pro-menu>a.active::before,.pro-item[open]>summary::before{transform:scaleX(1)}.pro-item{position:static;height:100%}.pro-item[open]>summary::after{transform:rotate(225deg) translate(-1px,-1px)}
.pro-mega{position:absolute;top:82px;left:50%;width:min(1040px,calc(100vw - 48px));padding:18px;background:#fffdf8;color:#17221f;border:1px solid rgba(216,183,115,.38);box-shadow:0 32px 90px rgba(0,0,0,.32);transform:translateX(-50%);animation:proReveal .18s ease-out}.pro-mega::before{content:"";position:absolute;top:-7px;left:50%;width:12px;height:12px;background:#fffdf8;border-top:1px solid rgba(216,183,115,.38);border-left:1px solid rgba(216,183,115,.38);transform:translateX(-50%) rotate(45deg)}@keyframes proReveal{from{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%,0)}}.pro-mega-layout{display:grid;grid-template-columns:250px 1fr;min-height:270px}.pro-mega-intro{position:relative;overflow:hidden;padding:28px;background:#0c2b24;color:#fff}.pro-mega-intro::after{content:"ล";position:absolute;right:-18px;bottom:-55px;color:rgba(216,183,115,.08);font-family:"Noto Serif Thai",serif;font-size:160px}.pro-kicker{display:block;color:#d8b773;font-size:8px;font-weight:700;letter-spacing:.18em}.pro-mega-intro strong{display:block;margin-top:16px;font-family:"Noto Serif Thai",serif;font-size:25px;font-weight:500;line-height:1.45}.pro-mega-intro p{margin:13px 0 24px;color:rgba(255,255,255,.56);font-size:10px;line-height:1.75}.pro-mega-intro a{position:relative;z-index:1;display:inline-flex;align-items:center;gap:9px;color:#f0dbad;font-size:10px;font-weight:700}.pro-mega-links{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:8px 10px 8px 20px}.pro-mega-link{display:grid;grid-template-columns:40px 1fr 20px;gap:12px;align-items:start;padding:16px;border:1px solid transparent;border-radius:3px;color:#17221f;text-decoration:none;transition:.18s}.pro-mega-link:hover{background:#f6f0e5;border-color:rgba(216,183,115,.35);transform:translateY(-1px)}.pro-icon{display:grid;width:38px;height:38px;place-items:center;background:#edf1ec;color:#89612e;font-family:"Noto Serif Thai",serif;font-size:14px}.pro-mega-link strong,.pro-mega-link small{display:block}.pro-mega-link strong{font-family:"Noto Serif Thai",serif;font-size:15px;font-weight:600}.pro-mega-link small{margin-top:4px;color:#75807c;font-size:9px;line-height:1.55}.pro-arrow{padding-top:8px;color:#a4773e;opacity:.45}.pro-mega-link:hover .pro-arrow{opacity:1;transform:translateX(2px)}
.pro-actions{display:flex;align-items:center;gap:16px}.pro-login{color:rgba(255,255,255,.7);font-size:11px;text-decoration:none}.pro-cta{display:inline-flex;align-items:center;min-height:40px;padding:9px 16px;background:#d8b773;color:#071d19;border:1px solid #d8b773;border-radius:3px;font-size:10px;font-weight:700;text-decoration:none;transition:.2s}.pro-cta:hover{background:#f0dbad;transform:translateY(-1px)}.pro-toggle{display:none;width:42px;height:42px;border:1px solid rgba(216,183,115,.45);background:transparent;color:#f0dbad;font-size:20px}
@media(max-width:980px){.pro-shell{height:74px}.pro-toggle{display:block}.pro-actions .pro-login{display:none}.pro-menu{position:absolute;top:74px;left:0;right:0;display:none;height:auto;padding:12px 20px 22px;background:#071d19;border-top:1px solid rgba(255,255,255,.09)}.pro-header.is-open .pro-menu{display:block}.pro-menu>a,.pro-menu summary{height:auto;padding:14px 2px;border-bottom:1px solid rgba(255,255,255,.08)}.pro-menu>a::before,.pro-menu summary::before{display:none}.pro-item{height:auto}.pro-mega{position:static;width:100%;padding:8px 0;border:0;background:transparent;color:#fff;box-shadow:none;transform:none;animation:none}.pro-mega::before{display:none}.pro-mega-layout{display:block;min-height:0}.pro-mega-intro{display:none}.pro-mega-links{display:block;padding:0}.pro-mega-link{grid-template-columns:34px 1fr;padding:11px 8px;color:#fff;border:0}.pro-mega-link:hover{background:rgba(255,255,255,.06);border:0;transform:none}.pro-icon{width:32px;height:32px;background:rgba(216,183,115,.12);color:#d8b773}.pro-mega-link small{color:rgba(255,255,255,.46)}.pro-arrow{display:none}}
@media(max-width:560px){.pro-shell{width:calc(100% - 28px)}.pro-brand-copy small{display:none}.pro-actions .pro-cta{display:none}}
.pro-icon svg{display:block;width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.pro-brand-logo{display:flex;width:52px;height:64px;flex:0 0 52px;align-items:center;justify-content:center}
.pro-brand-logo img{display:block;width:100%;height:100%;object-fit:contain}
.brand-logo{display:flex;width:62px;height:72px;flex:0 0 62px;align-items:center;justify-content:center}
.brand-logo img{display:block;width:100%;height:100%;object-fit:contain}
@media(max-width:560px){.pro-brand-logo{width:44px;height:54px;flex-basis:44px}.pro-brand{gap:9px}}
.pro-menu .pro-mobile-login{display:none}
@media(max-width:980px){.pro-menu .pro-mobile-login{display:flex;align-items:center;gap:9px;color:#f0dbad;font-weight:600}.pro-mobile-login svg{display:block;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}}
