.wad-home {
  --wad-bg-light: #fffef7;
  --wad-bg-medium: #fffcec;
  --wad-bg-soft: #f3f2ee;
  --wad-gold: #c0a971;
  --wad-gold-dark: #8a7346;
  --wad-gold-hover: #dcc58c;
  --wad-ink: #111111;
  --wad-muted: #5f5d55;
  --wad-border: rgba(192, 169, 113, 0.55);
  --wad-shell: 1290px;
  --wad-header-offset: clamp(7.5rem, 10vw, 9.75rem);
  --wad-display: clamp(2.5rem, 4vw, 4.55rem);
  --wad-h2: clamp(2rem, 3vw, 3.15rem);
  --wad-h3: clamp(1.5rem, 2vw, 2.05rem);
  --wad-body: 1rem;
  --wad-body-lg: 1.125rem;
  background: var(--wad-bg-light);
  color: var(--wad-ink);
  font-family: "Avenir Next", "Montserrat", sans-serif;
}

.wad-home,
.wad-home * {
  box-sizing: border-box;
}

.wad-home img {
  display: block;
  max-width: 100%;
}

.wad-home a {
  color: inherit;
  text-decoration: none;
}

.wad-home [hidden] {
  display: none !important;
}

.wad-home__shell {
  width: min(var(--wad-shell), calc(100% - 3rem));
  margin: 0 auto;
}

.wad-home__shell--narrow {
  width: min(56rem, calc(100% - 3rem));
}

.wad-home__eyebrow {
  margin: 0 0 0.875rem;
  color: var(--wad-gold-dark);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  line-height: 1.1;
  text-transform: uppercase;
}

.wad-home__display,
.wad-home__headline,
.wad-home__card-title,
.wad-home__reason-title {
  font-family: "Tenor Sans", var(--font-display), serif;
  font-weight: 400;
  text-transform: uppercase;
}

.wad-home__display {
  margin: 0;
  font-size: var(--wad-display);
  line-height: 0.96;
}

.wad-home__display--medium,
.wad-home__headline {
  font-size: var(--wad-h2);
  letter-spacing: 0.03em;
  line-height: 1.18;
}

.wad-home__headline--small {
  font-size: var(--wad-h3);
}

.wad-home__lede,
.wad-home__story-copy p,
.wad-home__feature-card p,
.wad-home__services-head p,
.wad-home__faq-copy p,
.wad-home__cta-copy p,
.wad-home__panel-value,
.wad-home__review-quote {
  color: var(--wad-muted);
  font-size: var(--wad-body-lg);
  line-height: 1.72;
}

.wad-home__button,
.wad-home__text-button,
.wad-services__buttons button,
.wad-services__plus,
.wad-faq__button {
  font-family: "Avenir Next", "Montserrat", sans-serif;
}

.wad-home__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.75rem;
  padding: 1rem 2.2rem;
  border: 2px solid var(--wad-ink);
  color: var(--wad-ink);
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.wad-home__button:hover {
  transform: translateY(-1px);
}

.wad-home__button--glass {
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(10px);
}

.wad-home__button--glass:hover {
  background: rgba(255, 255, 255, 0.64);
}

.wad-home__button--gold {
  border-color: var(--wad-gold);
  background: var(--wad-gold);
}

.wad-home__button--gold:hover {
  background: var(--wad-gold-hover);
  border-color: var(--wad-gold-hover);
}

.wad-home__text-button {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--wad-gold-dark);
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.wad-home__sunmark {
  position: relative;
  width: 8.5rem;
  height: 4.5rem;
  margin: 0 auto 2rem;
}

.wad-home__sunmark::before,
.wad-home__sunmark::after {
  content: "";
  position: absolute;
  inset: auto 50% 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, transparent, var(--wad-gold));
}

.wad-home__sunmark::after {
  transform: translateX(-50%) rotate(90deg);
  height: 4.5rem;
  transform-origin: center bottom;
  opacity: 0.5;
}

.wad-home__hero {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 600px;
  overflow: hidden;
  background: #F3F2EE;
}

.wad-home__hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: opacity 0.2s ease;
}

.wad-home__hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(192, 169, 113, 0.4);
  z-index: 1;
}

/* Text card — outer 1px black border frame */
.wad-home__hero-textcard {
  box-sizing: border-box;
  position: absolute;
  /* Figma: 836×302, right edge 219px from right, bottom edge 100px from bottom */
  bottom: clamp(1.5rem, 5.6vw, 6.25rem);
  right: clamp(1.5rem, 12.7vw, 13.75rem);
  width: min(836px, calc(100% - 3rem));
  padding: 16px;
  border: 1px solid #000000;
  z-index: 2;
}

/* Inner panel — semi-transparent frost */
.wad-home__hero-panel-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 48px;
  gap: 32px;
  background: rgba(255, 254, 247, 0.5);
  backdrop-filter: blur(4px);
}

/* Content: header + description stacked */
.wad-home__hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

/* Header: eyebrow + H1 */
.wad-home__hero-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.wad-home__hero-eyebrow {
  margin: 0;
  font-family: Montserrat, "Avenir Next", var(--font-secondary), Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.062em;
  text-transform: uppercase;
  color: #000000;
}

.wad-home__hero-title {
  margin: 0;
  font-family: "Tenor Sans", var(--font-display), serif;
  font-weight: 400;
  font-size: clamp(2rem, 2.67vw, 46.18px);
  line-height: 0.95;
  text-transform: uppercase;
  color: #000000;
}

.wad-home__hero-desc {
  margin: 0;
  font-family: Montserrat, "Avenir Next", var(--font-secondary), Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #000000;
}

/* Hero CTA button */
.wad-home__hero-cta {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 48px;
  gap: 8px;
  width: 347px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #000000;
  backdrop-filter: blur(4px);
  color: #000000;
  text-decoration: none;
  font-family: Montserrat, "Avenir Next", var(--font-secondary), Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}

.wad-home__hero-cta svg {
  width: 20px;
  height: 20px;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

.wad-home__hero-cta:hover {
  background: rgba(255, 255, 255, 0.35);
}

.wad-home__story,
.wad-home__services,
.wad-home__faq,
.wad-home__reasons,
.wad-home__cta {
  padding: 6rem 0;
}

.wad-home__story,
.wad-home__faq {
  background: var(--wad-bg-medium);
}

/* ── Intro section ── */
.wad-home__intro {
  background: #FFFCEC;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.wad-intro__frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 96px 0 32px;
  gap: 24px;
  width: min(1290px, calc(100% - 4rem));
}

.wad-intro__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
}

.wad-intro__halfsun {
  width: 155px;
  height: 80px;
  aspect-ratio: 31 / 16;
  flex-shrink: 0;
}

.wad-intro__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.wad-intro__eyebrow {
  margin: 0;
  max-width: 740px;
  color: #000000;
  text-align: center;
  font-family: Montserrat, "Avenir Next", var(--font-secondary), Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.868px;
  text-transform: uppercase;
}

.wad-intro__title {
  margin: 0;
  width: 100%;
  color: #000000;
  text-align: center;
  font-family: "Tenor Sans", var(--font-display), serif;
  font-size: clamp(1.8rem, 2.38vw, 41.05px);
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

.wad-intro__subtitle {
  margin: 0;
  max-width: 740px;
  color: #000000;
  text-align: center;
  font-family: "Spectral", serif;
  font-size: clamp(1.25rem, 1.62vw, 28px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.1;
}

.wad-home__accent-copy {
  margin: 0;
  color: var(--wad-gold-dark);
  font-family: "Spectral", serif;
  font-size: clamp(1.5rem, 2.1vw, 2rem);
  font-style: italic;
  line-height: 1.2;
}

.wad-home__section-heading {
  max-width: 56rem;
  margin: 0 auto 4.5rem;
  text-align: center;
}

/* ── Story / second intro section ── */
.wad-story {
  position: relative;
  overflow: visible;
  background: #FFFCEC;
  display: flex;
  justify-content: center;
  isolation: isolate;
}

.wad-story__leaf {
  position: absolute;
  width: 792.561px;
  height: 1306.052px;
  left: -380px;
  top: -60px;
  background: url('/wp-content/uploads/2026/05/leaf-embelishment.webp') center / 100% 100% no-repeat;
  transform: rotate(34deg) scaleX(-1);
  opacity: 0.25;
  pointer-events: none;
  z-index: 0;
}

.wad-story__frame {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 96px 0;
  gap: 96px;
  width: min(1290px, calc(100% - 4rem));
}

.wad-story__headline {
  margin: 0;
  max-width: 850px;
  color: #000000;
  text-align: center;
  font-family: "Tenor Sans", var(--font-display), serif;
  font-size: clamp(2rem, 2.67vw, 46.18px);
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
}

.wad-story__word {
  color: #C2C2C2;
  transition: color 0.15s ease;
}

.wad-story__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 42px;
  width: 642px;
  max-width: 100%;
}

.wad-story__quote {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 300px;
  flex-shrink: 0;
}

.wad-story__body {
  margin: 0;
  color: #000000;
  font-family: Montserrat, "Avenir Next", var(--font-secondary), Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.wad-story__sig {
  margin: 0;
  color: #000000;
  font-family: "Spectral", serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
}

.wad-story__biopicwrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 12px;
  gap: 11px;
  border-left: 1px solid transparent;
  flex-shrink: 0;
  perspective: 1200px;
}

.wad-story__biopicinner {
  position: relative;
  width: 300px;
  height: 375px;
  overflow: hidden;
  border-radius: 0 100px 0 0;
  flex-shrink: 0;
  transform-style: preserve-3d;
  box-shadow: 0 10px 30px -22px rgba(0, 0, 0, 0.35);
  transition: box-shadow 0.6s ease;
}

.wad-story__biopicinner.is-revealed {
  box-shadow:
    0 22px 55px -28px rgba(0, 0, 0, 0.4),
    0 0 0 0 rgba(192, 169, 113, 0);
}

.wad-story__biopicinner.is-revealed.is-hovered {
  box-shadow:
    0 30px 70px -30px rgba(0, 0, 0, 0.45),
    0 0 40px -8px rgba(192, 169, 113, 0.55);
}

/* Soft gold gradient overlay that lifts the photo on hover */
.wad-story__biopicinner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    120% 80% at 30% 10%,
    rgba(255, 244, 214, 0.18) 0%,
    rgba(192, 169, 113, 0.04) 45%,
    rgba(0, 0, 0, 0) 70%
  );
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
  z-index: 2;
}

.wad-story__biopicinner.is-hovered::before { opacity: 1; }

/* Shine sweep that fires once when the image finishes revealing */
.wad-story__biopicinner::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -60%;
  width: 45%;
  height: 140%;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.35) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-18deg) translateX(0);
  opacity: 0;
  pointer-events: none;
  z-index: 3;
}

.wad-story__biopicinner.is-revealed::after {
  animation: wad-story-shine 1.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.35s 1;
}

.wad-story__biopicinner.is-hovered::after {
  animation: wad-story-shine 1.1s cubic-bezier(0.22, 0.61, 0.36, 1) 0s 1;
}

@keyframes wad-story-shine {
  0%   { opacity: 0; transform: skewX(-18deg) translateX(0); }
  10%  { opacity: 0.9; }
  100% { opacity: 0; transform: skewX(-18deg) translateX(420%); }
}

.wad-story__photo {
  display: block;
  width: 317px;
  height: 475px;
  object-fit: cover;
  object-position: 50% top;
  margin-top: -79px;
  border-radius: 0 100px 0 0;
  will-change: transform, filter;
}

@media (prefers-reduced-motion: reduce) {
  .wad-story__biopicinner::after,
  .wad-story__biopicinner.is-revealed::after,
  .wad-story__biopicinner.is-hovered::after {
    animation: none;
    opacity: 0;
  }
}

.wad-home__story {
  position: relative;
}

/* ── Copyband (H1 content section) ───────────────────── */
.wad-copyband {
  position: relative;
  overflow: visible;
  isolation: isolate;
  background: var(--wad-bg-light);
  border-top: 1px solid var(--wad-gold);
  min-height: 550px;
  display: flex;
  align-items: center;
}

.wad-copyband__leaf {
  position: absolute;
  right: -200px;
  top: -200px;
  width: 792.561px;
  height: 1306.052px;
  background: url('/wp-content/uploads/2026/05/leaf-embelishment.webp') center / 100% 100% no-repeat;
  transform: rotate(-31deg);
  opacity: 0.25;
  pointer-events: none;
  z-index: 0;
}

.wad-copyband__shell {
  position: relative;
  z-index: 1;
  width: min(var(--wad-shell), calc(100% - 3rem));
  margin: 0 auto;
  padding: 96px 0;
}

.wad-copyband__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  max-width: 630px;
}

.wad-copyband__eyebrow {
  margin: 0 0 8px;
  font-family: Montserrat, 'Avenir Next', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.062em;
  text-transform: uppercase;
  color: #000;
}

.wad-copyband__title {
  margin: 0 0 24px;
  font-family: 'Tenor Sans', serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 2.5vw, 2.28rem);
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000;
}

.wad-copyband__body {
  margin-bottom: 0;
  font-feature-settings: 'liga' off, 'clig' off;
  width: 100%;
}

.wad-copyband__body p,
.wad-copyband__more p {
  margin: 0 0 1em;
  font-family: Montserrat, 'Avenir Next', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
}

.wad-copyband__body p:last-child {
  margin-bottom: 0;
}

.wad-copyband__more p:last-child {
  margin-bottom: 0;
}

.wad-copyband__body a,
.wad-copyband__more a {
  color: #000;
  font-family: Montserrat, 'Avenir Next', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* Smooth expand using grid-rows trick – no [hidden] attr needed */
.wad-copyband__more-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.wad-copyband__more-wrap.is-open {
  grid-template-rows: 1fr;
}

.wad-copyband__more {
  overflow: hidden;
  padding-top: 0;
  transition: padding-top 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.wad-copyband__more-wrap.is-open .wad-copyband__more {
  padding-top: 1em;
}

.wad-copyband__toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-top: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: Montserrat, 'Avenir Next', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8A7346;
  transition: opacity 0.2s ease;
}

.wad-copyband__toggle:hover {
  opacity: 0.7;
}

.wad-copyband__toggle svg {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.wad-copyband__toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

/* ── Reasons (H2: Why Choose) ────────────────────────────────────── */
.wad-reasons {
  position: relative;
  overflow: visible;
  isolation: isolate;
  background: #FFFEF7;
  padding: 96px 0;
}

.wad-reasons::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(192, 169, 113, 0.1), transparent 34%),
    radial-gradient(circle at 76% 70%, rgba(138, 115, 70, 0.08), transparent 30%);
  pointer-events: none;
  z-index: 0;
}

.wad-reasons__leaf {
  position: absolute;
  right: -512px;
  top: -280px;
  width: 1141px;
  height: 1469px;
  background: url('/wp-content/uploads/2026/05/leaf-embelishment.webp') center / 100% 100% no-repeat;
  opacity: 0.25;
  transform: rotate(-9.08deg);
  transform-origin: center;
  animation: wad-reasons-leaf-float 14s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 0;
}

.wad-reasons__shell {
  position: relative;
  z-index: 1;
  width: min(var(--wad-shell), calc(100% - 3rem));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-right: 30px;
}

.wad-reasons__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: min(630px, 100%);
}

.wad-reasons__copy-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
}

.wad-reasons__sunmark {
  display: block;
  width: 155px;
  height: 80px;
  aspect-ratio: 31 / 16;
  flex-shrink: 0;
}

.wad-reasons__hgroup {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.wad-reasons__eyebrow {
  margin: 0;
  font-family: Montserrat, 'Avenir Next', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.062em;
  text-transform: uppercase;
  color: #000;
}

.wad-reasons__headline {
  margin: 0;
  font-family: 'Tenor Sans', serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 2.5vw, 2.028rem);
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000;
}

.wad-reasons__body {
  width: 100%;
  font-feature-settings: 'liga' off, 'clig' off;
}

.wad-reasons__body p,
.wad-reasons__more p {
  margin: 0 0 1em;
  font-family: Montserrat, 'Avenir Next', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}

.wad-reasons__body p:last-child,
.wad-reasons__more p:last-child {
  margin-bottom: 0;
}

.wad-reasons__body a,
.wad-reasons__more a {
  color: #000;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.wad-reasons__more-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}

.wad-reasons__more-wrap.is-open {
  grid-template-rows: 1fr;
}

.wad-reasons__more {
  overflow: hidden;
  padding-top: 0;
  transition: padding-top 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.wad-reasons__more-wrap.is-open .wad-reasons__more {
  padding-top: 1em;
}

.wad-reasons__toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.09px;
  margin: 24px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  width: auto;
  font-family: Montserrat, 'Avenir Next', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 2px;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  text-transform: uppercase;
  color: #8A7346;
  transition: opacity 0.2s ease;
}

.wad-reasons__toggle span {
  white-space: nowrap;
}

.wad-reasons__toggle:hover {
  opacity: 0.7;
}

.wad-reasons__toggle svg {
  width: 24px;
  height: 24px;
  aspect-ratio: 1 / 1;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.wad-reasons__toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.wad-reasons__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 410px));
  gap: 8px;
  width: min(1246px, 100%);
}

.wad-reasons__card {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 310px;
  border: 1px solid #C0A971;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 254, 247, 0.72) 0%, rgba(255, 252, 242, 0.94) 100%);
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.wad-reasons__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.65) 0%, rgba(192, 169, 113, 0.16) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.wad-reasons__card-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  height: 100%;
  padding: 32px;
  transition: transform 0.3s ease;
}

.wad-reasons__number {
  margin: 0;
  font-family: 'Tenor Sans', serif;
  font-weight: 400;
  font-size: 46.18px;
  line-height: 0.95;
  text-transform: uppercase;
  color: #000;
  transition: color 0.3s ease, transform 0.3s ease;
}

.wad-reasons__title {
  margin: 0;
  max-width: 344px;
  font-family: 'Tenor Sans', serif;
  font-weight: 400;
  font-size: 20.25px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #000;
  transition: color 0.3s ease, transform 0.3s ease;
}

.wad-reasons__plus {
  position: absolute;
  right: 32px;
  bottom: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 12px;
  border: 1px solid #C0A971;
  border-radius: 190px;
  background: transparent;
  cursor: pointer;
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.wad-reasons__plus svg {
  display: block;
  width: 18px;
  height: 18px;
  aspect-ratio: 1 / 1;
  transition: transform 0.25s ease;
}

.wad-reasons__card:hover,
.wad-reasons__card:focus-within {
  transform: translateY(-8px);
  border-color: rgba(192, 169, 113, 0.92);
  box-shadow: 0 24px 46px rgba(138, 115, 70, 0.14);
}

.wad-reasons__card:hover::before,
.wad-reasons__card:focus-within::before {
  opacity: 1;
}

.wad-reasons__card:hover .wad-reasons__card-inner,
.wad-reasons__card:focus-within .wad-reasons__card-inner {
  transform: translateY(-4px);
}

.wad-reasons__card:hover .wad-reasons__number,
.wad-reasons__card:focus-within .wad-reasons__number {
  color: #8A7346;
  transform: translateY(-2px);
}

.wad-reasons__card:hover .wad-reasons__title,
.wad-reasons__card:focus-within .wad-reasons__title {
  color: #2A2115;
  transform: translateY(-2px);
}

.wad-reasons__card:hover .wad-reasons__plus,
.wad-reasons__card:focus-within .wad-reasons__plus,
.wad-reasons__plus:hover,
.wad-reasons__plus:focus-visible {
  background: rgba(192, 169, 113, 0.12);
  border-color: rgba(138, 115, 70, 0.9);
  transform: translateY(-2px) scale(1.06);
}

.wad-reasons__card:hover .wad-reasons__plus svg,
.wad-reasons__card:focus-within .wad-reasons__plus svg,
.wad-reasons__plus:hover svg,
.wad-reasons__plus:focus-visible svg {
  transform: rotate(90deg);
}

.wad-reasons__card--cta {
  position: relative;
  border: none;
  background: transparent;
  width: 408px;
}

.wad-reasons__card--cta::before {
  content: "";
  position: absolute;
  inset: 18px 20px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.72) 0%, rgba(192, 169, 113, 0.14) 100%);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.wad-reasons__cta-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  padding: 32px;
  height: 100%;
  transition: transform 0.3s ease;
}

.wad-reasons__cta-title {
  margin: 0;
  width: min(100%, 344px);
  max-width: 344px;
  font-family: 'Tenor Sans', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28.83px;
  line-height: 130%;
  font-feature-settings: 'liga' off, 'clig' off;
  text-transform: uppercase;
  color: #000;
  transition: color 0.3s ease, transform 0.3s ease;
}

.wad-reasons__cta-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 60px;
  padding: 20px 48px;
  border: 2px solid #000;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  color: #000;
  text-decoration: none;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.wad-reasons__card--cta:hover,
.wad-reasons__card--cta:focus-within {
  transform: translateY(-6px);
}

.wad-reasons__card--cta:hover::before,
.wad-reasons__card--cta:focus-within::before {
  opacity: 0;
  transform: none;
}

.wad-reasons__card--cta:hover .wad-reasons__cta-inner,
.wad-reasons__card--cta:focus-within .wad-reasons__cta-inner {
  transform: translateY(-2px);
}

.wad-reasons__card--cta:hover .wad-reasons__cta-title,
.wad-reasons__card--cta:focus-within .wad-reasons__cta-title {
  color: #2A2115;
  transform: translateY(-2px);
}

.wad-reasons__cta-btn:hover,
.wad-reasons__cta-btn:focus-visible {
  background: rgba(255, 255, 255, 0.45);
  border-color: #8A7346;
  box-shadow: 0 18px 28px rgba(138, 115, 70, 0.12);
  transform: translateY(-3px);
}

.wad-reasons__cta-btn svg {
  width: 20px;
  height: 20px;
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
  transition: transform 0.25s ease;
}

.wad-reasons__cta-btn span {
  font-family: Montserrat, 'Avenir Next', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  white-space: nowrap;
}

.wad-reasons__cta-btn:hover svg,
.wad-reasons__cta-btn:focus-visible svg {
  transform: translateY(-1px) scale(1.04);
}

@keyframes wad-reasons-leaf-float {
  from {
    transform: rotate(-10.5deg) translate3d(0, 0, 0);
  }

  to {
    transform: rotate(-7.5deg) translate3d(-20px, 18px, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wad-reasons__leaf {
    animation: none;
  }

  .wad-reasons__card,
  .wad-reasons__card::before,
  .wad-reasons__card-inner,
  .wad-reasons__number,
  .wad-reasons__title,
  .wad-reasons__plus,
  .wad-reasons__plus svg,
  .wad-reasons__card--cta,
  .wad-reasons__card--cta::before,
  .wad-reasons__cta-inner,
  .wad-reasons__cta-title,
  .wad-reasons__cta-btn,
  .wad-reasons__cta-btn svg {
    transition: none;
  }
}

@media (max-width: 1100px) {
  .wad-reasons__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .wad-reasons__leaf {
    right: -360px;
    top: -220px;
    transform: rotate(-9.08deg) scale(0.78);
  }

  .wad-reasons__shell {
    padding-right: 0;
  }
}

@media (max-width: 720px) {
  .wad-reasons {
    padding: 72px 0;
  }

  .wad-reasons__grid {
    grid-template-columns: 1fr;
  }

  .wad-reasons__card {
    height: auto;
    min-height: 260px;
  }

  .wad-reasons__cta-inner {
    align-items: center;
    text-align: center;
  }

  .wad-reasons__cta-btn {
    width: 100%;
  }

  .wad-reasons__leaf {
    right: -260px;
    top: -160px;
    transform: rotate(-9.08deg) scale(0.6);
  }
}

.wad-home__feature {
  position: relative;
  min-height: 40rem;
  display: flex;
  align-items: center;
  overflow: clip;
}

.wad-home__feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.92;
}

.wad-home__feature--warm::before {
  background:
    linear-gradient(90deg, rgba(108, 68, 35, 0.74), rgba(108, 68, 35, 0.08)),
    linear-gradient(135deg, #8b5d35, #c08f5d 35%, #f3dfbf 100%);
}

.wad-home__feature--cool::before {
  background:
    linear-gradient(90deg, rgba(230, 237, 245, 0.18), rgba(10, 50, 89, 0.46)),
    linear-gradient(135deg, #dfe9f4, #86a6c8 42%, #21486f 100%);
}

.wad-home__feature-card {
  position: relative;
  z-index: 1;
  width: min(42rem, calc(100% - 2rem));
  padding: 2.8rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 252, 236, 0.88);
}

.wad-home__feature-card--right {
  margin-left: auto;
}

.wad-home__reasons-head {
  max-width: 44rem;
  margin-bottom: 2.5rem;
}

.wad-services__card,
.wad-home__review-card,
.wad-home__reason-card,
.wad-home__cta-panel {
  border: 1px solid var(--wad-border);
  background: rgba(255, 252, 236, 0.82);
}

.wad-home__services {
  background: #FFFEF7;
  padding: 96px 0 48px;
  overflow: hidden;
}

.wad-services__head {
  width: min(1290px, 100%);
  margin-bottom: 48px;
}

.wad-services__head-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: min(740px, 100%);
}

.wad-services__hgroup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

.wad-services__eyebrow {
  margin: 0;
  font-family: Montserrat, "Avenir Next", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.062em;
  text-transform: uppercase;
  color: #000;
}

.wad-services__headline {
  margin: 0;
  font-family: "Tenor Sans", serif;
  font-weight: 400;
  font-size: 32.44px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000;
}

.wad-services__body,
.wad-services__more {
  width: min(630px, 100%);
}

.wad-services__body,
.wad-services__more {
  font-family: Montserrat, "Avenir Next", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}

.wad-services__body.wad-rich,
.wad-services__more.wad-rich {
  gap: 1rem;
}

.wad-services__body.wad-rich p,
.wad-services__more.wad-rich p,
.wad-services__body.wad-rich a,
.wad-services__more.wad-rich a,
.wad-services__body.wad-rich li,
.wad-services__more.wad-rich li {
  font-family: Montserrat, "Avenir Next", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}

.wad-services__body.wad-rich a,
.wad-services__more.wad-rich a {
  color: #000;
}

.wad-services__more-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.wad-services__more-wrap.is-open {
  grid-template-rows: 1fr;
}

.wad-services__more {
  overflow: hidden;
  padding-top: 0;
  transition: padding-top 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.wad-services__more-wrap.is-open .wad-services__more {
  padding-top: 1rem;
}

.wad-services__toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: Montserrat, "Avenir Next", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8A7346;
  transition: opacity 0.2s ease;
}

.wad-services__toggle:hover {
  opacity: 0.7;
}

.wad-services__toggle svg {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.wad-services__toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.wad-services__viewport {
  overflow: hidden;
}

.wad-services__track {
  display: flex;
  align-items: stretch;
  gap: 30px;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.wad-services__card {
  flex: 0 0 410px;
  width: 410px;
  height: 425px;
  padding: 16px;
  border: 2px solid #C0A971;
  background: transparent;
}

.wad-services__card-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  isolation: isolate;
  width: 100%;
  max-width: 378px;
  height: 393px;
  padding: 32px;
  background: #FFFCEC;
}

.wad-services__icon {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 74px;
  height: 55px;
  margin-bottom: 0.75rem;
}

.wad-services__icon svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.wad-services__icon--2 {
  width: 52.986px;
  height: 41.017px;
}

.wad-services__icon--3 {
  width: 73.998px;
  height: 48.004px;
}

.wad-services__icon--4 {
  width: 55px;
  height: 55px;
}

.wad-services__card-title {
  max-width: 314px;
  margin: 0;
  font-family: "Tenor Sans", serif;
  font-weight: 400;
  font-size: 22.78px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000;
}

.wad-services__plus {
  position: absolute;
  right: 32px;
  bottom: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 12px;
  border: 1px solid #C0A971;
  border-radius: 190px;
  background: transparent;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.wad-services__plus:hover {
  transform: scale(1.06);
  background: rgba(192, 169, 113, 0.08);
}

.wad-services__controls {
  display: flex;
  align-items: center;
  gap: 24px;
  width: min(1290px, 100%);
  margin-top: 30px;
}

.wad-services__progress {
  position: relative;
  flex: 1;
  height: 5px;
  border-radius: 70px;
  background: rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.wad-services__progress span {
  display: block;
  width: 18%;
  height: 100%;
  border-radius: inherit;
  background: #C0A971;
}

.wad-services__buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.wad-services__buttons button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.wad-services__buttons button:hover {
  transform: translateY(-1px);
}

.wad-services__buttons button:disabled {
  opacity: 0.35;
  cursor: default;
  transform: none;
}

.wad-modal__img-col--service {
  align-items: center;
  justify-content: center;
}

.wad-modal__img--service {
  width: 399px;
  height: 436px;
  object-fit: cover;
  object-position: center;
  border-radius: 130px 0 0 0;
}

.wad-service-modal__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 399px;
  height: 436px;
  border-radius: 130px 0 0 0;
  background:
    radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 35%),
    linear-gradient(180deg, #fffef7 0%, #fffcec 100%);
}

.wad-service-modal__visual svg {
  width: min(210px, 58%);
  height: auto;
}

.wad-home__faq {
  position: relative;
  padding: 96px 0;
  background: #FFFCEC;
  overflow-x: clip;
  overflow-y: visible;
  isolation: isolate;
}

.wad-faq-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 628fr) minmax(0, 849fr);
  justify-content: space-between;
  gap: 48px;
  min-height: 1248px;
  z-index: 1;
}

.wad-faq__embellishment {
  position: absolute;
  left: -380px;
  top: -60px;
  width: 792.561px;
  height: 1306.052px;
  background: url('/wp-content/uploads/2026/05/leaf-embelishment.webp') center / 100% 100% no-repeat;
  transform: rotate(34deg) scaleX(-1);
  opacity: 0.25;
  pointer-events: none;
  z-index: 0;
  will-change: transform;
}

.wad-faq__copy {
  position: relative;
  z-index: 1;
}

.wad-faq__copy-inner {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  max-width: 628px;
}

.wad-faq__sunmark {
  width: 155px;
  height: 80px;
}

.wad-faq__sunmark svg {
  display: block;
  width: 100%;
  height: auto;
}

.wad-faq__hgroup {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 628px;
}

.wad-faq__eyebrow {
  margin: 0;
  font-family: Montserrat, "Avenir Next", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.062em;
  text-transform: uppercase;
  color: #000;
}

.wad-faq__headline {
  margin: 0;
  font-family: "Tenor Sans", serif;
  font-weight: 400;
  font-size: 32.44px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000;
}

.wad-faq__intro {
  width: 100%;
  max-width: 630px;
  font-family: Montserrat, "Avenir Next", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}

.wad-faq__intro.wad-rich p,
.wad-faq__intro.wad-rich a,
.wad-faq__intro.wad-rich li {
  font-family: Montserrat, "Avenir Next", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}

.wad-faq__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 849px;
}

.wad-faq__item {
  border-bottom: 1px solid #C0A971;
}

.wad-faq__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  min-height: 156px;
  padding: 48px 24px;
  border: 0;
  background: transparent;
  color: #000;
  font-family: "Tenor Sans", serif;
  font-weight: 400;
  font-size: 22.78px;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-align: left;
  text-transform: uppercase;
}

.wad-faq__arrow {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  transition: transform 220ms ease;
}

.wad-faq__arrow svg {
  display: block;
  width: 40px;
  height: 40px;
}

.wad-faq__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}

.wad-faq__panel > * {
  overflow: hidden;
  padding: 0 24px 0;
}

.wad-faq__panel .wad-rich {
  padding-bottom: 0;
  transition: padding-bottom 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}

.wad-faq__item.is-open .wad-faq__panel {
  grid-template-rows: 1fr;
}

.wad-faq__item.is-open .wad-faq__panel .wad-rich {
  padding-bottom: 32px;
}

.wad-faq__item.is-open .wad-faq__arrow {
  transform: rotate(-90deg);
}

.wad-home__reviews {
  position: relative;
  min-height: 800px;
  padding: 96px 0;
  background: rgba(192, 169, 113, 0.6);
  overflow: hidden;
  isolation: isolate;
}

.wad-home__reviews-bg {
  position: absolute;
  inset: -15% 0;
  z-index: -1;
  background:
    linear-gradient(0deg, rgba(192, 169, 113, 0.6), rgba(192, 169, 113, 0.6)),
    url('/wp-content/uploads/2026/05/reviews-bg-image-scaled.webp') center / cover no-repeat;
  will-change: transform;
  pointer-events: none;
}

.wad-home__reviews-shell {
  width: min(1294px, calc(100% - 4rem));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.wad-home__reviews-grid {
  display: flex;
  align-items: center;
  gap: 30px;
  min-height: 608px;
}

.wad-reviews__card-frame {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 16px;
  width: 300px;
  min-width: 300px;
  height: 450px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  transition:
    height 0.52s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
  will-change: transform;
}

.wad-reviews__card-frame:hover {
  border-color: rgba(255, 255, 255, 1);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
  transform: translateY(-5px);
}

.wad-reviews__card-frame:has(.wad-reviews__quote-wrap.is-open):hover {
  transform: translateY(-3px);
}

.wad-reviews__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 268px;
  height: 418px;
  padding: 32px;
  background: rgba(255, 254, 247, 0.92);
  backdrop-filter: blur(4px);
  transition:
    height 0.52s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.25s ease;
}

.wad-reviews__card-frame:hover .wad-reviews__card {
  background: rgba(255, 255, 255, 0.97);
}

.wad-reviews__identity {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.wad-reviews__name {
  margin: 0;
  font-family: Montserrat, "Avenir Next", sans-serif;
  font-weight: 450;
  font-size: 16px;
  line-height: 1.7;
  color: #414836;
}

.wad-reviews__meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.wad-reviews__stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

.wad-reviews__stars svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.wad-reviews__card-frame:hover .wad-reviews__stars svg {
  filter: drop-shadow(0 0 3px rgba(255, 184, 0, 0.7));
  transform: scale(1.15);
}

.wad-reviews__google {
  display: block;
  width: 62px;
  height: auto;
}

.wad-reviews__quote {
  margin: 0;
  color: #5F5D55;
  font-family: Montserrat, "Avenir Next", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}

.wad-reviews__quote-wrap {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  overscroll-behavior: contain;
}

.wad-reviews__quote-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 44px;
  background: linear-gradient(180deg, rgba(255, 254, 247, 0), rgba(255, 254, 247, 0.96) 78%);
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.wad-reviews__quote-wrap .wad-reviews__quote {
  height: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
}

.wad-reviews__quote-wrap.is-open {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  padding-right: 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(138, 115, 70, 0.35) transparent;
}

.wad-reviews__quote-wrap.is-open::-webkit-scrollbar {
  width: 3px;
  display: block;
}

.wad-reviews__quote-wrap.is-open::-webkit-scrollbar-thumb {
  background: rgba(138, 115, 70, 0.35);
  border-radius: 2px;
}

/* Sticky fade stays visible while scrolling, JS adds .is-at-bottom to dismiss */
.wad-reviews__quote-wrap.is-open::after {
  position: sticky;
  bottom: 0;
  margin-top: -44px;
  opacity: 1;
}

.wad-reviews__quote-wrap.is-open.is-at-bottom::after {
  opacity: 0;
}

.wad-reviews__quote-wrap.is-open .wad-reviews__quote {
  display: block;
  height: auto;
  -webkit-line-clamp: unset;
}

/* Expanded — all cards reach the same fixed height so they animate consistently */
.wad-reviews__card-frame:has(.wad-reviews__quote-wrap.is-open) {
  height: 600px;
}

.wad-reviews__card:has(.wad-reviews__quote-wrap.is-open) {
  height: 568px;
}

.wad-reviews__toggle {
  margin-top: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #8A7346;
  font-family: Montserrat, "Avenir Next", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.wad-reviews__cta-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  width: 304px;
  min-width: 304px;
}

.wad-reviews__headline {
  margin: 0;
  max-width: 300px;
  color: #000;
  font-family: "Tenor Sans", serif;
  font-weight: 400;
  font-size: 46.18px;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wad-reviews__cta {
  box-sizing: border-box;
  display: inline-flex;
  height: 55px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 48px;
  border: 2px solid #000;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  color: #000;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.wad-reviews__cta:hover,
.wad-reviews__cta:focus-visible {
  background: rgba(255, 255, 255, 0.34);
  transform: translateY(-1px);
}

.wad-reviews__cta svg {
  width: 20px;
  height: 20px;
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
}

.wad-reviews__cta span {
  font-family: Montserrat, "Avenir Next", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.125em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.wad-home__reason-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

.wad-home__reason-card {
  min-height: 15rem;
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
}

.wad-home__reason-card--cta {
  justify-content: center;
  gap: 1.5rem;
  background: linear-gradient(135deg, rgba(255, 252, 236, 0.85), rgba(233, 223, 197, 0.9));
}

.wad-care {
  background: #FFFEF7;
}

.wad-care__shell {
  width: min(var(--wad-shell), calc(100% - 3rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 30px;
  padding: 96px 0;
}

.wad-care__copy-col {
  min-width: 0;
  max-width: 630px;
}

.wad-care__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  min-height: 585px;
  justify-content: flex-start;
  padding-top: 72px;
}

.wad-care__hgroup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: min(628px, 100%);
}

.wad-care__eyebrow {
  margin: 0;
  font-family: Montserrat, 'Avenir Next', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0.062em;
  text-transform: uppercase;
  color: #000;
}

.wad-care__headline {
  margin: 0;
  width: min(628px, 100%);
  font-family: 'Tenor Sans', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32.44px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000;
}

.wad-care__body,
.wad-care__more {
  width: min(630px, 100%);
}

.wad-care__body.wad-rich,
.wad-care__more.wad-rich {
  font-family: Montserrat, 'Avenir Next', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
}

.wad-care__body p,
.wad-care__more p {
  margin: 0 0 1em;
  font-family: Montserrat, 'Avenir Next', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
}

.wad-care__body p:last-child,
.wad-care__more p:last-child {
  margin-bottom: 0;
}

.wad-care__body a,
.wad-care__more a {
  color: #000;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}

.wad-care__more-wrap {
  display: grid;
  grid-template-rows: 0fr;
  width: min(630px, 100%);
  transition: grid-template-rows 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.wad-care__more-wrap.is-open {
  grid-template-rows: 1fr;
}

.wad-care__more {
  overflow: hidden;
  padding-top: 0;
  transition: padding-top 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.wad-care__more-wrap.is-open .wad-care__more {
  padding-top: 1em;
}

.wad-care__toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.09px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: Montserrat, 'Avenir Next', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #8A7346;
  transition: opacity 0.2s ease;
}

.wad-care__toggle:hover {
  opacity: 0.7;
}

.wad-care__toggle svg {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.wad-care__toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.wad-care__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px;
}

.wad-care__button {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 60px;
  padding: 20px 48px;
  text-decoration: none;
  transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.wad-care__button svg {
  width: 20px;
  height: 20px;
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
}

.wad-care__button span {
  font-family: Montserrat, 'Avenir Next', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
}

.wad-care__button--gold {
  background: #DCC58C;
}

.wad-care__button--gold:hover,
.wad-care__button--gold:focus-visible {
  background: #E4D29F;
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(138, 115, 70, 0.14);
}

.wad-care__button--glass {
  border: 2px solid #000;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
}

.wad-care__button--glass:hover,
.wad-care__button--glass:focus-visible {
  background: rgba(255, 255, 255, 0.42);
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(17, 17, 17, 0.08);
}

.wad-care__media-rail {
  width: 100%;
  max-width: 630px;
  justify-self: end;
  align-self: stretch;
  min-width: 0;
  padding-left: 11px;
  border-left: 1px solid #C0A971;
}

.wad-care__media-sticky {
  position: sticky;
  top: 72px;
}

.wad-care__image {
  width: 100%;
  max-width: 619px;
  height: auto;
  aspect-ratio: 619 / 540;
  object-fit: cover;
  object-position: center;
  border-radius: 0 180px 0 0;
}

.wad-reveal {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.wad-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Re-triggerable reveal for carousel slide changes — transform-only so
   cards never flash to opacity 0 between auto-advance / nav clicks. */
@keyframes wadServicesCardRise {
  from {
    transform: translateY(14px);
  }
  to {
    transform: translateY(0);
  }
}

.wad-services__card.is-replaying {
  animation: wadServicesCardRise 520ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@media (max-width: 1280px) {
  .wad-home__hero-textcard {
    right: clamp(1rem, 3vw, 4rem);
  }

  .wad-services__card {
    flex-basis: calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
  }

  .wad-services__card-inner {
    width: 100%;
    max-width: 100%;
  }

  .wad-services__controls {
    width: 100%;
  }

  .wad-home__reviews {
    min-height: 0;
  }

  .wad-home__reviews-grid {
    flex-wrap: wrap;
    justify-content: center;
  }

  .wad-reviews__cta-block {
    width: 100%;
    max-width: 640px;
    align-items: center;
    text-align: center;
  }

  .wad-home__reason-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .wad-story__leaf {
    width: 520px;
    height: 858px;
    left: -280px;
    top: -20px;
    transform: rotate(34deg) scaleX(-1);
    opacity: 0.25;
  }

  .wad-copyband__leaf {
    width: 520px;
    height: 858px;
    right: -200px;
    top: -120px;
    opacity: 0.25;
  }

  .wad-copyband__shell {
    padding: 72px 0;
  }

  .wad-home__services {
    padding: 72px 0 40px;
  }

  .wad-services__head {
    margin-bottom: 40px;
  }

  .wad-services__headline {
    font-size: clamp(1.8rem, 4vw, 2.1rem);
  }

  .wad-services__card {
    flex-basis: 100%;
    width: 100%;
    height: auto;
  }

  .wad-services__card-inner {
    min-height: 360px;
    height: auto;
  }

  .wad-services__controls {
    gap: 16px;
  }

  .wad-home__hero-textcard {
    left: 1rem;
    right: 1rem;
    bottom: 1.5rem;
    width: auto;
  }

  .wad-home__hero-panel-inner {
    padding: 24px 28px;
  }

  .wad-home__hero-cta {
    width: 100%;
  }

  .wad-story__row {
    flex-direction: column;
    width: 100%;
    gap: 48px;
  }

  .wad-story__quote {
    width: 100%;
    max-width: 500px;
  }

  .wad-home__faq-grid,
  .wad-home__reason-grid {
    grid-template-columns: 1fr;
  }

  .wad-care__shell {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 72px 0;
  }

  .wad-care__copy-col,
  .wad-care__media-rail {
    max-width: none;
  }

  .wad-care__copy {
    min-height: 0;
    justify-content: flex-start;
    padding-top: 0;
  }

  .wad-care__headline,
  .wad-care__body,
  .wad-care__more,
  .wad-care__more-wrap {
    width: 100%;
  }

  .wad-care__media-rail {
    padding-left: 0;
    border-left: 0;
  }

  .wad-care__media-sticky {
    position: static;
  }

  .wad-care__image {
    max-width: none;
  }

  .wad-home__reviews {
    padding: 72px 0;
  }

  .wad-home__reviews-shell {
    width: min(100%, calc(100% - 2rem));
  }

  .wad-home__reviews-grid {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
  }

  .wad-reviews__card-frame,
  .wad-reviews__cta-block,
  .wad-reviews__cta {
    width: 100%;
    min-width: 0;
  }

  .wad-reviews__card-frame {
    height: auto;
  }

  .wad-reviews__card {
    width: 100%;
    height: auto;
  }

  .wad-reviews__headline {
    max-width: none;
    font-size: clamp(2.25rem, 8vw, 3rem);
    text-align: center;
  }

  .wad-faq-layout {
    grid-template-columns: 1fr;
    gap: 48px;
    min-height: 0;
  }

  .wad-faq__copy-inner {
    position: static;
    width: 100%;
  }

  .wad-faq__hgroup,
  .wad-faq__intro,
  .wad-faq__list,
  .wad-faq__button {
    width: 100%;
  }

  .wad-faq__button {
    min-height: 132px;
    padding: 36px 0;
  }

  .wad-faq__embellishment {
    left: -280px;
    top: -40px;
    width: 620px;
    height: 1020px;
    transform: rotate(34deg) scaleX(-1);
    opacity: 0.25;
  }

  .wad-home__feature {
    min-height: auto;
    padding: 4rem 0;
  }

  .wad-home__feature-card,
  .wad-home__feature-card--right,
  .wad-home__feature-card--left {
    margin: 0;
  }
}

@media (max-width: 640px) {
  .wad-story__leaf {
    width: 360px;
    height: 594px;
    left: -220px;
    top: 0px;
    transform: rotate(34deg) scaleX(-1);
    opacity: 0.25;
  }

  .wad-copyband__leaf {
    width: 320px;
    height: 528px;
    right: -150px;
    top: -60px;
    opacity: 0.25;
  }

  .wad-copyband {
    min-height: auto;
  }

  .wad-home__services {
    padding: 56px 0 32px;
  }

  .wad-services__head-copy {
    gap: 20px;
  }

  .wad-services__headline {
    font-size: clamp(1.55rem, 7vw, 1.95rem);
  }

  .wad-services__card {
    padding: 12px;
  }

  .wad-services__card-inner {
    min-height: 332px;
    padding: 24px;
  }

  .wad-services__card-title {
    max-width: 250px;
    font-size: 1.55rem;
  }

  .wad-services__plus {
    right: 24px;
    bottom: 24px;
  }

  .wad-services__controls {
    gap: 12px;
  }

  .wad-faq__button {
    min-height: 116px;
    padding: 28px 0;
    font-size: 1.35rem;
  }

  .wad-faq__embellishment {
    left: -220px;
    top: 0px;
    width: 360px;
    height: 594px;
    transform: rotate(34deg) scaleX(-1);
    opacity: 0.25;
  }

  .wad-copyband__shell {
    padding: 56px 0;
  }

  .wad-home__shell,
  .wad-home__shell--narrow {
    width: min(var(--wad-shell), calc(100% - 1.5rem));
  }

  .wad-home__hero-title {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
  }

  .wad-home__hero-desc {
    font-size: 16px;
  }

  .wad-home__feature-card,
  .wad-home__reason-card,
  .wad-home__cta-panel {
    padding: 1.35rem;
  }

  .wad-care__shell {
    width: min(var(--wad-shell), calc(100% - 1.5rem));
    padding: 56px 0;
  }

  .wad-care__headline {
    font-size: clamp(1.9rem, 7vw, 2.35rem);
  }

  .wad-care__actions {
    width: 100%;
    flex-direction: column;
  }

  .wad-care__button {
    width: 100%;
    padding-inline: 24px;
  }

  .wad-home__portrait-card {
    min-height: 18rem;
  }
}

/* ── wad-feature (H2 sections: warm, cool) ─────────────────────────── */

.wad-feature {
  position: relative;
  min-height: 800px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.wad-feature__bg {
  position: absolute;
  inset: -40% 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform;
  pointer-events: none;
}

.wad-feature--warm .wad-feature__bg {
  background-image: url('/wp-content/uploads/2026/05/first-H2-image-scaled.webp');
}

.wad-feature--cool .wad-feature__bg {
  background-image: url('/wp-content/uploads/2026/05/third-h2-bg-image-scaled.webp');
}

/* Keep legacy background on parent for non-JS fallback */
.wad-feature--warm {
  background-image: url('/wp-content/uploads/2026/05/first-H2-image-scaled.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wad-feature--cool {
  background-image: url('/wp-content/uploads/2026/05/third-h2-bg-image-scaled.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wad-feature__shell {
  position: relative;
  z-index: 1;
  width: min(var(--wad-shell), calc(100% - 3rem));
  margin-inline: auto;
  display: flex;
  justify-content: flex-end;
  padding-block: 96px;
  padding-bottom: 120px;
}

.wad-feature__shell--left {
  justify-content: flex-start;
}

.wad-feature__card-frame {
  width: min(740px, 100%);
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.wad-feature__card {
  background: var(--wad-bg-medium, #FFFCEC);
  border: 2px solid var(--wad-gold, #C0A971);
}

.wad-feature__card-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 48px;
  align-items: flex-start;
}

.wad-feature__hgroup {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.wad-feature__eyebrow {
  margin: 0;
  font-family: Montserrat, "Avenir Next", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.062em;
  text-transform: uppercase;
  color: #000;
}

.wad-feature__title {
  margin: 0;
  font-family: "Tenor Sans", serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 2.3vw, 2.028rem); /* ~32.44px */
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000;
}

.wad-feature__body {
  width: min(644px, 100%);
  margin: 0;
  font-family: Montserrat, "Avenir Next", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  font-feature-settings: 'liga' off, 'clig' off;
  color: #000;
}

.wad-feature__body--rich p,
.wad-feature__body--rich a,
.wad-feature__body--rich li {
  font-family: Montserrat, "Avenir Next", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}

.wad-feature__body--rich p {
  margin: 0;
}

.wad-feature__body--rich a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.wad-feature__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 60px;
  padding: 20px 48px;
  border: none;
  cursor: pointer;
  font-family: Montserrat, "Avenir Next", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  background: var(--wad-gold, #C0A971);
  backdrop-filter: blur(4px);
  transition: opacity 0.2s ease;
  align-self: flex-start;
}

.wad-feature__cta:hover {
  opacity: 0.85;
}

/* ── wad-modal ─────────────────────────────────────────────────────── */

.wad-modal {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: calc(96px + env(safe-area-inset-top, 0px)) 1.5rem;
  overflow: hidden;
  overscroll-behavior: contain;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.38s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}

.admin-bar .wad-modal {
  padding-top: calc(96px + env(safe-area-inset-top, 0px));
}

html.has-wad-modal-open,
body.has-wad-modal-open {
  overflow: hidden;
}

.wad-modal[hidden] {
  display: none;
}

.wad-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.wad-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(192, 169, 113, 0.5);
  backdrop-filter: blur(4px);
  cursor: pointer;
}

.wad-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1070px, calc(100vw - 3rem));
  max-height: calc(100dvh - 192px);
  overflow-y: auto;
  overflow-x: hidden;
  background: #F3F2EE;
  transform: translate3d(0, 24px, 0) scale(0.985);
  opacity: 0;
  transition:
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.42s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.14);
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.wad-modal__dialog::-webkit-scrollbar {
  display: none;
}

.wad-modal.is-open .wad-modal__dialog {
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
}

.wad-modal__close {
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--wad-gold, #C0A971);
  border-radius: 60px;
  background: transparent;
  color: #000;
  cursor: pointer;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.wad-modal__close:hover {
  background: rgba(192, 169, 113, 0.18);
  transform: rotate(90deg);
}

.wad-modal__layout {
  display: grid;
  grid-template-columns: 410px 410px;
  align-items: start;
  justify-content: center;
  gap: 31px;
  padding: 96px 110px 56px;
}

.wad-modal__img-col {
  display: flex;
  width: 410px;
  height: 436px;
  padding-right: 11px;
  border-right: 1px solid var(--wad-gold, #C0A971);
  position: sticky;
  top: 96px;
  align-self: start;
}

.wad-modal__img {
  display: block;
  width: 100%;
  height: 436px;
  object-fit: cover;
  object-position: center;
  border-radius: 130px 0 0 0;
}

.wad-modal__text-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.wad-modal__title {
  margin: 0;
  font-family: "Tenor Sans", serif;
  font-weight: 400;
  font-size: clamp(1.625rem, 2.25vw, 2.028rem);
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000;
}

.wad-rich {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: "Plus Jakarta Sans", Montserrat, "Avenir Next", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.65;
  color: #000;
}

.wad-rich > * {
  margin: 0;
}

.wad-rich h2,
.wad-rich h3,
.wad-rich h4,
.wad-rich h5,
.wad-rich h6 {
  font-family: "Tenor Sans", serif;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000;
}

.wad-rich h2 {
  font-size: clamp(1.5rem, 2vw, 1.85rem);
}

.wad-rich h3 {
  font-size: clamp(1.25rem, 1.6vw, 1.5rem);
}

.wad-rich h4 {
  font-size: clamp(1.1rem, 1.3vw, 1.275rem);
}

.wad-rich h5 {
  font-size: 1.05rem;
  letter-spacing: 0.05em;
}

.wad-rich h6 {
  font-size: 0.95rem;
  letter-spacing: 0.06em;
}

.wad-rich p {
  font: inherit;
  color: inherit;
}

.wad-rich a {
  color: var(--wad-gold-dark, #8A7346);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color 0.18s ease;
}

.wad-rich a:hover,
.wad-rich a:focus-visible {
  color: #000;
}

.wad-rich strong,
.wad-rich b {
  font-weight: 600;
}

.wad-rich em,
.wad-rich i {
  font-style: italic;
}

.wad-rich ul,
.wad-rich ol {
  padding-inline-start: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.wad-rich ul {
  list-style: disc;
}

.wad-rich ol {
  list-style: decimal;
}

.wad-rich li::marker {
  color: var(--wad-gold-dark, #8A7346);
}

.wad-rich li > ul,
.wad-rich li > ol {
  margin-top: 0.5rem;
}

.wad-rich blockquote {
  margin: 0;
  padding: 0.5rem 0 0.5rem 1.25rem;
  border-left: 2px solid var(--wad-gold, #C0A971);
  font-style: italic;
  color: #000;
}

.wad-rich hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0.5rem 0;
}

.wad-rich img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wad-rich code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.95em;
  padding: 0.1em 0.35em;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.wad-modal__accordions {
  width: 100%;
  margin: 0;
  padding: 0 110px 80px;
}

.wad-modal__accordion-item {
  border-bottom: 1px solid var(--wad-gold, #C0A971);
  transition: background-color 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}

.wad-modal__accordion-item:hover {
  background: rgba(255, 252, 236, 0.45);
}

.wad-modal__accordion-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 104px;
  padding: 28px 0;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  gap: 2rem;
  font-family: "Tenor Sans", serif;
  font-weight: 400;
  font-size: clamp(1rem, 1.25vw, 1.125rem);
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000;
}

.wad-modal__accordion-arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  transform: rotate(180deg);
  transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}

.wad-modal__accordion-item.is-open .wad-modal__accordion-arrow {
  transform: rotate(90deg);
}

.wad-modal__accordion-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.wad-modal__accordion-item.is-open .wad-modal__accordion-body {
  grid-template-rows: 1fr;
}

.wad-modal__accordion-body > * {
  overflow: hidden;
}

.wad-modal__accordion-body-inner {
  overflow: hidden;
  padding-bottom: 0;
  padding-inline: 0 56px;
  font-family: "Plus Jakarta Sans", Montserrat, "Avenir Next", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #000;
  scroll-margin-top: 28px;
  transition: padding-bottom 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.wad-modal__accordion-item.is-open .wad-modal__accordion-body-inner {
  padding-bottom: 32px;
}

/* ── wad-feature responsive ────────────────────────────────────────── */

@media (max-width: 860px) {
  .wad-feature {
    min-height: 0;
  }

  .wad-feature__shell {
    justify-content: center;
  }

  .wad-feature__card-inner {
    padding: 36px;
  }

  .wad-modal__dialog {
    width: min(720px, calc(100vw - 2rem));
    min-height: 0;
  }

  .wad-modal__layout {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    padding: 5.5rem 2rem 1.5rem;
  }

  .wad-modal__img-col,
  .wad-modal__text-col {
    width: 100%;
  }

  .wad-modal__img-col {
    position: static;
    height: auto;
    padding-right: 0;
    padding-bottom: 1.5rem;
    border-right: none;
    border-bottom: 1px solid var(--wad-gold, #C0A971);
  }

  .wad-modal__img {
    height: 320px;
    object-position: center 30%;
  }

  .wad-modal__accordions {
    width: 100%;
    padding: 0 2rem 2rem;
  }

  .wad-modal__accordion-btn {
    min-height: auto;
    padding: 28px 0;
  }
}

@media (max-width: 640px) {
  .wad-feature__card-inner {
    padding: 28px 24px;
  }

  .wad-feature__cta {
    width: 100%;
  }

  .wad-modal__accordions {
    width: 100%;
    padding: 0 1.25rem 1.5rem;
  }

  .wad-modal {
    padding: 1rem;
  }

  .admin-bar .wad-modal {
    padding-top: calc(48px + env(safe-area-inset-top, 0px));
  }

  .wad-modal__dialog {
    width: 100%;
  }

  .wad-modal__layout {
    padding: 5rem 1.25rem 1.25rem;
  }

  .wad-modal__close {
    top: 1.25rem;
    right: 1.25rem;
  }

  .wad-modal__img {
    height: 260px;
  }

  .wad-modal__accordion-btn {
    padding: 28px 0;
    gap: 1rem;
  }

  .wad-modal__accordion-body-inner {
    padding-inline: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wad-reveal,
  .wad-services__track,
  .wad-home__button,
  .wad-faq__arrow,
  .wad-modal,
  .wad-modal__dialog,
  .wad-modal__accordion-body,
  .wad-modal__accordion-body-inner,
  .wad-modal__accordion-arrow {
    transition: none !important;
  }
}
/* ──────────────────────────────────────────────────────────────────────
   Interactive effects (image-first, text-next) — Phase 2
   Added: hero entrance, intro half-sun, feature card hover, services
   card hover (icon-led), FAQ row hover, universal H2 scroll reveal.
   All hover effects gated to fine pointers; reduced-motion respected.
   ────────────────────────────────────────────────────────────────────── */

/* ── Universal H2 scroll-in reveal ─────────────────────────────────── */
.wad-anim-rise {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
.wad-anim-rise.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Hero entrance ─────────────────────────────────────────────────── */
.wad-home__hero-video {
  transform-origin: 50% 50%;
  transform: scale(1.06);
  transition: transform 1800ms cubic-bezier(0.22, 0.61, 0.36, 1),
              opacity 0.2s ease;
}
.wad-home__hero.is-loaded .wad-home__hero-video {
  transform: scale(1);
}

.wad-home__hero-textcard {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.25s,
    transform 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.25s,
    box-shadow 0.5s ease,
    border-color 0.5s ease;
}
.wad-home__hero.is-loaded .wad-home__hero-textcard {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: hover) and (pointer: fine) {
  .wad-home__hero-textcard:hover {
    border-color: rgba(0, 0, 0, 0.55);
    box-shadow: 0 28px 60px -30px rgba(0, 0, 0, 0.35);
  }
  .wad-home__hero-cta {
    transition: background 0.25s ease, transform 0.25s ease, letter-spacing 0.3s ease;
  }
  .wad-home__hero-cta:hover {
    transform: translateY(-2px);
    letter-spacing: 2.4px;
  }
}

/* ── Intro half-sun hover ──────────────────────────────────────────── */
.wad-intro__halfsun {
  transform-origin: 50% 100%;
  transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
              filter 0.6s ease;
}
@media (hover: hover) and (pointer: fine) {
  .wad-intro__frame:hover .wad-intro__halfsun {
    transform: scale(1.05) rotate(-3deg);
    filter: drop-shadow(0 6px 14px rgba(192, 169, 113, 0.35));
  }
}

/* ── Feature sections: card hover + bg zoom (warm + cool) ──────────── */
.wad-feature__bg {
  transition: transform 1200ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.wad-feature__card-frame {
  transition:
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.5s ease,
    box-shadow 0.6s ease;
}
.wad-feature__eyebrow {
  transition: color 0.4s ease, letter-spacing 0.4s ease;
}

@media (hover: hover) and (pointer: fine) {
  .wad-feature:hover .wad-feature__bg {
    transform: scale(1.04);
  }
  .wad-feature__card-frame:hover {
    transform: translateY(-4px);
    border-color: #ffffff;
    box-shadow: 0 30px 60px -28px rgba(0, 0, 0, 0.45);
  }
  .wad-feature__card-frame:hover .wad-feature__eyebrow {
    color: var(--wad-gold-dark, #8A7346);
    letter-spacing: 0.08em;
  }
  .wad-feature__cta {
    transition: background 0.25s ease, opacity 0.2s ease, transform 0.25s ease;
  }
  .wad-feature__cta:hover {
    transform: translateY(-2px);
  }
  .wad-feature__cta svg {
    transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .wad-feature__cta:hover svg {
    transform: translateX(4px);
  }
}

/* ── Services cards: icon-first hover ──────────────────────────────── */
.wad-services__card-inner {
  transition:
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.5s ease,
    background-color 0.4s ease;
}
.wad-services__icon {
  transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1),
              filter 0.5s ease;
  transform-origin: left center;
}
.wad-services__card-title {
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1),
              color 0.4s ease;
}
.wad-services__card {
  transition: border-color 0.4s ease;
}

@media (hover: hover) and (pointer: fine) {
  .wad-services__card:hover {
    border-color: var(--wad-gold-dark, #8A7346);
  }
  .wad-services__card:hover .wad-services__card-inner {
    transform: translateY(-6px);
    box-shadow: 0 28px 50px -28px rgba(0, 0, 0, 0.32),
                0 0 0 0 rgba(192, 169, 113, 0.0),
                0 16px 38px -22px rgba(192, 169, 113, 0.45);
    background-color: #FFF9DC;
  }
  .wad-services__card:hover .wad-services__icon {
    transform: translateY(-4px) scale(1.06);
    filter: drop-shadow(0 8px 14px rgba(192, 169, 113, 0.35));
  }
  .wad-services__card:hover .wad-services__card-title {
    transform: translateX(4px);
  }
  .wad-services__card:hover .wad-services__plus {
    transform: scale(1.06);
    background: rgba(192, 169, 113, 0.12);
  }
}

/* ── FAQ row hover ─────────────────────────────────────────────────── */
.wad-faq__item {
  position: relative;
  transition: background-color 0.35s ease;
}
.wad-faq__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleY(0);
  width: 2px;
  height: 60%;
  background: var(--wad-gold, #C0A971);
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}
.wad-faq__button {
  transition: padding-left 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              color 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .wad-faq__item:hover {
    background-color: rgba(192, 169, 113, 0.05);
  }
  .wad-faq__item:hover::before {
    transform: translateY(-50%) scaleY(1);
  }
  .wad-faq__item:hover .wad-faq__button {
    padding-left: 32px;
  }
  .wad-faq__item:hover .wad-faq__arrow {
    transform: translateX(4px);
  }
  .wad-faq__item.is-open:hover .wad-faq__arrow {
    transform: rotate(-90deg) translateY(4px);
  }
}

/* ── Reduced motion guard for all of the above ─────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .wad-anim-rise,
  .wad-home__hero-video,
  .wad-home__hero-textcard,
  .wad-feature__bg,
  .wad-feature__card-frame,
  .wad-services__card-inner,
  .wad-services__icon,
  .wad-services__card-title,
  .wad-intro__halfsun,
  .wad-faq__item::before,
  .wad-faq__button {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

/* ── Hero H1 word-by-word load reveal ──────────────────────────────── */
.wad-home__hero-title {
  /* Clip the words so the lift comes from "behind a curtain". */
  overflow: hidden;
  padding-bottom: 0.12em;
  /* Negate padding so it doesn't shift layout. */
  margin-bottom: -0.12em;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.28em;
  row-gap: 0;
}

.wad-home__hero-title .wad-hero-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(110%) rotate(6deg);
  transform-origin: left bottom;
  transition:
    opacity 0.95s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.1s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.35s ease,
    text-shadow 0.4s ease;
  will-change: opacity, transform;
}
.wad-home__hero-title .wad-hero-word + .wad-hero-word {
  margin-left: 0;
}
.wad-home__hero.is-loaded .wad-home__hero-title .wad-hero-word {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
}

/* H1 hover: each word individually lifts + gold tint cascades L→R. */
@media (hover: hover) and (pointer: fine) {
  .wad-home__hero-title:hover .wad-hero-word {
    color: var(--wad-gold-dark, #8A7346);
    text-shadow: 0 6px 18px rgba(192, 169, 113, 0.35);
  }
  .wad-home__hero-title .wad-hero-word:hover {
    transform: translateY(-6px);
    color: var(--wad-gold, #C0A971);
    text-shadow: 0 10px 22px rgba(192, 169, 113, 0.45);
    transition-duration: 0.35s;
  }
}

/* Eyebrow and desc echo the same lift, slightly earlier/later. */
.wad-home__hero-eyebrow,
.wad-home__hero-desc {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    letter-spacing 0.4s ease,
    color 0.3s ease;
}
.wad-home__hero.is-loaded .wad-home__hero-eyebrow {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.35s;
}
.wad-home__hero.is-loaded .wad-home__hero-desc {
  opacity: 1;
  transform: translateY(0);
  /* Delay tuned to fire just after the last word lands. */
  transition-delay: calc(0.55s + var(--wad-hero-word-count, 4) * 0.12s);
}

@media (hover: hover) and (pointer: fine) {
  .wad-home__hero-textcard:hover .wad-home__hero-eyebrow {
    letter-spacing: 0.1em;
    color: var(--wad-gold-dark, #8A7346);
  }
  .wad-home__hero-cta:hover svg {
    transform: translateX(3px);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wad-home__hero-title .wad-hero-word,
  .wad-home__hero-eyebrow,
  .wad-home__hero-desc {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ── Copyband load reveal (eyebrow + H1 + body fade-up) ────────────── */
.wad-copyband__reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: var(--wad-copyband-delay, 0ms);
  will-change: opacity, transform;
}
.wad-copyband__reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .wad-copyband__reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ──────────────────────────────────────────────────────────────────────
   Mobile responsiveness audit pass — extra small (≤480px) + safety
   Addresses iPhone-SE-class viewports and globally prevents stray
   horizontal overflow caused by absolutely-positioned decorative leaves
   and oversized hero typography.
   ────────────────────────────────────────────────────────────────────── */

/* Global horizontal overflow guard — prevents leaf/photo decorations from
   pushing the body off-screen. */
.wad-home,
.wad-home__hero,
.wad-home__intro,
.wad-story,
.wad-copyband,
.wad-feature,
.wad-home__services,
.wad-home__faq,
.wad-home__reviews,
.wad-reasons,
.wad-care {
  max-width: 100%;
  overflow-x: clip;
}

@media (max-width: 480px) {
  /* Hero: tighten padding, reduce CTA pill to fit narrow screens, shrink
     eyebrow line-height so it doesn't push the H1 unnecessarily. */
  .wad-home__hero-textcard {
    padding: 10px;
    bottom: 1rem;
    left: 0.75rem;
    right: 0.75rem;
  }
  .wad-home__hero-panel-inner {
    padding: 20px 20px;
    gap: 22px;
  }
  .wad-home__hero-title {
    font-size: clamp(1.6rem, 7vw, 2rem);
    line-height: 1.05;
  }
  .wad-home__hero-desc {
    font-size: 16px;
  }
  .wad-home__hero-cta {
    height: 52px;
    padding: 16px 24px;
    font-size: 14px;
    letter-spacing: 1.4px;
  }

  /* Intro band */
  .wad-intro__frame {
    padding: 64px 0 24px;
    gap: 18px;
  }
  .wad-intro__halfsun {
    width: 110px;
    height: auto;
  }
  .wad-intro__title {
    font-size: clamp(1.4rem, 6.5vw, 1.8rem);
  }
  .wad-intro__subtitle {
    font-size: clamp(1rem, 4.5vw, 1.2rem);
  }

  /* Story */
  .wad-story__frame {
    padding: 64px 0;
    gap: 56px;
  }
  .wad-story__headline {
    font-size: clamp(1.5rem, 6.5vw, 2rem);
  }
  .wad-story__biopicwrap {
    padding-left: 8px;
    gap: 8px;
  }
  .wad-story__biopicinner {
    width: 240px;
    height: 300px;
    border-radius: 0 70px 0 0;
  }
  .wad-story__photo {
    width: 254px;
    height: 380px;
    margin-top: -63px;
    border-radius: 0 70px 0 0;
  }

  /* Copyband */
  .wad-copyband__shell {
    padding: 56px 0;
  }
  .wad-copyband__title {
    font-size: clamp(1.4rem, 6.5vw, 1.85rem);
  }

  /* Feature cards (warm + cool) */
  .wad-feature {
    min-height: 0;
  }
  .wad-feature__shell {
    padding-block: 56px;
    padding-bottom: 80px;
  }
  .wad-feature__card-frame {
    padding: 6px;
  }
  .wad-feature__card-inner {
    padding: 28px 22px;
    gap: 18px;
  }
  .wad-feature__title {
    font-size: clamp(1.35rem, 6vw, 1.75rem);
  }
  .wad-feature__cta {
    height: 52px;
    padding: 16px 28px;
    font-size: 14px;
    letter-spacing: 1.4px;
  }

  /* FAQ */
  .wad-faq__button {
    min-height: 0;
    padding: 28px 0;
    font-size: clamp(1rem, 4.6vw, 1.2rem);
  }
  .wad-faq__arrow,
  .wad-faq__arrow svg {
    width: 32px;
    height: 32px;
  }

  /* Modals */
  .wad-modal {
    padding: 48px 12px;
  }

  .admin-bar .wad-modal {
    padding-top: calc(72px + env(safe-area-inset-top, 0px));
  }
  .wad-modal__dialog {
    padding: 48px 20px 32px;
  }
  .wad-modal__title {
    font-size: clamp(1.3rem, 6vw, 1.7rem);
  }
  .wad-modal__img-col,
  .wad-modal__img--service,
  .wad-modal__img-col--service {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .wad-modal__img,
  .wad-modal__img--service {
    width: 100%;
    height: auto;
  }
  .wad-modal__accordion-btn {
    font-size: 0.95rem;
    gap: 1rem;
    padding: 18px 0;
  }
  .wad-modal__accordion-arrow,
  .wad-modal__accordion-arrow svg {
    width: 28px;
    height: 28px;
  }

  /* Services carousel */
  .wad-services__card-title {
    max-width: 100%;
    font-size: 1.35rem;
  }
}

/* Disable carousel hover lift on touch to avoid sticky transform state. */
@media (hover: none) {
  .wad-services__card:hover .wad-services__card-inner,
  .wad-services__card:hover .wad-services__icon,
  .wad-services__card:hover .wad-services__card-title,
  .wad-feature__card-frame:hover,
  .wad-home__hero-textcard:hover {
    transform: none !important;
    box-shadow: none !important;
    background-color: inherit !important;
  }
}

/* ============================================================
   Tablet FAQ layout (861px – 1280px)
   The base layout uses fixed `628px + 849px` columns which
   overflow below ~1477px. Fall back to a fluid two-column grid
   so the section breathes on tablets/small laptops.
   ============================================================ */
@media (min-width: 861px) and (max-width: 1280px) {
  .wad-faq-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 48px;
    min-height: 0;
    align-items: start;
  }

  .wad-faq__copy-inner {
    position: sticky;
    top: 120px;
    width: 100%;
    max-width: 100%;
  }

  .wad-faq__hgroup,
  .wad-faq__intro,
  .wad-faq__list,
  .wad-faq__button {
    width: 100%;
    max-width: 100%;
  }

  .wad-faq__button {
    min-height: 120px;
    padding: 32px 28px;
  }
}
