:root {
  --tt-ink: #20395f;
  --tt-ink-soft: #4f6580;
  --tt-sky: #edf7f8;
  --tt-paper: #fffefd;
  --tt-blue: #5d8ed1;
  --tt-aqua: #27b8c5;
  --tt-lime: #c8ef5c;
  --tt-line: rgba(32, 57, 95, .14);
  --tt-radius: 34px;
  --tt-shell: min(1240px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--tt-ink);
  background: var(--tt-paper);
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body, button, a { font-family: Manrope, Arial, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
address { font-style: normal; }
.tt-shell { width: var(--tt-shell); margin-inline: auto; }
.tt-page main { overflow: hidden; }

.tt-progress { position: fixed; z-index: 90; inset: 0 0 auto; height: 3px; pointer-events: none; }
.tt-progress i { display: block; width: 100%; height: 100%; background: var(--tt-aqua); transform: scaleX(0); transform-origin: 0 50%; }
.tt-topbar {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px max(32px, calc((100vw - 1240px) / 2));
}
.tt-portal { display: inline-flex; align-items: center; gap: 8px; color: var(--tt-ink); font-size: 20px; font-weight: 800; letter-spacing: -.05em; text-decoration: none; }
.tt-portal > span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: var(--tt-ink); color: white; font-size: 23px; font-weight: 500; }
.tt-top-actions { display: flex; align-items: center; gap: 10px; }
.tt-checked, .tt-catalog { display: inline-flex; align-items: center; min-height: 42px; padding: 0 17px; border-radius: 999px; font-size: 13px; font-weight: 700; }
.tt-checked { gap: 7px; background: rgba(255,255,255,.62); border: 1px solid rgba(255,255,255,.8); backdrop-filter: blur(12px); }
.tt-checked i { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: var(--tt-lime); font-style: normal; font-size: 11px; }
.tt-catalog { gap: 8px; background: var(--tt-ink); color: white; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.tt-catalog:hover { transform: translateY(-2px); background: #142c51; }

.tt-hero { position: relative; min-height: 900px; padding: 142px 0 52px; overflow: hidden; background: linear-gradient(145deg, #eff8f9 0%, #e7f3f5 61%, #f1f8ef 100%); }
.tt-cloud { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .5; }
.tt-cloud--one { width: 530px; height: 530px; right: -210px; top: -250px; background: #d0f48b; }
.tt-cloud--two { width: 360px; height: 360px; left: -220px; bottom: 50px; background: #a9e3ed; }
.tt-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .91fr) minmax(500px, 1.09fr); align-items: start; gap: 70px; }
.tt-hero-copy { padding-top: 30px; }
.tt-breadcrumbs { display: flex; align-items: center; gap: 10px; margin-bottom: 32px; color: var(--tt-ink-soft); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.tt-breadcrumbs a { text-decoration: none; }
.tt-logo { width: min(380px, 80%); height: auto; margin: 0 0 30px; }
.tt-eyebrow, .tt-kicker { margin: 0 0 19px; color: var(--tt-ink); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.tt-eyebrow { display: flex; align-items: center; gap: 10px; }
.tt-eyebrow span { width: 31px; height: 2px; background: var(--tt-aqua); }
.tt-hero h1, .tt-section h2 { margin: 0; line-height: .99; letter-spacing: -.058em; }
.tt-hero h1 { max-width: 670px; font-size: clamp(46px, 5vw, 73px); font-weight: 800; }
.tt-hero h1 em, .tt-section h2 em { color: var(--tt-blue); font-style: normal; font-weight: 600; }
.tt-lead { max-width: 590px; margin: 29px 0 31px; color: #405a74; font-size: 18px; line-height: 1.65; }
.tt-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.tt-button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 56px; padding: 0 24px; border-radius: 999px; font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.tt-button:hover { transform: translateY(-2px); }
.tt-button--primary { color: var(--tt-ink); background: var(--tt-lime); box-shadow: 0 10px 28px rgba(116, 151, 36, .17); }
.tt-button--primary:hover { box-shadow: 0 15px 35px rgba(116, 151, 36, .26); }
.tt-button--ghost { border: 1px solid rgba(32,57,95,.22); background: rgba(255,255,255,.42); }
.tt-button--dark { margin-top: 25px; color: white; background: var(--tt-ink); }
.tt-updated { margin: 21px 0 0; color: var(--tt-ink-soft); font-size: 12px; }
.tt-updated span { margin-right: 6px; color: var(--tt-aqua); }
.tt-hero-visual { position: relative; padding: 32px 0 45px 32px; }
.tt-hero-photo { position: relative; z-index: 1; margin: 0; overflow: hidden; border: 11px solid rgba(255,255,255,.86); border-radius: 48% 48% 35% 47% / 43% 47% 41% 45%; box-shadow: 0 35px 70px rgba(32,57,95,.15); transform: rotate(1.4deg); }
.tt-hero-photo img { width: 100%; aspect-ratio: 1.13; object-fit: cover; object-position: center; }
.tt-hero-photo figcaption { position: absolute; right: 22px; bottom: 18px; padding: 8px 13px; border-radius: 999px; background: rgba(255,255,255,.82); color: var(--tt-ink); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; backdrop-filter: blur(8px); }
.tt-float { position: absolute; z-index: 3; display: flex; align-items: baseline; gap: 6px; padding: 17px 22px; border-radius: 26px; box-shadow: 0 18px 45px rgba(32,57,95,.13); }
.tt-float strong { font-size: 27px; line-height: 1; }
.tt-float span { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.tt-float--age { top: 5px; right: -8px; background: var(--tt-lime); transform: rotate(5deg); }
.tt-float--water { bottom: 3px; left: -2px; flex-direction: column; align-items: flex-start; gap: 2px; color: white; background: var(--tt-aqua); transform: rotate(-4deg); }
.tt-squiggle { position: absolute; z-index: 0; right: -45px; bottom: 18px; width: 180px; fill: none; stroke: var(--tt-blue); stroke-width: 5; stroke-linecap: round; opacity: .46; }
.tt-facts { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 54px; padding: 28px 34px; border: 1px solid rgba(255,255,255,.72); border-radius: 28px; background: rgba(255,255,255,.52); backdrop-filter: blur(16px); }
.tt-facts div { display: flex; align-items: center; justify-content: center; gap: 16px; min-height: 55px; border-right: 1px solid var(--tt-line); }
.tt-facts div:last-child { border: 0; }
.tt-facts strong { font-size: 32px; line-height: 1; letter-spacing: -.05em; }
.tt-facts span { color: var(--tt-ink-soft); font-size: 12px; font-weight: 700; line-height: 1.35; }
.tt-related { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 9px; margin-top: 16px; }
.tt-related a { padding: 10px 14px; border: 1px solid rgba(32,57,95,.14); border-radius: 999px; color: var(--tt-ink-soft); background: rgba(255,255,255,.56); font-size: 11px; font-weight: 800; text-decoration: none; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.tt-related a:hover { color: var(--tt-ink); border-color: var(--tt-aqua); background: white; }

.tt-section { padding: 110px 0; }
.tt-section h2 { font-size: clamp(42px, 5vw, 68px); font-weight: 800; }
.tt-intro { background: var(--tt-paper); }
.tt-intro-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: start; }
.tt-intro-copy { padding-top: 34px; }
.tt-intro-copy p { max-width: 660px; margin: 22px 0 0; color: var(--tt-ink-soft); font-size: 16px; }
.tt-intro-copy .tt-big-copy { margin-top: 0; color: var(--tt-ink); font-size: 23px; font-weight: 600; line-height: 1.55; letter-spacing: -.02em; }
.tt-format-grid { display: grid; grid-template-columns: .84fr .84fr 1.32fr; gap: 18px; margin-top: 70px; }
.tt-format { position: relative; min-height: 345px; padding: 30px; border-radius: var(--tt-radius); overflow: hidden; }
.tt-format > span { display: inline-grid; place-items: center; width: 36px; height: 36px; border: 1px solid currentColor; border-radius: 50%; font-size: 11px; font-weight: 800; }
.tt-format h3 { margin: 115px 0 13px; font-size: 27px; line-height: 1.05; letter-spacing: -.04em; }
.tt-format p { margin: 0; font-size: 14px; line-height: 1.55; }
.tt-format--lime { background: var(--tt-lime); }
.tt-format--blue { color: white; background: var(--tt-blue); }
.tt-format--photo { display: flex; flex-direction: column; justify-content: space-between; color: white; background: #112d53; }
.tt-format--photo::after { content: ""; position: absolute; z-index: 1; inset: 35% 0 0; background: linear-gradient(transparent, rgba(13,35,66,.82)); }
.tt-format--photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tt-format--photo span, .tt-format--photo h3 { position: relative; z-index: 2; }
.tt-format--photo h3 { margin: auto 0 0; max-width: 330px; }

.tt-first { background: #e8f4f5; }
.tt-section-head { display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; align-items: end; margin-bottom: 56px; }
.tt-section-head > p { max-width: 410px; margin: 0 0 4px; color: var(--tt-ink-soft); font-size: 16px; }
.tt-steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--tt-line); }
.tt-steps article { display: grid; grid-template-columns: 55px 1fr; gap: 17px; padding: 30px 30px 35px 0; border-right: 1px solid var(--tt-line); }
.tt-steps article + article { padding-left: 30px; }
.tt-steps article:last-child { border-right: 0; }
.tt-steps article > span { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; background: var(--tt-lime); font-size: 12px; font-weight: 800; }
.tt-steps h3 { margin: 4px 0 11px; font-size: 19px; line-height: 1.25; letter-spacing: -.025em; }
.tt-steps p { margin: 0; color: var(--tt-ink-soft); font-size: 13px; line-height: 1.6; }
.tt-first-collage { display: grid; grid-template-columns: 1.13fr .83fr .44fr; grid-template-rows: 360px; gap: 17px; margin-top: 30px; }
.tt-first-collage figure { margin: 0; overflow: hidden; border-radius: var(--tt-radius); }
.tt-first-collage img { width: 100%; height: 100%; object-fit: cover; }
.tt-first-collage > div { display: flex; flex-direction: column; justify-content: flex-end; padding: 27px; border-radius: var(--tt-radius); color: white; background: var(--tt-aqua); }
.tt-first-collage strong { font-size: 47px; line-height: 1; letter-spacing: -.06em; }
.tt-first-collage p { margin: 13px 0 0; font-size: 12px; line-height: 1.5; }

.tt-branches { background: var(--tt-paper); }
.tt-branch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tt-branch { overflow: hidden; border: 1px solid var(--tt-line); border-radius: var(--tt-radius); background: white; transition: transform .25s ease, box-shadow .25s ease; }
.tt-branch:hover { transform: translateY(-5px); box-shadow: 0 24px 50px rgba(32,57,95,.11); }
.tt-branch figure { position: relative; height: 248px; margin: 0; overflow: hidden; }
.tt-branch figure::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(20,43,75,.45)); }
.tt-branch figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.tt-branch:hover figure img { transform: scale(1.035); }
.tt-branch figure span { position: absolute; z-index: 2; left: 18px; bottom: 17px; padding: 7px 11px; border-radius: 999px; background: rgba(255,255,255,.85); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; backdrop-filter: blur(8px); }
.tt-branch-body { position: relative; padding: 27px; }
.tt-branch-number { position: absolute; top: 28px; right: 27px; margin: 0; color: var(--tt-aqua); font-size: 12px; font-weight: 800; }
.tt-branch h3 { max-width: 85%; margin: 0 0 9px; font-size: 25px; line-height: 1.15; letter-spacing: -.04em; }
.tt-branch address { min-height: 50px; color: var(--tt-ink-soft); font-size: 14px; }
.tt-branch ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 21px 0; padding: 0; list-style: none; }
.tt-branch li { padding: 6px 10px; border-radius: 999px; background: var(--tt-sky); font-size: 10px; font-weight: 800; }
.tt-branch-links { display: flex; justify-content: space-between; gap: 15px; padding-top: 19px; border-top: 1px solid var(--tt-line); }
.tt-branch-links a { font-size: 12px; font-weight: 800; text-decoration: none; }
.tt-branch-links a:hover { color: var(--tt-aqua); }
.tt-map-all { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; padding: 25px 28px; border-radius: 22px; color: white; background: var(--tt-ink); font-weight: 700; text-decoration: none; }
.tt-map-all span { font-size: 24px; transition: transform .2s ease; }
.tt-map-all:hover span { transform: translateX(6px); }

.tt-price { color: white; background: var(--tt-blue); }
.tt-price .tt-kicker, .tt-price h2 { color: white; }
.tt-price h2 em { color: var(--tt-lime); }
.tt-price-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.tt-price-grid > div > p:last-of-type { max-width: 500px; color: rgba(255,255,255,.74); }
.tt-price-list { margin: 0; border-top: 1px solid rgba(255,255,255,.28); }
.tt-price-list div { display: flex; justify-content: space-between; gap: 30px; padding: 25px 4px; border-bottom: 1px solid rgba(255,255,255,.28); }
.tt-price-list dt { font-size: 15px; }
.tt-price-list dd { margin: 0; color: var(--tt-lime); font-size: 21px; font-weight: 800; letter-spacing: -.03em; white-space: nowrap; }

.tt-prepare { background: #f3f8ed; }
.tt-prepare-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.tt-prepare-grid article { min-height: 270px; padding: 26px; border: 1px solid rgba(32,57,95,.11); border-radius: 28px; background: rgba(255,255,255,.64); }
.tt-prepare-grid span { color: var(--tt-aqua); font-size: 11px; font-weight: 800; }
.tt-prepare-grid h3 { margin: 80px 0 11px; font-size: 20px; line-height: 1.2; letter-spacing: -.03em; }
.tt-prepare-grid p { margin: 0; color: var(--tt-ink-soft); font-size: 13px; }

.tt-gallery { background: var(--tt-paper); }
.tt-gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 285px 285px; gap: 16px; }
.tt-gallery-grid figure { margin: 0; overflow: hidden; border-radius: 30px; }
.tt-gallery-grid figure:first-child { grid-row: 1 / 3; }
.tt-gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.tt-gallery-grid figure:hover img { transform: scale(1.03); }

.tt-faq { background: #e8f4f5; }
.tt-faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.tt-faq-grid article { padding: 30px; border: 1px solid rgba(32,57,95,.11); border-radius: 28px; background: rgba(255,255,255,.72); }
.tt-faq-grid h3 { margin: 0 0 14px; font-size: 20px; line-height: 1.3; letter-spacing: -.025em; }
.tt-faq-grid p { margin: 0; color: var(--tt-ink-soft); font-size: 14px; line-height: 1.65; }

.tt-contact { padding-top: 10px; background: var(--tt-paper); }
.tt-contact-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; padding: 65px; border-radius: 48px; background: var(--tt-lime); }
.tt-contact-card h2 em { color: var(--tt-ink); font-weight: 500; }
.tt-contact-card p:last-child { max-width: 650px; margin: 28px 0 0; }
.tt-contact-actions { display: flex; flex-direction: column; justify-content: center; align-items: stretch; gap: 11px; }
.tt-contact-actions > a:not(.tt-button) { padding: 12px 4px; border-bottom: 1px solid rgba(32,57,95,.22); font-size: 14px; font-weight: 800; text-decoration: none; }
.tt-contact-actions .tt-button--primary { color: white; background: var(--tt-ink); box-shadow: none; }

.tt-proof { background: var(--tt-paper); }
.tt-proof-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.tt-proof-grid > div > p:last-child { max-width: 520px; color: var(--tt-ink-soft); }
.tt-proof ul { margin: 0; padding: 0; border-top: 1px solid var(--tt-line); list-style: none; }
.tt-proof li { border-bottom: 1px solid var(--tt-line); }
.tt-proof li a { display: flex; justify-content: space-between; gap: 20px; padding: 22px 3px; text-decoration: none; }
.tt-proof li span { font-size: 14px; }
.tt-proof li b { font-size: 12px; }

.tt-footer { padding: 55px 0 90px; color: white; background: var(--tt-ink); }
.tt-footer-grid { display: grid; grid-template-columns: 1fr 1.1fr .7fr; gap: 70px; align-items: start; }
.tt-portal--footer { color: white; }
.tt-portal--footer > span { color: var(--tt-ink); background: var(--tt-lime); }
.tt-footer p { max-width: 440px; margin: 15px 0 0; color: rgba(255,255,255,.65); font-size: 12px; }
.tt-footer nav { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.tt-footer nav a { color: rgba(255,255,255,.85); font-size: 12px; text-decoration: none; }
.tt-mobile-cta { display: none; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.22,.8,.23,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  :root { --tt-shell: min(100% - 48px, 920px); }
  .tt-hero { min-height: auto; }
  .tt-hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .tt-logo { width: 300px; }
  .tt-hero h1 { font-size: 48px; }
  .tt-format-grid { grid-template-columns: 1fr 1fr; }
  .tt-format--photo { grid-column: 1 / 3; }
  .tt-branch-grid { grid-template-columns: 1fr 1fr; }
  .tt-branch:last-child { grid-column: 1 / 3; display: grid; grid-template-columns: 1fr 1fr; }
  .tt-branch:last-child figure { height: 100%; min-height: 350px; }
  .tt-prepare-grid { grid-template-columns: 1fr 1fr; }
  .tt-price-grid, .tt-proof-grid { gap: 55px; }
}

@media (max-width: 760px) {
  :root { --tt-shell: calc(100% - 34px); --tt-radius: 26px; }
  body { font-size: 15px; }
  .tt-topbar { padding: 17px; }
  .tt-checked { display: none; }
  .tt-catalog { min-height: 38px; padding-inline: 14px; font-size: 11px; }
  .tt-hero { padding: 105px 0 35px; }
  .tt-hero-grid { display: flex; flex-direction: column; gap: 38px; }
  .tt-hero-copy { width: 100%; }
  .tt-hero-copy { padding-top: 0; }
  .tt-breadcrumbs { margin-bottom: 22px; }
  .tt-logo { width: min(310px, 80%); margin-bottom: 23px; }
  .tt-hero h1 { font-size: clamp(39px, 11.7vw, 53px); line-height: 1.01; }
  .tt-lead { margin: 23px 0 25px; font-size: 16px; }
  .tt-actions { flex-direction: column; }
  .tt-button { width: 100%; }
  .tt-updated { margin-top: 16px; }
  .tt-hero-visual { width: 100%; padding: 20px 5px 35px; }
  .tt-hero-photo { border-width: 7px; }
  .tt-float { padding: 13px 16px; border-radius: 20px; }
  .tt-float strong { font-size: 21px; }
  .tt-float--age { right: 0; }
  .tt-facts { grid-template-columns: 1fr; margin-top: 16px; padding: 5px 21px; }
  .tt-facts div { justify-content: flex-start; padding: 17px 5px; border-right: 0; border-bottom: 1px solid var(--tt-line); }
  .tt-facts div:last-child { border-bottom: 0; }
  .tt-related { gap: 7px; margin-top: 13px; }
  .tt-related a { width: 100%; padding: 10px 13px; }
  .tt-section { padding: 78px 0; }
  .tt-section h2 { font-size: clamp(38px, 11vw, 52px); }
  .tt-intro-grid, .tt-section-head, .tt-price-grid, .tt-proof-grid, .tt-contact-card { grid-template-columns: 1fr; gap: 28px; }
  .tt-intro-copy { padding-top: 0; }
  .tt-intro-copy .tt-big-copy { font-size: 19px; }
  .tt-format-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .tt-format--photo { grid-column: auto; }
  .tt-format { min-height: 300px; }
  .tt-format h3 { margin-top: 100px; }
  .tt-section-head { margin-bottom: 38px; }
  .tt-section-head > p { font-size: 14px; }
  .tt-steps { grid-template-columns: 1fr; }
  .tt-steps article, .tt-steps article + article { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--tt-line); }
  .tt-first-collage { grid-template-columns: 1fr 1fr; grid-template-rows: 240px 170px; }
  .tt-first-collage > div { grid-column: 1 / 3; }
  .tt-branch-grid { grid-template-columns: 1fr; }
  .tt-branch:last-child { grid-column: auto; display: block; }
  .tt-branch:last-child figure, .tt-branch figure { height: 230px; min-height: 0; }
  .tt-price-grid > div { margin-bottom: 14px; }
  .tt-price-list div { padding: 20px 0; }
  .tt-prepare-grid { grid-template-columns: 1fr; }
  .tt-prepare-grid article { min-height: 220px; }
  .tt-prepare-grid h3 { margin-top: 55px; }
  .tt-gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 285px 180px; }
  .tt-gallery-grid figure:first-child { grid-column: 1 / 3; grid-row: auto; }
  .tt-faq-grid { grid-template-columns: 1fr; }
  .tt-faq-grid article { padding: 24px; }
  .tt-contact-card { padding: 38px 25px; border-radius: 34px; }
  .tt-proof-grid { gap: 40px; }
  .tt-footer { padding-bottom: 100px; }
  .tt-footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .tt-mobile-cta { position: fixed; z-index: 70; inset: auto 10px 10px; display: grid; grid-template-columns: .8fr 1.2fr; padding: 5px; border: 1px solid rgba(255,255,255,.7); border-radius: 19px; background: rgba(255,255,255,.88); box-shadow: 0 15px 40px rgba(32,57,95,.2); backdrop-filter: blur(14px); }
  .tt-mobile-cta a { display: grid; place-items: center; min-height: 48px; border-radius: 14px; font-size: 12px; font-weight: 800; text-decoration: none; }
  .tt-mobile-cta a:last-child { color: var(--tt-ink); background: var(--tt-lime); }
}

@media (max-width: 430px) {
  .tt-portal { font-size: 18px; }
  .tt-portal > span { width: 28px; height: 28px; }
  .tt-catalog span { display: none; }
  .tt-branch-body { padding: 23px; }
  .tt-gallery-grid { display: flex; flex-direction: column; }
  .tt-gallery-grid figure { height: 225px; }
}

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