/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.btn,.button,input[type="submit"]{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;font-family:var(--ds-font-ui);font-weight:600;font-size:0.9375rem;letter-spacing:0.02em;text-decoration:none;border-radius:var(--ds-radius-sm);border:2px solid transparent;cursor:pointer;transition:all var(--ds-transition);line-height:1;}.btn--primary,input[type="submit"]{background-color:var(--ds-primary);color:var(--ds-white);border-color:var(--ds-primary);}.btn--primary:hover,input[type="submit"]:hover{background-color:var(--ds-primary-dark);border-color:var(--ds-primary-dark);color:var(--ds-white);text-decoration:none;}.btn--secondary{background-color:transparent;color:var(--ds-primary);border-color:var(--ds-primary);}.btn--secondary:hover{background-color:var(--ds-primary);color:var(--ds-white);text-decoration:none;}.btn--accent{background-color:var(--ds-accent);color:var(--ds-white);border-color:var(--ds-accent);}.btn--accent:hover{background-color:var(--ds-accent-dark);border-color:var(--ds-accent-dark);text-decoration:none;}.btn--small{padding:8px 16px;font-size:0.8125rem;}.article-card{background:var(--ds-white);border-radius:var(--ds-radius-md);overflow:hidden;box-shadow:var(--ds-shadow-sm);transition:box-shadow var(--ds-transition),transform var(--ds-transition);}.article-card:hover{box-shadow:var(--ds-shadow-md);transform:translateY(-2px);}.article-card__image{width:100%;aspect-ratio:16 / 10;object-fit:cover;display:block;}.article-card__body{padding:var(--ds-space-md);}.article-card__sector{font-family:var(--ds-font-ui);font-size:0.6875rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--ds-primary);margin-bottom:var(--ds-space-sm);display:inline-block;}.article-card__title{font-family:var(--ds-font-headline);font-size:1.25rem;font-weight:700;line-height:1.3;margin-bottom:var(--ds-space-sm);}.article-card__title a{color:var(--ds-text);text-decoration:none;}.article-card__title a:hover{color:var(--ds-primary);text-decoration:none;}.article-card__summary{font-family:var(--ds-font-ui);font-size:0.875rem;color:var(--ds-text-secondary);line-height:1.5;margin-bottom:var(--ds-space-sm);}.article-card__byline{font-family:var(--ds-font-ui);font-size:0.75rem;color:var(--ds-text-muted);}.article-card--featured .article-card__image{aspect-ratio:16 / 9;}.article-card--featured .article-card__title{font-size:1.625rem;}.sidebar-block{background:var(--ds-white);border-radius:var(--ds-radius-md);padding:var(--ds-space-lg);margin-bottom:var(--ds-space-lg);box-shadow:var(--ds-shadow-sm);}.sidebar-block__title{font-family:var(--ds-font-ui);font-size:0.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;color:var(--ds-text);padding-bottom:var(--ds-space-sm);border-bottom:2px solid var(--ds-primary);margin-bottom:var(--ds-space-md);}.node--type-article.node--view-mode-full{max-width:var(--ds-content-width);margin-left:auto;margin-right:auto;}.node--type-article.node--view-mode-full .node__content{max-width:var(--ds-content-width);}.article-header{margin-bottom:var(--ds-space-xl);}.article-header__sector{font-family:var(--ds-font-ui);font-size:0.75rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--ds-primary);margin-bottom:var(--ds-space-sm);}.article-header__title{font-family:var(--ds-font-headline);font-size:2.5rem;font-weight:900;line-height:1.1;margin-bottom:var(--ds-space-md);}.article-header__subtitle{font-family:var(--ds-font-body);font-size:1.25rem;color:var(--ds-text-secondary);line-height:1.5;margin-bottom:var(--ds-space-lg);}.article-meta{display:flex;align-items:center;gap:var(--ds-space-md);font-family:var(--ds-font-ui);font-size:0.875rem;color:var(--ds-text-muted);padding:var(--ds-space-md) 0;border-top:1px solid var(--ds-border);border-bottom:1px solid var(--ds-border);}.article-meta__author{font-weight:600;color:var(--ds-text);display:inline-flex;align-items:center;gap:var(--ds-space-sm);}.article-meta__avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;display:block;}.article-meta__author-name{line-height:1.2;}.author-card{display:grid;grid-template-columns:96px 1fr;gap:var(--ds-space-lg);align-items:start;margin:var(--ds-space-2xl) 0;padding:var(--ds-space-lg);background:var(--ds-warm-grey,#F0EDE8);border-radius:var(--ds-radius-md);}.author-card__photo{display:block;width:96px;height:96px;}.author-card__photo img{width:96px;height:96px;border-radius:50%;object-fit:cover;display:block;}.author-card__photo--placeholder{background:var(--ds-primary);color:var(--ds-white);border-radius:50%;display:grid;place-items:center;font-family:var(--ds-font-headline);font-size:2.5rem;font-weight:700;}.author-card__name{font-family:var(--ds-font-headline);font-size:1.25rem;font-weight:700;margin:0 0 var(--ds-space-xs);color:var(--ds-text);}.author-card__role{font-family:var(--ds-font-ui);font-size:0.9375rem;color:var(--ds-text-secondary);margin:0 0 var(--ds-space-sm);}.author-card__bio{font-size:0.9375rem;color:var(--ds-text);line-height:1.55;margin-bottom:var(--ds-space-sm);}.author-card__linkedin{display:inline-block;font-family:var(--ds-font-ui);font-size:0.875rem;font-weight:500;color:var(--ds-primary);text-decoration:none;}.author-card__linkedin:hover{color:var(--ds-primary-dark);text-decoration:underline;}@media (max-width:640px){.author-card{grid-template-columns:64px 1fr;gap:var(--ds-space-md);padding:var(--ds-space-md);}.author-card__photo,.author-card__photo img{width:64px;height:64px;}}.author-byline{display:inline-flex;align-items:center;gap:var(--ds-space-sm);}.author-byline__photo img{width:36px;height:36px;border-radius:50%;object-fit:cover;display:block;}.author-byline__text{display:inline-flex;flex-direction:column;line-height:1.2;}.author-byline__name{font-weight:600;color:var(--ds-text);text-decoration:none;}.author-byline__name:hover{color:var(--ds-primary);}.author-byline__role{font-size:0.75rem;font-weight:400;color:var(--ds-text-muted);}.article-hero-image{margin:var(--ds-space-xl) 0;border-radius:var(--ds-radius-md);overflow:hidden;}.article-hero-image img{width:100%;height:auto;}.article-hero-image figcaption{font-family:var(--ds-font-ui);font-size:0.8125rem;color:var(--ds-text-muted);padding:var(--ds-space-sm) 0;}.tag-list{display:flex;flex-wrap:wrap;gap:var(--ds-space-sm);list-style:none;padding:0;margin:var(--ds-space-lg) 0;}.tag-list__item a{display:inline-block;font-family:var(--ds-font-ui);font-size:0.8125rem;font-weight:500;padding:4px 12px;background:var(--ds-primary-light);color:var(--ds-primary);border-radius:var(--ds-radius-sm);text-decoration:none;transition:background var(--ds-transition);}.tag-list__item a:hover{background:var(--ds-primary);color:var(--ds-white);text-decoration:none;}.newsletter-signup{text-align:center;}.newsletter-signup__title{font-family:var(--ds-font-headline);font-size:1.75rem;color:var(--ds-white);margin-bottom:var(--ds-space-sm);}.newsletter-signup__text{font-size:1rem;opacity:0.85;margin-bottom:var(--ds-space-lg);max-width:500px;margin-left:auto;margin-right:auto;}.newsletter-signup__form{display:flex;gap:var(--ds-space-sm);justify-content:center;max-width:480px;margin:0 auto;}.newsletter-signup__form input[type="email"]{flex:1;padding:12px 16px;border:2px solid rgba(255,255,255,0.3);border-radius:var(--ds-radius-sm);background:rgba(255,255,255,0.1);color:var(--ds-white);font-family:var(--ds-font-ui);font-size:0.9375rem;}.newsletter-signup__form input[type="email"]::placeholder{color:rgba(255,255,255,0.5);}.newsletter-signup__form button{padding:12px 28px;background:var(--ds-accent);color:var(--ds-white);border:none;border-radius:var(--ds-radius-sm);font-family:var(--ds-font-ui);font-weight:600;font-size:0.9375rem;cursor:pointer;transition:background var(--ds-transition);}.newsletter-signup__form button:hover{background:var(--ds-accent-dark);}@media (max-width:768px){.newsletter-signup__form{flex-direction:column;}.article-header__title{font-size:2rem;}}.region-newsletter-signup .block-simplenews-subscription-block{max-width:720px;margin:0 auto;}.region-newsletter-signup .block-simplenews-subscription-block h2,.region-newsletter-signup .block-simplenews-subscription-block .block__title{font-family:var(--ds-font-headline);font-size:2rem;font-weight:700;margin-bottom:var(--ds-space-sm);color:var(--ds-white);}.region-newsletter-signup .simplenews-subscribe,.region-newsletter-signup .simplenews_subscription_block{color:var(--ds-white);}.region-newsletter-signup .simplenews-subscribe p,.region-newsletter-signup .simplenews_subscription_block p{opacity:0.9;font-size:1rem;margin-bottom:var(--ds-space-lg);}.region-newsletter-signup form .form-item{margin-bottom:var(--ds-space-md);text-align:left;}.region-newsletter-signup form label{color:var(--ds-white);font-family:var(--ds-font-ui);font-weight:500;font-size:0.9375rem;}.region-newsletter-signup form input[type="email"],.region-newsletter-signup form input[type="text"]{width:100%;padding:12px 16px;border:2px solid rgba(255,255,255,0.25);border-radius:var(--ds-radius-sm);background:rgba(255,255,255,0.08);color:var(--ds-white);font-family:var(--ds-font-ui);font-size:0.9375rem;transition:border-color var(--ds-transition),background var(--ds-transition);}.region-newsletter-signup form input[type="email"]::placeholder,.region-newsletter-signup form input[type="text"]::placeholder{color:rgba(255,255,255,0.5);}.region-newsletter-signup form input[type="email"]:focus,.region-newsletter-signup form input[type="text"]:focus{outline:none;border-color:var(--ds-accent);background:rgba(255,255,255,0.14);}.region-newsletter-signup fieldset,.region-newsletter-signup .form-checkboxes{border:none;padding:0;margin:var(--ds-space-md) 0;background:rgba(0,0,0,0.18);border-radius:var(--ds-radius-sm);padding:var(--ds-space-md) var(--ds-space-lg);}.region-newsletter-signup fieldset legend{color:var(--ds-white);font-family:var(--ds-font-ui);font-weight:600;font-size:0.9375rem;padding:0;}.region-newsletter-signup .form-type-checkbox,.region-newsletter-signup .js-form-type-checkbox{display:flex;align-items:flex-start;gap:var(--ds-space-sm);margin:var(--ds-space-xs) 0;}.region-newsletter-signup .form-type-checkbox input[type="checkbox"]{accent-color:var(--ds-accent);width:18px;height:18px;margin-top:2px;flex-shrink:0;}.region-newsletter-signup .form-type-checkbox label{font-weight:400;line-height:1.4;cursor:pointer;}.region-newsletter-signup .description,.region-newsletter-signup .form-item__description{color:rgba(255,255,255,0.65);font-size:0.8125rem;margin-top:2px;}.region-newsletter-signup input[type="submit"],.region-newsletter-signup button[type="submit"]{background:var(--ds-accent);color:var(--ds-white);border:2px solid var(--ds-accent);border-radius:var(--ds-radius-sm);padding:12px 32px;font-family:var(--ds-font-ui);font-weight:600;font-size:0.9375rem;cursor:pointer;transition:background var(--ds-transition),border-color var(--ds-transition);}.region-newsletter-signup input[type="submit"]:hover,.region-newsletter-signup button[type="submit"]:hover{background:var(--ds-accent-dark);border-color:var(--ds-accent-dark);}.homepage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--ds-space-xl);list-style:none;padding:0;margin:var(--ds-space-xl) 0;}.homepage-grid > li{list-style:none;margin:0;}.homepage-grid > li:first-child{grid-column:1 / -1;}.homepage-grid > li:first-child .node--view-mode-teaser h2,.homepage-grid > li:first-child .node--view-mode-teaser .node__title{font-size:2.25rem;line-height:1.1;}.homepage-grid > li:first-child .node--view-mode-teaser .field--name-field-hero-image img{width:100%;max-height:480px;object-fit:cover;}@media (max-width:960px){.homepage-grid{grid-template-columns:repeat(2,1fr);}.homepage-grid > li:first-child{grid-column:1 / -1;}}@media (max-width:640px){.homepage-grid{grid-template-columns:1fr;}}.sectors-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:var(--ds-space-lg);list-style:none;padding:0;margin:var(--ds-space-xl) 0;}.sector-tile{background:var(--ds-surface,#ffffff);border:1px solid var(--ds-border);border-radius:var(--ds-radius-md);padding:var(--ds-space-lg);transition:transform var(--ds-transition),border-color var(--ds-transition),box-shadow var(--ds-transition);}.sector-tile:hover{transform:translateY(-2px);border-color:var(--ds-primary);box-shadow:0 6px 20px rgba(0,0,0,0.08);}.sector-tile .views-field-name a,.sector-tile .views-field-name{display:block;font-family:var(--ds-font-headline);font-size:1.375rem;font-weight:700;color:var(--ds-text);text-decoration:none;margin-bottom:var(--ds-space-sm);}.sector-tile:hover .views-field-name a{color:var(--ds-primary);}.sector-tile .views-field-description__value{font-size:0.9375rem;color:var(--ds-text-secondary);line-height:1.5;}.node--view-mode-teaser .author-byline__photo img{width:28px;height:28px;}.node--view-mode-teaser .author-byline__name{font-size:0.875rem;}.node--view-mode-teaser .author-byline__role{font-size:0.6875rem;}.pager{margin:var(--ds-space-2xl) 0;display:flex;justify-content:center;}.pager__items{display:flex;gap:var(--ds-space-xs);list-style:none;padding:0;}.pager__item a,.pager__item.is-active a{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;font-family:var(--ds-font-ui);font-size:0.875rem;font-weight:500;border-radius:var(--ds-radius-sm);text-decoration:none;transition:all var(--ds-transition);}.pager__item a{color:var(--ds-text);background:var(--ds-white);border:1px solid var(--ds-border);}.pager__item a:hover{background:var(--ds-primary);color:var(--ds-white);border-color:var(--ds-primary);}.pager__item.is-active a{background:var(--ds-primary);color:var(--ds-white);border-color:var(--ds-primary);}.form-item{margin-bottom:var(--ds-space-md);}.form-item label{display:block;font-family:var(--ds-font-ui);font-size:0.875rem;font-weight:600;margin-bottom:var(--ds-space-xs);}.form-text,.form-email,.form-url,.form-search,.form-tel,textarea,select{width:100%;padding:10px 14px;font-family:var(--ds-font-ui);font-size:0.9375rem;border:1px solid var(--ds-border);border-radius:var(--ds-radius-sm);background:var(--ds-white);transition:border-color var(--ds-transition);}.form-text:focus,.form-email:focus,textarea:focus,select:focus{outline:none;border-color:var(--ds-primary);box-shadow:0 0 0 3px rgba(27,94,59,0.15);}.messages{padding:var(--ds-space-md) var(--ds-space-lg);margin-bottom:var(--ds-space-lg);border-radius:var(--ds-radius-md);font-family:var(--ds-font-ui);font-size:0.9375rem;}.messages--status{background:var(--ds-primary-light);color:var(--ds-primary-dark);border:1px solid rgba(27,94,59,0.2);}.messages--warning{background:#FFF8E1;color:#856404;border:1px solid rgba(133,100,4,0.2);}.messages--error{background:#FFEBEE;color:#C62828;border:1px solid rgba(198,40,40,0.2);}.site-branding__logo{display:inline-flex;align-items:center;text-decoration:none;}.site-branding__logo img{display:block;height:80px;width:auto;max-width:100%;}@media (max-width:768px){.site-branding__logo img{height:56px;}}.header-top-actions{display:flex;align-items:flex-start;gap:var(--ds-space-md);align-self:center;}.search-block-form{display:flex;flex-direction:column;align-items:flex-end;gap:0.25rem;min-width:18rem;}.search-block-form .form-item{margin:0;width:100%;}.search-block-form label.visually-hidden{position:absolute !important;left:-10000px;width:1px;height:1px;overflow:hidden;}.search-block-form input[type="search"]{width:100%;background-color:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.2);border-radius:999px;color:var(--ds-white);font-family:var(--ds-font-ui);font-size:0.875rem;line-height:1.2;padding:0.5rem 1rem;transition:background-color 120ms ease,border-color 120ms ease;}.search-block-form input[type="search"]::placeholder{color:rgba(255,255,255,0.55);}.search-block-form input[type="search"]:focus{background-color:rgba(255,255,255,0.14);border-color:var(--ds-primary);outline:none;}.search-block-form .form-actions{margin:0;}.search-block-form .form-actions input[type="submit"]{background-color:var(--ds-primary);color:var(--ds-white);border:none;border-radius:999px;font-family:var(--ds-font-ui);font-size:0.6875rem;font-weight:700;letter-spacing:0.05em;text-transform:uppercase;padding:0.35rem 0.9rem;cursor:pointer;transition:background-color 120ms ease,filter 120ms ease;}.search-block-form .form-actions input[type="submit"]:hover,.search-block-form .form-actions input[type="submit"]:focus{filter:brightness(1.15);}.search-form{margin-bottom:var(--ds-space-lg);}.search-form input[type="search"]{font-size:1rem;padding:0.6rem 1rem;border-radius:999px;border:1px solid var(--ds-border);min-width:60%;}.search-results{list-style:none;padding:0;margin:0;}.search-results > li{padding:var(--ds-space-lg) 0;border-bottom:1px solid var(--ds-border);}.search-results h3{font-family:var(--ds-font-headline);font-size:1.25rem;margin-bottom:var(--ds-space-xs);}.search-results h3 a{color:var(--ds-text);text-decoration:none;}.search-results h3 a:hover{color:var(--ds-primary);}.search-results .search-snippet{color:var(--ds-text-secondary);font-size:0.9375rem;line-height:1.5;}.search-results .search-info{color:var(--ds-text-muted);font-size:0.8125rem;margin-top:var(--ds-space-xs);}.search-empty,.search-form + p em{color:var(--ds-text-muted);font-style:italic;}@media (max-width:768px){.region-header-top .container{flex-wrap:wrap;gap:var(--ds-space-sm);padding-top:var(--ds-space-sm);padding-bottom:var(--ds-space-sm);}.header-top-actions{width:100%;justify-content:flex-end;align-items:center;gap:var(--ds-space-sm);}.header-top-actions .header-subscribe-btn{flex:0 0 auto;white-space:nowrap;}.search-block-form{flex-direction:row;align-items:center;gap:var(--ds-space-xs);min-width:0;flex:1;}.search-block-form .form-item{flex:1;min-width:0;}.search-block-form .form-actions input[type="submit"]{padding:0.4rem 0.8rem;}}.article-embed{margin:0 0 1.5rem;}.article-embed--video{position:relative;}.article-embed--video iframe{width:100%;aspect-ratio:16 / 9;height:auto;border:0;display:block;}.article-embed--podcast iframe{display:block;width:100%;border:0;background:#f0f0f0;}.article-hero-carousel{margin:0 0 4rem;position:relative;}.article-hero-carousel .glide__slides{margin:0;padding:0;}.article-hero-carousel .glide__slide{list-style:none;}.article-hero-carousel .article-card{border:0;padding:0;background:transparent;max-width:1100px;margin:0 auto;}.article-hero-carousel .article-card__image-wrapper{display:block;aspect-ratio:16 / 9;overflow:hidden;background:#f0f0f0;margin-bottom:1.5rem;}.article-hero-carousel .article-card__image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease;}.article-hero-carousel .article-card:hover .article-card__image-wrapper img{transform:scale(1.02);}.article-hero-carousel .article-card__body{padding:0;}.article-hero-carousel .article-card__summary{display:none;}.article-hero-carousel .article-card__sector{text-transform:uppercase;letter-spacing:0.08em;font-size:0.85rem;font-weight:700;color:var(--ds-accent);margin-bottom:0.75rem;}.article-hero-carousel .article-card__sector a{color:inherit;text-decoration:none;}.article-hero-carousel .article-card__title,.article-hero-carousel .article-card__title a{font-family:'Playfair Display',Georgia,serif;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:800;line-height:1.15;margin:0 0 1rem;color:#111;text-decoration:none;}.article-hero-carousel .article-card__title a:hover{color:var(--ds-accent);}.article-hero-carousel .article-card__subtitle{font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.5;color:#444;margin:0 0 1rem;}.article-hero-carousel .article-card__meta{font-size:0.85rem;color:#777;}.article-hero-carousel .glide__bullets{display:flex;justify-content:center;gap:0.5rem;margin:1.5rem 0 0;}.article-hero-carousel .glide__bullet{width:10px;height:10px;border-radius:50%;border:1.5px solid var(--ds-accent);background:transparent;cursor:pointer;padding:0;transition:background 0.2s ease;}.article-hero-carousel .glide__bullet:hover,.article-hero-carousel .glide__bullet--active{background:var(--ds-accent);}.article-hero-carousel .glide__arrows{position:absolute;top:calc(56.25% / 2 * 16 / 9 / 2);left:0;right:0;display:flex;justify-content:space-between;pointer-events:none;padding:0 1rem;}.article-hero-carousel .glide__arrow{pointer-events:auto;background:rgba(0,0,0,0.55);border:0;color:#fff;width:44px;height:44px;border-radius:50%;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.2s ease;}.article-hero-carousel:hover .glide__arrow,.article-hero-carousel .glide__arrow:focus{opacity:1;}.article-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2.25rem 2rem;margin-top:1rem;}.article-grid > .views-row{min-width:0;}.article-grid .article-card{display:flex;flex-direction:column;gap:0.75rem;border:0;padding:0;height:100%;}.article-grid .article-card__image-wrapper{display:block;aspect-ratio:4 / 3;overflow:hidden;background:#f0f0f0;}.article-grid .article-card__image-wrapper img{width:100%;height:100%;object-fit:cover;}.article-grid .article-card__body{display:flex;flex-direction:column;flex:1 1 auto;}.article-grid .article-card__byline{margin-top:auto;}.article-grid .article-card__sector{text-transform:uppercase;letter-spacing:0.06em;font-size:0.72rem;font-weight:700;color:var(--ds-accent);}.article-grid .article-card__title{font-family:'Playfair Display',Georgia,serif;font-size:1.15rem;font-weight:700;line-height:1.3;margin:0;}.article-grid .article-card__title a{color:#111;text-decoration:none;}.article-grid .article-card__title a:hover{color:var(--ds-accent);}.article-grid .article-card__subtitle{font-size:0.92rem;line-height:1.45;color:#555;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}.article-grid .article-card__summary{display:none;}.article-grid .article-card__byline{font-size:0.78rem;color:#777;margin-top:auto;}@media (max-width:1024px){.article-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:560px){.article-grid{grid-template-columns:1fr;}}.events-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.75rem 1.5rem;align-items:start;margin-top:1rem;}@media (max-width:1024px){.events-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:560px){.events-grid{grid-template-columns:1fr;}}.events-grid__month{grid-column:1 / -1;font-family:var(--ds-font-headline);font-size:1.5rem;font-weight:700;margin:0 0 0.25rem 0;padding-bottom:0.4rem;border-bottom:2px solid var(--ds-primary);color:var(--ds-text);}.events-grid__month:not(:first-child){margin-top:1.5rem;}.events-grid .views-row{min-width:0;}.event-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--ds-border);transition:box-shadow 0.15s ease,transform 0.15s ease;}.event-card:hover{box-shadow:0 8px 24px rgba(0,0,0,0.08);transform:translateY(-2px);}.event-card__link{display:flex;flex-direction:column;gap:0;text-decoration:none;color:inherit;height:100%;}.event-card__image-wrapper{display:block;aspect-ratio:4 / 3;overflow:hidden;background:#f0f0f0;}.event-card__image-wrapper img{width:100%;height:100%;object-fit:cover;}.event-card__body{display:flex;flex-direction:column;gap:0.45rem;padding:0.9rem 1rem 1.1rem;}.event-card__dates{font-family:var(--ds-font-ui);font-size:0.78rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:var(--ds-primary);}.event-card__dates-sep{margin:0 0.35em;}.event-card__title{font-family:var(--ds-font-headline);font-size:1.1rem;font-weight:700;line-height:1.3;margin:0;color:var(--ds-text);}.event-card__location{font-size:0.85rem;color:var(--ds-text-secondary);line-height:1.35;}.event-card__sector{font-family:var(--ds-font-ui);font-size:0.72rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;color:var(--ds-text-muted);margin-top:auto;}.event-card__sector a{color:inherit;text-decoration:none;}.node--type-event.node--view-mode-full{max-width:920px;margin:0 auto;}.event-hero{margin:0 0 var(--ds-space-lg);}.event-hero img{width:100%;height:auto;display:block;}.event-header{margin-bottom:var(--ds-space-lg);}.event-header__title{font-family:var(--ds-font-headline);font-size:2.5rem;font-weight:900;line-height:1.1;margin:0 0 var(--ds-space-md);}.event-header__dates{font-family:var(--ds-font-ui);font-size:1rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:var(--ds-primary);margin:0;}.event-header__dates-sep{margin:0 0.4em;}.event-body{margin:var(--ds-space-lg) 0;}.event-meta-grid,.article-meta-grid{display:grid;gap:var(--ds-space-xl);margin:var(--ds-space-xl) 0;padding:var(--ds-space-lg) 0;border-top:1px solid var(--ds-border);border-bottom:1px solid var(--ds-border);}.event-meta-grid{grid-template-columns:1fr 1fr;}.article-meta-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.event-meta-grid__heading,.article-meta-grid__heading{font-family:var(--ds-font-ui);font-size:0.78rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:var(--ds-text-muted);margin:0 0 var(--ds-space-sm);}.event-meta-grid__body,.article-meta-grid__body{font-size:1rem;line-height:1.45;}.event-meta-grid__body a,.article-meta-grid__body a{color:var(--ds-primary);text-decoration:none;}.event-meta-grid__body a:hover,.article-meta-grid__body a:hover{text-decoration:underline;}.article-meta-grid__body .sector-tag{font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:normal;text-transform:none;display:inline;}.article-card__image-wrapper{position:relative;}.article-card__media-badge{position:absolute;bottom:0.5rem;left:0.5rem;font-family:var(--ds-font-ui);font-size:0.7rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:#fff;background:rgba(0,0,0,0.65);padding:0.25rem 0.5rem;border-radius:2px;pointer-events:none;}.article-card__image-wrapper--podcast{display:flex;flex-direction:column;align-items:center;justify-content:center;aspect-ratio:4 / 3;background:linear-gradient(135deg,var(--ds-accent) 0%,var(--ds-accent-dark) 100%);color:#fff;text-align:center;overflow:hidden;}.article-card__podcast-glyph{font-size:3.25rem;line-height:1;margin-bottom:0.4rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,0.25));}.article-card__image-wrapper--podcast .article-card__media-badge{background:rgba(0,0,0,0.4);}.latest-news-ticker{width:100%;overflow:hidden;}.latest-news-ticker__track{display:flex;gap:3rem;width:max-content;animation:latest-news-ticker-scroll 90s linear infinite;white-space:nowrap;}.latest-news-ticker:hover .latest-news-ticker__track,.latest-news-ticker:focus-within .latest-news-ticker__track{animation-play-state:paused;}.latest-news-ticker__item{font-family:var(--ds-font-ui);font-size:0.85rem;font-weight:600;color:var(--ds-white);text-decoration:none;letter-spacing:0.02em;white-space:nowrap;flex:0 0 auto;}.latest-news-ticker__item::before{content:"•";margin-right:0.6em;opacity:0.7;}.latest-news-ticker__item:hover{text-decoration:underline;}@keyframes latest-news-ticker-scroll{from{transform:translateX(0);}to{transform:translateX(-50%);}}@media (prefers-reduced-motion:reduce){.latest-news-ticker__track{animation:none;}}@media (max-width:768px){.region-highlighted{display:none;}}.feed-icons,.feed-icon{display:none !important;}.newsletter-signup-form--two-col form{display:grid;grid-template-columns:1fr 1fr;gap:var(--ds-space-lg) var(--ds-space-xl);align-items:stretch;}.newsletter-signup-form--two-col form > #edit-mail-wrapper,.newsletter-signup-form--two-col form > .form-item-mail{grid-column:1 / -1;order:1;}.newsletter-signup-form--two-col form > #edit-subscriptions-wrapper,.newsletter-signup-form--two-col form > #edit-subscriptions--wrapper{grid-column:1;order:2;}.newsletter-signup-form--two-col form > .form-item-interested-sectors,.newsletter-signup-form--two-col form > .js-form-item-interested-sectors{grid-column:2;order:3;}.newsletter-signup-form--two-col form > .form-item-message,.newsletter-signup-form--two-col form > #edit-message{grid-column:1 / -1;order:4;}.newsletter-signup-form--two-col form > .form-actions{grid-column:1 / -1;order:5;}.newsletter-signup-form--two-col form > input[type="hidden"]{display:none;}.newsletter-signup-form--two-col form > #edit-subscriptions-wrapper > #edit-subscriptions--wrapper,.newsletter-signup-form--two-col form > .form-item-interested-sectors,.newsletter-signup-form--two-col form > .js-form-item-interested-sectors{position:relative;background:rgba(0,0,0,0.18);border:0;border-radius:var(--ds-radius-sm);padding:2.6rem var(--ds-space-lg) var(--ds-space-md);margin:0;box-sizing:border-box;}.newsletter-signup-form--two-col form > #edit-subscriptions-wrapper{margin:0;padding:0;background:transparent;}.newsletter-signup-form--two-col fieldset > legend,.newsletter-signup-form--two-col .form-item-interested-sectors > label,.newsletter-signup-form--two-col .js-form-item-interested-sectors > label{position:absolute !important;top:var(--ds-space-md) !important;left:var(--ds-space-lg) !important;right:var(--ds-space-lg) !important;display:block !important;float:none !important;width:auto !important;inline-size:auto !important;font-family:var(--ds-font-ui);font-size:0.9375rem;font-weight:600;color:var(--ds-white);line-height:1.4;padding:0 !important;margin:0 !important;border:0;background:transparent;text-transform:none;z-index:1;}.newsletter-signup-form--two-col fieldset > legend > .fieldset-legend{display:block;font:inherit;color:inherit;line-height:inherit;margin:0;padding:0;background:transparent;border:0;}.newsletter-signup-form--two-col .fieldset-wrapper{margin:0;padding:0;border:0;}.newsletter-signup-form--two-col .form-checkboxes,.newsletter-signup-form--two-col .chosen-container-multi .chosen-choices{background:rgba(255,255,255,0.06);border:0;border-radius:var(--ds-radius-sm);padding:var(--ds-space-md);margin:0;box-shadow:none;}.newsletter-signup-form--two-col .chosen-container-multi{width:100% !important;}.newsletter-signup-form--two-col .chosen-container-multi .chosen-choices{min-height:110px;}.newsletter-signup-form--two-col .chosen-container-multi .chosen-choices li.search-choice{background:var(--ds-accent);border:0;color:var(--ds-white);font-family:var(--ds-font-ui);font-size:0.85rem;padding:4px 22px 4px 10px;margin:3px 5px 3px 0;box-shadow:none;border-radius:3px;}.newsletter-signup-form--two-col .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{filter:invert(1) brightness(2);}.newsletter-signup-form--two-col .chosen-container-multi .chosen-choices li.search-field input[type="text"]{color:var(--ds-white);font-family:var(--ds-font-ui);background:transparent;}@media (max-width:700px){.newsletter-signup-form--two-col form{grid-template-columns:1fr;}.newsletter-signup-form--two-col form > #edit-subscriptions-wrapper,.newsletter-signup-form--two-col form > #edit-subscriptions--wrapper,.newsletter-signup-form--two-col form > .form-item-interested-sectors,.newsletter-signup-form--two-col form > .js-form-item-interested-sectors{grid-column:1 / -1;}.newsletter-signup-form--two-col .chosen-container-multi,.newsletter-signup-form--two-col .chosen-container-multi .chosen-choices{min-height:110px;}}.taxonomy-term-listing .views-row{margin-bottom:var(--ds-space-lg);padding-bottom:var(--ds-space-lg);border-bottom:1px solid var(--ds-border);}.taxonomy-term-listing .views-row:last-child{border-bottom:0;}.taxonomy-term-listing .article-card{display:grid;grid-template-columns:minmax(180px,240px) 1fr;gap:var(--ds-space-lg);align-items:start;}.taxonomy-term-listing .article-card__image-wrapper{width:100%;aspect-ratio:4 / 3;overflow:hidden;margin:0;}.taxonomy-term-listing .article-card__image-wrapper img{width:100%;height:100%;object-fit:cover;}.taxonomy-term-listing .article-card__body{display:flex;flex-direction:column;gap:0.5rem;min-width:0;}.taxonomy-term-listing .article-card__title{font-family:var(--ds-font-headline);font-size:1.4rem;font-weight:700;line-height:1.2;margin:0;}.taxonomy-term-listing .article-card__subtitle{font-size:0.95rem;line-height:1.45;color:var(--ds-text-secondary);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}.taxonomy-term-listing .article-card__summary{display:none;}.taxonomy-term-listing .article-card__byline{font-size:0.78rem;color:var(--ds-text-muted);margin-top:auto;}@media (max-width:700px){.taxonomy-term-listing .article-card{grid-template-columns:1fr;gap:var(--ds-space-md);}.taxonomy-term-listing .article-card__image-wrapper{aspect-ratio:16 / 9;}.taxonomy-term-listing .article-card__title{font-size:1.2rem;}}.event-cta{margin:var(--ds-space-lg) 0;}.event-cta a{font-family:var(--ds-font-ui);font-weight:700;color:var(--ds-primary);}@media (max-width:800px){.article-meta-grid{grid-template-columns:1fr 1fr;}}@media (max-width:600px){.event-meta-grid,.article-meta-grid{grid-template-columns:1fr;gap:var(--ds-space-md);}.event-header__title{font-size:1.8rem;}}.footer-brand__logo{display:block;height:32px;width:auto;margin:0 0 var(--ds-space-md);}.footer-brand__tagline{font-size:0.9rem;color:rgba(255,255,255,0.65);margin:0 0 var(--ds-space-md);}.footer-brand__address{font-style:normal;font-size:0.85rem;line-height:1.55;color:rgba(255,255,255,0.55);}.footer-col__title,.region-footer-third .menu--footer__heading,.region-footer-third h2.block__title{font-family:var(--ds-font-ui);font-size:0.8125rem;text-transform:uppercase;letter-spacing:0.08em;color:var(--ds-white);margin:0 0 var(--ds-space-md);font-weight:700;}.footer-col__links{list-style:none;padding:0;margin:0;}.footer-col__links li{margin:0 0 0.35rem;}.footer-col__copy{font-size:0.875rem;margin:0 0 var(--ds-space-md);color:rgba(255,255,255,0.55);}.region-footer-third ul{list-style:none;padding:0;margin:0;}.region-footer-third ul li{margin:0 0 0.35rem;}.footer-subscribe-cta{display:inline-block !important;margin:0 0 var(--ds-space-md);padding:0.5rem 0.95rem;background:var(--ds-accent);color:var(--ds-white) !important;font-family:var(--ds-font-ui);font-size:0.8125rem;font-weight:600;letter-spacing:0.04em;border-radius:3px;text-decoration:none !important;transition:background var(--ds-transition);}.footer-subscribe-cta:hover{background:var(--ds-accent-dark);}.footer-social{list-style:none;padding:0;margin:var(--ds-space-md) 0 0;display:flex;gap:0.6rem;}.footer-social li{margin:0;}.footer-social a{display:inline-flex !important;align-items:center;justify-content:center;width:36px;height:36px;background:rgba(255,255,255,0.08);color:rgba(255,255,255,0.7) !important;border-radius:50%;transition:background var(--ds-transition),color var(--ds-transition);margin:0 !important;}.footer-social a:hover{background:var(--ds-accent);color:var(--ds-white) !important;}.footer-social svg{display:block;}.footer-brand a,.footer-copyright a{display:inline !important;margin:0 !important;}.footer-copyright{width:100%;font-size:0.8125rem;color:rgba(255,255,255,0.55);}.footer-copyright p{margin:0 0 0.25rem;}.footer-copyright__publishers{color:rgba(255,255,255,0.4);font-size:0.75rem;}@media (max-width:768px){.footer-columns{grid-template-columns:1fr 1fr;gap:var(--ds-space-xl);}}@media (max-width:520px){.footer-columns{grid-template-columns:1fr;}}.article-body--gated{position:relative;}.article-body--gated .article-body__excerpt{position:relative;}.article-body--gated .article-body__excerpt::after{content:"";position:absolute;left:0;right:0;bottom:0;height:4rem;background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,0.9) 60%,#fff);pointer-events:none;}.gate-prompt{margin:2.5rem 0 0;padding:2rem 1.75rem;background:#f4f4f2;border:1px solid #e4e4e0;border-radius:4px;text-align:center;}.gate-prompt__heading{font-family:"Playfair Display",Georgia,serif;font-size:1.5rem;font-weight:700;margin:0 0 0.5rem;color:var(--ds-primary,#1A1A1A);}.gate-prompt__copy{margin:0 auto 1.5rem;max-width:36rem;color:#555;font-size:1rem;line-height:1.5;}.gate-prompt__actions{display:flex;gap:0.75rem;justify-content:center;flex-wrap:wrap;}.gate-prompt__button{display:inline-block;padding:0.75rem 1.5rem;font-size:0.95rem;font-weight:600;text-decoration:none;border-radius:3px;transition:background 0.15s ease,color 0.15s ease;}.gate-prompt__button--primary{background:var(--ds-accent,#2C7A7B);color:#fff;}.gate-prompt__button--primary:hover,.gate-prompt__button--primary:focus{background:var(--ds-accent-dark,#1F5859);color:#fff;}.gate-prompt__button--secondary{background:#fff;color:var(--ds-accent,#2C7A7B);border:1px solid var(--ds-accent,#2C7A7B);}.gate-prompt__button--secondary:hover,.gate-prompt__button--secondary:focus{background:var(--ds-accent,#2C7A7B);color:#fff;}.gate-prompt__why{display:inline-block;margin-left:0.25rem;color:var(--ds-accent,#2C7A7B);font-weight:600;text-decoration:underline;text-underline-offset:2px;white-space:nowrap;}.gate-prompt__why:hover,.gate-prompt__why:focus{color:var(--ds-accent-dark,#1F5859);}.gate-prompt__list{display:inline-block;margin:0 auto 1.5rem;padding:0 0 0 1.25rem;max-width:36rem;color:#555;font-size:0.95rem;line-height:1.55;text-align:left;}.gate-prompt__list li{margin:0.35rem 0;}.why-we-ask{max-width:40rem;margin:2.5rem auto 4rem;padding:0 1.25rem;font-size:1.05rem;line-height:1.65;color:#333;}.why-we-ask p{margin:0 0 1.25rem;}.why-we-ask__actions{display:flex;gap:0.75rem;flex-wrap:wrap;margin-top:2rem;}.header-user-nav{display:inline-flex;align-items:center;gap:0.25rem;margin-right:0.5rem;}.header-user-nav__icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:#fff;text-decoration:none;transition:background-color 0.15s ease,color 0.15s ease;}.header-user-nav__icon:hover,.header-user-nav__icon:focus{background-color:var(--ds-accent,#2C7A7B);color:#fff;outline:none;}.header-user-nav__icon:focus-visible{box-shadow:0 0 0 2px rgba(255,255,255,0.6);}.header-user-nav__icon svg{display:block;}@media (max-width:640px){.header-user-nav__icon{width:32px;height:32px;}.header-user-nav__icon svg{width:20px;height:20px;}}.publication-switcher{background:#fff;border-bottom:1px solid #e6e6e3;font-family:var(--ds-font-ui,"Source Sans 3",sans-serif);font-size:0.8125rem;letter-spacing:0.02em;}.publication-switcher__list{display:flex;flex-wrap:wrap;gap:1.25rem;list-style:none;margin:0;padding:0.5rem 0;justify-content:center;}.publication-switcher__item{position:relative;}.publication-switcher__link{color:#555;text-decoration:none;padding:0.25rem 0;border-bottom:2px solid transparent;transition:color 0.15s ease,border-color 0.15s ease;}a.publication-switcher__link:hover,a.publication-switcher__link:focus{color:var(--brand-accent,#1A1A1A);border-bottom-color:var(--brand-accent,#1A1A1A);outline:none;}.publication-switcher__link--current{color:var(--brand-accent,#1A1A1A);font-weight:600;border-bottom-color:var(--brand-accent,#1A1A1A);}.publication-switcher__link--soon{color:#999;font-style:italic;}@media (max-width:640px){.publication-switcher__list{gap:0.75rem;font-size:0.75rem;}}.disrupts-sso-intro{margin:0 0 1.5rem;color:#555;font-size:1rem;line-height:1.55;}#disrupts-sso-preference-centre-form > details{margin:0 0 1.25rem;border:1px solid #e6e6e3;border-radius:6px;background:#fff;padding:0.5rem 1.25rem;}#disrupts-sso-preference-centre-form > details > summary{font-family:var(--ds-font-display,"Playfair Display",Georgia,serif);font-size:1.25rem;font-weight:700;color:var(--ds-primary,#1A1A1A);padding:0.75rem 0;cursor:pointer;}.disrupts-sso-brand-group{margin:0.75rem 0 1rem;padding:1rem 1.25rem;border:1px solid #ececea;border-left:4px solid var(--brand-accent,#888);border-radius:0 4px 4px 0;background:#fafaf9;}.disrupts-sso-brand-group legend{font-family:var(--ds-font-ui,"Source Sans 3",sans-serif);font-size:0.9375rem;font-weight:700;color:var(--brand-accent,#1A1A1A);letter-spacing:0.02em;text-transform:uppercase;padding:0 0.5rem;margin-left:-0.5rem;}.disrupts-sso-brand-group.is-coming-soon{opacity:0.55;}.disrupts-sso-brand-group input[type="checkbox"]{accent-color:var(--brand-accent,#1A1A1A);}.preferences-account-actions{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e6e6e3;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;font-size:0.9375rem;}.preferences-account-actions__signed-in-as{color:#555;margin-right:auto;}.preferences-account-actions__signed-in-as strong{color:#1a1a1a;}.preferences-account-actions__link{color:var(--ds-accent,#2C7A7B);text-decoration:none;border-bottom:1px solid transparent;}.preferences-account-actions__link:hover,.preferences-account-actions__link:focus{border-bottom-color:var(--ds-accent,#2C7A7B);}.preferences-account-actions__link--logout{font-weight:600;}.preferences-account-actions__link--danger{color:#B6553A;}.preferences-account-actions__link--danger:hover,.preferences-account-actions__link--danger:focus{border-bottom-color:#B6553A;}.site-footer.policies-footer{background:var(--ds-primary);color:var(--ds-primary-light);padding:3rem 0 2rem;margin-top:4rem;}.site-footer.policies-footer .container{max-width:1200px;margin:0 auto;padding:0 1.5rem;}.policies-footer__columns{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,0.1);}.policies-footer__heading{font-size:0.85rem;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;margin:0 0 1rem;color:var(--ds-white);}.policies-footer__list{list-style:none;margin:0;padding:0;}.policies-footer__item{margin:0 0 0.5rem;}.policies-footer__link{display:inline-block;color:var(--ds-primary-light);text-decoration:none;font-size:0.95rem;transition:color 0.15s ease;}.policies-footer__link:hover,.policies-footer__link:focus{color:var(--ds-accent);text-decoration:underline;}.policies-footer__bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem 2.5rem;flex-wrap:wrap;}.policies-footer__right{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:0.75rem;}.policies-footer__brand{flex:0 0 auto;}.policies-footer__brand-link{display:inline-block;line-height:0;}.policies-footer__brand-logo{height:32px;width:auto;max-width:200px;display:block;opacity:0.85;transition:opacity 0.15s ease;}.policies-footer__brand-link:hover .policies-footer__brand-logo,.policies-footer__brand-link:focus .policies-footer__brand-logo{opacity:1;}.policies-footer__entity{flex:1 1 280px;font-size:0.85rem;line-height:1.6;color:rgba(255,255,255,0.7);}.policies-footer__entity p{margin:0 0 0.4rem;}.policies-footer__entity strong{color:var(--ds-white);}.policies-footer__entity a{display:inline-block;color:var(--ds-primary-light);text-decoration:none;}.policies-footer__entity a:hover,.policies-footer__entity a:focus{color:var(--ds-accent);text-decoration:underline;}.policies-footer__social{flex:0 0 auto;display:flex;gap:0.75rem;list-style:none;margin:0;padding:0;align-items:center;}.policies-footer__social li{margin:0;}.policies-footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;color:rgba(255,255,255,0.7);transition:color 0.15s ease;}.policies-footer__social-link svg{width:20px;height:20px;fill:currentColor;}.policies-footer__social-link:hover,.policies-footer__social-link:focus{color:var(--ds-accent);}@media (max-width:640px){.policies-footer__columns{grid-template-columns:1fr;gap:1.5rem;}.policies-footer__bottom{flex-direction:column;align-items:center;text-align:center;}.policies-footer__right{align-items:center;}.policies-footer__social{justify-content:center;}}
:root{--ds-accent:#B23142;--ds-accent-dark:#7E1B2D;}
.menu--main{display:flex;gap:var(--ds-space-lg);list-style:none;padding:0;margin:0;}.menu--main > li > a,.menu--main > li > span{color:rgba(255,255,255,0.7) !important;text-decoration:none;font-family:var(--ds-font-ui);font-size:0.875rem;font-weight:500;letter-spacing:0.04em;text-transform:uppercase;padding:var(--ds-space-sm) 0;transition:color var(--ds-transition);cursor:pointer;display:inline-block;}.menu--main > li > a:hover,.menu--main > li > span:hover,.menu--main > li > a.is-active{color:var(--ds-white);text-decoration:none;}.menu--main > .menu__item{position:relative;}.menu--main .menu--child{position:absolute;top:100%;left:0;display:block;min-width:220px;max-width:260px;background:#111111;padding:var(--ds-space-sm) 0;margin:0;list-style:none;border-top:2px solid var(--ds-primary);box-shadow:0 8px 24px rgba(0,0,0,0.25);opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity var(--ds-transition),transform var(--ds-transition),visibility 0s linear 0.15s;z-index:100;}.menu--main .menu--child .menu__item{display:block;width:100%;}.menu--main > .menu__item:hover > .menu--child,.menu--main > .menu__item:focus-within > .menu--child{opacity:1;visibility:visible;transform:translateY(0);transition:opacity var(--ds-transition),transform var(--ds-transition),visibility 0s;}.menu--main .menu--child a{display:block;padding:6px 10px;color:rgba(255,255,255,0.75);text-decoration:none;font-family:var(--ds-font-ui);font-size:0.8125rem;letter-spacing:0.03em;text-transform:none;white-space:nowrap;border-radius:3px;transition:background var(--ds-transition),color var(--ds-transition);}.menu--main .menu--child a:hover,.menu--main .menu--child a.is-active{background:rgba(255,255,255,0.05);color:var(--ds-white);}.menu--main > .menu__item--expanded > a::after,.menu--main > .menu__item--expanded > span::after{content:"▾";margin-left:4px;font-size:0.75em;opacity:0.7;}.mobile-nav-toggle{display:none;background:none;border:none;color:var(--ds-white);font-size:1.5rem;cursor:pointer;padding:var(--ds-space-sm);}@media (max-width:768px){.mobile-nav-toggle{display:block;}.menu--main{display:none;flex-direction:column;gap:0;width:100%;padding:var(--ds-space-md) 0;}.menu--main.is-open{display:flex;}.menu--main > li > a,.menu--main > li > span{display:block;padding:var(--ds-space-sm) var(--ds-space-md);}.menu--main .menu--child{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border-top:none;background:rgba(0,0,0,0.2);padding:0 0 var(--ds-space-sm) var(--ds-space-md);}.menu--main > .menu__item--expanded > a::after,.menu--main > .menu__item--expanded > span::after{content:"";}}.site-branding__name{font-family:var(--ds-font-headline);font-weight:900;font-size:1.75rem;letter-spacing:-0.02em;margin:0;}.site-branding__name a{color:var(--ds-white);text-decoration:none;}.site-branding__name a:hover{text-decoration:none;}.site-branding__slogan{font-family:var(--ds-font-ui);font-size:0.8125rem;color:rgba(255,255,255,0.5);margin-top:2px;}.header-subscribe-btn{font-family:var(--ds-font-ui);font-size:0.8125rem;font-weight:600;padding:8px 20px;background:var(--ds-accent);color:var(--ds-white);border:none;border-radius:3px;cursor:pointer;text-decoration:none;transition:background var(--ds-transition);}.header-subscribe-btn:hover{background:var(--ds-accent-dark);color:var(--ds-white);text-decoration:none;}.view-content{display:grid;gap:var(--ds-space-lg);}.views-row{min-width:0;}.view-frontpage .view-content{grid-template-columns:repeat(3,1fr);}.view-frontpage .view-content .views-row:first-child{grid-column:1 / -1;}@media (max-width:768px){.view-frontpage .view-content{grid-template-columns:1fr;}}.node--type-company-profile .company-meta{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:var(--ds-space-md);background:var(--ds-warm-grey);border-radius:var(--ds-radius-md);padding:var(--ds-space-lg);margin-bottom:var(--ds-space-xl);}.company-meta__item{font-family:var(--ds-font-ui);}.company-meta__label{font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;color:var(--ds-text-muted);margin-bottom:2px;}.company-meta__value{font-size:0.9375rem;font-weight:500;color:var(--ds-text);}.node--type-event .event-details{background:var(--ds-primary-light);border-left:4px solid var(--ds-primary);border-radius:0 var(--ds-radius-md) var(--ds-radius-md) 0;padding:var(--ds-space-lg);margin-bottom:var(--ds-space-xl);}.event-details__date{font-family:var(--ds-font-headline);font-size:1.25rem;font-weight:700;color:var(--ds-primary);margin-bottom:var(--ds-space-xs);}.event-details__location{font-family:var(--ds-font-ui);font-size:0.9375rem;color:var(--ds-text-secondary);}.tabs{margin-bottom:var(--ds-space-lg);}.tabs__tab a{font-family:var(--ds-font-ui);font-size:0.875rem;font-weight:500;padding:var(--ds-space-sm) var(--ds-space-md);color:var(--ds-text-secondary);border-bottom:2px solid transparent;text-decoration:none;transition:all var(--ds-transition);}.tabs__tab a:hover,.tabs__tab a.is-active{color:var(--ds-primary);border-bottom-color:var(--ds-primary);text-decoration:none;}@media print{.region-header-top,.region-header,.region-sidebar,.region-newsletter-signup,.site-footer,.tabs,.pager{display:none !important;}body{font-size:12pt;color:#000;background:#fff;}.node__content{max-width:100%;}}
