.elementor-2 .elementor-element.elementor-element-b15af31{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2 .elementor-element.elementor-element-b15af31{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-d901d2d *//* Oak House Homepage Hero v2 */

.oh-hero {
  --oh-cream: #fffaf1;
  --oh-cream-2: #f7efe2;
  --oh-text: #241914;
  --oh-muted: #675b51;
  --oh-border: rgba(63, 46, 33, 0.14);
  --oh-green: #243b25;
  --oh-green-hover: #1b2f1d;
  --oh-brown: #7a4f2a;
  --oh-olive: #737b3e;

  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: var(--oh-cream);
  color: var(--oh-text);
  overflow: visible;
  z-index: 2;
}

.oh-hero * {
  box-sizing: border-box;
}

.oh-hero a,
.oh-home-cats a {
  color: inherit;
  text-decoration: none;
}

.oh-hero__stage {
  position: relative;
  min-height: 650px;
  padding: 38px 0 0;
  overflow: visible;
}

.oh-hero__bg {
  position: absolute;
  inset: 0;
  background-image: var(--oh-hero-bg);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.oh-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(255, 250, 241, 0.98) 0%,
      rgba(255, 250, 241, 0.94) 24%,
      rgba(255, 250, 241, 0.72) 43%,
      rgba(255, 250, 241, 0.14) 66%,
      rgba(36, 25, 20, 0.16) 100%
    ),
    linear-gradient(180deg,
      rgba(255, 250, 241, 0.03) 0%,
      rgba(255, 250, 241, 0.18) 64%,
      rgba(255, 250, 241, 0.36) 100%
    );
}

.oh-hero__inner {
  position: relative;
  z-index: 2;
  width: min(100% - 112px, 1440px);
  min-height: 650px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.oh-hero__content {
  width: min(100%, 620px);
  padding-top: 44px;
}

.oh-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 9px 17px;
  margin-bottom: 24px;
  border: 1px solid rgba(63, 46, 33, 0.18);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--oh-green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.oh-hero__eyebrow span {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.oh-hero__eyebrow svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oh-hero__title {
  max-width: 690px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 5.4vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.065em;
  font-weight: 750;
  color: var(--oh-text);
}

.oh-hero__subtitle {
  max-width: 590px;
  margin: 24px 0 0;
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.5;
  font-weight: 600;
  color: #3d342e;
}

.oh-hero__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}

.oh-hero__btn {
  min-height: 64px;
  padding: 18px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 850;
  line-height: 1;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.oh-hero__btn svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oh-hero__btn--primary {
  background: var(--oh-green);
  border: 1px solid var(--oh-green);
  color: #fff;
  box-shadow: 0 18px 34px rgba(36, 59, 37, 0.2);
}

.oh-hero__btn--primary:hover {
  background: var(--oh-green-hover);
  border-color: var(--oh-green-hover);
  color: #fff;
  transform: translateY(-2px);
}

.oh-hero__btn--secondary {
  background: rgba(255, 250, 241, 0.72);
  border: 1px solid rgba(36, 25, 20, 0.46);
  color: var(--oh-text);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.oh-hero__btn--secondary:hover {
  background: #fffaf1;
  border-color: var(--oh-text);
  color: var(--oh-text);
  transform: translateY(-2px);
}

.oh-hero__trust {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
  transform: translateY(50%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(63, 46, 33, 0.12);
  border-radius: 20px;
  background: rgba(255, 250, 241, 0.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 18px 44px rgba(42, 28, 18, 0.1);
  overflow: hidden;
}

.oh-hero__trust-item {
  min-height: 90px;
  padding: 18px 26px;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 15px;
  border-right: 1px solid rgba(63, 46, 33, 0.12);
}

.oh-hero__trust-item:last-child {
  border-right: 0;
}

.oh-hero__trust-item > span {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f1eadf;
  color: var(--oh-text);
}

.oh-hero__trust-item svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oh-hero__trust-item strong {
  display: block;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.18;
  color: var(--oh-text);
}

.oh-hero__trust-item small {
  display: block;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
  color: var(--oh-muted);
}

/* Categories section */

.oh-home-cats {
  --oh-cream: #fffaf1;
  --oh-text: #241914;
  --oh-muted: #675b51;
  --oh-border: rgba(63, 46, 33, 0.13);
  --oh-green: #243b25;

  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 76px 0 54px;
  background: var(--oh-cream);
  color: var(--oh-text);
  position: relative;
  z-index: 1;
}

.oh-home-cats * {
  box-sizing: border-box;
}

.oh-home-cats__inner {
  width: min(100% - 112px, 1440px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.oh-home-cat {
  position: relative;
  display: block;
  min-height: 246px;
  border-radius: 18px;
  background: rgba(255, 250, 241, 0.96);
  border: 1px solid var(--oh-border);
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(42, 28, 18, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.oh-home-cat:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 54px rgba(42, 28, 18, 0.14);
  border-color: rgba(63, 46, 33, 0.24);
}

.oh-home-cat__image {
  position: relative;
  height: 148px;
  overflow: hidden;
  background: #e8dcc9;
}

.oh-home-cat__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.3s ease;
}

.oh-home-cat:hover .oh-home-cat__image img {
  transform: scale(1.07);
}

.oh-home-cat__body {
  position: relative;
  min-height: 98px;
  padding: 25px 64px 20px 20px;
  background: rgba(255, 250, 241, 0.98);
}

.oh-home-cat__icon {
  position: absolute;
  left: 18px;
  top: -32px;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 3px solid rgba(255, 250, 241, 0.96);
  border-radius: 999px;
  color: #fff;
  box-shadow: 0 12px 26px rgba(42, 28, 18, 0.14);
}

.oh-home-cat__icon--green {
  background: #5b6b3f;
}

.oh-home-cat__icon--brown {
  background: #875c31;
}

.oh-home-cat__icon--olive {
  background: #84894a;
}

.oh-home-cat__icon--dark {
  background: #344833;
}

.oh-home-cat__icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oh-home-cat h2 {
  margin: 0 0 7px;
  font-size: 23px;
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: -0.03em;
  color: var(--oh-text);
}

.oh-home-cat p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.35;
  font-weight: 600;
  color: var(--oh-muted);
}

.oh-home-cat__arrow {
  position: absolute;
  right: 20px;
  bottom: 24px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(63, 46, 33, 0.14);
  border-radius: 999px;
  background: #fffaf1;
  color: var(--oh-text);
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.oh-home-cat__arrow svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oh-home-cat:hover .oh-home-cat__arrow {
  background: var(--oh-green);
  border-color: var(--oh-green);
  color: #fff;
}

/* Responsive */

@media (max-width: 1280px) {
  .oh-hero__stage,
  .oh-hero__inner {
    min-height: 620px;
  }

  .oh-hero__inner,
  .oh-home-cats__inner {
    width: min(100% - 72px, 1180px);
  }

  .oh-hero__content {
    padding-top: 38px;
    width: min(100%, 580px);
  }

  .oh-hero__title {
    font-size: clamp(40px, 5.2vw, 36px);
  }

  .oh-hero__trust-item {
    padding: 16px 18px;
  }

  .oh-home-cat__image {
    height: 132px;
  }
}

@media (max-width: 1024px) {
  .oh-hero__stage,
  .oh-hero__inner {
    min-height: 620px;
  }

  .oh-hero__stage {
    padding-top: 28px;
  }

  .oh-hero__bg {
    background-position: 64% center;
  }

  .oh-hero__shade {
    background:
      linear-gradient(90deg,
        rgba(255, 250, 241, 0.98) 0%,
        rgba(255, 250, 241, 0.91) 44%,
        rgba(255, 250, 241, 0.28) 74%,
        rgba(36, 25, 20, 0.2) 100%
      ),
      linear-gradient(180deg,
        rgba(255, 250, 241, 0.02) 0%,
        rgba(255, 250, 241, 0.3) 100%
      );
  }

  .oh-hero__inner,
  .oh-home-cats__inner {
    width: min(100% - 32px, 100%);
  }

  .oh-hero__content {
    width: min(100%, 600px);
    padding-top: 30px;
  }

  .oh-hero__title {
    font-size: clamp(44px, 8vw, 70px);
  }

  .oh-hero__subtitle {
    max-width: 540px;
    font-size: 18px;
  }

  .oh-hero__trust {
    grid-template-columns: repeat(2, 1fr);
  }

  .oh-hero__trust-item:nth-child(2) {
    border-right: 0;
  }

  .oh-hero__trust-item:nth-child(1),
  .oh-hero__trust-item:nth-child(2) {
    border-bottom: 1px solid rgba(63, 46, 33, 0.12);
  }

  .oh-home-cats {
    padding-top: 92px;
  }

  .oh-home-cats__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oh-home-cat__image {
    height: 160px;
  }
}

/* Mobile hero rebuilt: remove gap after CTA */

@media (max-width: 720px) {
  body .oh-hero {
    overflow: visible !important;
  }

  body .oh-hero__stage {
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body .oh-hero__inner {
    min-height: 0 !important;
    height: auto !important;
    width: min(100% - 24px, 100%) !important;
    display: flex !important;
    flex-direction: column !important;
  }

  body .oh-hero__bg {
    position: absolute !important;
    inset: 0 !important;
    background-position: 67% top !important;
    background-size: cover !important;
  }

  body .oh-hero__shade {
    background:
      linear-gradient(90deg,
        rgba(255, 250, 241, 0.98) 0%,
        rgba(255, 250, 241, 0.9) 58%,
        rgba(255, 250, 241, 0.46) 100%
      ),
      linear-gradient(180deg,
        rgba(255, 250, 241, 0.02) 0%,
        rgba(255, 250, 241, 0.42) 100%
      ) !important;
  }

  body .oh-hero__content {
    width: 100% !important;
    padding-top: 28px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  body .oh-hero__eyebrow {
    min-height: 36px !important;
    padding: 8px 12px !important;
    margin-bottom: 18px !important;
    font-size: 10.5px !important;
    letter-spacing: 0.07em !important;
  }

  body .oh-hero__title {
    max-width: 96% !important;
    font-size: clamp(38px, 11vw, 52px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.055em !important;
  }

  body .oh-hero__subtitle {
    max-width: 96% !important;
    margin-top: 18px !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  body .oh-hero__actions {
    width: 100% !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    margin-top: 24px !important;
    margin-bottom: 0 !important;
  }

  body .oh-hero__btn {
    width: 100% !important;
    min-height: 58px !important;
    padding: 16px 20px !important;
    border-radius: 14px !important;
    font-size: 16px !important;
  }

  body .oh-hero__trust {
    width: 100% !important;
    margin-top: 28px !important;
    margin-bottom: 0 !important;
    transform: translateY(50%) !important;
    grid-template-columns: 1fr !important;
    border-radius: 18px !important;
  }

  body .oh-hero__trust-item {
    min-height: 74px !important;
    grid-template-columns: 42px 1fr !important;
    padding: 13px 16px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(63, 46, 33, 0.12) !important;
  }

  body .oh-hero__trust-item:last-child {
    border-bottom: 0 !important;
  }

  body .oh-hero__trust-item > span {
    width: 42px !important;
    height: 42px !important;
  }

  body .oh-hero__trust-item strong {
    font-size: 14.5px !important;
  }

  body .oh-hero__trust-item small {
    font-size: 13.5px !important;
  }

  body .oh-home-cats {
    padding: 176px 0 34px !important;
  }

  body .oh-home-cats__inner {
    width: min(100% - 24px, 100%) !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body .oh-home-cat {
    min-height: auto !important;
    border-radius: 18px !important;
  }

  body .oh-home-cat__image {
    height: 150px !important;
  }

  body .oh-home-cat__body {
    min-height: 92px !important;
    padding: 24px 62px 18px 18px !important;
  }

  body .oh-home-cat h2 {
    font-size: 21px !important;
  }

  body .oh-home-cat p {
    font-size: 14px !important;
  }

  body .oh-home-cat__arrow {
    right: 16px !important;
    bottom: 22px !important;
  }
}

@media (max-width: 420px) {
  body .oh-hero__content {
    padding-top: 24px !important;
  }

  body .oh-hero__title {
    font-size: 39px !important;
  }

  body .oh-hero__subtitle {
    font-size: 15.5px !important;
  }

  body .oh-hero__trust {
    margin-top: 26px !important;
  }

  body .oh-home-cats {
    padding-top: 170px !important;
  }

  body .oh-home-cat__image {
    height: 138px !important;
  }
}
/* Oak House hero mini patch: desktop title + primary button */

@media (min-width: 1025px) {
  .oh-hero__content {
    width: min(100%, 820px) !important;
    max-width: 820px !important;
  }

  .oh-hero__title {
    max-width: 820px !important;
    font-size: clamp(58px, 4.7vw, 84px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.06em !important;
  }

  .oh-hero__subtitle {
    max-width: 660px !important;
  }
}

/* Fix primary CTA readability */
.oh-hero__btn--primary,
.oh-hero__btn--primary:visited,
.oh-hero__btn--primary:hover,
.oh-hero__btn--primary:focus {
  background: #243b25 !important;
  border-color: #243b25 !important;
  color: #fffaf1 !important;
}

.oh-hero__btn--primary *,
.oh-hero__btn--primary svg,
.oh-hero__btn--primary path {
  color: #fffaf1 !important;
  stroke: #fffaf1 !important;
}

.oh-hero__btn--primary:hover {
  background: #1b2f1d !important;
  border-color: #1b2f1d !important;
}

/* Oak House mobile: fix gap between CTA and trust block */

@media (max-width: 720px) {
  body .oh-hero__trust {
    transform: none !important;
    margin-top: 28px !important;
  }

  body .oh-home-cats {
    padding-top: 40px !important;
  }
}

@media (max-width: 420px) {
  body .oh-home-cats {
    padding-top: 40px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-79c23d8 *//* Oak House Homepage Use Cases */

.oh-usecases {
  --oh-cream: #fffaf1;
  --oh-cream-2: #f7efe2;
  --oh-text: #241914;
  --oh-muted: #675b51;
  --oh-border: rgba(63, 46, 33, 0.13);
  --oh-green: #243b25;
  --oh-green-hover: #1b2f1d;
  --oh-brown: #c88b2a;

  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 76px 0 88px;
  background:
    radial-gradient(circle at 12% 18%, rgba(200, 139, 42, 0.10), transparent 30%),
    linear-gradient(180deg, #fffaf1 0%, #f7efe2 100%);
  color: var(--oh-text);
  overflow: hidden;
}

.oh-usecases * {
  box-sizing: border-box;
}

.oh-usecases a {
  color: inherit;
  text-decoration: none;
}

.oh-usecases__inner {
  width: min(100% - 112px, 1440px);
  margin: 0 auto;
}

.oh-usecases__head {
  max-width: 860px;
  margin-bottom: 34px;
}

.oh-usecases__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 8px 15px;
  margin-bottom: 18px;
  border: 1px solid rgba(63, 46, 33, 0.14);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.78);
  color: var(--oh-green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.oh-usecases__eyebrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oh-usecases__head h2 {
  max-width: 820px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 750;
  color: var(--oh-text);
}

.oh-usecases__head p {
  max-width: 760px;
  margin: 22px 0 0;
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.55;
  font-weight: 600;
  color: #3d342e;
}

.oh-usecases__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.oh-usecase-card {
  position: relative;
  min-height: 254px;
  padding: 26px 24px 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--oh-border);
  border-radius: 20px;
  background: rgba(255, 250, 241, 0.88);
  box-shadow: 0 18px 42px rgba(42, 28, 18, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.oh-usecase-card:hover {
  transform: translateY(-5px);
  border-color: rgba(63, 46, 33, 0.24);
  background: rgba(255, 250, 241, 0.98);
  box-shadow: 0 28px 60px rgba(42, 28, 18, 0.13);
}

.oh-usecase-card__icon {
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f1eadf;
  color: var(--oh-green);
}

.oh-usecase-card__icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oh-usecase-card h3 {
  margin: 0 0 10px;
  font-size: 23px;
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: -0.035em;
  color: var(--oh-text);
}

.oh-usecase-card p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.45;
  font-weight: 600;
  color: var(--oh-muted);
}

.oh-usecase-card a {
  width: fit-content;
  margin-top: auto;
  padding-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--oh-green);
  font-size: 14.5px;
  font-weight: 850;
  line-height: 1.2;
  transition: color 0.18s ease, gap 0.18s ease;
}

.oh-usecase-card a::after {
  content: "→";
  font-size: 18px;
  line-height: 1;
}

.oh-usecase-card a:hover {
  gap: 12px;
  color: var(--oh-brown);
}

.oh-usecase-card--accent {
  background: var(--oh-green);
  color: #fffaf1;
  border-color: rgba(36, 59, 37, 0.9);
}

.oh-usecase-card--accent:hover {
  background: var(--oh-green-hover);
  border-color: var(--oh-green-hover);
}

.oh-usecase-card--accent .oh-usecase-card__icon {
  background: rgba(255, 250, 241, 0.12);
  color: #fffaf1;
}

.oh-usecase-card--accent h3,
.oh-usecase-card--accent p,
.oh-usecase-card--accent a {
  color: #fffaf1;
}

.oh-usecase-card--accent p {
  opacity: 0.86;
}

.oh-usecase-card--accent a {
  padding: 13px 17px;
  margin-top: auto;
  border-radius: 999px;
  background: #fffaf1;
  color: var(--oh-green);
}

.oh-usecase-card--accent a:hover {
  color: var(--oh-green);
}

/* Responsive */

@media (max-width: 1280px) {
  .oh-usecases__inner {
    width: min(100% - 72px, 1180px);
  }

  .oh-usecases__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .oh-usecases {
    padding: 68px 0 76px;
  }

  .oh-usecases__inner {
    width: min(100% - 32px, 100%);
  }

  .oh-usecases__head h2 {
    font-size: clamp(38px, 6vw, 56px);
  }

  .oh-usecases__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oh-usecase-card {
    min-height: 230px;
  }
}

@media (max-width: 720px) {
  .oh-usecases {
    padding: 52px 0 58px;
  }

  .oh-usecases__inner {
    width: min(100% - 24px, 100%);
  }

  .oh-usecases__head {
    margin-bottom: 24px;
  }

  .oh-usecases__eyebrow {
    min-height: 36px;
    padding: 8px 12px;
    margin-bottom: 16px;
    font-size: 10.5px;
    letter-spacing: 0.07em;
  }

  .oh-usecases__head h2 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.02;
    letter-spacing: -0.05em;
  }

  .oh-usecases__head p {
    margin-top: 16px;
    font-size: 15.5px;
    line-height: 1.5;
  }

  .oh-usecases__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .oh-usecase-card {
    min-height: auto;
    padding: 22px 20px 20px;
    border-radius: 18px;
  }

  .oh-usecase-card__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
  }

  .oh-usecase-card__icon svg {
    width: 24px;
    height: 24px;
  }

  .oh-usecase-card h3 {
    font-size: 21px;
  }

  .oh-usecase-card p {
    font-size: 14.5px;
  }

  .oh-usecase-card a {
    padding-top: 18px;
    font-size: 14px;
  }

  .oh-usecase-card--accent a {
    width: 100%;
    justify-content: center;
    min-height: 48px;
    padding: 14px 16px;
  }
}

@media (max-width: 420px) {
  .oh-usecases {
    padding: 46px 0 52px;
  }

  .oh-usecases__head h2 {
    font-size: 36px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fd75261 *//* Oak House Homepage Material Guide */

.oh-material-guide {
  --oh-cream: #fffaf1;
  --oh-cream-2: #f7efe2;
  --oh-text: #241914;
  --oh-muted: #675b51;
  --oh-border: rgba(63, 46, 33, 0.13);
  --oh-green: #243b25;
  --oh-green-hover: #1b2f1d;
  --oh-brown: #c88b2a;

  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 88px 0;
  background: #fffaf1;
  color: var(--oh-text);
  overflow: hidden;
}

.oh-material-guide * {
  box-sizing: border-box;
}

.oh-material-guide a {
  color: inherit;
  text-decoration: none;
}

.oh-material-guide__inner {
  width: min(100% - 112px, 1440px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) 1.18fr;
  gap: 52px;
  align-items: start;
}

.oh-material-guide__content {
  position: sticky;
  top: 110px;
}

.oh-material-guide__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 8px 15px;
  margin-bottom: 18px;
  border: 1px solid rgba(63, 46, 33, 0.14);
  border-radius: 999px;
  background: rgba(247, 239, 226, 0.82);
  color: var(--oh-green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.oh-material-guide__eyebrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oh-material-guide__content h2 {
  max-width: 620px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 750;
  color: var(--oh-text);
}

.oh-material-guide__content p {
  max-width: 580px;
  margin: 22px 0 0;
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.55;
  font-weight: 600;
  color: #3d342e;
}

.oh-material-guide__note {
  max-width: 560px;
  margin-top: 28px;
  padding: 20px 22px;
  border: 1px solid rgba(63, 46, 33, 0.13);
  border-radius: 18px;
  background: #f7efe2;
}

.oh-material-guide__note strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 850;
  color: var(--oh-text);
}

.oh-material-guide__note span {
  display: block;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  color: var(--oh-muted);
}

.oh-material-guide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.oh-material-guide__btn {
  min-height: 56px;
  padding: 16px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 12px;
  font-size: 15.5px;
  font-weight: 850;
  line-height: 1;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.oh-material-guide__btn svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oh-material-guide__btn--primary {
  background: var(--oh-green);
  border: 1px solid var(--oh-green);
  color: #fffaf1;
}

.oh-material-guide__btn--primary:hover {
  background: var(--oh-green-hover);
  border-color: var(--oh-green-hover);
  color: #fffaf1;
  transform: translateY(-2px);
}

.oh-material-guide__btn--secondary {
  background: #fffaf1;
  border: 1px solid rgba(36, 25, 20, 0.28);
  color: var(--oh-text);
}

.oh-material-guide__btn--secondary:hover {
  border-color: var(--oh-text);
  color: var(--oh-text);
  transform: translateY(-2px);
}

.oh-material-guide__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.oh-material-card {
  min-height: 365px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--oh-border);
  border-radius: 20px;
  background: rgba(247, 239, 226, 0.58);
  box-shadow: 0 18px 42px rgba(42, 28, 18, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.oh-material-card:hover {
  transform: translateY(-5px);
  border-color: rgba(63, 46, 33, 0.24);
  background: rgba(255, 250, 241, 0.98);
  box-shadow: 0 28px 60px rgba(42, 28, 18, 0.12);
}

.oh-material-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 24px;
}

.oh-material-card__icon {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fffaf1;
}

.oh-material-card__icon--green {
  background: #5b6b3f;
}

.oh-material-card__icon--brown {
  background: #875c31;
}

.oh-material-card__icon--olive {
  background: #84894a;
}

.oh-material-card__icon--dark {
  background: #344833;
}

.oh-material-card__icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oh-material-card__label {
  padding: 8px 11px;
  border: 1px solid rgba(63, 46, 33, 0.12);
  border-radius: 999px;
  background: #fffaf1;
  color: var(--oh-muted);
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  white-space: nowrap;
}

.oh-material-card h3 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.06;
  font-weight: 850;
  letter-spacing: -0.04em;
  color: var(--oh-text);
}

.oh-material-card p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.48;
  font-weight: 600;
  color: var(--oh-muted);
}

.oh-material-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.oh-material-card li {
  position: relative;
  padding-left: 20px;
  font-size: 14.5px;
  line-height: 1.35;
  font-weight: 650;
  color: #4f443c;
}

.oh-material-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--oh-brown);
}

.oh-material-card > a {
  width: fit-content;
  margin-top: auto;
  padding-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--oh-green);
  font-size: 14.5px;
  font-weight: 850;
  line-height: 1.2;
  transition: color 0.18s ease, gap 0.18s ease;
}

.oh-material-card > a::after {
  content: "→";
  font-size: 18px;
  line-height: 1;
}

.oh-material-card > a:hover {
  gap: 12px;
  color: var(--oh-brown);
}

/* Responsive */

@media (max-width: 1280px) {
  .oh-material-guide__inner {
    width: min(100% - 72px, 1180px);
    grid-template-columns: 0.78fr 1.22fr;
    gap: 34px;
  }

  .oh-material-card {
    min-height: 380px;
  }
}

@media (max-width: 1024px) {
  .oh-material-guide {
    padding: 72px 0;
  }

  .oh-material-guide__inner {
    width: min(100% - 32px, 100%);
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .oh-material-guide__content {
    position: relative;
    top: auto;
  }

  .oh-material-guide__content h2 {
    font-size: clamp(38px, 6vw, 56px);
  }

  .oh-material-card {
    min-height: 330px;
  }
}

@media (max-width: 720px) {
  .oh-material-guide {
    padding: 54px 0 58px;
  }

  .oh-material-guide__inner {
    width: min(100% - 24px, 100%);
  }

  .oh-material-guide__eyebrow {
    min-height: 36px;
    padding: 8px 12px;
    margin-bottom: 16px;
    font-size: 10.5px;
    letter-spacing: 0.07em;
  }

  .oh-material-guide__content h2 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.02;
    letter-spacing: -0.05em;
  }

  .oh-material-guide__content p {
    margin-top: 16px;
    font-size: 15.5px;
    line-height: 1.5;
  }

  .oh-material-guide__note {
    margin-top: 22px;
    padding: 18px;
    border-radius: 16px;
  }

  .oh-material-guide__actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 22px;
  }

  .oh-material-guide__btn {
    width: 100%;
    min-height: 54px;
  }

  .oh-material-guide__cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .oh-material-card {
    min-height: auto;
    padding: 22px 20px 20px;
    border-radius: 18px;
  }

  .oh-material-card__top {
    margin-bottom: 20px;
  }

  .oh-material-card__icon {
    width: 48px;
    height: 48px;
  }

  .oh-material-card__icon svg {
    width: 24px;
    height: 24px;
  }

  .oh-material-card__label {
    font-size: 11.5px;
  }

  .oh-material-card h3 {
    font-size: 24px;
  }

  .oh-material-card p {
    font-size: 14.5px;
  }

  .oh-material-card li {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .oh-material-guide {
    padding: 48px 0 52px;
  }

  .oh-material-guide__content h2 {
    font-size: 36px;
  }

  .oh-material-card__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1abbd14 *//* Oak House Homepage About Brand */

.oh-about-brand {
  --oh-cream: #fffaf1;
  --oh-cream-2: #f7efe2;
  --oh-text: #241914;
  --oh-muted: #675b51;
  --oh-border: rgba(63, 46, 33, 0.13);
  --oh-green: #243b25;
  --oh-green-hover: #1b2f1d;
  --oh-brown: #c88b2a;

  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 96px 0;
  background:
    linear-gradient(90deg, rgba(36, 59, 37, 0.04), transparent 42%),
    #f7efe2;
  color: var(--oh-text);
  overflow: hidden;
}

.oh-about-brand * {
  box-sizing: border-box;
}

.oh-about-brand a {
  color: inherit;
  text-decoration: none;
}

.oh-about-brand__inner {
  width: min(100% - 112px, 1440px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 64px;
  align-items: center;
}

.oh-about-brand__media {
  position: relative;
}

.oh-about-brand__photo {
  position: relative;
  min-height: 560px;
  border-radius: 28px;
  overflow: hidden;
  background: #d9c9b4;
  border: 1px solid rgba(63, 46, 33, 0.12);
  box-shadow: 0 28px 70px rgba(42, 28, 18, 0.16);
}

.oh-about-brand__photo img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.oh-about-brand__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(36, 25, 20, 0.42) 100%),
    radial-gradient(circle at 20% 12%, rgba(255, 250, 241, 0.2), transparent 34%);
  pointer-events: none;
}

.oh-about-brand__mini-card {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  padding: 22px 24px;
  border: 1px solid rgba(255, 250, 241, 0.22);
  border-radius: 20px;
  background: rgba(36, 25, 20, 0.58);
  color: #fffaf1;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.oh-about-brand__mini-card strong {
  display: block;
  margin-bottom: 7px;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.oh-about-brand__mini-card span {
  display: block;
  max-width: 500px;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  opacity: 0.88;
}

.oh-about-brand__content {
  max-width: 720px;
}

.oh-about-brand__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 8px 15px;
  margin-bottom: 18px;
  border: 1px solid rgba(63, 46, 33, 0.14);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.72);
  color: var(--oh-green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.oh-about-brand__eyebrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oh-about-brand__content h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 750;
  color: var(--oh-text);
}

.oh-about-brand__content p {
  margin: 22px 0 0;
  font-size: clamp(17px, 1.15vw, 20px);
  line-height: 1.58;
  font-weight: 600;
  color: #3d342e;
}

.oh-about-brand__points {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.oh-about-brand__points div {
  position: relative;
  padding: 18px 20px 18px 54px;
  border: 1px solid rgba(63, 46, 33, 0.12);
  border-radius: 18px;
  background: rgba(255, 250, 241, 0.66);
}

.oh-about-brand__points div::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 24px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--oh-brown);
  box-shadow: 0 0 0 7px rgba(200, 139, 42, 0.12);
}

.oh-about-brand__points strong {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 850;
  color: var(--oh-text);
}

.oh-about-brand__points span {
  display: block;
  font-size: 14.5px;
  line-height: 1.42;
  font-weight: 600;
  color: var(--oh-muted);
}

.oh-about-brand__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.oh-about-brand__btn {
  min-height: 56px;
  padding: 16px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 12px;
  font-size: 15.5px;
  font-weight: 850;
  line-height: 1;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.oh-about-brand__btn svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oh-about-brand__btn--primary {
  background: var(--oh-green);
  border: 1px solid var(--oh-green);
  color: #fffaf1;
}

.oh-about-brand__btn--primary:hover {
  background: var(--oh-green-hover);
  border-color: var(--oh-green-hover);
  color: #fffaf1;
  transform: translateY(-2px);
}

.oh-about-brand__btn--secondary {
  background: #fffaf1;
  border: 1px solid rgba(36, 25, 20, 0.28);
  color: var(--oh-text);
}

.oh-about-brand__btn--secondary:hover {
  border-color: var(--oh-text);
  color: var(--oh-text);
  transform: translateY(-2px);
}

/* Responsive */

@media (max-width: 1280px) {
  .oh-about-brand__inner {
    width: min(100% - 72px, 1180px);
    gap: 44px;
  }

  .oh-about-brand__photo,
  .oh-about-brand__photo img {
    min-height: 520px;
  }
}

@media (max-width: 1024px) {
  .oh-about-brand {
    padding: 76px 0;
  }

  .oh-about-brand__inner {
    width: min(100% - 32px, 100%);
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .oh-about-brand__content {
    max-width: 100%;
  }

  .oh-about-brand__content h2 {
    font-size: clamp(38px, 6vw, 56px);
  }

  .oh-about-brand__media {
    order: 2;
  }

  .oh-about-brand__content {
    order: 1;
  }

  .oh-about-brand__photo,
  .oh-about-brand__photo img {
    min-height: 440px;
  }
}

@media (max-width: 720px) {
  .oh-about-brand {
    padding: 54px 0 58px;
  }

  .oh-about-brand__inner {
    width: min(100% - 24px, 100%);
  }

  .oh-about-brand__eyebrow {
    min-height: 36px;
    padding: 8px 12px;
    margin-bottom: 16px;
    font-size: 10.5px;
    letter-spacing: 0.07em;
  }

  .oh-about-brand__content h2 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.02;
    letter-spacing: -0.05em;
  }

  .oh-about-brand__content p {
    margin-top: 16px;
    font-size: 15.5px;
    line-height: 1.5;
  }

  .oh-about-brand__points {
    margin-top: 24px;
  }

  .oh-about-brand__points div {
    padding: 17px 18px 17px 48px;
    border-radius: 16px;
  }

  .oh-about-brand__points div::before {
    left: 20px;
    top: 24px;
    width: 10px;
    height: 10px;
  }

  .oh-about-brand__actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
  }

  .oh-about-brand__btn {
    width: 100%;
    min-height: 54px;
  }

  .oh-about-brand__photo {
    border-radius: 20px;
  }

  .oh-about-brand__photo,
  .oh-about-brand__photo img {
    min-height: 360px;
  }

  .oh-about-brand__mini-card {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 18px;
    border-radius: 16px;
  }

  .oh-about-brand__mini-card strong {
    font-size: 18px;
  }

  .oh-about-brand__mini-card span {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .oh-about-brand {
    padding: 48px 0 52px;
  }

  .oh-about-brand__content h2 {
    font-size: 36px;
  }

  .oh-about-brand__photo,
  .oh-about-brand__photo img {
    min-height: 320px;
  }
}
/* Oak House homepage blocks: fix green button text color */

.oh-material-guide .oh-material-guide__btn--primary,
.oh-material-guide .oh-material-guide__btn--primary:visited,
.oh-material-guide .oh-material-guide__btn--primary:hover,
.oh-material-guide .oh-material-guide__btn--primary:focus,

.oh-about-brand .oh-about-brand__btn--primary,
.oh-about-brand .oh-about-brand__btn--primary:visited,
.oh-about-brand .oh-about-brand__btn--primary:hover,
.oh-about-brand .oh-about-brand__btn--primary:focus,

.oh-brand-path .oh-brand-path__btn--secondary,
.oh-brand-path .oh-brand-path__btn--secondary:visited,
.oh-brand-path .oh-brand-path__btn--secondary:hover,
.oh-brand-path .oh-brand-path__btn--secondary:focus {
  color: #fffaf1 !important;
  text-decoration: none !important;
}

.oh-material-guide .oh-material-guide__btn--primary *,
.oh-about-brand .oh-about-brand__btn--primary *,
.oh-brand-path .oh-brand-path__btn--secondary * {
  color: #fffaf1 !important;
}

.oh-material-guide .oh-material-guide__btn--primary svg,
.oh-material-guide .oh-material-guide__btn--primary path,
.oh-about-brand .oh-about-brand__btn--primary svg,
.oh-about-brand .oh-about-brand__btn--primary path,
.oh-brand-path .oh-brand-path__btn--secondary svg,
.oh-brand-path .oh-brand-path__btn--secondary path {
  stroke: #fffaf1 !important;
  color: #fffaf1 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b5345e1 *//* Oak House Homepage Brand Path */

.oh-brand-path {
  --oh-cream: #fffaf1;
  --oh-cream-2: #f7efe2;
  --oh-text: #241914;
  --oh-muted: #675b51;
  --oh-border: rgba(63, 46, 33, 0.13);
  --oh-green: #243b25;
  --oh-green-hover: #1b2f1d;
  --oh-brown: #c88b2a;

  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 94px 0;
  background:
    radial-gradient(circle at 85% 14%, rgba(200, 139, 42, 0.12), transparent 28%),
    linear-gradient(180deg, #fffaf1 0%, #f7efe2 100%);
  color: var(--oh-text);
  overflow: hidden;
}

.oh-brand-path * {
  box-sizing: border-box;
}

.oh-brand-path a {
  color: inherit;
  text-decoration: none;
}

.oh-brand-path__inner {
  width: min(100% - 112px, 1440px);
  margin: 0 auto;
}

.oh-brand-path__head {
  max-width: 900px;
  margin-bottom: 42px;
}

.oh-brand-path__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 8px 15px;
  margin-bottom: 18px;
  border: 1px solid rgba(63, 46, 33, 0.14);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.76);
  color: var(--oh-green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.oh-brand-path__eyebrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oh-brand-path__head h2 {
  max-width: 920px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 750;
  color: var(--oh-text);
}

.oh-brand-path__head p {
  max-width: 800px;
  margin: 22px 0 0;
  font-size: clamp(17px, 1.2vw, 21px);
  line-height: 1.55;
  font-weight: 600;
  color: #3d342e;
}

.oh-brand-path__timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.oh-brand-path__timeline::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 42px;
  height: 2px;
  background: linear-gradient(90deg, rgba(36, 59, 37, 0.18), rgba(200, 139, 42, 0.32));
}

.oh-brand-step {
  position: relative;
  min-height: 300px;
  padding: 0;
  z-index: 2;
}

.oh-brand-step__number {
  width: 84px;
  height: 84px;
  margin-bottom: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 8px solid #f7efe2;
  border-radius: 999px;
  background: var(--oh-green);
  color: #fffaf1;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
  box-shadow: 0 18px 36px rgba(36, 59, 37, 0.18);
}

.oh-brand-step__body {
  min-height: 194px;
  padding: 24px;
  border: 1px solid var(--oh-border);
  border-radius: 20px;
  background: rgba(255, 250, 241, 0.86);
  box-shadow: 0 18px 42px rgba(42, 28, 18, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.oh-brand-step:hover .oh-brand-step__body {
  transform: translateY(-5px);
  border-color: rgba(63, 46, 33, 0.24);
  background: rgba(255, 250, 241, 0.98);
  box-shadow: 0 28px 60px rgba(42, 28, 18, 0.13);
}

.oh-brand-step h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: -0.04em;
  color: var(--oh-text);
}

.oh-brand-step p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.48;
  font-weight: 600;
  color: var(--oh-muted);
}

.oh-brand-path__bottom {
  margin-top: 26px;
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  border: 1px solid rgba(63, 46, 33, 0.13);
  border-radius: 24px;
  background: #243b25;
  color: #fffaf1;
  box-shadow: 0 22px 56px rgba(36, 59, 37, 0.18);
}

.oh-brand-path__summary {
  max-width: 820px;
}

.oh-brand-path__summary strong {
  display: block;
  margin-bottom: 7px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.oh-brand-path__summary span {
  display: block;
  font-size: 15.5px;
  line-height: 1.45;
  font-weight: 600;
  color: rgba(255, 250, 241, 0.78);
}

.oh-brand-path__actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.oh-brand-path__btn {
  min-height: 56px;
  padding: 16px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 12px;
  font-size: 15.5px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.oh-brand-path__btn svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oh-brand-path__btn--primary {
  background: #fffaf1;
  border: 1px solid #fffaf1;
  color: var(--oh-green);
}

.oh-brand-path__btn--primary:hover {
  background: var(--oh-brown);
  border-color: var(--oh-brown);
  color: #fffaf1;
  transform: translateY(-2px);
}

.oh-brand-path__btn--secondary {
  background: transparent;
  border: 1px solid rgba(255, 250, 241, 0.28);
  color: #fffaf1;
}

.oh-brand-path__btn--secondary:hover {
  border-color: #fffaf1;
  color: #fffaf1;
  transform: translateY(-2px);
}

/* Responsive */

@media (max-width: 1280px) {
  .oh-brand-path__inner {
    width: min(100% - 72px, 1180px);
  }

  .oh-brand-step__body {
    padding: 22px;
  }
}

@media (max-width: 1024px) {
  .oh-brand-path {
    padding: 76px 0;
  }

  .oh-brand-path__inner {
    width: min(100% - 32px, 100%);
  }

  .oh-brand-path__head h2 {
    font-size: clamp(38px, 6vw, 56px);
  }

  .oh-brand-path__timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oh-brand-path__timeline::before {
    display: none;
  }

  .oh-brand-step {
    min-height: auto;
  }

  .oh-brand-step__body {
    min-height: 190px;
  }

  .oh-brand-path__bottom {
    grid-template-columns: 1fr;
  }

  .oh-brand-path__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .oh-brand-path {
    padding: 54px 0 58px;
  }

  .oh-brand-path__inner {
    width: min(100% - 24px, 100%);
  }

  .oh-brand-path__head {
    margin-bottom: 28px;
  }

  .oh-brand-path__eyebrow {
    min-height: 36px;
    padding: 8px 12px;
    margin-bottom: 16px;
    font-size: 10.5px;
    letter-spacing: 0.07em;
  }

  .oh-brand-path__head h2 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.02;
    letter-spacing: -0.05em;
  }

  .oh-brand-path__head p {
    margin-top: 16px;
    font-size: 15.5px;
    line-height: 1.5;
  }

  .oh-brand-path__timeline {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .oh-brand-step {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 14px;
    align-items: start;
  }

  .oh-brand-step__number {
    width: 58px;
    height: 58px;
    margin-bottom: 0;
    border-width: 5px;
    font-size: 15px;
  }

  .oh-brand-step__body {
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }

  .oh-brand-step h3 {
    font-size: 21px;
  }

  .oh-brand-step p {
    font-size: 14.5px;
  }

  .oh-brand-path__bottom {
    margin-top: 20px;
    padding: 22px;
    border-radius: 20px;
  }

  .oh-brand-path__summary strong {
    font-size: 19px;
  }

  .oh-brand-path__summary span {
    font-size: 14.5px;
  }

  .oh-brand-path__actions {
    flex-direction: column;
    gap: 10px;
  }

  .oh-brand-path__btn {
    width: 100%;
    min-height: 54px;
  }
}

@media (max-width: 420px) {
  .oh-brand-path {
    padding: 48px 0 52px;
  }

  .oh-brand-path__head h2 {
    font-size: 36px;
  }
}

/* Oak House: fix CTA buttons in brand path block */

.oh-brand-path .oh-brand-path__btn--primary,
.oh-brand-path .oh-brand-path__btn--primary:visited,
.oh-brand-path .oh-brand-path__btn--primary:focus {
  background: #c88b2a !important;
  border-color: #c88b2a !important;
  color: #fffaf1 !important;
  text-decoration: none !important;
}

.oh-brand-path .oh-brand-path__btn--primary:hover {
  background: #b67a21 !important;
  border-color: #b67a21 !important;
  color: #fffaf1 !important;
  transform: translateY(-2px);
}

.oh-brand-path .oh-brand-path__btn--primary *,
.oh-brand-path .oh-brand-path__btn--primary svg,
.oh-brand-path .oh-brand-path__btn--primary path {
  color: #fffaf1 !important;
  stroke: #fffaf1 !important;
}

/* Secondary button in dark green block */
.oh-brand-path .oh-brand-path__btn--secondary,
.oh-brand-path .oh-brand-path__btn--secondary:visited,
.oh-brand-path .oh-brand-path__btn--secondary:focus {
  background: transparent !important;
  border-color: rgba(255, 250, 241, 0.42) !important;
  color: #fffaf1 !important;
  text-decoration: none !important;
}

.oh-brand-path .oh-brand-path__btn--secondary:hover {
  background: rgba(255, 250, 241, 0.1) !important;
  border-color: #fffaf1 !important;
  color: #fffaf1 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1a92418 *//* Oak House Homepage Why Choose */

.oh-why {
  --oh-cream: #fffaf1;
  --oh-cream-2: #f7efe2;
  --oh-text: #241914;
  --oh-muted: #675b51;
  --oh-border: rgba(63, 46, 33, 0.13);
  --oh-green: #243b25;
  --oh-green-hover: #1b2f1d;
  --oh-brown: #c88b2a;

  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 94px 0;
  background: #fffaf1;
  color: var(--oh-text);
  overflow: hidden;
}

.oh-why * {
  box-sizing: border-box;
}

.oh-why a {
  color: inherit;
  text-decoration: none;
}

.oh-why__inner {
  width: min(100% - 112px, 1440px);
  margin: 0 auto;
}

.oh-why__head {
  max-width: 880px;
  margin-bottom: 38px;
}

.oh-why__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 8px 15px;
  margin-bottom: 18px;
  border: 1px solid rgba(63, 46, 33, 0.14);
  border-radius: 999px;
  background: rgba(247, 239, 226, 0.82);
  color: var(--oh-green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.oh-why__eyebrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oh-why__head h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 750;
  color: var(--oh-text);
}

.oh-why__head p {
  max-width: 760px;
  margin: 22px 0 0;
  font-size: clamp(17px, 1.2vw, 21px);
  line-height: 1.55;
  font-weight: 600;
  color: #3d342e;
}

.oh-why__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.oh-why-card {
  min-height: 252px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--oh-border);
  border-radius: 20px;
  background: rgba(247, 239, 226, 0.58);
  box-shadow: 0 18px 42px rgba(42, 28, 18, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.oh-why-card:hover {
  transform: translateY(-5px);
  border-color: rgba(63, 46, 33, 0.24);
  background: rgba(255, 250, 241, 0.98);
  box-shadow: 0 28px 60px rgba(42, 28, 18, 0.12);
}

.oh-why-card__icon {
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f1eadf;
  color: var(--oh-green);
}

.oh-why-card__icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oh-why-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: -0.035em;
  color: var(--oh-text);
}

.oh-why-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  color: var(--oh-muted);
}

.oh-why-card--cta {
  background: var(--oh-green);
  border-color: var(--oh-green);
  color: #fffaf1;
}

.oh-why-card--cta:hover {
  background: var(--oh-green-hover);
  border-color: var(--oh-green-hover);
}

.oh-why-card--cta .oh-why-card__icon {
  background: rgba(255, 250, 241, 0.12);
  color: #fffaf1;
}

.oh-why-card--cta h3,
.oh-why-card--cta p {
  color: #fffaf1;
}

.oh-why-card--cta p {
  opacity: 0.86;
}

.oh-why-card--cta a {
  width: fit-content;
  margin-top: auto;
  padding: 13px 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #c88b2a;
  border: 1px solid #c88b2a;
  color: #fffaf1 !important;
  font-size: 14.5px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none !important;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.oh-why-card--cta a:hover,
.oh-why-card--cta a:focus,
.oh-why-card--cta a:visited {
  background: #b67a21;
  border-color: #b67a21;
  color: #fffaf1 !important;
  text-decoration: none !important;
}

.oh-why__bottom {
  margin-top: 24px;
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  border: 1px solid rgba(63, 46, 33, 0.13);
  border-radius: 24px;
  background: #f7efe2;
}

.oh-why__bottom strong {
  display: block;
  margin-bottom: 7px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: -0.03em;
  color: var(--oh-text);
}

.oh-why__bottom span {
  display: block;
  font-size: 15.5px;
  line-height: 1.45;
  font-weight: 600;
  color: var(--oh-muted);
}

.oh-why__btn {
  min-height: 56px;
  padding: 16px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 12px;
  background: var(--oh-green);
  border: 1px solid var(--oh-green);
  color: #fffaf1 !important;
  font-size: 15.5px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none !important;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.oh-why__btn:hover,
.oh-why__btn:focus,
.oh-why__btn:visited {
  background: var(--oh-green-hover);
  border-color: var(--oh-green-hover);
  color: #fffaf1 !important;
  text-decoration: none !important;
}

.oh-why__btn:hover {
  transform: translateY(-2px);
}

.oh-why__btn svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #fffaf1 !important;
  color: #fffaf1 !important;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oh-why__btn path {
  stroke: #fffaf1 !important;
}

/* Responsive */

@media (max-width: 1280px) {
  .oh-why__inner {
    width: min(100% - 72px, 1180px);
  }

  .oh-why__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .oh-why {
    padding: 76px 0;
  }

  .oh-why__inner {
    width: min(100% - 32px, 100%);
  }

  .oh-why__head h2 {
    font-size: clamp(38px, 6vw, 56px);
  }

  .oh-why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oh-why__bottom {
    grid-template-columns: 1fr;
  }

  .oh-why__btn {
    width: fit-content;
  }
}

@media (max-width: 720px) {
  .oh-why {
    padding: 54px 0 58px;
  }

  .oh-why__inner {
    width: min(100% - 24px, 100%);
  }

  .oh-why__head {
    margin-bottom: 26px;
  }

  .oh-why__eyebrow {
    min-height: 36px;
    padding: 8px 12px;
    margin-bottom: 16px;
    font-size: 10.5px;
    letter-spacing: 0.07em;
  }

  .oh-why__head h2 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.02;
    letter-spacing: -0.05em;
  }

  .oh-why__head p {
    margin-top: 16px;
    font-size: 15.5px;
    line-height: 1.5;
  }

  .oh-why__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .oh-why-card {
    min-height: auto;
    padding: 22px 20px 20px;
    border-radius: 18px;
  }

  .oh-why-card__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
  }

  .oh-why-card__icon svg {
    width: 24px;
    height: 24px;
  }

  .oh-why-card h3 {
    font-size: 21px;
  }

  .oh-why-card p {
    font-size: 14.5px;
  }

  .oh-why-card--cta a {
    width: 100%;
    min-height: 48px;
  }

  .oh-why__bottom {
    margin-top: 18px;
    padding: 22px;
    border-radius: 20px;
  }

  .oh-why__bottom strong {
    font-size: 19px;
  }

  .oh-why__bottom span {
    font-size: 14.5px;
  }

  .oh-why__btn {
    width: 100%;
    min-height: 54px;
  }
}

@media (max-width: 420px) {
  .oh-why {
    padding: 48px 0 52px;
  }

  .oh-why__head h2 {
    font-size: 36px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c4de9d *//* Oak House Homepage Portfolio Preview */

.oh-portfolio-preview {
  --oh-cream: #fffaf1;
  --oh-cream-2: #f7efe2;
  --oh-text: #241914;
  --oh-muted: #675b51;
  --oh-border: rgba(63, 46, 33, 0.13);
  --oh-green: #243b25;
  --oh-green-hover: #1b2f1d;
  --oh-brown: #c88b2a;

  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 92px 0;
  background: #f7efe2;
  color: var(--oh-text);
  overflow: hidden;
}

.oh-portfolio-preview * {
  box-sizing: border-box;
}

.oh-portfolio-preview a {
  color: inherit;
  text-decoration: none;
}

.oh-portfolio-preview__inner {
  width: min(100% - 112px, 1440px);
  margin: 0 auto;
}

.oh-portfolio-preview__head {
  max-width: 760px;
  margin-bottom: 34px;
}

.oh-portfolio-preview__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 14px;
  margin-bottom: 16px;
  border: 1px solid rgba(63, 46, 33, 0.14);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.72);
  color: var(--oh-green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.oh-portfolio-preview__head h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 750;
  color: var(--oh-text);
}

.oh-portfolio-preview__head p {
  max-width: 640px;
  margin: 18px 0 0;
  font-size: clamp(16px, 1.15vw, 20px);
  line-height: 1.5;
  font-weight: 600;
  color: #3d342e;
}

.oh-portfolio-preview__grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-auto-rows: 260px;
  gap: 18px;
}

.oh-portfolio-card {
  position: relative;
  display: block;
  min-height: 260px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(63, 46, 33, 0.13);
  background: #d9c9b4;
  box-shadow: 0 18px 42px rgba(42, 28, 18, 0.08);
}

.oh-portfolio-card--large {
  grid-row: span 2;
}

.oh-portfolio-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.32s ease;
}

.oh-portfolio-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(36, 25, 20, 0.72) 100%);
}

.oh-portfolio-card span {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 2;
  color: #fffaf1;
}

.oh-portfolio-card strong {
  display: block;
  margin-bottom: 5px;
  font-size: 21px;
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.oh-portfolio-card small {
  display: block;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 650;
  opacity: 0.82;
}

.oh-portfolio-card:hover img {
  transform: scale(1.08);
}

.oh-portfolio-preview__bottom {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.oh-portfolio-preview__btn {
  min-height: 58px;
  padding: 17px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 12px;
  background: var(--oh-green);
  border: 1px solid var(--oh-green);
  color: #fffaf1 !important;
  font-size: 16px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none !important;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.oh-portfolio-preview__btn:hover,
.oh-portfolio-preview__btn:focus,
.oh-portfolio-preview__btn:visited {
  background: var(--oh-green-hover);
  border-color: var(--oh-green-hover);
  color: #fffaf1 !important;
  text-decoration: none !important;
}

.oh-portfolio-preview__btn:hover {
  transform: translateY(-2px);
}

.oh-portfolio-preview__btn svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #fffaf1 !important;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Responsive */

@media (max-width: 1280px) {
  .oh-portfolio-preview__inner {
    width: min(100% - 72px, 1180px);
  }

  .oh-portfolio-preview__grid {
    grid-auto-rows: 240px;
  }
}

@media (max-width: 1024px) {
  .oh-portfolio-preview {
    padding: 76px 0;
  }

  .oh-portfolio-preview__inner {
    width: min(100% - 32px, 100%);
  }

  .oh-portfolio-preview__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 230px;
  }

  .oh-portfolio-card--large {
    grid-row: span 1;
  }
}

@media (max-width: 720px) {
  .oh-portfolio-preview {
    padding: 54px 0 58px;
  }

  .oh-portfolio-preview__inner {
    width: min(100% - 24px, 100%);
  }

  .oh-portfolio-preview__head {
    margin-bottom: 24px;
  }

  .oh-portfolio-preview__eyebrow {
    min-height: 34px;
    padding: 8px 12px;
    font-size: 10.5px;
  }

  .oh-portfolio-preview__head h2 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.02;
    letter-spacing: -0.05em;
  }

  .oh-portfolio-preview__head p {
    margin-top: 14px;
    font-size: 15.5px;
  }

  .oh-portfolio-preview__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
    gap: 14px;
  }

  .oh-portfolio-card {
    border-radius: 18px;
  }

  .oh-portfolio-card span {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .oh-portfolio-card strong {
    font-size: 20px;
  }

  .oh-portfolio-preview__btn {
    width: 100%;
    min-height: 54px;
  }
}
/* Oak House portfolio preview: mobile spacing fix */

@media (max-width: 720px) {
  .oh-portfolio-preview {
    padding: 52px 0 64px !important;
    overflow: visible !important;
  }

  .oh-portfolio-preview__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto !important;
    gap: 18px !important;
  }

  .oh-portfolio-card,
  .oh-portfolio-card--large {
    grid-row: auto !important;
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 1 / 0.78 !important;
    border-radius: 20px !important;
    overflow: hidden !important;
  }

  .oh-portfolio-card img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  .oh-portfolio-card span {
    left: 18px !important;
    right: 18px !important;
    bottom: 18px !important;
    padding-right: 0 !important;
  }

  .oh-portfolio-card strong {
    font-size: 20px !important;
    line-height: 1.12 !important;
  }

  .oh-portfolio-card small {
    font-size: 13.5px !important;
    line-height: 1.3 !important;
  }

  .oh-portfolio-preview__bottom {
    margin-top: 22px !important;
  }
}

@media (max-width: 420px) {
  .oh-portfolio-card,
  .oh-portfolio-card--large {
    aspect-ratio: 1 / 0.86 !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-93b7cbe *//* Oak House Homepage Video Preview */

.oh-video-preview {
  --oh-text: #241914;
  --oh-muted: #675b51;
  --oh-green: #243b25;
  --oh-green-hover: #1b2f1d;
  --oh-border: rgba(63, 46, 33, 0.13);

  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 86px 0;
  background: #fffaf1;
  color: var(--oh-text);
  overflow: hidden;
}

.oh-video-preview * {
  box-sizing: border-box;
}

.oh-video-preview a {
  color: inherit;
  text-decoration: none;
}

.oh-video-preview__inner {
  width: min(100% - 112px, 1440px);
  margin: 0 auto;
}

.oh-video-preview__head {
  max-width: 760px;
  margin-bottom: 32px;
}

.oh-video-preview__head span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 14px;
  border: 1px solid var(--oh-border);
  border-radius: 999px;
  color: var(--oh-green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.oh-video-preview__head h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4vw, 66px);
  line-height: .98;
  letter-spacing: -.055em;
}

.oh-video-preview__head p {
  margin: 16px 0 0;
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.5;
  font-weight: 600;
  color: #3d342e;
}

.oh-video-preview__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.oh-video-card {
  border: 1px solid var(--oh-border);
  border-radius: 22px;
  background: #f7efe2;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(42, 28, 18, .08);
  transition: transform .22s ease, box-shadow .22s ease;
}

.oh-video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 60px rgba(42, 28, 18, .13);
}

.oh-video-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #d9c9b4;
  overflow: hidden;
}

.oh-video-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s ease;
}

.oh-video-card:hover img {
  transform: scale(1.06);
}

.oh-video-card__media span {
  position: absolute;
  left: 22px;
  bottom: 20px;
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #243b25;
  color: #fffaf1;
  font-size: 22px;
  font-weight: 900;
}

.oh-video-card h3 {
  margin: 22px 22px 8px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: -.035em;
}

.oh-video-card p {
  margin: 0 22px 24px;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  color: var(--oh-muted);
}

.oh-video-preview__bottom {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.oh-video-preview__btn {
  min-height: 56px;
  padding: 16px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--oh-green);
  border: 1px solid var(--oh-green);
  color: #fffaf1 !important;
  font-size: 16px;
  font-weight: 850;
  text-decoration: none !important;
}

.oh-video-preview__btn:hover,
.oh-video-preview__btn:focus,
.oh-video-preview__btn:visited {
  background: var(--oh-green-hover);
  border-color: var(--oh-green-hover);
  color: #fffaf1 !important;
}

@media (max-width: 1024px) {
  .oh-video-preview {
    padding: 72px 0;
  }

  .oh-video-preview__inner {
    width: min(100% - 32px, 100%);
  }

  .oh-video-preview__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .oh-video-preview {
    padding: 54px 0;
  }

  .oh-video-preview__inner {
    width: min(100% - 24px, 100%);
  }

  .oh-video-preview__head h2 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.02;
  }

  .oh-video-preview__head p {
    font-size: 15.5px;
  }

  .oh-video-preview__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .oh-video-card {
    border-radius: 18px;
  }

  .oh-video-card h3 {
    font-size: 21px;
  }

  .oh-video-preview__btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2e57d84 *//* Oak House Homepage Order Steps */

.oh-order-steps {
  --oh-text: #241914;
  --oh-muted: #675b51;
  --oh-green: #243b25;
  --oh-green-hover: #1b2f1d;
  --oh-brown: #c88b2a;
  --oh-border: rgba(63, 46, 33, 0.13);

  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 86px 0;
  background: #f7efe2;
  color: var(--oh-text);
  overflow: hidden;
}

.oh-order-steps * {
  box-sizing: border-box;
}

.oh-order-steps a {
  text-decoration: none;
}

.oh-order-steps__inner {
  width: min(100% - 112px, 1440px);
  margin: 0 auto;
}

.oh-order-steps__head {
  max-width: 760px;
  margin-bottom: 34px;
}

.oh-order-steps__head span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 14px;
  border: 1px solid var(--oh-border);
  border-radius: 999px;
  background: rgba(255, 250, 241, .72);
  color: var(--oh-green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.oh-order-steps__head h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4vw, 66px);
  line-height: .98;
  letter-spacing: -.055em;
}

.oh-order-steps__head p {
  margin: 16px 0 0;
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.5;
  font-weight: 600;
  color: #3d342e;
}

.oh-order-steps__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.oh-order-step {
  min-height: 230px;
  padding: 26px 24px;
  border: 1px solid var(--oh-border);
  border-radius: 22px;
  background: #fffaf1;
  box-shadow: 0 18px 42px rgba(42, 28, 18, .08);
}

.oh-order-step b {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--oh-brown);
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.05em;
}

.oh-order-step h3 {
  margin: 0 0 10px;
  font-size: 23px;
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: -.035em;
}

.oh-order-step p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  color: var(--oh-muted);
}

.oh-order-steps__cta {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.oh-order-steps__cta a {
  min-height: 56px;
  padding: 16px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 15.5px;
  font-weight: 850;
}

.oh-order-steps__cta a:first-child {
  background: var(--oh-green);
  border: 1px solid var(--oh-green);
  color: #fffaf1 !important;
}

.oh-order-steps__cta a:first-child:hover,
.oh-order-steps__cta a:first-child:focus,
.oh-order-steps__cta a:first-child:visited {
  background: var(--oh-green-hover);
  border-color: var(--oh-green-hover);
  color: #fffaf1 !important;
}

.oh-order-steps__cta a:last-child {
  background: #fffaf1;
  border: 1px solid rgba(36, 25, 20, .28);
  color: var(--oh-text) !important;
}

@media (max-width: 1024px) {
  .oh-order-steps {
    padding: 72px 0;
  }

  .oh-order-steps__inner {
    width: min(100% - 32px, 100%);
  }

  .oh-order-steps__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .oh-order-steps {
    padding: 54px 0;
  }

  .oh-order-steps__inner {
    width: min(100% - 24px, 100%);
  }

  .oh-order-steps__head h2 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.02;
  }

  .oh-order-steps__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .oh-order-step {
    min-height: auto;
    padding: 22px 20px;
    border-radius: 18px;
  }

  .oh-order-step b {
    margin-bottom: 18px;
    font-size: 30px;
  }

  .oh-order-step h3 {
    font-size: 21px;
  }

  .oh-order-steps__cta {
    flex-direction: column;
  }

  .oh-order-steps__cta a {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-15a9e39 *//* Oak House Homepage Local Store */

.oh-local-store {
  --oh-text: #241914;
  --oh-muted: #675b51;
  --oh-green: #243b25;
  --oh-green-hover: #1b2f1d;
  --oh-border: rgba(63, 46, 33, 0.13);

  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 86px 0;
  background: #fffaf1;
  color: var(--oh-text);
  overflow: hidden;
}

.oh-local-store * {
  box-sizing: border-box;
}

.oh-local-store a {
  text-decoration: none;
}

.oh-local-store__inner {
  width: min(100% - 112px, 1440px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 26px;
  align-items: stretch;
}

.oh-local-store__content,
.oh-local-store__card {
  border: 1px solid var(--oh-border);
  border-radius: 26px;
  background: #f7efe2;
  box-shadow: 0 18px 42px rgba(42, 28, 18, .08);
}

.oh-local-store__content {
  padding: 42px;
}

.oh-local-store__content > span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 14px;
  border: 1px solid var(--oh-border);
  border-radius: 999px;
  background: rgba(255, 250, 241, .72);
  color: var(--oh-green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.oh-local-store h2 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4vw, 66px);
  line-height: .98;
  letter-spacing: -.055em;
}

.oh-local-store__content > p {
  margin: 18px 0 0;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 600;
  color: #3d342e;
}

.oh-local-store__info {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.oh-local-store__info div {
  padding: 18px;
  border-radius: 18px;
  background: #fffaf1;
  border: 1px solid var(--oh-border);
}

.oh-local-store__info strong {
  display: block;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 850;
}

.oh-local-store__info p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.4;
  font-weight: 600;
  color: var(--oh-muted);
}

.oh-local-store__actions {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.oh-local-store__actions a {
  min-height: 56px;
  padding: 16px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 15.5px;
  font-weight: 850;
}

.oh-local-store__actions a:first-child {
  background: var(--oh-green);
  border: 1px solid var(--oh-green);
  color: #fffaf1 !important;
}

.oh-local-store__actions a:first-child:hover,
.oh-local-store__actions a:first-child:visited,
.oh-local-store__actions a:first-child:focus {
  background: var(--oh-green-hover);
  border-color: var(--oh-green-hover);
  color: #fffaf1 !important;
}

.oh-local-store__actions a:last-child {
  background: #fffaf1;
  border: 1px solid rgba(36, 25, 20, .28);
  color: var(--oh-text) !important;
}

.oh-local-store__card {
  padding: 36px;
  background: #243b25;
  color: #fffaf1;
}

.oh-local-store__card h3 {
  margin: 0 0 22px;
  font-size: 30px;
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: -.04em;
}

.oh-local-store__card ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.oh-local-store__card li {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 650;
  color: rgba(255, 250, 241, .86);
}

.oh-local-store__card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #c88b2a;
}

@media (max-width: 1024px) {
  .oh-local-store {
    padding: 72px 0;
  }

  .oh-local-store__inner {
    width: min(100% - 32px, 100%);
    grid-template-columns: 1fr;
  }

  .oh-local-store__info {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .oh-local-store {
    padding: 54px 0;
  }

  .oh-local-store__inner {
    width: min(100% - 24px, 100%);
  }

  .oh-local-store__content,
  .oh-local-store__card {
    padding: 22px;
    border-radius: 20px;
  }

  .oh-local-store h2 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.02;
  }

  .oh-local-store__content > p {
    font-size: 15.5px;
  }

  .oh-local-store__actions {
    flex-direction: column;
  }

  .oh-local-store__actions a {
    width: 100%;
  }

  .oh-local-store__card h3 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cfeced5 *//* Oak House Homepage FAQ + Final CTA */

.oh-home-faq {
  --oh-text: #241914;
  --oh-muted: #675b51;
  --oh-green: #243b25;
  --oh-green-hover: #1b2f1d;
  --oh-brown: #c88b2a;
  --oh-border: rgba(63, 46, 33, 0.13);

  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 86px 0 96px;
  background: #f7efe2;
  color: var(--oh-text);
  overflow: hidden;
}

.oh-home-faq * {
  box-sizing: border-box;
}

.oh-home-faq a {
  text-decoration: none;
}

.oh-home-faq__inner {
  width: min(100% - 112px, 1440px);
  margin: 0 auto;
}

.oh-home-faq__head {
  max-width: 760px;
  margin-bottom: 34px;
}

.oh-home-faq__head span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 14px;
  border: 1px solid var(--oh-border);
  border-radius: 999px;
  background: rgba(255, 250, 241, .72);
  color: var(--oh-green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.oh-home-faq__head h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4vw, 66px);
  line-height: .98;
  letter-spacing: -.055em;
}

.oh-home-faq__head p {
  margin: 16px 0 0;
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.5;
  font-weight: 600;
  color: #3d342e;
}

.oh-home-faq__grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  align-items: start;
}

.oh-home-faq__list {
  display: grid;
  gap: 12px;
}

.oh-home-faq details {
  border: 1px solid var(--oh-border);
  border-radius: 18px;
  background: #fffaf1;
  box-shadow: 0 12px 30px rgba(42, 28, 18, .06);
  overflow: hidden;
}

.oh-home-faq summary {
  padding: 20px 22px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 850;
  color: var(--oh-text);
  list-style: none;
}

.oh-home-faq summary::-webkit-details-marker {
  display: none;
}

.oh-home-faq summary::after {
  content: "+";
  float: right;
  color: var(--oh-brown);
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
}

.oh-home-faq details[open] summary::after {
  content: "–";
}

.oh-home-faq details p {
  margin: 0;
  padding: 0 22px 22px;
  font-size: 15.5px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--oh-muted);
}

.oh-home-faq__cta {
  padding: 34px;
  border-radius: 26px;
  background: var(--oh-green);
  color: #fffaf1;
  box-shadow: 0 22px 56px rgba(36, 59, 37, .18);
}

.oh-home-faq__cta h3 {
  margin: 0;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 850;
  letter-spacing: -.045em;
}

.oh-home-faq__cta p {
  margin: 16px 0 0;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
  color: rgba(255, 250, 241, .82);
}

.oh-home-faq__actions {
  margin-top: 26px;
  display: grid;
  gap: 12px;
}

.oh-home-faq__actions a {
  min-height: 56px;
  padding: 16px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 15.5px;
  font-weight: 850;
}

.oh-home-faq__actions a:first-child {
  background: #c88b2a;
  border: 1px solid #c88b2a;
  color: #fffaf1 !important;
}

.oh-home-faq__actions a:first-child:hover,
.oh-home-faq__actions a:first-child:focus,
.oh-home-faq__actions a:first-child:visited {
  background: #b67a21;
  border-color: #b67a21;
  color: #fffaf1 !important;
}

.oh-home-faq__actions a:last-child {
  background: transparent;
  border: 1px solid rgba(255, 250, 241, .38);
  color: #fffaf1 !important;
}

.oh-home-faq__actions a:last-child:hover,
.oh-home-faq__actions a:last-child:focus,
.oh-home-faq__actions a:last-child:visited {
  border-color: #fffaf1;
  color: #fffaf1 !important;
}

.oh-home-faq__cta small {
  display: block;
  margin-top: 22px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 650;
  color: rgba(255, 250, 241, .72);
}

@media (max-width: 1024px) {
  .oh-home-faq {
    padding: 72px 0;
  }

  .oh-home-faq__inner {
    width: min(100% - 32px, 100%);
  }

  .oh-home-faq__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .oh-home-faq {
    padding: 54px 0 58px;
  }

  .oh-home-faq__inner {
    width: min(100% - 24px, 100%);
  }

  .oh-home-faq__head h2 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.02;
  }

  .oh-home-faq summary {
    padding: 18px;
    font-size: 16px;
  }

  .oh-home-faq details p {
    padding: 0 18px 18px;
    font-size: 14.5px;
  }

  .oh-home-faq__cta {
    padding: 24px;
    border-radius: 20px;
  }

  .oh-home-faq__cta h3 {
    font-size: 28px;
  }

  .oh-home-faq__cta p {
    font-size: 15.5px;
  }
}/* End custom CSS */