/* styles.css */
:root{--red:#c8102e;--ink:#20201e;--blue:#123b53;--cream:#f3eddf;--paper:#faf7ef;--line:#d7d0c3;--muted:#69665f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",Arial,sans-serif}button,input,select{font:inherit}.masthead{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:18px clamp(22px,6vw,92px);background:var(--paper);border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:14px;color:inherit;text-decoration:none}.brand img{width:34px;height:42px;object-fit:contain}.brand strong{text-transform:uppercase;letter-spacing:.08em}.brand span{padding-left:14px;border-left:1px solid var(--line);color:var(--muted);font-size:.65rem;text-transform:uppercase;letter-spacing:.08em}.masthead nav{display:flex;gap:5px}.masthead nav a{display:flex;align-items:center;min-height:44px;padding:0 13px;color:inherit;font-size:.78rem;font-weight:700;text-decoration:none;border-bottom:2px solid transparent}.masthead nav a:hover,.masthead nav a.active{border-color:var(--red)}.hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:clamp(35px,7vw,105px);align-items:end;padding:clamp(60px,8vw,115px) clamp(22px,8vw,120px);background:var(--cream)}.eyebrow{margin:0 0 14px;color:var(--red);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.13em}.hero h1,.directory h2,.summary h2,.about h2{margin:0;line-height:.92;letter-spacing:-.045em}.hero h1{font-size:clamp(3rem,6vw,6.5rem)}h1 em{color:var(--red);font-style:normal}.hero>div>p:last-child{max-width:760px;color:var(--muted);font-size:1rem}.search-panel{position:relative;display:grid;gap:8px}.search-panel label,.directory-tools label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em}.search-panel input{width:100%;height:62px;padding:0 95px 0 18px;border:1px solid var(--line);border-radius:0;background:#fff}.search-panel button{position:absolute;right:8px;bottom:8px;height:46px;padding:0 17px;border:0;background:var(--red);color:#fff;font-weight:700}.summary{padding:46px clamp(22px,8vw,120px);background:var(--blue);color:#fff}.summary h2{font-size:clamp(2rem,3.5vw,3.6rem)}.stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:30px;border:1px solid rgba(255,255,255,.22)}.stat{padding:17px;border-left:1px solid rgba(255,255,255,.22)}.stat:first-child{border-left:0}.stat strong{display:block;font-size:1.8rem}.stat span{color:#c6d2d9;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em}.directory{padding:70px clamp(22px,8vw,120px)}.directory>header{display:flex;align-items:end;justify-content:space-between;gap:30px;padding-bottom:30px;border-bottom:1px solid var(--ink)}.directory h2{font-size:clamp(2.4rem,5vw,5rem)}#result-count{color:var(--muted)}.directory-tools{display:flex;align-items:end;gap:10px}.directory-tools label{display:grid;gap:6px}.directory-tools select,.directory-tools button{height:44px;padding:0 35px 0 12px;border:1px solid var(--line);border-radius:0;background:#fff}.directory-tools button{padding:0 14px;background:transparent;font-weight:700}.nation-group{margin-top:40px}.nation-group>h3{font-size:1rem;text-transform:uppercase;letter-spacing:.12em}.region{border-top:1px solid var(--line)}.region summary{display:grid;grid-template-columns:24px 1fr auto;gap:16px;align-items:center;padding:21px 5px;list-style:none;cursor:pointer}.region summary::-webkit-details-marker{display:none}.region summary:before{content:"›";font-size:1.6rem;line-height:1}.region[open] summary:before{color:var(--red);transform:rotate(90deg)}.region summary strong{font-size:1.2rem}.region summary span{color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.records{display:grid;gap:8px;padding:0 0 22px 40px}.record{display:grid;grid-template-columns:minmax(180px,1.2fr) minmax(160px,1fr) minmax(150px,.8fr) 80px;gap:22px;padding:20px;background:#fff;border:1px solid #e5dfd4}.record h4{margin:0 0 6px;font-size:1rem}.record p{margin:0;color:var(--muted);font-size:.78rem;line-height:1.5}.record .grade{color:var(--red);font-size:1rem;font-weight:700}.about{padding:70px clamp(22px,8vw,120px);background:var(--cream)}.about h2{font-size:clamp(2.2rem,4vw,4rem)}.about>p:last-child{max-width:850px;color:var(--muted);line-height:1.7}footer{display:flex;justify-content:space-between;gap:25px;padding:32px clamp(22px,8vw,120px);background:var(--blue);color:#d8e2e7;font-size:.72rem;text-transform:uppercase;letter-spacing:.09em}@media(max-width:900px){.masthead{align-items:flex-start}.brand span{display:none}.hero{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}.stat{border-bottom:1px solid rgba(255,255,255,.22)}.directory>header{align-items:flex-start;flex-direction:column}.record{grid-template-columns:1fr 1fr}}@media(max-width:620px){.masthead{padding:14px 18px}.brand strong{font-size:.78rem}.masthead nav{overflow:auto}.masthead nav a{padding:0 9px;white-space:nowrap}.hero{padding:55px 20px}.hero h1{font-size:clamp(2.8rem,15vw,4.6rem)}.summary,.directory,.about{padding-left:20px;padding-right:20px}.directory-tools{display:grid;grid-template-columns:1fr 1fr;width:100%}.directory-tools label:last-of-type{grid-column:2}.directory-tools button{grid-column:1/-1}.directory-tools select{width:100%}.records{padding-left:0}.record{grid-template-columns:1fr}.record .grade{grid-row:1;justify-self:end}footer{flex-direction:column}}


/* map.css */
.summary{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:44px}.summary .stats{grid-template-columns:repeat(2,minmax(0,1fr))}.map-panel{min-width:0}.map-panel h2{margin-bottom:20px}.map-panel-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:12px}.map-panel-head .eyebrow{margin:0}.map-panel-head button{min-height:42px;padding:0 16px;border:1px solid rgba(255,255,255,.65);border-radius:999px;background:transparent;color:#fff;font:inherit;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer}.map-panel-head button:hover,.map-panel-head button:focus-visible{border-color:#fff;background:rgba(255,255,255,.1)}.map-panel-head button:disabled{cursor:wait;opacity:.65}#cinema-map{height:100%;min-height:420px;background:#d5e1e3;border:1px solid rgba(255,255,255,.25)}.map-status{display:flex;justify-content:space-between;gap:16px}.map-status p{margin:7px 0 0;color:#c6d2d9;font-size:.7rem}.map-status #location-status{text-align:right}.record-distance{margin-top:8px!important;color:var(--red)!important;font-size:.75rem!important;font-weight:700}.more-links{margin-top:9px!important}.more-links a{color:var(--red);font-weight:700;text-underline-offset:2px}@media(max-width:900px){.summary{grid-template-columns:1fr}.summary-stats{order:1}.map-panel{order:2}#cinema-map{height:420px}}@media(max-width:620px){.map-panel-head{align-items:flex-start;flex-direction:column}.map-status{display:block}.map-status #location-status{text-align:left}}


/* disclosures.css */
.nation-group{margin-top:18px;border-top:1px solid var(--ink)}.nation-summary{display:grid;grid-template-columns:28px 1fr auto;gap:16px;align-items:center;padding:25px 5px;list-style:none;cursor:pointer}.nation-summary::-webkit-details-marker{display:none}.nation-summary:before{content:"›";font-size:1.8rem;line-height:1}.nation-group[open]>.nation-summary:before{color:var(--red);transform:rotate(90deg)}.nation-summary strong{font-size:1rem;text-transform:uppercase;letter-spacing:.12em}.nation-summary span{color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.nation-regions{padding-left:28px}@media(max-width:620px){.nation-regions{padding-left:12px}.nation-summary{grid-template-columns:22px 1fr auto;gap:10px}}


/* public-fixes.css */
.summary{align-items:stretch}.summary-stats,.map-panel{min-width:0}.map-panel{display:flex;flex-direction:column}#cinema-map{height:auto;flex:1;min-height:420px}.stat{appearance:none;background:transparent;color:#fff;text-align:left;cursor:pointer}.stat strong{color:#fff}.stat span{color:#dce6eb}@media(max-width:900px){#cinema-map{height:420px;flex:none}}


/* sort-controls.css */
@media(max-width:620px){.directory-tools label:last-of-type{grid-column:1/-1}}


/* hero-stats-redesign.css */
.hero{display:block;padding:30px clamp(22px,8vw,120px) 28px;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;right:-9vw;top:-15vw;width:44vw;height:44vw;border:1px solid rgba(200,16,46,.18);border-radius:50%;box-shadow:0 0 0 8vw rgba(200,16,46,.04),0 0 0 16vw rgba(200,16,46,.025);pointer-events:none}.hero-title-row{--title-size:clamp(2.55rem,5.25vw,5.1rem);position:relative;z-index:2;display:flex;align-items:center;gap:clamp(14px,2.2vw,34px);width:max-content;max-width:100%}.hero-title-row h1{margin:0;max-width:none;white-space:nowrap;font-size:var(--title-size);line-height:.9}.hero-cta-logo{flex:0 0 auto;height:calc(var(--title-size)*1.64);line-height:0}.hero-cta-logo img{width:auto;height:100%;object-fit:contain}.hero .intro{position:relative;z-index:2;max-width:none;margin:18px 0 16px;color:var(--muted)}.search-filter-layout{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,50%) minmax(0,1fr);gap:clamp(22px,4vw,54px);align-items:start;max-width:1200px}.search-shell{display:flex;align-items:center;height:58px;background:#fff;border:1px solid rgba(32,32,30,.25);box-shadow:8px 8px 0 var(--red)}.search-shell svg{flex:0 0 auto;width:23px;margin:0 18px 0 23px;fill:none;stroke:currentColor;stroke-width:1.8}.search-shell input{min-width:0;width:100%;height:100%;border:0;outline:0;background:transparent}.search-shell button{margin-right:14px;border:0;background:transparent;color:var(--red);font-size:.7rem;font-weight:700;text-transform:uppercase}.search-hint{margin:11px 0 0 2px;color:var(--muted);font-size:.75rem}.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}.hero-filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px 8px}.nation-filters{display:contents}.nation-filter{width:100%;min-height:35px;padding:7px 8px;border:1px solid var(--line);border-radius:100px;background:rgba(255,255,255,.28);font-size:.68rem;font-weight:700}.nation-filter.active{border-color:var(--red);background:var(--red);color:#fff}.nation-filter:first-child{grid-column:1;grid-row:1}.nation-filter:nth-child(2){grid-column:1;grid-row:2}.nation-filter:nth-child(3){grid-column:2;grid-row:2}.nation-filter:nth-child(4){grid-column:3;grid-row:2}.nation-filter:nth-child(5){grid-column:4;grid-row:2}.hero-grade-filter{display:flex;grid-column:2/5;grid-row:1;align-items:center;gap:10px;font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}.hero-grade-filter select{min-width:0;flex:1;border:1px solid var(--line);background:#fff;padding:8px 28px 8px 10px}.summary .stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.stat.uk-total{grid-column:1/-1}.stat{border:0;border-right:1px solid rgba(255,255,255,.22);border-bottom:1px solid rgba(255,255,255,.22)}.stat.uk-total{display:flex;align-items:baseline;justify-content:space-between}.stat dl{margin:13px 0 0;display:grid;gap:7px}.stat dl div{display:flex;justify-content:space-between;gap:12px}.stat dt{font-size:.68rem;color:#dce6eb}.stat dd{margin:0;font-weight:700}.stat .stat-name{display:block;margin-bottom:7px;color:#fff;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}@media(min-width:951px){.hero .intro{white-space:nowrap}}@media(max-width:900px){.search-filter-layout{grid-template-columns:1fr}.summary .stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.hero{padding-top:26px}.hero-title-row{--title-size:clamp(2rem,8.4vw,3.2rem);gap:12px}.hero-title-row h1{white-space:normal}.hero-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.nation-filter:nth-child(n),.hero-grade-filter{grid-column:auto;grid-row:auto}.hero-grade-filter{grid-column:1/-1}.summary .stats{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* stat-interactions.css */
.stat .stat-name{color:#f28a5d}.stat-total-line{display:block;color:#dce6eb;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}.stat-total-line strong{display:inline;color:#fff;font-size:1.8rem;letter-spacing:normal}.stat-country,.stat-grade{width:100%;border:0;background:transparent;color:#fff;text-align:left;cursor:pointer}.stat-country{padding:0}.stat-country:hover .stat-name,.stat-country:focus-visible .stat-name,.stat-grade:hover,.stat-grade:focus-visible{color:#f28a5d}.stat-breakdown{display:grid;gap:7px;margin-top:13px}.stat-grade{display:flex;justify-content:space-between;gap:12px;padding:2px 0;color:#dce6eb;font-size:.68rem}.stat-grade strong{display:inline;color:#fff;font-size:1rem}.stat-grade.is-selected{color:#fff;text-decoration:underline;text-decoration-color:#f28a5d;text-underline-offset:4px}.stat.is-selected{background:rgba(255,255,255,.07)}.stat.uk-total .stat-name{margin:0}.stat.uk-total .stat-total-line{font-size:.78rem}


/* stat-spacing.css */
.stat:not(.uk-total) .stat-total-line{margin-top:4px;white-space:normal;line-height:1.2}.stat:not(.uk-total) .stat-total-line strong{display:block;margin-bottom:2px}.stat:not(.uk-total) .stat-breakdown{margin-top:18px}.uk-total .stat-total-line{display:flex;align-items:baseline;gap:8px}.uk-total .stat-total-line strong{display:inline}


/* footer-match.css */
.footer-left{display:flex;align-items:center;gap:18px}.footer-left a{color:inherit;font-weight:700;text-underline-offset:4px}@media(max-width:620px){.footer-left{gap:14px}}


/* record-layout.css */
.building-record{display:grid;grid-template-columns:minmax(90px,.45fr) minmax(240px,1.65fr) minmax(170px,1fr) minmax(90px,.55fr);gap:0;padding:0}.building-record .record-field{min-width:0;padding:19px 20px;border-right:1px solid #e5dfd4}.building-record .record-field:last-of-type{border-right:0}.record-label{display:block;margin-bottom:9px;color:var(--red);font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em}.building-record .record-category{position:relative;grid-row:1/3;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.building-record .record-category strong{font-size:1.25rem}.category-reference{position:absolute;right:12px;bottom:15px;left:12px;font-size:.72rem;line-height:1.3}.category-reference a{color:var(--ink)}.building-record h4{margin:0 0 7px}.record-identity h4{color:var(--red)}.building-record .record-field p{margin:0}.record-meta{grid-column:2/-1;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:start;padding:15px 20px;border-top:1px solid #e5dfd4}.record-meta p{margin:0}.record-notes{color:var(--muted);font-size:.78rem;line-height:1.5}.record-notes strong{color:var(--ink)}.record-meta .more-links{position:relative;margin:0!important;text-align:right}.more-links summary{display:inline-block;padding:9px 13px;border:1px solid var(--red);color:var(--red);font-size:.67rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;list-style:none}.more-links summary::-webkit-details-marker{display:none}.more-links[open] summary{background:var(--red);color:#fff}.more-links div{position:absolute;z-index:20;right:0;bottom:calc(100% + 7px);min-width:180px;padding:7px;background:#fff;border:1px solid #e5dfd4;box-shadow:0 6px 18px rgba(0,0,0,.12);text-align:left}.more-links a{display:block;padding:7px 8px;white-space:nowrap}.more-links a+a{border-top:1px solid #e5dfd4}@media(max-width:760px){.building-record{grid-template-columns:90px 1fr}.building-record .record-category{grid-row:1/3}.building-record .record-designer,.building-record .record-year{border-top:1px solid #e5dfd4}.record-meta{grid-column:1/-1;grid-template-columns:1fr}.record-meta .more-links{text-align:right}.more-links div{right:0}}@media(max-width:480px){.building-record{grid-template-columns:1fr}.building-record .record-category{grid-row:auto;min-height:120px}.building-record .record-field{border-right:0;border-bottom:1px solid #e5dfd4}.record-meta{border-top:0}}


/* more-links-alignment.css */
.more-links summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  list-style: none;
}

.more-links summary::marker {
  content: "";
}

.more-links summary::-webkit-details-marker {
  display: none;
}

.more-links summary::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-bottom: 6px solid currentColor;
  border-left: 4px solid transparent;
}

.more-links[open] summary::before {
  transform: none;
}


/* responsive-stat-labels.css */
.grade-prefix-short {
  display: none;
}

.stat-grade {
  align-items: center;
}

/* The country cards remain four-up at tablet and narrow-desktop widths. */
@media (min-width: 621px) and (max-width: 1200px) {
  .grade-prefix-full {
    display: none;
  }

  .grade-prefix-short {
    display: inline;
  }
}


/* directory-divider-fix.css */
/* The directory header already supplies the opening rule. */
.catalogue > .nation-group:first-child {
  border-top: 0;
}


/* edit-record-link.css */
.record-actions {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 9px;
}

.edit-record {
  display: inline-flex;
  align-items: center;
  min-height: 37px;
  padding: 8px 13px;
  border: 1px solid var(--red);
  color: var(--red);
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.edit-record:hover,
.edit-record:focus-visible {
  background: var(--red);
  color: #fff;
}

@media (max-width: 760px) {
  .record-actions {
    flex-wrap: wrap;
  }
}


/* shared-header.css */
.brand-credit {
  padding-left: 12px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav a[hidden] { display: none; }

@media (max-width: 760px) {
  .brand { flex-wrap: wrap; row-gap: 4px; }
  .brand-credit {
    flex-basis: 100%;
    margin-left: 48px;
    padding-left: 0;
    border-left: 0;
  }
}


/* header-dropdown.css */
.site-menu-dropdown{position:relative;display:flex;align-items:center;height:44px}.site-menu-trigger{display:flex;align-items:center;height:44px;padding:0 12px;border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:var(--muted);font:inherit;font-size:.76rem;font-weight:600;line-height:1;cursor:pointer;white-space:nowrap;-webkit-appearance:none;appearance:none}.site-menu-trigger::after{content:"▾";margin-left:6px;font-size:.65rem}.site-menu-trigger[aria-expanded="true"]::after{content:"▴"}.site-menu-trigger:hover,.site-menu-trigger.active{color:var(--ink)}.site-menu-trigger.active{border-bottom-color:var(--orange,var(--red))}.site-menu-popover{position:absolute;z-index:100;top:40px;left:0;display:grid;min-width:155px;border:1px solid var(--line);background:var(--paper);box-shadow:0 10px 24px rgba(0,0,0,.14)}.site-menu-popover[hidden]{display:none}.site-nav .site-menu-popover a,.site-nav .site-menu-popover a.active{display:block;height:auto;min-height:0;padding:11px 14px;border:0;color:var(--ink);font-size:.76rem;font-weight:600;line-height:1.2;text-decoration:none}.site-nav .site-menu-popover a:hover{background:var(--cream)}@media(max-width:760px){.site-nav{overflow:visible}.site-menu-popover{top:42px}}


/* shared-public-header.css */
.masthead {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: 100%;
  height: 82px;
  min-height: 82px;
  padding: 0 clamp(22px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.masthead .brand {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  gap: 10px;
  min-width: 0;
  color: var(--ink);
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.masthead .brand-logo-link {
  display: block;
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  line-height: 0;
}

.masthead .brand-icon,
.masthead .brand-logo-link > img {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.masthead .brand-copy {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
}

.masthead .brand-title {
  font: inherit;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}

.masthead .brand-credit {
  margin: 0;
  padding-left: 14px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .07em;
  line-height: 1.15;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.masthead .brand-title:hover,
.masthead .brand-credit:hover { color: var(--red, var(--orange)); }

.masthead .site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  gap: 4px;
}

.masthead .site-nav-stack {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: 480px;
}

.masthead .site-nav-row {
  display: contents;
}

.masthead .site-nav > a,
.masthead .site-nav > a.active {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 44px;
  min-height: 44px;
  margin: 0;
  padding: 0 12px;
  border: 0;
  border-bottom: 2px solid transparent;
  color: var(--muted);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.masthead .site-nav > a:hover,
.masthead .site-nav > a.active { color: var(--ink); }
.masthead .site-nav > a.active { border-bottom-color: var(--orange, var(--red)); }
.masthead .site-nav > a[hidden] { display: none; }

.masthead .site-nav-row > a,
.masthead .site-nav-row > a.active {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 34px;
  min-height: 34px;
  margin: 0;
  justify-content: center;
  width: 100%;
  padding: 0 8px;
  border: 0;
  border-bottom: 2px solid transparent;
  color: var(--muted);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.masthead .site-nav-row > a:hover,
.masthead .site-nav-row > a.active { color: var(--ink); }
.masthead .site-nav-row > a.active { border-bottom-color: var(--orange, var(--red)); }

/* Give the four primary directory destinations stronger visual priority. */
.masthead .site-nav-row:first-child > a {
  font-weight: 700;
}

@media (max-width: 900px) {
  .masthead {
    height: auto;
    min-height: 82px;
    align-items: flex-start;
    padding-top: 22px;
    padding-bottom: 18px;
  }
  .masthead .site-nav { flex-wrap: nowrap; }
}

@media (max-width: 760px) {
  .masthead {
    height: 86px;
    min-height: 86px;
    padding: 12px 18px;
  }
  .masthead .brand {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 10px;
    width: 100%;
  }
  .masthead .brand-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    min-width: 0;
  }
  .masthead .brand-title {
    font-size: .82rem;
    letter-spacing: .065em;
  }
  .masthead .brand-credit {
    padding-left: 0;
    border-left: 0;
    font-size: .52rem;
    letter-spacing: .055em;
  }
  .masthead .site-nav {
    position: absolute;
    top: 86px;
    right: 0;
    left: 0;
    z-index: 90;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 2px;
    overflow-x: auto;
    padding: 8px 22px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
  }
  .masthead .site-nav > a,
  .masthead .site-nav > a.active { padding: 0 14px; }
  .masthead .site-nav-stack { flex: 0 0 auto; }
  .masthead .site-nav-stack {
    width: min(480px, 100%);
    margin-right: auto;
    margin-left: auto;
  }
  .masthead .site-nav { justify-content: center; }
  .masthead .site-nav-row > a,
  .masthead .site-nav-row > a.active { padding: 0 5px; }
  .hero,
  .page-hero { margin-top: 84px !important; }
}


/* shared-public-hero.css */
.hero,
.page-hero {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 30px clamp(22px, 8vw, 120px) 28px;
  background-color: #ebe4d7;
}

.hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  top: -15vw;
  right: -9vw;
  width: 44vw;
  height: 44vw;
  border: 1px solid rgba(200, 16, 46, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 8vw rgba(200, 16, 46, .035), 0 0 0 16vw rgba(200, 16, 46, .022);
  pointer-events: none;
}

.hero-title-row,
.page-title-row {
  --public-title-size: clamp(2.55rem, 5.25vw, 5.1rem);
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.2vw, 34px);
  width: max-content;
  max-width: 100%;
}

.hero-title-row h1,
.page-title-row h1,
.hero .hero-title-row h1,
.page-hero .page-title-row h1 {
  position: static;
  max-width: none;
  margin: 0;
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: var(--public-title-size);
  font-style: normal;
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: .9;
  white-space: nowrap;
}

.hero-title-row h1 em,
.hero-title-row h1 span,
.page-title-row h1 em,
.page-title-row h1 span {
  color: var(--red, var(--orange));
  font-style: normal;
  font-weight: 700;
}

.hero-title-row .hero-cta-logo,
.page-title-row .hero-cta-logo {
  position: relative;
  inset: auto;
  order: 0;
  flex: 0 0 auto;
  width: auto;
  height: calc(var(--public-title-size) * 1.64);
  margin: 0;
  line-height: 0;
  transform: none;
}

.hero-title-row .hero-cta-logo img,
.page-title-row .hero-cta-logo img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
}

.hero-title-row .hero-cta-logo:hover,
.page-title-row .hero-cta-logo:hover { transform: scale(1.025); }

.hero-directory-art {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 clamp(130px, 14vw, 210px);
  width: clamp(130px, 14vw, 210px);
  height: calc(var(--public-title-size) * 1.55);
  overflow: hidden;
}

.hero-directory-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero .intro,
.page-hero > p:last-child {
  position: relative;
  z-index: 2;
  max-width: none;
  margin: 18px 0 14px;
  color: var(--muted);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.page-hero .eyebrow {
  position: relative;
  z-index: 2;
  margin: 0 0 10px;
  color: var(--red, var(--orange));
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .hero,
  .page-hero { padding: 26px 20px 25px; }
  .hero-title-row,
  .page-title-row {
    --public-title-size: clamp(2rem, 8.4vw, 3.2rem);
    gap: 12px;
  }
  .hero-title-row h1,
  .page-title-row h1,
  .hero .hero-title-row h1,
  .page-hero .page-title-row h1 { white-space: normal; }
  .hero-directory-art {
    flex-basis: clamp(76px, 21vw, 96px);
    width: clamp(76px, 21vw, 96px);
    height: calc(var(--public-title-size) * 1.45);
  }
}
/* Server-generated fallback for browsers that cannot run the interactive directory. */
.js .basic-catalogue-fallback{display:none}.basic-catalogue-fallback{margin:2rem 0}.basic-catalogue-fallback h3{margin-bottom:.5rem}.basic-catalogue-meta{color:#666}.basic-catalogue-scroll{overflow-x:auto}.basic-catalogue-table{width:100%;border-collapse:collapse;background:#fff}.basic-catalogue-table th,.basic-catalogue-table td{padding:.7rem .75rem;border:1px solid #d7d1c5;text-align:left;vertical-align:top}.basic-catalogue-table thead th{background:#123f57;color:#fff}.basic-catalogue-table tbody tr:nth-child(even){background:#f7f3ea}

