:root {
  --blue: #03529b;
  --green: #71be45;
  --ink: #102a43;
  --paper: #f6f9f7;
  --mist: #e8eef2;
  --white: #fff;
  --line: rgba(16, 42, 67, .14);
  --shadow: 0 12px 30px rgba(16, 42, 67, .08);
  --radius: 8px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.6; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
p { margin: 0; }
h1, h2, h3 { margin: 0; font-family: Manrope, Arial, sans-serif; line-height: 1.05; }

.site-container { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.section { padding: 112px 0; }
.section-mist { background: var(--mist); }
.section-dark { color: var(--white); background: var(--ink); }
.eyebrow { margin-bottom: 10px; letter-spacing: 1px; text-transform: uppercase; font-size: 12px; font-weight: 800; line-height: 1.6; }
.eyebrow-blue { color: var(--blue); }
.eyebrow-green { color: var(--green); }
.section-heading { max-width: 880px; margin: 0 auto 36px; }
.section-heading h2, .company-copy h2, .contact-grid h2 { max-width: 900px; font-size: 64px; font-weight: 700; }
.section-heading > p:last-child { margin-top: 10px; color: #263238; }
.light-heading h2 { color: var(--white); }
.light-heading { margin-left: 0; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 18px; color: var(--white); border: 1px solid var(--blue); border-radius: var(--radius); background: var(--blue); font-weight: 800; line-height: 1.25; text-decoration: none; transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(16, 42, 67, .18); }
.button-secondary { color: var(--blue); border-color: var(--line); background: var(--white); }

.site-header { z-index: 20; position: sticky; top: 0; border-bottom: 1px solid rgba(16, 42, 67, .1); background: rgba(255, 255, 255, .97); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { display: block; width: 42px; height: 42px; object-fit: contain; }
.brand span { display: grid; line-height: 1; }
.brand strong { font-family: Manrope, Arial, sans-serif; color: #102A43; font-size: 18px; font-weight: 700; }
.brand small { margin-top: 4px; color: #102A43; letter-spacing: .8px; text-transform: uppercase; font-size: 11px; }
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav > a:not(.button) { padding: 10px; color: var(--ink); font-size: 14px; font-weight: 800; text-decoration: none; }
.site-nav > a:not(.button):hover { color: var(--blue); }
.site-nav .language-link { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; padding: 0; border: 1px solid var(--line); border-radius: 50%; line-height: 1; text-align: center; }
.nav-button { min-height: 40px; margin-left: 12px; padding: 9px 12px; font-size: 14px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span:not(.visually-hidden) { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .18s ease, opacity .18s ease; }

.hero-section { position: relative; display: flex; align-items: center; min-height: calc(100svh - 68px); overflow: hidden; background: url("assets/hero-tourism-development-v2.png") center / cover no-repeat; }
.hero-overlay { position: absolute; inset: 0;  }
.hero-content { z-index: 1; position: relative; padding-top: 60px; padding-bottom: 60px; }
.hero-content h1 { max-width: 660px; margin-bottom: 18px; font-size: clamp(64px, 7vw, 110px); font-weight: 700; letter-spacing: 0; }
.hero-content h1 sup { position: relative; top: -.7em; margin-left: 6px; font-size: 32%; }
.hero-intro, .hero-copy { max-width: 560px; }
.hero-intro { font-weight: 600; }
.hero-copy { margin-top: 4px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }

.trustband-section { color: var(--white); background: var(--ink); }
.trustband-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trustband-grid article { min-height: 160px; margin: 41px 0; padding: 0 18px; border-right: 1px solid rgba(255, 255, 255, .18); }
.trustband-grid article:first-child { padding-left: 0; }
.trustband-grid article:last-child { border-right: 0; }
.trustband-grid strong { display: block; color: var(--green); font-family: Manrope, Arial, sans-serif; font-size: 36px; line-height: 1.05; }
.trustband-grid p { margin-top: 16px; color: rgba(255, 255, 255, .78); font-weight: 700; line-height: 1.15; }

.cycle-layout { display: grid; grid-template-columns: 310px 1fr; gap: 20px; }
.tab-list { display: flex; flex-direction: column; gap: 9px; }
.tab-button, .filter-button { min-height: 46px; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); background: var(--white); font-weight: 800; text-align: left; transition: transform .16s ease, background .16s ease, color .16s ease, border-color .16s ease; }
.tab-button { padding: 10px 12px; }
.tab-button:hover, .filter-button:hover { transform: translateY(-2px); border-color: rgba(3, 82, 155, .55); }
.tab-button.is-active, .filter-button.is-active { color: var(--white); border-color: var(--blue); background: var(--blue); }
.cycle-panel { min-height: 320px; padding: 48px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.panel-kicker { color: #71be45; letter-spacing: .08em; text-transform: uppercase; font-family: Inter, Arial, sans-serif; font-size: 12px; font-weight: 800; line-height: 1.2; }
.cycle-panel h3 { max-width: 720px; margin: 10px 0; font-size: 40px; }

.audience-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.audience-card, .service-card { display: flex; flex-direction: column; min-height: 250px; padding: 24px; color: var(--ink); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); text-align: left; box-shadow: var(--shadow); transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease; }
.audience-card:hover, .service-card:hover, .audience-card.is-active, .service-card.is-active { border-color: var(--blue); transform: translateY(-2px); box-shadow: 0 16px 34px rgba(16, 42, 67, .14); }
.audience-card.is-active, .service-card.is-active { border-width: 2px; background: #fbfcff; }
.audience-card { min-height: 450px; }
.audience-card > span, .service-card > span { display: grid; place-items: center; width: 54px; height: 36px; margin-bottom: 24px; color: var(--white); border-radius: var(--radius); background: var(--blue); font-weight: 800; }
.audience-card strong, .service-card strong { font-family: Manrope, Arial, sans-serif; font-size: 20px; font-weight: 700; line-height: 1.18; }
.audience-card small, .service-card small { margin-top: 10px; color: #263238; font-size: 16px; line-height: 1.6; }
.audience-card em, .service-card em { margin-top: auto; padding-top: 20px; color: var(--blue); letter-spacing: .8px; text-transform: uppercase; font-size: 12px; font-style: normal; font-weight: 800; }
.audience-card em b, .service-card em b { float: right; font-size: 20px; }
.detail-panel { margin-top: 28px; padding: 42px 48px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.detail-panel-head { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 40px; align-items: start; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.detail-panel h3 { margin: 10px 0; font-size: 38px; }
.detail-panel h4 { margin: 0; font-family: Manrope, Arial, sans-serif; font-size: 18px; }
.detail-panel .panel-action { display: inline-flex; margin-top: 22px; color: var(--blue); font-weight: 800; }
.detail-groups { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 42px; padding-top: 30px; }
.detail-group { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.detail-group ul, .service-list { display: grid; gap: 10px; margin: 12px 0 0; padding-left: 20px; }
.detail-group li::marker, .service-list li::marker { color: var(--blue); font-weight: 800; }
.detail-group .sub-list { margin-top: 10px; color: #263238; font-style: italic; }

/* Audience detail panel: one stable left introduction and grouped content on the right. */
.audience-panel.detail-panel { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: clamp(28px, 5vw, 64px); min-height: 300px; margin-top: 20px; padding: clamp(28px, 5vw, 48px); scroll-margin-top: 104px; }
.audience-intro h3 { margin: 0 0 16px; padding: 10px 0; font-size: 38px; }
.audience-intro > a { display: inline-flex; align-items: center; min-height: 42px; margin-top: 8px; padding: 10px 14px; color: var(--blue); border: 1px solid var(--line); border-radius: var(--radius); font-weight: 800; text-decoration: none; box-shadow: 0 2px 5px rgba(16, 42, 67, .18); }
.audience-groups { border-top: 1px solid var(--line); }
.audience-group { padding: 18px 0; border-bottom: 1px solid var(--line); }
.audience-group h4 { margin: 0 0 12px; color: var(--blue); font-family: Inter, Arial, sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.audience-group ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 28px; margin: 0; padding: 0; list-style: none; }
.audience-group li { position: relative; padding-left: 14px; color: #263238; }
.audience-group li::before { position: absolute; top: .7em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--green); content: ""; }
.audience-sublist { grid-column: 1 / -1; margin: 4px 0 0 14px !important; padding: 12px 0 0 18px !important; border-left: 2px solid rgba(3, 82, 155, .28); }
.audience-sublist::before { display: none; }
.audience-sublist > li { margin-bottom: 7px; font-style: italic; }
.audience-sublist > li::before { background: var(--blue); }

.service-card-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.service-card { min-height: 310px; }
.service-card > span.green { color: var(--ink); background: var(--green); }
.service-panel { margin-top: 28px; scroll-margin-top: 104px; }
.service-panel-layout { display: grid; grid-template-columns: minmax(250px, .78fr) minmax(0, 1.22fr); gap: 48px; }
.service-panel-intro h3 { margin: 10px 0 0; }
.service-panel-button { display: inline-flex; align-items: center; min-height: 42px; margin-top: 28px; padding: 10px 14px; color: var(--blue); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 2px 5px rgba(16, 42, 67, .18); font-weight: 800; text-decoration: none; transition: transform .16s ease, box-shadow .16s ease; }
.service-panel-button:hover { transform: translateY(-2px); box-shadow: 0 7px 16px rgba(16, 42, 67, .16); }
.service-panel .service-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 30px; margin: 0; padding: 0; list-style: none; counter-reset: service-item; }
.service-panel .service-list li { position: relative; min-width: 0; padding: 14px 0 14px 30px; border-bottom: 1px solid var(--line); counter-increment: service-item; }
.service-panel .service-list li::before { position: absolute; top: 14px; left: 0; content: counter(service-item) "."; color: var(--ink); }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.section-dark .section-heading { max-width: 820px; margin-left: 0; }
.product-card { display: flex; flex-direction: column; min-height: 725px; padding: 28px; color: var(--ink); border-radius: var(--radius); background: var(--white); }
.product-card-feratel { background: linear-gradient(137deg, #fff 80%, #fff3bf); }
.product-card-story { background: linear-gradient(131deg, #fff, #f7f4ef); }
.product-logo-stage { display: flex; align-items: center; width: 100%; height: 185px; }
.product-logo-stage img { display: block; width: min(300px, 100%); max-height: 170px; object-fit: contain; object-position: left center; }
.product-logo-stage .compass-logo { width: 100%; max-height: 170px; }
.product-kicker { margin-bottom: 10px !important; color: var(--blue); letter-spacing: .8px; text-transform: uppercase; font-size: 12px; font-weight: 800; }
.product-card h3 { margin: 0 0 12px; font-size: 39px; font-weight: 700; line-height: 1.2; }
.product-card .product-description { margin: 0; }
.product-card ul { display: grid; gap: 2px; margin: 40px 0; padding-left: 22px; }
.product-card li::marker { color: var(--ink); }
.product-card a { margin-top: 0; padding-top: 0; color: var(--blue); font-weight: 800; }
.product-badges { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 40px 0; }
.product-badges span { display: grid; min-height: 72px; place-items: center; color: var(--white); border-radius: var(--radius); background: #e61d1d; font-weight: 800; }
.product-badges span:nth-child(2) { background: #7c4fb0; }
.product-badges span:nth-child(3) { background: var(--blue); }
.product-badges span:nth-child(4) { background: var(--green); }

.filter-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.filter-button { padding: 10px 14px; }
.reference-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 280px)); justify-content: start; gap: 18px; }
.reference-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.reference-card[hidden] { display: none; }
.reference-card-button { display: flex; flex-direction: column; width: 100%; min-height: 272px; padding: 0; color: inherit; border: 0; background: transparent; text-align: left; }
.reference-card-button:hover { background: #f8fbfd; }
.reference-card-button:focus-visible { outline: 3px solid var(--blue); outline-offset: -3px; }
.reference-card-body { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.reference-card .reference-category { color: var(--blue); letter-spacing: .8px; text-transform: uppercase; font-size: 11px; font-weight: 800; line-height: 1.35; }
.reference-card .reference-title { margin: 8px 0; font-family: Manrope, Arial, sans-serif; font-size: 19px; font-weight: 700; line-height: 1.2; }
.reference-card .reference-description { display: -webkit-box; margin-top: 0; overflow: hidden; color: #263238; font-weight: 400; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.reference-card .reference-more { margin-top: 12px; color: var(--blue); letter-spacing: .06em; text-transform: uppercase; font-size: 11px; font-weight: 800; }
.reference-image { width: 100%; height: 142px; object-fit: cover; }
.reference-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; padding-top: 16px; color: var(--ink); font-size: 13px; font-weight: 600; }
.reference-meta span + span::before { margin-right: 6px; color: var(--blue); content: "·"; }
.reference-loading { grid-column: 1 / -1; margin: 0; color: #263238; }
.reference-actions { margin-top: 28px; }
.reference-expand { min-width: 190px; }

.reference-dialog { width: min(900px, calc(100% - 32px)); max-height: min(820px, calc(100dvh - 32px)); padding: 0; color: var(--ink); border: 0; border-radius: var(--radius); background: var(--white); box-shadow: 0 28px 80px rgba(16, 42, 67, .32); }
.reference-dialog::backdrop { background: rgba(16, 42, 67, .66); }
.reference-dialog-content { position: relative; display: grid; grid-template-columns: 1fr; }
.reference-dialog-image-wrap { display: grid; max-height: 52dvh; padding: 24px; place-items: center; background: #eef3f5; }
.reference-dialog-image { display: block; width: 100%; max-height: 46dvh; object-fit: contain; }
.reference-dialog-copy { padding: 48px 36px 36px; overflow: auto; }
.reference-dialog-kicker { margin-bottom: 12px; color: var(--blue); letter-spacing: .08em; text-transform: uppercase; font-size: 12px; font-weight: 800; }
.reference-dialog h2 { font-size: clamp(28px, 3vw, 42px); line-height: 1.1; }
.reference-dialog-meta { margin-top: 18px; color: var(--blue); font-weight: 700; }
.reference-dialog-description { margin-top: 20px; color: #263238; line-height: 1.65; white-space: pre-line; }
.reference-dialog-close { position: absolute; z-index: 1; top: 12px; right: 12px; display: grid; width: 40px; height: 40px; padding: 0; color: var(--ink); border: 1px solid var(--line); border-radius: 50%; background: var(--white); font-size: 29px; line-height: 1; place-items: center; }
.reference-dialog-close:hover { color: var(--white); border-color: var(--blue); background: var(--blue); }

.company-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 86px; align-items: start; }
.company-copy h2 { margin: 10px 0; }
.timeline { display: grid; gap: 14px; }
.timeline article { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.timeline h3 { margin-bottom: 8px; color: var(--blue); font-size: 22px; }

.contact-section { color: var(--white); background: var(--blue); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 86px; align-items: start; }
.contact-grid h2 { margin: 10px 0; color: var(--white); }
.contact-grid > div > p:last-child { max-width: 520px; color: rgba(255, 255, 255, .82); }
.contact-form-wrap { position: relative; }
.contact-form, .form-message { padding: 24px; color: var(--ink); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.contact-form { display: grid; gap: 16px; }
.contact-form label { display: grid; gap: 7px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 9px 12px; color: var(--ink); border: 1px solid var(--line); border-radius: var(--radius); background: #fbfcff; }
.contact-form textarea { min-height: 140px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 3px solid rgba(113, 190, 69, .35); border-color: var(--green); }
.contact-submit { width: 100%; margin-top: 8px; }
.contact-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.form-message { min-height: 330px; display: grid; align-content: center; text-align: center; }
.form-message[hidden] { display: none; }
.form-message strong { font-family: Manrope, Arial, sans-serif; font-size: 24px; }
.form-message p { margin-top: 8px; }
.success-icon { display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 18px; color: var(--white); border-radius: 50%; background: var(--green); font-size: 30px; font-weight: 800; line-height: 1; }
.form-error { border-color: rgba(186, 35, 35, .45); background: #fff8f8; }

.site-footer { color: var(--white); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1.5fr minmax(220px, .75fr) auto; gap: 48px; padding: 64px 0 52px; }
.footer-grid section, .footer-grid nav { min-width: 0; }
.footer-kicker { margin: 0 0 14px; color: var(--green); letter-spacing: 1px; text-transform: uppercase; font-size: 12px; font-weight: 800; }
.footer-grid h2 { margin: 0 0 14px; font-size: 17px; line-height: 1.35; }
.footer-grid address { color: rgba(255, 255, 255, .78); font-style: normal; line-height: 1.55; }
.footer-grid address span { color: var(--white); font-weight: 700; }
.footer-grid address a, .footer-email { color: var(--white); font-weight: 800; text-decoration: none; white-space: nowrap; }
.footer-email { display: inline-flex; width: fit-content; color: rgba(255, 255, 255, .82); font-weight: 400; transition: color .16s ease; }
.footer-grid nav { display: grid; align-content: start; gap: 6px; }
.footer-grid nav a { color: rgba(255, 255, 255, .82); font-weight: 700; line-height: 1.25; text-decoration: none; }
.footer-grid nav a:hover, .footer-email:hover, .footer-email:focus-visible { color: var(--green); }
.footer-contact { display: grid; align-content: start; gap: 12px; }
.footer-contact .footer-kicker { margin-bottom: 0; }
.footer-contact-button { display: inline-flex; align-items: center; justify-content: center; width: max-content; min-width: 205px; padding: 10px 14px; color: var(--white); border: 1px solid rgba(255, 255, 255, .24); border-radius: var(--radius); background: var(--blue); font-weight: 800; text-decoration: none; white-space: nowrap; }
.footer-top-link { display: flex; align-items: center; gap: 10px; align-self: center; color: rgba(255, 255, 255, .8); font-weight: 700; text-decoration: none; white-space: nowrap; }
.footer-top-link span { display: grid; place-items: center; width: 28px; height: 28px; color: var(--ink); border-radius: 50%; background: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 20px 0; border-top: 1px solid rgba(255, 255, 255, .18); color: rgba(255, 255, 255, .66); font-size: 13px; }

@media (max-width: 991px) {
  .section { padding: 80px 0; }
  .section-heading h2, .company-copy h2, .contact-grid h2 { font-size: 50px; }
  .site-nav { gap: 0; }
  .site-nav > a:not(.button) { padding: 8px 6px; font-size: 13px; }
  .nav-button { margin-left: 6px; }
  .trustband-grid article { padding-inline: 14px; }
  .trustband-grid strong { font-size: 30px; }
  .audience-card-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card-grid { grid-template-columns: repeat(3, 1fr); }
  .service-card-grid .service-card:nth-child(4), .service-card-grid .service-card:nth-child(5) { min-height: 270px; }
  .footer-grid { grid-template-columns: 1.1fr 1.2fr .9fr; }
  .footer-top-link { grid-column: 1; justify-self: start; }
}

@media (max-width: 767px) {
  html { scroll-padding-top: 68px; }
  .site-header { position: sticky; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 68px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 18px 18px; border-bottom: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav > a:not(.button) { padding: 12px 0; font-size: 16px; }
  .site-nav .language-link { align-self: flex-start; margin: 8px 0; }
  .nav-button { margin: 8px 0 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero-section { align-items: flex-end; min-height: min(820px, calc(100svh - 68px)); background-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(246, 249, 247, .96), rgba(246, 249, 247, .78) 65%, rgba(246, 249, 247, .35)); }
  .hero-content { padding-top: 70px; }
  .hero-content h1 { font-size: clamp(54px, 14vw, 78px); }
  .trustband-grid { grid-template-columns: repeat(2, 1fr); }
  .trustband-grid article { min-height: 0; margin: 24px 0; }
  .trustband-grid article:nth-child(2) { border-right: 0; }
  .trustband-grid article:nth-child(3) { padding-left: 0; }
  .cycle-layout, .company-grid, .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .cycle-tab-list { display: grid; grid-template-columns: repeat(2, 1fr); }
  .cycle-panel { min-height: 0; padding: 30px; }
  .cycle-panel h3 { font-size: 31px; }
  .detail-panel { padding: 28px; }
  .detail-panel-head, .service-panel-layout, .audience-panel.detail-panel { grid-template-columns: 1fr; gap: 20px; }
  .detail-groups, .service-panel .service-list { grid-template-columns: 1fr; }
  .product-grid, .reference-grid { grid-template-columns: 1fr; }
  .reference-grid { justify-content: stretch; }
  .reference-card-button { min-height: 0; }
  .reference-dialog-content { grid-template-columns: 1fr; }
  .reference-dialog-image-wrap { min-height: 0; max-height: 45dvh; padding: 18px; }
  .reference-dialog-image { max-height: 40dvh; }
  .reference-dialog-copy { padding: 30px 24px 24px; }
  .product-card { min-height: 340px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
}

@media (max-width: 479px) {
  .site-container { width: min(100% - 28px, 1180px); }
  .brand strong { font-size: 16px; }
  .brand small { font-size: 9px; }
  .section { padding: 64px 0; }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2, .company-copy h2, .contact-grid h2 { font-size: 38px; }
  .hero-content h1 { font-size: 56px; }
  .button-row { display: grid; grid-template-columns: 1fr; }
  .trustband-grid strong { font-size: 25px; }
  .trustband-grid p { font-size: 14px; }
  .cycle-tab-list, .audience-card-grid, .service-card-grid { grid-template-columns: 1fr; }
  .audience-card, .service-card { min-height: 220px; }
  .audience-card { min-height: 0; }
  .audience-group ul { grid-template-columns: 1fr; }
  .filter-row { display: grid; grid-template-columns: repeat(2, 1fr); }
  .filter-button { text-align: center; }
  .detail-panel { padding: 24px; }
  .detail-panel h3 { font-size: 30px; }
  .contact-form, .form-message { padding: 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 4px; }
}
