@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --navy: #13213a;
  --navy-soft: #405777;
  --blue: #a8cae9;
  --blue-deep: #8fbbe2;
  --pale: #f4f8fc;
  --line: #dce7f1;
  --white: #fff;
  --shadow: 0 22px 55px rgba(35, 76, 117, .1);
  color: var(--navy);
  background: var(--white);
  font-family: Manrope, Arial, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--white); color: var(--navy); }
body::before { position: fixed; inset: 0; z-index: -1; content: ""; background: linear-gradient(90deg, transparent 5.8%, rgba(220, 231, 242, .52) 5.85%, transparent 5.9%, transparent 94.1%, rgba(220, 231, 242, .52) 94.15%, transparent 94.2%); pointer-events: none; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }

.skip-link { position: absolute; top: 8px; left: -10000px; z-index: 30; padding: 10px 14px; border-radius: 8px; background: var(--navy); color: white; }
.skip-link:focus { left: 8px; }
.page-frame { position: relative; width: 100%; margin: 0; padding: 0 clamp(18px, 3.2vw, 52px); }

/* The one floating component remains visually consistent across every section. */
.site-header { position: absolute; top: 42px; right: clamp(18px, 3.2vw, 52px); left: clamp(18px, 3.2vw, 52px); z-index: 20; display: flex; align-items: center; justify-content: space-between; width: auto; min-height: 88px; margin: 0; padding: 12px 18px 12px 26px; border: 1px solid rgba(220, 230, 240, .9); border-radius: 18px; background: rgba(255, 255, 255, .88); box-shadow: 0 10px 30px rgba(33, 69, 108, .1); backdrop-filter: blur(18px); }
.logo { display: block; width: 46px; aspect-ratio: 1; background: center / contain no-repeat url("../favicon/android-chrome-512x512.png"); }
.logo picture { display: none; }
.logo img { width: 100%; height: auto; }
.site-header nav { display: flex; align-items: center; gap: clamp(17px, 2.8vw, 42px); color: #536883; font-size: .93rem; font-weight: 500; }
.site-header nav > a:not(.nav-contact) { transition: color .2s ease; }
.site-header nav > a:not(.nav-contact):hover { color: #15243e; }
.nav-contact { border-radius: 13px; background: #1d354d; color: white; padding: 14px 22px; font-weight: 600; box-shadow: 0 5px 12px rgba(22, 42, 64, .12); transition: background .2s ease, transform .2s ease; }
.nav-contact:hover { background: #2c587f; transform: translateY(-2px); }

/* Hero: a long blue-to-white atmospheric field, not a boxed section. */
.hero { position: relative; min-height: 1050px; margin: 0 clamp(-52px, -3.2vw, -18px); padding: 170px clamp(18px, 5vw, 88px) 0; overflow: hidden; background: linear-gradient(180deg, #a6c9e8 0%, #a6c9e8 52%, #d6e8f7 76%, #fff 97%); text-align: center; }
.hero::before { position: absolute; inset: 0; content: ""; background: radial-gradient(ellipse at 50% 29%, rgba(255,255,255,.5), transparent 32%), radial-gradient(ellipse at 8% 45%, rgba(255,255,255,.26), transparent 20%), radial-gradient(ellipse at 93% 39%, rgba(255,255,255,.23), transparent 19%); pointer-events: none; }
.hero::after { position: absolute; right: 0; bottom: 0; left: 0; height: 180px; content: ""; background: linear-gradient(transparent, white); pointer-events: none; }
.hero-topline, .scroll-hint { display: none; }
.hero-content { position: relative; z-index: 1; display: block; padding: 20px 0 0; }
.hero-copy { display: grid; justify-items: center; }
.hero-brand { display: block; width: min(340px, 72vw); margin: 0 0 26px; }
.hero-brand img { width: 100%; height: auto; }
.eyebrow { margin: 0 0 18px; color: #587190; font: .68rem/1.2 "DM Mono", monospace; letter-spacing: .07em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 1050px; margin: 0 auto 25px; color: #081831; font-size: clamp(3.15rem, 7vw, 7rem); font-weight: 600; letter-spacing: -.075em; line-height: .98; }
.hero h1 span, .hero h1 em { color: inherit; font-family: inherit; font-style: normal; font-weight: inherit; letter-spacing: inherit; }
.intro { max-width: 670px; margin: 0 auto 28px; color: #294664; font-size: clamp(.98rem, 1.45vw, 1.18rem); font-weight: 500; line-height: 1.64; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 58px; gap: 16px; border-radius: 15px; padding: 14px 25px; font-size: .98rem; font-weight: 600; transition: transform .25s ease, box-shadow .25s ease; }
.button:hover { box-shadow: 0 12px 23px rgba(42, 82, 120, .15); transform: translateY(-3px); }
.button-dark { border: 1px solid rgba(255,255,255,.95); background: rgba(255,255,255,.95); color: #16263e; box-shadow: 0 7px 0 rgba(235, 244, 251, .8); }

/* Dashboard is an airy visual anchor: it intentionally dissolves into the next section. */
.hero-visual { position: relative; width: min(980px, 94%); min-height: 470px; margin: 52px auto 0; }
.hero-gallery { position: relative; width: 100%; height: 470px; overflow: hidden; border-radius: 28px; background: transparent; isolation: isolate; }
.hero-gallery::before, .hero-gallery::after { position: absolute; z-index: 2; content: ""; pointer-events: none; opacity: 0; backdrop-filter: blur(13px); }
.hero-gallery::before { width: clamp(78px, 13vw, 154px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.52); border-radius: 20px; background: linear-gradient(135deg, rgba(255,255,255,.44), rgba(255,255,255,.08)); box-shadow: 0 18px 38px rgba(11, 43, 72, .12); animation: hero-glass-cubes-a 21s ease-in-out infinite; }
.hero-gallery::after { width: clamp(46px, 8vw, 92px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.45); border-radius: 16px; background: rgba(222, 241, 255, .25); box-shadow: 104px -46px 0 -1px rgba(255,255,255,.16), 104px -46px 0 0 rgba(255,255,255,.35); animation: hero-glass-cubes-b 21s ease-in-out infinite; }
.hero-gallery-card { position: absolute; inset: 0; display: block; margin: 0; overflow: hidden; border: 0; border-radius: inherit; background: transparent; opacity: 0; transform: scale(1.045); }
.hero-gallery-card-large { grid-row: auto; }
.hero-gallery-card:nth-child(1) { animation: hero-gallery-one 21s cubic-bezier(.45, 0, .2, 1) infinite; }
.hero-gallery-card:nth-child(2) { animation: hero-gallery-two 21s cubic-bezier(.45, 0, .2, 1) infinite; }
.hero-gallery-card:nth-child(3) { animation: hero-gallery-three 21s cubic-bezier(.45, 0, .2, 1) infinite; }
.hero-gallery-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 35%, rgba(221, 237, 248, .08) 54%, rgba(246, 250, 253, .58) 82%, rgba(255,255,255,.92) 100%); }
.hero-gallery-card img { width: 100%; height: 100%; object-fit: cover; -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 57%, rgba(0,0,0,.64) 78%, transparent 100%); mask-image: linear-gradient(to bottom, #000 0%, #000 57%, rgba(0,0,0,.64) 78%, transparent 100%); }
.hero-gallery-card figcaption { position: absolute; right: clamp(20px, 4vw, 38px); bottom: clamp(20px, 4vw, 34px); left: clamp(20px, 4vw, 38px); z-index: 1; display: grid; gap: 4px; color: #173550; text-align: left; text-shadow: 0 1px 14px rgba(255,255,255,.86); }
.hero-gallery-card figcaption span { font: .64rem "DM Mono", monospace; letter-spacing: .09em; text-transform: uppercase; }
.hero-gallery-card figcaption strong { font-size: clamp(1.05rem, 2vw, 1.45rem); font-weight: 600; letter-spacing: -.035em; }

@keyframes hero-gallery-one {
  0%, 30% { opacity: 1; transform: scale(1); }
  38%, 95% { opacity: 0; transform: scale(1.045); }
  100% { opacity: 1; transform: scale(1); }
}

@keyframes hero-gallery-two {
  0%, 30% { opacity: 0; transform: scale(1.045); }
  38%, 63% { opacity: 1; transform: scale(1); }
  71%, 100% { opacity: 0; transform: scale(1.045); }
}

@keyframes hero-gallery-three {
  0%, 63% { opacity: 0; transform: scale(1.045); }
  71%, 96% { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.045); }
}

@keyframes hero-glass-cubes-a {
  0%, 27%, 41%, 60%, 74%, 100% { opacity: 0; transform: translate3d(-30%, 130%, 0) rotate(-12deg); }
  31%, 64%, 95% { opacity: .72; transform: translate3d(245%, 45%, 0) rotate(11deg); }
  36%, 69%, 99% { opacity: 0; transform: translate3d(330%, -5%, 0) rotate(18deg); }
}

@keyframes hero-glass-cubes-b {
  0%, 27%, 41%, 60%, 74%, 100% { opacity: 0; transform: translate3d(710%, 310%, 0) rotate(14deg); }
  31%, 64%, 95% { opacity: .6; transform: translate3d(290%, 120%, 0) rotate(-8deg); }
  36%, 69%, 99% { opacity: 0; transform: translate3d(115%, 16%, 0) rotate(-16deg); }
}
.dashboard-window { position: absolute; inset: 0; display: grid; grid-template-columns: 72px 1fr; overflow: hidden; border: 10px solid rgba(236, 245, 252, .76); border-radius: 24px 24px 0 0; background: rgba(240,246,252,.9); box-shadow: 0 -1px 0 rgba(255,255,255,.9), 0 24px 55px rgba(38, 85, 129, .17); transform: rotateX(2.5deg); transform-origin: bottom; }
.dashboard-sidebar { display: grid; align-content: start; justify-items: center; gap: 18px; padding-top: 22px; border-right: 1px solid #d9e5ef; background: rgba(252,254,255,.82); }
.dashboard-mini-logo { display: grid; width: 32px; height: 32px; place-items: center; margin-bottom: 12px; border-radius: 10px; background: linear-gradient(145deg, #beff4a, #99ed36); color: #203044; font-size: 1rem; font-weight: 700; }
.dashboard-sidebar > span { width: 27px; height: 27px; border-radius: 8px; background: #dce7f0; }
.dashboard-sidebar .dashboard-active { background: #213d5b; box-shadow: inset 0 0 0 8px #e5eff8; }
.dashboard-content { min-width: 0; padding: 0 22px 25px; }
.dashboard-toolbar { display: flex; align-items: center; gap: 10px; height: 55px; margin: 0 -22px; padding: 0 22px; border-bottom: 1px solid #dde7ef; background: rgba(255,255,255,.58); color: #8295aa; font-size: .77rem; text-align: left; }
.dashboard-toolbar > span:first-child { width: 15px; height: 15px; border: 2px solid #a9bacb; border-radius: 50%; }
.dashboard-toolbar i { width: 18px; height: 18px; margin-left: auto; border-radius: 6px; background: #dce7f0; }
.dashboard-toolbar i + i { margin-left: 0; }
.dashboard-title { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 25px 0 18px; text-align: left; }
.dashboard-title small { display: block; margin-bottom: 3px; color: #8496aa; font-size: .67rem; }
.dashboard-title strong { display: block; color: #193550; font-size: clamp(1rem, 2vw, 1.5rem); letter-spacing: -.04em; }
.dashboard-title button { border: 0; border-radius: 8px; background: #1e405f; color: white; padding: 10px 14px; font-size: .72rem; font-weight: 600; }
.dashboard-grid { display: grid; grid-template-columns: 1.28fr 1fr 1fr; gap: 14px; }
.dashboard-card { min-width: 0; overflow: hidden; border: 1px solid #dce6ee; border-radius: 12px; background: rgba(255,255,255,.88); box-shadow: 0 7px 14px rgba(36, 78, 115, .05); text-align: left; }
.dashboard-card img { width: 100%; height: 165px; object-fit: cover; opacity: .88; }
.dashboard-card-large img { height: 222px; }
.dashboard-card div { padding: 12px; }
.dashboard-card small { display: block; margin-bottom: 3px; color: #8193a8; font-size: .62rem; }
.dashboard-card strong { display: block; color: #1a334f; font-size: .79rem; line-height: 1.24; }
.floating-note { position: absolute; z-index: 2; display: flex; align-items: center; gap: 9px; padding: 12px 15px; border: 1px solid rgba(213, 226, 238, .88); border-radius: 12px; background: rgba(255,255,255,.78); box-shadow: var(--shadow); color: #1b354f; text-align: left; backdrop-filter: blur(13px); }
.floating-note b { font-size: .82rem; }
.floating-note span { color: #647991; font-size: .65rem; line-height: 1.25; }
.floating-note-garden { top: 27%; left: -28px; }
.floating-note-garden b { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 9px; background: #e5facd; color: #588413; }
.floating-note-system { right: -25px; bottom: 37%; }
.floating-note-system b { font-size: .68rem; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #5bd07b; box-shadow: 0 0 0 5px #e7f9ec; }

/* Feature area uses soft outer shells and bright, spacious inner surfaces. */
.disciplines { padding: clamp(110px, 14vw, 190px) 0; background: linear-gradient(180deg, white 0%, #f9fbfe 72%, white 100%); }
.section-heading { display: grid; grid-template-columns: .68fr 1.2fr .72fr; gap: 32px; align-items: start; max-width: 1180px; margin: auto; padding-bottom: 54px; }
.section-heading .eyebrow { margin-top: 16px; }
.section-heading h2, .faq-heading h2 { margin: 0; color: #13223c; font-size: clamp(2.45rem, 4.8vw, 5.1rem); font-weight: 600; letter-spacing: -.075em; line-height: .98; }
.section-heading > p:last-child { margin: 14px 0 0; color: #506986; font-size: .97rem; line-height: 1.68; }
.discipline-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1180px; margin: auto; }
.discipline { position: relative; overflow: hidden; padding: 14px; border: 1px solid rgba(214, 228, 240, .83); border-radius: 21px; background: rgba(243, 248, 253, .74); box-shadow: inset 0 1px rgba(255,255,255,.95); transition: box-shadow .3s ease, transform .3s ease; }
.discipline::after { position: absolute; right: -1px; bottom: -1px; left: -1px; z-index: 1; height: 48%; content: ""; background: linear-gradient(180deg, rgba(255,255,255,0), #fff 86%); pointer-events: none; }
.discipline:hover { box-shadow: 0 20px 45px rgba(38, 77, 115, .12); transform: translateY(-6px); }
.discipline > a { position: relative; display: grid; min-height: 480px; overflow: hidden; border-radius: 15px; background: rgba(255,255,255,.78); }
.discipline > a > * { position: relative; z-index: 2; }
.discipline > a > img { grid-row: 1; width: 100%; height: 236px; object-fit: cover; opacity: 1; transition: transform .5s ease; }
.discipline:hover > a > img { transform: scale(1.025); }
.discipline-number { grid-row: 2; margin: 20px 20px 0; color: #7691ae; font: .66rem "DM Mono", monospace; }
.discipline-title { grid-row: 3; margin: 8px 20px 0; }
.discipline-title p { margin-bottom: 4px; color: #6e8dac !important; font: .66rem "DM Mono", monospace; letter-spacing: .06em; text-transform: uppercase; }
.discipline h3 { margin: 0; color: #172944; font-size: clamp(1.48rem, 2.5vw, 2.3rem); font-weight: 600; letter-spacing: -.065em; line-height: .99; }
.discipline-copy { grid-row: 4; min-height: 50px; margin: 14px 20px 0; color: #59728f; font-size: .84rem; line-height: 1.58; }
.round-link { display: grid; grid-row: 5; width: 42px; height: 42px; place-items: center; margin: 15px 20px 20px; border: 1px solid #d5e2ee; border-radius: 11px; background: rgba(255,255,255,.82); color: #294a6b; font-size: 1.05rem; transition: background .25s ease, color .25s ease, transform .25s ease; }
.discipline:hover .round-link { background: #1f405e; border-color: #1f405e; color: white; transform: translate(3px, -3px); }

.faq { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(44px, 10vw, 150px); max-width: 1180px; margin: auto; padding: clamp(105px, 14vw, 175px) 0; }
.faq-heading .eyebrow { margin-top: 16px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 24px 10px 24px 0; cursor: pointer; color: #1c304d; font-size: clamp(1.05rem, 1.45vw, 1.28rem); font-weight: 600; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { display: grid; flex: 0 0 auto; width: 29px; height: 29px; place-items: center; border: 1px solid #cddce9; border-radius: 9px; content: "+"; color: #607794; font-size: 1.15rem; font-weight: 400; transition: transform .25s ease, background .25s ease; }
.faq-item[open] summary::after { background: #e5eff8; transform: rotate(45deg); }
.faq-item > div { max-width: 540px; padding: 0 36px 25px 0; color: #617895; font-size: .91rem; line-height: 1.65; }
.faq-item > div p { margin: 0; }
.faq-item > div a { color: #2f5a84; text-decoration: underline; text-underline-offset: 3px; }

/* A blue field returns halfway through the page, just as softly as in the hero. */
.principle { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; min-height: 545px; max-width: 1280px; margin: auto; overflow: hidden; border: 1px solid rgba(205, 223, 239, .9); border-radius: 25px; background: linear-gradient(135deg, #acd0ee 0%, #9cc3e8 58%, #c9e1f4 100%); box-shadow: 0 21px 48px rgba(40, 83, 124, .1); }
.principle::before { position: absolute; top: -42%; right: -10%; width: 67%; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.22); content: ""; }
.principle::after { position: absolute; right: 0; bottom: 0; left: 0; height: 36%; background: linear-gradient(transparent, rgba(255,255,255,.17)); content: ""; }
.principle-mark { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 32px; }
.principle-mark picture { display: block; width: min(410px, 76%); opacity: .78; filter: drop-shadow(0 14px 22px rgba(24, 65, 101, .14)); }
.principle-mark img { width: 100%; height: auto; }
.principle-copy { position: relative; z-index: 1; align-self: center; max-width: 650px; padding: clamp(44px, 7vw, 100px); }
.principle .eyebrow { color: #385f83; }
.principle h2 { margin-bottom: 25px; color: #122944; font-size: clamp(2.65rem, 5vw, 5rem); font-weight: 600; letter-spacing: -.075em; line-height: .97; }
.principle h2 em { font-family: inherit; font-style: normal; font-weight: inherit; letter-spacing: inherit; }
.principle-copy > p:not(.eyebrow) { margin-bottom: 0; color: #315878; font-size: .98rem; line-height: 1.68; }
.principle-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.principle-points span { border: 1px solid rgba(35, 76, 112, .18); border-radius: 999px; padding: 8px 12px; color: #315878; font: .65rem "DM Mono", monospace; text-transform: uppercase; }

.contact { position: relative; display: grid; grid-template-columns: .74fr 1.26fr; gap: clamp(46px, 10vw, 160px); width: 100vw; max-width: none; margin: 0 0 0 calc(50% - 50vw); padding: clamp(74px, 9vw, 128px) clamp(18px, 5vw, 52px); overflow: hidden; background: linear-gradient(135deg, #acd0ee 0%, #9cc3e8 58%, #c9e1f4 100%); }
.contact::before { position: absolute; top: -44%; left: -12%; width: 73%; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.22); content: ""; }
.contact::after { position: absolute; right: 0; bottom: 0; left: 0; height: 40%; background: linear-gradient(transparent, rgba(255,255,255,.16)); content: ""; }
.contact > * { position: relative; z-index: 1; }
.contact .eyebrow { margin-bottom: 14px; color: #385f83; }
.contact h2 { margin: 0; color: #152740; font-size: clamp(4rem, 7.8vw, 7.5rem); font-weight: 600; letter-spacing: -.092em; line-height: .85; }
.contact h2 em { font-family: inherit; font-style: normal; font-weight: inherit; letter-spacing: inherit; }
.contact-form { display: grid; gap: 17px; padding: clamp(26px, 4vw, 47px); border: 1px solid rgba(214, 228, 240, .95); border-radius: 20px; background: #fff; box-shadow: 0 18px 40px rgba(34, 75, 112, .13); }
.contact-form label { display: grid; gap: 7px; color: #59718e; font: .66rem "DM Mono", monospace; letter-spacing: .04em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d6e3ee; border-radius: 10px; background: rgba(255,255,255,.88); color: #1a304c; padding: 13px; font: .92rem/1.45 Manrope, sans-serif; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 2px solid #94c4e9; outline-offset: 2px; border-color: #94c4e9; }
.contact-form textarea { min-height: 132px; resize: vertical; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.form-honeypot { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.contact-form .privacy-consent { grid-template-columns: 18px 1fr; align-items: start; gap: 10px; color: #647a95; font: .76rem/1.5 Manrope, sans-serif; letter-spacing: 0; text-transform: none; }
.privacy-consent input { width: 18px; height: 18px; margin-top: 1px; accent-color: #305a84; }
.privacy-consent a { color: #2c577f; text-decoration: underline; text-underline-offset: 3px; }
.contact-form button { justify-self: start; display: inline-flex; align-items: center; gap: 13px; border: 0; border-radius: 12px; background: #1e3d5b; color: white; padding: 15px 19px; cursor: pointer; font-size: .86rem; font-weight: 600; transition: transform .2s ease, background .2s ease; }
.contact-form button:hover { background: #2d5d87; transform: translateY(-2px); }

.company { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(46px, 10vw, 150px); max-width: 1180px; margin: auto; padding: clamp(80px, 10vw, 120px) 0 clamp(105px, 14vw, 170px); border-top: 1px solid var(--line); }
.company h2 { margin: 0 0 27px; color: #162943; font-size: clamp(2.25rem, 4vw, 4rem); font-weight: 600; letter-spacing: -.07em; line-height: .98; }
.company-details dl { margin: 0; border-top: 1px solid var(--line); }
.company-details dl div { display: grid; grid-template-columns: 114px 1fr; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.company-details dt { color: #7b90aa; font: .66rem "DM Mono", monospace; text-transform: uppercase; }
.company-details dd { margin: 0; color: #3e5875; font-size: .86rem; }
.company-details dd a { text-decoration: underline; text-underline-offset: 3px; }
.map-consent, .company-address-map-frame { display: grid; width: 100%; min-height: 320px; border: 1px solid #d5e4f0; border-radius: 18px; }
.map-consent { align-content: center; gap: 22px; padding: clamp(28px, 4vw, 48px); background: radial-gradient(circle at 88% 10%, rgba(255,255,255,.55), transparent 12rem), linear-gradient(145deg, #a8cbed, #d8eafa); }
.map-consent p { max-width: 380px; margin: 0; color: #294e70; font-size: .98rem; line-height: 1.62; }
.map-consent > div { display: flex; flex-wrap: wrap; gap: 10px; }
.map-consent button, .map-consent a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border-radius: 11px; padding: 10px 14px; font-size: .75rem; font-weight: 600; }
.map-consent button { border: 0; background: #1f405e; color: white; cursor: pointer; }
.map-consent a { border: 1px solid rgba(35, 74, 108, .24); color: #244b70; }
.company-address-map-frame { border: 0; }

.site-footer { display: flex; flex-wrap: nowrap; justify-content: space-between; gap: 13px 24px; max-width: 1180px; margin: auto; padding: 24px 0 31px; border-top: 1px solid var(--line); color: #71859e; font: .65rem "DM Mono", monospace; letter-spacing: .03em; text-transform: uppercase; }
.site-footer p { margin: 0; }
.site-footer nav { display: flex; flex-wrap: nowrap; gap: 13px 22px; }
.site-footer .footer-inner { display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; width: 100%; gap: 13px 24px; }
.site-footer .footer-inner nav { margin-left: auto; }
.site-footer a:hover { color: #2d557b; }

.cookie-notice { position: fixed; bottom: 18px; left: 50%; z-index: 30; display: none; width: min(760px, calc(100% - 32px)); grid-template-columns: 1fr auto; gap: 18px; align-items: center; padding: 16px 18px; border: 1px solid #d3e1ed; border-radius: 13px; background: rgba(255,255,255,.94); box-shadow: 0 15px 44px rgba(43,77,111,.18); transform: translateX(-50%); backdrop-filter: blur(14px); }
.cookie-notice.is-visible { display: grid; }
.cookie-notice p { margin: 0; color: #637792; font-size: .78rem; line-height: 1.52; }
.cookie-notice strong { color: #1b3754; }
.cookie-actions { display: flex; gap: 8px; }
.cookie-actions a, .cookie-actions button { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; border-radius: 9px; padding: 8px 12px; font-size: .7rem; font-weight: 600; }
.cookie-actions a { border: 1px solid #d3dfeb; color: #365473; }
.cookie-actions button { border: 0; background: #1f405e; color: white; cursor: pointer; }

/* Desktop gets its own, denser composition instead of a scaled-up mobile hero. */
@media (min-width: 961px) {
  .site-header { right: auto; left: 50%; width: min(1280px, calc(100% - 104px)); transform: translateX(-50%); }
  .hero { min-height: 0; padding-top: 145px; }
  .hero-content { padding-top: 10px; }
  .hero h1 { max-width: none; margin-bottom: 22px; font-size: clamp(2.8rem, 4vw, 4.6rem); line-height: 1; white-space: nowrap; }
  .hero h1 br { display: none; }
  .hero h1 em::before { content: "\00a0"; }
  .intro { max-width: 740px; margin-bottom: 22px; font-size: clamp(1.04rem, 1.2vw, 1.18rem); }
  .hero-visual { margin-top: 36px; }
  .disciplines { padding: clamp(92px, 9vw, 132px) 0; }
  .section-heading { padding-bottom: 42px; }
  .section-heading h2, .faq-heading h2 { font-size: clamp(2.8rem, 3.7vw, 4.45rem); }
  .section-heading > p:last-child { font-size: 1.04rem; }
  .faq { padding: clamp(84px, 9vw, 128px) 0; }
  .faq-item summary { font-size: clamp(1.08rem, 1.25vw, 1.28rem); }
  .faq-item > div, .discipline-copy { font-size: .93rem; }
  .principle h2 { font-size: clamp(2.65rem, 4vw, 4.35rem); }
  .contact { padding: clamp(88px, 10vw, 142px) max(52px, calc((100vw - 1280px) / 2 + 52px)); }
  .contact h2 { font-size: clamp(4rem, 6vw, 5.8rem); }
  .company { padding-top: clamp(70px, 8vw, 105px); padding-bottom: clamp(88px, 10vw, 130px); }
  .site-footer { font-size: .72rem; }
}

@media (max-width: 960px) {
  .hero { min-height: 950px; }
  .hero-visual { min-height: 420px; }
  .hero-gallery { height: 420px; }
  .section-heading { grid-template-columns: 1fr; gap: 15px; max-width: 710px; }
  .section-heading .eyebrow { margin: 0; }
  .section-heading > p:last-child { max-width: 440px; margin: 0; }
  .discipline-list { grid-template-columns: 1fr; max-width: 670px; }
  .discipline > a { grid-template-columns: 1fr 1.1fr; min-height: 255px; }
  .discipline > a > img { grid-column: 2; grid-row: 1 / span 5; height: 100%; }
  .discipline-number { grid-column: 1; grid-row: 1; }
  .discipline-title { grid-column: 1; grid-row: 2; }
  .discipline-copy { grid-column: 1; grid-row: 3; min-height: 0; }
  .round-link { grid-column: 1; grid-row: 4; }
  .faq, .company { grid-template-columns: 1fr; gap: 45px; max-width: 690px; }
  .contact { grid-template-columns: 1fr; gap: 45px; max-width: none; }
  .principle { grid-template-columns: 1fr; max-width: 690px; }
  .principle-mark { min-height: 205px; order: 2; }
  .principle-copy { padding: 55px; }
}

@media (max-width: 650px) {
  .page-frame { position: relative; padding: 0 14px; }
  .site-header { position: absolute; top: 42px; right: 14px; left: 14px; width: auto; min-height: 70px; margin: 0; padding: 10px 12px 10px 17px; border-radius: 14px; }
  .logo { width: 42px; }
  .site-header nav > a:not(.nav-contact) { display: none; }
  .nav-contact { padding: 11px 13px; font-size: .78rem; }
  .hero { min-height: 980px; margin: 0 -14px; padding: 166px 11px 0; }
  .hero-brand { width: min(280px, 78vw); margin-bottom: 25px; }
  .hero h1 { font-size: clamp(3.25rem, 15.2vw, 4.65rem); }
  .intro { font-size: .93rem; }
  .hero-visual { width: 100%; min-height: 290px; margin-top: 48px; }
  .hero-gallery { height: 290px; border-radius: 18px; }
  .hero-gallery-card figcaption { right: 18px; bottom: 17px; left: 18px; gap: 2px; }
  .hero-gallery-card figcaption span { font-size: .52rem; }
  .hero-gallery-card figcaption strong { font-size: .92rem; line-height: 1.2; }
  .dashboard-window { grid-template-columns: 42px 1fr; border-width: 5px; border-radius: 15px 15px 0 0; }
  .dashboard-sidebar { gap: 12px; padding-top: 14px; }
  .dashboard-mini-logo { width: 23px; height: 23px; margin-bottom: 7px; border-radius: 7px; font-size: .75rem; }
  .dashboard-sidebar > span { width: 20px; height: 20px; border-radius: 6px; }
  .dashboard-sidebar .dashboard-active { box-shadow: inset 0 0 0 6px #e5eff8; }
  .dashboard-content { padding: 0 10px 12px; }
  .dashboard-toolbar { height: 35px; margin: 0 -10px; padding: 0 10px; font-size: .56rem; }
  .dashboard-toolbar > span:first-child { width: 10px; height: 10px; border-width: 1px; }
  .dashboard-toolbar i { width: 12px; height: 12px; border-radius: 4px; }
  .dashboard-title { padding: 12px 0 10px; }
  .dashboard-title small { font-size: .5rem; }
  .dashboard-title strong { font-size: .78rem; }
  .dashboard-title button { padding: 7px; font-size: .55rem; }
  .dashboard-grid { gap: 6px; }
  .dashboard-card { border-radius: 7px; }
  .dashboard-card img, .dashboard-card-large img { height: 100px; }
  .dashboard-card div { padding: 7px; }
  .dashboard-card small { font-size: .45rem; }
  .dashboard-card strong { font-size: .54rem; }
  .floating-note { transform: scale(.76); }
  .floating-note-garden { top: 34%; left: -24px; transform-origin: left center; }
  .floating-note-system { right: -25px; bottom: 22%; transform-origin: right center; }
  .disciplines { padding: 84px 0; }
  .section-heading h2, .faq-heading h2 { font-size: clamp(2.45rem, 12vw, 3.7rem); }
  .discipline > a { grid-template-columns: 1fr; min-height: 0; }
  .discipline::after { height: 62%; }
  .discipline > a > img { grid-column: 1; grid-row: 1; height: 190px; }
  .discipline-number { grid-column: 1; grid-row: 2; }
  .discipline-title { grid-column: 1; grid-row: 3; }
  .discipline-copy { grid-column: 1; grid-row: 4; }
  .round-link { grid-column: 1; grid-row: 5; }
  .faq, .contact, .company { gap: 34px; padding-top: 82px; padding-bottom: 82px; }
  .faq-item > div { padding-right: 0; }
  .principle-copy { padding: 45px 27px; }
  .principle-mark { min-height: 165px; }
  .form-grid { grid-template-columns: 1fr; }
  .company { padding-bottom: 82px; }
  .company-details dl div { grid-template-columns: 1fr; gap: 3px; }
  .cookie-notice, .cookie-notice.is-visible { grid-template-columns: 1fr; }
  .cookie-actions { flex-wrap: wrap; }
}

/* A narrow desktop window is still desktop: stack the footer only on touch devices. */
@media (max-width: 650px) and (hover: none) and (pointer: coarse) {
  .site-footer { flex-direction: column; flex-wrap: wrap; align-items: flex-start; gap: 14px; padding: 22px 0 30px; }
  .site-footer nav { flex-direction: column; align-items: flex-start; gap: 10px; }
  .site-footer .footer-inner { flex-direction: column; flex-wrap: wrap; align-items: flex-start; gap: 14px; }
  .site-footer .footer-inner nav { margin-left: 0; }
}

@media (max-width: 700px) and (hover: hover) and (pointer: fine) {
  .site-footer { gap: 8px; font-size: clamp(.48rem, 1.3vw, .65rem); }
  .site-footer nav { gap: clamp(4px, 2vw, 14px); }
  .site-footer .footer-inner { gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .hero-gallery-card { animation: none; opacity: 0; transform: none; }
  .hero-gallery-card:first-child { opacity: 1; }
  .hero-gallery::before, .hero-gallery::after { animation: none; }
}

/* Production subpages use the same visual language while their legal content stays intact. */
body.subpage-body { min-height: 100vh; background: linear-gradient(180deg, #a6c9e8 0, #dcebf7 24%, #fff 48%); }
.subpage-frame { min-height: 100vh; }
.simple-page { width: min(930px, 100%); margin: auto; padding: 180px 0 64px; }
.back-link { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 48px; color: #294b6d; font-size: .9rem; font-weight: 600; }
.back-link::before { content: "←"; font-size: 1.1rem; }
.simple-content { position: relative; overflow: hidden; padding: clamp(32px, 6vw, 68px); border: 1px solid rgba(209, 225, 239, .92); border-radius: 25px; background: rgba(255,255,255,.84); box-shadow: var(--shadow); }
.simple-content > * { position: relative; z-index: 1; }
.simple-content .eyebrow { margin-bottom: 28px; }
.simple-content h1 { max-width: 680px; margin-bottom: 42px; color: #13223c; font-size: clamp(2.65rem, 6vw, 5.4rem); font-weight: 600; letter-spacing: -.075em; line-height: .95; }
.simple-content > p { max-width: 720px; color: #526b86; font-size: clamp(1rem, 2vw, 1.2rem); line-height: 1.65; }
.legal-content section { max-width: 740px; margin-top: 44px; }
.legal-content h2 { margin: 0 0 16px; color: #192c46; font-size: clamp(1.35rem, 2.7vw, 2rem); font-weight: 600; letter-spacing: -.045em; }
.legal-content h3 { margin: 27px 0 10px; color: #1f3856; font-size: 1.08rem; }
.legal-content p, .legal-content li { color: #516a84; line-height: 1.7; }
.legal-content a { color: #254f76; text-decoration: underline; text-underline-offset: 3px; }
.legal-list { padding-left: 22px; }
.legal-data { margin: 0; border-top: 1px solid #dce7f1; }
.legal-data > div { display: grid; grid-template-columns: minmax(130px, .45fr) 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid #dce7f1; }
.legal-data dt { color: #6a819b; font: .66rem "DM Mono", monospace; letter-spacing: .06em; text-transform: uppercase; }
.legal-data dd { margin: 0; color: #1d344f; font-weight: 600; }
.cookie-table { overflow: auto; border: 1px solid #d8e5ef; border-radius: 14px; background: rgba(255,255,255,.66); }
.cookie-table [role="row"] { display: grid; grid-template-columns: 1fr 1.8fr 1fr 1fr; min-width: 620px; border-bottom: 1px solid #dce7f1; }
.cookie-table [role="row"]:last-child { border-bottom: 0; }
.cookie-table span { padding: 14px; color: #506a85; font-size: .84rem; line-height: 1.45; }
.cookie-table [role="columnheader"] { color: #1b3451; font-weight: 700; }
.legal-updated { margin-top: 48px; color: #70859d !important; font: .67rem "DM Mono", monospace !important; letter-spacing: .05em; text-transform: uppercase; }
.transaction-page { display: grid; min-height: 100vh; place-items: center; padding: 166px 0 70px; }
.transaction-card { width: min(690px, 100%); }
.transaction-card .button { margin-top: 16px; border: 0; background: #1e3d5b; color: white; box-shadow: none; }

@media (max-width: 650px) {
  .simple-page { padding: 150px 0 44px; }
  .back-link { margin-bottom: 34px; }
  .simple-content { border-radius: 20px; }
  .simple-content h1 { margin-bottom: 28px; }
  .legal-data > div { grid-template-columns: 1fr; gap: 6px; }
}
