.sub-hero{position:relative;min-height:55vh;display:flex;align-items:center;overflow:hidden;margin-top:-82px;padding-top:82px}.sub-hero-bg-gradient{position:absolute;inset:0;z-index:0;background:linear-gradient(135deg,#071e2b,#0f3d52 40%,#1a5f7a)}.sub-hero-bg-img{position:absolute;inset:0;z-index:1;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;transition:opacity 1s ease}.sub-hero-bg-img.loaded{opacity:.35}.sub-hero-overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,#071e2b4d,#071e2bb3)}.sub-hero-pattern{position:absolute;inset:0;z-index:2;opacity:.03;background-image:radial-gradient(circle at 1px 1px,white 1px,transparent 0);background-size:30px 30px}.sub-hero-content{position:relative;z-index:3;max-width:750px;padding:3rem 0}.sub-breadcrumb{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;font-size:.85rem;margin-bottom:1.5rem;color:#ffffff80}.sub-breadcrumb a{color:#ffffffb3;text-decoration:none;transition:color .2s}.sub-breadcrumb a:hover{color:#fff}.sub-breadcrumb .bc-sep{opacity:.4}.sub-hero-title{font-size:3rem;font-weight:700;color:#fff;line-height:1.15;margin:0 0 1rem;text-shadow:0 2px 20px rgba(0,0,0,.3);opacity:0;transform:translateY(20px);animation:subFadeUp .7s ease .15s forwards}.sub-hero-line{width:60px;height:3px;border-radius:2px;background:linear-gradient(90deg,#d4a574,#d4a5744d);margin-bottom:1.25rem;opacity:0;animation:subLineGrow .6s ease .4s forwards}@keyframes subLineGrow{0%{opacity:0;width:0}to{opacity:1;width:60px}}.sub-hero-excerpt{font-size:1.1rem;line-height:1.7;color:#ffffffbf;margin:0;max-width:600px;opacity:0;transform:translateY(15px);animation:subFadeUp .7s ease .5s forwards}@keyframes subFadeUp{to{opacity:1;transform:translateY(0)}}.sub-main{padding:3.5rem 0 4rem;background:#f8fafb}.sub-layout{display:grid;grid-template-columns:240px 1fr;gap:3rem;align-items:start}.sub-sidebar{position:sticky;top:100px}.sub-sidebar-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-light);margin-bottom:.75rem;padding-left:.75rem}.sub-sidebar-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.sub-sidebar-link{display:block;padding:.7rem 1rem;font-size:.88rem;font-weight:500;color:var(--color-text-light);text-decoration:none;border-radius:10px;border-left:3px solid transparent;transition:all .2s ease}.sub-sidebar-link:hover{background:#1a5f7a0f;color:var(--color-primary);transform:translate(3px)}.sub-sidebar-link.active{background:#1a5f7a1a;color:var(--color-primary);font-weight:600;border-left-color:var(--color-primary)}.sub-sidebar-back{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:500;color:var(--color-primary);text-decoration:none;margin-top:1rem;padding-left:.75rem;transition:gap .2s}.sub-sidebar-back:hover{gap:.6rem}.sub-loading{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:4rem 0;color:var(--color-text-light);font-size:.9rem}.sub-loading-spinner{width:22px;height:22px;border:2.5px solid #e5e7eb;border-top-color:var(--color-primary);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.sub-content-text{font-size:1.08rem;line-height:1.9;color:var(--color-text);margin-bottom:2.5rem}.sub-content-text p{margin-bottom:1rem}.sub-items-header{display:flex;align-items:center;gap:.6rem;margin-bottom:1.25rem}.sub-items-header svg{color:var(--color-primary);flex-shrink:0}.sub-items-header h3{font-size:1.15rem;font-weight:700;color:var(--color-primary-dark);margin:0}.sub-items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem;margin-bottom:2.5rem}.sub-item-card{display:flex;align-items:center;gap:.85rem;padding:1rem 1.2rem;background:#fff;border-radius:12px;border-left:3px solid var(--color-primary);box-shadow:0 1px 4px #0000000a;transition:all .25s ease}.sub-item-card:hover{transform:translate(4px);box-shadow:0 4px 16px #00000014;border-left-color:#d4a574}.sub-item-icon{width:32px;height:32px;flex-shrink:0;background:#1a5f7a14;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--color-primary)}.sub-item-text{font-size:.9rem;font-weight:500;color:var(--color-text)}.sub-gallery-header{display:flex;align-items:center;gap:.6rem;margin-bottom:1.25rem}.sub-gallery-header svg{color:var(--color-primary);flex-shrink:0}.sub-gallery-header h3{font-size:1.15rem;font-weight:700;color:var(--color-primary-dark);margin:0}.sub-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.sub-gallery-card{position:relative;border-radius:14px;overflow:hidden;box-shadow:0 4px 16px #00000014;cursor:pointer;aspect-ratio:16 / 10}.sub-gallery-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.4,0,.2,1)}.sub-gallery-card:hover img{transform:scale(1.06)}.sub-gallery-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.3) 0%,transparent 50%);opacity:0;transition:opacity .3s}.sub-gallery-card:hover:after{opacity:1}.sub-cta{position:relative;padding:4.5rem 0;overflow:hidden;text-align:center}.sub-cta-bg{position:absolute;inset:0;background:linear-gradient(135deg,#071e2b,#1a5f7a,#0f3d52)}.sub-cta-bg:before{content:"";position:absolute;border-radius:50%;opacity:.05;background:#fff;width:500px;height:500px;top:-150px;right:-100px}.sub-cta-bg:after{content:"";position:absolute;border-radius:50%;opacity:.04;background:#fff;width:350px;height:350px;bottom:-100px;left:-80px}.sub-cta-inner{position:relative;z-index:1;max-width:600px;margin:0 auto}.sub-cta-icon{width:64px;height:64px;margin:0 auto 1.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:18px;display:flex;align-items:center;justify-content:center;color:#ffffffd9;backdrop-filter:blur(8px)}.sub-cta h2{font-size:2rem;font-weight:700;color:#fff;margin:0 0 .75rem;text-shadow:0 2px 12px rgba(0,0,0,.2)}.sub-cta p{font-size:1.05rem;color:#ffffffb3;margin:0 0 2rem;line-height:1.7}.sub-cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.sub-cta-btn{display:inline-block;padding:.85rem 2rem;font-size:.92rem;font-weight:600;border-radius:50px;text-decoration:none;letter-spacing:.02em;transition:all .3s ease}.sub-cta-btn-primary{background:#d4a574;color:#0a2837;border:1px solid #d4a574}.sub-cta-btn-primary:hover{background:#c49564;border-color:#c49564;transform:translateY(-3px);box-shadow:0 8px 25px #d4a5744d;color:#0a2837}.sub-cta-btn-ghost{background:#ffffff1a;border:1px solid rgba(255,255,255,.25);color:#fff;backdrop-filter:blur(8px)}.sub-cta-btn-ghost:hover{background:#fff3;border-color:#fff6;transform:translateY(-3px);color:#fff}@media (max-width: 900px){.sub-layout{grid-template-columns:1fr;gap:0}.sub-sidebar{position:static;padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.sub-sidebar-list{flex-direction:row;flex-wrap:wrap;gap:6px}.sub-sidebar-link{padding:.5rem .85rem;font-size:.82rem;border-radius:8px;border-left:none;border-bottom:2px solid transparent}.sub-sidebar-link.active{border-left-color:transparent;border-bottom-color:var(--color-primary)}}@media (max-width: 768px){.sub-hero{min-height:45vh}.sub-hero-title{font-size:2rem}.sub-hero-excerpt{font-size:.95rem}.sub-main{padding:2rem 0 2.5rem}.sub-items-grid,.sub-gallery{grid-template-columns:1fr}.sub-cta{padding:3rem 0}.sub-cta h2{font-size:1.5rem}}
