@font-face { font-family: "Poppins"; src: url("assets/poppins-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("assets/poppins-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("assets/poppins-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("assets/poppins-800.ttf") format("truetype"); font-style: normal; font-weight: 800; font-display: swap; }
@font-face { font-family: "Cormorant Garamond"; src: url("assets/cormorant-garamond-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Cormorant Garamond"; src: url("assets/cormorant-garamond-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Cormorant Garamond"; src: url("assets/cormorant-garamond-italic-500.ttf") format("truetype"); font-style: italic; font-weight: 500; font-display: swap; }

:root {
  --lumethys: #2b3662;
  --lumethys-deep: #000000;
  --lumethys-soft: #ffffff;
  --pro: #2b3662;
  --pro-deep: #19203f;
  --pro-soft: #e8eaf2;
  --cleanthys: #4b8f90;
  --cleanthys-deep: #115057;
  --cleanthys-soft: #f9faf4;
  --albijoie: #2061b7;
  --albijoie-soft: #bde9fb;
  --ink: #20231f;
  --muted: #6d7180;
  --paper: #f9faf4;
  --white: #ffffff;
  --line: rgba(23, 25, 22, 0.14);
  --shadow: 0 24px 70px rgba(26, 34, 69, 0.13);
  --radius-lg: 30px;
  --radius-md: 20px;
  --shell: min(1180px, calc(100% - 48px));
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: Poppins, Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --albijoie-font: Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.section-shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; transform: translateY(-160%); background: white; color: var(--lumethys); padding: 10px 16px; border-radius: 8px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #86d7d1; outline-offset: 3px; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(251, 250, 247, 0.86);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { background: rgba(251,250,247,.96); border-color: var(--line); box-shadow: 0 10px 34px rgba(28,32,48,.06); }
.header-inner { width: var(--shell); height: 82px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--cleanthys-deep); }
.brand-logo { width: 34px; height: 34px; object-fit: cover; border-radius: 50%; }
.brand-name { font-size: 23px; font-weight: 650; letter-spacing: -1px; }
.brand-mark { position: relative; width: 26px; height: 28px; display: inline-block; }
.brand-mark i { position: absolute; display: block; border-radius: 999px; transform: rotate(-35deg); background: var(--lumethys); }
.brand-mark i:nth-child(1) { width: 9px; height: 24px; left: 2px; top: 3px; }
.brand-mark i:nth-child(2) { width: 8px; height: 18px; left: 11px; top: 5px; background: var(--cleanthys); }
.brand-mark i:nth-child(3) { width: 7px; height: 11px; left: 18px; top: 4px; background: var(--albijoie); }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav > a { position: relative; text-decoration: none; color: #424656; font-size: 14px; font-weight: 650; }
.primary-nav > a.button { color: var(--white); }
.primary-nav > a.button { background: var(--cleanthys); border-color: var(--cleanthys); box-shadow: 0 12px 30px rgba(17,80,87,.2); }
.primary-nav > a.button:hover { background: var(--cleanthys-deep); }
.primary-nav > a:not(.button):not(.header-phone)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--cleanthys); transition: right .2s ease; }
.primary-nav > a:hover::after { right: 0; }
.header-phone { display: inline-flex; align-items: center; gap: 7px; color: var(--cleanthys-deep) !important; }
.header-phone svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.menu-toggle { display: none; appearance: none; border: 0; background: transparent; width: 44px; height: 44px; cursor: pointer; padding: 12px 9px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 6px 0; background: var(--lumethys); transition: transform .25s ease, opacity .25s ease; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 13px 22px;
  border: 1px solid var(--lumethys);
  border-radius: 999px;
  background: var(--lumethys);
  color: var(--white);
  text-decoration: none;
  font-weight: 750;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(43,54,98,.18);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--lumethys-deep); box-shadow: 0 16px 34px rgba(43,54,98,.24); }
.button svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 2; }
.button-small { min-height: 43px; padding: 10px 17px; font-size: 13px !important; }

.hero { position: relative; overflow: hidden; padding: 148px 0 70px; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 74px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.glow-one { width: 540px; height: 540px; right: -230px; top: 40px; background: radial-gradient(circle, rgba(75,143,144,.17), transparent 67%); }
.glow-two { width: 400px; height: 400px; left: -270px; bottom: 0; background: radial-gradient(circle, rgba(189,233,251,.45), transparent 70%); }
.eyebrow { margin: 0 0 19px; display: flex; align-items: center; gap: 10px; color: var(--lumethys); font-size: 12px; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; }
.hero-parent-logo { width: 104px; height: 104px; margin: -34px 0 10px; object-fit: cover; border-radius: 50%; mix-blend-mode: multiply; }
.eyebrow > span { display: block; width: 27px; height: 1px; background: currentColor; }
.hero h1, .section-heading h2, .contact-copy h2 { margin: 0; color: var(--cleanthys-deep); font-family: var(--sans); font-weight: 600; font-size: clamp(48px, 5.45vw, 76px); line-height: .99; letter-spacing: -3.6px; }
.hero h1 em, .section-heading h2 em, .contact-copy h2 em { color: var(--cleanthys); font-weight: 500; }
.hero-lead { max-width: 620px; margin: 28px 0 30px; color: #575c6d; font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { text-decoration: none; font-size: 14px; font-weight: 750; color: var(--lumethys); }
.text-link span { display: inline-block; margin-left: 6px; transition: transform .2s ease; }
.text-link:hover span { transform: translateY(3px); }
.trust-list { display: flex; flex-wrap: wrap; gap: 8px 22px; list-style: none; padding: 0; margin: 34px 0 0; color: #666a78; font-size: 12px; font-weight: 650; }
.trust-list span { display: inline-grid; place-items: center; width: 17px; height: 17px; margin-right: 5px; border-radius: 50%; background: var(--cleanthys-soft); color: var(--cleanthys-deep); font-size: 10px; }

.hero-visual { position: relative; max-width: 510px; justify-self: end; padding: 0 22px 34px 0; }
.image-frame { position: relative; overflow: hidden; aspect-ratio: .91; border-radius: 220px 220px 24px 24px; background: var(--lumethys-soft); box-shadow: var(--shadow); }
.image-frame::before { content: ""; position: absolute; z-index: 1; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.35); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 51% center; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.hero-visual:hover .image-frame img { transform: scale(1.025); }
.quality-card { position: absolute; z-index: 2; left: -46px; bottom: 4px; display: flex; align-items: center; gap: 13px; width: 286px; padding: 16px 18px; border-radius: 16px; background: rgba(255,255,255,.92); backdrop-filter: blur(14px); box-shadow: 0 16px 50px rgba(28,32,48,.16); }
.quality-icon { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 auto; border-radius: 50%; background: var(--lumethys); color: white; }
.quality-card strong, .quality-card span { display: block; }
.quality-card strong { color: var(--lumethys-deep); font-family: var(--serif); font-size: 15px; line-height: 1.2; }
.quality-card div span { margin-top: 4px; color: var(--muted); font-size: 10px; }
.service-orbit { position: absolute; right: -6px; top: 17%; display: flex; flex-direction: column; gap: 7px; }
.service-orbit span { display: flex; align-items: center; gap: 8px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.8); border-radius: 999px; background: rgba(255,255,255,.76); backdrop-filter: blur(12px); color: var(--lumethys); font-size: 10px; font-weight: 750; box-shadow: 0 9px 22px rgba(43,54,98,.09); }
.service-orbit b { color: var(--cleanthys); font-size: 8px; }
.service-orbit span:last-child b { color: var(--albijoie); }
.audience-strip { display: grid; grid-template-columns: 1fr 1fr; margin-top: 58px; border-block: 1px solid var(--line); }
.audience-strip button { appearance: none; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 17px; min-height: 92px; padding: 16px 23px; border: 0; background: transparent; text-align: left; cursor: pointer; transition: background .2s ease; }
.audience-strip button + button { border-left: 1px solid var(--line); }
.audience-strip button:hover { background: rgba(255,255,255,.65); }
.audience-number { color: var(--cleanthys); font: italic 20px var(--serif); }
.audience-strip button:last-child .audience-number { color: var(--albijoie); }
.audience-strip strong, .audience-strip small { display: block; }
.audience-strip strong { color: var(--lumethys-deep); font-size: 14px; }
.audience-strip small { color: var(--muted); font-size: 11px; }
.audience-strip i { color: var(--lumethys); font-style: normal; font-size: 18px; transition: transform .2s ease; }
.audience-strip button:hover i { transform: translate(3px,-3px); }

.activities { padding: 92px 0; background: var(--white); }
.section-heading { display: grid; grid-template-columns: 1fr 390px; align-items: end; gap: 70px; margin-bottom: 54px; }
.section-heading h2 { font-size: clamp(44px, 4.8vw, 66px); }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 16px; }
.brand-tabs { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; padding: 8px; border-radius: 20px; background: #f2f2f1; }
.brand-tabs.two-tabs { grid-template-columns: repeat(2, 1fr); }
.brand-tabs button { appearance: none; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; min-height: 70px; padding: 11px 16px; border: 1px solid transparent; border-radius: 14px; background: transparent; color: var(--muted); text-align: left; cursor: pointer; transition: background .2s ease, box-shadow .2s ease, color .2s ease; }
.brand-tabs button[aria-selected="true"] { background: white; color: var(--lumethys); border-color: rgba(43,54,98,.08); box-shadow: 0 9px 24px rgba(28,32,48,.07); }
.brand-tabs b, .brand-tabs small { display: block; }
.brand-tabs b { font-size: 14px; }
.brand-tabs small { font-size: 10px; color: var(--muted); }
.tab-dot { display: block; width: 29px; height: 29px; border-radius: 50%; border: 7px solid white; box-shadow: 0 0 0 1px rgba(43,54,98,.1); }
.lumethys-dot { background: var(--pro); }
.cleanthys-dot { background: var(--cleanthys); }
.albijoie-dot { background: linear-gradient(135deg, #ef5350, #ffca28, #3cb371, #4a90e2); }
.brand-panels { margin-top: 18px; }
.brand-panel { min-height: 520px; display: grid; grid-template-columns: 1.06fr .94fr; border-radius: var(--radius-lg); overflow: hidden; background: #f4f3f1; animation: panel-in .38s ease both; }
.brand-panel[hidden] { display: none; }
@keyframes panel-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.panel-copy { padding: 44px 52px; }
.panel-kicker { margin: 0 0 15px; color: var(--lumethys); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.panel-copy h3, .form-result h3 { max-width: 590px; margin: 0; color: var(--lumethys-deep); font-family: var(--serif); font-size: clamp(34px, 3.3vw, 48px); line-height: 1.12; letter-spacing: -1.8px; font-weight: 500; }
.panel-copy > p:not(.panel-kicker) { max-width: 600px; margin: 21px 0 28px; color: var(--muted); }
.service-list { list-style: none; padding: 0; margin: 0 0 26px; border-top: 1px solid var(--line); }
.service-list li { display: grid; grid-template-columns: 38px 1fr; gap: 8px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line); }
.service-list li > span { color: var(--lumethys); font: italic 15px var(--serif); }
.service-list b, .service-list small { display: block; }
.service-list b { color: var(--ink); font-size: 13px; }
.service-list small { color: var(--muted); font-size: 11px; }
.panel-visual { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 58px 48px; }
.visual-lumethys { background: var(--pro); color: white; }
.visual-lumethys::before, .visual-lumethys::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.visual-lumethys::before { width: 490px; height: 490px; right: -170px; top: -150px; }
.visual-lumethys::after { width: 290px; height: 290px; right: -70px; top: -45px; }
.visual-wordmark { position: relative; z-index: 1; font-family: var(--serif); font-size: clamp(50px,6vw,82px); line-height: .85; letter-spacing: -5px; }
.visual-wordmark span { color: #8fd1cc; }
.visual-wordmark b { font-weight: 400; }
.panel-visual > p { position: relative; z-index: 1; margin: auto 0 0; font-family: var(--serif); font-size: 27px; line-height: 1.28; }
.lumethys-panel { font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif; }
.lumethys-panel-logo { position: relative; z-index: 2; width: min(100%, 390px); margin: -28px auto 0; }
.lumethys-panel .panel-kicker, .lumethys-panel .service-list li > span { color: var(--pro); }
.pro-button { background: var(--pro); border-color: var(--pro); box-shadow: 0 12px 30px rgba(43,54,98,.2); }
.pro-button:hover { background: var(--pro-deep); }
.visual-cleanthys { background: var(--cleanthys-soft); color: var(--cleanthys-deep); }
.visual-cleanthys::after { content: ""; position: absolute; width: 280px; height: 280px; right: -40px; bottom: -30px; border-radius: 50%; background: rgba(19,139,136,.13); }
.clean-wordmark { position: relative; z-index: 2; font-family: var(--serif); font-size: clamp(50px,6vw,78px); line-height: 1; letter-spacing: -4px; color: var(--cleanthys-deep); }
.clean-wordmark span { color: var(--cleanthys); }
.clean-grid { position: absolute; inset: 26% 7% 18% 26%; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; transform: rotate(-8deg); }
.clean-grid i { border-radius: 20px; background: rgba(255,255,255,.5); border: 1px solid rgba(19,139,136,.18); }
.clean-grid i:nth-child(2), .clean-grid i:nth-child(5) { transform: translateY(30px); background: rgba(255,255,255,.75); }
.cleanthys-button { background: var(--cleanthys); border-color: var(--cleanthys); box-shadow: 0 12px 30px rgba(19,139,136,.2); }
.cleanthys-button:hover { background: var(--cleanthys-deep); }
.albijoie-panel, .albijoie-panel .panel-copy h3 { font-family: var(--albijoie-font); }
.visual-albijoie { align-items: center; justify-content: center; background: var(--albijoie-soft); }
.visual-albijoie img { position: relative; z-index: 1; width: min(78%, 330px); filter: drop-shadow(0 14px 20px rgba(28,32,48,.1)); }
.tax-badge { position: relative; z-index: 2; display: flex; align-items: center; gap: 11px; margin-top: -30px; padding: 11px 17px; border-radius: 16px; background: white; box-shadow: 0 12px 35px rgba(79,55,41,.12); color: var(--albijoie); }
.tax-badge strong { font: 40px/1 var(--serif); }
.tax-badge sup { font-size: 18px; }
.tax-badge span { max-width: 90px; color: #2061b7; font-size: 10px; font-weight: 800; line-height: 1.2; text-transform: uppercase; }
.visual-albijoie > p { margin: 15px 0 0; color: #2061b7; font: 9px var(--albijoie-font); text-align: center; }
.albijoie-button { background: var(--albijoie); border-color: var(--albijoie); box-shadow: 0 12px 30px rgba(223,123,79,.2); }
.albijoie-button:hover { background: #164986; }

.contact { padding: 124px 0 0; background: var(--cleanthys-deep); color: white; }
.eyebrow.light { color: #9cd9d5; }
.contact-copy { position: relative; }
.contact-intro { max-width: 800px; margin: 0 auto 42px; text-align: center; }
.contact-intro .eyebrow { justify-content: center; }
.contact-copy h2 { color: white; font-size: clamp(42px,4.5vw,62px); }
.contact-copy h2 em { color: #9cd9d5; }
.contact-copy > p:not(.eyebrow) { margin: 25px 0 0; color: #b8bdcc; }
.form-card { --form-primary: var(--cleanthys); --form-deep: var(--cleanthys-deep); --form-soft: var(--cleanthys-soft); --form-focus: rgba(75,143,144,.16); --form-font: var(--sans); width: min(820px, 100%); min-height: 610px; margin: 0 auto; padding: 46px; border-radius: var(--radius-lg); background: #f7f6f3; color: var(--ink); font-family: var(--form-font); box-shadow: 0 16px 60px rgba(0,0,0,.16); transition: background-color .3s ease, color .3s ease; }
.form-card[data-universe="lumethys"] { --form-primary: #2b3662; --form-deep: #000000; --form-soft: #ffffff; --form-focus: rgba(43,54,98,.15); --form-font: var(--serif); background: #ffffff; }
.form-card[data-universe="albijoie"] { --form-primary: #2061b7; --form-deep: #2061b7; --form-soft: #bde9fb; --form-focus: rgba(32,97,183,.15); --form-font: var(--albijoie-font); background: #f6f6f6; }
.business-contacts { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.business-card { display: grid; grid-template-columns: 180px 1fr; gap: 28px; align-items: center; min-height: 230px; padding: 30px; border-radius: 24px; background: white; color: var(--ink); }
.business-card > img { width: 100%; max-height: 150px; object-fit: contain; }
.business-card-details { display: grid; gap: 10px; }
.business-card-details a, .business-card-details p { margin: 0; text-decoration: none; }
.business-card-details small, .business-card-details b { display: block; }
.business-card-details small { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.business-card-details b { font-size: 14px; line-height: 1.45; }
.business-card-details a:hover b { color: var(--cleanthys); }
.lumethys-card { border-top: 5px solid var(--pro); }
.albijoie-card { border-top: 5px solid var(--albijoie); }
.legal-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; margin: 34px auto 0; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.legal-nav a { color: #d9e4e5; font-size: 12px; text-decoration: none; }
.legal-nav a:hover { color: white; text-decoration: underline; }
.form-progress { height: 3px; margin-bottom: 39px; border-radius: 99px; background: #e2e2df; overflow: hidden; }
.form-progress span { display: block; width: 33.333%; height: 100%; background: var(--form-primary); transition: width .4s ease, background-color .3s ease; }
.form-step { min-width: 0; margin: 0; padding: 0; border: 0; animation: panel-in .35s ease both; }
.form-step[hidden] { display: none; }
.form-step legend { width: 100%; margin: 0 0 28px; color: var(--form-deep); font: 600 clamp(27px,3vw,38px)/1.12 var(--form-font); letter-spacing: -1px; }
.form-step legend span { display: inline-block; margin-right: 9px; color: var(--form-primary); font: italic 14px var(--form-font); vertical-align: middle; }
.choice-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card { position: relative; display: flex; flex-direction: column; min-height: 160px; padding: 19px; border: 1px solid #dcdddf; border-radius: 16px; background: white; transition: border .2s ease, transform .2s ease, box-shadow .2s ease; }
.choice-grid label:hover .choice-card { transform: translateY(-2px); border-color: #b9bdc8; }
.choice-grid input:checked + .choice-card { border-color: var(--form-primary); box-shadow: inset 0 0 0 1px var(--form-primary), 0 10px 30px var(--form-focus); }
.choice-grid input:focus-visible + .choice-card { outline: 3px solid #86d7d1; outline-offset: 3px; }
.choice-icon { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: auto; border-radius: 50%; background: var(--form-soft); color: var(--form-primary); font-style: normal; font-size: 20px; }
.choice-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.choice-card b { margin-top: 17px; color: var(--lumethys-deep); font-size: 12px; line-height: 1.25; }
.choice-card small { color: var(--muted); font-size: 9px; }
.next-button { margin-top: 23px; }
.field-error { min-height: 20px; margin: 8px 0 0; color: #b73d35; font-size: 11px; font-weight: 650; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; color: #515665; font-size: 11px; font-weight: 750; }
.field.full { grid-column: 1 / -1; }
.field span small { color: #8d9099; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #d7d8db; border-radius: 11px; background: white; color: var(--ink); padding: 12px 13px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.field input, .field select { height: 48px; }
.field textarea { min-height: 96px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--form-primary); box-shadow: 0 0 0 3px var(--form-focus); }
.field input.is-invalid, .field select.is-invalid { border-color: #b73d35; }
.form-buttons { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 8px; }
.form-card .button { background: var(--form-primary); font-family: var(--form-font); }
.back-button { appearance: none; border: 0; background: transparent; color: var(--form-primary); padding: 10px 0; font: 750 12px var(--form-font); cursor: pointer; }
.consent { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; margin-top: 20px; color: #6b6e79; font-size: 10px; cursor: pointer; }
.consent input { accent-color: var(--form-primary); margin-top: 3px; }
.form-result { padding-top: 10px; text-align: center; animation: panel-in .35s ease both; }
.result-icon { display: grid; place-items: center; width: 55px; height: 55px; margin: 0 auto 20px; border-radius: 50%; background: var(--form-soft); color: var(--form-deep); font-size: 24px; }
.form-result .panel-kicker { color: var(--form-primary); }
.form-result h3 { max-width: 520px; margin-inline: auto; font-size: 36px; }
.request-summary { max-width: 510px; margin: 25px auto; padding: 17px 20px; border: 1px solid #dedede; border-radius: 14px; background: white; text-align: left; font-size: 11px; color: var(--muted); }
.request-summary strong { color: var(--form-deep); }
.restart-button { display: block; margin: 11px auto 0; }
.result-note { color: #8c8f97; font-size: 9px; }
.site-footer { display: grid; grid-template-columns: 1fr auto auto; gap: 36px; align-items: center; margin-top: 90px; min-height: 110px; border-top: 1px solid rgba(255,255,255,.13); color: #9097a8; font-size: 10px; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: white; }
.footer-brand > img { width: 38px; height: 38px; object-fit: cover; border-radius: 50%; }
.footer-brand b, .footer-brand small { display: block; }
.footer-brand b { font: 20px var(--serif); }
.footer-brand small { color: #9ea4b3; font-size: 8px; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal[data-delay="1"] { transition-delay: .13s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  :root { --shell: min(100% - 36px, 900px); }
  .primary-nav { gap: 18px; }
  .primary-nav > a:not(.button) { display: none; }
  .hero { padding-top: 125px; }
  .hero-grid { gap: 42px; }
  .quality-card { left: -24px; }
  .brand-panel { grid-template-columns: 1.1fr .9fr; }
  .panel-copy { padding: 40px 38px; }
  .panel-visual { padding: 44px 34px; }
  .form-card { padding: 38px 30px; }
  .business-card { grid-template-columns: 145px 1fr; }
  .choice-card { padding: 14px; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 30px); }
  body { padding-bottom: 66px; }
  .header-inner { height: 68px; }
  .brand-name { font-size: 22px; }
  .primary-nav {
    position: fixed;
    inset: 68px 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 22px 15px 30px;
    background: rgba(251,250,247,.98);
    border-bottom: 1px solid var(--line);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform .3s ease, opacity .3s ease;
  }
  .primary-nav.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .primary-nav > a:not(.button) { display: flex; min-height: 50px; align-items: center; padding: 0 8px; border-bottom: 1px solid var(--line); font-size: 14px; }
  .primary-nav .button { margin-top: 14px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-4px) rotate(-45deg); }
  .hero { min-height: auto; padding: 112px 0 54px; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero h1 { font-size: clamp(46px,14vw,62px); letter-spacing: -2.6px; }
  .hero-lead { margin: 22px 0 25px; font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 15px; }
  .hero-actions .button { width: 100%; }
  .text-link { text-align: center; }
  .trust-list { margin-top: 28px; gap: 8px 13px; }
  .hero-visual { width: 94%; max-width: 500px; justify-self: center; padding-right: 0; }
  .image-frame { aspect-ratio: 1 / 1.06; border-radius: 180px 180px 20px 20px; }
  .quality-card { left: -4%; bottom: 2px; width: min(292px,89%); }
  .service-orbit { right: -4%; top: 13%; }
  .audience-strip { grid-template-columns: 1fr; margin-top: 50px; }
  .audience-strip button + button { border-left: 0; border-top: 1px solid var(--line); }
  .activities { padding: 86px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 19px; margin-bottom: 36px; }
  .section-heading h2 { font-size: 47px; letter-spacing: -2.3px; }
  .section-heading > p { font-size: 14px; }
  .brand-tabs { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .brand-tabs::-webkit-scrollbar { display: none; }
  .brand-tabs button { min-width: 200px; scroll-snap-align: start; }
  .brand-panel { grid-template-columns: 1fr; min-height: 0; }
  .panel-copy { padding: 36px 25px 42px; }
  .panel-copy h3 { font-size: 38px; }
  .panel-copy > p:not(.panel-kicker) { font-size: 14px; }
  .panel-copy .button { width: 100%; }
  .panel-visual { min-height: 360px; padding: 36px 28px; order: -1; }
  .visual-albijoie { min-height: 420px; }
  .contact { padding-top: 85px; }
  .contact-copy h2 { font-size: 46px; letter-spacing: -2.5px; }
  .business-contacts { grid-template-columns: 1fr; }
  .business-card { grid-template-columns: 120px 1fr; }
  .form-card { width: calc(100% + 30px); margin-left: -15px; min-height: 560px; padding: 32px 20px; border-radius: 24px 24px 0 0; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-card { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 13px; min-height: 88px; padding: 13px; }
  .choice-icon { grid-row: 1 / 3; margin: 0; }
  .choice-card b { margin: 0; }
  .field-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .form-buttons .button { flex: 1; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; gap: 8px; padding: 34px 0 30px; text-align: center; }
  .site-footer p { margin: 0; }
  .mobile-cta { position: fixed; z-index: 90; bottom: 10px; left: 15px; right: 15px; display: flex; align-items: center; justify-content: center; min-height: 50px; border-radius: 999px; background: var(--lumethys); color: white; text-decoration: none; font-size: 13px; font-weight: 800; box-shadow: 0 10px 34px rgba(25,32,63,.32); }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 43px; }
  .service-orbit { display: none; }
  .panel-copy h3, .contact-copy h2 { font-size: 37px; }
  .business-card { grid-template-columns: 1fr; text-align: center; }
  .business-card > img { max-width: 180px; margin: 0 auto; }
  .form-step legend { font-size: 27px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
