/*
Theme Name: Guru Renovation Child
Template: twentytwentyfive
Text Domain: guru-renovation
Version: 0.3.0
*/

/* Fonts are served from this theme (SIL Open Font License, see assets/fonts/OFL-Barlow.txt). */
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 400; font-display: swap; src: url("assets/fonts/barlow-latin-400.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 500; font-display: swap; src: url("assets/fonts/barlow-latin-500.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 600; font-display: swap; src: url("assets/fonts/barlow-latin-600.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 600; font-display: swap; src: url("assets/fonts/barlow-condensed-latin-600.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 700; font-display: swap; src: url("assets/fonts/barlow-condensed-latin-700.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 800; font-display: swap; src: url("assets/fonts/barlow-condensed-latin-800.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  --guru-ink: #14202a;
  --guru-slate: #1f3140;
  --guru-red: #c8102e;
  --guru-red-dark: #a30d26;
  --guru-red-light: #ff7583;
  --guru-concrete: #eceae5;
  --guru-white: #ffffff;
  --guru-muted: #56646f;
  --guru-line: rgba(20, 32, 42, .14);
  --guru-display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --guru-body: "Barlow", "Segoe UI", sans-serif;
}

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

body {
  background: var(--guru-white);
  color: var(--guru-ink);
  font-family: var(--guru-body);
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0;
}

a { color: inherit; }
:focus-visible { outline: 3px solid var(--guru-red); outline-offset: 3px; }

.guru-site { overflow-x: hidden; }
[id] { scroll-margin-top: 84px; }
.guru-skip { background: var(--guru-red); color: var(--guru-white); left: 8px; padding: 10px 14px; position: absolute; top: -60px; z-index: 100; }
.guru-skip:focus { top: 8px; }

.guru-inner, .guru-header-inner {
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 24px;
  padding-right: 24px;
}

h1, h2, h3 { font-family: var(--guru-display); font-weight: 800; letter-spacing: .01em; line-height: 1.05; margin: 0; }

/* Buttons */
.guru-button {
  background: var(--guru-red);
  border: 2px solid var(--guru-red);
  color: var(--guru-white);
  cursor: pointer;
  display: inline-block;
  font-family: var(--guru-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 12px 24px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .15s, color .15s, border-color .15s;
}
.guru-button:hover { background: var(--guru-ink); border-color: var(--guru-ink); color: var(--guru-white); }
.guru-button--light { background: var(--guru-white); border-color: var(--guru-white); color: var(--guru-ink); }
.guru-button--light:hover { background: var(--guru-red); border-color: var(--guru-red); color: var(--guru-white); }
.guru-button--ghost { background: transparent; border-color: rgba(255, 255, 255, .7); color: var(--guru-white); }
.guru-button--ghost:hover { background: var(--guru-white); color: var(--guru-ink); }
.guru-button--dark { background: var(--guru-ink); border-color: var(--guru-ink); color: var(--guru-white); }
.guru-button--dark:hover { background: var(--guru-red); border-color: var(--guru-red); color: var(--guru-white); }

.guru-text-link { align-items: center; color: var(--guru-red-dark); display: inline-flex; font-weight: 600; min-height: 44px; text-underline-offset: 4px; }

/* Header */
.guru-header { background: var(--guru-white); border-bottom: 1px solid var(--guru-line); position: sticky; top: 0; z-index: 50; }
.guru-header-inner { align-items: center; display: flex; justify-content: space-between; min-height: 72px; }
.guru-nav { align-items: center; display: flex; gap: 22px; }
.guru-nav a { font-size: .95rem; font-weight: 600; text-decoration: none; }
.guru-nav a:hover { color: var(--guru-red-dark); }
.guru-nav .guru-nav-cta { background: var(--guru-red); color: var(--guru-white); font-family: var(--guru-display); font-size: 1rem; font-weight: 700; letter-spacing: .05em; padding: 10px 18px; text-transform: uppercase; }
.guru-nav .guru-nav-cta:hover { background: var(--guru-ink); color: var(--guru-white); }
.guru-menu-toggle { background: none; border: 2px solid var(--guru-ink); display: none; font: 700 1rem var(--guru-display); padding: 6px 14px; text-transform: uppercase; }

/* Sections */
.guru-section { padding: 88px 0; }
.guru-heading { margin-bottom: 40px; max-width: 640px; }
.guru-heading h2 { font-size: clamp(2.2rem, 4vw, 3.4rem); }
.guru-heading p { color: var(--guru-muted); margin: 14px 0 0; }

.guru-cols-3 { display: grid; gap: 40px; grid-template-columns: repeat(3, 1fr); }

/* Banner and statement */
.guru-banner { background: var(--guru-slate); color: var(--guru-white); padding: 70px 0; }
.guru-banner p { font-family: var(--guru-display); font-size: clamp(2rem, 5vw, 3.8rem); font-weight: 700; line-height: 1.05; margin: 0; max-width: 20ch; text-transform: uppercase; }

/* Areas */
.guru-areas { background: var(--guru-concrete); }
.guru-area-list { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 0; padding: 0; }
.guru-area-list li { background: var(--guru-white); border-left: 4px solid var(--guru-red); font-weight: 600; padding: 10px 18px; }

.guru-empty { color: var(--guru-muted); }

/* Estimate and contact */
.guru-estimate { background: #f3f4f6; }
.guru-estimate-grid { align-items: stretch; display: grid; gap: 0; grid-template-columns: 1fr 1fr; }
.guru-estimate-copy { padding: 8px 48px 0 0; }
.guru-estimate h2 { font-size: clamp(2.4rem, 4.5vw, 3.6rem); margin-bottom: 18px; }
.guru-estimate .guru-lead { font-size: 1.15rem; font-weight: 600; }
.guru-estimate-copy p { color: var(--guru-ink); }
.guru-info { background: var(--guru-white); list-style: none; margin: 32px 0 0; padding: 0; }
.guru-info li { align-items: center; display: flex; gap: 16px; padding: 20px 24px; }
.guru-info svg { background: #fde8ea; border-radius: 50%; box-sizing: content-box; color: var(--guru-red-dark); flex: none; padding: 11px; }
.guru-info div { display: flex; flex-direction: column; }
.guru-info strong { font-size: .95rem; font-weight: 700; }
.guru-info span, .guru-info a { color: var(--guru-muted); text-decoration: none; }
.guru-info-call { background: var(--guru-red); color: var(--guru-white); }
.guru-info-call svg { background: var(--guru-white); color: var(--guru-red); }
.guru-info-call strong { text-transform: uppercase; font-size: .85rem; letter-spacing: .04em; }
.guru-info-call a { color: var(--guru-white); font-family: var(--guru-display); font-size: 1.9rem; font-weight: 800; line-height: 1.1; }
.guru-form { background: var(--guru-white); box-shadow: 0 30px 60px rgba(20, 32, 42, .12); padding: 40px 44px; }
.guru-form label { color: var(--guru-ink); display: block; font-size: .95rem; font-weight: 600; margin-bottom: 16px; }
.guru-form input, .guru-form textarea {
  background: #f3f4f6;
  border: 1px solid var(--guru-line);
  color: var(--guru-ink);
  display: block;
  font: inherit;
  font-size: 1rem; /* 16px minimum: smaller makes iPhones zoom in on focus */
  margin-top: 6px;
  padding: 13px 14px;
  width: 100%;
}
.guru-form input:focus, .guru-form textarea:focus { background: var(--guru-white); border-color: var(--guru-ink); outline: 3px solid var(--guru-red); outline-offset: 0; }
.guru-req { color: var(--guru-red-dark); }
.guru-form-foot { align-items: center; display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; }
.guru-form-foot small { color: var(--guru-muted); }
.guru-hp { left: -9999px; position: absolute; }
.guru-opt { color: var(--guru-muted); font-weight: 400; }
.guru-hint { color: var(--guru-muted); display: block; font-size: .85rem; font-weight: 400; margin-top: 4px; }
.guru-topic { border: 0; margin: 0 0 18px; padding: 0; }
.guru-topic legend { color: var(--guru-ink); font-size: .95rem; font-weight: 600; margin-bottom: 8px; padding: 0; }
.guru-topic label { align-items: center; cursor: pointer; display: flex; font-weight: 500; gap: 10px; margin-bottom: 6px; min-height: 44px; }
.guru-topic input[type="radio"] { accent-color: var(--guru-red); flex: none; height: 20px; margin: 0; padding: 0; width: 20px; }
.guru-notice p { margin: 0; }
.guru-notice .guru-followup { margin-top: 12px; }
.guru-notice { border-left: 5px solid; margin: 0 0 20px; padding: 12px 16px; }
.guru-notice--ok { background: #e4f3e6; border-color: #2e7d32; color: #14331a; }
.guru-notice--err { background: #fde7e4; border-color: #c62828; color: #4a1410; }
.guru-location { background: var(--guru-white); }
.guru-location-grid { align-items: stretch; display: grid; gap: 40px; grid-template-columns: 5fr 7fr; }
.guru-location-card h2 { font-size: clamp(2.2rem, 4vw, 3.2rem); margin-bottom: 20px; }
.guru-location-card address { align-items: flex-start; display: flex; font-size: 1.15rem; font-style: normal; font-weight: 600; gap: 12px; margin-bottom: 24px; }
.guru-location-card address svg { color: var(--guru-red); flex: none; margin-top: 2px; }
.guru-location-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 20px; }
.guru-location-note { color: var(--guru-muted); margin: 0; }
.guru-location-note a { color: var(--guru-red-dark); font-weight: 600; }
.guru-map { min-height: 380px; }
.guru-map iframe { border: 0; box-shadow: 0 20px 40px rgba(20, 32, 42, .14); display: block; height: 100%; min-height: 380px; width: 100%; }

/* Photos from Site media */

.guru-service-cover img { aspect-ratio: 4 / 3; display: block; height: auto; margin-bottom: 20px; object-fit: cover; width: 100%; }
.guru-service-gallery { margin-top: 44px; }
.guru-service-gallery p { margin: 18px 0 0; }

/* About page */
.guru-page-hero--photo { background-color: var(--guru-slate); background-position: center; background-size: cover; padding: 96px 0 84px; }
.guru-about-grid { align-items: center; display: grid; gap: 64px; grid-template-columns: 5fr 7fr; }
.guru-about-copy h2 { font-size: clamp(2.2rem, 4vw, 3.2rem); margin-bottom: 20px; }
.guru-about-copy p { color: var(--guru-muted); margin: 0 0 16px; }
.guru-ticks { display: grid; gap: 14px 28px; grid-template-columns: 1fr 1fr; list-style: none; margin: 28px 0 0; padding: 0; }
.guru-ticks li { align-items: flex-start; display: flex; font-weight: 600; gap: 10px; line-height: 1.35; }
.guru-ticks svg { color: var(--guru-red); flex: none; margin-top: 1px; }
.guru-figure { margin: 0; overflow: hidden; }
.guru-figure img { display: block; height: 100%; object-fit: cover; width: 100%; }
.guru-figure--portrait { aspect-ratio: 4 / 5; box-shadow: 0 30px 60px rgba(20, 32, 42, .22); }
.guru-figure--wide { aspect-ratio: 21 / 8; }
.guru-figure--empty { align-items: center; background: var(--guru-concrete); color: #a7adb2; display: flex; justify-content: center; }
.guru-values { background: #f3f4f6; }
.guru-heading--center { margin-left: auto; margin-right: auto; text-align: center; }
.guru-heading--center h2::after { background: var(--guru-red); content: ""; display: block; height: 4px; margin: 16px auto 0; width: 96px; }
.guru-value-card { background: var(--guru-white); border-top: 4px solid var(--guru-red); box-shadow: 0 10px 30px rgba(20, 32, 42, .08); padding: 28px; }
.guru-value-card h3 { font-size: 1.6rem; margin-bottom: 10px; }
.guru-value-card p { color: var(--guru-muted); margin: 0; }
.guru-about-banner { padding-bottom: 8px; padding-top: 72px; }
.guru-mission { padding-bottom: 40px; padding-top: 56px; }
.guru-mission-row { align-items: start; border-bottom: 1px solid var(--guru-line); display: grid; gap: 24px; grid-template-columns: 1fr 2fr; padding: 32px 0; }
.guru-mission-row:first-child { border-bottom: 2px solid var(--guru-red); }
.guru-mission-row h2 { font-size: 2rem; }
.guru-mission-row p { margin: 0; max-width: 60ch; }
.guru-about-cta .guru-inner { align-items: center; display: flex; flex-wrap: wrap; gap: 24px; justify-content: space-between; }
.guru-about-cta p { max-width: none; }

/* Contact links: keep a phone number on one line, let long emails wrap */
a[href^="tel:"] { white-space: nowrap; }
a[href^="mailto:"] { overflow-wrap: anywhere; }

/* Announcement bar */
.guru-topbar { background: var(--guru-red); color: var(--guru-white); font-size: .95rem; font-weight: 600; padding: 8px 24px; text-align: center; }
.guru-topbar p { margin: 0; }
.guru-topbar a { text-underline-offset: 3px; }

/* WhatsApp chat widget */
.guru-wa { bottom: 20px; position: fixed; right: 20px; z-index: 60; }
.guru-wa-toggle { align-items: center; background: none; border: 0; cursor: pointer; display: flex; gap: 10px; padding: 0; }
.guru-wa-label { background: var(--guru-white); border-radius: 20px; box-shadow: 0 4px 14px rgba(0, 0, 0, .18); color: var(--guru-ink); font-size: .9rem; font-weight: 600; padding: 7px 16px; }
.guru-wa-icon { align-items: center; background: #25d366; border-radius: 50%; box-shadow: 0 6px 18px rgba(0, 0, 0, .25); color: var(--guru-white); display: flex; height: 58px; justify-content: center; width: 58px; }
.guru-wa-toggle:hover .guru-wa-icon { background: #1ebe5a; }
.guru-wa-card { background: var(--guru-white); border-radius: 12px; bottom: 76px; box-shadow: 0 16px 48px rgba(0, 0, 0, .28); overflow: hidden; position: absolute; right: 0; width: min(340px, calc(100vw - 40px)); }
.guru-wa-card[hidden] { display: none; }
.guru-wa-head { background: #075e54; color: var(--guru-white); display: flex; flex-direction: column; padding: 16px 44px 16px 18px; position: relative; }
.guru-wa-head span { font-size: .85rem; opacity: .85; }
.guru-wa-close { background: none; border: 0; color: var(--guru-white); cursor: pointer; font-size: 1.7rem; line-height: 1; position: absolute; right: 12px; top: 10px; }
.guru-wa-body { background: #ece5dd; padding: 16px; }
.guru-wa-bubble { background: var(--guru-white); border-radius: 0 10px 10px 10px; margin: 0 0 14px; padding: 10px 14px; }
.guru-wa-options { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.guru-wa-options a { background: var(--guru-white); border: 1px solid #25d366; border-radius: 16px; color: #075e54; font-size: .9rem; font-weight: 600; padding: 5px 12px; text-decoration: none; }
.guru-wa-options a:hover { background: #dcf8c6; }
.guru-wa-start { background: #25d366; border-radius: 22px; color: var(--guru-ink); display: block; font-weight: 700; padding: 11px; text-align: center; text-decoration: none; }
.guru-wa-start:hover { background: #1ebe5a; }

/* Footer */
.guru-footer { background: var(--guru-ink); color: var(--guru-white); padding: 64px 0 24px; }
.guru-footer-grid { display: grid; gap: 40px; grid-template-columns: 1.4fr 1fr 1fr; }
.guru-footer h2 { color: var(--guru-red-light); font-size: 1.2rem; margin-bottom: 12px; text-transform: uppercase; }
.guru-footer p { color: rgba(255, 255, 255, .78); margin: 12px 0 0; }
.guru-footer nav a { display: block; padding: 8px 0; text-decoration: none; }
.guru-footer a:hover { color: var(--guru-red-light); }
.guru-footer-base { border-top: 1px solid rgba(255, 255, 255, .15); margin-top: 44px; padding-top: 20px; }
.guru-footer small { color: rgba(255, 255, 255, .6); }

/* Inner pages */
.guru-nav a[aria-current="page"] { box-shadow: inset 0 -3px var(--guru-red); }
.guru-page-hero { background: var(--guru-slate); color: var(--guru-white); padding: 64px 0 56px; }
.guru-page-hero h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); text-transform: uppercase; }
.guru-page-hero p { color: rgba(255, 255, 255, .82); font-size: 1.15rem; margin: 14px 0 0; max-width: 52ch; }
.guru-band { background: var(--guru-concrete); }
.guru-prose { max-width: 760px; }
.guru-prose h2 { font-size: 2.2rem; margin: 0 0 14px; }
.guru-prose p { margin: 0 0 18px; }
.guru-prose img { height: auto; max-width: 100%; }
.guru-service-grid { align-items: start; display: grid; gap: 48px; grid-template-columns: 1fr 1fr; }
.guru-service-block svg { color: var(--guru-red-dark); margin-bottom: 8px; }
.guru-service-block h2 { font-size: clamp(2.2rem, 4vw, 3.2rem); margin-bottom: 10px; }
.guru-service-block p { color: var(--guru-muted); margin: 0 0 22px; }
.guru-checklist { list-style: none; margin: 0; padding: 0; }
.guru-checklist li { border-bottom: 1px solid var(--guru-line); font-weight: 600; padding: 14px 0 14px 34px; position: relative; }
.guru-checklist li::before { background: var(--guru-red); content: ""; height: 14px; left: 0; position: absolute; top: 21px; width: 14px; }
.guru-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.guru-filters a { border: 2px solid var(--guru-ink); font-weight: 600; padding: 6px 16px; text-decoration: none; }
.guru-filters a:hover { background: var(--guru-concrete); }
.guru-filters a[aria-current] { background: var(--guru-ink); color: var(--guru-white); }
.guru-gallery { display: grid; gap: 6px; grid-template-columns: repeat(3, 1fr); }
.guru-gallery figure { margin: 0; }
.guru-gallery img { aspect-ratio: 4 / 3; display: block; height: auto; object-fit: cover; width: 100%; }
.guru-gallery figcaption { color: var(--guru-muted); font-size: .95rem; padding: 8px 0 14px; }

/* ==========================================================================
   Brand lockup: logo icon on the left, company name beside it
   ========================================================================== */
:root { --guru-ease: cubic-bezier(.22, .7, .2, 1); }

.guru-header { transition: box-shadow .25s var(--guru-ease); }
.guru-header.is-scrolled { box-shadow: 0 8px 28px rgba(20, 32, 42, .12); }
.guru-header-inner { min-height: 92px; transition: min-height .25s var(--guru-ease); }
.guru-header.is-scrolled .guru-header-inner { min-height: 70px; }

.guru-logo { align-items: center; color: var(--guru-ink); display: inline-flex; gap: 16px; text-decoration: none; }
.guru-brand-mark { display: block; flex: none; height: 68px; transition: height .25s var(--guru-ease), width .25s var(--guru-ease); width: 68px; }
.guru-header.is-scrolled .guru-brand-mark { height: 52px; width: 52px; }
.guru-brand-img { display: block; height: 100%; object-fit: contain; width: 100%; }
.guru-brand-name { font-family: var(--guru-display); font-size: 2.05rem; font-weight: 800; letter-spacing: .03em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.guru-brand-inc { color: var(--guru-red-dark); font-size: .58em; letter-spacing: .12em; margin-left: .02em; vertical-align: .32em; }
.guru-footer .guru-logo { color: var(--guru-white); }
.guru-footer .guru-brand-mark { background: var(--guru-white); border-radius: 12px; height: 68px; padding: 7px; width: 68px; }
.guru-footer .guru-brand-inc { color: var(--guru-red-light); }

/* ==========================================================================
   Homepage hero
   ========================================================================== */
.guru-hero2 {
  align-items: center;
  background: linear-gradient(135deg, #14202a 0%, #1f3140 58%, #2a1c26 100%);
  color: var(--guru-white);
  display: flex;
  isolation: isolate;
  min-height: min(88vh, 860px);
  overflow: hidden;
  padding: 80px 0 88px;
  position: relative;
}
/* Without a hero photo: a faint drafting grid so the hero still feels built. */
.guru-hero2:not(:has(.guru-hero2-bgs)) {
  background:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px) 0 0 / 56px 56px,
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px) 0 0 / 56px 56px,
    linear-gradient(135deg, #14202a 0%, #1f3140 58%, #2a1c26 100%);
}
.guru-hero2::before {
  background: linear-gradient(90deg, rgba(20, 32, 42, .94) 0%, rgba(20, 32, 42, .8) 48%, rgba(20, 32, 42, .5) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}
.guru-hero2-bgs { inset: 0; position: absolute; z-index: -2; }
.guru-hero2-bg { background-position: center; background-size: cover; inset: 0; opacity: 0; position: absolute; transform: scale(1.04); transition: opacity 1.4s ease; }
.guru-hero2-bg.is-active { animation: guru-drift 16s ease-out forwards; opacity: 1; }
.guru-hero2-grid { align-items: center; display: grid; gap: 56px; grid-template-columns: 1.3fr .85fr; width: 100%; }
.guru-hero2 h1 { font-size: clamp(2.5rem, 5vw, 4.3rem); letter-spacing: 0; line-height: 1.02; max-width: 17ch; }
.guru-hero2-lede { color: rgba(255, 255, 255, .88); font-size: 1.2rem; margin: 22px 0 30px; max-width: 46ch; }
.guru-hero2-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.guru-hero2-points { display: flex; flex-wrap: wrap; gap: 12px 26px; list-style: none; margin: 34px 0 0; padding: 0; }
.guru-hero2-points li { align-items: center; display: flex; font-weight: 600; gap: 9px; }
.guru-hero2-points svg { color: var(--guru-red-light); flex: none; }

/* Quick estimate card */
.guru-quick { background: var(--guru-white); border-top: 5px solid var(--guru-red); box-shadow: 0 34px 80px rgba(0, 0, 0, .42); color: var(--guru-ink); padding: 30px 30px 26px; }
.guru-quick h2 { font-size: 2rem; }
.guru-quick-sub { color: var(--guru-muted); margin: 6px 0 18px; }
.guru-quick label { display: block; font-size: .92rem; font-weight: 600; margin-bottom: 13px; }
.guru-quick input, .guru-quick select {
  background: #f3f4f6;
  border: 1px solid var(--guru-line);
  color: var(--guru-ink);
  display: block;
  font: inherit;
  font-size: 1rem;
  margin-top: 5px;
  padding: 12px 13px;
  width: 100%;
}
.guru-quick input:focus, .guru-quick select:focus { background: var(--guru-white); border-color: var(--guru-ink); outline: 3px solid var(--guru-red); outline-offset: 0; }
.guru-quick-row { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.guru-button--block { display: block; text-align: center; width: 100%; }
.guru-quick-call { color: var(--guru-muted); font-size: .95rem; margin: 14px 0 0; text-align: center; }
.guru-quick-call a { color: var(--guru-red-dark); font-weight: 700; }

/* ==========================================================================
   Homepage sections
   ========================================================================== */
.guru-intro-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 0 !important; }

.guru-services { background: #f3f4f6; }
.guru-svc-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
.guru-svc { background: var(--guru-white); box-shadow: 0 8px 28px rgba(20, 32, 42, .07); color: var(--guru-ink); display: flex; flex-direction: column; overflow: hidden; text-decoration: none; transition: box-shadow .3s var(--guru-ease), transform .3s var(--guru-ease); }
.guru-svc:hover { box-shadow: 0 20px 46px rgba(20, 32, 42, .17); transform: translateY(-6px); }
.guru-svc-media { aspect-ratio: 16 / 10; color: rgba(255, 255, 255, .8); display: grid; overflow: hidden; place-items: center; position: relative; }
.guru-svc-media img { height: 100%; inset: 0; object-fit: cover; position: absolute; transition: transform .7s var(--guru-ease); width: 100%; }
.guru-svc:hover .guru-svc-media img { transform: scale(1.07); }
.guru-svc-media--0 { background: #1f3140; }
.guru-svc-media--1 { background: #8f1d2c; }
.guru-svc-media--2 { background: #24565a; }
.guru-svc-media--3 { background: #5a2a33; }
.guru-svc-media--4 { background: #4a5b3c; }
.guru-svc-media--5 { background: #3d4a5c; }
.guru-svc-body { display: flex; flex: 1; flex-direction: column; padding: 22px 24px 26px; }
.guru-svc-body h3 { font-size: 1.75rem; margin-bottom: 8px; }
.guru-svc-body p { color: var(--guru-muted); margin: 0 0 16px; }
.guru-svc-more { color: var(--guru-red-dark); font-weight: 700; margin-top: auto; }
.guru-svc-more span { display: inline-block; transition: transform .25s var(--guru-ease); }
.guru-svc:hover .guru-svc-more span { transform: translateX(6px); }

/* Before and after */
.guru-compare-grid { align-items: center; display: grid; gap: 56px; grid-template-columns: 5fr 7fr; }
.guru-compare-copy h2 { font-size: clamp(2.2rem, 4vw, 3.2rem); margin-bottom: 16px; }
.guru-compare-copy p { color: var(--guru-muted); margin: 0 0 26px; }
.guru-ba { --pos: 50%; aspect-ratio: 4 / 3; box-shadow: 0 30px 60px rgba(20, 32, 42, .22); overflow: hidden; position: relative; user-select: none; }
.guru-ba-img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.guru-ba-img--before { clip-path: inset(0 calc(100% - var(--pos)) 0 0); }
.guru-ba-handle { background: var(--guru-white); bottom: 0; box-shadow: 0 0 14px rgba(0, 0, 0, .45); left: var(--pos); pointer-events: none; position: absolute; top: 0; transform: translateX(-50%); width: 3px; }
.guru-ba-handle span { background: var(--guru-red); border: 3px solid var(--guru-white); border-radius: 50%; box-shadow: 0 4px 14px rgba(0, 0, 0, .4); height: 48px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 48px; }
.guru-ba-handle span::before { color: var(--guru-white); content: "\2039  \203A"; display: grid; font: 800 1.35rem/1 var(--guru-body); inset: 0; letter-spacing: 2px; place-items: center; position: absolute; white-space: pre; }
.guru-ba-range { cursor: ew-resize; height: 100%; inset: 0; margin: 0; opacity: 0; position: absolute; width: 100%; }
.guru-ba:focus-within { outline: 3px solid var(--guru-red); outline-offset: 4px; }
.guru-ba-tag { background: rgba(20, 32, 42, .8); bottom: 14px; color: var(--guru-white); font: 700 .85rem var(--guru-display); letter-spacing: .1em; padding: 5px 12px; pointer-events: none; position: absolute; text-transform: uppercase; }
.guru-ba-tag--before { left: 14px; }
.guru-ba-tag--after { right: 14px; }

/* How it works */
.guru-process { background: var(--guru-slate); color: var(--guru-white); }
.guru-process .guru-heading p { color: rgba(255, 255, 255, .75); }
.guru-steps { display: grid; gap: 28px; grid-template-columns: repeat(4, 1fr); list-style: none; margin: 0; padding: 0; position: relative; }
.guru-steps::before, .guru-steps::after { content: ""; height: 2px; left: 28px; position: absolute; right: 28px; top: 27px; }
.guru-steps::before { background: rgba(255, 255, 255, .18); }
.guru-steps::after { background: var(--guru-red-light); transform: scaleX(0); transform-origin: left; transition: transform 1.6s var(--guru-ease) .35s; }
.guru-steps.is-visible::after { transform: scaleX(1); }
.guru-step-num { background: var(--guru-red); border: 4px solid var(--guru-slate); border-radius: 50%; color: var(--guru-white); display: grid; font: 800 1.5rem var(--guru-display); height: 56px; place-items: center; position: relative; width: 56px; z-index: 1; }
.guru-steps li h3 { font-size: 1.55rem; margin: 20px 0 8px; }
.guru-steps li p { color: rgba(255, 255, 255, .78); margin: 0; }
.js .guru-steps .guru-step-num { opacity: 0; transform: scale(.55); transition: opacity .5s var(--guru-ease), transform .5s var(--guru-ease); transition-delay: calc(var(--i, 0) * .28s + .2s); }
.js .guru-steps.is-visible .guru-step-num { opacity: 1; transform: none; }

/* Recent work, gallery and lightbox links */
.guru-recent { background: var(--guru-white); }
.guru-gallery a { display: block; overflow: hidden; }
.guru-gallery img { transition: transform .6s var(--guru-ease); }
.guru-gallery a:hover img { transform: scale(1.05); }
.guru-center { margin-top: 34px; text-align: center; }

/* Testimonials */
.guru-testimonials { background: #f3f4f6; }
.guru-carousel { margin: 0 auto; max-width: 820px; text-align: center; }
.guru-carousel-track { display: grid; }
.guru-review { grid-area: 1 / 1; margin: 0; opacity: 0; padding: 4px 12px; transition: opacity .5s ease; visibility: hidden; }
.guru-review.is-active { opacity: 1; visibility: visible; }
.guru-review blockquote { font: 600 clamp(1.4rem, 2.6vw, 2rem)/1.3 var(--guru-display); margin: 0; }
.guru-review blockquote::before { color: var(--guru-red); content: "\201C"; display: block; font: 800 4.5rem/.7 var(--guru-display); margin-bottom: 8px; }
.guru-review figcaption { margin-top: 18px; }
.guru-review figcaption strong { display: block; font-size: 1.1rem; }
.guru-review figcaption span { color: var(--guru-muted); }
.guru-carousel-nav { align-items: center; display: flex; gap: 16px; justify-content: center; margin-top: 26px; }
.guru-carousel-btn { background: var(--guru-white); border: 2px solid var(--guru-ink); cursor: pointer; font-size: 1.2rem; height: 44px; width: 44px; }
.guru-carousel-btn:hover { background: var(--guru-ink); color: var(--guru-white); }
.guru-carousel-dots { display: flex; gap: 10px; }
.guru-carousel-dots button { background: transparent; border: 2px solid var(--guru-ink); cursor: pointer; height: 14px; padding: 0; position: relative; width: 30px; }
.guru-carousel-dots button::before { content: ""; inset: -16px -4px; position: absolute; }
.guru-carousel-dots button.is-active { background: var(--guru-ink); }

/* Closing call to action */
.guru-cta { background: var(--guru-red); color: var(--guru-white); padding: 76px 0; }
.guru-cta-inner { align-items: center; display: flex; flex-wrap: wrap; gap: 30px 40px; justify-content: space-between; }
.guru-cta h2 { font-size: clamp(2.3rem, 4.2vw, 3.5rem); margin-bottom: 10px; }
.guru-cta p { color: rgba(255, 255, 255, .94); margin: 0; max-width: 54ch; }
.guru-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* ==========================================================================
   Motion. Always off for people who ask for reduced motion, and content is
   fully visible without JavaScript (the .js class is added only when it runs).
   ========================================================================== */
@keyframes guru-enter { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes guru-rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes guru-drift { from { transform: scale(1.04); } to { transform: scale(1.13); } }
@keyframes guru-pulse { 0% { opacity: .75; transform: scale(1); } 100% { opacity: 0; transform: scale(1.75); } }

.js [data-enter] { animation: guru-enter .8s var(--guru-ease) backwards; animation-delay: calc(var(--d, 0) * 120ms + 100ms); }
.js [data-reveal] { opacity: 0; }
.js [data-reveal].is-visible { animation: guru-rise .8s var(--guru-ease) backwards; animation-delay: calc(var(--i, 0) * 100ms); opacity: 1; }
.guru-wa-icon { position: relative; }
.guru-wa-icon::after { animation: guru-pulse 2.4s ease-out 5s 3; border: 2px solid #25d366; border-radius: 50%; content: ""; inset: 0; opacity: 0; pointer-events: none; position: absolute; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1080px) {
  .guru-hero2-grid { gap: 40px; grid-template-columns: 1fr 1fr; }
  .guru-brand-name { font-size: 1.7rem; }
}

@media (max-width: 960px) {
  .guru-gallery { grid-template-columns: repeat(2, 1fr); }
  .guru-svc-grid { grid-template-columns: repeat(2, 1fr); }
  .guru-steps { grid-template-columns: repeat(2, 1fr); row-gap: 36px; }
  .guru-steps::before, .guru-steps::after { display: none; }
  .guru-estimate-grid, .guru-location-grid, .guru-about-grid, .guru-compare-grid, .guru-hero2-grid { gap: 32px; grid-template-columns: 1fr; }
  .guru-estimate-copy { padding-right: 0; }
  .guru-hero2 { min-height: 0; padding: 56px 0 64px; }
  .guru-hero2 h1 { max-width: 20ch; }
}

@media (max-width: 760px) {
  .guru-header-inner { min-height: 72px; }
  .guru-header.is-scrolled .guru-header-inner { min-height: 62px; }
  .guru-brand-mark, .guru-footer .guru-brand-mark { height: 48px; width: 48px; }
  .guru-header.is-scrolled .guru-brand-mark { height: 42px; width: 42px; }
  .guru-logo { gap: 11px; }
  .guru-brand-name { font-size: 1.22rem; letter-spacing: .02em; white-space: normal; }
  .guru-menu-toggle { display: block; }
  .guru-nav { align-items: flex-start; background: var(--guru-white); border-bottom: 1px solid var(--guru-line); display: none; flex-direction: column; left: 0; padding: 18px 24px 24px; position: absolute; right: 0; top: 100%; }
  .guru-nav.is-open { display: flex; gap: 0; }
  .guru-nav a { align-items: center; display: flex; min-height: 44px; width: 100%; }
  .guru-nav .guru-nav-cta { justify-content: center; margin-top: 10px; }
  .guru-cols-3, .guru-estimate-grid, .guru-footer-grid, .guru-gallery, .guru-service-grid, .guru-ticks, .guru-mission-row, .guru-svc-grid { grid-template-columns: 1fr; }
  .guru-steps { grid-template-columns: 1fr; }
  .guru-quick { padding: 24px 20px 22px; }
  .guru-quick-row { gap: 0; grid-template-columns: 1fr; }
  .guru-hero2-actions .guru-button { flex: 1 1 100%; text-align: center; }
  .guru-info li { gap: 12px; padding: 16px; }
  .guru-info svg { padding: 9px; }
  .guru-info a, .guru-info span { font-size: .95rem; }
  .guru-info-call a { font-size: 1.6rem; }
  .guru-form { padding: 28px 22px; }
  .guru-wa-label { display: none; }
  .guru-figure--wide { aspect-ratio: 16 / 9; }
  .guru-figure--portrait { aspect-ratio: 4 / 3; }
  .guru-mission-row { gap: 10px; padding: 24px 0; }
  .guru-about-banner { padding-top: 48px; }
  .guru-section { padding: 60px 0; }
  .guru-cta { padding: 56px 0; }
  .guru-cta-actions .guru-button { flex: 1 1 100%; text-align: center; }
}

@media (max-width: 380px) {
  .guru-brand-name { font-size: 1.08rem; }
}

/* ==========================================================================
   Social profile icons
   ========================================================================== */
.guru-social { display: flex; gap: 10px; list-style: none; margin: 0; padding: 0; }
.guru-social li { margin: 0; }
.guru-social a { align-items: center; border-radius: 50%; color: inherit; display: inline-flex; height: 44px; justify-content: center; text-decoration: none; transition: background-color .2s, color .2s, border-color .2s, transform .2s var(--guru-ease); width: 44px; }
.guru-social a:hover { transform: translateY(-2px); }
.guru-social svg { display: block; flex: none; height: 22px; width: 22px; }
.guru-social-label { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; }

/* Top bar: small icons at the right end (hidden on phones, where the menu has them) */
.guru-topbar { position: relative; }
.guru-social--topbar { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); gap: 4px; }
.guru-social--topbar a { height: 32px; width: 32px; }
.guru-social--topbar svg { height: 18px; width: 18px; }
.guru-social--topbar a:hover { background: rgba(255, 255, 255, .22); }

/* Footer */
.guru-social--footer { margin-top: 20px; }
.guru-social--footer a { border: 1px solid rgba(255, 255, 255, .35); color: var(--guru-white); }
.guru-social--footer a:hover { background: var(--guru-red); border-color: var(--guru-red); }

/* Contact card */
.guru-info-social { align-items: center; }
.guru-info-social > div { align-items: flex-start; gap: 10px; }
.guru-info .guru-social { gap: 8px; }
.guru-info .guru-social li { display: block; padding: 0; }
.guru-info .guru-social a { background: #fde8ea; color: var(--guru-red-dark); }
.guru-info .guru-social a:hover { background: var(--guru-red); color: var(--guru-white); }
.guru-info .guru-social svg { background: none; border-radius: 0; box-sizing: border-box; padding: 0; }

/* Closing call to action */
.guru-cta-follow { align-items: center; border-top: 1px solid rgba(255, 255, 255, .28); display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 36px; padding-top: 26px; }
.guru-cta-follow > span { font-weight: 600; }
.guru-social--cta a { border: 1.5px solid rgba(255, 255, 255, .8); color: var(--guru-white); }
.guru-social--cta a:hover { background: var(--guru-white); color: var(--guru-red); }

/* Mobile menu: icons with their names */
.guru-nav .guru-social--menu { display: none; }
@media (max-width: 760px) {
  .guru-social--topbar { display: none; }
  .guru-nav.is-open .guru-social--menu { border-top: 1px solid var(--guru-line); display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; padding-top: 14px; width: 100%; }
  .guru-nav .guru-social--menu a { border: 1px solid var(--guru-line); border-radius: 22px; gap: 8px; min-height: 44px; padding: 0 16px 0 12px; width: auto; }
  .guru-nav .guru-social--menu .guru-social-label { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
}

/* Failsafe: the script did not start, so show everything. */
.js-failed [data-reveal], .js-failed [data-enter] { animation: none !important; opacity: 1 !important; transform: none !important; }
.js-failed .guru-steps .guru-step-num { opacity: 1; transform: none; transition: none; }
.js-failed .guru-steps::after { transform: scaleX(1); transition: none; }

@media (prefers-reduced-motion: reduce) {
  .js [data-enter], .js [data-reveal], .js [data-reveal].is-visible { animation: none !important; opacity: 1 !important; transform: none !important; }
  .guru-hero2-bg, .guru-hero2-bg.is-active { animation: none; transition: none; }
  .guru-steps::after { transform: scaleX(1); transition: none; }
  .js .guru-steps .guru-step-num { opacity: 1; transform: none; transition: none; }
  .guru-wa-icon::after { animation: none; }
  .guru-svc, .guru-svc-media img, .guru-gallery img, .guru-header, .guru-header-inner, .guru-brand-mark { transition: none; }
  .guru-svc:hover, .guru-svc:hover .guru-svc-media img, .guru-gallery a:hover img { transform: none; }
  .guru-review { transition: none; }
}

/* 404 */
.guru-404 { padding: 72px 0 96px; text-align: center; }
.guru-404 p { color: var(--guru-muted); margin: 0 auto 28px; max-width: 46ch; }
.guru-404 .guru-hero-actions, .guru-404-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* ---- Forms: feedback while filling in and sending ---------------------------- */
.guru-form input, .guru-form textarea, .guru-quick input, .guru-quick select { transition: border-color .15s, background-color .15s; }
.guru-err { animation: guru-err-in .22s var(--guru-ease); color: #b3261e; display: block; font-size: .85rem; font-weight: 500; margin-top: 6px; }
.has-error > input, .has-error > textarea, .has-error > select, .has-error .guru-file { background: #fff7f6; border-color: #b3261e; }
.guru-form.is-shaking, .guru-quick.is-shaking { animation: guru-shake .42s cubic-bezier(.36, .07, .19, .97); }
@keyframes guru-err-in { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
@keyframes guru-shake { 10%, 90% { transform: translateX(-2px); } 20%, 80% { transform: translateX(3px); } 30%, 50%, 70% { transform: translateX(-5px); } 40%, 60% { transform: translateX(5px); } }

/* Sending: a bar sweeps along the bottom edge of the button */
.guru-button { overflow: hidden; position: relative; }
.guru-button.is-loading { cursor: progress; }
.guru-button.is-loading::after { animation: guru-sweep 1.1s var(--guru-ease) infinite; background: currentColor; bottom: 0; content: ''; height: 3px; left: 0; opacity: .85; position: absolute; width: 38%; }
@keyframes guru-sweep { from { transform: translateX(-100%); } to { transform: translateX(280%); } }

/* Estimate or question: the quote-only fields fold away */
.guru-collapse { display: grid; grid-template-rows: 1fr; opacity: 1; transition: grid-template-rows .38s var(--guru-ease), opacity .28s ease; }
.guru-collapse-inner { min-height: 0; }
.guru-collapse.is-animating > .guru-collapse-inner, .guru-collapse.is-closed > .guru-collapse-inner { overflow: hidden; }
.guru-collapse.is-closed { grid-template-rows: 0fr; opacity: 0; }

/* Photos: drop area, previews, one remove button per photo */
.guru-photos-field { margin-bottom: 18px; }
.guru-photos-title { color: var(--guru-ink); display: block; font-size: .95rem; font-weight: 600; }
.guru-drop { align-items: center; background: var(--guru-concrete); border: 2px dashed rgba(20, 32, 42, .3); color: var(--guru-ink); cursor: pointer; display: flex; flex-direction: column; gap: 2px; margin: 6px 0 0; padding: 22px 16px; position: relative; text-align: center; transition: background-color .15s, border-color .15s, padding .25s var(--guru-ease); }
.guru-drop svg { color: var(--guru-red); margin-bottom: 4px; }
.guru-drop-main { font: 700 1.3rem/1.1 var(--guru-display); letter-spacing: .02em; }
.guru-drop-sub { color: var(--guru-muted); font-size: .9rem; font-weight: 400; }
.guru-drop:hover { background: #e4e1da; border-color: var(--guru-ink); }
.guru-drop:focus-within { border-color: var(--guru-ink); outline: 3px solid var(--guru-red); outline-offset: 2px; }
.guru-form .guru-drop .guru-file { border: 0; cursor: pointer; height: 100%; inset: 0; margin: 0; opacity: 0; padding: 0; position: absolute; width: 100%; }
.guru-photos-field.is-drag .guru-drop { background: #fde8ea; border-color: var(--guru-red); }
.guru-photos-field.has-photos .guru-drop { flex-direction: row; gap: 10px; justify-content: center; padding: 12px 16px; }
.guru-photos-field.has-photos .guru-drop svg { height: 22px; margin: 0; width: 22px; }
.guru-photos-field.has-photos .guru-drop-sub { display: none; }
.guru-photos-field.has-photos .guru-drop-main { font-size: 1.1rem; }
.has-error .guru-drop { background: #fff7f6; border-color: #b3261e; }

.guru-thumbs { display: grid; gap: 14px; grid-template-columns: repeat(auto-fill, 96px); list-style: none; margin: 8px 0 0; padding: 10px 10px 0 0; }
.guru-thumbs:empty { display: none; }
.guru-thumb { aspect-ratio: 1; background: var(--guru-concrete); opacity: 0; position: relative; transform: scale(.85); transition: opacity .25s ease, transform .3s var(--guru-ease); }
.guru-thumb.is-in { opacity: 1; transform: none; }
.guru-thumb.is-out { opacity: 0; transform: scale(.8); }
.guru-thumb img { display: block; height: 100%; object-fit: cover; width: 100%; }
.guru-thumb--file { align-items: center; display: flex; font-size: .7rem; justify-content: center; padding: 6px; text-align: center; word-break: break-all; }
.guru-thumb.is-working img, .guru-thumb.is-working.guru-thumb--file { opacity: .45; }
.guru-thumb.is-working::after { animation: guru-spin .8s linear infinite; border: 3px solid var(--guru-line); border-radius: 50%; border-top-color: var(--guru-red); content: ''; height: 26px; left: calc(50% - 13px); position: absolute; top: calc(50% - 13px); width: 26px; }
.guru-thumb-size { background: rgba(20, 32, 42, .78); bottom: 0; color: var(--guru-white); font-size: .72rem; font-weight: 500; left: 0; padding: 1px 6px; position: absolute; }
.guru-thumb button { align-items: center; background: var(--guru-ink); border: 2px solid var(--guru-white); border-radius: 50%; color: var(--guru-white); cursor: pointer; display: flex; font-size: 17px; height: 28px; justify-content: center; line-height: 1; margin: 0; padding: 0; position: absolute; right: -9px; top: -9px; transition: background-color .15s; width: 28px; z-index: 1; }
.guru-thumb button::before { content: ''; inset: -8px; position: absolute; } /* a 44px touch target */
.guru-thumb button:hover, .guru-thumb button:focus-visible { background: var(--guru-red); }
.guru-thumb--add { background: none; }
.guru-thumb--add button { background: none; border: 2px dashed rgba(20, 32, 42, .3); border-radius: 0; color: var(--guru-ink); flex-direction: column; font-size: 1.6rem; height: 100%; inset: 0; right: 0; top: 0; width: 100%; }
.guru-thumb--add button small { font: 600 .8rem var(--guru-body); }
.guru-thumb--add button:hover, .guru-thumb--add button:focus-visible { background: var(--guru-concrete); border-color: var(--guru-ink); color: var(--guru-ink); }
.guru-file-status { color: var(--guru-muted); display: block; font-size: .85rem; font-weight: 400; margin-top: 10px; }
.guru-file-problem { color: #8a5a00; display: block; font-size: .85rem; font-weight: 500; margin-top: 6px; }
.guru-file-problem:empty, .guru-file-status:empty { display: none; }
@keyframes guru-spin { to { transform: rotate(360deg); } }

/* Sent: the result draws in once */
.guru-notice--ok { padding-left: 62px; position: relative; }
.guru-tick { height: 32px; left: 16px; position: absolute; top: 12px; width: 32px; }
.guru-tick circle { fill: none; stroke: #2e7d32; stroke-width: 3; }
.guru-tick path { fill: none; stroke: #2e7d32; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3.5; }
@media (max-width: 600px) {
  .guru-notice--ok { padding: 60px 16px 16px; }
  .guru-tick { left: 16px; top: 14px; }
  .guru-notice .guru-followup { display: block; text-align: center; width: 100%; }
}
@keyframes guru-draw { to { stroke-dashoffset: 0; } }
@keyframes guru-nudge { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: no-preference) {
  .js .guru-notice--ok { animation: guru-rise .55s var(--guru-ease) both; }
  .js .guru-tick circle { animation: guru-draw .6s var(--guru-ease) .1s forwards; stroke-dasharray: 101; stroke-dashoffset: 101; }
  .js .guru-tick path { animation: guru-draw .35s var(--guru-ease) .55s forwards; stroke-dasharray: 26; stroke-dashoffset: 26; }
  .js .guru-notice--ok .guru-followup { animation: guru-nudge .5s var(--guru-ease) 1s both; }
}
@media (prefers-reduced-motion: reduce) {
  .guru-form input, .guru-form textarea, .guru-quick input, .guru-quick select, .guru-collapse, .guru-thumb, .guru-thumb button, .guru-drop { transition: none; }
  .guru-thumb.is-working::after { animation: none; }
  .guru-err, .guru-form.is-shaking, .guru-quick.is-shaking, .guru-button.is-loading::after { animation: none; }
  .guru-button.is-loading::after { width: 100%; }
}
