/* lenkakomendova.cz — teplá paleta (krémová, terakota, hořčicová, šalvějová, meruňková) */
:root {
  --cream: #F6EFE4; --cream-2: #EFE3D2; --paper: #FFFCF7;
  --ink: #3B2F2A; --ink-soft: #6B5B52; --line: #E3D6C4;
  --terracotta: #D9713A; --terracotta-d: #B85A28; --terracotta-l: #F4D9C8;
  --mustard: #E0A94B; --mustard-d: #B8862F; --mustard-l: #F7E6C2;
  --sage: #8AA37B; --sage-d: #6E8A62; --sage-l: #DDE6D4;
  --apricot: #F2B27A; --apricot-d: #D08C4D; --apricot-l: #FBE3CC;
  --radius: 18px; --radius-sm: 10px;
  --shadow: 0 10px 30px rgba(59, 47, 42, .08);
  --font-h: "Fraunces", Georgia, serif; --font-b: "Nunito", system-ui, sans-serif;
  --wrap: 1120px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-b); font-size: 17px; line-height: 1.6; color: var(--ink); background: var(--cream); }
img, video { max-width: 100%; height: auto; display: block; }
a { color: var(--terracotta-d); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--terracotta); }
h1, h2, h3 { font-family: var(--font-h); font-weight: 600; line-height: 1.15; margin: 0 0 .5em; letter-spacing: -.01em; }
h1 { font-size: clamp(2rem, 4.5vw, 3.1rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; }
.wrap { width: min(var(--wrap), 100% - 32px); margin-inline: auto; }
.narrow { max-width: 720px; }
.center { text-align: center; }
.muted { color: var(--ink-soft); }
.small { font-size: .9rem; }
.mt { margin-top: 2rem; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 12px; border-radius: 8px; z-index: 100; }
.skip:focus { left: 8px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.eyebrow { font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; color: var(--terracotta-d); margin-bottom: .6em; }
.lead { font-size: 1.15rem; color: var(--ink-soft); max-width: 62ch; }

/* Ikony */
.ico { width: 44px; height: 44px; }
.ico-sm { width: 18px; height: 18px; vertical-align: -3px; }

/* Tlačítka */
.btn { display: inline-flex; align-items: center; gap: 8px; background: var(--terracotta); color: #fff; font-weight: 700; padding: 12px 22px; border-radius: 999px; border: 2px solid var(--terracotta); text-decoration: none; cursor: pointer; font-family: inherit; font-size: 1rem; line-height: 1.2; transition: background .15s, transform .15s; }
.btn:hover { background: var(--terracotta-d); border-color: var(--terracotta-d); color: #fff; transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--terracotta-d); }
.btn-ghost:hover { background: var(--terracotta-l); color: var(--terracotta-d); }
.btn-light { background: #fff; color: var(--ink); border-color: #fff; }
.btn-light:hover { background: var(--cream); border-color: var(--cream); color: var(--ink); }
.btn-sm { padding: 8px 16px; font-size: .92rem; }
.btn-lg { padding: 15px 30px; font-size: 1.08rem; }
.btn-danger { background: #b23a3a; border-color: #b23a3a; }
.link-more { font-weight: 700; white-space: nowrap; }
.link-light { color: #fff; font-weight: 600; margin-left: 12px; }

/* Hlavička */
.site-header { background: var(--cream); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 76px; }
.brand { text-decoration: none; color: var(--ink); display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-family: var(--font-h); font-weight: 700; font-size: 1.35rem; }
.brand-sub { font-size: .76rem; color: var(--ink-soft); letter-spacing: .02em; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a { color: var(--ink); text-decoration: none; font-weight: 600; padding: 8px 12px; border-radius: 999px; font-size: .97rem; }
.nav a:hover { background: var(--cream-2); }
.nav a.active { background: var(--terracotta-l); color: var(--terracotta-d); }
.nav .nav-cta { margin-left: 8px; color: #fff; }
.nav .nav-cta:hover { background: var(--terracotta-d); }
.nav-toggle, .nav-burger { display: none; }
@media (max-width: 900px) {
  .nav-burger { display: flex; flex-direction: column; gap: 5px; padding: 10px; cursor: pointer; }
  .nav-burger span { width: 26px; height: 3px; background: var(--ink); border-radius: 2px; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; padding: 12px 16px 18px; box-shadow: var(--shadow); }
  .nav a { padding: 12px 14px; }
  .nav .nav-cta { margin: 8px 0 0; justify-content: center; }
  .nav-toggle:checked ~ .nav { display: flex; }
}

/* Hero */
.hero { padding: clamp(40px, 7vw, 88px) 0 clamp(24px, 4vw, 48px); }
.hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px; align-items: center; }
.hero h1 { max-width: 16ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.hero-photo { margin: 0; position: relative; }
.hero-photo img { border-radius: 42% 58% 55% 45% / 45% 42% 58% 55%; box-shadow: var(--shadow); aspect-ratio: 4/3; object-fit: cover; }
.hero-photo::before { content: ""; position: absolute; inset: -18px -10px 10px 22px; background: var(--apricot-l); border-radius: 58% 42% 45% 55% / 55% 58% 42% 45%; z-index: -1; }
@media (max-width: 800px) { .hero-grid { grid-template-columns: 1fr; gap: 28px; } .hero-photo { max-width: 360px; } }

/* Dlaždice */
.tiles-section { padding: 16px 0 40px; }
.tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tile { display: flex; flex-direction: column; gap: 10px; padding: 28px 24px 24px; border-radius: var(--radius); text-decoration: none; color: var(--ink); min-height: 250px; box-shadow: var(--shadow); transition: transform .18s, box-shadow .18s; position: relative; overflow: hidden; }
.tile:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(59, 47, 42, .14); color: var(--ink); }
.tile-icon { color: inherit; opacity: .9; }
.tile-title { font-family: var(--font-h); font-weight: 700; font-size: 1.35rem; line-height: 1.15; }
.tile-lead { font-size: .95rem; line-height: 1.45; opacity: .9; flex: 1; }
.tile-more { font-weight: 700; font-size: .92rem; display: inline-flex; align-items: center; gap: 6px; }
.tone-terracotta.tile { background: var(--terracotta); color: #fff; }
.tone-terracotta.tile:hover { color: #fff; }
.tone-mustard.tile { background: var(--mustard); color: var(--ink); }
.tone-sage.tile { background: var(--sage); color: #fff; }
.tone-sage.tile:hover { color: #fff; }
.tone-apricot.tile { background: var(--apricot); color: var(--ink); }
@media (max-width: 900px) { .tiles { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .tiles { grid-template-columns: 1fr; } .tile { min-height: 0; } }

/* Citát, fakta */
.quote-band { padding: 28px 0 40px; }
.big-quote { margin: 0 auto; max-width: 880px; text-align: center; font-family: var(--font-h); font-size: clamp(1.25rem, 2.4vw, 1.7rem); line-height: 1.4; color: var(--ink); font-style: italic; }
.quote-by { text-align: center; color: var(--ink-soft); margin-top: 12px; font-weight: 700; }
.quote-by::before { content: "— "; }
.trust { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 28px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fact { display: flex; flex-direction: column; }
.fact-n { font-family: var(--font-h); font-weight: 700; font-size: 1.5rem; color: var(--terracotta-d); }
.fact-t { color: var(--ink-soft); font-size: .93rem; line-height: 1.4; }
@media (max-width: 800px) { .trust-grid { grid-template-columns: repeat(2, 1fr); } }

/* Sekce */
.section { padding: clamp(40px, 6vw, 72px) 0; }
.section-alt { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 20px; }
.section-head h2 { margin: 0; }
.two-col { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: start; }
@media (max-width: 800px) { .two-col { grid-template-columns: 1fr; } }
.prose h2 { margin-top: 1.6em; }
.prose h2:first-child { margin-top: 0; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li { margin-bottom: .4em; }
.side-box { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.side-box h2 { font-size: 1.3rem; }
.callout { background: var(--mustard-l); border-left: 5px solid var(--mustard); padding: 16px 20px; border-radius: var(--radius-sm); margin-top: 24px; font-weight: 600; }
.notice { background: var(--apricot-l); border-radius: var(--radius-sm); padding: 16px 20px; }
.notice p:last-child { margin: 0; }
.check-list, .plain-list { list-style: none; padding: 0; margin: 0 0 1em; }
.check-list li { padding-left: 28px; position: relative; margin-bottom: .5em; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--sage-d); font-weight: 800; }
.plain-list li { padding: 8px 0; border-bottom: 1px solid var(--line); }
.steps { counter-reset: s; list-style: none; padding: 0; margin: 1.2em 0 0; display: grid; gap: 10px; }
.steps li { counter-increment: s; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 12px 16px 12px 56px; position: relative; }
.steps li::before { content: counter(s); position: absolute; left: 14px; top: 10px; width: 30px; height: 30px; border-radius: 50%; background: var(--terracotta); color: #fff; font-weight: 800; display: grid; place-items: center; }
.cta-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 12px; }

/* Hlavička stránky */
.page-head { padding: clamp(40px, 6vw, 72px) 0; color: #fff; }
.page-head .eyebrow { color: rgba(255, 255, 255, .85); }
.page-head .lead { color: rgba(255, 255, 255, .92); }
.page-head h1 { max-width: 20ch; }
.h1-sub { display: block; font-size: .55em; font-weight: 500; opacity: .9; margin-top: .3em; }
.page-head-sm { padding: 36px 0; }
.head-actions { margin-top: 20px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.page-head.tone-terracotta { background: linear-gradient(135deg, var(--terracotta), var(--terracotta-d)); }
.page-head.tone-mustard { background: linear-gradient(135deg, var(--mustard-d), var(--mustard)); }
.page-head.tone-sage { background: linear-gradient(135deg, var(--sage-d), var(--sage)); }
.page-head.tone-apricot { background: linear-gradient(135deg, var(--apricot-d), var(--apricot)); }

/* Karty zaměření */
.cards-5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.card-focus h3 { font-size: 1.05rem; margin: 10px 0 6px; }
.card-focus p { margin: 0; font-size: .92rem; color: var(--ink-soft); }
.card-num { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--terracotta-l); color: var(--terracotta-d); font-weight: 800; }
@media (max-width: 1000px) { .cards-5 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .cards-5 { grid-template-columns: 1fr 1fr; } }

/* Ceny */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 16px; }
.price-box { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.price-main { background: var(--terracotta); color: #fff; border-color: var(--terracotta); }
.price-label { font-weight: 700; font-size: .95rem; }
.price-value { font-family: var(--font-h); font-weight: 700; font-size: 2.2rem; margin: 6px 0 4px; }
.price-note { font-size: .92rem; opacity: .9; }
@media (max-width: 800px) { .price-grid { grid-template-columns: 1fr; } }
.storno summary { cursor: pointer; font-weight: 700; padding: 8px 0; }
.storno ul { padding-left: 1.2em; }

/* Recenze */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.reviews-list { display: grid; gap: 18px; max-width: 860px; }
.review { margin: 0; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 24px 18px; position: relative; }
.review::before { content: "“"; position: absolute; top: -6px; left: 18px; font-family: var(--font-h); font-size: 4rem; color: var(--apricot); line-height: 1; }
.review blockquote { margin: 0 0 12px; }
.review blockquote p { margin-bottom: .7em; }
.review blockquote p:last-child { margin: 0; }
.review figcaption { color: var(--ink-soft); font-size: .92rem; }
@media (max-width: 800px) { .reviews-grid { grid-template-columns: 1fr; } }

/* Termíny */
.terms { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.term { display: grid; grid-template-columns: 1.3fr 1.3fr auto auto; align-items: center; gap: 16px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 14px 18px; }
.term-full { opacity: .75; }
.term-day { display: block; font-weight: 800; }
.term-time { display: block; color: var(--ink-soft); font-size: .92rem; }
.tag { display: inline-block; padding: 3px 10px; border-radius: 999px; font-size: .8rem; font-weight: 700; background: var(--cream-2); }
.tag-ok { background: var(--sage-l); color: var(--sage-d); }
.tag-warn { background: var(--mustard-l); color: var(--mustard-d); }
.tag-full { background: #eee0dc; color: #8a4a3a; }
@media (max-width: 700px) { .term { grid-template-columns: 1fr; gap: 6px; } }

/* Kurzy */
.course-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.course-card { display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; text-decoration: none; color: var(--ink); box-shadow: var(--shadow); transition: transform .18s; }
.course-card:hover { transform: translateY(-3px); color: var(--ink); }
.course-kind { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; color: var(--mustard-d); margin-bottom: 8px; }
.course-sub { color: var(--ink-soft); }
.course-meta { display: grid; grid-template-columns: auto 1fr; gap: 6px 14px; margin: 8px 0 20px; font-size: .95rem; }
.course-meta dt { font-weight: 700; color: var(--ink-soft); }
.course-meta dd { margin: 0; }
.course-card .btn { align-self: flex-start; margin-top: auto; }
@media (max-width: 760px) { .course-cards { grid-template-columns: 1fr; } }

/* Video */
.video-wrap { position: relative; border-radius: var(--radius); overflow: hidden; background: #000; box-shadow: var(--shadow); aspect-ratio: 4/3; max-width: 860px; }
.video-wrap video, .video-wrap iframe, .video-wrap img { width: 100%; height: 100%; object-fit: cover; }
.yt-facade { aspect-ratio: 16/9; cursor: pointer; }
.yt-play { position: absolute; inset: 0; margin: auto; width: 84px; height: 84px; border-radius: 50%; border: 0; background: var(--terracotta); color: #fff; cursor: pointer; display: grid; place-items: center; box-shadow: 0 8px 24px rgba(0, 0, 0, .3); }
.yt-play .ico { width: 40px; height: 40px; }

/* Produkty */
.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; display: flex; flex-direction: column; }
.product-img { display: block; background: #fff; border-radius: var(--radius-sm); padding: 10px; margin-bottom: 14px; }
.product-img img { aspect-ratio: 1; object-fit: contain; }
.product h2 { font-size: 1.15rem; }
.product p { color: var(--ink-soft); font-size: .95rem; flex: 1; }
@media (max-width: 900px) { .products { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .products { grid-template-columns: 1fr; } }

/* Ke stažení */
.dl-list { display: grid; gap: 24px; max-width: 900px; }
.dl { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.dl-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; flex-wrap: wrap; }
.dl-lead { max-width: 60ch; }
.dl-btn { white-space: nowrap; }
.dl-method { margin-top: 12px; border-top: 1px solid var(--line); padding-top: 12px; }
.dl-method summary { cursor: pointer; font-weight: 700; }
.dl-method .prose { margin-top: 12px; font-size: .97rem; }
.dl-method h3 { font-size: 1.05rem; margin-top: 1.2em; }

/* Odběr */
.odber { background: var(--terracotta-l); border-radius: var(--radius); padding: 28px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 20px; align-items: center; }
.odber h3 { margin-bottom: .3em; }
.odber p { margin: 0; }
.odber .small { grid-column: 1 / -1; }
.odber-form { display: flex; gap: 8px; }
.odber-form input { flex: 1; }
.odber-ok { grid-column: 1 / -1; font-size: 1.1rem; }
@media (max-width: 700px) { .odber { grid-template-columns: 1fr; } .odber-form { flex-direction: column; } }

/* O mně */
.about-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: start; }
.about-pubs { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.about-page { display: grid; grid-template-columns: 320px 1fr; gap: 40px; align-items: start; }
.about-photo { margin: 0; position: sticky; top: 96px; }
.about-photo img { border-radius: var(--radius); box-shadow: var(--shadow); }
@media (max-width: 800px) { .about-grid, .about-page { grid-template-columns: 1fr; } .about-photo { position: static; max-width: 360px; } }

/* CTA pás */
.cta-band { background: var(--terracotta); color: #fff; padding: clamp(36px, 5vw, 56px) 0; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 28px; flex-wrap: wrap; }
.cta-band h2 { margin-bottom: .3em; max-width: 24ch; }
.cta-band p { margin: 0; opacity: .92; }
.cta-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.cta-phone { color: #fff; font-weight: 800; font-size: 1.2rem; text-decoration: none; }

/* Kontakt */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 40px; align-items: start; }
.contact-side h2 { font-size: 1.4rem; }
.contact-side h3 { font-size: 1rem; margin-top: 1.4em; color: var(--ink-soft); text-transform: uppercase; letter-spacing: .06em; font-family: var(--font-b); font-weight: 800; }
.contact-big { font-size: 1.2rem; font-weight: 700; margin-bottom: .3em; }
@media (max-width: 800px) { .contact-grid { grid-template-columns: 1fr; } }

/* Formuláře */
.form-wrap { max-width: 760px; }
fieldset { border: 0; padding: 0; margin: 0 0 28px; }
legend { font-family: var(--font-h); font-weight: 600; font-size: 1.3rem; margin-bottom: 12px; }
.field { margin-bottom: 14px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 600px) { .field-row { grid-template-columns: 1fr; } }
label { display: block; font-weight: 700; margin-bottom: 4px; font-size: .95rem; }
input[type=text], input[type=email], input[type=tel], input[type=date], input[type=number], input[type=password], select, textarea { width: 100%; font: inherit; padding: 11px 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: #fff; color: var(--ink); }
input:focus, select:focus, textarea:focus { outline: 3px solid var(--apricot-l); border-color: var(--terracotta); }
textarea { resize: vertical; }
.has-error input, .has-error select, .has-error textarea { border-color: #b23a3a; }
.field-error { color: #b23a3a; font-size: .9rem; margin: 4px 0 0; font-weight: 600; }
.field-help { color: var(--ink-soft); font-size: .85rem; margin: 4px 0 0; }
.form-errors { background: #fbe4e1; border-left: 5px solid #b23a3a; padding: 12px 16px; border-radius: var(--radius-sm); margin-bottom: 20px; }
.form-error { color: #b23a3a; font-weight: 700; }
.checkbox, .radio { display: flex; gap: 10px; align-items: flex-start; font-weight: 500; cursor: pointer; }
.checkbox > span, .radio > span { flex: 1; }
.checkbox input, .radio input { margin-top: 5px; width: 18px; height: 18px; flex: none; accent-color: var(--terracotta); }
.radio-row { display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 14px; }
.radio { font-weight: 700; }
.billing { padding: 14px 16px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.billing-employer { display: none; }
form.employer .billing-person { display: none; }
form.employer .billing-employer { display: block; }
.consents .field { margin-bottom: 10px; }
.form-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 8px; }
.done-mark { width: 72px; height: 72px; border-radius: 50%; background: var(--sage); color: #fff; font-size: 2.2rem; font-weight: 800; display: grid; place-items: center; margin: 0 auto 20px; }

/* Dialog */
.dialog { border: 0; border-radius: var(--radius); padding: 0; max-width: 720px; width: min(720px, 100% - 32px); box-shadow: 0 30px 80px rgba(0, 0, 0, .3); color: var(--ink); background: var(--paper); }
.dialog::backdrop { background: rgba(59, 47, 42, .5); }
.dialog-body { padding: 28px 28px 8px; max-height: 70vh; overflow: auto; font-size: .95rem; }
.dialog-body h2 { font-size: 1.4rem; }
.dialog-body h3 { font-size: 1.05rem; margin-top: 1.2em; }
.dialog-actions { padding: 12px 28px 24px; margin: 0; }

/* Patička */
.site-footer { background: var(--ink); color: #e9dfd3; padding: 48px 0 24px; margin-top: 40px; }
.site-footer a { color: #fff; }
.site-footer .muted { color: #bfb2a6; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; }
.footer-brand { font-family: var(--font-h); font-weight: 700; font-size: 1.3rem; margin-bottom: 8px; }
.footer-h { font-weight: 800; text-transform: uppercase; letter-spacing: .06em; font-size: .8rem; margin-bottom: 10px; color: #bfb2a6; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 6px; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .12); margin-top: 32px; padding-top: 16px; }
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr; gap: 20px; } }
