@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Roboto:wght@400;700&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ink: #292522;
  --muted: #6d6863;
  --paper: #fbfaf8;
  --white: #fff;
  --cream: #f2eee8;
  --cream-dark: #e8e1d8;
  --red: #873a3e;
  --red-dark: #672b30;
  --red-soft: #f4e8e7;
  --line: #ded7cf;
  --gold: #b28b54;
  --shadow: 0 12px 35px rgba(47, 36, 29, .08);
  --font: Arial, Helvetica, sans-serif;
  --display: 'Roboto', Georgia, serif;
  --max: 1180px;
  --header: 78px;
}

html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font: 16px/1.7 var(--font); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--red); text-decoration: none; transition: .2s ease; }
a:hover { color: var(--red-dark); }
p { color: var(--muted); margin-bottom: 18px; }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.2; letter-spacing: -.025em; }
h1, h2 { font-family: var(--display); }
h1 { font-size: clamp(2.5rem, 5vw, 4.65rem); }
h2 { font-size: clamp(2rem, 3.4vw, 3rem); }
h3 { font-size: 1.45rem; }
h4 { font-size: 1rem; }
.container { width: min(100% - 48px, var(--max)); margin: auto; }
.eyebrow { color: var(--red); font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 14px; }
.section-heading { max-width: 680px; margin-bottom: 46px; }
.section-heading.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading p { font-size: 1.06rem; margin-top: 16px; }
section { padding: 92px 0; }

.btn { align-items: center; border: 1px solid transparent; display: inline-flex; font-size: .88rem; font-weight: 700; gap: 9px; justify-content: center; padding: 14px 23px; transition: .2s ease; }
.btn-primary { background: var(--red); color: var(--white); }
.btn-primary:hover { background: var(--red-dark); color: var(--white); transform: translateY(-2px); }
.btn-outline { border-color: var(--line); color: var(--ink); }
.btn-outline:hover { border-color: var(--red); color: var(--red); }
.btn-light { background: var(--white); color: var(--red); }
.btn-light:hover { background: var(--cream); color: var(--red-dark); }
.btn-lg { padding: 16px 28px; }

.site-header { background: var(--paper); border-bottom: 1px solid var(--line); height: var(--header); position: fixed; inset: 0 0 auto; z-index: 10; transition: transform .35s ease, box-shadow .2s ease; }
.site-header.scrolled { box-shadow: 0 5px 20px rgba(47,36,29,.07); }
.site-header.hidden { transform: translateY(-100%); }
.header-inner { align-items: center; display: flex; height: 100%; justify-content: space-between; margin: auto; max-width: var(--max); padding: 0 24px; }
.logo img { height: 50px; width: auto; }
.main-nav { align-items: center; display: flex; gap: 4px; }
.main-nav a { color: var(--muted); font-size: .9rem; font-weight: 600; padding: 8px 17px; }
.main-nav a:hover, .main-nav a.active { color: var(--red); }
.main-nav a.active { border-bottom: 2px solid var(--red); }
.nav-toggle { background: none; border: 0; display: none; cursor: pointer; padding: 4px; }
.nav-toggle span { background: var(--ink); display: block; height: 2px; margin: 5px 0; width: 24px; transition: transform .3s ease, opacity .3s ease; }
.nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { background: var(--cream); border-bottom: 1px solid var(--line); padding: 155px 0 100px; }
.hero-grid { align-items: center; display: grid; gap: 76px; grid-template-columns: 1.02fr .98fr; }
.hero h1 { margin-bottom: 23px; }
.hero h1 span { color: var(--red); }
.hero-lead { font-size: 1.16rem; max-width: 585px; }
.hero-note { border-left: 3px solid var(--gold); font-size: .92rem; margin: 28px 0 32px; max-width: 540px; padding-left: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.stats { background: var(--white); border-bottom: 1px solid var(--line); padding: 45px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); text-align: center; }
.stat-item { border-right: 1px solid var(--line); padding: 0 20px; }
.stat-item:last-child { border: 0; }
.stat-item h3 { color: var(--red); font-family: var(--display); font-size: 2.45rem; }
.stat-item p { font-size: .73rem; letter-spacing: .11em; margin: 3px 0 0; text-transform: uppercase; }

.services-preview, .values-section { background: var(--paper); }
.services-grid { display: grid; gap: 22px; grid-template-columns: repeat(3,1fr); }
.service-card, .value-item, .testimonial-card { background: var(--white); border: 1px solid var(--line); padding: 31px; }
.service-card { border-top: 2px solid var(--red); }
.service-card .icon, .value-icon { align-items: center; background: var(--red-soft); color: var(--red); display: flex; font-weight: 700; height: 44px; justify-content: center; margin-bottom: 23px; width: 44px; }
.service-card p { font-size: .92rem; }
.card-link { font-size: .86rem; font-weight: 700; }
.approach { background: var(--cream); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); }
.approach-grid { display: grid; gap: 30px; grid-template-columns: repeat(4,1fr); }
.approach-step { border-top: 1px solid var(--red); padding-top: 18px; }
.step-number { color: var(--red); font-family: var(--display); font-size: 1.4rem; margin-bottom: 12px; }
.approach-step p { font-size: .9rem; }
.profile-section { background: var(--white); border-bottom: 1px solid var(--line); }
.profile-grid { align-items: start; display: grid; gap: 85px; grid-template-columns: 1fr 1fr; }
.profile-grid .section-heading { margin-bottom: 0; }
.profile-grid .section-heading p { font-size: .96rem; }
.profile-notes { border-top: 1px solid var(--line); }
.profile-notes > div { border-bottom: 1px solid var(--line); padding: 21px 0 18px 48px; position: relative; }
.profile-notes strong { color: var(--red); font-family: var(--display); font-size: 1.1rem; left: 0; position: absolute; top: 20px; }
.profile-notes h3 { font-family: var(--display); font-size: 1.2rem; margin-bottom: 7px; }
.profile-notes p { font-size: .88rem; margin-bottom: 0; }
.testimonials { background: var(--white); overflow: hidden; }
.testimonials-grid { display: flex; overflow: hidden; }
.testimonials-track { display: flex; gap: 22px; animation: scroll-testimonials 50s linear infinite; }
.testimonials-track:hover { animation-play-state: paused; }
.testimonial-card { border-top: 3px solid var(--gold); flex: 0 0 360px; padding-top: 27px; }
.testimonial-card blockquote { text-align: justify; }
@keyframes scroll-testimonials { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.stars { color: var(--gold); letter-spacing: 3px; margin-bottom: 19px; }
.testimonial-kicker { color: var(--red); font-size: .68rem; font-weight: 700; letter-spacing: .12em; margin-bottom: 12px; text-transform: uppercase; }
.quote-mark { color: var(--gold); font-family: Georgia, serif; font-size: 3.2rem; height: 37px; line-height: 1; }
blockquote { color: var(--ink); font-family: var(--display); font-size: 1rem; line-height: 1.7; margin-bottom: 25px; }
.testimonial-author { align-items: center; display: flex; gap: 12px; }
.avatar { align-items: center; background: var(--red); color: var(--white); display: flex; font-size: .72rem; font-weight: 700; height: 35px; justify-content: center; width: 35px; }
.name { font-size: .83rem; font-weight: 700; }.role { color: var(--muted); font-size: .74rem; }
.cta-banner { background: var(--red); color: var(--white); text-align: center; }
.cta-banner h2 { color: var(--white); }.cta-banner p { color: rgba(255,255,255,.76); margin: 14px auto 28px; max-width: 600px; }

.page-header { background: var(--cream); border-bottom: 1px solid var(--line); padding: 145px 0 72px; }
.page-header h1 { margin-bottom: 16px; }.page-header p { font-size: 1.1rem; max-width: 690px; }
.about-content { align-items: start; display: grid; gap: 72px; grid-template-columns: 1.1fr .9fr; }
.about-text p { max-width: 675px; }.about-panel { background: var(--red); color: var(--white); min-height: 430px; padding: 34px; position: relative; }
.about-panel h3 { color: var(--white); font-family: var(--display); font-size: 2rem; max-width: 280px; }.about-panel p { color: rgba(255,255,255,.75); margin-top: 130px; }
.about-panel strong { bottom: 28px; color: var(--white); font-size: .77rem; left: 34px; letter-spacing: .12em; position: absolute; text-transform: uppercase; }
.about-panel > .eyebrow { margin-top: 0; }
.about-panel > p:not(.eyebrow) { margin-top: 0; }
.about-panel-art { margin: 28px 0 22px; }
.about-panel-art svg { display: block; height: auto; width: 100%; }
.about-art-track, .about-art-line { fill: none; stroke: rgba(255,255,255,.55); stroke-linecap: round; stroke-width: 1.5; }
.about-art-node { fill: var(--gold); stroke: var(--red); stroke-width: 5; }
.about-art-person-head { fill: var(--white); stroke: var(--white); stroke-width: 1; }
.about-art-person { fill: var(--white); }
.about-art-node-light { fill: var(--white); }
.about-art-arrow { fill: none; stroke: var(--gold); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.about-art-icon { fill: none; stroke: var(--white); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.about-art-icon-light { fill: none; stroke: var(--red); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.about-art-system { fill: rgba(255,255,255,.95); stroke: var(--gold); stroke-width: 1.5; }
.about-art-label, .about-art-year { fill: rgba(255,255,255,.72); font-family: var(--font); font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.about-art-year { fill: var(--white); font-size: 10px; }
.value-icon svg { display: block; height: 44px; width: 44px; }
.value-art { fill: none; stroke: var(--red); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.values-grid { display: grid; gap: 22px; grid-template-columns: repeat(3,1fr); }.value-item p { font-size: .9rem; }
.team-section { background: var(--cream); }.team-grid { display: grid; gap: 22px; grid-template-columns: repeat(4,1fr); }.team-card { background: var(--white); border: 1px solid var(--line); padding: 15px; }.team-photo { align-items: center; background: var(--red-soft); color: var(--red); display: flex; font-family: var(--display); font-size: 2.1rem; height: 175px; justify-content: center; margin-bottom: 17px; }.team-card h4 { font-size: 1rem; }.team-card p { font-size: .8rem; margin: 3px 0; }

.services-page { background: var(--paper); }.service-block { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 76px; grid-template-columns: 1.1fr .9fr; padding: 72px 0; }.service-block:first-child { padding-top: 0; }.service-block:nth-child(even) .service-info { order: 2; }.service-block:nth-child(even) .service-media { order: 1; }.service-info h3 { font-family: var(--display); font-size: 2rem; margin-bottom: 16px; }.service-info p { max-width: 630px; }.service-info ul { color: var(--muted); display: grid; gap: 7px 20px; grid-template-columns: 1fr 1fr; list-style: none; margin: 24px 0 28px; }.service-info li { font-size: .85rem; padding-left: 17px; position: relative; }.service-info li::before { color: var(--red); content: '—'; left: 0; position: absolute; }.service-media { background: var(--red); min-height: 330px; padding: 23px; }.service-media-inner { background: var(--paper); height: 100%; min-height: 284px; padding: 24px; }.service-media-inner h4 { font-family: var(--display); font-size: 1.5rem; margin-bottom: 22px; }.service-media-inner .mini-row { border-bottom: 1px solid var(--line); color: var(--muted); display: flex; font-size: .78rem; justify-content: space-between; padding: 13px 0; }.service-media-inner .mini-row strong { color: var(--red); }

.contact-page { background: var(--paper); }.contact-grid { align-items: start; display: grid; gap: 70px; grid-template-columns: 1.1fr .9fr; }.contact-form-wrap, .contact-info-wrap { background: var(--white); border: 1px solid var(--line); padding: 38px; }.contact-form-wrap h3, .contact-info-wrap h3 { font-family: var(--display); font-size: 1.65rem; margin-bottom: 12px; }.contact-form-wrap > p { font-size: .9rem; }.form-group { margin-bottom: 18px; }.form-group label { display: block; font-size: .8rem; font-weight: 700; margin-bottom: 6px; }.form-group input, .form-group select, .form-group textarea { background: var(--paper); border: 1px solid var(--line); border-radius: 0; color: var(--ink); font: inherit; font-size: .9rem; padding: 11px 12px; width: 100%; }.form-group select { -webkit-appearance: none; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23873a3e' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 34px; }.form-group textarea { resize: vertical; }.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--red); outline: 2px solid var(--red-soft); }.contact-item { border-top: 1px solid var(--line); margin-top: 23px; padding-top: 17px; }.contact-item h4 { color: var(--red); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }.contact-item p { font-size: .88rem; margin: 2px 0; }

.service-next { border-left: 2px solid var(--gold); color: var(--muted); font-size: .86rem; margin: 24px 0 0; padding-left: 14px; }


.hero-art { display: flex; flex-direction: column; justify-content: space-between; min-height: 500px; padding: 27px 30px 22px; }
.hero-art-label { color: rgba(255,255,255,.7); display: flex; font-size: .63rem; font-weight: 700; justify-content: space-between; letter-spacing: .13em; position: relative; text-transform: uppercase; z-index: 2; }
.hero-art-label strong { color: var(--white); font-weight: 700; }
.hero-diagram { display: block; height: auto; margin: 11px 0 9px; position: relative; width: 100%; z-index: 1; }
.hero-paper { fill: var(--paper); }
.hero-grid-line { fill: none; stroke: var(--line); stroke-width: 1; }
.hero-route { fill: none; stroke: var(--gold); stroke-dasharray: 2 7; stroke-linecap: round; stroke-width: 2; }

.hero-mark-red, .hero-mark-gold { fill: var(--red); }
.hero-mark-gold { fill: var(--gold); }
.hero-mark-line { fill: none; stroke: var(--red); stroke-linecap: round; stroke-width: 2; }
.hero-node-title { fill: var(--red); font-family: var(--font); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.hero-node-title { fill: var(--ink); font-size: 10px; }
.card-visual { display: block; height: 84px; margin: -2px 0 23px; width: 100%; }
.mini-frame { fill: var(--paper); stroke: var(--line); stroke-width: 1.2; }
.mini-line { fill: none; stroke: var(--line); stroke-width: 1; }
.mini-red { fill: var(--red); }.mini-gold { fill: var(--gold); }.mini-soft { fill: var(--red-soft); }.mini-muted { fill: var(--muted); opacity: .34; }
.mini-muted-stroke { fill: none; stroke: var(--muted); opacity: .45; stroke-linecap: round; stroke-width: 3; }
.mini-route { fill: none; stroke: var(--red); stroke-linecap: round; stroke-width: 2; }.mini-soft-node { fill: var(--red-soft); stroke: var(--red); stroke-width: 1; }.mini-red-node { fill: var(--red); }.mini-gold-node { fill: var(--gold); }.mini-arrow { fill: none; stroke: var(--red); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.approach-step { min-height: 235px; position: relative; }
.step-mark { display: block; height: 42px; margin-bottom: 17px; width: 42px; }
.step-circle, .step-square { fill: var(--red-soft); stroke: var(--red); stroke-width: 1.3; }.step-square { fill: var(--white); }
.step-stroke, .step-route { fill: none; stroke: var(--red); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }.step-route { stroke: var(--gold); }.step-arrow { fill: none; stroke: var(--red); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }.step-dot { fill: var(--red); }
.approach-step .step-mark + .step-number { left: auto; position: absolute; right: 0; top: 18px; }

.hero-panel { fill: var(--white); stroke: var(--line); stroke-width: 1.2; }
.hero-panel-dark { fill: var(--red); stroke: var(--red); }
.hero-core { fill: var(--red-soft); stroke: var(--red); stroke-width: 1.5; }
.hero-core-line { fill: none; stroke: var(--red); stroke-linecap: round; stroke-width: 2; }

.hero-node-title-light { fill: var(--white); }
.hero-core-title { fill: var(--red); font-family: var(--font); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.profile-notes > div { align-items: start; display: grid; column-gap: 19px; grid-template-columns: 78px 1fr; padding: 24px 0 21px; }
.profile-note-art { grid-row: 1 / span 2; }
.profile-note-art { display: block; height: 78px; width: 78px; }
.note-art-paper { fill: var(--red-soft); stroke: var(--red); stroke-width: 1.2; }
.note-art-red { fill: none; stroke: var(--red); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.note-art-gold { fill: none; stroke: var(--gold); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.3; }
.note-art-dot { fill: var(--red); }
.note-art-number { fill: var(--red); font-family: var(--font); font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.profile-notes h3 { margin-top: 3px; }
.profile-notes p { grid-column: 2; }

.hero-core-title { font-size: 14px; letter-spacing: .12em; }
.hero-node-title { font-size: 11px; letter-spacing: .13em; }
.note-art-ring { fill: none; stroke: var(--gold); stroke-width: 1.5; }


.service-block { align-items: stretch; grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr); gap: 80px; padding: 92px 0; }
.service-block:first-child { padding-top: 18px; }
.service-block:nth-child(even) .service-info, .service-block:nth-child(even) .service-media { order: initial; }
.service-info { align-self: center; }
.service-info h3 { font-size: 2.25rem; letter-spacing: -.02em; }
.service-media.service-visual { align-self: center; background: var(--cream); border: 1px solid var(--line); min-height: 0; padding: 22px; position: relative; }
.service-visual svg { display: block; height: auto; margin-top: 23px; overflow: visible; width: 100%; }
.svg-frame { fill: var(--paper); stroke: var(--ink); stroke-opacity: .24; stroke-width: 1.4; }
.svg-line { fill: none; stroke: var(--ink); stroke-opacity: .19; stroke-width: 1.2; }
.svg-dot { fill: var(--red); opacity: .8; }
.svg-red-fill { fill: var(--red); }
.svg-gold-fill { fill: var(--gold); }
.svg-accent-fill { fill: var(--ink); opacity: .76; }
.svg-muted-fill { fill: var(--muted); opacity: .3; }
.svg-soft-fill { fill: var(--red-soft); }
.svg-red-stroke { fill: none; stroke: var(--red); stroke-linecap: round; stroke-linejoin: round; stroke-width: 3; }
.svg-gold-stroke { fill: none; stroke: var(--gold); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5; }
.svg-track { fill: none; stroke: var(--red); stroke-linecap: round; stroke-width: 2; stroke-dasharray: 2 7; }
.svg-arrow { fill: none; stroke: var(--red); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.svg-node { fill: var(--red); }
.svg-node-soft { fill: var(--red-soft); stroke: var(--red); stroke-width: 1.5; }
.svg-label, .svg-step, .svg-note { fill: var(--muted); font-family: var(--font); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.svg-note { font-size: 8px; font-weight: 400; letter-spacing: .02em; }

.site-footer { background: var(--white); color: var(--white); padding: 62px 0 22px; }.footer-grid { display: grid; gap: 42px; grid-template-columns: 1.6fr .8fr .9fr .9fr; }.footer-logo img { height: 38px; margin-bottom: 19px; width: auto; }.footer-col p, .footer-col a { color: var(--red); font-size: .82rem; }.footer-col p { max-width: 335px; }.footer-col h4 { color: var(--red-dark); font-size: .78rem; letter-spacing: .12em; margin-bottom: 17px; text-transform: uppercase; }.footer-col a { display: block; margin-bottom: 8px; }.footer-col a:hover { color: var(--red-dark); }.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); margin-top: 45px; padding-top: 18px; }.footer-bottom p { color: var(--red-dark); font-size: .75rem; margin: 0; }

@media (max-width: 820px) {
  .container { width: min(100% - 34px, var(--max)); }
  section { padding: 68px 0; }.hero { padding-top: 125px; }.hero-grid, .about-content, .contact-grid, .service-block, .profile-grid { grid-template-columns: 1fr; gap: 35px; }.hero-art { display: none; }.services-grid, .values-grid { grid-template-columns: 1fr; }.approach-grid { grid-template-columns: 1fr 1fr; }.team-grid { grid-template-columns: 1fr 1fr; }.service-block, .service-block:nth-child(even) .service-info, .service-block:nth-child(even) .service-media { order: initial; }.service-info ul { grid-template-columns: 1fr; }.footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }.footer-col:last-child { grid-column: 2 / -1; }
  .main-nav { background: var(--paper); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; left: 0; opacity: 0; padding: 20px 24px 25px; pointer-events: none; position: absolute; right: 0; top: var(--header); transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; visibility: hidden; z-index: 1; }.main-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); visibility: visible; }.main-nav a { width: 100%; }.nav-toggle { display: block; }
  .nav-backdrop { background: rgba(41,37,34,.35); inset: 0; opacity: 0; pointer-events: none; position: fixed; transition: opacity .2s ease; visibility: hidden; z-index: 0; }.nav-backdrop.show { opacity: 1; pointer-events: auto; visibility: visible; }
}
@media (max-width: 520px) { .header-inner { padding: 0 17px; }.logo img { height: 40px; }.stats-grid { grid-template-columns: 1fr 1fr; row-gap: 24px; }.stat-item:nth-child(2) { border: 0; }.approach-grid, .team-grid { grid-template-columns: 1fr; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-col:first-child, .footer-col:last-child { grid-column: 1 / -1; }.contact-form-wrap, .contact-info-wrap { padding: 24px; } }

.toast-container { position: fixed; top: calc(var(--header) + 12px); right: 24px; z-index: 999; display: flex; flex-direction: column; gap: 10px; }
.toast { background: var(--red-dark); color: #fff; padding: 14px 22px; font-size: .88rem; border-radius: 6px; box-shadow: 0 8px 24px rgba(0,0,0,.15); opacity: 0; transform: translateY(12px); transition: opacity .3s ease, transform .3s ease; pointer-events: none; max-width: 360px; }
.toast.show { opacity: 1; transform: translateY(0); }
