/* ==========================================================================
   Gloriouz Enterprises - stylesheet
   Palette taken from the company logo: deep navy, antique gold, clean white.
   ========================================================================== */
:root {
  color-scheme: light;
  --navy: #0A2151;
  --navy-2: #0F2F6B;
  --navy-900: #061532;
  --gold: #B8862B;
  --gold-2: #D8B25A;
  --gold-3: #F3DFA4;
  --ink: #14213D;
  --muted: #56617E;
  --paper: #FFFFFF;
  --mist: #F3F5F9;
  --line: #E1E6F0;
  --wa: #1FA855;
  --danger: #B3261E;
  --f-display: 'Marcellus', 'Iowan Old Style', 'Palatino Linotype', Georgia, serif;
  --f-body: 'Instrument Sans', 'Segoe UI', system-ui, -apple-system, Roboto, Arial, sans-serif;
  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 20px;
  --shadow: 0 1px 2px rgba(10, 33, 81, .06), 0 8px 24px rgba(10, 33, 81, .08);
  --shadow-lg: 0 24px 60px rgba(6, 21, 50, .22);
  --wrap: 1200px;
  --head-h: 76px;
  box-sizing: border-box;
  padding-top: env(safe-area-inset-top, 0px);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
*, *::before, *::after { box-sizing: inherit; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--head-h) + 12px); -webkit-text-size-adjust: 100%; }
html, body { overflow-x: clip; }
body { margin: 0; font-family: var(--f-body); font-size: 16.5px; line-height: 1.65; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; }
img, svg { max-width: 100%; display: block; }
a { color: var(--navy-2); text-underline-offset: 3px; }
a:hover { color: var(--gold); }
h1, h2, h3, h4 { font-family: var(--f-display); font-weight: 400; color: var(--navy); line-height: 1.15; margin: 0 0 .5em; letter-spacing: .005em; }
h1 { font-size: clamp(2.2rem, 4.1vw, 3.6rem); }
h2 { font-size: clamp(1.9rem, 3.2vw, 2.7rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--gold-2); outline-offset: 2px; border-radius: 4px; }
.wrap { width: min(var(--wrap), 100% - 40px); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -60px; background: var(--navy); color: #fff; padding: 10px 16px; border-radius: var(--r-sm); z-index: 999; }
.skip:focus { top: 12px; }
.ico { width: 1.15em; height: 1.15em; flex: none; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55em; padding: .82em 1.45em; border-radius: 999px; border: 1.5px solid transparent; font-weight: 600; font-size: .95rem; text-decoration: none; line-height: 1.2; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--navy); color: #fff; }
.btn-primary:hover { background: var(--navy-2); color: #fff; }
.btn-gold { background: linear-gradient(135deg, #E8C56C, #B8862B); color: #1a1204; }
.btn-gold:hover { background: linear-gradient(135deg, #F0D48A, #C89632); color: #1a1204; }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-ghost:hover { background: var(--navy); color: #fff; }
.btn-light { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .55); }
.btn-light:hover { background: #fff; color: var(--navy); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: #17904a; color: #fff; }
.btn-sm { padding: .55em 1.05em; font-size: .86rem; }
.btn[disabled] { opacity: .6; cursor: progress; }

/* ---------- top bar & header ---------- */
.topbar { background: var(--navy-900); color: #CBD5EC; font-size: .84rem; }
.topbar .wrap { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0; flex-wrap: wrap; }
.topbar a { color: #E9EEFA; text-decoration: none; display: inline-flex; align-items: center; gap: .45em; }
.topbar a:hover { color: var(--gold-3); }
.topbar .group { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar .tax { color: #9FB0D6; }
.site-header { position: sticky; top: env(safe-area-inset-top, 0px); z-index: 60; background: rgba(255, 255, 255, .96); backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--line); transition: box-shadow .25s; }
.site-header.scrolled { box-shadow: 0 6px 24px rgba(10, 33, 81, .1); }
.head-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: var(--head-h); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { height: 64px; width: 64px; object-fit: contain; }
.brand .name { font-family: var(--f-display); color: var(--navy); font-size: 1.32rem; line-height: 1.05; letter-spacing: .04em; text-transform: uppercase; }
.brand .sub { display: block; font-family: var(--f-body); font-size: .7rem; letter-spacing: .08em; color: var(--gold); text-transform: none; margin-top: 4px; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a.link { color: var(--ink); text-decoration: none; padding: 10px 13px; border-radius: 999px; font-weight: 500; font-size: .94rem; position: relative; }
.nav a.link:hover { color: var(--navy); background: var(--mist); }
.nav a.link.active { color: var(--navy); }
.nav a.link.active::after { content: ''; position: absolute; left: 13px; right: 13px; bottom: 3px; height: 2px; background: var(--gold); border-radius: 2px; }
.nav .btn { margin-left: 10px; }
.menu-btn { display: none; background: none; border: 1.5px solid var(--line); border-radius: var(--r-sm); width: 46px; height: 46px; align-items: center; justify-content: center; color: var(--navy); }
.menu-btn .ico { width: 24px; height: 24px; }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; background: radial-gradient(1000px 520px at 82% 30%, #E6ECF8 0%, rgba(230, 236, 248, 0) 70%), linear-gradient(180deg, #fff 0%, #F3F5F9 100%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 24px; padding: 56px 0 40px; min-height: 640px; }
.badge { display: inline-flex; align-items: center; gap: 12px; color: var(--gold); font-weight: 600; font-size: .95rem; letter-spacing: .02em; margin-bottom: 20px; }
.badge::before { content: ''; width: 38px; height: 2px; background: var(--gold); }
.hero h1 { margin-bottom: 22px; max-width: 14.5em; }
.hero .lead { font-size: 1.14rem; color: var(--muted); max-width: 34em; margin-bottom: 28px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.chip { padding: 7px 15px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: .88rem; color: var(--navy); font-weight: 500; }
.chip::before { content: ''; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--gold-2); margin-right: 9px; vertical-align: 1px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-art { position: relative; }
.hero-art svg { width: 100%; height: auto; max-height: 640px; }
.hero-bottle { animation: rise .9s cubic-bezier(.2, .7, .2, 1) both; }
.hero-bottle.b2 { animation-delay: .15s; } .hero-bottle.b3 { animation-delay: .3s; } .hero-bottle.b1 { animation-delay: 0s; }
@keyframes rise { from { opacity: 0; transform: translateY(40px); } }

.hero-photo { position: relative; margin: 0 22px 26px 34px; animation: rise .9s cubic-bezier(.2, .7, .2, 1) both; }
.hero-photo::before { content: ''; position: absolute; inset: 20px -20px -20px 20px; border: 2px solid var(--gold-2); border-radius: 150px 26px 150px 26px; }
.hp-img { position: relative; aspect-ratio: 5 / 4; border-radius: 150px 26px 150px 26px; overflow: hidden; box-shadow: var(--shadow-lg); background: var(--mist); }
.hp-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hp-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 33, 81, 0) 55%, rgba(10, 33, 81, .28)); }
.hp-tag { position: absolute; right: 18px; top: 18px; display: inline-flex; align-items: center; gap: 8px; background: var(--navy); color: var(--gold-3); border: 1px solid var(--gold-2); border-radius: 999px; padding: 8px 16px; font-family: var(--f-display); font-size: .95rem; letter-spacing: .03em; box-shadow: 0 6px 18px rgba(6, 21, 50, .25); }
.hp-card { position: absolute; left: -34px; bottom: 34px; background: #fff; border-radius: var(--r-md); padding: 16px 20px; box-shadow: var(--shadow-lg); border-left: 4px solid var(--gold-2); max-width: 250px; }
.hp-card strong { display: block; font-family: var(--f-display); font-weight: 400; font-size: 1.3rem; color: var(--navy); line-height: 1.2; }
.hp-card span { display: block; color: var(--muted); font-size: .86rem; line-height: 1.4; margin-top: 3px; }

/* ---------- facts strip ---------- */
.facts { background: var(--navy); color: #fff; }
.facts .wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact { padding: 30px 26px; border-left: 1px solid rgba(255, 255, 255, .12); }
.fact:first-child { border-left: 0; padding-left: 0; }
.fact strong { display: block; font-family: var(--f-display); font-weight: 400; font-size: 1.55rem; color: var(--gold-3); margin-bottom: 4px; }
.fact span { color: #B9C6E4; font-size: .93rem; line-height: 1.45; display: block; }

/* ---------- sections ---------- */
.section { padding: 104px 0; }
.section.alt { background: var(--mist); }
.section.dark { background: var(--navy); color: #DCE4F5; }
.section.dark h2, .section.dark h3 { color: #fff; }
.sec-head { max-width: 46em; margin-bottom: 52px; }
.sec-head p { color: var(--muted); font-size: 1.08rem; margin: 0; }
.dark .sec-head p { color: #B9C6E4; }
.sec-head.center { margin-inline: auto; text-align: center; }

/* about */
.about-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: start; }
.about-grid .intro { font-family: var(--f-display); font-size: 1.4rem; line-height: 1.4; color: var(--navy); margin-bottom: 1.2em; }
.about-grid p { max-width: 40em; }
.mv { display: grid; gap: 20px; }
.mv-card { padding: 30px 30px 28px; border-radius: var(--r-lg); }
.mv-card h3 { margin-bottom: .4em; }
.mv-card p { margin: 0; }
.mv-card.mission { background: var(--navy); color: #DCE4F5; }
.mv-card.mission h3 { color: var(--gold-3); }
.mv-card.vision { border: 1.5px solid var(--gold-2); background: #fff; }
.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 72px; }
.value { border-top: 3px solid var(--gold-2); padding-top: 18px; }
.value h3 { margin-bottom: .35em; }
.value p { color: var(--muted); margin: 0; font-size: .97rem; }
.aud-title { margin: 88px 0 28px; }
.aud-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.aud { display: flex; gap: 16px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); }
.aud .ico-wrap, .why-card .ico-wrap { flex: none; width: 46px; height: 46px; border-radius: 50%; background: #F6EBCB; color: var(--gold); display: grid; place-items: center; }
.aud .ico-wrap .ico, .why-card .ico-wrap .ico { width: 22px; height: 22px; }
.aud h3 { font-size: 1.12rem; margin-bottom: .2em; }
.aud p { margin: 0; color: var(--muted); font-size: .93rem; line-height: 1.5; }

/* products */
.tools { display: flex; gap: 16px; align-items: center; justify-content: space-between; flex-wrap: wrap; margin-bottom: 30px; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; }
.filter { padding: 9px 18px; border-radius: 999px; border: 1.5px solid var(--line); background: #fff; color: var(--ink); font-weight: 500; font-size: .92rem; transition: all .18s; }
.filter:hover { border-color: var(--navy); }
.filter[aria-pressed="true"] { background: var(--navy); border-color: var(--navy); color: #fff; }
.search { position: relative; min-width: 250px; }
.search input { width: 100%; padding: 11px 16px 11px 42px; border: 1.5px solid var(--line); border-radius: 999px; font: inherit; background: #fff; color: var(--ink); }
.search input:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(10, 33, 81, .12); }
.search .ico { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: var(--muted); }
.p-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); gap: 24px; }
.p-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .25s, transform .25s, border-color .25s; }
.p-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); border-color: #CFD8EA; }
.p-media { position: relative; aspect-ratio: 1 / 1; background: var(--mist); border: 0; padding: 0; width: 100%; overflow: hidden; display: block; }
.p-media svg, .p-media img { width: 100%; height: 100%; object-fit: cover; }
.p-tag { position: absolute; left: 12px; top: 12px; background: rgba(255, 255, 255, .92); color: var(--navy); font-size: .74rem; font-weight: 600; padding: 4px 10px; border-radius: 999px; }
.p-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.p-body h3 { font-size: 1.28rem; margin: 0; }
.p-body .lat { font-style: italic; color: var(--muted); font-size: .9rem; }
.p-body .aroma { color: var(--ink); font-size: .93rem; line-height: 1.5; margin: 4px 0 10px; }
.p-actions { margin-top: auto; display: flex; gap: 8px; }
.p-actions .btn { flex: 1; padding-inline: .8em; }
.btn.added { background: #E8F5EC; border-color: #7CC494; color: #14683A; }
.empty { grid-column: 1 / -1; text-align: center; padding: 56px 20px; color: var(--muted); border: 1.5px dashed var(--line); border-radius: var(--r-md); }
.notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 64px; padding: 34px; background: var(--navy); border-radius: var(--r-lg); color: #DCE4F5; }
.notes h3 { color: var(--gold-3); font-size: 1.2rem; }
.notes p { margin: 0; font-size: .95rem; }
.notes .title { grid-column: 1 / -1; font-family: var(--f-display); font-size: 1.6rem; color: #fff; margin: 0 0 -6px; }
.disclaimer { color: var(--muted); font-size: .85rem; margin-top: 18px; }

/* why */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.why-card { padding: 30px; background: #fff; border-radius: var(--r-md); border: 1px solid var(--line); }
.why-card .ico-wrap { margin-bottom: 18px; }
.why-card h3 { font-size: 1.2rem; }
.why-card p { margin: 0; color: var(--muted); font-size: .96rem; }

/* process */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; counter-reset: s; position: relative; }
.steps::before { content: ''; position: absolute; top: 25px; left: 5%; right: 5%; height: 1px; background: linear-gradient(90deg, transparent, rgba(216, 178, 90, .6), transparent); }
.step { position: relative; }
.step .num { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; font-family: var(--f-display); font-size: 1.3rem; color: var(--gold-3); background: var(--navy-900); border: 1.5px solid var(--gold-2); margin-bottom: 20px; position: relative; }
.step h3 { font-size: 1.15rem; margin-bottom: .4em; }
.step p { color: #B9C6E4; font-size: .93rem; margin: 0; line-height: 1.55; }

/* certificates */
.cert-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 40px; align-items: start; }
.cert-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cert { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; text-align: left; padding: 0; display: flex; flex-direction: column; transition: box-shadow .25s, border-color .25s; }
.cert:hover { box-shadow: var(--shadow); border-color: #CFD8EA; }
.cert .thumb { aspect-ratio: 3 / 4; overflow: hidden; background: var(--mist); border-bottom: 1px solid var(--line); border-radius: 0; padding: 0; border-left: 0; border-right: 0; border-top: 0; display: block; width: 100%; }
.cert .thumb img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.cert .meta { padding: 14px 16px 16px; }
.cert h3 { font-size: 1.05rem; margin: 0 0 2px; }
.cert small { color: var(--muted); display: block; margin-bottom: 10px; line-height: 1.4; }
.verify { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.biz { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; }
.biz h3 { margin-bottom: 14px; }
.biz dl { margin: 0; }
.biz dt { font-size: .8rem; color: var(--muted); margin-top: 16px; }
.biz dd { margin: 2px 0 0; font-weight: 500; color: var(--ink); display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.copy { border: 1px solid var(--line); background: var(--mist); border-radius: 999px; padding: 3px 11px; font-size: .78rem; color: var(--navy); display: inline-flex; gap: 6px; align-items: center; }
.copy:hover { border-color: var(--navy); }
.copy .ico { width: 13px; height: 13px; }

/* gallery */
.gal { columns: 3 280px; column-gap: 18px; }
.gal button { display: block; width: 100%; padding: 0; border: 0; margin: 0 0 18px; border-radius: var(--r-md); overflow: hidden; background: var(--mist); position: relative; break-inside: avoid; }
.gal img { width: 100%; height: auto; transition: transform .4s; }
.gal button:hover img { transform: scale(1.03); }
.gal figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 14px 12px; color: #fff; font-size: .88rem; text-align: left; background: linear-gradient(transparent, rgba(6, 21, 50, .8)); }

/* contact + form */
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 48px; align-items: start; }
.info { display: grid; gap: 14px; }
.info-card { display: flex; gap: 16px; padding: 20px 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); }
.info-card .ico-wrap { flex: none; width: 44px; height: 44px; border-radius: 50%; background: #F6EBCB; color: var(--gold); display: grid; place-items: center; }
.info-card h3 { font-size: 1.05rem; margin: 0 0 2px; }
.info-card p, .info-card a { margin: 0; color: var(--muted); font-size: .96rem; line-height: 1.5; }
.info-card a { color: var(--navy-2); text-decoration: none; word-break: break-word; }
.info-card a:hover { text-decoration: underline; }
.quick { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px; box-shadow: var(--shadow); }
.form-card h3 { font-size: 1.5rem; margin-bottom: 4px; }
.form-card .sub { color: var(--muted); margin-bottom: 22px; font-size: .95rem; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.field label { font-size: .86rem; font-weight: 600; color: var(--navy); }
.field label .req { color: var(--danger); }
.field input, .field textarea, .field select { padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--r-sm); font: inherit; color: var(--ink); background: #fff; width: 100%; }
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(10, 33, 81, .12); }
.field .err { color: var(--danger); font-size: .82rem; display: none; }
.field.bad input, .field.bad textarea { border-color: var(--danger); }
.field.bad .err { display: block; }
.pick { border: 1.5px dashed var(--line); border-radius: var(--r-sm); padding: 12px; margin-bottom: 16px; background: var(--mist); }
.pick .cap { font-size: .86rem; font-weight: 600; color: var(--navy); margin-bottom: 8px; display: flex; justify-content: space-between; gap: 10px; }
.pick .cap button { background: none; border: 0; color: var(--muted); font-size: .82rem; text-decoration: underline; padding: 0; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tag { display: inline-flex; align-items: center; gap: 6px; padding: 5px 6px 5px 12px; background: #fff; border: 1px solid var(--line); border-radius: 999px; font-size: .88rem; color: var(--navy); }
.tag button { background: var(--mist); border: 0; border-radius: 50%; width: 22px; height: 22px; display: grid; place-items: center; color: var(--muted); padding: 0; }
.tag button:hover { background: var(--navy); color: #fff; }
.tag button .ico { width: 12px; height: 12px; }
.pick .none { color: var(--muted); font-size: .9rem; margin: 0; }
.pick select { margin-top: 10px; width: 100%; padding: 11px 14px; border: 1.5px solid var(--line); border-radius: var(--r-sm); background: #fff; font: inherit; color: var(--ink); }
.pick select:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(10, 33, 81, .12); }
.lnk { background: none; border: 0; padding: 0; font: inherit; color: var(--navy-2); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.lnk:hover { color: var(--gold); }
.logo-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px; display: grid; place-items: center; }
.logo-card img { width: min(240px, 70%); height: auto; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: .86rem; color: var(--muted); margin-bottom: 18px; }
.consent input { margin-top: 4px; accent-color: var(--navy); }
.hp { position: absolute; left: -9999px; }
.form-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.form-msg { margin-top: 18px; padding: 14px 16px; border-radius: var(--r-sm); font-size: .94rem; display: none; }
.form-msg.ok { display: block; background: #E8F5EC; color: #14683A; border: 1px solid #A6D9B6; }
.form-msg.fail { display: block; background: #FDECEA; color: #8B1C14; border: 1px solid #F2B8B3; }
.map-embed { margin-top: 14px; border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--line); }
.map-embed iframe { width: 100%; height: 260px; border: 0; display: block; }

/* footer */
.site-footer { background: var(--navy-900); color: #B9C6E4; padding: 72px 0 0; }
.foot-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr 1.1fr; gap: 44px; padding-bottom: 54px; }
.foot-brand .tile { background: #fff; border-radius: var(--r-md); padding: 8px; width: 112px; margin-bottom: 18px; }
.foot-brand p { font-size: .94rem; max-width: 26em; }
.foot-brand .tag-line { font-family: var(--f-display); color: var(--gold-3); font-size: 1.15rem; margin-bottom: 8px; }
.site-footer h4 { color: #fff; font-size: 1.05rem; margin-bottom: 16px; }
.site-footer li { margin-bottom: 9px; }
.site-footer a, .site-footer .lnk { color: #B9C6E4; text-decoration: none; background: none; border: 0; padding: 0; font-size: 1rem; text-align: left; }
.site-footer a:hover, .site-footer .lnk:hover { color: var(--gold-3); }
.foot-contact li { display: flex; gap: 10px; align-items: flex-start; }
.foot-contact .ico { margin-top: 5px; color: var(--gold-2); }
.socials { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
.socials a { border: 1px solid rgba(255, 255, 255, .25); border-radius: 999px; padding: 5px 13px; font-size: .84rem; }
.foot-bar { border-top: 1px solid rgba(255, 255, 255, .12); padding: 22px 0 26px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .87rem; }
.foot-bar .legal { display: flex; gap: 20px; flex-wrap: wrap; }

/* floating actions */
.floaters { position: fixed; right: 18px; bottom: calc(18px + env(safe-area-inset-bottom, 0px)); display: flex; flex-direction: column; gap: 12px; z-index: 55; align-items: flex-end; }
.fab { width: 54px; height: 54px; border-radius: 50%; border: 0; display: grid; place-items: center; color: #fff; box-shadow: 0 8px 22px rgba(6, 21, 50, .3); text-decoration: none; }
.fab .ico { width: 26px; height: 26px; }
.fab.wa { background: var(--wa); }
.fab.top { background: var(--navy); width: 46px; height: 46px; opacity: 0; pointer-events: none; transition: opacity .25s; }
.fab.top.show { opacity: 1; pointer-events: auto; }
.fab.top .ico { width: 22px; height: 22px; }
.list-pill:not(.show) { visibility: hidden; opacity: 0; }
.list-pill { position: fixed; left: 50%; transform: translateX(-50%) translateY(220%); bottom: calc(18px + env(safe-area-inset-bottom, 0px)); z-index: 56; background: var(--navy); color: #fff; border: 1.5px solid var(--gold-2); border-radius: 999px; padding: 12px 14px 12px 22px; display: flex; gap: 14px; align-items: center; box-shadow: var(--shadow-lg); transition: transform .35s cubic-bezier(.2, .8, .2, 1), opacity .25s, visibility .35s; font-weight: 600; }
.list-pill.show { transform: translateX(-50%) translateY(0); }
.list-pill .count { background: var(--gold-2); color: #1a1204; border-radius: 999px; min-width: 26px; height: 26px; display: grid; place-items: center; font-size: .85rem; padding: 0 8px; }
.list-pill .go { background: #fff; color: var(--navy); border: 0; border-radius: 999px; padding: 8px 16px; font-weight: 600; font-size: .9rem; }
.toast { position: fixed; left: 50%; bottom: calc(96px + env(safe-area-inset-bottom, 0px)); transform: translate(-50%, 20px); background: var(--ink); color: #fff; padding: 11px 20px; border-radius: 999px; font-size: .92rem; opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s; z-index: 90; max-width: calc(100% - 32px); text-align: center; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* modal + lightbox */
.overlay { position: fixed; inset: 0; z-index: 100; background: rgba(6, 21, 50, .72); display: none; align-items: center; justify-content: center; padding: 20px; backdrop-filter: blur(3px); }
.overlay.open { display: flex; }
.modal { background: #fff; border-radius: var(--r-lg); width: min(980px, 100%); max-height: calc(100vh - 40px); overflow: auto; box-shadow: var(--shadow-lg); position: relative; animation: pop .28s cubic-bezier(.2, .8, .2, 1); }
@keyframes pop { from { opacity: 0; transform: translateY(16px) scale(.98); } }
.modal .close { position: absolute; right: 14px; top: 14px; width: 42px; height: 42px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, .95); color: var(--navy); display: grid; place-items: center; z-index: 3; box-shadow: 0 2px 10px rgba(6, 21, 50, .2); }
.modal .close:hover { background: var(--navy); color: #fff; }
.pm { display: grid; grid-template-columns: .9fr 1.1fr; }
.pm-media { background: var(--mist); display: flex; align-items: center; border-radius: var(--r-lg) 0 0 var(--r-lg); overflow: hidden; }
.pm-media svg, .pm-media img { width: calc(100% - 48px); margin: 24px; height: auto; aspect-ratio: 1 / 1; object-fit: cover; display: block; border-radius: var(--r-md); box-shadow: var(--shadow); }
.pm-body { padding: 36px 36px 32px; }
.pm-body h2 { font-size: 2rem; margin-bottom: 2px; padding-right: 30px; }
.pm-body .lat { font-style: italic; color: var(--muted); margin-bottom: 14px; }
.spec { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: .93rem; }
.spec th, .spec td { text-align: left; padding: 9px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.spec th { width: 34%; color: var(--muted); font-weight: 500; padding-right: 12px; }
.pm-body h4 { font-size: 1rem; font-family: var(--f-body); font-weight: 600; margin: 18px 0 8px; }
.pm-cta { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.doc { padding: 40px 40px 32px; max-width: 720px; }
.doc h2 { margin-bottom: 18px; padding-right: 40px; }
.doc h4 { font-family: var(--f-body); font-weight: 600; font-size: 1.02rem; margin: 20px 0 4px; }
.doc p { color: var(--muted); margin: 0; }
.doc .note { font-size: .82rem; margin-top: 26px; }
.lightbox { position: fixed; inset: 0; z-index: 110; background: rgba(6, 21, 50, .92); display: none; flex-direction: column; align-items: center; justify-content: center; padding: 20px; }
.lightbox.open { display: flex; }
.lightbox img { max-height: calc(100vh - 130px); max-width: min(100%, 980px); width: auto; border-radius: var(--r-sm); background: #fff; box-shadow: var(--shadow-lg); }
.lb-bar { display: flex; gap: 12px; align-items: center; margin-top: 16px; color: #fff; flex-wrap: wrap; justify-content: center; }
.lb-bar .cap { font-size: .95rem; margin: 0 8px; text-align: center; }
.lb-btn { width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid rgba(255, 255, 255, .5); background: transparent; color: #fff; display: grid; place-items: center; }
.lb-btn:hover { background: #fff; color: var(--navy); }
.lb-close { position: absolute; top: 16px; right: 16px; }

noscript .ns { padding: 30px 20px; text-align: center; }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .steps { grid-template-columns: repeat(3, 1fr); } .steps::before { display: none; }
  .cert-layout { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .values { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 940px) {
  .site-header { backdrop-filter: none; -webkit-backdrop-filter: none; background: #fff; }
  .menu-btn { display: inline-flex; }
  .nav { position: fixed; inset: calc(var(--head-h) + env(safe-area-inset-top, 0px)) 0 0 0; background: #fff; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 20px; transform: translateX(100%); visibility: hidden; transition: transform .3s, visibility .3s; overflow: auto; border-top: 1px solid var(--line); }
  .nav.open { transform: none; visibility: visible; }
  .nav a.link { padding: 16px 6px; font-size: 1.1rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav a.link.active::after { display: none; }
  .nav .btn { margin: 18px 0 0; }
  .topbar .tax { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 36px; min-height: 0; }
  .hero-art { max-width: 520px; margin-inline: auto; order: -1; }
  .hero-photo { order: -1; max-width: 560px; margin: 0 auto 20px; width: calc(100% - 24px); }
  .facts .wrap { grid-template-columns: 1fr 1fr; }
  .fact:nth-child(3) { border-left: 0; padding-left: 0; }
  .fact { padding: 22px 18px; border-top: 1px solid rgba(255, 255, 255, .1); }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .aud-grid, .why-grid, .notes { grid-template-columns: 1fr 1fr; }
  .pm { grid-template-columns: 1fr; } .pm-media { border-radius: var(--r-lg) var(--r-lg) 0 0; justify-content: center; background: var(--mist); } .pm-media svg, .pm-media img { max-width: 360px; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .section { padding: 72px 0; }
  .brand .name { font-size: 1.05rem; } .brand img { height: 52px; width: 52px; }
  .topbar .wrap { justify-content: center; } .topbar .group.right { display: none; }
  .aud-grid, .why-grid, .notes, .values, .steps, .cert-grid, .grid2 { grid-template-columns: 1fr; }
  .hero-photo::before { inset: 12px -12px -12px 12px; border-radius: 90px 20px 90px 20px; } .hp-img { border-radius: 90px 20px 90px 20px; }
  .hp-card { left: -8px; bottom: 16px; padding: 12px 14px; max-width: 200px; } .hp-card strong { font-size: 1.1rem; } .hp-tag { right: 10px; top: 12px; font-size: .82rem; padding: 6px 12px; }
  .facts .wrap { grid-template-columns: 1fr; } .fact { border-left: 0; padding-left: 0; }
  .form-card { padding: 24px 20px; } .modal .doc, .pm-body { padding: 26px 22px; }
  .foot-grid { grid-template-columns: 1fr; gap: 32px; }
  .search { min-width: 0; width: 100%; }
  .cert-grid { grid-template-columns: 1fr 1fr; }
  .list-pill { width: calc(100% - 32px); justify-content: space-between; }
}
@media (max-width: 420px) { .cert-grid { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print { .topbar, .site-header, .floaters, .list-pill, .toast { display: none !important; } }
