.brand-mega > div:first-child strong { font-size: 1.15rem; }
.site-header nav .brand-mega a { font-size: 0.95rem; }
.home-brand-collections { padding: 29px 0px 31px; background: rgb(237, 249, 255); border-bottom: 1px solid rgb(207, 232, 243); }
.brand-band-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 19px; }
.brand-band-heading h2 { font-size: 1.1rem; color: var(--navy); margin: 0px; }
.brand-band-heading > a { font-size: 0.86rem; color: var(--blue); text-decoration: none; font-weight: 700; }
.home-brand-links { display: grid; grid-template-columns: repeat(6, minmax(0px, 1fr)); gap: 12px; }
.home-brand-links > a { display: flex; align-items: center; justify-content: center; min-height: 59px; padding: 12px 10px; background: rgb(255, 255, 255); border: 1px solid rgb(205, 230, 241); color: rgb(18, 97, 131); border-radius: 5px; text-decoration: none; font-size: 0.91rem; font-weight: 750; text-align: center; }
.home-brand-links > a:hover { border-color: rgb(66, 169, 208); background: rgb(248, 253, 255); box-shadow: rgba(62, 150, 181, 0.08) 0px 4px 15px; }
.collection-grid { display: grid; grid-template-columns: repeat(3, minmax(0px, 1fr)); gap: 24px; }
.collection-card { display: flex; flex-direction: column; min-height: 235px; padding: 32px; background: linear-gradient(130deg, rgb(240, 250, 255), rgb(255, 255, 255)); border-width: 3px 1px 1px; border-style: solid; border-color: rgb(72, 178, 215) rgb(200, 229, 242) rgb(200, 229, 242); border-image: none; border-radius: 7px; text-decoration: none; }
.collection-card:hover { border-color: rgb(94, 181, 212); box-shadow: rgba(48, 143, 181, 0.1) 0px 12px 28px; }
.collection-name { font-size: 1.55rem; line-height: 1.25; color: rgb(20, 99, 132); font-weight: 750; }
.collection-card p { color: var(--muted); font-size: 0.98rem; margin: 18px 0px 30px; flex: 1 1 0%; }
.collection-card .text-link { font-size: 0.9rem; }
.existing-catalog { margin-top: 36px; padding: 28px 32px; background: rgb(224, 244, 253); border: 1px solid rgb(198, 232, 246); border-radius: 7px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.existing-catalog h2 { font-size: 1.5rem; color: rgb(18, 104, 141); margin: 0px 0px 10px; }
.existing-catalog p { color: rgb(77, 117, 136); margin: 0px; }
.existing-catalog .button { flex-shrink: 0; }
.brand-detail-layout { display: grid; grid-template-columns: minmax(0px, 1fr) 280px; gap: 45px; align-items: start; }
.brand-intro { font-size: 1.09rem; line-height: 1.85; color: rgb(66, 107, 128); margin: 25px 0px 34px; }
.brand-detail-layout article > h2, .brand-guide h2 { color: var(--navy); font-size: 1.55rem; line-height: 1.3; }
.family-enquiry-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.family-enquiry { padding: 25px; border: 1px solid rgb(207, 230, 241); border-radius: 7px; background: rgb(250, 253, 255); display: flex; flex-direction: column; align-items: start; }
.family-enquiry h3 { font-size: 1.17rem; line-height: 1.4; color: rgb(17, 100, 138); margin: 0px 0px 14px; }
.family-enquiry p { font-size: 0.96rem; line-height: 1.8; color: rgb(75, 113, 131); margin: 0px 0px 16px; }
.family-enquiry .family-check { font-size: 0.89rem; border-top: 1px solid rgb(220, 236, 245); padding-top: 15px; flex: 1 1 0%; }
.family-enquiry .text-link { font-size: 0.9rem; }
.reference-link { margin-top: 14px; font-size: 0.78rem; color: rgb(92, 126, 144); }
.brand-guide { margin-top: 35px; padding: 26px; background: rgb(234, 248, 255); border-radius: 6px; }
.brand-guide h2 { margin: 0px 0px 15px; }
.brand-guide ul { padding-inline-start: 20px; color: rgb(65, 109, 128); line-height: 1.9; }
.brand-guide li { padding: 6px 0px; font-size: 0.96rem; }
.brand-guide p { font-size: 0.9rem; color: var(--muted); margin: 20px 0px 0px; }
.brand-reference { margin-top: 24px; font-size: 0.86rem; color: rgb(86, 122, 139); }
.brand-reference a { color: rgb(8, 123, 169); }
.brand-enquiry-panel { position: sticky; top: 112px; padding: 27px; background: rgb(227, 245, 253); border: 1px solid rgb(187, 224, 240); border-radius: 7px; }
.brand-enquiry-panel h2 { font-size: 1.35rem; line-height: 1.35; color: var(--navy); margin: 0px 0px 16px; }
.brand-enquiry-panel p { font-size: 0.95rem; color: rgb(75, 116, 136); line-height: 1.8; }
.brand-enquiry-panel > a:not(.button) { display: block; font-size: 0.86rem; color: rgb(20, 102, 135); margin-top: 16px; overflow-wrap: anywhere; }
.brand-enquiry-panel .button { font-size: 0.94rem; width: 100%; padding: 0px 16px; }
.brand-enquiry-panel h3 { color: rgb(18, 98, 133); font-size: 1.1rem; margin-top: 20px; }
.brand-enquiry-panel hr { border-width: 1px 0px 0px; border-style: solid none none; border-color: rgb(187, 220, 235) currentcolor currentcolor; border-image: none; margin-top: 25px; }
.editorial-cover { display: flex; flex-direction: column; align-items: start; justify-content: center; gap: 22px; text-decoration: none; background: linear-gradient(145deg, rgb(227, 245, 255), rgb(199, 234, 249)); color: rgb(18, 97, 132); padding: 25px; }
.editorial-cover .editorial-brand { font-size: 0.8rem; letter-spacing: 0.1em; font-weight: 700; }
.editorial-cover > strong { font-size: 1.6rem; line-height: 1.2; }
.editorial-cover > span:last-child { font-size: 0.85rem; line-height: 1.6; color: rgb(76, 117, 136); }
.blog-controls { grid-template-columns: minmax(0px, 1fr) 205px; }
.blog-side-card a { overflow-wrap: anywhere; }
@media (max-width: 1200px) {
  .header-inner { gap: 14px; }
  .site-header nav { gap: 11px; }
  .site-header nav > a, .nav-group > summary { font-size: 0.81rem; }
  .home-brand-links { grid-template-columns: repeat(3, minmax(0px, 1fr)); }
  .brand-detail-layout { grid-template-columns: minmax(0px, 1fr) 250px; gap: 25px; }
  .brand-enquiry-panel { padding: 22px; }
  .family-enquiry { padding: 21px; }
  .collection-card { padding: 25px; }
  .collection-name { font-size: 1.35rem; }
}
@media (max-width: 1100px) {
  .site-header .menu-toggle { display: block; }
  .site-header nav { display: none; position: absolute; left: 0px; right: 0px; top: 87px; padding: 14px 24px; background: rgb(255, 255, 255); border-top: 1px solid var(--line); max-height: calc(100dvh - 120px); overflow: auto; gap: 0px; box-shadow: rgba(20, 90, 117, 0.1) 0px 15px 25px; }
  .site-header nav.open { display: grid; }
  .site-header nav > a, .nav-group > summary { font-size: 0.97rem; padding: 13px 0px; }
  .mega, .support-menu { position: static; box-shadow: none; max-width: none; width: 100%; min-width: 0px; margin-bottom: 10px; border-radius: 4px; }
  .mega { grid-template-columns: 1fr 1fr; padding: 18px; gap: 20px; }
  .mega > div:first-child { grid-column: 1 / -1; }
  .site-header nav a.active::after { bottom: 7px; }
  .support-menu { padding: 8px 20px; }
  .site-header .header-cta { display: none; }
  .collection-grid { grid-template-columns: 1fr 1fr; }
  .brand-detail-layout { grid-template-columns: 1fr; }
  .brand-enquiry-panel { position: static; max-width: none; }
  .brand-enquiry-panel .button { width: auto; padding: 0px 25px; }
}
@media (max-width: 820px) {
  .site-header nav { top: 75px; }
  .blog-controls { grid-template-columns: minmax(0px, 1fr) 180px; }
  .collection-grid { gap: 18px; }
  .existing-catalog { display: block; }
  .existing-catalog .button { margin-top: 20px; }
}
@media (max-width: 620px) {
  .site-header nav { top: 69px; }
  .home-brand-links { grid-template-columns: 1fr 1fr; gap: 9px; }
  .home-brand-links > a { min-height: 55px; font-size: 0.85rem; }
  .brand-band-heading { display: block; }
  .brand-band-heading > a { display: inline-block; margin-top: 10px; }
  .home-brand-collections { padding: 24px 0px; }
  .collection-grid, .family-enquiry-grid { grid-template-columns: 1fr; }
  .collection-card { min-height: 190px; padding: 27px; }
  .collection-card p { margin: 14px 0px 23px; }
  .brand-intro { font-size: 1rem; }
  .family-enquiry { padding: 24px; }
  .brand-guide { padding: 23px; }
  .blog-controls { grid-template-columns: 1fr; }
  .editorial-cover { min-height: 210px; align-items: center; text-align: center; }
  .editorial-cover > strong { font-size: 2rem; }
}