/* Shared site navigation, catalog and inner-page design. */
:root { --site-navy:#14283a; --site-gold:#f4b400; --site-cream:#f7f7f3; }
.global-header { z-index:50; color:#fff; background:var(--site-navy); border-bottom:1px solid rgba(255,255,255,.14); }
.global-header.home-header { background:rgba(13,27,39,.2); }
.global-header.home-header.scrolled { color:#17191b; background:rgba(247,247,243,.97); border-color:#d9d9d3; }
.global-shell { width:min(calc(100% - 64px),1240px); margin-inline:auto; }
.global-header-inner { min-height:86px; display:flex; align-items:center; justify-content:space-between; gap:28px; }
.global-logo { display:inline-flex; align-items:center; gap:12px; min-width:235px; color:inherit; text-decoration:none; }
.global-logo img { width:76px; height:auto; flex:none; filter:drop-shadow(0 2px 8px rgba(0,0,0,.12)); }
.global-logo span { display:flex; flex-direction:column; }
.global-logo strong { color:inherit; font-size:1rem; line-height:1.2; }
.global-logo small { color:inherit; opacity:.67; font-size:.67rem; line-height:1.2; margin-top:3px; }
.global-nav { display:flex; align-items:center; justify-content:flex-end; gap:2px; flex-wrap:nowrap; width:auto; }
.global-nav > a,.global-dropdown summary { color:inherit; background:transparent; border:0; border-radius:0; padding:10px 9px; font-size:.8rem; font-weight:750; line-height:1.2; white-space:nowrap; cursor:pointer; text-decoration:none; opacity:.86; }
.global-nav > a:hover,.global-dropdown summary:hover,.global-nav > a[aria-current="page"] { color:var(--site-gold); background:transparent; opacity:1; }
.global-nav > a.nav-store { color:#17191b; background:var(--site-gold); padding:12px 15px; margin-left:8px; opacity:1; }
.global-nav > a.nav-store:hover { color:#17191b; background:#ffce3a; }
.global-dropdown { position:relative; }
.global-dropdown summary { display:list-item; list-style:none; }
.global-dropdown summary::-webkit-details-marker { display:none; }
.global-dropdown summary::after { content:'⌄'; margin-left:5px; }
.global-dropdown-menu { position:absolute; top:calc(100% + 14px); left:0; min-width:220px; display:grid; padding:10px; background:#fff; color:#17191b; box-shadow:0 18px 35px rgba(0,0,0,.17); border:1px solid #e1e0d8; }
.global-dropdown-menu a { padding:11px 12px; font-size:.83rem; text-decoration:none; color:#17191b; }
.global-dropdown-menu a:hover { background:#fff4ce; }
.global-menu-button { display:none; width:44px; height:44px; border:0; background:transparent; color:inherit; place-content:center; gap:5px; cursor:pointer; }
.global-menu-button span { display:block; width:22px; height:2px; background:currentColor; }
.site-footer-new { padding:64px 0 22px; color:rgba(255,255,255,.7); background:#111b24; }
.site-footer-new .footer-main { display:grid; grid-template-columns:1.6fr repeat(3,1fr); gap:50px; margin:0; }
.site-footer-new .footer-main > div { display:flex; flex-direction:column; align-items:flex-start; gap:9px; }
.site-footer-new .footer-main > div > strong { color:#fff; font-size:.82rem; margin-bottom:8px; }
.site-footer-new .footer-main p { max-width:350px; color:rgba(255,255,255,.63); font-size:.83rem; }
.site-footer-new .footer-main a:not(.global-logo) { color:rgba(255,255,255,.7); font-size:.82rem; }
.site-footer-new .footer-main a:hover { color:var(--site-gold); }
.site-footer-new .global-logo { color:#fff; }
.site-footer-new .footer-bottom { display:flex; justify-content:space-between; gap:20px; margin-top:44px; padding-top:20px; border-top:1px solid rgba(255,255,255,.14); color:rgba(255,255,255,.5); font-size:.74rem; }
.page-hero { background:linear-gradient(110deg,#10202f,#284761); color:#fff; padding:72px 0 78px; }
.page-hero .container { width:min(calc(100% - 64px),1240px); }
.page-hero h1 { max-width:900px; color:#fff; font-size:clamp(2.5rem,5.1vw,5.4rem); line-height:1.04; font-weight:700; letter-spacing:-.035em; }
.page-hero p { max-width:760px; color:rgba(255,255,255,.76); font-size:1.06rem; line-height:1.6; margin-top:22px; }
.page-hero .breadcrumb { display:flex; align-items:center; justify-content:flex-start; gap:10px; margin-bottom:24px; color:rgba(255,255,255,.6); }
.page-hero .breadcrumb a { color:rgba(255,255,255,.75); }
.section { padding:82px 0; }
.section .container { width:min(calc(100% - 64px),1240px); }
.section h2 { margin-top:34px; }
.section h2:first-child { margin-top:0; }
.catalog-layout { display:grid; grid-template-columns:220px minmax(0,1fr); gap:38px; align-items:start; }
.catalog-sidebar { position:sticky; top:116px; padding:24px; background:#f3f2ed; border:1px solid #e2e1da; }
.catalog-sidebar h2 { font-size:1.05rem; margin:0 0 20px; }
.catalog-filter { width:100%; display:flex; justify-content:space-between; padding:11px 0; border:0; border-bottom:1px solid #deddd4; background:transparent; color:#303437; font:inherit; font-size:.86rem; text-align:left; cursor:pointer; }
.catalog-filter.active { color:#a87800; font-weight:800; }
.catalog-heading { display:flex; justify-content:space-between; align-items:end; gap:20px; margin-bottom:26px; }
.catalog-heading h2 { font-size:clamp(1.8rem,2.6vw,2.8rem); margin:0; }
.catalog-heading p { max-width:450px; margin:0; font-size:.88rem; }
.catalog-grid,.featured-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.catalog-card { display:flex; flex-direction:column; overflow:hidden; background:#fff; border:1px solid #e1e1dc; box-shadow:0 12px 32px rgba(19,27,31,.06); color:#17191b; text-decoration:none; transition:transform .2s ease,box-shadow .2s ease; }
.catalog-card:hover { transform:translateY(-4px); box-shadow:0 18px 36px rgba(19,27,31,.13); }
.catalog-card[hidden] { display:none; }
.catalog-card img { display:block; width:100%; height:auto; aspect-ratio:1/1; object-fit:cover; background:#dedbd4; }
.catalog-card-copy { padding:20px 21px 22px; }
.catalog-card .catalog-tag { color:#a57400; font-size:.69rem; font-weight:850; letter-spacing:.04em; text-transform:uppercase; }
.catalog-card h3 { margin:9px 0 7px; font-size:1.18rem; line-height:1.2; color:#17191b; }
.catalog-card p { margin:0 0 18px; color:#6c716f; font-size:.82rem; line-height:1.5; }
.catalog-card .catalog-link { border-top:1px solid #e3e3df; padding-top:13px; color:#9b6d00; font-size:.8rem; font-weight:850; }
.featured-catalog { padding:100px 0; background:#ecece7; }
.featured-catalog .section-heading { margin-bottom:38px; }
.featured-catalog .section-heading h2 { max-width:760px; }
.featured-catalog .center-action { margin-top:36px; }
.product-visual-band { padding:44px 0; background:#f2f2ed; }
.product-visual-band .container { width:min(calc(100% - 64px),1240px); display:grid; grid-template-columns:minmax(0,480px) 1fr; gap:60px; align-items:center; }
.product-visual-band img { display:block; width:100%; height:auto; aspect-ratio:1/1; object-fit:cover; box-shadow:0 15px 35px rgba(0,0,0,.1); }
.product-visual-band h2 { color:#17191b; font-size:clamp(1.7rem,2.5vw,2.7rem); }
.product-visual-band p { max-width:520px; }
.product-visual-band small { display:block; margin-top:12px; color:#777; font-size:.74rem; }
.product-visual-band .btn { margin:16px 10px 0 0; }
.team-intro { max-width:760px; margin-bottom:36px; }
.team-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:23px; }
.team-card { overflow:hidden; background:#fff; border:1px solid #e1e1dc; box-shadow:0 14px 34px rgba(19,27,31,.07); }
.team-photo { position:relative; width:100%; aspect-ratio:1.18/1; overflow:hidden; background:#f4b400; }
.team-photo img { position:absolute; display:block; width:330%; max-width:none; height:auto; top:-74%; left:var(--crop-x); }
.team-card-copy { padding:24px; }
.team-card h3 { margin:0 0 4px; font-size:1.55rem; }
.team-role { color:#a57400; font-size:.78rem; font-weight:850; text-transform:uppercase; }
.team-card p:last-child { margin:15px 0 0; font-size:.88rem; }
.contact-route-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.contact-route { display:flex; flex-direction:column; gap:10px; padding:27px; border:1px solid #deddd5; background:#fff; color:#17191b; text-decoration:none; }
.contact-route:hover { border-color:#f4b400; }
.contact-route strong { font-size:1.05rem; }
.contact-route span { color:#666; font-size:.82rem; overflow-wrap:anywhere; }
.contact-route em { margin-top:auto; color:#9b6d00; font-size:.8rem; font-weight:800; font-style:normal; }
.application-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
.application-card { display:grid; grid-template-columns:40% 60%; min-height:250px; border:1px solid #e1e1dc; background:#fff; }
.application-card img { width:100%; height:100%; object-fit:cover; }
.application-card div { padding:28px; }
.application-card h2 { margin:0 0 12px; font-size:1.5rem; }
.application-card p { font-size:.87rem; }
.application-card a { color:#9b6d00; font-size:.82rem; font-weight:800; }
@media(max-width:1120px){
  .global-nav { display:none; position:absolute; top:86px; left:0; right:0; padding:20px 32px 28px; flex-direction:column; align-items:stretch; background:#f7f7f3; color:#17191b; border-bottom:1px solid #deddd5; }
  .global-nav.open { display:flex; }
  .global-nav > a,.global-dropdown summary { padding:12px 8px; font-size:.9rem; }
  .global-nav > a.nav-store { margin:10px 0 0; text-align:center; }
  .global-dropdown-menu { position:static; box-shadow:none; border:0; background:#eeeae0; }
  .global-menu-button { display:grid; }
  .catalog-grid,.featured-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .site-footer-new .footer-main { grid-template-columns:1.5fr 1fr 1fr; }
}
@media(max-width:760px){
  .global-shell,.page-hero .container,.section .container,.product-visual-band .container { width:min(calc(100% - 32px),1240px); }
  .global-header-inner { min-height:74px; }
  .global-logo { min-width:0; }
  .global-logo img { width:62px; }
  .global-logo small { display:none; }
  .global-nav { top:74px; }
  .page-hero { padding:55px 0 62px; }
  .section { padding:64px 0; }
  .catalog-layout { grid-template-columns:1fr; gap:22px; }
  .catalog-sidebar { position:static; padding:18px; }
  .catalog-sidebar h2 { margin-bottom:8px; }
  .catalog-filter { width:auto; display:inline-flex; margin:0 14px 0 0; border:0; }
  .catalog-grid,.featured-grid,.team-grid,.contact-route-grid,.application-grid { grid-template-columns:1fr; }
  .catalog-heading { display:block; }
  .catalog-heading p { margin-top:12px; }
  .product-visual-band .container { grid-template-columns:1fr; gap:26px; }
  .application-card { grid-template-columns:1fr; }
  .application-card img { aspect-ratio:1.5/1; }
  .site-footer-new .footer-main { grid-template-columns:1fr 1fr; gap:36px 22px; }
  .site-footer-new .footer-main > div:first-child { grid-column:1/-1; }
  .site-footer-new .footer-bottom { flex-direction:column; }
}
