/* Eleganter — a wedding and event planner that takes twenty days a year.
 *
 * Idiom: the planner's year. A planner's scarce resource is dates, and this
 * one limits itself to twenty, so the page opens on the year itself: twenty
 * date cards, taken, held or open, each open one a way into the enquiry form.
 * The second device answers the other rule, a flat fee: put in your budget
 * and see what a percentage planner would charge beside ours.
 *
 * Cool stone-white and ink, one deep plum accent (the colour of the
 * florist's darkest ranunculus, not blush and not gold). Gloock for display,
 * Albert Sans for text. Nothing here is shared with any other template.
 */

:root {
  --stone: #f7f7f5;
  --white: #ffffff;
  --ink: #1e1b22;
  --ink-2: #57525d;
  --ink-3: #8b8690;
  --line: #e4e2e6;
  --plum: #5b2150;
  --plum-deep: #43173b;
  --plum-tint: #f3e9f1;

  --gutter: clamp(1.25rem, 6vw, 7rem);
  --max: 76rem;
  --shell: min(100% - 2 * var(--gutter), var(--max));
  --display: 'Gloock', 'Georgia', serif;
  --sans: 'Albert Sans', ui-sans-serif, system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--stone); color: var(--ink); font: 400 clamp(1rem, 0.96rem + 0.16vw, 1.07rem)/1.6 var(--sans); }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: 1.05; letter-spacing: -0.005em; margin: 0; }
h1 em, h2 em { font-style: normal; color: var(--plum); }

.el-skip { position: absolute; left: -9999px; }
.el-skip:focus { left: 1rem; top: 1rem; z-index: 99; background: var(--plum); color: #fff; padding: 0.6rem 1rem; }
.el-shell { width: var(--shell); margin-inline: auto; }
.el-eyebrow { margin: 0 0 1rem; font-size: 0.74rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--plum); }
.el-lead { font-size: 1.12rem; color: var(--ink-2); max-width: 36rem; }

/* ── top ────────────────────────────────────────────────────────────── */

.el-top { position: sticky; top: 0; z-index: 40; background: rgba(247, 247, 245, 0.95); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.el-top__in { width: var(--shell); margin-inline: auto; display: grid; grid-template-columns: auto 1fr auto auto; gap: 1.6rem; align-items: center; padding-block: 0.8rem; }
.el-mark { display: grid; text-decoration: none; font-family: var(--display); font-size: 1.7rem; line-height: 1; }
.el-mark small { font-family: var(--sans); font-size: 0.66rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); margin-top: 0.25rem; white-space: nowrap; }
.el-nav { display: flex; justify-content: center; gap: clamp(1rem, 2.2vw, 2rem); }
.el-nav a { text-decoration: none; font-size: 0.92rem; font-weight: 500; color: var(--ink-2); white-space: nowrap; padding-block: 0.3rem; border-bottom: 1.5px solid transparent; }
.el-nav a:hover, .el-nav a[aria-current] { color: var(--ink); border-bottom-color: var(--plum); }
.el-count { font-size: 0.82rem; color: var(--ink-2); text-decoration: none; white-space: nowrap; }
.el-count b { display: inline-grid; place-items: center; min-width: 1.7rem; height: 1.7rem; margin-right: 0.3rem; border-radius: 50%; background: var(--plum-tint); color: var(--plum); font-weight: 700; }
.el-burger { display: none; }
.el-cta-short { display: none; }
@media (max-width: 72rem) { .el-count { display: none; } .el-top__in { grid-template-columns: auto 1fr auto; } }
@media (max-width: 58rem) {
  .el-top__in { grid-template-columns: auto 1fr auto; gap: 0.8rem; }
  .el-top__cta { justify-self: end; }
  .el-burger { display: grid; gap: 5px; place-content: center; width: 2.6rem; height: 2.6rem; background: none; border: 0; color: inherit; cursor: pointer; }
  .el-burger span { display: block; width: 22px; height: 1.5px; background: currentColor; }
  .el-burger em { display: none; }
  .el-nav { grid-column: 1 / -1; grid-row: 2; flex-direction: column; gap: 0; max-height: 0; overflow: hidden; transition: max-height 0.3s; }
  .el-nav a { padding: 0.85rem 0; border-top: 1px solid var(--line); border-bottom: 0; }
  .el-top[data-menu] .el-nav { max-height: 20rem; }
}
@media (max-width: 32rem) { .el-cta-long { display: none; } .el-cta-short { display: inline; } .el-mark small { display: none; } .el-top__cta { padding: 0.65rem 0.85rem; font-size: 0.82rem; } }

/* ── buttons ────────────────────────────────────────────────────────── */

.el-btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; cursor: pointer; text-decoration: none; white-space: nowrap; font: 600 0.92rem/1 var(--sans); padding: 0.9rem 1.35rem; border-radius: 999px; border: 1.5px solid var(--ink); color: var(--ink); background: transparent; transition: background 0.2s, color 0.2s, border-color 0.2s; }
.el-btn:hover { background: var(--ink); color: #fff; }
.el-btn--plum { background: var(--plum); border-color: var(--plum); color: #fff; }
.el-btn--plum:hover { background: var(--plum-deep); border-color: var(--plum-deep); }
.el-btn[aria-busy="true"] { opacity: 0.7; cursor: progress; }
.el-row { display: flex; flex-wrap: wrap; gap: 0.7rem; align-items: center; }
.el-link { color: var(--plum); font-weight: 600; text-decoration: none; border-bottom: 1.5px solid currentColor; }

/* ── sections ───────────────────────────────────────────────────────── */

.el-section { padding-block: clamp(4.5rem, 9vw, 7rem); }
.el-section--white { background: var(--white); border-block: 1px solid var(--line); }
.el-section--plum { background: var(--plum); color: #f6eef4; }
.el-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr); gap: 1rem 4rem; align-items: end; margin-bottom: clamp(2.2rem, 4.5vw, 3.4rem); }
.el-head h1, .el-head h2 { font-size: clamp(2.6rem, 1.6rem + 3.4vw, 4.6rem); }
.el-head p { margin: 0; color: var(--ink-2); }
.el-section--plum .el-head p { color: #dccbd7; }
.el-section--plum .el-eyebrow { color: #e6b8da; }
.el-section--plum h2 em { color: #e6b8da; }
@media (max-width: 52rem) { .el-head { grid-template-columns: minmax(0, 1fr); } }

/* ── hero ───────────────────────────────────────────────────────────── */

.el-hero { position: relative; }
.el-hero__img { width: 100%; height: clamp(22rem, 62vh, 40rem); object-fit: cover; }
.el-hero__card { width: var(--shell); margin: calc(-1 * clamp(6rem, 14vw, 10rem)) auto 0; position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr); gap: clamp(1.4rem, 4vw, 4rem); background: var(--stone); padding: clamp(1.6rem, 4vw, 3.2rem) clamp(1.4rem, 4vw, 3.2rem) 0 0; box-shadow: calc(-1 * clamp(1.4rem, 4vw, 3.2rem)) 0 0 var(--stone); }
.el-hero h1 { font-size: clamp(3rem, 1.8rem + 4.6vw, 6.2rem); margin-bottom: 1.4rem; }
.el-hero__facts { display: grid; gap: 1.1rem; align-content: end; padding-bottom: 0.4rem; }
.el-hero__facts div { border-top: 1px solid var(--line); padding-top: 0.8rem; }
.el-hero__facts strong { display: block; font-family: var(--display); font-weight: 400; font-size: 2.2rem; line-height: 1; color: var(--plum); }
.el-hero__facts span { font-size: 0.9rem; color: var(--ink-2); }
@media (max-width: 56rem) { .el-hero__card { grid-template-columns: minmax(0, 1fr); padding-right: 0; box-shadow: 0 0 0 var(--gutter) var(--stone); } }

/* ── the year: twenty dates ─────────────────────────────────────────── */

.el-year { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(12.5rem, 40vw), 1fr)); gap: 0.6rem; }
.el-date { position: relative; display: grid; gap: 0.2rem; padding: 1rem 1rem 1.1rem; background: var(--white); border: 1px solid var(--line); border-radius: 10px; text-decoration: none; min-height: 8.4rem; align-content: start; }
.el-date__m { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3); }
.el-date__d { font-family: var(--display); font-size: 2.6rem; line-height: 1; }
.el-date__w { font-size: 0.86rem; color: var(--ink-2); }
.el-date__s { margin-top: auto; padding-top: 0.6rem; font-size: 0.8rem; font-weight: 600; }
.el-date.is-open { border-color: var(--plum); cursor: pointer; }
.el-date.is-open .el-date__s { color: var(--plum); }
.el-date.is-open:hover, .el-date.is-picked { background: var(--plum); color: #fff; }
.el-date.is-open:hover *, .el-date.is-picked * { color: #fff !important; }
.el-date.is-held { background: var(--plum-tint); border-color: transparent; }
.el-date.is-held .el-date__s { color: var(--plum); }
.el-date.is-taken { background: transparent; border-style: dashed; }
.el-date.is-taken .el-date__d, .el-date.is-taken .el-date__w { color: var(--ink-3); }
.el-date.is-taken .el-date__s { color: var(--ink-3); font-weight: 500; }
.el-date.is-past { opacity: 0.4; }
.el-legend { display: flex; flex-wrap: wrap; gap: 1.2rem; margin: 1.4rem 0 0; padding: 0; list-style: none; font-size: 0.86rem; color: var(--ink-2); }
.el-legend li { display: flex; align-items: center; gap: 0.5rem; }
.el-legend i { width: 0.9rem; height: 0.9rem; border-radius: 3px; border: 1px solid var(--plum); }
.el-legend i.h { background: var(--plum-tint); border-color: transparent; }
.el-legend i.t { border: 1px dashed var(--ink-3); }

/* ── flat fee vs percentage ─────────────────────────────────────────── */

.el-fee { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(1.6rem, 4vw, 4rem); align-items: center; }
.el-fee__in label { display: block; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #e6b8da; margin-bottom: 0.6rem; }
.el-fee__in output { display: block; font-family: var(--display); font-size: clamp(2.6rem, 1.8rem + 2.6vw, 3.8rem); color: #fff; margin-bottom: 0.8rem; }
.el-fee__in input[type="range"] { width: 100%; accent-color: #e6b8da; }
.el-fee__in small { display: flex; justify-content: space-between; color: #dccbd7; font-size: 0.8rem; margin-top: 0.3rem; }
.el-bars { display: grid; gap: 1.2rem; }
.el-bar { display: grid; gap: 0.4rem; }
.el-bar__top { display: flex; justify-content: space-between; gap: 1rem; font-size: 0.92rem; color: #dccbd7; }
.el-bar__top b { font-family: var(--display); font-weight: 400; font-size: 1.6rem; color: #fff; }
.el-bar__track { height: 0.9rem; border-radius: 99px; background: rgba(255, 255, 255, 0.12); overflow: hidden; }
.el-bar__fill { height: 100%; border-radius: 99px; background: rgba(255, 255, 255, 0.45); transition: width 0.3s; }
.el-bar--us .el-bar__fill { background: #e6b8da; }
.el-fee__note { margin: 0.6rem 0 0; font-size: 0.9rem; color: #dccbd7; }
@media (max-width: 56rem) { .el-fee { grid-template-columns: minmax(0, 1fr); } }

/* ── packages ───────────────────────────────────────────────────────── */

.el-packs { display: grid; grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr)); gap: 1rem; }
.el-pack { display: grid; grid-template-rows: auto auto 1fr auto; gap: 0.9rem; padding: clamp(1.4rem, 3vw, 2rem); background: var(--white); border: 1px solid var(--line); border-radius: 14px; }
.el-pack--main { border-color: var(--plum); box-shadow: 0 0 0 1px var(--plum); }
.el-pack h3 { font-size: 1.9rem; }
.el-pack__fee { font-family: var(--display); font-size: 2.6rem; line-height: 1; }
.el-pack__fee small { font-family: var(--sans); font-size: 0.85rem; color: var(--ink-3); margin-left: 0.3rem; }
.el-pack ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.45rem; font-size: 0.94rem; color: var(--ink-2); }
.el-pack li { padding-left: 1.3rem; position: relative; }
.el-pack li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 0.5rem; height: 0.5rem; border-radius: 50%; background: var(--plum); }
.el-pack p { margin: 0; color: var(--ink-2); }

/* ── planning timeline ──────────────────────────────────────────────── */

.el-timeline { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0; border-top: 2px solid var(--plum); }
.el-timeline li { padding: 1.2rem 1rem 0 0; position: relative; }
.el-timeline li::before { content: ""; position: absolute; top: -0.45rem; left: 0; width: 0.8rem; height: 0.8rem; border-radius: 50%; background: var(--stone); border: 2px solid var(--plum); }
.el-timeline b { display: block; font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--plum); margin-bottom: 0.4rem; }
.el-timeline h3 { font-size: 1.35rem; margin-bottom: 0.4rem; }
.el-timeline p { margin: 0; font-size: 0.88rem; color: var(--ink-2); }
@media (max-width: 62rem) { .el-timeline { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 2rem; } }
@media (max-width: 36rem) { .el-timeline { grid-template-columns: minmax(0, 1fr); border-top: 0; border-left: 2px solid var(--plum); } .el-timeline li { padding: 0 0 1.6rem 1.4rem; } .el-timeline li::before { top: 0.2rem; left: -0.5rem; } }

/* ── weddings (stories) ─────────────────────────────────────────────── */

.el-stories { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.4rem, 3vw, 2.6rem); }
.el-story { text-decoration: none; display: grid; gap: 0.8rem; }
.el-story img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 14px; }
.el-story h3 { font-size: 1.8rem; }
.el-story p { margin: 0; color: var(--ink-2); }
.el-story span { font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--plum); }
.el-story:nth-child(3n + 1) { grid-column: span 2; }
.el-story:nth-child(3n + 1) img { aspect-ratio: 21 / 9; }
@media (max-width: 48rem) { .el-stories { grid-template-columns: minmax(0, 1fr); } .el-story:nth-child(3n + 1) { grid-column: auto; } .el-story:nth-child(3n + 1) img { aspect-ratio: 3 / 2; } }

/* ── venues ─────────────────────────────────────────────────────────── */

.el-venues { border-top: 1px solid var(--ink); }
.el-venue { display: grid; grid-template-columns: 9rem minmax(0, 1fr) minmax(0, 1.2fr) auto; gap: 1.4rem; align-items: center; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.el-venue img { width: 9rem; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; }
.el-venue h3 { font-size: 1.5rem; }
.el-venue__where { font-size: 0.86rem; color: var(--ink-3); }
.el-venue p { margin: 0; color: var(--ink-2); font-size: 0.94rem; }
.el-venue__cap { font-family: var(--display); font-size: 1.6rem; white-space: nowrap; text-align: right; }
.el-venue__cap small { display: block; font-family: var(--sans); font-size: 0.72rem; color: var(--ink-3); letter-spacing: 0.08em; text-transform: uppercase; }
@media (max-width: 52rem) { .el-venue { grid-template-columns: 6rem minmax(0, 1fr); } .el-venue img { width: 6rem; } .el-venue p, .el-venue__cap { grid-column: 2; text-align: left; } }

/* ── quotes, questions ──────────────────────────────────────────────── */

.el-quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr)); gap: 1.2rem; }
.el-quotes figure { margin: 0; padding: 1.6rem; background: var(--white); border: 1px solid var(--line); border-radius: 14px; }
.el-quotes blockquote { margin: 0; font-family: var(--display); font-size: 1.35rem; line-height: 1.3; }
.el-quotes figcaption { margin-top: 1rem; font-size: 0.86rem; color: var(--plum); font-weight: 600; }

.el-qa { max-width: 52rem; border-top: 1px solid var(--ink); }
.el-qa details { border-bottom: 1px solid var(--line); }
.el-qa summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 1.2rem; padding: 1.15rem 0; font-family: var(--display); font-size: 1.45rem; line-height: 1.2; }
.el-qa summary::-webkit-details-marker { display: none; }
.el-qa summary::after { content: "+"; font-family: var(--sans); color: var(--plum); }
.el-qa details[open] summary::after { content: "\2212"; }
.el-qa p { margin: 0 0 1.2rem; color: var(--ink-2); max-width: 62ch; }

/* ── enquiry ────────────────────────────────────────────────────────── */

.el-enq { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; scroll-margin-top: 6rem; }
.el-enq__aside h2 { font-size: clamp(2.4rem, 1.6rem + 2.6vw, 3.8rem); margin-bottom: 1rem; }
.el-enq__aside p { color: var(--ink-2); }
@media (max-width: 58rem) { .el-enq { grid-template-columns: minmax(0, 1fr); } }
.el-form { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: clamp(1.4rem, 3.5vw, 2.4rem); display: grid; gap: 0.2rem; }
.el-field { display: grid; gap: 0.35rem; margin-bottom: 1rem; }
.el-field label { font-size: 0.86rem; font-weight: 600; }
.el-field input, .el-field textarea { font: inherit; color: var(--ink); background: var(--stone); border: 1px solid var(--line); border-radius: 10px; padding: 0.8rem 0.9rem; }
.el-field input:focus, .el-field textarea:focus { outline: 2px solid var(--plum); outline-offset: -1px; background: var(--white); }
.el-two { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1rem; }
@media (max-width: 34rem) { .el-two { grid-template-columns: 1fr; } }
.el-hp { position: absolute; left: -9999px; }
.el-send { display: grid; gap: 0.7rem; margin-top: 0.6rem; }
.el-send .el-btn { width: 100%; padding-block: 1.05rem; }
.el-send small { color: var(--ink-3); font-size: 0.84rem; }
.el-msg { margin: 0; font-size: 0.92rem; }
.el-msg[data-state="err"] { color: #a4262c; }
.el-thanks { background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--plum); border-radius: 16px; padding: clamp(1.6rem, 4vw, 2.6rem); }
.el-thanks:focus { outline: none; }
.el-thanks h3 { font-size: clamp(2rem, 1.5rem + 1.6vw, 2.8rem); margin-bottom: 1rem; }
.el-thanks p { color: var(--ink-2); }

/* dropdowns (select.js, prefix el-dd) */
.el-dd { position: relative; }
.el-dd__button { width: 100%; display: flex; align-items: center; min-height: 3.3rem; padding: 0.55rem 2.6rem 0.55rem 0.9rem; cursor: pointer; text-align: left; font: inherit; color: var(--ink); background: var(--stone); border: 1px solid var(--line); border-radius: 10px; position: relative; }
.el-dd__button::after { content: ""; position: absolute; right: 1rem; top: 50%; width: 0.45rem; height: 0.45rem; margin-top: -0.3rem; border-right: 1.5px solid var(--plum); border-bottom: 1.5px solid var(--plum); transform: rotate(45deg); transition: transform 0.2s; }
.el-dd.is-open .el-dd__button::after { transform: rotate(-135deg); margin-top: -0.05rem; }
.el-dd__button:focus-visible, .el-dd.is-open .el-dd__button { outline: 2px solid var(--plum); outline-offset: -1px; background: var(--white); }
.el-dd__button.is-placeholder .el-dd__title { color: var(--ink-3); }
.el-dd__value, .el-dd__option { display: flex; align-items: center; gap: 0.75rem; min-width: 0; }
.el-dd__list { position: absolute; z-index: 30; left: 0; right: 0; top: calc(100% + 0.35rem); max-height: 22rem; overflow-y: auto; background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 0.35rem; box-shadow: 0 24px 48px -26px rgba(30, 27, 34, 0.45); }
.el-dd__group { padding: 0.7rem 0.7rem 0.3rem; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--plum); }
.el-dd__option { padding: 0.55rem 0.7rem; border-radius: 8px; cursor: pointer; }
.el-dd__option.is-active { background: var(--stone); }
.el-dd__option.is-selected { background: var(--plum-tint); }
.el-dd__text { display: grid; min-width: 0; }
.el-dd__title { font-weight: 600; }
.el-dd__meta { font-size: 0.8rem; color: var(--ink-2); }
@media (max-width: 36rem) {
  .el-dd__list { position: fixed; z-index: 60; left: 0.6rem; right: 0.6rem; top: auto; bottom: calc(0.6rem + env(safe-area-inset-bottom)); max-height: 70vh; }
  .el-dd.is-open::before { content: ""; position: fixed; inset: 0; z-index: 59; background: rgba(30, 27, 34, 0.4); }
}

/* ── article ────────────────────────────────────────────────────────── */

.el-article { width: min(100% - 2 * var(--gutter), 46rem); margin-inline: auto; }
.el-crumbs { font-size: 0.86rem; color: var(--ink-3); margin-bottom: 1.4rem; }
.el-crumbs a { text-decoration: none; }
.el-crumbs a:hover { color: var(--plum); }
.el-article h1 { font-size: clamp(2.6rem, 1.8rem + 3vw, 4.4rem); margin-bottom: 0.8rem; }
.el-article__meta { color: var(--plum); font-weight: 600; font-size: 0.92rem; margin: 0 0 1.8rem; }
.el-article img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 14px; margin-bottom: 2rem; }
.el-article__body { color: var(--ink-2); }
.el-article__body > * + * { margin-top: 1rem; }

/* ── footer ─────────────────────────────────────────────────────────── */

.el-foot { background: var(--ink); color: #d8d4dc; padding-block: clamp(3.5rem, 7vw, 5.5rem) 2rem; }
.el-foot__in { width: var(--shell); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 4rem); padding-bottom: 2.4rem; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
.el-foot .el-foot__big p { margin: 0; font-family: var(--display); font-size: clamp(2.2rem, 1.5rem + 2.4vw, 3.6rem); line-height: 1.05; color: #fff; }
.el-foot .el-foot__big p + p { color: #e6b8da; }
.el-foot__cols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
.el-foot h2 { font-family: var(--sans); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #e6b8da; margin-bottom: 1rem; }
.el-foot p { margin: 0 0 0.5rem; font-size: 0.92rem; color: #bdb7c2; }
.el-foot a { text-decoration: none; }
.el-foot a:hover { color: #fff; }
.el-foot__nav { display: grid; gap: 0.45rem; font-size: 0.92rem; color: #bdb7c2; }
.el-foot .el-foot__fine { width: var(--shell); margin: 1.6rem auto 0; font-size: 0.8rem; color: #8a8490; }
@media (max-width: 52rem) { .el-foot__in { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 30rem) { .el-foot__cols { grid-template-columns: minmax(0, 1fr); } }

.el-empty { color: var(--ink-3); font-style: italic; }
