/*
Theme Name: TidyCrystal
Theme URI: https://tidycrystal.com
Author: TidyCrystal
Description: A modern, conversion-focused theme for residential and light-commercial cleaning companies. Built around a faceted "cut crystal" visual system: a diagonal refraction seam, deep bottle-teal surfaces, and warm paper. Includes a quote-request form, Services and Testimonials post types, flat-rate pricing blocks, and an accessible FAQ.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tidycrystal
Tags: business, services, one-column, two-columns, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks
*/

/* ==========================================================================
   1. Tokens
   ========================================================================== */

:root{
  /* Core palette */
  --tc-ink:        #0A1F24;
  --tc-ink-soft:   #4A6468;
  --tc-ink-faint:  #7C9296;
  --tc-pane:       #FCFAF5;
  --tc-pane-2:     #F2EDE2;
  --tc-deep:       #0F4A47;
  --tc-deep-2:     #072E2C;
  --tc-facet:      #4FD8C4;
  --tc-facet-ink:  #0A1F24;
  --tc-prism:      #A99BF5;
  --tc-amber:      #F4B942;
  --tc-white:      #FFFFFF;

  --tc-line:       rgba(10,31,36,.13);
  --tc-line-soft:  rgba(10,31,36,.07);
  --tc-line-light: rgba(255,255,255,.16);

  /* Type */
  --tc-display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --tc-body: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --tc-t-micro: .8125rem;
  --tc-t-sm:    .9375rem;
  --tc-t-base:  1rem;
  --tc-t-lead:  1.125rem;
  --tc-t-md:    1.375rem;
  --tc-t-lg:    1.75rem;
  --tc-t-xl:    clamp(2rem, 1.4rem + 2.4vw, 2.875rem);
  --tc-t-2xl:   clamp(2.5rem, 1.4rem + 4.6vw, 4.25rem);

  /* Space */
  --tc-shell: 1180px;
  --tc-gut: clamp(1.25rem, 4vw, 2.5rem);
  --tc-sect: clamp(4rem, 8vw, 7rem);
  --tc-cut: clamp(28px, 5vw, 88px);

  /* Shape */
  --tc-r-sm: 8px;
  --tc-r: 14px;
  --tc-r-lg: 22px;
  --tc-shadow: 0 1px 2px rgba(10,31,36,.05), 0 12px 34px -18px rgba(10,31,36,.28);
  --tc-shadow-lift: 0 2px 4px rgba(10,31,36,.05), 0 28px 60px -28px rgba(10,31,36,.34);

  /* The recurring facet angle. Used for every diagonal on the site. */
  --tc-angle: 7deg;
}

/* ==========================================================================
   2. Reset & base
   ========================================================================== */

*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;}
body{
  margin:0;
  background:var(--tc-pane);
  color:var(--tc-ink);
  font-family:var(--tc-body);
  font-size:var(--tc-t-base);
  line-height:1.65;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
img,svg,video{max-width:100%;height:auto;display:block;}
h1,h2,h3,h4{
  font-family:var(--tc-display);
  font-weight:500;
  font-variation-settings:"SOFT" 20,"WONK" 0,"opsz" 60;
  line-height:1.08;
  letter-spacing:-.018em;
  margin:0 0 .5em;
  color:var(--tc-ink);
  text-wrap:balance;
}
h1{font-size:var(--tc-t-2xl);letter-spacing:-.028em;}
h2{font-size:var(--tc-t-xl);letter-spacing:-.022em;}
h3{font-size:var(--tc-t-md);line-height:1.2;letter-spacing:-.012em;}
h4{font-size:var(--tc-t-lead);line-height:1.3;}
p{margin:0 0 1.1em;max-width:66ch;}
a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.22em;}
a:hover{text-decoration-color:var(--tc-facet);}
ul,ol{margin:0 0 1.1em;padding-left:1.15em;}
li{margin-bottom:.35em;}
blockquote{
  margin:2rem 0;padding:.2rem 0 .2rem 1.5rem;
  border-left:2px solid var(--tc-facet);
  font-family:var(--tc-display);font-size:var(--tc-t-md);line-height:1.4;
}
code,kbd,pre{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em;}
pre{background:var(--tc-ink);color:#DDEDEA;padding:1.25rem;border-radius:var(--tc-r);overflow:auto;}
hr{border:0;border-top:1px solid var(--tc-line);margin:2.5rem 0;}
table{width:100%;border-collapse:collapse;margin-bottom:1.5rem;}
th,td{text-align:left;padding:.7rem .8rem;border-bottom:1px solid var(--tc-line);}
th{font-weight:600;font-size:var(--tc-t-sm);}

::selection{background:var(--tc-facet);color:var(--tc-ink);}

:focus-visible{
  outline:2px solid var(--tc-ink);
  outline-offset:3px;
  border-radius:2px;
}
.tc-dark :focus-visible,.tc-crystal :focus-visible{outline-color:var(--tc-facet);}

.screen-reader-text{
  position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;
}
.tc-skip{
  position:absolute;left:-9999px;top:0;z-index:999;
  background:var(--tc-ink);color:var(--tc-white);padding:.8rem 1.2rem;
  border-radius:0 0 var(--tc-r-sm) 0;font-size:var(--tc-t-sm);font-weight:600;
}
.tc-skip:focus{left:0;}

/* ==========================================================================
   3. Layout primitives
   ========================================================================== */

.tc-shell{width:100%;max-width:var(--tc-shell);margin-inline:auto;padding-inline:var(--tc-gut);}
.tc-shell--narrow{max-width:760px;}
.tc-section{padding-block:var(--tc-sect);position:relative;}
.tc-section--tight{padding-block:calc(var(--tc-sect) * .62);}

/* Section intro: heading + one supporting line. No eyebrow labels. */
.tc-intro{max-width:46ch;margin-bottom:3rem;}
.tc-intro p{color:var(--tc-ink-soft);font-size:var(--tc-t-lead);max-width:46ch;margin-bottom:0;}
.tc-intro--wide{max-width:56ch;}

.tc-dark{background:var(--tc-deep);color:#DCEDE9;}
.tc-dark h1,.tc-dark h2,.tc-dark h3,.tc-dark h4{color:var(--tc-white);}
.tc-dark p{color:rgba(226,241,238,.78);}
.tc-dark .tc-intro p{color:rgba(226,241,238,.78);}

/* The facet seam: the section's own top edge is cut on the house angle. */
.tc-section.tc-seam{
  clip-path:polygon(0 var(--tc-cut), 100% 0, 100% 100%, 0 100%);
  margin-top:calc(var(--tc-cut) * -1);
  padding-top:calc(var(--tc-sect) + var(--tc-cut));
}

/* ==========================================================================
   4. Buttons & small parts
   ========================================================================== */

.tc-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  font-family:var(--tc-body);font-size:var(--tc-t-sm);font-weight:600;letter-spacing:.005em;
  padding:.9rem 1.5rem;border-radius:999px;border:1.5px solid transparent;
  cursor:pointer;text-decoration:none;line-height:1.2;white-space:nowrap;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;
}
.tc-btn:active{transform:translateY(1px);}
.tc-btn--primary{background:var(--tc-facet);color:var(--tc-facet-ink);border-color:var(--tc-facet);}
.tc-btn--primary:hover{background:#3EC5B1;border-color:#3EC5B1;}
.tc-btn--ink{background:var(--tc-ink);color:var(--tc-white);border-color:var(--tc-ink);}
.tc-btn--ink:hover{background:var(--tc-deep);border-color:var(--tc-deep);}
.tc-btn--ghost{background:transparent;color:var(--tc-ink);border-color:var(--tc-line);}
.tc-btn--ghost:hover{border-color:var(--tc-ink);background:rgba(10,31,36,.04);}
.tc-btn--ghost-light{background:transparent;color:var(--tc-white);border-color:var(--tc-line-light);}
.tc-btn--ghost-light:hover{border-color:var(--tc-facet);color:var(--tc-facet);}
.tc-btn--block{display:flex;width:100%;}
.tc-btn--lg{padding:1.05rem 1.9rem;font-size:var(--tc-t-base);}

.tc-stars{display:inline-flex;gap:2px;color:var(--tc-amber);line-height:1;}
.tc-stars svg{width:15px;height:15px;fill:currentColor;}

.tc-price{font-family:var(--tc-display);font-variation-settings:"SOFT" 20,"WONK" 0,"opsz" 40;
  font-weight:500;letter-spacing:-.02em;}

/* The crystal glyph: a small cut-facet mark used as a list bullet / marker. */
.tc-glyph{flex:none;width:22px;height:22px;color:var(--tc-facet);}
.tc-glyph svg{width:100%;height:100%;display:block;}

/* ==========================================================================
   5. Header & navigation
   ========================================================================== */

.tc-header{position:relative;z-index:60;padding-block:1.15rem;}
.tc-header__inner{display:flex;align-items:center;gap:1.5rem;}
.tc-brand{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;flex:none;}
.tc-brand__mark{width:30px;height:30px;flex:none;}
.tc-brand__name{
  font-family:var(--tc-display);font-size:1.3rem;font-weight:600;
  font-variation-settings:"SOFT" 20,"WONK" 0,"opsz" 30;
  letter-spacing:-.03em;color:var(--tc-ink);line-height:1;
}
.tc-brand__name em{font-style:normal;color:var(--tc-deep);}
.tc-brand img{max-height:46px;width:auto;}

.tc-nav{margin-left:auto;}
.tc-nav ul{display:flex;align-items:center;gap:1.9rem;list-style:none;margin:0;padding:0;}
.tc-nav li{margin:0;position:relative;}
.tc-nav a{
  text-decoration:none;font-size:var(--tc-t-sm);font-weight:500;color:var(--tc-ink-soft);
  padding-block:.4rem;display:inline-block;transition:color .15s ease;
}
.tc-nav a:hover,.tc-nav .current-menu-item > a{color:var(--tc-ink);}
.tc-nav .current-menu-item > a{box-shadow:inset 0 -2px 0 var(--tc-facet);}
/* dropdowns */
.tc-nav .sub-menu{
  position:absolute;top:100%;left:-1rem;min-width:210px;flex-direction:column;gap:0;
  background:var(--tc-white);border:1px solid var(--tc-line);border-radius:var(--tc-r);
  box-shadow:var(--tc-shadow);padding:.5rem;display:none;
}
.tc-nav li:hover > .sub-menu,.tc-nav li:focus-within > .sub-menu{display:flex;}
.tc-nav .sub-menu a{display:block;padding:.5rem .75rem;border-radius:var(--tc-r-sm);width:100%;}
.tc-nav .sub-menu a:hover{background:var(--tc-pane-2);}

.tc-header__actions{display:flex;align-items:center;gap:1rem;flex:none;}
.tc-header__phone{
  display:inline-flex;align-items:center;gap:.45rem;text-decoration:none;
  font-size:var(--tc-t-sm);font-weight:600;color:var(--tc-ink);white-space:nowrap;
}
.tc-header__phone svg{width:15px;height:15px;stroke:var(--tc-deep);fill:none;stroke-width:1.8;}

.tc-burger{
  display:none;width:44px;height:44px;border:1px solid var(--tc-line);background:transparent;
  border-radius:var(--tc-r-sm);cursor:pointer;padding:0;place-items:center;
}
.tc-burger span{display:block;width:18px;height:1.5px;background:var(--tc-ink);margin:3.5px auto;
  transition:transform .22s ease,opacity .18s ease;}
.tc-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(5px) rotate(45deg);}
.tc-burger[aria-expanded="true"] span:nth-child(2){opacity:0;}
.tc-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-5px) rotate(-45deg);}

.tc-mobile{
  display:none;background:var(--tc-white);border-top:1px solid var(--tc-line);
  border-bottom:1px solid var(--tc-line);
}
.tc-mobile.is-open{display:block;}
.tc-mobile ul{list-style:none;margin:0;padding:.5rem 0 1rem;}
.tc-mobile li{margin:0;}
.tc-mobile a{display:block;padding:.85rem 0;text-decoration:none;font-weight:500;
  border-bottom:1px solid var(--tc-line-soft);}
.tc-mobile .sub-menu{padding:0 0 0 1rem;}
.tc-mobile__cta{padding:1.25rem 0 .25rem;display:grid;gap:.6rem;}

/* ==========================================================================
   6. Hero — the refraction split
   ========================================================================== */

.tc-hero{
  position:relative;overflow:hidden;
  padding-top:clamp(3rem,6vw,5.5rem);
  padding-bottom:clamp(4rem,8vw,7rem);
}

/* The cut edge: dark panel occupying the right of the viewport on a diagonal. */
.tc-hero__edge,.tc-hero__crystal{
  position:absolute;top:0;bottom:0;right:0;width:52%;
  clip-path:polygon(14% 0,100% 0,100% 100%,0 100%);
}
/* Sits underneath and 5px to the left, so only a hairline shows along the cut.
   This is the one prism moment on the page: light splitting at the edge. */
.tc-hero__edge{
  z-index:0;
  background:linear-gradient(180deg,var(--tc-facet) 0%,#7FE3D2 26%,var(--tc-prism) 64%,rgba(169,155,245,.12) 100%);
}
.tc-hero__crystal{
  z-index:1;background:var(--tc-deep);transform:translateX(5px);
}
.tc-hero__crystal::before{
  /* interior facet plane, one shade lighter */
  content:"";position:absolute;inset:0;
  background:linear-gradient(103deg,rgba(255,255,255,.055) 0 42%,transparent 42%);
}
.tc-hero__grid{
  position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 400px;
  gap:clamp(2rem,5vw,4.5rem);align-items:center;
}
.tc-hero__copy{max-width:none;}
.tc-hero h1{margin-bottom:1.1rem;max-width:13ch;}
.tc-hero__sub{font-size:var(--tc-t-lead);color:var(--tc-ink-soft);max-width:44ch;margin-bottom:1.9rem;}
.tc-hero__ctas{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2.4rem;}

.tc-trust{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.6rem 1.6rem;}
.tc-trust li{display:flex;align-items:center;gap:.5rem;margin:0;font-size:var(--tc-t-sm);
  color:var(--tc-ink-soft);font-weight:500;}
.tc-trust .tc-glyph{width:16px;height:16px;color:var(--tc-deep);}
.tc-trust strong{color:var(--tc-ink);font-weight:600;}

/* Quote card straddling the seam */
.tc-quote{
  background:var(--tc-white);border-radius:var(--tc-r-lg);padding:1.9rem;
  box-shadow:var(--tc-shadow-lift);border:1px solid rgba(255,255,255,.6);
}
.tc-quote h2{font-size:var(--tc-t-md);margin-bottom:.35rem;}
.tc-quote__note{font-size:var(--tc-t-sm);color:var(--tc-ink-soft);margin-bottom:1.35rem;}
.tc-quote .tc-btn{margin-top:.4rem;}
.tc-quote__fine{font-size:var(--tc-t-micro);color:var(--tc-ink-faint);margin:.9rem 0 0;text-align:center;}

/* Hero load: one orchestrated reveal, nothing else on the page animates on scroll. */
@media (prefers-reduced-motion:no-preference){
  .tc-hero__copy > *,.tc-hero__card{
    animation:tc-rise .7s cubic-bezier(.22,.8,.3,1) backwards;
  }
  .tc-hero__copy > *:nth-child(1){animation-delay:.05s;}
  .tc-hero__copy > *:nth-child(2){animation-delay:.13s;}
  .tc-hero__copy > *:nth-child(3){animation-delay:.21s;}
  .tc-hero__copy > *:nth-child(4){animation-delay:.29s;}
  .tc-hero__card{animation-delay:.24s;}
}
@keyframes tc-rise{from{opacity:0;transform:translateY(14px);}to{opacity:1;transform:none;}}

/* ==========================================================================
   7. Proof strip
   ========================================================================== */

.tc-proof{border-block:1px solid var(--tc-line);background:var(--tc-pane-2);}
.tc-proof__inner{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding-block:2.2rem;}
.tc-proof__item{display:flex;flex-direction:column;gap:.15rem;}
.tc-proof__n{font-family:var(--tc-display);font-size:1.9rem;font-weight:500;
  font-variation-settings:"SOFT" 20,"opsz" 40;letter-spacing:-.03em;line-height:1;}
.tc-proof__l{font-size:var(--tc-t-sm);color:var(--tc-ink-soft);}
.tc-proof__item + .tc-proof__item{border-left:1px solid var(--tc-line);padding-left:1.5rem;}

/* ==========================================================================
   8. Services — staggered rows, one featured. Not a card grid.
   ========================================================================== */

.tc-services__list{border-top:1px solid var(--tc-line);}
.tc-service{
  display:grid;grid-template-columns:22px minmax(0,14rem) minmax(0,1fr) auto;
  gap:1.5rem;align-items:baseline;
  padding-block:1.65rem;border-bottom:1px solid var(--tc-line);
  text-decoration:none;position:relative;
  transition:background-color .16s ease;
}
.tc-service:hover{background:rgba(79,216,196,.07);}
.tc-service:hover .tc-service__name{text-decoration:underline;text-decoration-color:var(--tc-facet);
  text-decoration-thickness:2px;text-underline-offset:.24em;}
.tc-service .tc-glyph{align-self:start;margin-top:.15rem;}
.tc-service__name{font-family:var(--tc-display);font-size:var(--tc-t-md);font-weight:500;
  font-variation-settings:"SOFT" 20,"opsz" 40;letter-spacing:-.015em;line-height:1.15;}
.tc-service__desc{color:var(--tc-ink-soft);font-size:var(--tc-t-sm);line-height:1.55;margin:0;max-width:48ch;}
.tc-service__from{white-space:nowrap;font-size:var(--tc-t-sm);color:var(--tc-ink-soft);text-align:right;}
.tc-service__from b{display:block;font-family:var(--tc-display);font-size:1.35rem;color:var(--tc-ink);
  font-variation-settings:"SOFT" 20,"opsz" 40;font-weight:500;letter-spacing:-.02em;line-height:1.1;}

/* The featured row gets weight, not a badge. */
.tc-service--featured{background:var(--tc-ink);border-radius:var(--tc-r-lg);border-bottom-color:transparent;
  padding-inline:1.75rem;margin-block:.6rem;}
.tc-service--featured:hover{background:var(--tc-deep);}
.tc-service--featured .tc-service__name{color:var(--tc-white);font-size:var(--tc-t-lg);}
.tc-service--featured .tc-service__desc{color:rgba(226,241,238,.75);}
.tc-service--featured .tc-service__from{color:rgba(226,241,238,.7);}
.tc-service--featured .tc-service__from b{color:var(--tc-facet);}
.tc-service--featured .tc-glyph{color:var(--tc-facet);}

.tc-services__foot{margin-top:2.4rem;display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;}
.tc-services__foot p{margin:0;font-size:var(--tc-t-sm);color:var(--tc-ink-soft);}

/* ==========================================================================
   9. How it works — a real sequence, so it is numbered
   ========================================================================== */

.tc-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.5rem,4vw,3rem);counter-reset:tcstep;}
.tc-step{position:relative;padding-top:2.6rem;}
.tc-step::before{
  counter-increment:tcstep;content:counter(tcstep);
  position:absolute;top:0;left:0;
  width:2.1rem;height:2.1rem;display:grid;place-items:center;
  font-family:var(--tc-display);font-size:1rem;font-weight:600;font-variation-settings:"opsz" 20;
  color:var(--tc-deep);background:var(--tc-facet);
  clip-path:polygon(50% 0,100% 27%,100% 73%,50% 100%,0 73%,0 27%);
}
.tc-dark .tc-step::before{color:var(--tc-deep-2);}
/* connector line between steps, drawn only between, not after the last */
.tc-step:not(:last-child)::after{
  content:"";position:absolute;top:1.05rem;left:2.6rem;right:-1.5rem;height:1px;
  background:repeating-linear-gradient(90deg,var(--tc-line-light) 0 5px,transparent 5px 11px);
}
.tc-step h3{margin-bottom:.4rem;}
.tc-step p{margin:0;font-size:var(--tc-t-sm);line-height:1.6;}

/* ==========================================================================
   10. Pricing
   ========================================================================== */

.tc-plans{display:grid;grid-template-columns:1fr 1.14fr 1fr;gap:1.25rem;align-items:stretch;}
.tc-plan{
  background:var(--tc-white);border:1px solid var(--tc-line);border-radius:var(--tc-r-lg);
  padding:1.9rem 1.7rem;display:flex;flex-direction:column;
}
.tc-plan__name{font-family:var(--tc-display);font-size:var(--tc-t-md);font-weight:500;
  font-variation-settings:"SOFT" 20,"opsz" 40;margin-bottom:.2rem;}
.tc-plan__for{font-size:var(--tc-t-sm);color:var(--tc-ink-soft);margin-bottom:1.4rem;min-height:2.9em;}
.tc-plan__cost{display:flex;align-items:baseline;gap:.3rem;margin-bottom:1.5rem;
  padding-bottom:1.5rem;border-bottom:1px solid var(--tc-line);}
.tc-plan__cost .tc-price{font-size:2.6rem;line-height:1;}
.tc-plan__unit{font-size:var(--tc-t-sm);color:var(--tc-ink-soft);}
.tc-plan ul{list-style:none;padding:0;margin:0 0 1.8rem;display:grid;gap:.6rem;}
.tc-plan li{display:flex;gap:.6rem;align-items:flex-start;margin:0;font-size:var(--tc-t-sm);line-height:1.5;}
.tc-plan li .tc-glyph{width:15px;height:15px;margin-top:.28rem;color:var(--tc-deep);}
.tc-plan .tc-btn{margin-top:auto;}

.tc-plan--feature{
  background:var(--tc-ink);border-color:var(--tc-ink);padding:2.6rem 2rem;
  box-shadow:var(--tc-shadow-lift);
}
.tc-plan--feature .tc-plan__name,.tc-plan--feature .tc-price{color:var(--tc-white);}
.tc-plan--feature .tc-plan__for,.tc-plan--feature .tc-plan__unit{color:rgba(226,241,238,.72);}
.tc-plan--feature li{color:rgba(226,241,238,.9);}
.tc-plan--feature li .tc-glyph{color:var(--tc-facet);}
.tc-plan--feature .tc-plan__cost{border-bottom-color:var(--tc-line-light);}
.tc-plan__flag{display:block;font-size:var(--tc-t-micro);color:var(--tc-facet);font-weight:600;
  margin-bottom:.5rem;min-height:1.4em;}

.tc-plans__note{margin-top:1.75rem;font-size:var(--tc-t-sm);color:var(--tc-ink-soft);max-width:62ch;}

/* ==========================================================================
   11. Testimonials
   ========================================================================== */

.tc-says{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;}
.tc-say{background:var(--tc-white);border:1px solid var(--tc-line);border-radius:var(--tc-r-lg);
  padding:1.7rem;display:flex;flex-direction:column;}
.tc-say__stars{margin-bottom:1rem;}
.tc-say blockquote{margin:0 0 1.3rem;padding:0;border:0;font-family:var(--tc-display);
  font-size:var(--tc-t-lead);line-height:1.4;font-variation-settings:"SOFT" 20,"opsz" 30;
  font-weight:400;letter-spacing:-.01em;}
.tc-say__who{margin-top:auto;display:flex;align-items:center;gap:.75rem;}
.tc-say__av{width:38px;height:38px;border-radius:50%;flex:none;object-fit:cover;background:var(--tc-pane-2);}
.tc-say__av--letter{display:grid;place-items:center;background:var(--tc-deep);color:var(--tc-facet);
  font-family:var(--tc-display);font-size:1rem;font-weight:600;}
.tc-say__name{font-size:var(--tc-t-sm);font-weight:600;line-height:1.3;}
.tc-say__meta{font-size:var(--tc-t-micro);color:var(--tc-ink-faint);line-height:1.3;}

/* ==========================================================================
   12. Areas
   ========================================================================== */

.tc-areas__grid{display:grid;grid-template-columns:minmax(0,26rem) minmax(0,1fr);gap:clamp(2rem,5vw,4rem);
  align-items:start;}
.tc-areas__list{display:flex;flex-wrap:wrap;gap:.55rem;list-style:none;margin:0;padding:0;}
.tc-areas__list li{margin:0;}
.tc-areas__list span{
  display:inline-block;padding:.5rem 1rem;border:1px solid var(--tc-line-light);
  border-radius:999px;font-size:var(--tc-t-sm);color:rgba(226,241,238,.9);
}
.tc-areas__ask{margin-top:1.6rem;font-size:var(--tc-t-sm);}

/* ==========================================================================
   13. FAQ
   ========================================================================== */

.tc-faq{max-width:760px;border-top:1px solid var(--tc-line);}
.tc-faq details{border-bottom:1px solid var(--tc-line);}
.tc-faq summary{
  list-style:none;cursor:pointer;padding:1.35rem 2.5rem 1.35rem 0;position:relative;
  font-family:var(--tc-display);font-size:var(--tc-t-lead);font-weight:500;
  font-variation-settings:"SOFT" 20,"opsz" 30;letter-spacing:-.01em;line-height:1.35;
}
.tc-faq summary::-webkit-details-marker{display:none;}
.tc-faq summary::after{
  content:"";position:absolute;right:.35rem;top:1.7rem;width:11px;height:11px;
  border-right:1.6px solid var(--tc-deep);border-bottom:1.6px solid var(--tc-deep);
  transform:rotate(45deg);transition:transform .22s ease;
}
.tc-faq details[open] summary::after{transform:rotate(-135deg);}
.tc-faq summary:hover{color:var(--tc-deep);}
.tc-faq__a{padding:0 3rem 1.5rem 0;}
.tc-faq__a p{margin:0;color:var(--tc-ink-soft);font-size:var(--tc-t-sm);line-height:1.65;}
@media (prefers-reduced-motion:no-preference){
  .tc-faq details[open] .tc-faq__a{animation:tc-open .24s ease;}
}
@keyframes tc-open{from{opacity:0;transform:translateY(-4px);}to{opacity:1;transform:none;}}

/* ==========================================================================
   14. Closing CTA
   ========================================================================== */

.tc-cta{background:var(--tc-ink);color:var(--tc-white);position:relative;overflow:hidden;}
.tc-cta::after{
  content:"";position:absolute;right:-8%;top:-40%;width:46%;height:180%;
  background:linear-gradient(101deg,rgba(79,216,196,.14) 0 46%,rgba(169,155,245,.1) 46% 62%,transparent 62%);
  transform:skewX(-9deg);pointer-events:none;
}
.tc-cta__inner{position:relative;z-index:1;text-align:center;max-width:34ch;margin-inline:auto;}
.tc-cta h2{color:var(--tc-white);margin-bottom:.7rem;}
.tc-cta p{color:rgba(226,241,238,.78);margin-inline:auto;margin-bottom:2rem;max-width:44ch;}
.tc-cta__btns{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;}

/* ==========================================================================
   15. Forms
   ========================================================================== */

.tc-field{margin-bottom:.9rem;}
.tc-field label,.tc-label{
  display:block;font-size:var(--tc-t-micro);font-weight:600;margin-bottom:.35rem;color:var(--tc-ink);
}
.tc-field .tc-req{color:#C2452F;}
input[type=text],input[type=email],input[type=tel],input[type=url],input[type=search],
input[type=number],input[type=date],input[type=password],select,textarea{
  width:100%;font-family:var(--tc-body);font-size:var(--tc-t-sm);color:var(--tc-ink);
  background:var(--tc-white);border:1px solid var(--tc-line);border-radius:var(--tc-r-sm);
  padding:.72rem .85rem;line-height:1.4;transition:border-color .15s ease,box-shadow .15s ease;
  -webkit-appearance:none;appearance:none;
}
select{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3e%3cpath d='M1 1l5 5 5-5' stroke='%234A6468' stroke-width='1.6' fill='none' stroke-linecap='round'/%3e%3c/svg%3e");
  background-repeat:no-repeat;background-position:right .85rem center;background-size:11px;padding-right:2.2rem;}
textarea{min-height:104px;resize:vertical;}
input:focus,select:focus,textarea:focus{
  outline:none;border-color:var(--tc-deep);box-shadow:0 0 0 3px rgba(79,216,196,.28);
}
::placeholder{color:var(--tc-ink-faint);opacity:1;}
.tc-field--split{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;}
.tc-hp{position:absolute!important;left:-9999px;}

.tc-note{
  border-radius:var(--tc-r);padding:.9rem 1.05rem;font-size:var(--tc-t-sm);margin-bottom:1.2rem;
  border:1px solid;line-height:1.5;
}
.tc-note--ok{background:rgba(79,216,196,.14);border-color:rgba(15,74,71,.3);color:var(--tc-deep-2);}
.tc-note--bad{background:#FCEDE9;border-color:#E7BCB1;color:#8C2F1A;}
.tc-note p{margin:0;}

/* ==========================================================================
   16. Footer
   ========================================================================== */

.tc-footer{background:var(--tc-deep-2);color:rgba(219,238,234,.8);padding-block:clamp(3.5rem,7vw,5.5rem) 2rem;}
.tc-footer h4{color:var(--tc-white);font-family:var(--tc-body);font-size:var(--tc-t-micro);
  font-weight:700;letter-spacing:.01em;margin-bottom:1rem;}
.tc-footer__grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:2.5rem;
  padding-bottom:2.75rem;border-bottom:1px solid var(--tc-line-light);}
.tc-footer .tc-brand__name{color:var(--tc-white);}
.tc-footer__blurb{font-size:var(--tc-t-sm);margin:1rem 0 0;max-width:34ch;color:rgba(219,238,234,.72);}
.tc-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:.6rem;}
.tc-footer li{margin:0;}
.tc-footer a{text-decoration:none;font-size:var(--tc-t-sm);color:rgba(219,238,234,.8);}
.tc-footer a:hover{color:var(--tc-facet);}
.tc-footer__c{display:grid;gap:.75rem;font-size:var(--tc-t-sm);}
.tc-footer__c div{display:flex;gap:.6rem;align-items:flex-start;}
.tc-footer__c svg{width:15px;height:15px;flex:none;margin-top:.28rem;stroke:var(--tc-facet);fill:none;stroke-width:1.7;}
.tc-footer__base{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;justify-content:space-between;
  align-items:center;padding-top:1.75rem;font-size:var(--tc-t-micro);color:rgba(219,238,234,.55);}
.tc-footer__base p{margin:0;}
.tc-footer__base ul{display:flex;gap:1.25rem;}
.tc-footer__base a{font-size:var(--tc-t-micro);}

/* ==========================================================================
   17. Blog & interior pages
   ========================================================================== */

.tc-pagehead{padding-block:clamp(3rem,6vw,5rem) 0;}
.tc-pagehead h1{max-width:20ch;}
.tc-pagehead p{color:var(--tc-ink-soft);font-size:var(--tc-t-lead);max-width:56ch;}
.tc-crumb{font-size:var(--tc-t-micro);color:var(--tc-ink-faint);margin-bottom:1rem;}
.tc-crumb a{text-decoration:none;}
.tc-crumb a:hover{text-decoration:underline;}

.tc-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:clamp(2rem,5vw,4rem);align-items:start;}
.tc-layout--full{grid-template-columns:minmax(0,1fr);}

.tc-posts{display:grid;grid-template-columns:repeat(2,1fr);gap:1.75rem;}
.tc-post{background:var(--tc-white);border:1px solid var(--tc-line);border-radius:var(--tc-r-lg);
  overflow:hidden;display:flex;flex-direction:column;}
.tc-post__thumb{aspect-ratio:16/10;overflow:hidden;background:var(--tc-pane-2);}
.tc-post__thumb img{width:100%;height:100%;object-fit:cover;}
.tc-post__body{padding:1.5rem;display:flex;flex-direction:column;flex:1;}
.tc-post__date{font-size:var(--tc-t-micro);color:var(--tc-ink-faint);margin-bottom:.5rem;}
.tc-post h2,.tc-post h3{font-size:var(--tc-t-md);margin-bottom:.5rem;}
.tc-post h2 a,.tc-post h3 a{text-decoration:none;}
.tc-post h2 a:hover,.tc-post h3 a:hover{text-decoration:underline;text-decoration-color:var(--tc-facet);}
.tc-post__ex{font-size:var(--tc-t-sm);color:var(--tc-ink-soft);margin-bottom:1.1rem;}
.tc-post__more{margin-top:auto;font-size:var(--tc-t-sm);font-weight:600;text-decoration:none;
  color:var(--tc-deep);box-shadow:inset 0 -1px 0 var(--tc-facet);align-self:flex-start;}

.tc-entry{max-width:68ch;}
.tc-entry > *{max-width:100%;}
.tc-entry h2{font-size:var(--tc-t-lg);margin-top:2.2rem;}
.tc-entry h3{margin-top:1.8rem;}
.tc-entry img,.tc-entry .wp-block-image{border-radius:var(--tc-r);margin-block:1.75rem;}
.tc-entry .alignleft{float:left;margin:.4rem 1.75rem 1.25rem 0;}
.tc-entry .alignright{float:right;margin:.4rem 0 1.25rem 1.75rem;}
.tc-entry .aligncenter{margin-inline:auto;}
.wp-caption-text,.wp-element-caption{font-size:var(--tc-t-micro);color:var(--tc-ink-faint);text-align:left;}
.tc-entry ul,.tc-entry ol{padding-left:1.3em;}
.tc-meta{display:flex;flex-wrap:wrap;gap:1rem;font-size:var(--tc-t-micro);color:var(--tc-ink-faint);
  margin-bottom:1.75rem;padding-bottom:1.25rem;border-bottom:1px solid var(--tc-line);}
.tc-tags{margin-top:2.5rem;display:flex;flex-wrap:wrap;gap:.5rem;}
.tc-tags a{font-size:var(--tc-t-micro);border:1px solid var(--tc-line);border-radius:999px;
  padding:.32rem .8rem;text-decoration:none;color:var(--tc-ink-soft);}
.tc-tags a:hover{border-color:var(--tc-deep);color:var(--tc-ink);}

.tc-sidebar .widget{margin-bottom:2.25rem;}
.tc-sidebar .widget-title,.tc-sidebar h2{font-family:var(--tc-body);font-size:var(--tc-t-micro);
  font-weight:700;margin-bottom:.9rem;}
.tc-sidebar ul{list-style:none;padding:0;margin:0;display:grid;gap:.5rem;}
.tc-sidebar li{margin:0;font-size:var(--tc-t-sm);}
.tc-sidebar a{text-decoration:none;color:var(--tc-ink-soft);}
.tc-sidebar a:hover{color:var(--tc-ink);}

.tc-pager{display:flex;gap:.5rem;margin-top:3rem;flex-wrap:wrap;}
.tc-pager .page-numbers{display:grid;place-items:center;min-width:40px;height:40px;padding:0 .75rem;
  border:1px solid var(--tc-line);border-radius:var(--tc-r-sm);text-decoration:none;font-size:var(--tc-t-sm);}
.tc-pager .page-numbers.current{background:var(--tc-ink);color:var(--tc-white);border-color:var(--tc-ink);}
.tc-pager a.page-numbers:hover{border-color:var(--tc-ink);}

.tc-comments{margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid var(--tc-line);max-width:68ch;}
.tc-comments ol{list-style:none;padding:0;}
.tc-comments .children{list-style:none;padding-left:1.5rem;}
.tc-comments .comment-body{padding:1.25rem 0;border-bottom:1px solid var(--tc-line-soft);}
.tc-comments .comment-author{font-size:var(--tc-t-sm);font-weight:600;}
.tc-comments .comment-meta{font-size:var(--tc-t-micro);color:var(--tc-ink-faint);margin-bottom:.5rem;}
.tc-comments .comment-author img{border-radius:50%;margin-right:.6rem;vertical-align:middle;}

.tc-404{text-align:center;padding-block:clamp(4rem,10vw,8rem);}
.tc-404 h1{font-size:var(--tc-t-2xl);}
.tc-404 p{margin-inline:auto;}
.tc-404 form{max-width:400px;margin:2rem auto 0;display:flex;gap:.5rem;}

.tc-searchform{display:flex;gap:.5rem;}

/* WP core alignment support */
.alignwide{max-width:1100px;margin-inline:auto;}
.alignfull{max-width:none;width:100vw;margin-left:calc(50% - 50vw);}
.sticky .tc-post{border-color:var(--tc-deep);}
.wp-block-button__link{border-radius:999px;}

/* ==========================================================================
   18. Responsive
   ========================================================================== */

@media (max-width:1040px){
  .tc-hero__grid{grid-template-columns:1fr 360px;}
  .tc-footer__grid{grid-template-columns:1fr 1fr;gap:2.25rem;}
}

@media (max-width:900px){
  .tc-nav,.tc-header__phone{display:none;}
  .tc-burger{display:grid;}
  .tc-header__actions .tc-btn{display:none;}

  .tc-hero{padding-top:2.5rem;padding-bottom:3.5rem;}
  .tc-hero__crystal{
    width:100%;top:auto;bottom:0;height:64%;
    clip-path:polygon(0 9%,100% 0,100% 100%,0 100%);
  }
  .tc-hero__crystal::before{background:linear-gradient(103deg,rgba(255,255,255,.05) 0 38%,transparent 38%);}
  .tc-hero__crystal::after{display:none;}
  .tc-hero__grid{grid-template-columns:1fr;gap:2.5rem;}
  .tc-hero__copy{max-width:none;}

  .tc-proof__inner{grid-template-columns:1fr 1fr;gap:1.5rem 1rem;}
  .tc-proof__item + .tc-proof__item{border-left:0;padding-left:0;}
  .tc-proof__item:nth-child(even){border-left:1px solid var(--tc-line);padding-left:1.25rem;}

  .tc-service{grid-template-columns:22px minmax(0,1fr) auto;gap:1rem;}
  .tc-service__desc{grid-column:2 / -1;margin-top:.4rem;}

  .tc-steps{grid-template-columns:1fr;gap:2rem;}
  .tc-step:not(:last-child)::after{display:none;}

  .tc-plans{grid-template-columns:1fr;max-width:440px;}
  .tc-plan--feature{padding:2rem 1.7rem;}
  .tc-plan__for{min-height:0;}

  .tc-says{grid-template-columns:1fr;max-width:520px;}
  .tc-areas__grid{grid-template-columns:1fr;}
  .tc-layout{grid-template-columns:1fr;}
  .tc-posts{grid-template-columns:1fr;}
}

@media (max-width:560px){
  .tc-hero__ctas .tc-btn{flex:1 1 100%;}
  .tc-quote{padding:1.5rem 1.25rem;}
  .tc-field--split{grid-template-columns:1fr;}
  .tc-service{grid-template-columns:1fr auto;}
  .tc-service .tc-glyph{display:none;}
  .tc-service__desc{grid-column:1 / -1;}
  .tc-service--featured{padding-inline:1.25rem;}
  .tc-footer__grid{grid-template-columns:1fr;}
  .tc-footer__base{flex-direction:column;align-items:flex-start;}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.001ms!important;animation-iteration-count:1!important;
    transition-duration:.001ms!important;scroll-behavior:auto!important;
  }
}

@media print{
  .tc-header,.tc-footer,.tc-cta,.tc-quote,.tc-burger{display:none!important;}
  body{background:#fff;}
}

/* Smooth anchor scrolling, disabled by the reduced-motion block above. */
html{scroll-behavior:smooth;scroll-padding-top:1.5rem;}
