/* ==========================================================================
   St John the Divine, West Worthing
   ========================================================================== */

:root{
  --ink:#241c17;
  --ink-soft:#4a3d34;
  --ink-mute:#6f6156;

  --claret:#8a2231;
  --claret-deep:#66151f;
  --claret-tint:#f6e9e6;

  --gold:#b0812f;
  --gold-soft:#d9b878;

  --blue:#1f4e79;

  --parchment:#fbf8f1;
  --parchment-2:#f4eee1;
  --stone:#e7ded0;
  --stone-line:#ded2bf;

  --white:#ffffff;

  --serif:"Cormorant Garamond",Georgia,"Times New Roman",serif;
  --sans:"Source Sans 3","Segoe UI",system-ui,-apple-system,sans-serif;

  --wrap:1180px;
  --narrow:760px;
  --hero-pad:clamp(4rem,9vw,7rem);

  --r:4px;
  --r-lg:10px;

  --shadow:0 1px 2px rgba(36,28,23,.06),0 8px 24px -12px rgba(36,28,23,.18);
  --shadow-lg:0 2px 4px rgba(36,28,23,.06),0 24px 56px -20px rgba(36,28,23,.28);
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms!important;transition-duration:.001ms!important}
}
body{
  margin:0;
  font-family:var(--sans);
  font-size:1.0625rem;
  line-height:1.65;
  color:var(--ink-soft);
  background:var(--parchment);
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--claret);text-decoration-thickness:1px;text-underline-offset:3px}
a:hover{color:var(--claret-deep)}
:focus-visible{outline:3px solid var(--gold);outline-offset:2px;border-radius:2px}
/* Gold drops to 2.56:1 on a claret fill, so the ring turns white there. */
.btn--primary:focus-visible,
.topbar a:focus-visible,
.cta .btn:focus-visible{outline-color:#fff}

h1,h2,h3,h4{
  font-family:var(--serif);
  color:var(--ink);
  font-weight:600;
  line-height:1.15;
  margin:0 0 .5em;
  letter-spacing:-.005em;
}
h1{font-size:clamp(2.4rem,6vw,3.9rem)}
h2{font-size:clamp(1.85rem,4vw,2.6rem)}
h3{font-size:clamp(1.25rem,2.4vw,1.5rem)}
h4{font-size:1.1rem;font-family:var(--sans);font-weight:700;letter-spacing:.01em}
p{margin:0 0 1.1em}
p:last-child{margin-bottom:0}
strong{color:var(--ink);font-weight:600}
hr{border:0;border-top:1px solid var(--stone-line);margin:2.5rem 0}

.wrap{width:min(100% - 2.5rem,var(--wrap));margin-inline:auto}
.narrow{width:min(100% - 2.5rem,var(--narrow));margin-inline:auto}
.section{padding:clamp(3.25rem,7vw,5.5rem) 0}
.section--tight{padding:clamp(2.25rem,4vw,3.25rem) 0}
.section--parchment{background:var(--parchment-2)}
.section--stone{background:var(--stone)}
.section--ink{background:var(--ink);color:#d8cec3}
.section--ink h2,.section--ink h3{color:var(--parchment)}

.skip{
  position:absolute;left:-9999px;top:0;z-index:200;
  background:var(--claret);color:#fff;padding:.75rem 1.25rem;font-weight:600
}
.skip:focus{left:.5rem;top:.5rem}

/* ---------- Eyebrow / rule ---------- */
.eyebrow{
  font-family:var(--sans);
  font-size:.75rem;font-weight:700;
  letter-spacing:.18em;text-transform:uppercase;
  color:var(--claret);
  margin:0 0 .9rem;
  display:flex;align-items:center;gap:.7rem;
}
.eyebrow::after{content:"";flex:1;height:1px;background:var(--stone-line);max-width:5rem}
.section--ink .eyebrow{color:var(--gold-soft)}

.lead{font-size:1.2rem;line-height:1.6;color:var(--ink-soft)}
.centered{text-align:center}
.centered .eyebrow{justify-content:center}
.centered .eyebrow::after{display:none}

/* Section heading block: spans the full wrapper; only the running text
   is held to a comfortable line length. */
.sec-head{max-width:none}
.sec-head > h2,.sec-head > h1{max-width:none}
.sec-head > p{max-width:58rem}
.sec-head.centered > p{margin-inline:auto}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;gap:.55rem;
  font-family:var(--sans);font-weight:600;font-size:.98rem;
  padding:.8rem 1.5rem;border-radius:var(--r);
  border:1.5px solid transparent;
  text-decoration:none;cursor:pointer;
  transition:background .18s,color .18s,border-color .18s,transform .18s;
}
.btn:hover{transform:translateY(-1px)}
.btn--primary{background:var(--claret);color:#fff;border-color:var(--claret)}
.btn--primary:hover{background:var(--claret-deep);border-color:var(--claret-deep);color:#fff}
.btn--ghost{background:transparent;color:var(--ink);border-color:var(--stone-line)}
.btn--ghost:hover{border-color:var(--claret);color:var(--claret)}
.btn--light{background:rgba(255,255,255,.94);color:var(--claret);border-color:transparent}
.btn--light:hover{background:#fff;color:var(--claret-deep)}
.btn--outline-light{background:transparent;color:#fff;border-color:rgba(255,255,255,.6)}
.btn--outline-light:hover{background:rgba(255,255,255,.14);color:#fff;border-color:#fff}
.btn-row{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.6rem}

/* ---------- Top utility bar ---------- */
.topbar{
  background:var(--claret-deep);color:#f0dcd8;
  font-size:.83rem;letter-spacing:.01em;
}
.topbar__in{
  display:flex;flex-wrap:wrap;gap:.4rem 1.6rem;
  align-items:center;justify-content:space-between;
  padding:.55rem 0;
}
.topbar a{color:#fff;text-decoration:none}
.topbar a:hover{text-decoration:underline;color:#fff}
.topbar__set{display:flex;flex-wrap:wrap;gap:.4rem 1.4rem;align-items:center}
.topbar__item{display:inline-flex;align-items:center;gap:.45rem}
.topbar svg{width:14px;height:14px;flex:none;opacity:.85}

/* ---------- Header ---------- */
.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(251,248,241,.96);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--stone-line);
}
.site-header__in{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.7rem 0}

.brand{display:flex;align-items:center;gap:.85rem;text-decoration:none;flex:none}
.brand__mark{
  width:46px;height:46px;flex:none;border-radius:50%;
  background:var(--claret);
  display:grid;place-items:center;
}
.brand__mark img{width:26px;height:26px;object-fit:contain}
.brand__text{display:flex;flex-direction:column;line-height:1.1}
.brand__name{font-family:var(--serif);font-size:1.42rem;font-weight:600;color:var(--ink)}
.brand__sub{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:var(--ink-mute);font-weight:600;margin-top:.15rem}

.nav{display:flex;align-items:center;gap:.15rem}
.nav a{
  font-size:.94rem;font-weight:600;color:var(--ink-soft);
  text-decoration:none;padding:.55rem .72rem;border-radius:var(--r);
  transition:color .16s,background .16s;white-space:nowrap;
}
.nav a:hover{color:var(--claret);background:var(--claret-tint)}
.nav a[aria-current="page"]{color:var(--claret);box-shadow:inset 0 -2px 0 var(--claret)}
.nav .btn{margin-left:.6rem;padding:.6rem 1.1rem}

/* The button in the nav must out-rank `.nav a`, which would otherwise
   paint its label in body-text brown on the claret fill (1.17:1). */
.nav a.btn--primary,
.nav a.btn--primary[aria-current="page"]{
  color:#fff;background:var(--claret);border-color:var(--claret);box-shadow:none;
}
.nav a.btn--primary:hover,
.nav a.btn--primary[aria-current="page"]:hover{
  color:#fff;background:var(--claret-deep);border-color:var(--claret-deep);
}

.nav-toggle{
  display:none;align-items:center;gap:.5rem;
  background:transparent;border:1.5px solid var(--stone-line);border-radius:var(--r);
  padding:.5rem .8rem;font-family:var(--sans);font-weight:600;font-size:.9rem;color:var(--ink);cursor:pointer;
}
.nav-toggle svg{width:18px;height:18px}
.nav-toggle .icon-close{display:none}
.nav-toggle[aria-expanded="true"] .icon-open{display:none}
.nav-toggle[aria-expanded="true"] .icon-close{display:block}

@media (max-width:1040px){
  .nav-toggle{display:inline-flex}
  .nav{
    position:absolute;left:0;right:0;top:100%;
    flex-direction:column;align-items:stretch;gap:0;
    background:var(--parchment);
    border-bottom:1px solid var(--stone-line);
    box-shadow:var(--shadow-lg);
    padding:.6rem 1.25rem 1.4rem;
    display:none;
  }
  .nav.is-open{display:flex}
  .nav a{padding:.85rem .4rem;border-bottom:1px solid var(--stone-line);border-radius:0}
  .nav a[aria-current="page"]{box-shadow:none;background:var(--claret-tint)}
  .nav .btn{margin:1rem 0 0;justify-content:center}
}
@media (max-width:420px){
  .brand__name{font-size:1.15rem}
  .brand__sub{font-size:.6rem}
}

/* ---------- Hero ---------- */
.hero{position:relative;isolation:isolate;color:#fff;background:var(--ink)}
.hero__media{position:absolute;inset:0;z-index:-2;overflow:hidden}
.hero__media img{width:100%;height:100%;object-fit:cover;object-position:center 55%}
.hero::after{
  content:"";position:absolute;inset:0;z-index:-1;
  background:
    linear-gradient(180deg,rgba(28,18,14,.62) 0%,rgba(28,18,14,.42) 45%,rgba(28,18,14,.86) 100%),
    radial-gradient(120% 90% at 20% 40%,rgba(102,21,31,.42),transparent 65%);
}
/* Equal breathing space above and below the hero content. The service card
   below is pulled up over the hero by 4.5rem, so the bottom padding carries
   that back to keep the two visual gaps the same. */
.hero__in{
  padding-top:var(--hero-pad);
  padding-bottom:calc(var(--hero-pad) + 4.5rem);
}
/* Hero text is held to half the wrapper, with a floor so it does not
   collapse into a sliver on narrow screens. */
.hero__eyebrow,
.hero h1,
.hero__lead{max-width:max(50%,26rem)}
.hero h1{color:#fff;text-shadow:0 2px 24px rgba(0,0,0,.35);margin-bottom:.35em}
.hero__eyebrow{
  font-size:.76rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;
  color:var(--gold-soft);margin:0 0 1.1rem;
}
.hero__lead{font-size:clamp(1.08rem,2vw,1.3rem);color:#f0e8df;text-shadow:0 1px 12px rgba(0,0,0,.35)}

/* page hero (interior pages) */
.page-hero{
  position:relative;isolation:isolate;color:#fff;background:var(--claret-deep);
  padding:clamp(3rem,7vw,5rem) 0 clamp(2.5rem,5vw,3.5rem);
}
.page-hero__media{position:absolute;inset:0;z-index:-2;overflow:hidden}
.page-hero__media img{width:100%;height:100%;object-fit:cover}
.page-hero::after{
  content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(180deg,rgba(58,14,20,.82),rgba(38,12,16,.9));
}
.page-hero h1{color:#fff;margin-bottom:.25em}
.page-hero__lead{color:#f2e3df;font-size:1.12rem;max-width:58rem;margin:0}
.page-hero .eyebrow{color:var(--gold-soft)}
.page-hero .eyebrow::after{background:rgba(255,255,255,.28)}

/* breadcrumb */
.crumb{font-size:.84rem;color:rgba(255,255,255,.72);margin:0 0 .9rem}
.crumb a{color:rgba(255,255,255,.9)}

/* ---------- Service times ---------- */
.services-band{
  background:var(--white);
  border:1px solid var(--stone-line);
  border-radius:var(--r-lg);
  box-shadow:var(--shadow-lg);
  padding:clamp(1.6rem,3vw,2.4rem);
  margin-top:-4.5rem;position:relative;z-index:5;
}
.services-band__head{display:flex;flex-wrap:wrap;gap:.6rem 1.5rem;align-items:baseline;justify-content:space-between;margin-bottom:1.4rem}
.services-band__head h2{font-size:clamp(1.5rem,3vw,1.95rem);margin:0}
.services-grid{display:grid;gap:1px;background:var(--stone-line);border:1px solid var(--stone-line);border-radius:var(--r);overflow:hidden}
@media (min-width:720px){.services-grid{grid-template-columns:repeat(3,1fr)}}
.service{background:var(--white);padding:1.35rem 1.4rem}
.service__time{font-family:var(--serif);font-size:2rem;font-weight:600;color:var(--claret);line-height:1;margin-bottom:.35rem}
.service__name{font-weight:700;color:var(--ink);margin-bottom:.15rem}
.service__note{font-size:.9rem;color:var(--ink-mute);margin:0}

/* ---------- Grids & cards ---------- */
.grid{display:grid;gap:1.5rem}
.grid--2{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr))}
.grid--3{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))}
.grid--4{grid-template-columns:repeat(auto-fit,minmax(min(100%,230px),1fr))}

.card{
  background:var(--white);border:1px solid var(--stone-line);border-radius:var(--r-lg);
  padding:1.6rem;box-shadow:var(--shadow);
  display:flex;flex-direction:column;
}
.card h3{margin-bottom:.45rem}
.card p{color:var(--ink-soft)}
.card__icon{
  width:44px;height:44px;border-radius:50%;background:var(--claret-tint);
  display:grid;place-items:center;margin-bottom:1rem;flex:none;
}
.card__icon svg{width:21px;height:21px;stroke:var(--claret);fill:none;stroke-width:1.6}
.card__more{margin-top:auto;padding-top:1rem;font-weight:600;font-size:.94rem;text-decoration:none;display:inline-flex;align-items:center;gap:.4rem}
.card__more::after{content:"\2192";transition:transform .18s}
.card__more:hover::after{transform:translateX(3px)}

a.card{text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s}
a.card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:var(--gold-soft)}

/* ---------- Split (text + image) ---------- */
.split{display:grid;gap:clamp(2rem,5vw,3.5rem);align-items:center}
@media (min-width:900px){
  .split{grid-template-columns:1fr 1fr}
  .split--wide-text{grid-template-columns:1.25fr 1fr}
  .split--flip .split__media{order:-1}
}
.split__media img{width:100%;border-radius:var(--r-lg);box-shadow:var(--shadow-lg)}
.figure{margin:0}
.figure figcaption{font-size:.86rem;color:var(--ink-mute);margin-top:.7rem;font-style:italic}

/* framed image */
.framed{position:relative;border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-lg)}
.framed::after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.35);border-radius:var(--r-lg);pointer-events:none}

/* ---------- Tables ---------- */
.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--stone-line);border-radius:var(--r-lg);background:var(--white)}
table{width:100%;border-collapse:collapse;font-size:.98rem;min-width:420px}
caption{text-align:left;padding:1.1rem 1.3rem .4rem;font-weight:700;color:var(--ink);font-size:1.02rem}
th,td{padding:.85rem 1.3rem;text-align:left;border-bottom:1px solid var(--stone-line)}
thead th{
  font-size:.74rem;letter-spacing:.13em;text-transform:uppercase;color:var(--ink-mute);
  background:var(--parchment-2);font-weight:700;
}
tbody tr:last-child td{border-bottom:0}
tbody th{font-weight:600;color:var(--ink)}
td.time{font-variant-numeric:tabular-nums;font-weight:600;color:var(--claret);white-space:nowrap}
.table-note{font-size:.9rem;color:var(--ink-mute);margin-top:.9rem}

/* ---------- Definition / info list ---------- */
.info-list{list-style:none;margin:0;padding:0;display:grid;gap:1.15rem}
.info-list li{display:flex;gap:.9rem;align-items:flex-start}
.info-list svg{width:19px;height:19px;flex:none;margin-top:.3rem;stroke:var(--claret);fill:none;stroke-width:1.7}
.info-list strong{display:block;color:var(--ink)}
.info-list a{word-break:break-word}

.ticks{list-style:none;margin:0;padding:0;display:grid;gap:.7rem}
.ticks li{position:relative;padding-left:1.7rem}
.ticks li::before{
  content:"";position:absolute;left:0;top:.62em;width:8px;height:8px;
  background:var(--gold);border-radius:50%;
}

/* ---------- Entry blocks ---------- */
.entry{
  border-top:1px solid var(--stone-line);
  padding:1.7rem 0;
  display:grid;gap:.4rem 2.5rem;
}
@media (min-width:800px){.entry{grid-template-columns:15rem 1fr}}
.entry:last-child{border-bottom:1px solid var(--stone-line)}
.entry h3{margin:0;font-size:1.3rem}
.entry__body p:first-child{margin-top:0}

/* ---------- Timeline ---------- */
.timeline{list-style:none;margin:0;padding:0;position:relative}
.timeline::before{content:"";position:absolute;left:5.9rem;top:.6rem;bottom:.6rem;width:1px;background:var(--stone-line)}
.timeline li{position:relative;padding:0 0 1.9rem 8.5rem}
.timeline li:last-child{padding-bottom:0}
.timeline__year{
  position:absolute;left:0;top:0;width:5rem;text-align:right;
  font-family:var(--serif);font-size:1.32rem;font-weight:600;color:var(--claret);
}
.timeline li::before{
  content:"";position:absolute;left:5.55rem;top:.62rem;width:9px;height:9px;
  border-radius:50%;background:var(--gold);border:2px solid var(--parchment);box-shadow:0 0 0 2px var(--gold-soft);
}
@media (max-width:640px){
  .timeline::before{left:.35rem}
  .timeline li{padding-left:2.2rem}
  .timeline__year{position:static;text-align:left;width:auto;display:block;margin-bottom:.2rem}
  .timeline li::before{left:0;top:.55rem}
}

/* ---------- Quote ---------- */
.quote{
  font-family:var(--serif);font-size:clamp(1.5rem,3.2vw,2.15rem);
  line-height:1.35;color:var(--ink);font-style:italic;
  border-left:3px solid var(--gold);padding-left:clamp(1.2rem,3vw,2rem);margin:0;
}
.quote cite{display:block;font-size:.95rem;font-family:var(--sans);font-style:normal;color:var(--ink-mute);margin-top:1rem;letter-spacing:.02em}

/* ---------- Downloads ---------- */
.dl{
  display:flex;gap:1rem;align-items:flex-start;
  background:var(--white);border:1px solid var(--stone-line);border-radius:var(--r-lg);
  padding:1.3rem 1.4rem;text-decoration:none;box-shadow:var(--shadow);
  transition:transform .2s,box-shadow .2s,border-color .2s;
}
.dl:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);border-color:var(--gold-soft)}
.dl__icon{width:38px;height:38px;flex:none;border-radius:var(--r);background:var(--claret-tint);display:grid;place-items:center}
.dl__icon svg{width:18px;height:18px;stroke:var(--claret);fill:none;stroke-width:1.7}
.dl__t{font-weight:700;color:var(--ink);display:block;margin-bottom:.15rem}
.dl__d{font-size:.9rem;color:var(--ink-mute);display:block}

/* ---------- People ---------- */
.person{text-align:center}
.person img{
  width:170px;height:170px;object-fit:cover;object-position:center 22%;
  border-radius:50%;margin:0 auto 1.1rem;
  border:4px solid var(--white);box-shadow:var(--shadow-lg);
}
.person h3{margin-bottom:.15rem;font-size:1.28rem}
.person__role{color:var(--claret);font-weight:600;font-size:.94rem;margin:0 0 .6rem}
.person__contact{font-size:.92rem;color:var(--ink-mute);margin:0}
.person__contact a{color:var(--ink-soft)}

/* ---------- Gallery ---------- */
.gallery{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(min(100%,240px),1fr))}
.gallery button{
  padding:0;border:0;background:none;cursor:zoom-in;border-radius:var(--r-lg);overflow:hidden;
  box-shadow:var(--shadow);display:block;position:relative;aspect-ratio:4/3;width:100%;
}
.gallery img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.gallery button:hover img{transform:scale(1.04)}
.gallery figcaption{
  position:absolute;left:0;right:0;bottom:0;padding:1.6rem .9rem .7rem;
  background:linear-gradient(180deg,transparent,rgba(28,18,14,.82));
  color:#fff;font-size:.85rem;text-align:left;font-family:var(--sans);
}

.lightbox{
  position:fixed;inset:0;z-index:200;display:none;
  background:rgba(20,13,10,.94);
  padding:clamp(1rem,4vw,3rem);
  align-items:center;justify-content:center;flex-direction:column;gap:1rem;
}
.lightbox.is-open{display:flex}
.lightbox img{max-width:100%;max-height:78vh;object-fit:contain;border-radius:var(--r);box-shadow:0 30px 80px rgba(0,0,0,.6)}
.lightbox__cap{color:#e8ddd2;font-size:.95rem;text-align:center;max-width:44rem;margin:0}
.lightbox__close{
  position:absolute;top:1rem;right:1rem;width:44px;height:44px;border-radius:50%;
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.28);color:#fff;
  font-size:1.5rem;line-height:1;cursor:pointer;display:grid;place-items:center;
}
.lightbox__close:hover{background:rgba(255,255,255,.22)}

/* ---------- Callout ---------- */
.callout{
  background:var(--claret-tint);
  border-left:3px solid var(--claret);
  border-radius:0 var(--r-lg) var(--r-lg) 0;
  padding:1.4rem 1.6rem;
}
.callout h3{margin-bottom:.4rem;font-size:1.2rem}
.callout p:last-child{margin-bottom:0}
.callout--gold{background:#f9f0dd;border-left-color:var(--gold)}

/* ---------- CTA band ---------- */
.cta{
  background:linear-gradient(rgba(102,21,31,.93),rgba(60,12,18,.95)),var(--claret);
  color:#fff;text-align:center;
}
.cta h2{color:#fff}
.cta p{color:#f2ded9;margin-inline:auto}
.cta .btn-row{justify-content:center}

/* ---------- Link list ---------- */
.linklist{list-style:none;margin:0;padding:0;display:grid;gap:0}
.linklist li{border-bottom:1px solid var(--stone-line)}
.linklist a{
  display:flex;justify-content:space-between;align-items:baseline;gap:1.5rem;
  padding:1rem .2rem;text-decoration:none;color:var(--ink);font-weight:600;
}
.linklist a:hover{color:var(--claret)}
.linklist span{font-weight:400;font-size:.9rem;color:var(--ink-mute);text-align:right}

/* ---------- Map ---------- */
.map{border:0;width:100%;height:420px;border-radius:var(--r-lg);box-shadow:var(--shadow-lg);display:block;background:var(--stone)}

/* ---------- Footer ---------- */
.site-footer{background:var(--ink);color:#b9aa9c;font-size:.95rem;padding:clamp(3rem,6vw,4.5rem) 0 2rem}
.site-footer h2{color:var(--parchment);font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;margin-bottom:1.1rem;font-weight:700}
.site-footer a{color:#d9cec2;text-decoration:none}
.site-footer a:hover{color:#fff;text-decoration:underline}
.footer-grid{display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,210px),1fr))}
.footer-brand{max-width:24rem}
.footer-brand .brand__name{color:var(--parchment);font-size:1.5rem}
.footer-brand .brand__sub{color:#93857a}
.footer-brand .brand__mark{background:rgba(255,255,255,.1)}
.footer-brand p{margin-top:1.1rem;color:#a09184}
.footer-list{list-style:none;margin:0;padding:0;display:grid;gap:.6rem}
.footer-bottom{
  margin-top:3rem;padding-top:1.6rem;border-top:1px solid rgba(255,255,255,.12);
  display:flex;flex-wrap:wrap;gap:.6rem 2rem;justify-content:space-between;
  font-size:.85rem;color:#9a8b7e;
}
.social{display:flex;gap:.6rem;margin-top:1.3rem}
.social a{
  width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.09);
  display:grid;place-items:center;transition:background .18s;
}
.social a:hover{background:var(--claret)}
.social svg{width:17px;height:17px;fill:#e0d5c9}
