/* ==========================================================================
   Ducatista Brands — global stylesheet
   Palette: red #e3000b · blue #0057e7 · yellow #ffcf00 · dark #16181d · green #00852b
   ========================================================================== */

/* ---------- Fonts (Inter, self-hosted variable subsets) ---------- */
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400 900; font-display: swap;
  src: url("../assets/fonts/inter-cyrillic-ext.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400 900; font-display: swap;
  src: url("../assets/fonts/inter-cyrillic.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400 900; font-display: swap;
  src: url("../assets/fonts/inter-greek-ext.woff2") format('woff2');
  unicode-range: U+1F00-1FFF; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400 900; font-display: swap;
  src: url("../assets/fonts/inter-greek.woff2") format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400 900; font-display: swap;
  src: url("../assets/fonts/inter-vietnamese.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400 900; font-display: swap;
  src: url("../assets/fonts/inter-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400 900; font-display: swap;
  src: url("../assets/fonts/inter-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* ---------- Tokens ---------- */
:root {
  --red: #e3000b;
  --blue: #0057e7;
  --yellow: #ffcf00;
  --dark: #16181d;
  --green: #00852b;
  --bg: #faf9f6;
  --ink: #16181d;
  --body: #4a4d55;
  --muted: #6b6e77;
  --faint: #9a9da5;
  --card-border: rgba(0, 0, 0, .08);
  --max: 1240px;
}

/* ---------- Reset / base ---------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  font-family: Inter, system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: var(--ink);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--red); }
img { max-width: 100%; display: block; }
.wrap { max-width: var(--max); margin: 0 auto; padding-left: 40px; padding-right: 40px; }

@keyframes db-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
main { animation: db-rise .45s ease both; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; border-radius: 11px; cursor: pointer; border: 0;
  font-family: inherit; transition: transform .15s, background .15s;
  text-decoration: none;
}
.btn:hover { transform: translateY(-2px); }
.btn--red { background: var(--red); color: #fff !important; padding: 16px 28px; font-size: 16px; }
.btn--yellow { background: var(--yellow); color: var(--dark) !important; padding: 11px 20px; font-size: 14.5px; border-radius: 9px; }
.btn--ghost { background: rgba(255,255,255,.14); color: #fff !important; padding: 16px 28px; font-size: 16px; font-weight: 700; border: 2px solid rgba(255,255,255,.4); }
.btn--ghost:hover { transform: none; background: rgba(255,255,255,.24); }
.btn--white { background: #fff; color: var(--red) !important; padding: 18px 32px; font-size: 17px; border-radius: 12px; }
.btn--blue { background: var(--blue); color: #fff !important; padding: 16px 30px; font-size: 16px; }

/* ---------- Badges / pills ---------- */
.pill {
  display: inline-block; padding: 7px 15px; border-radius: 100px;
  font-weight: 700; font-size: 12.5px;
}
.pill--glass { background: rgba(255,255,255,.16); color: #fff; }
.pill--glass-red { background: rgba(255,255,255,.2); color: #fff; }
.pill--dark-glass { background: rgba(0,0,0,.14); color: var(--dark); }
.pill--cream { background: #fff2cc; color: #8a6d00; font-size: 12px; padding: 6px 13px; }
.pill--gold-glass { background: rgba(255,207,0,.16); color: var(--yellow); font-size: 12px; padding: 6px 13px; }

.tag {
  display: inline-block; padding: 4px 10px; border-radius: 100px;
  font-size: 11px; font-weight: 800;
}

/* ---------- Brick logo ---------- */
.brick { position: relative; width: 36px; height: 27px; background: var(--red); border-radius: 5px; flex: none; }
.brick::before, .brick::after {
  content: ""; position: absolute; top: -5px; width: 10px; height: 10px;
  border-radius: 50%; background: var(--red);
}
.brick::before { left: 6px; }
.brick::after { left: 20px; }
.brick--sm { width: 32px; height: 24px; }
.brick--sm::before, .brick--sm::after { width: 9px; height: 9px; }
.brick--sm::before { left: 5px; }
.brick--sm::after { left: 18px; }

/* ---------- Nav ---------- */
.nav { position: sticky; top: 0; z-index: 50; background: var(--blue); }
.nav__inner {
  max-width: var(--max); margin: 0 auto; display: flex; align-items: center;
  justify-content: space-between; padding: 16px 40px; gap: 16px; flex-wrap: wrap;
}
.nav__logo { display: flex; align-items: center; gap: 11px; cursor: pointer; }
.nav__name { font-weight: 800; font-size: 17px; letter-spacing: -.02em; color: #fff; white-space: nowrap; }
.nav__links { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.nav__link {
  padding: 9px 14px; border-radius: 8px; font-size: 14.5px; font-weight: 700;
  color: #dbe6ff; cursor: pointer; transition: background .15s, color .15s;
}
.nav__link:hover { background: rgba(255,255,255,.14); color: #fff; }
.nav__link.is-active { background: rgba(255,255,255,.14); color: #fff; }
.nav__cta { margin-left: 8px; }

/* ---------- Page headers ---------- */
.hero { background: var(--blue); padding: 70px 0 56px; }
.hero__row { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero__img { height: 440px; width: auto; flex: none;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .30)); }
.hero__video {
  height: 290px; width: auto; flex: none; border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .25);
}
.hero__copy { flex: 1; min-width: min(420px, 100%); }
.hero h1 { font-size: 78px; line-height: .9; font-weight: 900; letter-spacing: -.04em; color: #fff; margin-top: 20px; }
.hero__sub { margin-top: 22px; font-size: 20px; line-height: 1.5; color: #cfddff; max-width: 540px; }
.hero__actions { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }

.page-head { padding: 60px 0 56px; }
.page-head--blue { background: var(--blue); }
.page-head--yellow { background: var(--yellow); }
.page-head--red { background: var(--red); }
.page-head h1 { font-size: 62px; line-height: .96; font-weight: 900; letter-spacing: -.035em; margin-top: 18px; }
.page-head--blue h1, .page-head--red h1 { color: #fff; }
.page-head--yellow h1 { color: var(--dark); max-width: 800px; }
.page-head--blue h1 { max-width: 760px; }
.page-head--red h1 { max-width: 760px; }
.page-head__sub { margin-top: 20px; font-size: 19px; line-height: 1.55; max-width: 580px; }
.page-head--blue .page-head__sub { color: #cfddff; }
.page-head--yellow .page-head__sub { color: #5a4a00; max-width: 560px; }
.page-head--red .page-head__sub { color: #ffd9db; max-width: 560px; }

/* ---------- Stat strip ---------- */
.stats { background: var(--dark); }
.stats__inner {
  max-width: var(--max); margin: 0 auto; display: flex; align-items: center;
  gap: 56px; padding: 22px 40px; flex-wrap: wrap;
}
.stat { display: flex; align-items: baseline; gap: 9px; }
.stat b { font-weight: 800; font-size: 22px; color: #fff; }
.stat b.gold { color: var(--yellow); }
.stat span { font-size: 13.5px; color: #b8bac2; }

/* ---------- Section scaffolding ---------- */
.section { padding-top: 76px; }
.section h2 {
  font-size: 40px; line-height: 1.05; font-weight: 900;
  letter-spacing: -.03em; color: var(--ink);
}
.section__head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; margin-bottom: 34px; flex-wrap: wrap;
}
.section__more { font-size: 15px; font-weight: 700; color: var(--blue); }

/* ---------- Positioning (home) ---------- */
.positioning { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.positioning h2 { font-size: 44px; line-height: 1.04; margin-top: 18px; }
.positioning p { margin-top: 20px; font-size: 17.5px; line-height: 1.6; color: var(--body); }
.audience { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.audience__card { background: #fff; border-radius: 14px; padding: 22px; border: 1px solid rgba(0,0,0,.07); }
.audience__card b { display: block; font-size: 15.5px; font-weight: 800; color: var(--ink); margin-bottom: 6px; }
.audience__card span { font-size: 13.5px; line-height: 1.5; color: var(--muted); }

/* ---------- Service bricks (home) ---------- */
.bricks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.brick-card {
  background: #fff; border-radius: 14px; padding: 26px 22px 24px; position: relative;
  border: 1px solid rgba(0,0,0,.07); transition: transform .18s, box-shadow .18s;
}
.brick-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(0,0,0,.1); }
.brick-card::before, .brick-card::after {
  content: ""; position: absolute; top: -8px; width: 16px; height: 16px;
  border-radius: 50%; background: var(--stud, var(--red));
}
.brick-card::before { left: 24px; }
.brick-card::after { left: 48px; }
.brick-card b { display: block; font-weight: 800; font-size: 17px; color: var(--ink); margin-bottom: 8px; }
.brick-card__img { height: 120px; width: 100%; object-fit: contain; margin: 4px 0 16px; }
.brick-card span { font-size: 14px; line-height: 1.55; color: var(--muted); }

/* ---------- Project cards ---------- */
.projects { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.projects--gallery { grid-template-columns: repeat(2, 1fr); gap: 26px; }
.project {
  background: #fff; border-radius: 16px; overflow: hidden;
  border: 1px solid var(--card-border); transition: transform .18s, box-shadow .18s;
}
.project:hover { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(0,0,0,.12); }
.project__shot {
  height: 190px; background: #eceae4; position: relative;
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.projects--gallery .project__shot { height: 340px; }
.project__shot img { width: 100%; height: 100%; object-fit: cover; }
.project__placeholder {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: #b7b4aa;
}
.project__placeholder .ph-brick { position: relative; width: 44px; height: 33px; border-radius: 6px; background: var(--ph, #d8d5cc); }
.project__placeholder .ph-brick::before, .project__placeholder .ph-brick::after {
  content: ""; position: absolute; top: -6px; width: 12px; height: 12px; border-radius: 50%;
  background: var(--ph, #d8d5cc);
}
.project__placeholder .ph-brick::before { left: 7px; }
.project__placeholder .ph-brick::after { left: 25px; }
.project__placeholder span { font-size: 12px; font-weight: 700; }
.project__body { padding: 20px 20px 22px; }
.projects--gallery .project__body { padding: 26px 28px 28px; }
.project__meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 11px; }
.project__year { font-size: 11.5px; font-weight: 700; color: var(--faint); }
.project__name { display: block; font-size: 18px; font-weight: 800; color: var(--ink); letter-spacing: -.01em; }
.projects--gallery .project__name { font-size: 22px; letter-spacing: -.02em; }
.project__blurb { display: block; font-size: 13.5px; line-height: 1.5; color: var(--muted); margin-top: 6px; }
.projects--gallery .project__blurb { font-size: 15px; line-height: 1.6; margin-top: 9px; }
.project__work { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.project__work span { padding: 4px 9px; border-radius: 6px; background: #f2f1ec; font-size: 11.5px; font-weight: 700; color: #5a5d65; }
.project__link { display: inline-block; margin-top: 14px; font-size: 13.5px; font-weight: 700; color: var(--blue); }
.projects--gallery .project__link { margin-top: 16px; font-size: 14px; font-weight: 800; }
.gallery-note { margin-top: 26px; font-size: 13.5px; color: var(--faint); }

/* Sector tag colours */
.tag--trades { background: #ffe0e2; color: #a80009; }
.tag--cafe { background: #fff2cc; color: #8a6d00; }
.tag--motors { background: #dbe6ff; color: #0043b0; }
.tag--retail { background: #d9f0e0; color: #00631f; }
.tag--restaurant { background: #ffe0e2; color: #a80009; }

.tag--architecture { background: #dbe6ff; color: #0043b0; }
.tag--legal { background: #e4e1f5; color: #3a2e8c; }
.tag--wellness { background: #d9f0e0; color: #00631f; }
.tag--travel { background: #ffe6cc; color: #94480a; }

/* ---------- Process (home) ---------- */
.process { background: var(--dark); margin-top: 80px; padding: 74px 0; }
.process h2 { color: #fff; margin: 0 0 40px; }
.process .pill { margin-bottom: 18px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step { background: #1f2230; border-radius: 14px; padding: 24px; border: 1px solid rgba(255,255,255,.08); }
.step__n {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 9px; font-weight: 900; font-size: 15px; margin-bottom: 16px;
}
.step b { display: block; font-size: 16.5px; font-weight: 800; color: #fff; margin-bottom: 7px; }
.step span { font-size: 13.5px; line-height: 1.55; color: #a9acb8; }

/* ---------- Testimonials ---------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.quote {
  background: #fff; border-radius: 16px; padding: 28px; border: 1px solid rgba(0,0,0,.07);
  display: flex; flex-direction: column; gap: 16px;
}
.quote__mark { font-size: 32px; line-height: 1; font-weight: 900; }
.quote p { font-size: 16px; line-height: 1.6; color: #3d4046; flex: 1; }
.quote__who { display: flex; align-items: center; gap: 11px; border-top: 1px solid var(--card-border); padding-top: 16px; }
.quote__chip { width: 34px; height: 34px; border-radius: 9px; flex: none; }
.quote__who b { display: block; font-size: 14px; font-weight: 800; color: var(--ink); }
.quote__who small { font-size: 12.5px; color: var(--muted); }

.quotes--dark-band { background: var(--dark); margin-top: 76px; padding: 70px 0; }
.quotes--dark-band .quotes { max-width: var(--max); margin: 0 auto; padding: 0 40px; gap: 22px; }
.quote--dark { background: #1f2230; border-color: rgba(255,255,255,.08); gap: 15px; }
.quote--dark p { color: #dcdee6; }
.quote--dark .quote__who { border-top-color: rgba(255,255,255,.1); padding-top: 15px; }
.quote--dark .quote__who b { color: #fff; }
.quote--dark .quote__who small { color: #a9acb8; }

/* ---------- CTA banner ---------- */
.cta-banner { max-width: var(--max); margin: 80px auto 0; padding: 0 40px 90px; }
.cta-banner__card {
  background: var(--red); border-radius: 20px; padding: 56px 48px;
  display: flex; align-items: center; justify-content: space-between; gap: 36px; flex-wrap: wrap;
}
.cta-banner__card h2 { font-size: 40px; line-height: 1.04; font-weight: 900; letter-spacing: -.03em; color: #fff; max-width: 600px; }
.cta-banner__card p { margin-top: 14px; font-size: 17px; line-height: 1.55; color: #ffd9db; }

/* ---------- Services page ---------- */
.service-list { display: flex; flex-direction: column; gap: 26px; padding-top: 64px; }
.service {
  background: #fff; border-radius: 18px; border: 1px solid var(--card-border); padding: 36px;
  display: grid; grid-template-columns: 1.35fr 1fr; gap: 44px; position: relative; overflow: hidden;
}
.service::before { content: ""; position: absolute; top: 0; left: 0; width: 6px; height: 100%; background: var(--bar, var(--red)); }
.service .tag { padding: 5px 12px; font-size: 11.5px; margin-bottom: 14px; }
.service h3 { font-size: 32px; line-height: 1.08; font-weight: 900; letter-spacing: -.025em; color: var(--ink); }
.service__body { margin-top: 14px; font-size: 16.5px; line-height: 1.6; color: var(--body); }
.service__price { display: flex; align-items: baseline; gap: 10px; margin-top: 22px; }
.service__price b { font-size: 24px; font-weight: 900; color: var(--ink); letter-spacing: -.02em; }
.service__price span { font-size: 13.5px; color: var(--muted); }
.service__img { display: block; height: 180px; max-width: 100%; object-fit: contain; object-position: left; margin-top: 22px; }
.service__includes { background: var(--bg); border-radius: 14px; padding: 26px; }
.service__includes > b {
  display: block; font-size: 12px; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase; color: #8a8d95; margin-bottom: 16px;
}
.service__includes ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.service__includes li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; line-height: 1.5; color: #3d4046; }
.service__includes li::before {
  content: ""; width: 8px; height: 8px; border-radius: 2px; background: var(--bar, var(--red));
  flex: none; margin-top: 6px;
}

/* ---------- Packages ---------- */
.packages-intro { margin: 10px 0 34px; font-size: 17px; color: var(--muted); }
.packages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.package {
  border-radius: 18px; padding: 32px 28px; display: flex; flex-direction: column; gap: 18px;
  background: #fff; border: 2px solid rgba(0,0,0,.1);
}
.package--featured { background: var(--blue); border-color: var(--blue); }
.package .tag { padding: 4px 11px; margin-bottom: 12px; }
.package__name { display: block; font-size: 22px; font-weight: 900; letter-spacing: -.02em; color: var(--ink); }
.package__who { display: block; font-size: 14px; line-height: 1.5; color: var(--muted); margin-top: 7px; }
.package__price { display: flex; align-items: baseline; gap: 8px; }
.package__price b { font-size: 38px; font-weight: 900; letter-spacing: -.03em; color: var(--ink); }
.package__price span { font-size: 13px; color: var(--muted); }
.package ul {
  list-style: none; display: flex; flex-direction: column; gap: 10px;
  border-top: 1px solid rgba(0,0,0,.09); padding-top: 18px;
}
.package li { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; line-height: 1.5; color: var(--ink); }
.package li::before {
  content: ""; width: 7px; height: 7px; border-radius: 2px; background: var(--dot, var(--blue));
  flex: none; margin-top: 6px;
}
.package__btn {
  display: inline-flex; align-items: center; justify-content: center; padding: 14px 20px;
  font-weight: 800; font-size: 15px; border-radius: 10px; cursor: pointer; margin-top: auto;
  transition: transform .15s; text-decoration: none;
}
.package__btn:hover { transform: translateY(-2px); }
.package--featured .package__name, .package--featured .package__price b, .package--featured li { color: #fff; }
.package--featured .package__who, .package--featured .package__price span { color: #cfddff; }
.package--featured ul { border-top-color: rgba(255,255,255,.22); }

/* ---------- FAQ ---------- */
.faq-wrap { max-width: 900px; margin: 0 auto; padding: 84px 40px 90px; }
.faq-wrap h2 { margin-bottom: 30px; font-size: 40px; line-height: 1.05; font-weight: 900; letter-spacing: -.03em; }
.faqs { display: flex; flex-direction: column; gap: 12px; }
.faq { background: #fff; border-radius: 14px; border: 1px solid var(--card-border); padding: 24px 26px; }
.faq b { display: block; font-size: 17px; font-weight: 800; color: var(--ink); margin-bottom: 9px; }
.faq span { font-size: 15.5px; line-height: 1.6; color: #5a5d65; }

/* ---------- About page ---------- */
.about-hero__row { display: flex; align-items: center; gap: 36px; flex-wrap: wrap; }
.about-hero__copy { flex: 1; min-width: min(420px, 100%); }
.about-hero__img { height: 300px; width: auto; flex: none;
  filter: drop-shadow(0 14px 26px rgba(0, 0, 0, .28)); }
.about-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding-top: 70px; }
.about-cols h2 { font-size: 34px; line-height: 1.08; font-weight: 900; letter-spacing: -.025em; }
.about-cols p { margin-top: 16px; font-size: 16.5px; line-height: 1.65; color: var(--body); }
.about-cols p + p { margin-top: 14px; }
.about-figure { margin-top: 28px; }
.about-figure img { width: 100%; display: block;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, .12)); }
.values { display: flex; flex-direction: column; gap: 14px; margin-top: 18px; }
.value { display: flex; gap: 14px; align-items: flex-start; }
.value__chip { width: 12px; height: 12px; border-radius: 3px; flex: none; margin-top: 6px; }
.value b { display: block; font-size: 16px; font-weight: 800; color: var(--ink); margin-bottom: 4px; }
.value span { font-size: 14.5px; line-height: 1.55; color: var(--muted); }

.stat-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding-top: 70px; }
.stat-tile { border-radius: 16px; padding: 28px; color: #fff; }
.stat-tile b { display: block; font-size: 34px; font-weight: 900; letter-spacing: -.03em; }
.stat-tile span { font-size: 14px; }

.about-cta { padding: 76px 0 90px; }
.about-cta__card {
  background: #fff; border-radius: 20px; border: 1px solid var(--card-border); padding: 44px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
}
.about-cta__card h2 { font-size: 32px; line-height: 1.08; font-weight: 900; letter-spacing: -.025em; max-width: 620px; }
.about-cta__card p { margin-top: 12px; font-size: 16.5px; line-height: 1.55; color: var(--muted); }

/* ---------- Contact page ---------- */
.contact-grid { display: grid; grid-template-columns: 1.3fr .9fr; gap: 44px; align-items: start; padding: 60px 0 90px; }
.form-card { background: #fff; border-radius: 20px; border: 1px solid var(--card-border); padding: 38px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field > span { font-size: 13px; font-weight: 800; color: #3d4046; }
.field input, .field textarea {
  padding: 13px 14px; border: 1.5px solid #dedcd6; border-radius: 10px; font-size: 15px;
  font-family: Inter, sans-serif; background: var(--bg); outline: none; color: var(--ink);
  transition: border-color .15s, background .15s;
}
.field input:focus, .field textarea:focus { border-color: var(--blue); background: #fff; }
.field textarea { resize: vertical; }
.needs-label { display: block; font-size: 13px; font-weight: 800; color: #3d4046; margin: 24px 0 11px; }
.chips { display: flex; flex-wrap: wrap; gap: 9px; }
.chip {
  padding: 10px 16px; border-radius: 100px; font-size: 14px; font-weight: 700; cursor: pointer;
  border: 1.5px solid #dedcd6; background: var(--bg); color: #3d4046; transition: all .15s;
  font-family: inherit;
}
.chip.is-on { background: var(--blue); border-color: var(--blue); color: #fff; }
.field--message { margin-top: 24px; }
.form-submit {
  display: inline-flex; align-items: center; justify-content: center; width: 100%;
  padding: 17px 24px; background: var(--red); color: #fff; font-weight: 800; font-size: 16.5px;
  border-radius: 11px; cursor: pointer; margin-top: 26px; border: 0; font-family: inherit;
  transition: transform .15s;
}
.form-submit:hover { transform: translateY(-2px); }
.form-note { display: block; text-align: center; font-size: 12.5px; color: var(--faint); margin-top: 12px; }

.form-thanks { display: none; flex-direction: column; align-items: flex-start; gap: 16px; padding: 30px 0; }
.form-thanks.is-visible { display: flex; }
.form-card.is-sent .form-body { display: none; }
.form-thanks__check {
  display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px;
  border-radius: 13px; background: var(--green); color: #fff; font-size: 26px; font-weight: 900;
}
.form-thanks b { font-size: 26px; font-weight: 900; letter-spacing: -.02em; color: var(--ink); }
.form-thanks p { font-size: 16px; line-height: 1.6; color: var(--muted); max-width: 420px; }
.form-thanks button {
  font-size: 14.5px; font-weight: 700; color: var(--blue); cursor: pointer;
  background: none; border: 0; font-family: inherit; padding: 0;
}

.contact-side { display: flex; flex-direction: column; gap: 16px; }
.side-card { border-radius: 18px; padding: 30px; }
.side-card--dark { background: var(--dark); color: #fff; }
.side-card__label {
  display: block; font-size: 12px; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase; margin-bottom: 18px;
}
.side-card--dark .side-card__label { color: #8a8d95; }
.contact-rows { display: flex; flex-direction: column; gap: 16px; }
.contact-rows b { display: block; font-size: 13px; color: #a9acb8; font-weight: 700; margin-bottom: 3px; }
.contact-rows a { font-size: 16.5px; font-weight: 800; }
.contact-rows a.gold { color: var(--yellow); }
.contact-rows a.white { color: #fff; }
.contact-rows .hours { font-size: 15px; color: #dcdee6; }
.side-card--yellow { background: var(--yellow); }
.side-card--yellow .side-card__label { color: #8a6d00; }
.next-steps { display: flex; flex-direction: column; gap: 14px; }
.next-step { display: flex; gap: 12px; align-items: flex-start; }
.next-step i {
  display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px;
  border-radius: 7px; background: var(--dark); color: var(--yellow); font-size: 12px;
  font-weight: 900; flex: none; font-style: normal;
}
.next-step span { font-size: 14.5px; line-height: 1.5; color: var(--dark); font-weight: 600; }

/* ---------- Process page (7-day flow) ---------- */
.flow-wrap { position: relative; padding: 64px 0 10px; }
.flow-spine {
  position: absolute; left: 50%; top: 40px; bottom: 40px; width: 5px;
  background: #dedcd6; border-radius: 3px; transform: translateX(-50%);
}
.flow { display: flex; flex-direction: column; gap: 34px; position: relative; }
.flow-row { display: grid; grid-template-columns: 1fr 96px 1fr; align-items: center; }
.flow-row__side { display: flex; }
.flow-row--left .flow-row__side--card { grid-column: 1; grid-row: 1; justify-content: flex-end; }
.flow-row--left .flow-row__side--chip { grid-column: 3; grid-row: 1; justify-content: flex-start; }
.flow-row--right .flow-row__side--card { grid-column: 3; grid-row: 1; justify-content: flex-start; }
.flow-row--right .flow-row__side--chip { grid-column: 1; grid-row: 1; justify-content: flex-end; }
.flow-card {
  max-width: 440px; background: #fff; border: 1px solid var(--card-border);
  border-radius: 16px; padding: 24px 26px; position: relative;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}
.flow-card::before, .flow-card::after {
  content: ""; position: absolute; top: -8px; width: 15px; height: 15px;
  border-radius: 50%; background: var(--c, var(--red));
}
.flow-card::before { left: 24px; }
.flow-card::after { left: 46px; }
.flow-card__arrow {
  position: absolute; top: 50%; width: 16px; height: 16px; background: #fff;
}
.flow-row--left .flow-card__arrow {
  right: -9px; transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid var(--card-border); border-right: 1px solid var(--card-border);
}
.flow-row--right .flow-card__arrow {
  left: -9px; transform: translateY(-50%) rotate(45deg);
  border-bottom: 1px solid var(--card-border); border-left: 1px solid var(--card-border);
}
.flow-card b.flow-card__title {
  display: block; font-size: 19px; font-weight: 900; letter-spacing: -.015em;
  color: var(--ink); margin-top: 4px;
}
.flow-card p { margin: 9px 0 0; font-size: 14px; line-height: 1.55; color: #5a5d65; }
.flow-card__receive {
  display: flex; align-items: flex-start; gap: 9px; margin-top: 14px;
  background: var(--bg); border-radius: 10px; padding: 11px 14px;
}
.flow-card__receive i {
  width: 9px; height: 9px; border-radius: 2.5px; background: var(--c, var(--red));
  flex: none; margin-top: 5px; font-style: normal;
}
.flow-card__receive span { font-size: 13px; line-height: 1.5; color: #3d4046; }
.flow-node-cell { grid-column: 2; grid-row: 1; display: flex; justify-content: center; }
.flow-node {
  width: 72px; height: 72px; border-radius: 18px; background: var(--c, var(--red));
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: 0 8px 20px rgba(0,0,0,.18); position: relative; z-index: 2;
}
.flow-node small {
  font-size: 10px; font-weight: 800; letter-spacing: .1em;
  color: rgba(255,255,255,.75); text-transform: uppercase;
}
.flow-node b { font-size: 26px; font-weight: 900; line-height: 1; color: #fff; letter-spacing: -.02em; }
.flow-node--yellow small { color: #6b5500; }
.flow-node--yellow b { color: var(--dark); }
.flow-chip {
  display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px;
  border-radius: 100px; background: #fff2cc; border: 1.5px dashed #d9ae00;
  font-size: 12.5px; font-weight: 800; color: #6b5500;
}
.flow-finish { display: flex; justify-content: center; margin-top: 34px; position: relative; }
.flow-finish__card {
  background: var(--dark); border-radius: 18px; padding: 26px 40px;
  display: flex; align-items: center; gap: 22px; box-shadow: 0 12px 30px rgba(0,0,0,.2);
}
.flow-finish__check {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 14px; background: var(--green);
  color: #fff; font-size: 26px; font-weight: 900; flex: none;
}
.flow-finish__card b { display: block; font-size: 20px; font-weight: 900; letter-spacing: -.02em; color: #fff; }
.flow-finish__card small { font-size: 14px; color: #a9acb8; }
.flow-band { margin-top: 64px; background: var(--yellow); }
.flow-band__inner {
  max-width: var(--max); margin: 0 auto; padding: 30px 40px;
  display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap;
}
.flow-band__claim { font-size: 17px; line-height: 1.45; font-weight: 800; color: var(--dark); max-width: 640px; }
.flow-band__claim mark {
  background: var(--dark); color: var(--yellow); padding: 2px 8px;
  border-radius: 6px; white-space: nowrap;
}
.flow-band__stats { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.flow-band__stats .stat b { color: var(--dark); font-size: 19px; font-weight: 900; }
.flow-band__stats .stat span { color: #6b5500; font-size: 12.5px; font-weight: 700; }

@media (max-width: 900px) {
  .flow-spine { left: 36px; transform: none; }
  .flow-row { grid-template-columns: 72px 1fr; row-gap: 12px; }
  .flow-node-cell { grid-column: 1; grid-row: 1; justify-content: flex-start; }
  .flow-row--left .flow-row__side--card, .flow-row--right .flow-row__side--card {
    grid-column: 2; grid-row: 1; justify-content: flex-start;
  }
  .flow-row--left .flow-row__side--chip, .flow-row--right .flow-row__side--chip {
    grid-column: 2; grid-row: 2; justify-content: flex-start;
  }
  .flow-row--left .flow-card__arrow, .flow-row--right .flow-card__arrow {
    left: -9px; right: auto; transform: translateY(-50%) rotate(45deg);
    border: 0; border-bottom: 1px solid var(--card-border); border-left: 1px solid var(--card-border);
  }
  .flow-card { max-width: none; }
}

/* ---------- Experience CTA ---------- */
.gallery-cta { padding: 70px 0 90px; text-align: center; }
.gallery-cta h2 { font-size: 38px; line-height: 1.06; font-weight: 900; letter-spacing: -.03em; }
.gallery-cta .btn { margin-top: 24px; }

/* ---------- Home outro (image band above footer) ---------- */
.home-outro { max-width: var(--max); margin: 0 auto; padding: 0 40px 90px; }
.home-outro img { display: block; width: 100%; max-width: 940px; margin: 0 auto;
  filter: drop-shadow(0 14px 26px rgba(0, 0, 0, .12)); }

/* ---------- Footer ---------- */
.footer { margin-top: auto; background: var(--dark); padding: 52px 0 34px; }
.footer__top {
  display: flex; justify-content: space-between; gap: 44px; flex-wrap: wrap;
  padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer__brand { max-width: 320px; }
.footer__logo { display: flex; align-items: center; gap: 11px; margin-bottom: 14px; }
.footer__logo span { font-weight: 800; font-size: 15.5px; color: #fff; letter-spacing: -.02em; }
.footer__brand > span { font-size: 14px; line-height: 1.6; color: #a9acb8; }
.footer__cols { display: flex; gap: 56px; flex-wrap: wrap; }
.footer__col { display: flex; flex-direction: column; gap: 11px; }
.footer__col b {
  font-size: 11.5px; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase; color: #6f727c;
}
.footer__col a { font-size: 14.5px; font-weight: 600; color: #dcdee6; }
.footer__col a:hover { color: var(--yellow); }
.footer__bottom {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding-top: 22px; flex-wrap: wrap;
}
.footer__bottom > span { font-size: 13px; color: #6f727c; }
.footer__stats { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.footer__stats .stat b { font-size: 15px; }
.footer__stats .stat span { font-size: 12.5px; color: #8a8d95; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .bricks, .steps, .stat-tiles { grid-template-columns: repeat(2, 1fr); }
  .projects--gallery { grid-template-columns: repeat(2, 1fr); }
  .projects { grid-template-columns: repeat(2, 1fr); }
  .quotes { grid-template-columns: 1fr; }
  .quotes--dark-band .quotes { grid-template-columns: 1fr; }
  .packages { grid-template-columns: 1fr; }
  .positioning, .about-cols { grid-template-columns: 1fr; gap: 40px; }
  .service { grid-template-columns: 1fr; gap: 28px; }
  .contact-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 60px; }
  .page-head h1 { font-size: 48px; }
}
@media (max-width: 640px) {
  .wrap { padding-left: 22px; padding-right: 22px; }
  .nav__inner { padding: 14px 22px; }
  .nav__links { gap: 4px; }
  .nav__link { padding: 8px 10px; font-size: 13.5px; }
  .stats__inner { gap: 24px; padding: 18px 22px; }
  .hero { padding: 48px 0 44px; }
  .hero h1 { font-size: 46px; }
  .hero__img { height: 300px; }
  .hero__video { height: 200px; }
  .hero__sub { font-size: 17px; }
  .page-head h1 { font-size: 38px; }
  .page-head__sub { font-size: 16.5px; }
  .section h2 { font-size: 30px; }
  .positioning h2 { font-size: 32px; }
  .bricks, .steps, .projects, .projects--gallery, .audience, .stat-tiles { grid-template-columns: 1fr; }
  .projects--gallery .project__shot { height: 240px; }
  .form-grid { grid-template-columns: 1fr; }
  .cta-banner__card { padding: 36px 28px; }
  .cta-banner__card h2 { font-size: 28px; }
  .service { padding: 26px 22px; }
  .about-cta__card { padding: 30px 24px; }
  .footer { padding-top: 40px; }
}
