/* Teltidy — shared design-system CSS, extracted verbatim from the Home and
   Booking page snippets (9-robs-cleaning-home.php / 10-robs-cleaning-booking.php).
   Every rule here was byte-identical in both files before extraction, and each
   selector appears exactly once per page, so moving it here changes nothing
   about which rule wins the cascade. Page-specific rules (colour variables,
   hero, hero media, hero hero copy widths, etc.) remain inline on each page. */

#rc-root { all: initial; }

body > *:not(#rc-root):not(#wpadminbar):not(script):not(style):not(link) { display: none !important; }

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

#rc-root a { text-decoration: none; color: inherit; }

#rc-root ul { margin: 0; padding: 0; list-style: none; }

#rc-root h1, #rc-root h2, #rc-root h3 { font-family: 'Cormorant Garamond', serif; font-weight: 500; line-height: 1.05; margin: 0; color: var(--ink); letter-spacing: -0.01em; }

#rc-root p { margin: 0; }

#rc-root img { max-width: 100%; display: block; }

/* fixed low-opacity grain */
  #rc-root::before {
    content: ""; position: fixed; inset: 0; z-index: 0; pointer-events: none;
    opacity: 0.035; mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  }

#rc-root *:focus-visible {
    outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px;
  }

/* ---------- reveal-on-scroll ---------- */
  #rc-root .rc-reveal { opacity: 0; transform: translateY(22px); transition: opacity 700ms var(--ease), transform 700ms var(--ease); }

#rc-root .rc-reveal.rc-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
    #rc-root .rc-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
    #rc-root .rc-parallax { transform: none !important; }
  }

/* ---------- layout helpers ---------- */
  #rc-root .rc-wrap { position: relative; z-index: 1; max-width: var(--max); margin: 0 auto; padding: 0 var(--space-md); }

#rc-root .rc-eyebrow {
    display: block; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--gold); font-weight: 600; margin-bottom: var(--space-md);
  }

#rc-root .rc-section { position: relative; padding: var(--space-xxxl) 0; }

#rc-root .rc-section-head { max-width: 620px; margin: 0 auto var(--space-xxl); text-align: center; }

#rc-root .rc-section-head h2 { font-size: clamp(32px, 4.2vw, 50px); }

#rc-root .rc-section-head p { color: var(--muted); font-size: 17px; line-height: 1.75; margin-top: var(--space-md); }

#rc-root .rc-hair { border-top: 1px solid var(--hair-soft); }

/* ---------- nav ---------- */
  #rc-root .rc-nav {
    position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between;
    max-width: var(--max); margin: 0 auto; padding: var(--space-lg) var(--space-md) var(--space-md);
  }

#rc-root .rc-nav-links { display: flex; align-items: center; gap: var(--space-lg); flex-wrap: wrap; }

#rc-root .rc-nav-links a:hover { color: var(--gold); }

#rc-root .rc-nav-links a.rc-nav-cta {
    background: linear-gradient(135deg, var(--gold-light), var(--gold) 55%, var(--gold-deep));
    color: var(--bg-warm); padding: 11px 22px; border-radius: var(--r-md);
    font-weight: 600; box-shadow: 0 8px 22px rgba(185,143,82,0.22);
    transition: transform 220ms var(--ease), box-shadow 220ms var(--ease), filter 220ms var(--ease);
  }

#rc-root .rc-nav-links a.rc-nav-cta:hover { transform: translateY(-1px); filter: brightness(1.06); box-shadow: 0 12px 28px rgba(185,143,82,0.32); color: var(--bg-warm); }

/* ---------- buttons / links ---------- */
  #rc-root .rc-btn-primary {
    position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    min-height: 52px; padding: 0 38px; border-radius: var(--r-md); border: none;
    background: linear-gradient(135deg, var(--gold-light), var(--gold) 55%, var(--gold-deep));
    color: var(--bg-warm); font-size: 15px; font-weight: 600;
    font-family: 'Work Sans', sans-serif; cursor: pointer;
    box-shadow: 0 10px 28px rgba(185,143,82,0.24), 0 2px 8px rgba(10,7,3,0.3);
    transition: transform 250ms var(--ease), box-shadow 250ms var(--ease), filter 250ms var(--ease);
  }

#rc-root .rc-btn-primary:hover { transform: translateY(-2px); filter: brightness(1.07); box-shadow: 0 16px 36px rgba(185,143,82,0.32), 0 4px 10px rgba(10,7,3,0.35); }

#rc-root .rc-link-gold {
    position: relative; color: var(--ink); font-size: 15px; font-weight: 500;
    padding-bottom: 3px; background-image: linear-gradient(var(--gold), var(--gold));
    background-position: 0 100%; background-repeat: no-repeat; background-size: 100% 1px;
    transition: color 220ms var(--ease);
  }

#rc-root .rc-link-gold:hover { color: var(--gold); }

/* ---------- hero ---------- */
  #rc-root .rc-hero { position: relative; padding: var(--space-xl) 0 var(--space-xxl); overflow: hidden; }

#rc-root .rc-hero-glow {
    position: absolute; z-index: 0; top: -20%; right: -10%; width: 60vw; height: 60vw; max-width: 900px; max-height: 900px;
    background: radial-gradient(circle, rgba(201,173,121,0.14), transparent 65%);
    filter: blur(10px); pointer-events: none;
  }

#rc-root .rc-hero-inner {
    position: relative; z-index: 1; max-width: var(--max); margin: 0 auto; padding: var(--space-xl) var(--space-md) 0;
    display: grid; grid-template-columns: 1.05fr 0.78fr; gap: var(--space-xxl); align-items: center;
  }

#rc-root .rc-hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }

#rc-root .rc-hero-media::before {
    content: ""; position: absolute; inset: 0; opacity: 0.5; mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  }

#rc-root .rc-hero-media::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(0deg, rgba(13,11,8,0.92) 0%, rgba(13,11,8,0.15) 55%, transparent 100%);
  }

#rc-root .rc-hero-media-chip {
    position: absolute; left: var(--space-md); bottom: var(--space-md); z-index: 1;
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--glass); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
    border: 1px solid var(--hair); border-radius: 999px; padding: 8px 16px;
    font-size: 12px; color: var(--ink); letter-spacing: 0.03em;
  }

#rc-root .rc-hero-media-chip .rc-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }

@media (max-width: 900px) {
    #rc-root .rc-hero-inner { grid-template-columns: 1fr; }
  }

/* ---------- atmosphere strip ---------- */
  #rc-root .rc-atmosphere { position: relative; padding: var(--space-xl) 0; text-align: center; overflow: hidden; }

#rc-root .rc-atmosphere::before {
    content: ""; position: absolute; left: 50%; top: 50%; width: 700px; height: 300px; transform: translate(-50%, -50%);
    background: radial-gradient(ellipse, rgba(201,173,121,0.08), transparent 70%); pointer-events: none;
  }

#rc-root .rc-atmosphere p {
    position: relative; z-index: 1; font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 400;
    font-size: clamp(22px, 3vw, 32px); color: var(--ink); max-width: 720px; margin: 0 auto; line-height: 1.4;
  }

#rc-root .rc-atmosphere .rc-rule { width: 40px; height: 1px; background: var(--gold); margin: var(--space-md) auto 0; }

#rc-root .rc-benefit-item:last-child { border-bottom: 1px solid var(--hair-soft); }

#rc-root .rc-benefit-item .rc-mark { color: var(--gold); font-family: 'Cormorant Garamond', serif; font-size: 18px; flex-shrink: 0; }

#rc-root .rc-benefit-item span.rc-benefit-text { font-size: 15.5px; color: var(--ink); line-height: 1.5; }

#rc-root .rc-contact-block { margin-top: var(--space-md); padding-top: var(--space-sm); border-top: 1px solid var(--hair-soft); }

#rc-root .rc-contact-row .rc-contact-label {
    display: block; font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px;
  }

#rc-root .rc-card-glass::before {
    content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
    background: radial-gradient(ellipse 400px 200px at 15% 0%, rgba(201,173,121,0.08), transparent 60%);
  }

#rc-root .rc-fieldset:last-of-type { margin-bottom: 0; }

#rc-root .rc-legend {
    font-family: 'Work Sans', sans-serif; font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.12em;
    color: var(--gold); font-weight: 600; margin-bottom: 6px; padding: 0;
  }

#rc-root .rc-field:last-child { margin-bottom: 0; }

#rc-root .rc-input::placeholder { color: #5c574c; }

#rc-root .rc-input:hover { border-color: rgba(245,239,227,0.16); }

#rc-root .rc-input:focus {
    border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,173,121,0.16); background: rgba(245,239,227,0.06); outline: none;
  }

#rc-root select.rc-input {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%);
    background-position: calc(100% - 20px) center, calc(100% - 15px) center; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat;
  }

#rc-root .rc-btn-submit {
    display: flex; width: 100%; align-items: center; justify-content: center;
    min-height: 54px; margin-top: var(--space-sm); border: none; border-radius: var(--r-md);
    background: linear-gradient(135deg, var(--gold-light), var(--gold) 55%, var(--gold-deep));
    color: var(--bg-warm); font-size: 16px; font-weight: 600; cursor: pointer;
    box-shadow: 0 10px 28px rgba(185,143,82,0.24);
    transition: transform 250ms var(--ease), box-shadow 250ms var(--ease), filter 250ms var(--ease);
  }

#rc-root .rc-btn-submit:hover { filter: brightness(1.07); transform: translateY(-2px); box-shadow: 0 16px 36px rgba(185,143,82,0.32); }

#rc-root .wpcf7-not-valid-tip { color: #d98a68; font-size: 13px; margin-top: 6px; }

#rc-root .wpcf7-response-output {
    border: 1px solid var(--hair) !important; border-radius: var(--r-sm); color: var(--ink);
    padding: 14px 18px; margin-top: var(--space-md) !important; font-size: 14px; text-align: center;
  }

#rc-root .wpcf7-spinner { display: none; }

/* ---------- included ---------- */
  #rc-root .rc-included-wrap { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: var(--space-xxl); align-items: center; }

#rc-root .rc-included-list { display: flex; flex-direction: column; }

#rc-root .rc-included-item .rc-mark { color: var(--gold); font-family: 'Cormorant Garamond', serif; font-size: 18px; }

#rc-root .rc-price-panel { text-align: center; }

#rc-root .rc-amount {
    font-family: 'Cormorant Garamond', serif; font-size: clamp(72px, 9vw, 108px); font-weight: 500; line-height: 1;
    background: linear-gradient(135deg, var(--gold-light), var(--gold) 55%, var(--gold-deep));
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  }

#rc-root .rc-amount-sub { color: var(--muted); font-size: 14px; margin-top: var(--space-sm); letter-spacing: 0.02em; }

@media (max-width: 900px) {
    #rc-root .rc-included-wrap { grid-template-columns: 1fr; }
  }

/* ---------- how it works (staggered) ---------- */
  #rc-root .rc-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-xl); position: relative; }

#rc-root .rc-step:nth-child(2) { transform: translateY(var(--space-xl)); }

#rc-root .rc-step-num {
    font-family: 'Cormorant Garamond', serif; font-size: 56px; font-weight: 500; margin-bottom: var(--space-sm); line-height: 1;
    background: linear-gradient(135deg, var(--gold-light), var(--gold-deep));
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  }

#rc-root .rc-step h3 { font-size: 21px; margin-bottom: 10px; font-weight: 500; }

#rc-root .rc-step p { color: var(--muted); font-size: 15px; line-height: 1.7; }

/* atmospheric darkening for readability over the moving mountain bg */
  #rc-root .rc-steps-atmo::before {
    content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
    background:
      radial-gradient(ellipse 62% 46% at 50% 27%, rgba(8,14,28,0.18) 0%, rgba(8,14,28,0.09) 45%, transparent 72%),
      radial-gradient(ellipse 96% 42% at 50% 64%, rgba(8,14,28,0.24) 0%, rgba(8,14,28,0.12) 42%, transparent 74%);
  }

#rc-root .rc-steps-atmo .rc-section-head,
  #rc-root .rc-steps-atmo .rc-steps { position: relative; z-index: 1; }

#rc-root .rc-steps-atmo .rc-section-head h2 { text-shadow: 0 2px 10px rgba(0,0,0,0.28); }

#rc-root .rc-steps-atmo .rc-section-head p,
  #rc-root .rc-steps-atmo .rc-step h3,
  #rc-root .rc-steps-atmo .rc-step p { text-shadow: 0 2px 8px rgba(0,0,0,0.30); }

@media (max-width: 900px) {
    #rc-root .rc-steps { grid-template-columns: 1fr; gap: var(--space-xl); }
    #rc-root .rc-step:nth-child(2) { transform: none; }
    #rc-root .rc-steps-atmo::before {
      background:
        radial-gradient(ellipse 92% 22% at 50% 12%, rgba(8,14,28,0.18) 0%, rgba(8,14,28,0.09) 45%, transparent 72%),
        radial-gradient(ellipse 98% 60% at 50% 60%, rgba(8,14,28,0.22) 0%, rgba(8,14,28,0.11) 45%, transparent 76%);
    }
  }

/* ---------- why choose (asymmetric) ---------- */
  #rc-root .rc-why-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: var(--space-xxl); align-items: start; }

#rc-root .rc-why-lede { font-size: 18px; line-height: 1.75; color: var(--muted); margin-top: var(--space-md); }

#rc-root .rc-why-list { display: flex; flex-direction: column; }

#rc-root .rc-why-item { padding: var(--space-lg) 0; border-top: 1px solid var(--hair-soft); }

#rc-root .rc-why-item:last-child { border-bottom: 1px solid var(--hair-soft); }

#rc-root .rc-why-item h3 { font-size: 21px; margin-bottom: 8px; font-weight: 500; }

#rc-root .rc-why-item p { color: var(--muted); font-size: 15.5px; line-height: 1.7; max-width: 52ch; }

@media (max-width: 900px) {
    #rc-root .rc-why-grid { grid-template-columns: 1fr; }
  }

/* ---------- testimonial ---------- */
  #rc-root .rc-testimonial-wrap { position: relative; text-align: center; padding: var(--space-xl) 0; }

#rc-root .rc-testimonial-glow {
    position: absolute; left: 50%; top: 50%; width: 600px; height: 300px; transform: translate(-50%, -50%);
    background: radial-gradient(ellipse, rgba(201,173,121,0.08), transparent 70%); pointer-events: none;
  }

#rc-root .rc-testimonial-card { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; }

#rc-root .rc-testimonial-mark { font-family: 'Cormorant Garamond', serif; font-size: 56px; color: var(--gold); line-height: 1; margin-bottom: var(--space-sm); }

#rc-root .rc-testimonial-card p.rc-quote { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(22px, 2.6vw, 28px); line-height: 1.5; color: var(--ink); font-weight: 400; }

#rc-root .rc-testimonial-card p.rc-attribution { margin-top: var(--space-lg); font-size: 13px; color: var(--muted); font-style: normal; letter-spacing: 0.04em; text-transform: uppercase; }

/* ---------- FAQ ---------- */
  #rc-root .rc-deco-ornament { display: block; margin: 0 auto 22px; color: var(--gold); opacity: 0.85; }

#rc-root .rc-faq-list { max-width: 760px; margin: 0 auto; }

#rc-root details.rc-faq-item { border-top: 1px solid var(--hair-soft); padding: var(--space-md) 0; }

#rc-root details.rc-faq-item:last-child { border-bottom: 1px solid var(--hair-soft); }

#rc-root details.rc-faq-item summary:hover { color: var(--gold); }

#rc-root details.rc-faq-item summary::-webkit-details-marker { display: none; }

#rc-root details.rc-faq-item summary::after {
    content: "+"; color: var(--gold); font-size: 22px; font-family: 'Cormorant Garamond', serif; flex-shrink: 0; transition: transform 250ms var(--ease);
  }

#rc-root details.rc-faq-item[open] summary::after { transform: rotate(45deg); }

#rc-root details.rc-faq-item p { color: var(--muted); font-size: 15px; line-height: 1.7; margin-top: var(--space-sm); max-width: 62ch; }

/* ---------- final CTA ---------- */
  #rc-root .rc-final-cta { position: relative; text-align: center; padding: var(--space-xxl) var(--space-xl); border-radius: var(--r-lg); overflow: hidden; }

#rc-root .rc-final-cta::before {
    content: ""; position: absolute; inset: 0;
    background:
      radial-gradient(ellipse 800px 400px at 50% -10%, rgba(201,173,121,0.14), transparent 65%),
      linear-gradient(180deg, var(--bg-warm), var(--surface));
    border: 1px solid var(--hair); border-radius: inherit; z-index: 0;
  }

#rc-root .rc-final-cta > * { position: relative; z-index: 1; }

#rc-root .rc-final-cta h2 { font-size: clamp(30px, 4.4vw, 44px); margin-bottom: var(--space-md); }

#rc-root .rc-final-cta p { color: var(--muted); font-size: 16px; margin-bottom: var(--space-xl); }

/* ---------- footer ---------- */
  #rc-root .rc-footer { position: relative; border-top: 1px solid var(--hair-soft); padding: var(--space-xxl) 0 var(--space-lg); }

#rc-root .rc-footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: var(--space-xl); margin-bottom: var(--space-xl); }

#rc-root .rc-footer-brand { font-size: 25px; margin-bottom: var(--space-sm); }

#rc-root .rc-footer p, #rc-root .rc-footer a { color: var(--muted); font-size: 14px; line-height: 1.9; }

#rc-root .rc-footer a { transition: color 220ms var(--ease); }

#rc-root .rc-footer a:hover { color: var(--gold); }

#rc-root .rc-footer h4 { font-family: 'Work Sans', sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink); margin-bottom: var(--space-sm); font-weight: 600; }

#rc-root .rc-footer-bottom { text-align: center; font-size: 12.5px; color: #58534A; padding-top: var(--space-lg); border-top: 1px solid var(--hair-soft); }

#rc-root .rc-footer-bottom a { color: var(--gold); transition: color 220ms var(--ease); }

#rc-root .rc-footer-bottom a:hover { color: var(--gold-light); }

/* ---------- responsive ---------- */
  @media (max-width: 900px) {
    #rc-root .rc-why-grid { grid-template-columns: 1fr; }
    #rc-root .rc-footer-grid { grid-template-columns: 1fr; gap: var(--space-lg); }
    #rc-root .rc-section { padding: var(--space-xxl) 0; }
  }

@media (max-width: 600px) {
    #rc-root .rc-nav { flex-direction: column; gap: var(--space-sm); align-items: flex-start; }
  }
