/* =====================================================================
   Let's Migrate — "Your Path Awaits"
   Brand rebuild to the logo: ocean blues + teal, birds in flight,
   Auckland skyline. Modern, professional, fully self-contained.
   Type: Sora (display) / Inter (body).
   ===================================================================== */

:root {
  /* Colour — sampled from the logo */
  --ink:        #14304A;   /* primary text, deep ocean navy */
  --navy:       #123A63;   /* dark section base */
  --navy-deep:  #0C2A47;   /* deepest */
  --blue:       #1E6BA8;   /* primary brand blue */
  --blue-600:   #1A5C92;
  --teal:       #2FA9C8;   /* bright cyan accent */
  --teal-300:   #7FD3E4;
  --sky:        #E9F3FA;   /* pale tint */
  --paper:      #F4F8FB;   /* page background, cool light */
  --white:      #FFFFFF;
  --slate:      #5E7183;   /* muted secondary text */
  --line:       #DBE6EF;   /* hairlines */
  --line-dark:  rgba(255,255,255,.16);

  --grad: linear-gradient(135deg, var(--teal) 0%, var(--blue) 52%, var(--navy) 100%);
  --grad-soft: linear-gradient(135deg, #3FB4D0, #2472AE);

  /* Type */
  --display: "Sora", system-ui, sans-serif;
  --body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --step--1: clamp(.82rem, .8rem + .1vw, .9rem);
  --step-0:  clamp(1rem, .96rem + .18vw, 1.08rem);
  --step-1:  clamp(1.16rem, 1.09rem + .32vw, 1.35rem);
  --step-2:  clamp(1.5rem, 1.34rem + .72vw, 2rem);
  --step-3:  clamp(1.95rem, 1.64rem + 1.4vw, 2.85rem);
  --step-4:  clamp(2.5rem, 1.95rem + 2.6vw, 4.15rem);

  --wrap: 1170px;
  --gutter: clamp(1.15rem, 4vw, 3rem);
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 1px 2px rgba(20,48,74,.05), 0 14px 34px -20px rgba(20,48,74,.30);
  --shadow-lg: 0 34px 74px -34px rgba(18,58,99,.45);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

body {
  margin: 0; font-family: var(--body); font-size: var(--step-0); line-height: 1.65;
  color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 { font-family: var(--display); font-weight: 700; line-height: 1.1; margin: 0; letter-spacing: -.02em; color: var(--ink); }
p { margin: 0 0 1rem; }
p:last-child { margin-bottom: 0; }

.wrap { width: min(100% - 2*var(--gutter), var(--wrap)); margin-inline: auto; }
.section { padding: clamp(3.5rem, 8vw, 6.5rem) 0; }
.section--tight { padding: clamp(2.5rem, 5vw, 4rem) 0; }

/* ---------- Eyebrow + birds mark ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--body); font-size: var(--step--1);
  text-transform: uppercase; letter-spacing: .16em; font-weight: 700;
  color: var(--blue); margin: 0 0 1.1rem;
}
.eyebrow--light { color: var(--teal-300); }
.koru-mark { width: 1.5em; height: 1.5em; flex: none; color: var(--teal); }
.eyebrow--light .koru-mark { color: var(--teal-300); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--body); font-weight: 600; font-size: var(--step-0);
  padding: .85rem 1.6rem; border-radius: 100px; border: 1.5px solid transparent;
  cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease; line-height: 1;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--brand { background: var(--grad); color: var(--white); box-shadow: 0 12px 26px -12px rgba(30,107,168,.7); }
.btn--brand:hover { box-shadow: 0 16px 30px -12px rgba(30,107,168,.85); }
.btn--solid { background: var(--blue); color: var(--white); }
.btn--solid:hover { background: var(--blue-600); }
.btn--ghost { border-color: rgba(255,255,255,.4); color: var(--white); }
.btn--ghost:hover { background: rgba(255,255,255,.1); }
.btn--outline { border-color: var(--blue); color: var(--blue); }
.btn--outline:hover { background: var(--blue); color: var(--white); }
.btn--sm { padding: .6rem 1.15rem; font-size: var(--step--1); }

:where(a, button, input, textarea, select):focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; border-radius: 4px; }

/* =====================================================================
   Header / nav
   ===================================================================== */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(244,248,251,.88); backdrop-filter: saturate(140%) blur(10px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; gap: 1.5rem; padding: .5rem 0; min-height: 70px; }
.brand { display: inline-flex; align-items: center; gap: .6rem; margin-right: auto; }
.brand-logo { width: 52px; height: 52px; border-radius: 50%; }
.nav-links { display: flex; align-items: center; gap: .3rem; list-style: none; margin: 0; padding: 0; }
.nav-links a { font-size: .95rem; font-weight: 500; color: var(--ink); padding: .5rem .7rem; border-radius: 8px; transition: color .15s, background .15s; }
.nav-links a:hover { color: var(--blue); background: rgba(30,107,168,.08); }
.nav-links a[aria-current="page"] { color: var(--blue); }
.nav-cta { margin-left: .4rem; }
.nav-toggle { display: none; background: none; border: 0; padding: .4rem; cursor: pointer; color: var(--ink); }
.nav-toggle svg { width: 26px; height: 26px; }

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .nav-links {
    position: fixed; inset: 70px 0 auto 0; flex-direction: column; align-items: stretch; gap: .1rem;
    background: var(--paper); border-bottom: 1px solid var(--line); padding: .8rem var(--gutter) 1.4rem;
    transform: translateY(-120%); transition: transform .28s ease; box-shadow: var(--shadow);
  }
  .nav[data-open="true"] .nav-links { transform: translateY(0); }
  .nav-links a { padding: .85rem .4rem; font-size: 1.05rem; border-bottom: 1px solid var(--line); }
  .nav-cta { margin: .8rem .4rem 0; }
  .nav-links .btn { width: 100%; }
}

/* =====================================================================
   Hero (light, with vivid illustrated panel)
   ===================================================================== */
.hero { position: relative; overflow: hidden; background:
    radial-gradient(60% 80% at 88% 0%, rgba(47,169,200,.10), transparent 60%),
    radial-gradient(50% 60% at 0% 100%, rgba(30,107,168,.08), transparent 60%); }
.hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(3rem, 6vw, 5rem); }
.hero h1 { font-size: var(--step-4); margin: 0 0 1.2rem; }
.hero h1 .grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lead { font-size: var(--step-1); color: var(--slate); max-width: 42ch; margin-bottom: 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 2.2rem; }
.chips { display: flex; flex-wrap: wrap; gap: .5rem .7rem; list-style: none; margin: 0; padding: 0; }
.chips li { display: inline-flex; align-items: center; gap: .45rem; font-size: .86rem; font-weight: 500; color: var(--ink); background: var(--white); border: 1px solid var(--line); padding: .4rem .8rem; border-radius: 100px; box-shadow: var(--shadow); }
.chips .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); flex: none; }

/* Illustrated hero panel */
.hero-panel { position: relative; aspect-ratio: 5/4.4; border-radius: var(--radius); overflow: hidden; background: var(--grad); box-shadow: var(--shadow-lg); }
.hero-panel .flock { position: absolute; top: 12%; left: 12%; width: 46%; color: rgba(255,255,255,.9); }
.hero-panel .flock-2 { position: absolute; top: 30%; right: 10%; width: 24%; color: rgba(255,255,255,.55); }
.hero-panel .skyline { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; color: rgba(9,32,58,.55); }
.hero-panel .sun { position: absolute; top: 16%; right: 16%; width: 84px; height: 84px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.95), rgba(255,255,255,0) 70%); }
.hero-badge { position: absolute; left: 16px; bottom: 16px; right: 16px; background: rgba(255,255,255,.95); border-radius: var(--radius-sm); padding: .8rem 1rem; box-shadow: var(--shadow); display: flex; gap: .7rem; align-items: center; }
.hero-badge .seal-ic { width: 40px; height: 40px; border-radius: 10px; background: var(--grad); color: #fff; display: grid; place-items: center; flex: none; }
.hero-badge .seal-ic svg { width: 22px; height: 22px; }
.hero-badge b { display: block; font-family: var(--display); font-size: .95rem; color: var(--ink); }
.hero-badge span { font-size: .8rem; color: var(--slate); line-height: 1.3; }

@media (max-width: 860px) { .hero-inner { grid-template-columns: 1fr; } .hero-panel { order: -1; aspect-ratio: 16/11; } }

/* =====================================================================
   Section headers
   ===================================================================== */
.sec-head { max-width: 62ch; margin-bottom: clamp(2rem, 4vw, 3rem); }
.sec-head h2 { font-size: var(--step-3); margin-bottom: .8rem; }
.sec-head p { color: var(--slate); font-size: var(--step-1); }
.sec-head--center { margin-inline: auto; text-align: center; }
.sec-head--center .eyebrow { justify-content: center; }

/* ---------- Split / media panel ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.split .prose p { color: var(--slate); }
.split .prose h2 { margin-bottom: 1rem; font-size: var(--step-3); }
@media (max-width: 820px) { .split { grid-template-columns: 1fr; } .split--flip .split-media { order: -1; } }

/* Branded self-contained media panel (replaces stock photos) */
.media-panel { position: relative; aspect-ratio: 4/3; border-radius: var(--radius); overflow: hidden; background: var(--grad); box-shadow: var(--shadow); display: grid; place-items: center; }
.media-panel .flock { position: absolute; top: 14%; left: 14%; width: 40%; color: rgba(255,255,255,.85); }
.media-panel .skyline { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; color: rgba(9,32,58,.5); }
.media-panel .mp-label { position: relative; z-index: 1; color: #fff; font-family: var(--display); font-weight: 700; font-size: var(--step-1); letter-spacing: .01em; text-shadow: 0 2px 12px rgba(0,0,0,.25); }
.media-panel--soft { background: var(--grad-soft); }

.stat-row { display: flex; flex-wrap: wrap; gap: 2rem; margin-top: 1.8rem; }
.stat b { font-family: var(--display); font-size: var(--step-2); color: var(--blue); display: block; line-height: 1; }
.stat span { font-size: .88rem; color: var(--slate); }

/* =====================================================================
   Cards (icon-led, no photos needed)
   ===================================================================== */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: clamp(1.2rem, 3vw, 2rem); }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.5rem, 3vw, 2.1rem); display: flex; flex-direction: column; box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card-icon { width: 56px; height: 56px; border-radius: 14px; background: var(--grad); color: #fff; display: grid; place-items: center; margin-bottom: 1.2rem; }
.card-icon svg { width: 28px; height: 28px; }
.card h3 { font-size: var(--step-2); margin-bottom: .5rem; }
.card p { color: var(--slate); }
.tag { align-self: flex-start; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--blue); background: rgba(30,107,168,.1); padding: .3rem .6rem; border-radius: 6px; margin-bottom: .9rem; }
.tag--teal { color: #17788f; background: rgba(47,169,200,.16); }
.card-contact { margin-top: auto; padding-top: 1.2rem; border-top: 1px solid var(--line); font-size: .92rem; }
.card-contact a { color: var(--blue); font-weight: 600; }

.ticks { list-style: none; padding: 0; margin: 1.1rem 0 1.4rem; display: grid; gap: .6rem; }
.ticks li { position: relative; padding-left: 1.8rem; color: var(--slate); }
.ticks li::before { content: ""; position: absolute; left: .1rem; top: .45em; width: .7rem; height: .7rem; border: 2px solid var(--teal); border-top: 0; border-right: 0; transform: rotate(-45deg); border-radius: 1px; }

/* =====================================================================
   Team — monogram avatars
   ===================================================================== */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(1.5rem, 4vw, 2.5rem); }
.member { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.member img, .avatar { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.avatar { display: grid; place-items: center; background: var(--grad); color: #fff; font-family: var(--display); font-weight: 700; font-size: clamp(2.6rem, 7vw, 3.6rem); letter-spacing: .02em; position: relative; }
.avatar::after { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 80% at 80% 10%, rgba(255,255,255,.22), transparent 60%); }
.member-body { padding: clamp(1.3rem, 3vw, 1.9rem); }
.member-body h3 { font-size: var(--step-2); margin-bottom: .15rem; }
.member-role { color: var(--teal); font-weight: 600; font-size: .92rem; margin-bottom: 1rem; }
.member-body p { color: var(--slate); font-size: .96rem; }

/* =====================================================================
   CTA band
   ===================================================================== */
.band { position: relative; overflow: hidden; color: var(--white); background: var(--grad); border-radius: var(--radius); padding: clamp(2.4rem, 5vw, 3.8rem); display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; }
.band h2 { color: var(--white); font-size: var(--step-3); margin-bottom: .6rem; }
.band p { color: rgba(255,255,255,.9); max-width: 46ch; }
.band-actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.band .flock { position: absolute; right: 4%; top: 14%; width: 200px; color: rgba(255,255,255,.16); pointer-events: none; }
.band .btn--brand { background: #fff; color: var(--blue); box-shadow: none; }
.band .btn--brand:hover { background: var(--sky); }
@media (max-width: 760px) { .band { grid-template-columns: 1fr; } }

/* =====================================================================
   Updates
   ===================================================================== */
.updates-list { display: grid; gap: 1.1rem; }
.update { background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--teal); border-radius: var(--radius-sm); padding: clamp(1.3rem, 3vw, 1.8rem) clamp(1.3rem, 3vw, 2rem); box-shadow: var(--shadow); transition: transform .18s ease; }
.update:hover { transform: translateX(3px); }
.update time { font-size: .8rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: var(--blue); }
.update h3 { font-size: var(--step-1); margin: .35rem 0 .6rem; }
.update p { color: var(--slate); margin: 0; }
.update-empty, .update-loading { color: var(--slate); text-align: center; padding: 2rem; border: 1px dashed var(--line); border-radius: var(--radius); }

/* =====================================================================
   Contact
   ===================================================================== */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
@media (max-width: 820px){ .contact-grid { grid-template-columns: 1fr; } }
.contact-detail { display: grid; gap: 1.4rem; }
.cd-item { display: flex; gap: .9rem; align-items: flex-start; }
.cd-item .ic { width: 44px; height: 44px; border-radius: 11px; background: rgba(47,169,200,.12); color: var(--blue); display: grid; place-items: center; flex: none; }
.cd-item .ic svg { width: 21px; height: 21px; }
.cd-item h4 { font-family: var(--body); font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; color: var(--slate); margin: 0 0 .2rem; font-weight: 700; }
.cd-item a, .cd-item p { font-size: 1.02rem; color: var(--ink); font-weight: 500; }
.cd-item a:hover { color: var(--blue); }
.form-embed { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.form-embed iframe { width: 100%; min-height: 640px; border: 0; display: block; }

/* =====================================================================
   Legal / prose pages + page hero
   ===================================================================== */
.page-hero { position: relative; overflow: hidden; color: var(--white); background: var(--grad); padding: clamp(3rem, 7vw, 4.6rem) 0 clamp(2.4rem, 5vw, 3.4rem); }
.page-hero .flock { position: absolute; right: 6%; top: 20%; width: 180px; color: rgba(255,255,255,.18); }
.page-hero .skyline { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; color: rgba(9,32,58,.28); }
.page-hero .eyebrow { position: relative; z-index: 1; }
.page-hero h1 { color: var(--white); font-size: var(--step-3); position: relative; z-index: 1; }
.page-hero p { color: rgba(255,255,255,.9); max-width: 60ch; margin-top: .8rem; position: relative; z-index: 1; }
.prose-page { max-width: 72ch; }
.prose-page h2 { font-size: var(--step-2); margin: 2.2rem 0 .8rem; }
.prose-page h3 { font-size: var(--step-1); margin: 1.6rem 0 .5rem; }
.prose-page p, .prose-page li { color: var(--ink); }
.prose-page ul { padding-left: 1.2rem; }
.prose-page li { margin-bottom: .5rem; }
.callout { background: rgba(47,169,200,.1); border: 1px solid rgba(47,169,200,.35); border-radius: var(--radius-sm); padding: 1.2rem 1.4rem; margin: 1.6rem 0; }

/* Credential + seal */
.credential { display: grid; grid-template-columns: auto 1fr; gap: 1.8rem; align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.4rem, 3vw, 2rem); box-shadow: var(--shadow); }
.seal { width: 150px; height: 150px; border-radius: 50%; background: var(--grad); color: #fff; display: grid; place-items: center; text-align: center; flex: none; box-shadow: var(--shadow); }
.seal svg { width: 40px; height: 40px; margin-bottom: .3rem; }
.seal span { display: block; font-family: var(--display); font-weight: 700; font-size: .8rem; line-height: 1.2; letter-spacing: .02em; padding: 0 .4rem; }
.credential h3 { font-size: var(--step-1); margin-bottom: .4rem; }
.credential p { color: var(--slate); font-size: .95rem; margin: 0; }
@media (max-width: 620px){ .credential { grid-template-columns: 1fr; text-align: center; justify-items: center; } }

/* =====================================================================
   Footer
   ===================================================================== */
.site-footer { background: var(--navy-deep); color: rgba(255,255,255,.74); padding: clamp(3rem, 6vw, 4.5rem) 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2rem; margin-bottom: 2.6rem; }
.brand-logo-foot { width: 78px; height: 78px; }
.footer-brand p { margin-top: 1rem; font-size: .92rem; max-width: 34ch; }
.footer-col h4 { font-family: var(--body); font-size: .76rem; text-transform: uppercase; letter-spacing: .14em; color: var(--teal-300); margin-bottom: 1rem; font-weight: 700; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .55rem; }
.footer-col a { font-size: .94rem; color: rgba(255,255,255,.74); transition: color .15s; }
.footer-col a:hover { color: var(--white); }
.footer-social { display: flex; gap: .6rem; margin-top: .9rem; }
.footer-social a { width: 38px; height: 38px; border-radius: 9px; background: rgba(255,255,255,.08); display: grid; place-items: center; transition: background .15s, color .15s; }
.footer-social a:hover { background: var(--teal); color: var(--navy-deep); }
.footer-social svg { width: 18px; height: 18px; }
.footer-bottom { border-top: 1px solid var(--line-dark); padding-top: 1.6rem; display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; justify-content: space-between; font-size: .84rem; }
.footer-bottom a:hover { color: var(--white); }
@media (max-width: 820px){ .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px){ .footer-grid { grid-template-columns: 1fr; } }

/* Reveal-on-scroll */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (scripting: none) { .reveal { opacity: 1; transform: none; } }

/* =====================================================================
   Photo slots (drop real images into assets/img/ with these names)
   ===================================================================== */
.photo-panel { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* =====================================================================
   Testimonials
   ===================================================================== */
.t-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: clamp(1.2rem, 3vw, 1.8rem); }
.t-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.4rem, 3vw, 1.9rem); box-shadow: var(--shadow); display: flex; flex-direction: column; }
.t-stars { color: #F0A93B; font-size: 1.05rem; letter-spacing: .12em; margin-bottom: .8rem; }
.t-text { color: var(--slate); font-size: .98rem; flex: 1; }
.t-head { display: flex; align-items: center; gap: .8rem; margin-top: 1.2rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.t-photo { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; flex: none; }
.t-photo--mono { display: grid; place-items: center; background: var(--grad); color: #fff; font-family: var(--display); font-weight: 700; font-size: 1.1rem; }
.t-name { font-family: var(--display); font-weight: 700; font-size: .98rem; color: var(--ink); line-height: 1.2; }
.t-meta { font-size: .82rem; color: var(--slate); }

/* ---- Brand lockup: emblem + wordmark (legible at header size) ---- */
.brand-logo { box-shadow: 0 1px 3px rgba(20,48,74,.14); }
.brand-word { font-family: var(--display); font-weight: 700; font-size: 1.24rem; letter-spacing: -.02em; color: var(--ink); line-height: 1; }
.brand-word b { color: var(--blue); font-weight: 700; }
@media (max-width: 420px) { .brand-word { display: none; } }

/* ---- Official IAA licensed badge ---- */
.iaa-badge { width: 150px; height: 150px; flex: none; border-radius: 50%; }
@media (max-width: 620px){ .iaa-badge { margin-inline: auto; } }

/* =====================================================================
   Contact form
   ===================================================================== */
.contact-form { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(1.4rem, 3vw, 2rem); }
.field { margin-bottom: 1.1rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 520px){ .field-row { grid-template-columns: 1fr; } }
.contact-form label { display: block; font-size: .86rem; font-weight: 600; color: var(--ink); margin-bottom: .4rem; }
.contact-form label span { color: var(--teal); }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; font: inherit; color: var(--ink); background: var(--paper);
  border: 1.5px solid var(--line); border-radius: var(--radius-sm); padding: .7rem .85rem; transition: border-color .15s, box-shadow .15s;
}
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(47,169,200,.18);
}
.contact-form input.err, .contact-form textarea.err { border-color: #d9534f; box-shadow: 0 0 0 3px rgba(217,83,79,.14); }
.field-note { font-size: .82rem; color: var(--slate); margin: 0 0 1.1rem; }
.contact-form .btn { width: 100%; }
.contact-form .btn[disabled] { opacity: .6; cursor: default; transform: none; }
.form-status { margin: 1rem 0 0; font-size: .92rem; text-align: center; min-height: 1.2em; }
.form-status.ok { color: #1C7C4C; }
.form-status.bad { color: #d9534f; }
