:root {
  --brand-bg: #1b3333;
  --brand-bg-deep: #122827;
  --brand-green: #244c49;
  --gold: #dfad76;
  --gold-soft: #ebc99f;
  --cream: #f4eee5;
  --cream-light: #fbf8f3;
  --ink: #192524;
  --muted: #65706f;
  --white: #fff;
  --line: rgba(27, 51, 51, .15);
  --container: 1240px;
  --radius: 28px;
  --shadow: 0 28px 70px rgba(11, 32, 31, .16);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 116px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream-light);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
::selection { color: var(--brand-bg-deep); background: var(--gold-soft); }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 15px; color: var(--brand-bg); background: var(--gold-soft); transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: var(--white);
  background: var(--brand-bg);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.header-shell {
  width: min(calc(100% - 48px), 1400px);
  min-height: 112px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 270px 1fr auto;
  align-items: center;
  gap: 36px;
}
.brand { display: block; width: 255px; }
.brand img { aspect-ratio: 1453 / 654; object-fit: contain; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2vw, 34px); }
.main-nav a { position: relative; color: rgba(255,255,255,.92); text-decoration: none; font-size: .82rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform .25s ease; transform-origin: left; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-phone { text-decoration: none; line-height: 1.2; }
.header-phone span, .header-phone strong { display: block; }
.header-phone span { color: var(--gold-soft); font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.header-phone strong { margin-top: 4px; font-family: Georgia, serif; font-size: 1rem; }
.header-cta { display: inline-flex; min-height: 50px; align-items: center; padding: 11px 20px; color: var(--brand-bg-deep); background: var(--gold-soft); border-radius: 999px; text-decoration: none; font-size: .76rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.header-cta:hover { background: var(--white); transform: translateY(-2px); }
.nav-toggle { display: none; width: 48px; height: 48px; padding: 10px; border: 1px solid rgba(255,255,255,.16); background: transparent; border-radius: 50%; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 6px 0; background: var(--white); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; overflow: hidden; padding: clamp(82px, 9vw, 142px) 0 100px; color: var(--white); background: var(--brand-bg); }
.hero::after { content: ""; position: absolute; right: -10vw; bottom: -28vw; width: 56vw; height: 56vw; border: 1px solid rgba(223,173,118,.26); border-radius: 50%; box-shadow: 0 0 0 72px rgba(223,173,118,.045), 0 0 0 144px rgba(223,173,118,.025); }
.hero-ornament { position: absolute; top: 2%; left: 2%; color: rgba(255,255,255,.018); font-family: Georgia, serif; font-size: min(30vw, 30rem); line-height: 1; pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(60px, 8vw, 126px); }
.eyebrow { margin: 0 0 18px; color: #9a7048; font-size: .74rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-light { color: var(--gold-soft); }
h1, h2, h3, blockquote { font-family: Georgia, "Times New Roman", serif; font-weight: 500; text-wrap: balance; }
h1 { max-width: 770px; margin: 0; font-size: clamp(3.9rem, 7vw, 7.3rem); line-height: .95; letter-spacing: -.058em; }
h2 { margin: 0; font-size: clamp(2.55rem, 4.5vw, 4.8rem); line-height: 1.02; letter-spacing: -.045em; }
h3 { margin: 0; font-size: clamp(1.5rem, 2.2vw, 2rem); line-height: 1.08; }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.74); font-size: clamp(1.02rem, 1.35vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin: 36px 0 48px; }
.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; padding: 14px 26px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-size: .84rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(0,0,0,.14); }
.button-gold { color: var(--brand-bg-deep); background: var(--gold-soft); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.38); background: transparent; }
.text-button { display: inline-flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; font-weight: 800; }
.text-button span { display: grid; width: 34px; height: 34px; place-content: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.text-button.dark { color: var(--brand-bg); }
.text-button.dark span { border-color: var(--line); }
.hero-proof { display: flex; max-width: 420px; align-items: center; gap: 20px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14); }
.proof-number { color: var(--gold-soft); font-family: Georgia, serif; font-size: 3.25rem; line-height: 1; }
.hero-proof p { margin: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { color: var(--white); }
.hero-proof span { margin-top: 2px; color: rgba(255,255,255,.58); font-size: .82rem; }
.hero-visual { position: relative; min-width: 0; }
.hero-image-card { margin: 0; padding: 10px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 46% 46% 12px 12px; }
.hero-image-card img { aspect-ratio: .89 / 1; object-fit: cover; border-radius: inherit; }
.hero-floating-card { position: absolute; left: -46px; bottom: 72px; width: min(280px, 72%); padding: 21px 24px; color: var(--brand-bg-deep); background: var(--gold-soft); box-shadow: var(--shadow); }
.hero-floating-card span, .hero-floating-card strong { display: block; }
.hero-floating-card span { font-size: .66rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero-floating-card strong { margin-top: 5px; font-family: Georgia, serif; font-size: 1.2rem; }
.round-link { position: absolute; right: -30px; bottom: -30px; display: grid; width: 104px; height: 104px; place-content: center; color: var(--white); background: var(--brand-green); border: 8px solid var(--brand-bg); border-radius: 50%; text-decoration: none; text-align: center; }
.round-link span { font-size: .67rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.round-link b { font-size: 1.25rem; }

.section { padding: clamp(90px, 9vw, 140px) 0; }
.section-heading { max-width: 940px; margin-bottom: 56px; }
.heading-split { max-width: none; display: grid; grid-template-columns: 1.18fr .82fr; align-items: end; gap: clamp(40px, 7vw, 100px); }
.heading-split > p { margin: 0 0 6px; color: var(--muted); font-size: 1.03rem; }
.showcase { background: var(--cream-light); }
.showcase-media { position: relative; min-height: 670px; overflow: hidden; background: var(--brand-bg); border-radius: var(--radius); box-shadow: var(--shadow); }
.showcase-media > img { height: 100%; min-height: 670px; object-fit: cover; }
.showcase-stat { position: absolute; top: 0; right: 0; display: grid; width: 210px; height: 210px; place-content: center; color: var(--brand-bg-deep); text-align: center; background: var(--gold-soft); border-radius: 0 0 0 110px; }
.showcase-stat strong, .showcase-stat span { display: block; }
.showcase-stat strong { font-family: Georgia, serif; font-size: 3.4rem; line-height: 1; }
.showcase-stat span { margin-top: 7px; font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.showcase-caption { position: absolute; bottom: 0; left: 0; width: min(500px, 70%); padding: 28px 32px; color: var(--white); background: rgba(18,40,39,.92); }
.showcase-caption span { color: var(--gold-soft); font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.showcase-caption p { margin: 8px 0 0; color: rgba(255,255,255,.76); }

.services { background: var(--cream); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { overflow: hidden; background: var(--cream-light); border-radius: var(--radius); transition: transform .3s ease, box-shadow .3s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.service-card a { display: block; height: 100%; text-decoration: none; }
.service-card figure { margin: 0; overflow: hidden; }
.service-card img { aspect-ratio: 1.06 / .82; object-fit: cover; transition: transform .5s ease; }
.service-card:hover img { transform: scale(1.035); }
.service-card-body { position: relative; min-height: 260px; padding: 30px 32px 34px; }
.service-index { display: block; margin-bottom: 28px; color: #9a7048; font-size: .7rem; font-weight: 900; letter-spacing: .18em; }
.service-card p { margin: 14px 44px 0 0; color: var(--muted); }
.card-arrow { position: absolute; right: 26px; bottom: 28px; display: grid; width: 43px; height: 43px; place-content: center; border: 1px solid var(--line); border-radius: 50%; }

.section-dark { padding: clamp(90px, 9vw, 140px) 0; color: var(--white); background: var(--brand-bg-deep); }
.story-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(50px, 8vw, 120px); }
.story-copy h2 { margin-bottom: 28px; }
.story-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.story-copy .button { margin-top: 22px; }
.story-media { margin: 0; }
.story-media img { aspect-ratio: 1.15 / .93; object-fit: cover; border-radius: var(--radius); }
.story-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 80px; padding-top: 38px; border-top: 1px solid rgba(255,255,255,.13); }
.story-stats div { padding-right: 20px; }
.story-stats strong, .story-stats span { display: block; }
.story-stats strong { color: var(--gold-soft); font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1; }
.story-stats span { margin-top: 9px; color: rgba(255,255,255,.58); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.marquee { overflow: hidden; padding: 22px 0; color: var(--brand-bg-deep); background: var(--gold-soft); }
.marquee-track { display: flex; width: max-content; align-items: center; gap: 28px; animation: marquee 34s linear infinite; }
.marquee span { font-family: Georgia, serif; font-size: clamp(1.6rem, 3vw, 2.9rem); white-space: nowrap; }
.marquee i { font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.portfolio { background: var(--cream-light); }
.portfolio-grid { display: grid; grid-template-columns: 1.35fr .82fr; grid-template-rows: repeat(2, 320px); gap: 22px; }
.portfolio-item { position: relative; min-width: 0; margin: 0; overflow: hidden; background: var(--brand-bg); border-radius: var(--radius); }
.portfolio-large { grid-row: 1 / span 2; }
.portfolio-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.portfolio-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(9,28,27,.92), transparent 62%); }
.portfolio-item:hover img { transform: scale(1.035); }
.portfolio-item figcaption { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 30px; color: var(--white); }
.portfolio-item figcaption span, .portfolio-item figcaption strong { display: block; }
.portfolio-item figcaption span { color: var(--gold-soft); font-size: .67rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.portfolio-item figcaption strong { margin-top: 5px; font-family: Georgia, serif; font-size: 1.55rem; }

.process { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.process-copy > p:not(.eyebrow) { color: var(--muted); }
.process-list { margin: 34px 0 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 23px 0; border-top: 1px solid var(--line); }
.process-list li > span { color: #9a7048; font-size: .74rem; font-weight: 900; letter-spacing: .13em; }
.process-list strong { font-family: Georgia, serif; font-size: 1.22rem; }
.process-list p { margin: 4px 0 0; color: var(--muted); font-size: .9rem; }
.process-media { position: relative; margin: 0; }
.process-media img { min-height: 630px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.process-media blockquote { position: absolute; right: -22px; bottom: 28px; width: min(410px, 78%); margin: 0; padding: 26px 30px; color: var(--white); background: var(--brand-bg); border-left: 3px solid var(--gold); font-size: 1.38rem; line-height: 1.25; }

.contact-band { padding: clamp(84px, 9vw, 130px) 0; color: var(--white); background: radial-gradient(circle at 8% 10%, rgba(223,173,118,.18), transparent 28rem), var(--brand-bg); }
.contact-band-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: start; gap: clamp(50px, 8vw, 110px); }
.contact-band-copy h2 { margin-bottom: 24px; }
.contact-band-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.contact-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.contact-points span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: .78rem; font-weight: 800; }
.quote-form { padding: clamp(28px, 4vw, 48px); color: var(--ink); background: var(--cream-light); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: block; margin-bottom: 16px; color: var(--brand-bg-deep); font-size: .8rem; font-weight: 900; }
.quote-form input, .quote-form textarea { width: 100%; margin-top: 7px; padding: 14px; color: var(--ink); background: var(--white); border: 1px solid #c9d1ce; border-radius: 8px; outline: none; }
.quote-form input:focus, .quote-form textarea:focus { border-color: #ad7d4f; box-shadow: 0 0 0 4px rgba(173,125,79,.12); }
.privacy-check { display: grid !important; grid-template-columns: 20px 1fr; gap: 10px; color: var(--muted) !important; font-weight: 500 !important; line-height: 1.4; }
.privacy-check input { width: 18px; height: 18px; margin-top: 3px; }
.button.full { width: 100%; }
.form-status { min-height: 22px; margin: 10px 0 0; color: var(--brand-green); font-size: .82rem; font-weight: 800; }

.faq { background: var(--cream-light); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: clamp(50px, 8vw, 110px); }
.faq-list { display: grid; gap: 12px; }
.faq-list details { padding: 24px 26px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; }
.faq-list summary { position: relative; padding-right: 35px; color: var(--brand-bg-deep); font-weight: 900; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: -8px; right: 0; color: #9a7048; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 15px 0 0; color: var(--muted); }

.site-footer { padding: 86px 0 24px; color: rgba(255,255,255,.7); background: var(--brand-bg-deep); }
.footer-top { padding-bottom: 62px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-kicker { margin: 0 0 12px; color: var(--gold-soft); font-size: .7rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.footer-top h2 { max-width: 950px; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 50px; padding-top: 58px; }
.footer-brand img { max-width: 280px; }
.site-footer h3 { margin-bottom: 18px; color: var(--gold-soft); font-family: inherit; font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.site-footer address { font-style: normal; }
.site-footer a { display: block; margin: 6px 0; color: rgba(255,255,255,.78); text-decoration: none; }
.site-footer a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { display: inline; }

.floating-contact { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: inline-flex; min-height: 56px; align-items: center; gap: 12px; padding: 12px 18px; color: var(--brand-bg-deep); background: var(--gold-soft); border: 2px solid var(--white); border-radius: 999px; box-shadow: 0 14px 34px rgba(0,0,0,.2); text-decoration: none; font-size: .76rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.floating-contact b { font-size: 1rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .header-shell { grid-template-columns: 230px 1fr auto; gap: 22px; }
  .brand { width: 220px; }
  .main-nav { gap: 18px; }
  .main-nav a { font-size: .75rem; }
  .header-phone { display: none; }
  .hero-grid { gap: 58px; }
}

@media (max-width: 920px) {
  html { scroll-padding-top: 88px; }
  .header-shell { min-height: 88px; grid-template-columns: 1fr auto; }
  .brand { width: 205px; }
  .nav-toggle { display: block; justify-self: end; }
  .header-actions { display: none; }
  .main-nav { position: fixed; top: 88px; right: 0; bottom: 0; left: 0; display: grid; align-content: start; justify-content: stretch; gap: 0; padding: 28px 24px; background: var(--brand-bg); transform: translateX(100%); transition: transform .25s ease; }
  .main-nav.is-open { transform: none; }
  .main-nav a { padding: 17px 4px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 1rem; }
  .main-nav a::after { display: none; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(8px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-8px) rotate(-45deg); }
  .hero-grid, .story-grid, .process-grid, .contact-band-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 690px; }
  .hero-floating-card { left: 18px; }
  .heading-split { grid-template-columns: 1fr; gap: 20px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; }
  .story-stats { grid-template-columns: 1fr 1fr; }
  .portfolio-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 470px 320px; }
  .portfolio-large { grid-column: 1 / -1; grid-row: auto; }
  .faq .section-heading { margin-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .container, .header-shell { width: min(calc(100% - 28px), var(--container)); }
  .brand { width: 180px; }
  .hero { padding: 70px 0 76px; }
  h1 { font-size: clamp(3.15rem, 15vw, 4.7rem); }
  h2 { font-size: clamp(2.35rem, 11vw, 3.5rem); }
  .hero-actions { display: grid; gap: 18px; }
  .button { width: 100%; }
  .hero-proof { align-items: flex-start; }
  .hero-floating-card { position: relative; left: auto; bottom: auto; width: calc(100% - 28px); margin: -22px auto 0; }
  .round-link { right: 0; bottom: -44px; width: 88px; height: 88px; }
  .section, .section-dark { padding: 78px 0; }
  .showcase-media, .showcase-media > img { min-height: 480px; }
  .showcase-stat { width: 150px; height: 150px; border-radius: 0 0 0 80px; }
  .showcase-stat strong { font-size: 2.45rem; }
  .showcase-caption { position: relative; width: 100%; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; }
  .story-stats { grid-template-columns: 1fr 1fr; gap: 30px 14px; }
  .portfolio-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
  .portfolio-item, .portfolio-large { min-height: 360px; }
  .process-media img { min-height: 460px; }
  .process-media blockquote { position: relative; right: auto; bottom: auto; width: calc(100% - 24px); margin: -30px auto 0; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; }
  .floating-contact span { display: none; }
  .floating-contact { width: 58px; height: 58px; justify-content: center; padding: 0; }
}

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

/* Modulo preventivo: stati di invio e protezione antispam */
.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.quote-form button[disabled] {
  cursor: wait;
  opacity: .68;
  transform: none;
}

.form-status.is-loading { color: #6d5a43; }
.form-status.is-success { color: #1f6b4f; }
.form-status.is-error { color: #a03333; }
