:root {
  --hs-navy: #001d36;
  --hs-navy-rgb: 0, 29, 54;
  --navy: #02284b;
  --navy-2: #0b416a;
  --ink: #122947;
  --text: #29394a;
  --muted: #6f7d88;
  --gold: #b79555;
  --gold-2: #d3bd86;
  --bg-page: #f8f6f1;
  --bg-section: #fbfaf7;
  --bg-soft: #f5f2ec;
  --bg-card: #fff;
  --border-soft: #e2d9ca;
  --line: var(--border-soft);
  --white: var(--bg-card);
  --soft: var(--bg-soft);
  --paper-grain:
    radial-gradient(circle at 16% 12%, rgba(183, 149, 85, .045), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(2, 40, 75, .028), transparent 32%),
    repeating-linear-gradient(135deg, rgba(183, 149, 85, .018) 0 1px, transparent 1px 14px);
  --paper-texture:
    linear-gradient(180deg, rgba(255, 255, 255, .48), rgba(248, 246, 241, .9)),
    var(--paper-grain),
    linear-gradient(180deg, var(--bg-section) 0%, var(--bg-page) 100%);
  --section-texture:
    linear-gradient(180deg, rgba(255, 255, 255, .42), rgba(251, 250, 247, .9)),
    repeating-linear-gradient(135deg, rgba(183, 149, 85, .016) 0 1px, transparent 1px 16px),
    linear-gradient(180deg, var(--bg-section) 0%, var(--bg-page) 100%);
  --container: 1280px;
  --container-width: var(--container);
  --container-gutter: clamp(32px, 7vw, 128px);
  --section-copy-width: 860px;
  --section-shell-width: 1320px;
  --header-h: 64px;
  --nav-h: var(--header-h);
  --card-radius: 8px;
  --card-border: 1px solid rgba(220, 227, 233, .9);
  --card-shadow: 0 10px 24px rgba(18, 41, 71, .06);
  --font-sans-ja: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  --font-serif-ja: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  --font-ja: var(--font-sans-ja);
  --font-en: "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-serif: var(--font-serif-ja);
  --font-body: var(--font-sans-ja);
  --font-heading: var(--font-serif-ja);
  --font-label: var(--font-en);
  --font-ui: var(--font-sans-ja);
  --fw-heading: 600;
  --fw-label: 600;
  --fw-nav: 500;
  --ls-heading: .018em;
  --ls-label: .16em;
  --ls-nav: .025em;
  --fs-min: 16px;
  --fs-body: 17px;
  --fs-section-text: 18px;
  --fs-small: var(--fs-min);
  --fs-meta: var(--fs-min);
  --fs-label: 12px;
  --fs-nav: 14px;
  --fs-form: 17px;
  --fs-button: 17px;
  --fs-lead: var(--fs-section-text);
  --fs-card-text: var(--fs-section-text);
  --fs-card-title: 23px;
  --fs-title: 46px;
  --fs-12: var(--fs-label);
  --fs-15: 15px;
  --fs-16: var(--fs-min);
  --fs-17: var(--fs-body);
  --fs-18: var(--fs-section-text);
  --fs-19: 19px;
  --fs-20: 20px;
  --fs-21: 21px;
  --fs-22: 22px;
  --fs-23: var(--fs-card-title);
  --fs-24: 24px;
  --fs-25: 25px;
  --fs-26: 26px;
  --fs-27: 27px;
  --fs-28: 28px;
  --fs-29: 29px;
  --fs-30: 30px;
  --fs-31: 31px;
  --fs-32: 32px;
  --fs-34: 34px;
  --fs-36: 36px;
  --fs-38: 38px;
  --fs-40: 40px;
  --fs-42: 42px;
  --fs-43: 43px;
  --fs-44: 44px;
  --fs-46: var(--fs-title);
  --fs-48: 48px;
  --fs-56: 56px;
  --fs-58: 58px;
  --fs-60: 60px;
  --fs-62: 62px;
  --fs-68: 68px;
  --fs-76: 76px;
  --fs-128: 128px;
  --fs-cookie-heading: .6875rem;
  --fs-cookie-text: .75rem;
  --fs-section-heading-title: var(--fs-44);
  --fs-section-heading-title-tablet: var(--fs-40);
  --fs-section-heading-title-mobile: var(--fs-34);
  --fs-brand-mark: var(--fs-31);
  --fs-brand-mark-mobile: var(--fs-21);
  --fs-footer-logo: clamp(var(--fs-40), 4.3vw, var(--fs-56));
  --fs-footer-logo-mobile: var(--fs-46);
  --fs-contact-info-title: var(--fs-24);
  --fs-contact-phone: var(--fs-32);
  --font-size-xs: var(--fs-min);
  --font-size-sm: var(--fs-small);
  --font-size-base: var(--fs-body);
  --font-size-md: var(--fs-section-text);
  --font-size-lg: var(--fs-22);
  --font-size-xl: var(--fs-28);
  --font-size-2xl: var(--fs-title);
  --font-size-3xl: var(--fs-title);
  --font-size-hero: var(--fs-title);
  --fs-section-title: var(--fs-title);
  --type-body: var(--fs-body);
  --type-lead: var(--fs-lead);
  --type-h2: var(--fs-title);
  --type-h3: var(--fs-card-title);
  --type-hero: var(--fs-title);
  --type-display: var(--fs-title);
  --motion-ease: cubic-bezier(.16, 1, .3, 1);
  --motion-duration: .55s;
  --z-hero: 1;
  --z-mega-menu: 60;
  --z-header: 70;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  overflow-x: clip;
  font-family: var(--font-body);
  font-size: var(--fs-min);
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 18px);
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: var(--gold) #f4efe6;
}

html.smooth-scroll-active {
  scroll-behavior: auto;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  color: var(--text);
  background-color: var(--bg-page);
  background-image: var(--paper-texture);
  font-family: var(--font-body);
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: .02em;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
svg,
iframe {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  min-width: 0;
  font: inherit;
  font-size: var(--fs-form);
}

button {
  cursor: pointer;
}

main,
section,
article,
aside,
header,
footer,
nav,
div,
form,
fieldset,
table,
tr,
td,
th,
.container,
.arch-container,
.header-inner,
.footer-inner {
  min-width: 0;
}

p,
li,
dt,
dd,
th,
td {
  font-size: var(--fs-body);
  line-height: 1.8;
  letter-spacing: 0;
}

main section p,
main section li,
main section dd,
main section td {
  font-size: var(--fs-section-text);
  line-height: 1.8;
  letter-spacing: 0;
}

small,
.hero-kicker,
.faq-kicker,
.contact-kicker,
.mega-menu__meta,
.mega-menu__action,
.mobile-nav__business-meta,
.copyright,
.form-status{
  font-size: var(--fs-meta);
  line-height: 1.55;
}

main h1,
main h2,
.section-title,
.flow-title,
.faq-title,
.company-title,
.contact-title,
.contact-heading h1,
.news h2,
.map-copy h2{
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: var(--fs-title);
  font-weight: var(--fw-heading);
  line-height: 1.35;
  letter-spacing: var(--ls-heading);
  text-wrap: balance;
  word-break: normal;
  overflow-wrap: anywhere;
  text-align: center;
}

.arch-hero h1{
  font-size: var(--fs-title);
  line-height: 1.35;
  letter-spacing: .03em;
}

main h3,
.faq-text,
.flow-card h3{
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: var(--fs-card-title);
  font-weight: var(--fw-heading);
  line-height: 1.42;
  letter-spacing: var(--ls-heading);
  overflow-wrap: anywhere;
}

.faq-text {
  font-family: var(--font-ui);
}


main li,
main dd,
main td{
  font-size: var(--fs-section-text);
  line-height: 1.75;
  letter-spacing: .02em;
}


.contact-heading p,
.contact-lead{
  color: var(--text);
  font-size: var(--fs-lead);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: .02em;
  overflow-wrap: anywhere;
}


.section-kicker,
.hero-kicker,
.faq-kicker,
.contact-kicker,
.news h2 span{
  color: var(--gold);
  font-family: var(--font-label);
  font-size: var(--fs-label);
  font-weight: var(--fw-label);
  line-height: 1.45;
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
  text-align: center;
}

.section-heading {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin: 0 0 clamp(22px, 2.2vw, 26px);
  text-align: center;
}

.section-heading .section-kicker {
  display: inline-grid;
  justify-items: center;
  gap: 9px;
  margin: 0;
  color: var(--gold);
  font-family: var(--font-label);
  font-size: var(--fs-label);
  font-weight: var(--fw-label);
  line-height: 1.35;
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
}

.section-heading .section-kicker::after {
  content: "";
  width: 64px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(183, 149, 85, .88), transparent);
}

.section-heading .section-heading-title {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: var(--fs-section-heading-title);
  font-weight: var(--fw-heading);
  line-height: 1.25;
  letter-spacing: var(--ls-heading);
  text-align: inherit;
}

.section-heading .section-heading-title::after {
  content: none;
}

@media (max-width: 980px) {
  .section-heading .section-heading-title {
    font-size: var(--fs-section-heading-title-tablet);
  }
}

@media (max-width: 767px) {
  .section-heading {
    gap: 9px;
    margin-bottom: 24px;
  }

  .section-heading .section-kicker {
    font-size: var(--fs-label);
  }

  .section-heading .section-heading-title {
    font-size: var(--fs-section-heading-title-mobile);
  }
}

.site-header {
  --header-scroll-progress: 0;
  --header-bg-alpha: 0;
  --header-border-alpha: 0;
  --header-shadow-alpha: 0;
  --header-blur: 0px;
  position: fixed;
  inset: 0 0 auto;
  z-index: var(--z-header);
  height: var(--header-h);
  background: rgba(255, 255, 255, var(--header-bg-alpha));
  border-bottom: 1px solid rgba(207, 219, 228, var(--header-border-alpha));
  box-shadow: 0 10px 24px rgba(18, 41, 71, var(--header-shadow-alpha));
  backdrop-filter: blur(var(--header-blur));
  -webkit-backdrop-filter: blur(var(--header-blur));
  transition: none;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, var(--header-bg-alpha));
  border-bottom-color: rgba(207, 219, 228, var(--header-border-alpha));
  box-shadow: 0 10px 24px rgba(18, 41, 71, var(--header-shadow-alpha));
}

/* Dark first views keep the transparent header legible until the white surface fades in. */
:is(.home-page, .energy-page, body[data-page="architecture"]) .site-header .brand-mark,
:is(.home-page, .energy-page, body[data-page="architecture"]) .site-header .brand-name,
:is(.home-page, .energy-page, body[data-page="architecture"]) .site-header .language-switcher__toggle {
  color: rgb(var(--header-hero-fg-rgb, 248 250 252));
}

:is(.home-page, .energy-page, body[data-page="architecture"]) .site-header .global-nav,
:is(.home-page, .energy-page, body[data-page="architecture"]) .site-header .language-switcher__meta {
  color: rgb(var(--header-hero-fg-rgb, 248 250 252) / .82);
}

:is(.home-page, .energy-page, body[data-page="architecture"]) .site-header .header-contact {
  border-color: rgb(var(--header-hero-fg-rgb, 248 250 252) / .44);
  color: rgb(var(--header-hero-fg-rgb, 248 250 252));
}

:is(.home-page, .energy-page, body[data-page="architecture"]) .site-header .language-switcher__toggle {
  border-left-color: rgb(var(--header-hero-fg-rgb, 248 250 252) / .3);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(calc(100% - var(--container-gutter)), 1320px);
  height: 100%;
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand-mark {
  color: var(--ink);
  font-size: var(--fs-brand-mark);
  line-height: 1;
  letter-spacing: 0;
}

.brand-mark span {
  color: var(--gold);
}

.brand-name {
  color: #31445b;
  font-family: var(--font-ui);
  font-size: var(--fs-nav);
  font-weight: var(--fw-nav);
  letter-spacing: var(--ls-nav);
  white-space: nowrap;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: 0;
  margin-left: auto;
  color: rgba(18, 41, 71, .74);
  font-family: var(--font-ui);
  font-size: var(--fs-nav);
  font-weight: var(--fw-nav);
  letter-spacing: var(--ls-nav);
}

.global-nav > *,
.global-nav__item {
  position: relative;
}

.global-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: var(--header-h);
  padding-inline: clamp(10px, 1vw, 17px);
  line-height: 1.45;
  white-space: nowrap;
  transition: color .2s ease;
}

.global-nav__link:hover,
.global-nav__item:hover > .global-nav__link,
.global-nav__item:focus-within > .global-nav__link {
  color: var(--ink);
}

.global-nav__link::after {
  content: "";
  position: absolute;
  left: clamp(10px, 1vw, 17px);
  right: clamp(10px, 1vw, 17px);
  bottom: 12px;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s var(--motion-ease);
}

.global-nav__link:hover::after,
.global-nav__item:hover > .global-nav__link::after,
.global-nav__item:focus-within > .global-nav__link::after {
  transform: scaleX(1);
}

.header-contact {
  --button-base-bg: rgba(255, 255, 255, .42);
  --button-fill-bg: var(--gold);
  --button-hover-color: #071423;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  min-width: 124px;
  min-height: 38px;
  padding: 8px 16px;
  border: 1px solid rgba(2, 40, 75, .36);
  border-radius: var(--card-radius);
  background:
    linear-gradient(90deg, var(--button-fill-bg), var(--button-fill-bg)) left / 0 100% no-repeat,
    var(--button-base-bg);
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: var(--fs-nav);
  font-weight: var(--fw-nav);
  line-height: 1.45;
  letter-spacing: var(--ls-nav);
  overflow: hidden;
  text-align: center;
  transition:
    border-color .28s ease,
    background-size .38s var(--motion-ease),
    color .28s ease;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.language-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 0;
  font-family: var(--font-ui);
  font-size: var(--fs-nav);
  font-weight: var(--fw-nav);
  letter-spacing: var(--ls-nav);
}

.language-switcher__toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 0 0 16px;
  border: 0;
  border-left: 1px solid rgba(18, 41, 71, .28);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  line-height: 1.45;
}

.language-switcher__meta {
  color: rgba(18, 41, 71, .7);
  font-family: var(--font-label);
  font-size: var(--fs-label);
  font-weight: var(--fw-label);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.language-switcher__current {
  color: inherit;
}

.language-switcher__chevron {
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .2s ease;
}

.language-switcher.is-open .language-switcher__chevron {
  transform: translateY(1px) rotate(225deg);
}

.language-switcher__menu {
  position: absolute;
  top: calc(100% + 11px);
  right: 0;
  z-index: calc(var(--z-header) + 2);
  display: grid;
  min-width: 168px;
  padding: 8px;
  border: 1px solid rgba(207, 219, 228, .78);
  border-radius: var(--card-radius);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 16px 32px rgba(18, 41, 71, .12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity .2s ease, visibility .2s ease, transform .22s var(--motion-ease);
}

.language-switcher.is-open .language-switcher__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.language-switcher__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  padding: 7px 10px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: var(--fs-min);
  line-height: 1.35;
  text-align: left;
  transition: background .18s ease, color .18s ease;
}

.language-switcher__option:hover,
.language-switcher__option:focus-visible,
.language-switcher__option.is-active {
  background: rgba(183, 149, 85, .12);
  color: var(--hs-navy);
  outline: none;
}

.header-contact.is-active {
  --button-base-bg: rgba(255, 255, 255, .62);
  border-color: rgba(0, 29, 54, .5);
  color: var(--ink);
}

.header-contact:hover,
.header-contact:focus-visible,
.header-contact.is-active:hover,
.header-contact.is-active:focus-visible {
  border-color: var(--button-fill-bg);
  background-size: 100% 100%, auto;
  color: var(--button-hover-color);
  outline: none;
}

.mega-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--header-h);
  z-index: var(--z-mega-menu);
  padding: clamp(24px, 2.5vw, 34px) var(--container-gutter) clamp(26px, 2.75vw, 36px);
  border-top: 1px solid rgba(211, 189, 134, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .012) 58%, rgba(2, 19, 36, .08) 100%),
    rgba(6, 31, 60, .42);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .12);
  backdrop-filter: blur(18px) saturate(112%);
  -webkit-backdrop-filter: blur(18px) saturate(112%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity .2s ease, visibility .2s ease, transform .22s var(--motion-ease);
}

.mega-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}

.global-nav__item--business:is(:hover, :focus-within, .is-mega-open):not(.is-mega-closed) .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-menu__inner {
  display: block;
  width: min(100%, 1140px);
  margin-inline: auto;
}

.mega-menu__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.55vw, 20px);
}

.mega-menu__card {
  position: relative;
  display: grid;
  min-height: 166px;
  align-content: start;
  gap: 8px;
  padding: 20px clamp(17px, 1.8vw, 24px) 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 6px;
  background: rgba(7, 38, 69, .78);
  color: #fff;
  overflow: hidden;
  transition:
    transform .22s var(--motion-ease),
    border-color .28s ease,
    background .28s ease;
}

.mega-menu__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 1px;
  background: var(--gold-2);
  opacity: 0;
  transition: opacity .22s ease;
}

.mega-menu__card.is-active {
  border-color: rgba(211, 189, 134, .32);
  background: rgba(10, 49, 84, .9);
}

.mega-menu__card.is-active::before {
  opacity: 1;
}

.mega-menu__meta {
  color: rgba(211, 189, 134, .9);
  font-family: var(--font-label);
  font-size: var(--fs-label);
  font-weight: var(--fw-label);
  letter-spacing: var(--ls-label);
}

.mega-menu__title {
  display: block;
  color: #fff;
  font-size: clamp(var(--fs-18), 1.2vw, var(--fs-20));
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: .02em;
}

.mega-menu__text {
  display: block;
  color: rgba(255, 255, 255, .9);
  font-size: var(--fs-min);
  font-weight: 500;
  line-height: 1.68;
  letter-spacing: 0;
}

.mega-menu__action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 6px;
  padding-top: 7px;
  border-top: 1px solid rgba(211, 189, 134, .54);
  color: rgba(255, 255, 255, .88);
  font-size: var(--fs-min);
  font-weight: 600;
  letter-spacing: .02em;
  transition: border-color .24s ease, color .24s ease;
}

.mega-menu__card:hover,
.mega-menu__card:focus-visible {
  border-color: rgba(211, 189, 134, .58);
  background: rgba(255, 255, 255, .21);
  transform: translateY(-1px);
  outline: none;
}

.mega-menu__card:hover::before,
.mega-menu__card:focus-visible::before {
  opacity: 1;
}

.mega-menu__card:hover .mega-menu__action,
.mega-menu__card:focus-visible .mega-menu__action {
  border-color: rgba(211, 189, 134, .86);
  color: #fff;
}

.mobile-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 1px;
  opacity: 0;
  pointer-events: none;
}

.hamburger,
.mobile-nav {
  display: none;
}

.site-footer {
  min-height: 320px;
  color: #fff;
  border-top: 1px solid rgba(183, 149, 85, .22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .035), transparent 34%),
    linear-gradient(135deg, #05192f 0%, #07253f 54%, #031322 100%);
}

.footer-inner,
.footer-bottom-inner {
  width: min(calc(100% - var(--container-gutter)), 1180px);
  margin-inline: auto;
}

.footer-inner {
  display: grid;
  gap: 22px;
  padding-block: 30px 24px;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(210px, .85fr) minmax(0, 2.45fr) minmax(200px, .78fr);
  gap: clamp(24px, 3.2vw, 42px);
  align-items: start;
  min-height: 168px;
}

.footer-brand {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-logo {
  display: inline-flex;
  width: fit-content;
  color: #fff;
  font-size: var(--fs-footer-logo);
  font-weight: 400;
  line-height: .95;
  letter-spacing: var(--ls-heading);
}

.footer-logo span span {
  color: var(--gold-2);
}

.footer-tagline {
  max-width: 18em;
  margin: 0;
  color: rgba(255, 255, 255, .8);
  font-size: var(--fs-min);
  font-weight: 500;
  line-height: 1.75;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.6vw, 30px);
  color: rgba(255, 255, 255, .9);
}

.footer-column,
.footer-contact-panel {
  min-height: 0;
  padding-left: clamp(16px, 2vw, 24px);
  border-left: 1px solid rgba(221, 232, 242, .24);
}

.footer-column-title {
  display: grid;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--gold-2);
  font-size: var(--fs-min);
  font-weight: 600;
  line-height: 1.35;
}

.footer-column-title::after {
  content: "";
  width: 24px;
  height: 1px;
  background: rgba(211, 189, 134, .95);
}

.footer-link-list,
.footer-contact {
  display: grid;
  gap: 9px;
}

.footer-link-list a,
.footer-link-list span,
.footer-contact p {
  color: rgba(255, 255, 255, .8);
  font-size: var(--fs-min);
  font-weight: 500;
  line-height: 1.65;
}

.footer-link-list a,
.footer-contact-button,
.footer-legal a,
.footer-legal-link {
  transition: color .22s ease, border-color .22s ease, background .22s ease, transform .22s var(--motion-ease);
}

.footer-link-list a:hover,
.footer-link-list a:focus-visible,
.footer-legal a:hover,
.footer-legal a:focus-visible,
.footer-legal-link:hover,
.footer-legal-link:focus-visible {
  color: var(--gold-2);
}

.footer-contact p {
  margin: 0;
}

.footer-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: fit-content;
  min-height: 36px;
  margin-top: 6px;
  padding: 8px 16px;
  border: 1px solid rgba(211, 189, 134, .72);
  border-radius: 4px;
  color: var(--gold-2);
  background: rgba(0, 26, 50, .28);
  font-size: var(--fs-min);
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
}

.footer-contact-arrow {
  font-size: var(--fs-min);
  line-height: 1;
}

.footer-cookie-slot[hidden],
.footer-cookie-slot:empty {
  display: none;
}

.footer-cookie {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  min-height: 0;
  padding: 18px max(22px, calc((100vw - var(--container)) / 2));
  border: 1px solid rgba(18, 41, 71, .14);
  border-radius: 0;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 -12px 32px rgba(18, 41, 71, .12);
  color: var(--text);
  opacity: 0;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform: translateY(100%);
  transition:
    opacity .38s ease,
    transform .58s var(--motion-ease);
}

.footer-cookie-slot:not([hidden]) {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1200;
  display: block;
  width: 100%;
  pointer-events: none;
}

.footer-cookie-slot:not([hidden]) .footer-cookie {
  width: 100%;
  margin: 0;
  pointer-events: auto;
}

.footer-cookie-slot:not([hidden]) .footer-cookie.is-open {
  opacity: 1;
  transform: translateY(0);
}

.footer-cookie-slot:not([hidden]) .footer-cookie.is-closing {
  opacity: 0;
  transform: translateY(calc(100% + 18px));
  pointer-events: none;
}

.footer-cookie[hidden] {
  display: none;
}

.footer-cookie__content {
  min-width: 0;
}

.footer-cookie__heading {
  margin: 0 0 .125rem;
  color: var(--hs-navy);
  font-family: var(--font-label);
  font-size: var(--fs-cookie-heading);
  font-weight: var(--fw-label);
  line-height: 1.35;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-cookie__text,
.footer-cookie__details {
  margin: 0;
  color: rgba(41, 57, 74, .78);
  font-size: var(--fs-cookie-text);
  font-weight: 500;
  line-height: 1.5;
}

.footer-cookie__details {
  margin-top: .375rem;
  padding: 0;
  border: 0;
  color: rgba(41, 57, 74, .66);
  font-size: var(--fs-cookie-heading);
  line-height: 1.5;
}

.footer-cookie__details[hidden] {
  display: none;
}

.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;
}

.footer-cookie__option {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  margin-top: 8px;
  color: var(--text);
  cursor: pointer;
}

.footer-cookie__option input {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: #1f6fa8;
}

.footer-cookie__option strong,
.footer-cookie__option small {
  display: block;
}

.footer-cookie__option small {
  margin-top: 2px;
  color: rgba(41, 57, 74, .7);
  font-size: .68rem;
}

.footer-cookie__policy {
  display: inline-block;
  margin-top: 10px;
  color: var(--navy);
  font-weight: 700;
  text-underline-offset: 3px;
}

.footer-cookie__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-cookie__agree,
.footer-cookie__detail,
.footer-cookie__essential,
.footer-cookie__save,
.footer-cookie__close,
.footer-legal-link {
  appearance: none;
  font: inherit;
  cursor: pointer;
}

.footer-cookie__agree {
  min-height: 44px;
  padding: 9px 22px;
  border-radius: var(--card-radius);
  font-size: var(--fs-min);
  font-weight: 600;
  line-height: 1.35;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.footer-cookie__agree {
  min-width: 148px;
  border: 1px solid #1f6fa8;
  background: #1f6fa8;
  color: #fff;
}

.footer-cookie__detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 9px 20px;
  border: 1px solid rgba(26, 109, 70, .62);
  border-radius: var(--card-radius);
  background: rgba(255, 255, 255, .92);
  color: #346b4b;
  font-size: var(--fs-min);
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.footer-cookie__essential,
.footer-cookie__save {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 9px 18px;
  border: 1px solid rgba(31, 111, 168, .48);
  border-radius: var(--card-radius);
  background: #fff;
  color: var(--navy);
  font-size: var(--fs-min);
  font-weight: 600;
  line-height: 1.35;
}

.footer-cookie__save {
  border-color: #346b4b;
  background: #346b4b;
  color: #fff;
}

.footer-cookie__save[hidden] {
  display: none;
}

.footer-cookie__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: rgba(41, 57, 74, .72);
  font-size: var(--fs-28);
  font-weight: 500;
  line-height: 1;
  transition: background .2s ease, color .2s ease;
}

.footer-cookie__agree:hover,
.footer-cookie__agree:focus-visible {
  border-color: #155f94;
  background: #155f94;
  color: #fff;
}

.footer-cookie__detail:hover,
.footer-cookie__detail:focus-visible {
  border-color: #346b4b;
  background: rgba(26, 109, 70, .08);
  color: #25563b;
}

.footer-cookie__essential:hover,
.footer-cookie__essential:focus-visible {
  background: rgba(31, 111, 168, .08);
}

.footer-cookie__save:hover,
.footer-cookie__save:focus-visible {
  background: #25563b;
}

.footer-cookie__close:hover,
.footer-cookie__close:focus-visible {
  background: rgba(18, 41, 71, .08);
  color: var(--ink);
}

.footer-cookie__agree:focus-visible,
.footer-cookie__detail:focus-visible,
.footer-cookie__essential:focus-visible,
.footer-cookie__save:focus-visible,
.footer-cookie__close:focus-visible {
  outline: 2px solid rgba(31, 111, 168, .35);
  outline-offset: 2px;
}

.footer-bottom {
  border-top: 1px solid rgba(221, 232, 242, .22);
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 14px 18px;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 0;
  color: rgba(255, 255, 255, .82);
}

.footer-legal a,
.footer-legal-link {
  color: inherit;
  font-size: var(--fs-min);
  font-weight: 500;
  line-height: 1.5;
}

.footer-legal a + a,
.footer-legal a + .footer-legal-link,
.footer-legal-link + a {
  margin-left: 26px;
  padding-left: 26px;
  border-left: 1px solid rgba(221, 232, 242, .48);
}

.footer-legal-link {
  border: 0;
  background: transparent;
}

.copyright {
  color: rgba(255, 255, 255, .82);
  font-size: var(--fs-min);
  white-space: nowrap;
}

:where(.button) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 150px;
  min-height: 50px;
  padding: 0 28px;
  border: 1px solid rgba(2, 40, 75, .22);
  border-radius: var(--card-radius);
  color: var(--navy);
}

:where(.button)::after {
  content: "→";
  color: currentColor;
  font-size: var(--fs-min);
  line-height: 1;
  transition: transform .3s var(--motion-ease);
}

.button,
.submit-button,
.faq-cta,
.text-link{
  max-width: 150%;
  font-size: var(--fs-button);
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
  border-radius: var(--card-radius);
}

.button,
.button.primary,
.submit-button,
.faq-cta,
.faq-cta--light,
.faq-tab,
.faq-tab.is-active,
.faq-modal-tabs .faq-tab.is-active,
.footer-contact-button{
  --button-fill-bg: var(--gold);
  --button-hover-color: #071423;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, var(--button-fill-bg), var(--button-fill-bg)) left / 0 100% no-repeat,
    var(--button-base-bg, rgba(255, 255, 255, .9));
  transition:
    border-color .28s ease,
    background-size .38s var(--motion-ease),
    color .28s ease;
}

.button.primary {
  --button-base-bg: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}


.faq-cta--light{
  --button-base-bg: rgba(255, 255, 255, .92);
}

.faq-tab {
  --button-base-bg: rgba(255, 255, 255, .86);
}

.faq-tab.is-active,
.faq-modal-tabs .faq-tab.is-active {
  --button-base-bg: linear-gradient(135deg, #02284b, #001d36);
}

.submit-button {
  --button-base-bg: linear-gradient(180deg, #063e78 0%, var(--navy) 100%);
}


.faq-cta{
  --button-base-bg: linear-gradient(135deg, #02284b, #001d36);
}

.footer-contact-button {
  --button-base-bg: rgba(0, 26, 50, .28);
  --button-fill-bg: var(--gold-2);
}

.button:hover,
.button:focus-visible,
.submit-button:hover,
.submit-button:focus-visible,
.faq-cta:hover,
.faq-cta:focus-visible,
.faq-tab:hover,
.faq-tab:focus-visible,
.faq-tab.is-active:hover,
.faq-tab.is-active:focus-visible,
.faq-modal-tabs .faq-tab.is-active:hover,
.faq-modal-tabs .faq-tab.is-active:focus-visible,
.footer-contact-button:hover,
.footer-contact-button:focus-visible{
  border-color: var(--button-fill-bg);
  background-size: 100% 100%, auto;
  color: var(--button-hover-color);
  transform: none;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  font-size: var(--fs-form);
}

textarea {
  min-height: 120px;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  font-size: var(--fs-form);
}

table {
  width: 100%;
  border-collapse: collapse;
}

#structure .section-title{
  font-size: var(--fs-title);
  line-height: 1.32;
  letter-spacing: 0;
  word-break: normal;
  overflow-wrap: anywhere;
}

.brand-mark,
.footer-logo,
.footer-column-title,
.contact-phone-number,
.mobile-nav__business-meta,
.faq-num,
.copyright,
.form-status{
  font-family: var(--font-en);
  letter-spacing: .04em;
}

.mobile-nav,
.button,
.text-link,
.faq-tab,
.submit-button,
.footer-contact-button{
  font-weight: 600;
  letter-spacing: .02em;
}

.reveal,
[data-animate],
.rv,
.reveal-target {
  transition-duration: var(--motion-duration);
  transition-timing-function: var(--motion-ease);
  filter: none;
}

.page-transition,
main {
  animation: none;
  filter: none;
}

@media (max-width: 1100px) {
  :root {
    --container-gutter: clamp(28px, 6vw, 72px);
  }

  .header-inner {
    gap: 16px;
  }

  .brand-name {
    max-width: 13em;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .global-nav__link {
    padding-inline: 9px;
  }

  .header-actions {
    gap: 10px;
  }

  .mega-menu__inner {
    grid-template-columns: minmax(210px, 240px) minmax(0, 1fr);
    gap: 26px;
  }

  .mega-menu__grid {
    gap: 12px;
  }

  .mega-menu__card {
    min-height: 162px;
    padding-inline: 16px;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  :root {
    --header-h: 60px;
    --container-gutter: 32px;
  }

  .global-nav,
  .header-contact {
    display: none;
  }

  .header-actions {
    margin-left: auto;
  }

  .language-switcher__toggle {
    min-height: 36px;
    padding-left: 12px;
  }

  .language-switcher__meta {
    display: none;
  }

  .hamburger {
    display: inline-flex;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(207, 219, 228, var(--header-control-border-alpha, .36));
    border-radius: 4px;
    background: rgba(255, 255, 255, var(--header-control-bg-alpha, .08));
    cursor: pointer;
  }

  .hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: rgb(var(--header-mobile-fg-rgb, 18 41 71));
    transition: transform .22s ease, opacity .22s ease;
  }

  .mobile-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--header-h);
    z-index: var(--z-mega-menu);
    display: grid;
    max-height: calc(100svh - var(--header-h));
    overflow-y: auto;
    border-bottom: 1px solid rgba(220, 227, 233, .9);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 18px 42px rgba(18, 41, 71, .1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .2s ease, visibility .2s ease, transform .25s var(--motion-ease);
  }

  .mobile-nav a,
  .mobile-nav__summary {
    display: block;
    padding: 15px 28px;
    border-top: 1px solid #edf1f5;
    color: var(--ink);
    font-size: var(--fs-min);
    font-weight: 600;
    line-height: 1.45;
  }

  .mobile-nav__summary {
    position: relative;
    min-height: 54px;
    list-style: none;
    cursor: pointer;
  }

  .mobile-nav__summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav__summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 28px;
    width: 9px;
    height: 9px;
    border-right: 2px solid var(--gold);
    border-bottom: 2px solid var(--gold);
    transform: translateY(-65%) rotate(45deg);
    transition: transform .2s ease;
  }

  .mobile-nav__section[open] .mobile-nav__summary::after {
    transform: translateY(-35%) rotate(225deg);
  }

  .mobile-nav__panel {
    display: grid;
    gap: 10px;
    padding: 12px 20px 18px;
    border-top: 1px solid rgba(183, 149, 85, .24);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .012)),
      rgba(6, 31, 60, .97);
  }

  .mobile-nav .mobile-nav__business-link {
    display: grid;
    gap: 4px;
    min-height: 66px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 6px;
    background: rgba(255, 255, 255, .035);
    color: #fff;
  }

  .mobile-nav__business-link.is-active {
    border-color: rgba(211, 189, 134, .36);
    background: rgba(255, 255, 255, .052);
  }

  .mobile-nav__business-meta {
    color: rgba(211, 189, 134, .9);
    font-size: var(--fs-label);
    font-weight: var(--fw-label);
    letter-spacing: var(--ls-label);
  }

  .mobile-nav__business-title {
    color: rgba(255, 255, 255, .9);
    font-size: var(--fs-min);
    font-weight: 600;
    line-height: 1.45;
  }

  .mobile-toggle:checked ~ .hamburger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .mobile-toggle:checked ~ .hamburger span:nth-child(2) {
    opacity: 0;
  }

  .mobile-toggle:checked ~ .hamburger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-toggle:checked ~ .mobile-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mega-menu {
    display: none;
  }

  .footer-inner {
    padding-block: 36px 28px;
  }

  .footer-columns {
    grid-template-columns: 1fr;
  }

  .footer-column,
  .footer-contact-panel {
    min-height: 0;
    padding-block: 20px;
    padding-inline: 0;
    border-top: 1px solid rgba(221, 232, 242, .18);
    border-left: 0;
  }

  .footer-column-title {
    margin-bottom: 14px;
  }

  .footer-cookie-slot:not([hidden]) {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .footer-cookie {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 12px;
    padding: 16px max(18px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));
  }

  .footer-cookie__actions {
    justify-content: stretch;
    flex-wrap: wrap;
  }

  .footer-cookie__detail,
  .footer-cookie__essential,
  .footer-cookie__save,
  .footer-cookie__agree {
    flex: 1 1 140px;
  }

  .footer-cookie__close {
    position: absolute;
    top: 8px;
    right: max(8px, env(safe-area-inset-right));
  }

  .footer-bottom-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .copyright {
    white-space: normal;
  }

  .site-footer {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  :root {
    --container-gutter: 28px;
    --fs-body: 17px;
    --fs-card-text: 17px;
    --fs-lead: 17px;
    --fs-card-title: 21px;
    --fs-title: 40px;
  }

  body,
  p,
  li,
  dt,
  dd,
  th,
  td {
    font-size: var(--fs-body);
  }

  .brand {
    gap: 10px;
  }

  .brand-mark {
    font-size: var(--fs-brand-mark-mobile);
  }

  .brand-name {
    max-width: 10.5em;
    font-size: var(--fs-min);
  }

  .footer-logo {
    font-size: var(--fs-footer-logo-mobile);
  }

  .footer-tagline {
    font-size: var(--fs-min);
  }

  .footer-column-title {
    font-size: var(--fs-min);
  }

  .footer-link-list a,
  .footer-link-list span,
  .footer-contact p {
    font-size: var(--fs-15);
  }

  .footer-cookie__text {
    font-size: var(--fs-cookie-text);
  }

  .footer-cookie__details {
    font-size: var(--fs-cookie-heading);
  }

  .footer-contact-button,
.footer-cookie__agree {
    width: fit-content;
    min-width: 0;
  }

  .footer-cookie__actions {
    align-items: center;
    gap: 10px;
    white-space: normal;
  }

  .footer-cookie__detail {
    justify-content: center;
  }

  .footer-legal a,
  .footer-legal-link {
    font-size: var(--fs-min);
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer-contact-button,
.footer-cookie__agree,
.footer-cookie__detail,
.footer-cookie__essential,
.footer-cookie__save {
    transition: none;
  }
}

/* Keyboard users can bypass repeated navigation and always see focus. */
.skip-link {
  position: fixed;
  z-index: 10000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 4px;
  color: #061d31;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
  font-weight: 700;
  transform: translateY(-150%);
  transition: transform 0.16s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid #f2c96d;
  outline-offset: 3px;
}

/* Mobile interaction baseline: comfortable targets across every page. */
@media (max-width: 760px) {
  .brand,
  .footer-logo {
    min-height: 44px;
    align-items: center;
  }

  .language-switcher__toggle,
  .language-switcher__option {
    min-height: 44px;
  }

  .footer-link-list {
    gap: 0;
  }

  .footer-link-list a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding-block: 8px;
  }

  .footer-legal {
    gap: 4px 0;
  }

  .footer-legal a,
  .footer-legal-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding-block: 8px;
  }

  .footer-contact a:not(.footer-contact-button) {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }

  .footer-contact-button {
    min-height: 52px;
    padding-block: 12px;
  }
}
