@font-face {
  font-family: "Bricolage";
  src: url("fonts/bricolage-grotesque-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("fonts/instrument-serif-italic-latin.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

:root {
  --green: #2d4a2d;
  --green-deep: #19331f;
  --green-soft: #dce6d8;
  --cream: #f7f2e8;
  --cream-deep: #ede4d2;
  --coral: #c56d54;
  --coral-soft: #efd8cc;
  --ink: #1d221b;
  --muted: #687267;
  --line: rgba(45, 74, 45, 0.18);
  --white: #fffdf8;
  --page: 1180px;
  --ease: cubic-bezier(.2, .75, .25, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Bricolage", system-ui, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p, blockquote, address { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
::selection { background: var(--coral); color: var(--white); }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; border-radius: 4px; }

.page-width { width: min(var(--page), calc(100% - 64px)); margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; transform: translateY(-160%); background: var(--green); color: var(--white); padding: 10px 16px; border-radius: 99px; transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.notice-bar { background: var(--green-deep); color: rgba(255,253,248,.82); font-size: 12px; letter-spacing: .04em; }
.notice-inner { display: flex; align-items: center; gap: 10px; min-height: 34px; }
.open-indicator { width: 7px; height: 7px; background: #a3d478; border-radius: 50%; box-shadow: 0 0 0 4px rgba(163,212,120,.12); }
.notice-divider { width: 1px; height: 13px; background: rgba(255,255,255,.22); margin-inline: 4px; }
.notice-route { margin-left: auto; color: var(--white); font-weight: 600; transition: color .2s; }
.notice-route:hover { color: #bddaa7; }

.site-header { position: sticky; z-index: 20; top: 0; background: rgba(247,242,232,.9); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: border-color .3s, box-shadow .3s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 26px rgba(45,74,45,.08); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 17px; }
.brand img { width: 202px; height: auto; }
.brand-location { border-left: 1px solid var(--line); padding-left: 17px; color: var(--green); font-size: 10px; font-weight: 800; line-height: 1.2; letter-spacing: .18em; }
.brand-location small { display: inline-block; margin-top: 4px; color: var(--muted); font-size: 9px; font-weight: 500; letter-spacing: .04em; }
.site-nav { display: flex; align-items: center; gap: 30px; color: var(--green); font-size: 14px; font-weight: 600; }
.site-nav > a:not(.nav-order) { position: relative; }
.site-nav > a:not(.nav-order)::after { position: absolute; content: ""; bottom: -8px; left: 0; width: 100%; height: 2px; background: var(--coral); transform: scaleX(0); transform-origin: left; transition: transform .24s var(--ease); }
.site-nav > a:not(.nav-order):hover::after { transform: scaleX(1); }
.nav-order { display: inline-flex; align-items: center; gap: 11px; padding: 12px 18px; border-radius: 100px; background: var(--green); color: var(--white); transition: background .2s, transform .2s; }
.nav-order:hover { background: var(--green-deep); transform: translateY(-2px); }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 11px; cursor: pointer; }
.menu-toggle > span:not(.visually-hidden) { display: block; height: 2px; margin: 5px 0; background: var(--green); transition: transform .25s, opacity .25s; }
.menu-toggle.is-open > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open > span:nth-child(2) { transform: translateY(0) rotate(-45deg); }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(460px, 1.05fr); gap: 36px; min-height: 670px; padding-top: 70px; padding-bottom: 84px; }
.hero-copy { align-self: center; max-width: 555px; padding-left: 22px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.eyebrow-line { width: 35px; height: 2px; display: inline-block; background: currentColor; }
h1, h2 { color: var(--green); font-weight: 800; letter-spacing: -.055em; line-height: .94; }
h1 { margin-top: 22px; font-size: clamp(62px, 7.4vw, 102px); }
h1 em, h2 em, h3 em { color: var(--coral); font-family: "Instrument Serif", Georgia, serif; font-weight: 400; letter-spacing: -.02em; }
.hero-intro { max-width: 430px; margin-top: 28px; color: #536056; font-size: 17px; line-height: 1.62; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; border-radius: 100px; padding: 14px 20px; font-size: 14px; font-weight: 700; transition: transform .2s, background .2s, border-color .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--green); color: var(--white); }
.button-dark:hover { background: var(--green-deep); }
.button-cream { background: var(--cream); color: var(--green); }
.button-cream:hover { background: var(--white); }
.button-outline { border-color: rgba(45,74,45,.36); color: var(--green); }
.button-outline:hover { background: var(--green); border-color: var(--green); color: var(--white); }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--green); font-size: 13px; font-weight: 800; border-bottom: 1px solid var(--green); padding-bottom: 4px; transition: gap .2s, color .2s; }
.text-link:hover { gap: 15px; color: var(--coral); }
.text-link-terra { color: var(--coral); border-color: var(--coral); }
.hero-meta { display: flex; align-items: center; gap: 12px; margin-top: 47px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.hero-meta strong { color: var(--green); font-size: 13px; }
.meta-avatar { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 auto; border: 1px solid var(--coral); border-radius: 50%; color: var(--coral); font-family: "Instrument Serif", Georgia, serif; font-size: 20px; }
.hero-visual { position: relative; min-height: 555px; }
.hero-olive-shape { position: absolute; top: 10px; right: -55px; width: min(460px, 94%); height: 530px; background: var(--green-soft); border-radius: 48% 52% 50% 44% / 37% 39% 61% 63%; transform: rotate(5deg); }
.hero-photo { position: absolute; overflow: hidden; background: var(--cream-deep); box-shadow: 0 24px 48px rgba(45,74,45,.18); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-main { top: 45px; right: 56px; width: min(440px, 80%); height: 390px; border: 12px solid var(--white); transform: rotate(3.5deg); }
.hero-photo-small { bottom: 4px; left: 12px; width: 185px; height: 185px; border: 9px solid var(--white); transform: rotate(-7deg); }
.hero-stamp { position: absolute; right: -5px; bottom: 96px; display: grid; place-items: center; width: 118px; height: 118px; padding: 16px; border-radius: 50%; background: var(--coral); color: var(--white); text-align: center; transform: rotate(10deg); box-shadow: 0 8px 18px rgba(197,109,84,.25); }
.hero-stamp span { margin-bottom: -8px; font-family: "Instrument Serif", Georgia, serif; font-size: 20px; }
.hero-stamp strong { font-size: 19px; line-height: 1; letter-spacing: -.03em; }
.hero-stamp small { font-size: 7px; letter-spacing: .05em; white-space: nowrap; }
.hero-caption { position: absolute; top: 18px; left: 4px; color: var(--green); font-size: 11px; font-weight: 700; letter-spacing: .04em; transform: rotate(-90deg) translateX(-100%); transform-origin: left top; }
.caption-dot { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border: 1px solid var(--coral); border-radius: 50%; }
.scroll-cue { position: absolute; right: 0; bottom: 34px; display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-arrow { color: var(--coral); font-size: 18px; font-weight: 400; }

.service-line { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,253,248,.34); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.service-item { display: flex; align-items: center; gap: 14px; min-height: 103px; padding: 17px 24px; border-right: 1px solid var(--line); }
.service-item:first-child { padding-left: 0; }
.service-item:last-child { border-right: 0; }
.service-number { align-self: flex-start; margin-top: 3px; color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: .09em; }
.service-item strong, .service-item small { display: block; }
.service-item strong { color: var(--green); font-size: 15px; }
.service-item small { margin-top: 3px; color: var(--muted); font-size: 11px; }

.menu-section { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(450px, 1fr); gap: clamp(60px, 10vw, 145px); padding-top: 142px; padding-bottom: 150px; }
.menu-intro { max-width: 340px; }
.menu-intro h2 { margin-top: 21px; font-size: clamp(42px, 4.2vw, 63px); }
.menu-intro > p:not(.eyebrow) { margin-top: 25px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.menu-intro .text-link { margin-top: 26px; }
.menu-list { border-top: 1px solid var(--line); }
.menu-row { display: grid; grid-template-columns: 40px 1fr 34px; gap: 22px; align-items: center; min-height: 122px; padding: 19px 8px 19px 0; border-bottom: 1px solid var(--line); transition: padding .24s var(--ease), background .24s; }
.menu-row:hover { padding-left: 15px; padding-right: 0; background: rgba(220,230,216,.45); }
.menu-row-featured { min-height: 145px; background: var(--coral-soft); }
.menu-row-featured:hover { background: #ead0c4; }
.menu-index { align-self: start; padding-top: 4px; color: var(--coral); font-size: 11px; font-weight: 800; }
.menu-row-copy h3 { color: var(--green); font-size: 22px; letter-spacing: -.03em; }
.menu-row-copy p { max-width: 420px; margin-top: 6px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.menu-mark { align-self: start; padding-top: 2px; color: var(--coral); font-size: 21px; transition: transform .2s; }
.menu-row:hover .menu-mark { transform: translate(3px, -3px); }

.quote-section { overflow: hidden; background: var(--green); color: var(--cream); }
.quote-grid { display: grid; grid-template-columns: .55fr 1.15fr .55fr; align-items: center; gap: 48px; min-height: 350px; padding-top: 40px; padding-bottom: 40px; }
.quote-side { display: flex; align-items: center; gap: 14px; color: #bfd3b8; font-size: 12px; font-weight: 700; line-height: 1.4; letter-spacing: .04em; }
.quote-scribble { color: var(--coral); font-size: 33px; }
blockquote { position: relative; color: var(--cream); font-family: "Instrument Serif", Georgia, serif; font-size: clamp(35px, 4.5vw, 59px); line-height: .97; text-align: center; }
.quote-note { color: #bfd3b8; font-size: 12px; line-height: 1.5; }

.order-section { padding-top: 142px; padding-bottom: 150px; }
.order-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.order-head h2 { margin-top: 21px; font-size: clamp(48px, 5.5vw, 78px); }
.order-head > p { max-width: 330px; margin-bottom: 4px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.order-options { display: grid; grid-template-columns: 1.06fr .94fr; gap: 20px; margin-top: 60px; }
.order-card { min-height: 410px; padding: 34px 37px 37px; display: flex; flex-direction: column; }
.order-card-primary { background: var(--green); color: var(--cream); }
.order-card-light { background: var(--cream-deep); color: var(--green); }
.order-card-top { display: flex; justify-content: space-between; align-items: center; }
.order-label { font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.order-card-primary .order-label { color: #b7cfab; }
.order-card-light .order-label { color: var(--coral); }
.order-arrow { font-size: 27px; line-height: 1; }
.order-card-primary .order-arrow { color: var(--coral); }
.order-card-icon { margin-top: 38px; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.order-card-primary .order-card-icon { color: var(--coral); }
.order-card-light .order-card-icon { color: var(--coral); }
.order-card h3 { margin-top: 12px; font-size: clamp(32px, 3.3vw, 50px); line-height: .93; letter-spacing: -.055em; }
.order-card-primary h3 { color: var(--cream); }
.order-card p { max-width: 455px; margin-top: 19px; font-size: 14px; line-height: 1.62; }
.order-card-primary p { color: #c9d4c2; }
.order-card-light p { color: var(--muted); }
.order-card .button { align-self: flex-start; margin-top: auto; }

.place-section { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); align-items: center; gap: clamp(56px, 9vw, 124px); padding-bottom: 150px; }
.place-image { position: relative; }
.place-image img { width: 100%; aspect-ratio: 1.33; object-fit: cover; }
.image-note { position: absolute; right: -31px; bottom: -27px; display: grid; place-items: center; width: 105px; height: 105px; border-radius: 50%; background: var(--coral); color: var(--white); font-family: "Instrument Serif", Georgia, serif; font-size: 21px; line-height: .95; text-align: center; transform: rotate(8deg); }
.place-copy h2 { margin-top: 21px; font-size: clamp(42px, 4.5vw, 66px); }
.place-copy > p:not(.eyebrow) { max-width: 390px; margin-top: 26px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.place-facts { display: flex; gap: 29px; margin-top: 28px; }
.place-facts span { display: block; padding-right: 28px; border-right: 1px solid var(--line); }
.place-facts span:last-child { padding-right: 0; border-right: 0; }
.place-facts strong, .place-facts small { display: block; }
.place-facts strong { color: var(--green); font-size: 16px; }
.place-facts small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.place-copy .text-link { margin-top: 30px; }

.contact-section { background: var(--green-deep); color: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 420px; padding-top: 80px; padding-bottom: 80px; }
.eyebrow-light { color: #b2d09f; }
.contact-copy h2 { margin-top: 22px; color: var(--cream); font-size: clamp(50px, 6vw, 86px); }
.contact-copy h2 em { color: var(--coral); }
address { margin-top: 35px; color: #bed1b8; font-size: 15px; font-style: normal; line-height: 1.55; }
address strong { color: var(--cream); font-size: 18px; }
.contact-actions { display: flex; align-items: center; gap: 24px; margin-top: 27px; }
.contact-phone { color: var(--cream); font-size: 13px; font-weight: 700; border-bottom: 1px solid rgba(247,242,232,.4); padding-bottom: 3px; }
.contact-visual { position: relative; display: grid; place-items: center; align-content: center; min-height: 260px; }
.contact-circle { display: grid; place-items: center; width: 215px; height: 215px; border: 1px solid rgba(247,242,232,.35); border-radius: 50%; color: var(--coral); font-size: 33px; font-weight: 800; line-height: .8; letter-spacing: .08em; text-align: center; transform: rotate(-12deg); }
.contact-circle span { color: var(--cream); font-family: "Instrument Serif", Georgia, serif; font-size: 22px; font-weight: 400; letter-spacing: 0; }
.contact-visual p { position: absolute; right: 5%; bottom: 13%; color: #b8ccb1; font-family: "Instrument Serif", Georgia, serif; font-size: 22px; line-height: .96; transform: rotate(7deg); }

.site-footer { padding-top: 54px; padding-bottom: 20px; background: var(--cream); color: var(--green); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 30px; padding-bottom: 58px; }
.footer-brand span { display: block; font-size: 26px; font-weight: 800; letter-spacing: -.06em; }
.footer-brand span em { color: var(--coral); font-family: "Instrument Serif", Georgia, serif; font-weight: 400; }
.footer-brand small { display: block; margin-top: 7px; color: var(--muted); font-family: "Instrument Serif", Georgia, serif; font-size: 16px; }
.footer-links, .footer-social { display: flex; justify-content: center; gap: 21px; font-size: 12px; font-weight: 700; }
.footer-links a:hover, .footer-social a:hover { color: var(--coral); }
.footer-social { justify-content: end; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 17px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .03em; }

.reveal { opacity: 1; transform: none; }
.has-reveal .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.has-reveal .hero-copy.reveal, .has-reveal .hero-visual.reveal { opacity: 1; transform: none; }
.has-reveal .reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .24s; }

@media (max-width: 900px) {
  .page-width { width: min(var(--page), calc(100% - 42px)); }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 170px; }
  .brand-location { display: none; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: calc(100% + 1px); right: 21px; left: 21px; display: grid; gap: 0; padding: 10px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 20px 40px rgba(45,74,45,.15); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .2s, transform .2s; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav > a { padding: 13px 12px; }
  .site-nav > a:not(.nav-order)::after { display: none; }
  .nav-order { justify-content: center; margin-top: 6px; }
  .hero { grid-template-columns: 1fr; padding-top: 58px; padding-bottom: 80px; }
  .hero-copy { padding-left: 0; }
  .hero-visual { min-height: 520px; max-width: 630px; width: 100%; margin: 0 auto; }
  .scroll-cue { display: none; }
  .menu-section { gap: 54px; padding-top: 105px; padding-bottom: 110px; }
  .quote-grid { grid-template-columns: .45fr 1.2fr .5fr; gap: 25px; }
  .quote-side { font-size: 10px; }
  .quote-note { font-size: 11px; }
  .place-section { gap: 56px; padding-bottom: 110px; }
}

@media (max-width: 640px) {
  .page-width { width: calc(100% - 36px); }
  .notice-inner { min-height: 36px; font-size: 10px; white-space: nowrap; overflow: hidden; }
  .notice-route { display: none; }
  .notice-divider { margin-left: auto; }
  .nav-wrap { min-height: 66px; }
  .brand img { width: 159px; }
  .hero { min-height: 0; padding-top: 49px; padding-bottom: 69px; }
  h1 { font-size: clamp(56px, 16vw, 84px); }
  .hero-intro { margin-top: 23px; font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; margin-top: 27px; }
  .hero-meta { margin-top: 35px; }
  .hero-visual { min-height: 390px; margin-top: 18px; }
  .hero-olive-shape { top: 23px; right: -33px; width: 91%; height: 345px; }
  .hero-photo-main { top: 42px; right: 26px; width: 82%; height: 261px; border-width: 8px; }
  .hero-photo-small { bottom: 0; left: 2px; width: 125px; height: 125px; border-width: 6px; }
  .hero-stamp { right: -3px; bottom: 61px; width: 91px; height: 91px; padding: 11px; }
  .hero-stamp span { margin-bottom: -5px; font-size: 15px; }
  .hero-stamp strong { font-size: 15px; }
  .hero-stamp small { font-size: 5px; }
  .hero-caption { top: 14px; left: 0; font-size: 9px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-item { min-height: 86px; padding: 14px 0 14px 13px; border-bottom: 1px solid var(--line); border-right: 0; }
  .service-item:nth-child(odd) { padding-left: 0; padding-right: 13px; border-right: 1px solid var(--line); }
  .service-item:nth-last-child(-n+2) { border-bottom: 0; }
  .service-item strong { font-size: 13px; }
  .service-item small { font-size: 10px; }
  .menu-section { display: block; padding-top: 82px; padding-bottom: 86px; }
  .menu-intro { max-width: 100%; }
  .menu-intro h2 { font-size: 44px; }
  .menu-list { margin-top: 49px; }
  .menu-row { grid-template-columns: 29px 1fr 23px; gap: 10px; min-height: 123px; padding: 18px 0; }
  .menu-row-featured { min-height: 143px; padding-left: 8px; padding-right: 8px; }
  .menu-row-copy h3 { font-size: 18px; }
  .menu-row-copy p { font-size: 12px; }
  .quote-grid { display: block; min-height: 0; padding-top: 72px; padding-bottom: 74px; }
  .quote-side { margin-bottom: 33px; }
  blockquote { text-align: left; font-size: 47px; }
  .quote-note { max-width: 190px; margin-top: 38px; margin-left: auto; }
  .order-section { padding-top: 84px; padding-bottom: 90px; }
  .order-head { display: block; }
  .order-head h2 { font-size: 56px; }
  .order-head > p { margin-top: 26px; font-size: 14px; }
  .order-options { display: block; margin-top: 43px; }
  .order-card { min-height: 395px; padding: 28px 25px 27px; }
  .order-card + .order-card { margin-top: 14px; }
  .order-card h3 { font-size: 42px; }
  .place-section { display: flex; flex-direction: column-reverse; align-items: stretch; gap: 54px; padding-bottom: 90px; }
  .place-image { margin-right: 12px; }
  .image-note { right: -16px; bottom: -17px; width: 86px; height: 86px; font-size: 18px; }
  .place-copy h2 { font-size: 46px; }
  .place-copy > p:not(.eyebrow) { font-size: 14px; }
  .contact-grid { display: block; min-height: 0; padding-top: 71px; padding-bottom: 66px; }
  .contact-copy h2 { font-size: 58px; }
  .contact-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .contact-visual { min-height: 265px; margin-top: 45px; }
  .contact-circle { width: 190px; height: 190px; font-size: 27px; }
  .contact-visual p { right: 3%; bottom: 7%; font-size: 19px; }
  .site-footer { padding-top: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 20px; padding-bottom: 42px; }
  .footer-brand { grid-column: span 2; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .footer-social { justify-content: flex-start; flex-wrap: wrap; }
  .footer-bottom { display: block; line-height: 1.6; }
  .footer-bottom span { display: block; }
  .footer-bottom span + span { margin-top: 7px; }
}

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