:root {
  --red: #b70b2f;
  --red-dark: #850820;
  --ink: #090909;
  --charcoal: #1a1a1a;
  --muted: #62605e;
  --paper: #fff;
  --cream: #f4f0ea;
  --cream-2: #eae3dc;
  --line: #ded8d1;
  --shadow: 0 20px 54px rgba(20, 16, 13, .14);
  --radius: 20px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.62; }
img, svg { display: block; max-width: 100%; height: auto; }
.responsive-picture { display: contents; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 32px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 32px), 820px); margin-inline: auto; }
.eyebrow { margin: 0 0 11px; color: var(--red); font-size: .76rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }

.header { position: sticky; top: 0; z-index: 40; color: #fff; background: var(--ink); border-bottom: 1px solid #262626; }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { min-width: 0; display: flex; align-items: center; gap: 21px; text-decoration: none; }
.smeg-wordmark { display: inline-flex; align-items: center; color: #fff; white-space: nowrap; }
.smeg-wordmark i { width: 10px; height: 10px; margin-right: 2px; border-radius: 50%; background: currentColor; }
.smeg-wordmark b { margin-left: 2px; font-size: 2.25rem; line-height: 1; font-weight: 900; letter-spacing: -.09em; }
.brand-copy { padding-left: 20px; border-left: 1px solid #525252; line-height: 1.04; font-size: 1rem; font-weight: 780; letter-spacing: .02em; }
.brand-copy small { display: block; margin-top: 6px; color: #c8c8c8; font-size: .66rem; font-weight: 650; letter-spacing: .24em; text-transform: uppercase; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 21px; }
.nav a { color: #fff; text-decoration: none; font-size: .88rem; font-weight: 730; }
.nav a:hover { color: #f1c7d2; }
.menu-button { display: none; margin-left: auto; width: 48px; min-height: 48px; border: 1px solid #555; border-radius: 12px; color: #fff; background: transparent; font-size: 1.55rem; }

.btn { min-height: 50px; padding: 13px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 11px; text-decoration: none; font-weight: 850; transition: transform .2s, background .2s; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #fff; background: var(--red); }
.btn-primary:hover { background: var(--red-dark); }
.btn-secondary { color: #fff; background: var(--ink); }
.btn-ghost { color: var(--ink); background: #fff; border-color: #aaa29a; }
.btn svg { width: 24px; height: 24px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.btn span { display: grid; gap: 2px; line-height: 1.08; }
.btn small { font-size: .61rem; font-weight: 700; letter-spacing: .01em; opacity: .76; }
.btn-call { color: #fff; background: var(--red); border-color: var(--red); box-shadow: 0 9px 22px rgba(133, 8, 32, .2); }
.btn-call:hover { color: #fff; background: var(--red-dark); border-color: var(--red-dark); }
.btn-whatsapp {
  color: #fff;
  background: linear-gradient(135deg, #343230, #242321);
  border-color: #4a4743;
  box-shadow: 0 9px 22px rgba(9, 9, 9, .18), inset 0 1px 0 rgba(255, 255, 255, .09);
}
.btn-whatsapp:hover { color: #fff; background: linear-gradient(135deg, #242321, #151515); border-color: #625d57; }
.btn-whatsapp:focus-visible { outline: 3px solid rgba(183, 11, 47, .34); outline-offset: 3px; }
.btn-header-call { min-height: 46px; padding: 10px 16px; color: #fff !important; background: var(--red); border-color: var(--red); }
.btn-header-call:hover { background: var(--red-dark); }
.btn-header-call svg { width: 20px; height: 20px; }
.mobile-header-call { display: none; }
.is-pending { position: relative; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.contact-actions .btn { min-width: 205px; }
.hero-contact-actions { margin-top: 2px; }
.hero-service-link, .cta-text-link { width: fit-content; margin-top: 14px; display: inline-block; color: var(--ink); font-size: .84rem; font-weight: 850; text-decoration: none; }
.hero-service-link:hover, .cta-text-link:hover { color: var(--red); }
.fixed-contact-bar { display: none; }
.editorial-credit { border-bottom: 1px solid var(--line); color: var(--muted); background: #fff; font-size: .82rem; }
.editorial-credit .container { padding-top: .65rem; padding-bottom: .65rem; display: flex; justify-content: space-between; gap: 1rem; }
.editorial-credit a { color: var(--ink); font-weight: 780; }

.hero, .page-hero { overflow: hidden; background: linear-gradient(90deg, #fbfaf7 0%, #f4f0ea 48%, #ddd5cc 100%); }
.hero-grid, .page-hero-grid { min-height: 690px; display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); align-items: stretch; }
.hero-copy, .page-hero-copy { position: relative; z-index: 3; padding: 70px 24px 74px 0; display: flex; flex-direction: column; justify-content: center; }
.hero h1, .page-hero h1, .section h2, .content h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; }
.hero h1, .page-hero h1 { max-width: 760px; margin: 18px 0 23px; font-size: clamp(3rem, 5.4vw, 5.5rem); line-height: .97; }
.hero h1 em, .page-hero h1 em { color: var(--red); font-style: normal; }
.hero-lead { max-width: 635px; margin: 0 0 24px; color: #3e3e3e; font-size: 1.08rem; }
.hero-reassurance { max-width: 560px; margin: 13px 0 0; color: #262626; font-size: .82rem; font-weight: 800; line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.pending-note { max-width: 560px; margin: 17px 0 0; color: var(--muted); font-size: .83rem; }
.badge { width: fit-content; padding: 7px 12px; display: inline-flex; border: 1px solid currentColor; border-radius: 999px; color: var(--ink); font-size: .72rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.hero-media, .page-hero-media { position: relative; min-width: 0; }
.hero-media::before, .page-hero-media::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, #f7f3ee 0%, rgba(247, 243, 238, .18) 27%, transparent 54%); pointer-events: none; }
.hero-media img, .page-hero-media img { width: 100%; height: 100%; min-height: 690px; object-fit: cover; object-position: 61% center; }

.page-hero-grid { min-height: 610px; }
.page-hero-copy { padding-top: 45px; padding-bottom: 55px; }
.page-hero-media img { min-height: 610px; }
.breadcrumbs { margin: 0 0 26px; display: flex; flex-wrap: wrap; gap: 8px; color: #696663; font-size: .78rem; }
.breadcrumbs a { text-decoration: none; }

.trust-strip { position: relative; z-index: 5; margin-top: -50px; }
.trust-grid { padding: 20px 16px; display: grid; grid-template-columns: repeat(4, 1fr); color: #fff; background: var(--charcoal); border: 1px solid #333; border-radius: 18px; box-shadow: var(--shadow); }
.trust-item { min-width: 0; padding: 7px 20px; border-right: 1px solid #515151; text-align: center; }
.trust-item:last-child { border: 0; }
.trust-item::before { width: 36px; height: 36px; margin: 0 auto 8px; display: grid; place-items: center; color: #111; background: #f4f0ea; border-radius: 50%; font-size: 1rem; font-weight: 900; }
.trust-item:nth-child(1)::before { content: "✓"; }
.trust-item:nth-child(2)::before { content: "◷"; }
.trust-item:nth-child(3)::before { content: "!"; }
.trust-item:nth-child(4)::before { content: "⌖"; }
.trust-item strong { display: block; color: #fff; font-size: .93rem; }
.trust-item span { display: block; margin-top: 3px; color: #d3cfca; font-size: .79rem; line-height: 1.35; }

.section { padding: 92px 0; }
.section-soft { background: var(--cream); }
.section-dark { color: #fff; background: var(--ink); }
.section-head { margin-bottom: 34px; display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.section h2 { margin: 0 0 17px; font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: 1.03; }
.section-head p { max-width: 620px; margin: 0; color: var(--muted); }
.service-grid, .card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-card, .card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 33px rgba(30, 24, 22, .07); }
.service-visual { height: 225px; padding: 24px; display: grid; place-items: center; background: linear-gradient(145deg, #fbfaf8, #eee8e1); }
.service-visual img { width: 178px; height: 178px; object-fit: contain; }
.service-body, .card-body { padding: 23px; }
.service-card h3, .card h3 { margin: 0 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 1.32rem; font-weight: 600; line-height: 1.16; }
.service-card p, .card p { margin: 0 0 18px; color: var(--muted); }
.text-link { color: var(--ink); font-weight: 850; text-decoration: none; }
.text-link:hover { color: var(--red); }
.all-services { margin-top: 34px; padding: 28px; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); }
.all-services h3 { margin: 0 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; font-weight: 550; }
.all-services .directory { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 54px; align-items: center; }
.split > div:last-child { display: grid; place-items: center; }
.split > div:last-child img { width: min(100%, 530px); max-height: 560px; object-fit: contain; }
.split > div > img { width: 100%; max-height: 610px; object-fit: cover; border-radius: 22px; box-shadow: 0 18px 44px rgba(20,16,13,.12); }
.feature-list { margin-top: 26px; display: grid; gap: 16px; }
.feature { display: grid; grid-template-columns: 42px 1fr; gap: 14px; }
.feature i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: var(--ink); font-style: normal; font-weight: 900; }
.feature strong { display: block; }
.feature p { margin: 4px 0 0; color: var(--muted); }

.cta-panel { padding: 42px; color: #fff; background: linear-gradient(135deg, #161616, #000); border: 1px solid #313131; border-radius: 25px; box-shadow: var(--shadow); }
.cta-panel h2 { max-width: 780px; }
.cta-panel p { max-width: 770px; color: #d6d2cf; }
.cta-panel .btn-ghost { border: 0; }
.cta-panel .contact-actions { margin-top: 24px; }
.cta-panel .cta-text-link { color: #fff; opacity: .86; }
.inline-contact-cta { margin: 34px 0; padding: 25px; background: #f4f0ea; border: 1px solid var(--line); border-radius: 18px; }
.inline-contact-cta > strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; font-weight: 550; }
.inline-contact-cta p { margin: 5px 0 17px; color: var(--muted); }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 58px; }
.content { min-width: 0; }
.content h2 { margin: 54px 0 18px; font-size: clamp(2rem, 3.3vw, 2.7rem); line-height: 1.05; }
.content h3 { margin: 29px 0 9px; font-size: 1.25rem; }
.content p, .content li { color: #404040; }
.content ul, .content ol { padding-left: 23px; }
.content > img { max-height: 600px; width: 100%; object-fit: contain; background: var(--cream); border-radius: 22px; }
.info-box, .warning-box { margin: 27px 0; padding: 23px; border-radius: 16px; }
.info-box { background: var(--cream); border: 1px solid var(--line); }
.warning-box { background: #fff1f3; border-left: 5px solid var(--red); }
.sidebar { min-width: 0; }
.sticky-card { position: sticky; top: 105px; padding: 25px; color: #fff; background: var(--ink); border-radius: 20px; }
.sticky-card h2 { margin: 0 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 550; }
.sticky-card p { color: #d1d1d1; }
.sticky-card .btn { width: 100%; margin-top: 8px; }
.sticky-card .contact-actions { display: grid; gap: 8px; }
.sticky-card .contact-actions .btn { min-width: 0; }
.sticky-card .cta-text-link { color: #fff; opacity: .86; }
.directory { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.directory a { padding: 18px; display: block; background: #fff; border: 1px solid var(--line); border-radius: 14px; text-decoration: none; font-weight: 800; }
.directory a:hover { color: var(--red); border-color: var(--red); }
.faq-list { display: grid; gap: 12px; }
.faq-list details { padding: 17px 19px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.faq-list summary { cursor: pointer; font-weight: 850; }
.faq-list p { margin: 11px 0 0; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; background: #fff; border: 1px solid #bdb6af; border-radius: 11px; }
.field textarea { min-height: 140px; resize: vertical; }
.source-list { color: var(--muted); font-size: .85rem; }

.home-intro { padding-bottom: 74px; }
.pain-grid, .process-grid, .decision-grid, .home-link-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.pain-card { min-width: 0; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 12px 32px rgba(30,24,22,.06); }
.pain-card > span, .process-card > span { width: 38px; height: 38px; margin-bottom: 18px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-size: .78rem; font-weight: 900; }
.pain-card h3, .process-card h3 { margin: 0 0 9px; font-family: Georgia, "Times New Roman", serif; font-size: 1.42rem; line-height: 1.12; font-weight: 550; }
.pain-card p { color: var(--muted); }
.pain-card a { color: var(--ink); font-size: .86rem; font-weight: 850; text-decoration: none; }
.pain-card a:hover { color: var(--red); }
.home-action.section-dark { padding-top: 72px; padding-bottom: 72px; }
.home-action.section-dark .cta-panel { border-color: #454545; box-shadow: none; }
.home-image-band { margin-top: 34px; display: grid; grid-template-columns: 1.45fr .55fr; gap: 18px; }
.home-image-band img { width: 100%; height: 390px; object-fit: cover; border-radius: 20px; background: var(--cream); }
.home-image-band img:last-child { object-fit: contain; padding: 20px; }
.process-card { min-width: 0; padding: 25px; color: #fff; background: #181818; border: 1px solid #363636; border-radius: 18px; }
.process-card p { margin-bottom: 0; color: #c9c5c1; }
.decision-grid .card { padding: 27px; }
.decision-grid .card h3 { font-size: 1.38rem; }
.home-link-grid a { min-width: 0; padding: 25px; display: block; background: var(--cream); border: 1px solid var(--line); border-radius: 17px; text-decoration: none; }
.home-link-grid a:hover { color: var(--red); border-color: var(--red); }
.home-link-grid strong { display: block; margin-bottom: 6px; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 550; }
.home-link-grid span { display: block; color: var(--muted); font-size: .9rem; }

.footer { padding: 62px 0 28px; color: #fff; background: #0d0d0d; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 42px; }
.footer .brand { margin-bottom: 20px; }
.footer h2, .footer h3 { margin-top: 0; }
.footer a { margin: 8px 0; display: block; color: #d4d4d4; text-decoration: none; }
.footer p { color: #bdbdbd; }
.footer-note { margin-top: 38px; padding-top: 23px; color: #a6a6a6; border-top: 1px solid #333; font-size: .8rem; }
.footer-note p { margin: 0; }
.footer-note p + p { margin-top: 10px; }

@media (max-width: 980px) {
  .header-inner { gap: 10px; }
  .header .brand { flex: 1 1 auto; }
  .mobile-header-call { min-width: 78px; min-height: 44px; margin-left: auto; padding: 8px 11px; display: inline-flex; flex: 0 0 auto; color: #fff; background: var(--red); border-color: var(--red); border-radius: 10px; font-size: .74rem; }
  .mobile-header-call:hover { color: #fff; background: var(--red-dark); border-color: var(--red-dark); }
  .mobile-header-call svg { width: 18px; height: 18px; }
  .menu-button { display: block; margin-left: 0; flex: 0 0 auto; }
  .nav { position: absolute; top: 74px; left: 12px; right: 12px; display: none; padding: 16px; flex-direction: column; align-items: stretch; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow); }
  .nav.is-open { display: flex; }
  .nav a { color: var(--ink); }
  .nav .btn-primary { color: #fff; }
  .nav .btn-header-call { display: none; }
  .hero-grid, .page-hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy, .page-hero-copy { padding: 50px 0 26px; }
  .hero-media, .page-hero-media { height: 540px; }
  .hero-media img, .page-hero-media img { min-height: 0; height: 540px; object-position: 62% center; }
  .hero-media::before, .page-hero-media::before { background: linear-gradient(180deg, #f7f3ee 0%, transparent 25%); }
  .trust-strip { margin-top: -27px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid #515151; }
  .service-grid, .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pain-grid, .process-grid, .decision-grid, .home-link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split, .article-layout { grid-template-columns: 1fr; }
  .sidebar { order: -1; }
  .sticky-card { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .editorial-credit .container { display: grid; gap: .2rem; }
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .container, .narrow { width: min(calc(100% - 24px), var(--max)); }
  .header-inner { min-height: 72px; }
  .brand { gap: 10px; }
  .smeg-wordmark i { width: 7px; height: 7px; }
  .smeg-wordmark b { font-size: 1.72rem; }
  .brand-copy { padding-left: 10px; font-size: .75rem; }
  .brand-copy small { margin-top: 4px; font-size: .52rem; letter-spacing: .16em; }
  .menu-button { width: 45px; min-height: 45px; padding: 0; }

  .hero, .page-hero { position: relative; background: #f5f1ec; }
  .hero-grid, .page-hero-grid { min-height: 680px; position: relative; display: block; }
  .hero-copy, .page-hero-copy { width: 57%; min-height: 680px; padding: 45px 0 30px; position: relative; z-index: 4; justify-content: center; }
  .hero-media, .page-hero-media { position: absolute; inset: 0; height: 680px; }
  .hero-media img, .page-hero-media img { width: 100%; height: 680px; object-position: 57% center; }
  .hero-media::before, .page-hero-media::before { background: linear-gradient(90deg, rgba(247,243,238,.99) 0%, rgba(247,243,238,.95) 29%, rgba(247,243,238,.76) 44%, rgba(247,243,238,.16) 64%, transparent 82%); }
  .hero h1, .page-hero h1 { margin: 14px 0 18px; font-size: 2.42rem; line-height: 1; }
  .hero-lead { margin-bottom: 19px; color: #292929; font-size: .84rem; line-height: 1.48; }
  .hero-reassurance { margin-top: 9px; font-size: .64rem; line-height: 1.35; }
  .badge, .page-hero .eyebrow { font-size: .58rem; }
  .breadcrumbs { margin-bottom: 15px; font-size: .65rem; }
  .hero-actions, .hero-contact-actions { display: grid; }
  .hero-actions .btn, .hero-contact-actions .btn { width: 100%; min-width: 0; min-height: 46px; padding: 9px 7px; font-size: .7rem; }
  .hero-contact-actions { gap: 7px; }
  .hero-contact-actions .btn svg { width: 20px; height: 20px; }
  .hero-service-link { margin-top: 10px; font-size: .7rem; }
  .hero-contact-actions small { font-size: .5rem; }
  .pending-note { font-size: .68rem; line-height: 1.4; }

  .page-hero-grid, .page-hero-copy { min-height: 620px; }
  .page-hero-media, .page-hero-media img { height: 620px; }
  .trust-strip { margin-top: 0; }
  .trust-grid { width: 100%; padding: 12px 7px; grid-template-columns: repeat(4, 1fr); border: 0; border-radius: 0; }
  .trust-item { padding: 7px 5px; border-right: 1px solid #4d4d4d; border-bottom: 0 !important; }
  .trust-item::before { width: 27px; height: 27px; margin-bottom: 6px; font-size: .75rem; }
  .trust-item strong { font-size: .65rem; line-height: 1.25; }
  .trust-item span { display: none; }

  .section { padding: 62px 0; }
  .section-head { display: block; }
  .section h2 { font-size: 2.3rem; }
  #servicios { padding-top: 42px; }
  #servicios .section-head p { font-size: .82rem; }
  #servicios .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
  #servicios .service-card { border-radius: 10px; }
  #servicios .service-visual { height: 105px; padding: 9px; }
  #servicios .service-visual img { width: 90px; height: 90px; }
  #servicios .service-body { padding: 10px; }
  #servicios .service-body .eyebrow, #servicios .service-body p { display: none; }
  #servicios .service-card h3 { min-height: 46px; font-size: .93rem; }
  #servicios .text-link { font-size: 0; }
  #servicios .text-link::after { content: "→"; font-size: 1.25rem; }
  .all-services { padding: 18px; }
  .all-services .directory { grid-template-columns: 1fr; }
  .service-grid, .card-grid, .directory, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .pain-grid, .process-grid, .decision-grid, .home-link-grid, .home-image-band { grid-template-columns: 1fr; }
  .pain-card, .process-card, .decision-grid .card, .home-link-grid a { padding: 21px; }
  .home-image-band img { height: 270px; }
  .split > div > img { max-height: 470px; }
  .field-full { grid-column: auto; }
  .service-visual { height: 200px; }
  .cta-panel { padding: 27px 20px; }
  .article-layout { gap: 28px; }
  .content h2 { margin-top: 42px; }
  .footer { padding-bottom: 32px; }
  .footer .smeg-wordmark b { font-size: 2rem; }
  .fixed-contact-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; display: block; padding: 7px 9px calc(7px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.97); border-top: 1px solid #d7d1ca; box-shadow: 0 -10px 30px rgba(10,10,10,.14); backdrop-filter: blur(10px); }
  .fixed-contact-bar .contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
  .fixed-contact-bar .btn { min-width: 0; min-height: 56px; padding: 7px 6px; border-radius: 9px; font-size: .7rem; }
  .fixed-contact-bar .btn svg { width: 22px; height: 22px; }
  .fixed-contact-bar .btn small { font-size: .49rem; }
  .panel-contact-actions, .inline-contact-actions { display: grid; }
  .panel-contact-actions .btn, .inline-contact-actions .btn { width: 100%; min-width: 0; }
}

@media (max-width: 390px) {
  .smeg-wordmark i { width: 5px; height: 5px; margin-right: 1px; }
  .smeg-wordmark b { font-size: 1.38rem; }
  .brand-copy { display: block; padding-left: 8px; font-size: .66rem; }
  .brand-copy small { font-size: .46rem; }
  .mobile-header-call { min-width: 72px; padding-inline: 8px; font-size: .68rem; }
  .hero-copy, .page-hero-copy { width: 58%; }
  .hero h1, .page-hero h1 { font-size: 2.05rem; }
}
