/*
Theme Name: Grammor Media Elementor
Theme URI: https://grammormedia.co.za/
Author: Grammor Media
Description: A lightweight, luxury WordPress theme built for complete editing with Elementor Free. Includes WooCommerce styling and Grammor Media starter-site onboarding.
Version: 2.0.0
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: grammor-media
*/

:root {
  --gm-navy: #111d32;
  --gm-navy-soft: #1d2b45;
  --gm-gold: #c9a96e;
  --gm-gold-light: #eadfc9;
  --gm-cream: #f8f5ef;
  --gm-white: #ffffff;
  --gm-ink: #172033;
  --gm-muted: #667085;
  --gm-border: #e8e2d8;
  --gm-shadow: 0 18px 55px rgba(17, 29, 50, .1);
  --gm-radius: 22px;
  --gm-container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--gm-ink);
  background: var(--gm-white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
h1,h2,h3,h4,h5,h6 { color: var(--gm-navy); font-family: "Cormorant Garamond", Georgia, serif; line-height: 1.08; margin-top: 0; }
h1 { font-size: clamp(3.1rem, 7vw, 6.8rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.35rem, 5vw, 4.7rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.55rem, 2.5vw, 2.25rem); }
p { margin: 0 0 1.2rem; }

.gm-container { width: min(calc(100% - 40px), var(--gm-container)); margin-inline: auto; }
.gm-site-main { min-height: 60vh; }
.gm-content { padding: 72px 0; }
.gm-content--narrow { max-width: 840px; margin: auto; }
.gm-eyebrow { color: var(--gm-gold); font-size: .78rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.gm-gold-rule { width: 72px; height: 2px; border: 0; background: var(--gm-gold); margin: 24px 0; }
.gm-card { background: #fff; border: 1px solid var(--gm-border); border-radius: var(--gm-radius); box-shadow: var(--gm-shadow); padding: 30px; }

.gm-site-header { position: sticky; top: 0; z-index: 999; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(17,29,50,.08); backdrop-filter: blur(16px); }
.gm-header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.gm-brand { color: var(--gm-navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.55rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.gm-brand span { color: var(--gm-gold); }
.gm-nav ul { display: flex; align-items: center; gap: 25px; list-style: none; margin: 0; padding: 0; }
.gm-nav a { font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gm-nav a:hover, .gm-nav .current-menu-item > a { color: var(--gm-gold); }
.gm-header-cta, .gm-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 22px; border: 1px solid var(--gm-navy); border-radius: 999px;
  color: #fff !important; background: var(--gm-navy) !important; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}
.gm-header-cta:hover, .gm-button:hover { background: var(--gm-gold) !important; border-color: var(--gm-gold); transform: translateY(-2px); }
.gm-menu-toggle { display: none; border: 0; background: transparent; font-size: 1.4rem; }

.gm-page-hero { padding: 100px 0 80px; background: radial-gradient(circle at 80% 10%, rgba(201,169,110,.22), transparent 30%), var(--gm-cream); }
.gm-page-hero p { max-width: 680px; color: var(--gm-muted); font-size: 1.15rem; }
.gm-process-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 28px; margin-top: 55px; border-top: 2px solid var(--gm-gold); padding-top: 28px; }
.gm-process-grid > div { position: relative; }
.gm-process-grid > div::before { content: ""; position: absolute; width: 34px; height: 34px; top: -46px; left: 0; border: 2px solid var(--gm-gold); border-radius: 50%; background: #fff; }
.gm-process-grid h3 { margin-bottom: 5px; }
.gm-process-grid small { color: var(--gm-muted); }
.gm-hero-art { position: relative; min-height: 420px; overflow: hidden; border-radius: 240px 240px 10px 240px; background: linear-gradient(135deg,var(--gm-gold-light),var(--gm-gold)); box-shadow: 0 22px 48px rgba(17,29,50,.12); }
.gm-hero-art::before { content: ""; position: absolute; width: 145px; height: 145px; right: 90px; top: 120px; border-radius: 50%; background: rgba(255,255,255,.18); }
.gm-hero-art::after { content: ""; position: absolute; width: 210px; height: 135px; right: 18px; top: 95px; border-top: 3px solid rgba(255,255,255,.9); border-radius: 55% 55% 0 0; transform: rotate(-24deg); }
.gm-about-hero-art { min-height: 420px; display: grid; place-items: center; border-radius: 240px 240px 10px 240px; background: linear-gradient(135deg,var(--gm-gold-light),var(--gm-gold)); box-shadow: 0 22px 48px rgba(17,29,50,.12); }
.gm-about-hero-art span { display: grid; place-items: center; width: 200px; height: 200px; border-radius: 50%; color: var(--gm-navy); background: rgba(255,255,255,.22); font: italic 600 2rem/1.35 "Cormorant Garamond",Georgia,serif; }
.gm-venn { position: relative; min-height: 390px; max-width: 500px; margin: auto; }
.gm-venn span { position: absolute; display: grid; place-items: center; width: 235px; height: 235px; border: 2px solid var(--gm-gold); border-radius: 50%; color: var(--gm-navy); font: 600 1.55rem/1.1 "Cormorant Garamond",Georgia,serif; }
.gm-venn-a { left: 20px; top: 10px; }
.gm-venn-b { right: 20px; top: 10px; }
.gm-venn-c { left: 50%; bottom: 0; transform: translateX(-50%); }
.gm-services-orbit { position: relative; min-height: 390px; max-width: 470px; margin: auto; }
.gm-services-orbit span { position: absolute; display: grid; place-items: center; border-radius: 50%; color: var(--gm-navy); font: 600 1.45rem/1.1 "Cormorant Garamond",Georgia,serif; }
.gm-orbit-a { width: 250px; height: 250px; left: 25px; top: 15px; background: linear-gradient(135deg,var(--gm-gold-light),var(--gm-gold)); }
.gm-orbit-b { width: 190px; height: 190px; right: 20px; top: 110px; color: #fff !important; background: var(--gm-navy); }
.gm-orbit-c { width: 150px; height: 150px; left: 85px; bottom: 5px; border: 2px solid var(--gm-gold); background: #fff; }
.gm-card-link { color: var(--gm-navy); font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.gm-problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 38px; margin-top: 60px; border-top: 2px solid var(--gm-gold); padding-top: 30px; }
.gm-problem-grid h3 { margin-bottom: 5px; }
.gm-problem-grid small { color: var(--gm-muted); }
.gm-package-count { display:grid;place-items:center;width:260px;height:260px;margin:auto;border:32px solid rgba(201,169,110,.3);border-radius:50%;color:var(--gm-navy);background:var(--gm-gold-light);text-align:center;box-shadow:0 18px 45px rgba(17,29,50,.08) }.gm-package-count strong{font:700 4rem/1 "Cormorant Garamond",Georgia,serif}.gm-package-count span{display:block;margin-top:-55px;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.gm-package-paths{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:28px}.gm-package-paths b,.gm-package-paths span{display:block}.gm-package-paths b{color:#fff;font-family:"Cormorant Garamond",Georgia,serif;font-size:1.35rem}.gm-package-paths span{margin-top:5px;color:rgba(255,255,255,.62);font-size:.78rem}
.gm-portfolio-idea{position:relative;display:grid;place-items:center;width:285px;height:350px;margin:auto;border-radius:150px;background:var(--gm-navy);color:#fff}.gm-portfolio-idea:before,.gm-portfolio-idea:after{content:"";position:absolute;border-radius:50%}.gm-portfolio-idea:before{width:145px;height:145px;left:-55px;top:90px;background:rgba(201,169,110,.88)}.gm-portfolio-idea:after{width:90px;height:90px;right:-10px;top:-18px;background:var(--gm-gold-light)}.gm-portfolio-idea span{position:relative;z-index:2;font:600 1.8rem/1.5 "Cormorant Garamond",Georgia,serif}.gm-portfolio-idea b{color:var(--gm-gold);font-weight:600}.gm-portfolio-tags{color:var(--gm-gold);font-size:.72rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.gm-web-projects{display:grid;grid-template-columns:1fr 1fr;gap:35px;margin-top:50px}.gm-web-projects a{position:relative;display:block;padding:52px 22px 25px;border-radius:9px;background:#eef4f6;color:var(--gm-navy);box-shadow:inset 0 16px 0 #f7f7f7}.gm-web-projects a:before{content:"●  ●  ●";position:absolute;top:7px;left:13px;color:#c9a96e;letter-spacing:4px}.gm-web-projects span,.gm-web-projects small{display:block}.gm-web-projects span{font:600 1.5rem/1.2 "Cormorant Garamond",Georgia,serif}.gm-web-projects small{margin-top:6px;color:var(--gm-muted)}
.gm-insights-orbit{position:relative;display:grid;place-items:center;width:285px;height:285px;margin:auto;border-radius:50%;color:#fff;background:var(--gm-navy)}.gm-insights-orbit:before,.gm-insights-orbit:after{content:"";position:absolute;border-radius:50%}.gm-insights-orbit:before{width:145px;height:145px;left:-58px;top:8px;background:rgba(201,169,110,.9)}.gm-insights-orbit:after{width:85px;height:85px;right:-5px;top:-5px;background:var(--gm-gold-light)}.gm-insights-orbit span{position:relative;z-index:2;font:600 1.65rem/1.7 "Cormorant Garamond",Georgia,serif}.gm-insights-orbit b{color:var(--gm-gold);font-weight:600}.gm-topic-nav{display:flex;flex-wrap:wrap;justify-content:space-between;gap:18px}.gm-topic-nav a{color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.gm-feature-visual{position:relative;display:grid;place-items:center;min-height:360px}.gm-feature-visual strong{position:relative;z-index:2;padding:60px 42px;color:#fff;background:var(--gm-navy);border-radius:10px;transform:rotate(-6deg);font:600 1.75rem/1.45 "Cormorant Garamond",Georgia,serif}.gm-feature-visual strong b{color:var(--gm-gold)}.gm-feature-visual i{position:absolute;width:150px;height:90px;right:18%;border-top:8px solid var(--gm-gold);border-bottom:8px solid var(--gm-gold)}.gm-read-meta{font-size:.72rem;letter-spacing:.05em;text-transform:uppercase}.gm-journal-icon{display:grid;place-items:center;aspect-ratio:1.25/1;margin-bottom:30px;border-radius:18px}.gm-journal-web{background:var(--gm-navy)}.gm-journal-web span{width:70%;height:55%;border:16px solid #fff;border-radius:10px;background:linear-gradient(90deg,var(--gm-navy) 50%,var(--gm-gold) 50%)}.gm-journal-brand{background:#b8cbbf}.gm-journal-brand span{display:grid;place-items:center;width:130px;height:130px;border-radius:50%;color:var(--gm-navy);background:#e8f0eb;font-size:5rem}.gm-journal-growth{background:linear-gradient(135deg,var(--gm-gold-light),var(--gm-gold))}.gm-journal-growth span{color:var(--gm-navy);font-size:8rem;transform:rotate(-25deg)}.gm-newsletter{padding-top:42px}.gm-newsletter label{display:flex;padding:8px;border-radius:999px;background:#fff}.gm-newsletter input{flex:1;min-width:0;padding:12px 18px;border:0;outline:0}.gm-newsletter button{padding:12px 28px;border:0;border-radius:999px;color:#fff;background:var(--gm-gold);font-weight:800;letter-spacing:.08em;text-transform:uppercase}.gm-newsletter small{display:block;margin-top:18px;color:rgba(255,255,255,.48)}
.gm-editorial-image img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:18px;box-shadow:0 14px 38px rgba(17,29,50,.1)}
.gm-builder-equation{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;width:210px;height:280px;margin:auto;border-radius:110px;color:#fff;background:var(--gm-navy);font:600 2.6rem/1.4 "Cormorant Garamond",Georgia,serif}.gm-builder-equation:before{content:"";position:absolute;width:110px;height:110px;left:-62px;top:-20px;border-radius:50%;background:var(--gm-gold)}.gm-builder-equation b{color:var(--gm-gold);font-weight:500}.gm-build-methods{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:28px}.gm-build-methods a{display:flex;gap:18px;min-height:150px;padding:28px;border:1px solid rgba(255,255,255,.22);border-radius:18px;color:#fff;background:rgba(255,255,255,.05)}.gm-build-methods a:first-child{color:var(--gm-navy);background:#fff}.gm-build-methods b{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:50%;color:var(--gm-navy);background:var(--gm-gold);font-size:1.4rem}.gm-build-methods strong,.gm-build-methods small{display:block}.gm-build-methods strong{font:600 1.5rem/1.2 "Cormorant Garamond",Georgia,serif}.gm-build-methods small{margin-top:12px;color:inherit;opacity:.68}.gm-builder-steps{display:grid;grid-template-columns:repeat(4,1fr);position:relative}.gm-builder-steps:before{content:"";position:absolute;left:12%;right:12%;top:18px;height:3px;background:var(--gm-gold-light)}.gm-builder-steps span{position:relative;z-index:1;text-align:center;font-size:.7rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.gm-builder-steps b{display:grid;place-items:center;width:38px;height:38px;margin:0 auto 8px;border-radius:50%;background:#e9e5dd}.gm-builder-steps .is-active b{color:#fff;background:var(--gm-gold)}.gm-builder-promises{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-top:38px;color:var(--gm-muted);font-size:.8rem}

/* Keep imported Elementor legacy columns at their intended proportions. */
.elementor-section .elementor-column { min-width: 0; }
.elementor-section .elementor-column.elementor-col-65 { width: 65%; }
.elementor-section .elementor-column.elementor-col-35 { width: 35%; }
.elementor-section .elementor-column.elementor-col-24 { width: 24%; }
.elementor-section .elementor-column.elementor-col-25 { width: 25%; }
.elementor-section .elementor-column.elementor-col-30 { width: 30%; }
.elementor-section .elementor-column.elementor-col-33 { width: 33.333%; }
.elementor-section .elementor-column.elementor-col-38 { width: 38%; }
.elementor-section .elementor-column.elementor-col-40 { width: 40%; }
.elementor-section .elementor-column.elementor-col-42 { width: 42%; }
.elementor-section .elementor-column.elementor-col-44 { width: 44%; }
.elementor-section .elementor-column.elementor-col-48 { width: 48%; }
.elementor-section .elementor-column.elementor-col-50 { width: 50%; }
.elementor-section .elementor-column.elementor-col-52 { width: 52%; }
.elementor-section .elementor-column.elementor-col-55 { width: 55%; }
.elementor-section .elementor-column.elementor-col-56 { width: 56%; }
.elementor-section .elementor-column.elementor-col-58 { width: 58%; }
.elementor-section .elementor-column.elementor-col-60 { width: 60%; }
.elementor-section .elementor-column.elementor-col-62 { width: 62%; }
.gm-elementor-ready .elementor-counter-number-wrapper,
.gm-elementor-ready .elementor-counter-title { color: var(--gm-gold); }

.gm-site-footer { background: var(--gm-navy); color: rgba(255,255,255,.72); padding: 70px 0 25px; }
.gm-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(2,1fr); gap: 50px; }
.gm-site-footer h3,.gm-site-footer h4 { color: #fff; }
.gm-footer-menu { list-style: none; padding: 0; margin: 0; }
.gm-footer-menu li { margin-bottom: 8px; }
.gm-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 45px; padding-top: 22px; font-size: .85rem; }
.gm-legal-links { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 35px; font-size: .78rem; }
.gm-legal-links a:hover { color: var(--gm-gold); }

/* Lightweight WhatsApp conversation widget. Text and number are editable in Appearance > Customize. */
.gm-whatsapp { position: fixed; right: 24px; bottom: 24px; z-index: 1200; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.gm-whatsapp-panel { position: relative; width: min(360px, calc(100vw - 32px)); overflow: hidden; border: 1px solid var(--gm-border); border-radius: 22px; background: #fff; box-shadow: 0 22px 70px rgba(17,29,50,.23); animation: gm-chat-in .22s ease both; }
.gm-whatsapp-panel[hidden] { display: none; }
.gm-whatsapp-head { display: flex; align-items: center; gap: 12px; padding: 20px 48px 18px 20px; color: #fff; background: var(--gm-navy); }
.gm-whatsapp-head strong,.gm-whatsapp-head small { display: block; }
.gm-whatsapp-head small { margin-top: 2px; color: rgba(255,255,255,.68); font-size: .72rem; }
.gm-whatsapp-avatar { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px; border-radius: 50%; color: var(--gm-navy); background: var(--gm-gold); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.05rem; font-weight: 800; }
.gm-whatsapp-close { position: absolute; top: 12px; right: 14px; z-index: 2; width: 30px; height: 30px; padding: 0; border: 0; color: #fff; background: transparent; font-size: 1.6rem; line-height: 1; cursor: pointer; }
.gm-whatsapp-message { margin: 22px; padding: 18px; border-radius: 4px 18px 18px 18px; background: var(--gm-cream); }
.gm-whatsapp-message strong { display: block; color: var(--gm-navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.35rem; line-height: 1.15; }
.gm-whatsapp-message p { margin: 9px 0 0; color: var(--gm-muted); font-size: .82rem; line-height: 1.55; }
.gm-whatsapp-start { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 0 22px 22px; padding: 13px 18px; border-radius: 999px; color: #fff; background: #25d366; font-size: .8rem; font-weight: 800; }
.gm-whatsapp-toggle { display: flex; align-items: center; gap: 10px; min-height: 58px; padding: 10px 19px 10px 12px; border: 0; border-radius: 999px; color: #fff; background: #25d366; box-shadow: 0 12px 34px rgba(17,29,50,.24); font: 800 .82rem/1 "Manrope", Arial, sans-serif; cursor: pointer; transition: transform .2s ease; }
.gm-whatsapp-toggle:hover { transform: translateY(-2px); }
.gm-whatsapp-toggle svg { width: 36px; height: 36px; fill: #fff; }
@keyframes gm-chat-in { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }
.gm-cookie-notice { position: fixed; z-index: 1190; left: 22px; right: 22px; bottom: 22px; display: flex; align-items: center; justify-content: space-between; gap: 30px; max-width: 1120px; margin: auto; padding: 20px 22px; border: 1px solid var(--gm-border); border-radius: 18px; background: #fff; box-shadow: 0 18px 60px rgba(17,29,50,.2); }
.gm-cookie-notice[hidden] { display: none; }
.gm-cookie-notice strong { color: var(--gm-navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.25rem; }
.gm-cookie-notice p { margin: 4px 0 0; color: var(--gm-muted); font-size: .78rem; line-height: 1.5; }
.gm-cookie-notice p a { color: var(--gm-navy); text-decoration: underline; }
.gm-cookie-actions { display: flex; flex: 0 0 auto; gap: 9px; }
.gm-cookie-actions button { padding: 11px 15px; border: 1px solid var(--gm-navy); border-radius: 999px; color: var(--gm-navy); background: #fff; font: 800 .7rem/1 "Manrope", Arial, sans-serif; cursor: pointer; }
.gm-cookie-actions button:last-child { color: #fff; background: var(--gm-navy); }

.woocommerce ul.products li.product { border: 1px solid var(--gm-border); border-radius: 18px; padding: 18px 18px 24px; background: #fff; box-shadow: 0 10px 35px rgba(17,29,50,.07); }
.woocommerce ul.products li.product .price { color: var(--gm-gold); font-weight: 800; }
.woocommerce span.onsale { background: var(--gm-gold); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--gm-gold); }

@media (max-width: 900px) {
  .gm-menu-toggle { display: block; }
  .gm-nav { display: none; position: absolute; inset: 82px 0 auto; padding: 22px; background: #fff; border-bottom: 1px solid var(--gm-border); }
  .gm-nav.is-open { display: block; }
  .gm-nav ul { flex-direction: column; align-items: flex-start; }
  .gm-header-cta { display: none; }
  .gm-footer-grid { grid-template-columns: 1fr; }
  .elementor-section .elementor-column.elementor-col-65,
  .elementor-section .elementor-column.elementor-col-35,
  .elementor-section .elementor-column.elementor-col-24,
  .elementor-section .elementor-column.elementor-col-25,
  .elementor-section .elementor-column.elementor-col-30,
  .elementor-section .elementor-column.elementor-col-33,
  .elementor-section .elementor-column.elementor-col-38,
  .elementor-section .elementor-column.elementor-col-40,
  .elementor-section .elementor-column.elementor-col-42,
  .elementor-section .elementor-column.elementor-col-44,
  .elementor-section .elementor-column.elementor-col-48,
  .elementor-section .elementor-column.elementor-col-50,
  .elementor-section .elementor-column.elementor-col-52,
  .elementor-section .elementor-column.elementor-col-55,
  .elementor-section .elementor-column.elementor-col-56,
  .elementor-section .elementor-column.elementor-col-58,
  .elementor-section .elementor-column.elementor-col-60,
  .elementor-section .elementor-column.elementor-col-62 { width: 100%; }
  .gm-whatsapp { right: 16px; bottom: 16px; }
  .gm-whatsapp-toggle span { display: none; }
  .gm-whatsapp-toggle { width: 58px; padding: 11px; }
  .gm-cookie-notice { left: 12px; right: 12px; bottom: 12px; align-items: stretch; flex-direction: column; gap: 14px; }
  .gm-cookie-actions { width: 100%; }
  .gm-cookie-actions button { flex: 1; }
  .gm-process-grid { grid-template-columns: 1fr; gap: 22px; border-top: 0; border-left: 2px solid var(--gm-gold); padding-top: 0; padding-left: 24px; }
  .gm-process-grid > div::before { width: 20px; height: 20px; top: 4px; left: -35px; }
  .gm-hero-art { min-height: 300px; }
  .gm-about-hero-art { min-height: 300px; }
  .gm-venn { min-height: 310px; transform: scale(.78); transform-origin: top center; margin-bottom: -55px; }
  .gm-services-orbit { min-height: 320px; transform: scale(.8); transform-origin: top center; margin-bottom: -55px; }
  .gm-problem-grid { grid-template-columns: 1fr; gap: 22px; }
  .gm-package-count{width:210px;height:210px;border-width:24px}.gm-package-paths{grid-template-columns:1fr 1fr}
  .gm-portfolio-idea{width:230px;height:285px}.gm-web-projects{grid-template-columns:1fr}
  .gm-insights-orbit{width:230px;height:230px}.gm-topic-nav{flex-direction:column}.gm-newsletter label{align-items:stretch;flex-direction:column;border-radius:18px}.gm-newsletter button{margin-top:8px}.gm-feature-visual i{right:5%}
  .gm-build-methods,.gm-builder-promises{grid-template-columns:1fr}.gm-builder-steps{grid-template-columns:repeat(2,1fr);gap:22px}.gm-builder-steps:before{display:none}.gm-builder-equation{height:230px}
}

@media (prefers-reduced-motion: reduce) {
  .gm-whatsapp-panel { animation: none; }
  .gm-whatsapp-toggle { transition: none; }
}
