@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url("fonts/sora-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url("fonts/sora-latin-ext.woff2") format("woff2");
}
:root {
  --ink: #10222b;
  --body: #3a4c55;
  --muted: #5c6e77;
  --accent: #06b6d4;
  --accent-dark: #0891b2;
  --bg: #fff;
  --bg-alt: #f3f7f9;
  --line: #dde6ea;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  padding-top: 112px;
  background: var(--bg);
  color: var(--body);
  font: 1rem/1.65 "Sora", system-ui, -apple-system, sans-serif;
}
a { color: var(--accent-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
  border-radius: 2px;
}
.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem clamp(1.25rem, 5vw, 4rem);
  background: rgba(16,34,43,0.96);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 4px 18px rgba(8,20,26,0.12);
}
.brand { display: flex; align-items: center; gap: clamp(0.55rem,1vw,0.9rem); }
.logo {
  display: block;
  width: clamp(38px,3.6vw,60px);
  height: clamp(38px,3.6vw,60px);
  border-radius: 9px;
}
.wordmark {
  color: #fff;
  font-size: clamp(0.82rem,1.25vw,1.2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.amp { color: var(--accent); }
.nav nav { display: flex; flex-wrap: wrap; gap: 1.55rem; }
.nav nav a {
  margin-left: 0;
  color: rgba(255,255,255,0.85);
  font-size: 0.92rem;
}
.nav nav a:hover, .nav nav a[aria-current="page"] { color: #fff; text-decoration: none; }
main { padding: clamp(4rem,9vh,6.5rem) clamp(1.25rem,5vw,4rem); }
.inner { max-width: 62rem; margin: 0 auto; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 1.25rem;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 14px;
  height: 8px;
  border-radius: 2px;
  background: var(--accent);
}
h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem,4.5vw,3.2rem);
  line-height: 1.15;
}
h2, h3 { color: var(--ink); }
.lead { max-width: 70ch; margin: 1.5rem 0 0; font-size: clamp(1.05rem,2vw,1.2rem); }
.content { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.content h2 { margin: 2.2rem 0 0.6rem; font-size: 1.15rem; }
.content h2:first-child { margin-top: 0; }
.content p, .content ul { max-width: 75ch; }
.content p { margin: 0.65rem 0 0; }
.content ul { padding-left: 1.25rem; }
.contact-address {
  padding-top: 1.5rem;
  color: var(--ink);
  font-style: normal;
  line-height: 1.9;
}
.mail {
  display: inline-block;
  margin-top: 0;
  color: var(--accent-dark);
  font-size: clamp(1.25rem,3.2vw,1.9rem);
  font-weight: 600;
  word-break: break-word;
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(16rem,1fr) minmax(20rem,1fr);
  gap: clamp(2rem,5vw,4rem);
  align-items: start;
  margin-top: 1.5rem;
}
.model-figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
  --shadow-scale-x: 1;
  --shadow-scale-y: 1;
  --shadow-opacity: 0.28;
}
.model-figure::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12%;
  width: 25.5%;
  height: 6%;
  transform: translateX(-50%) scaleX(var(--shadow-scale-x)) scaleY(var(--shadow-scale-y));
  border-radius: 50%;
  background: rgba(16,34,43,var(--shadow-opacity));
  filter: blur(16px);
  transition: transform 80ms linear, background-color 80ms linear;
  pointer-events: none;
}
.logo-model {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: clamp(12rem,28vw,20rem);
  background: transparent;
  --poster-color: #fff;
  --progress-bar-height: 0px;
}
.logo-model::part(default-progress-bar) { display: none; }
.stand { margin-top: 2.5rem; color: var(--muted); font-size: 0.85rem; }
footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 2rem;
  padding: 1.5rem clamp(1.25rem,5vw,4rem);
  background: var(--ink);
  color: rgba(255,255,255,0.7);
  font-size: 0.85rem;
}
footer a { color: rgba(255,255,255,0.85); }
@media (max-width: 720px) {
  body { padding-top: 132px; }
  .nav { align-items: flex-start; flex-direction: column; gap: 0.9rem; }
  .nav nav { display: flex; flex-wrap: wrap; gap: 0.65rem 1.1rem; }
  .nav nav a { margin-left: 0; }
  .contact-layout { grid-template-columns: 1fr; }
}
@media (max-width: 520px) { body { padding-top: 164px; } }
