.elementor-608 .elementor-element.elementor-element-a3e72c1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-608 .elementor-element.elementor-element-a3e72c1{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-73eeb30 *//* ================================
   Oak House Contacts Page
   ================================ */

.oh-contacts-page {
  --oh-cream: #fffaf1;
  --oh-cream-2: #f7efe2;
  --oh-text: #241914;
  --oh-muted: #675b51;
  --oh-green: #243b25;
  --oh-green-hover: #1b2f1d;
  --oh-brown: #7a4f2a;
  --oh-border: rgba(63, 46, 33, 0.14);

  background: var(--oh-cream);
  color: var(--oh-text);
}

.oh-contacts-page * {
  box-sizing: border-box;
}

.oh-contacts-page a {
  text-decoration: none;
}

/* Hero */

.oh-contacts-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 78px 0 72px;
  background:
    radial-gradient(circle at 18% 0%, rgba(122, 79, 42, 0.13), transparent 34%),
    linear-gradient(135deg, #fffaf1 0%, #f7efe2 100%);
}

.oh-contacts-hero__inner {
  width: min(100% - 112px, 1280px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 48px;
  align-items: center;
}

.oh-contacts-hero__eyebrow,
.oh-contacts-section-head span,
.oh-contacts-mini-title,
.oh-contacts-cta span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(36, 59, 37, 0.09);
  color: var(--oh-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.oh-contacts-hero__title {
  max-width: 760px;
  margin: 0;
  color: var(--oh-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 4.6vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 750;
}

.oh-contacts-hero__text {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(36, 25, 20, 0.74);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 600;
}

.oh-contacts-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

/* Buttons */

.oh-contacts-btn {
  min-height: 54px;
  padding: 16px 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--oh-text);
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
  border: 0;
  cursor: pointer;
  transition: 0.22s ease;
}

.oh-contacts-btn--primary {
  background: var(--oh-green);
  border: 1px solid var(--oh-green);
  color: #fffaf1 !important;
  box-shadow: 0 16px 32px rgba(36, 59, 37, 0.18);
}

.oh-contacts-btn--primary:hover {
  background: var(--oh-green-hover);
  border-color: var(--oh-green-hover);
  color: #fffaf1 !important;
  transform: translateY(-1px);
}

.oh-contacts-btn--secondary {
  background: #fff;
  border: 1px solid rgba(36, 25, 20, 0.16);
  color: var(--oh-text) !important;
}

.oh-contacts-btn--secondary:hover {
  background: var(--oh-cream-2);
  transform: translateY(-1px);
}

/* Hero card */

.oh-contacts-hero__card {
  padding: 30px;
  border-radius: 28px;
  background: rgba(255, 250, 241, 0.9);
  border: 1px solid rgba(122, 79, 42, 0.14);
  box-shadow: 0 22px 52px rgba(42, 28, 18, 0.1);
  backdrop-filter: blur(16px);
}

.oh-contacts-hero__card span {
  display: block;
  margin-bottom: 10px;
  color: var(--oh-brown);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.oh-contacts-hero__card strong {
  display: block;
  color: var(--oh-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.oh-contacts-hero__card p {
  margin: 16px 0 0;
  color: rgba(36, 25, 20, 0.7);
  font-size: 15px;
  line-height: 1.6;
}

/* Sections */

.oh-contacts-info,
.oh-contacts-store,
.oh-contacts-form-section,
.oh-contacts-cta {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.oh-contacts-info {
  padding: 82px 0;
  background: var(--oh-cream);
}

.oh-contacts-store {
  padding: 82px 0;
  background: var(--oh-cream-2);
}

.oh-contacts-form-section {
  padding: 82px 0;
  background: var(--oh-cream);
}

.oh-contacts-info__inner,
.oh-contacts-store__inner,
.oh-contacts-form-section__inner,
.oh-contacts-cta__inner {
  width: min(100% - 112px, 1280px);
  margin: 0 auto;
}

.oh-contacts-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.oh-contacts-section-head h2,
.oh-contacts-store__content h2,
.oh-contacts-form-section__content h2,
.oh-contacts-cta h2 {
  margin: 0;
  color: var(--oh-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.4vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  font-weight: 750;
}

.oh-contacts-section-head p,
.oh-contacts-store__content p,
.oh-contacts-form-section__content p,
.oh-contacts-cta p {
  margin: 18px 0 0;
  color: rgba(36, 25, 20, 0.72);
  font-size: 17px;
  line-height: 1.65;
}

/* Contact cards */

.oh-contacts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.oh-contacts-card {
  min-height: 230px;
  padding: 26px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(122, 79, 42, 0.11);
  box-shadow: 0 18px 44px rgba(42, 28, 18, 0.07);
  display: flex;
  gap: 18px;
  align-items: flex-start;
  color: var(--oh-text);
  transition: 0.22s ease;
}

a.oh-contacts-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(42, 28, 18, 0.1);
}

.oh-contacts-card__icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 999px;
  background: #f7efe2;
  color: var(--oh-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.oh-contacts-card__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oh-contacts-card span {
  display: block;
  margin-bottom: 7px;
  color: var(--oh-brown);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.oh-contacts-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--oh-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.oh-contacts-card p {
  margin: 0;
  color: rgba(36, 25, 20, 0.68);
  font-size: 15px;
  line-height: 1.55;
}

/* Store + map */

.oh-contacts-store__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: 34px;
  align-items: stretch;
}

.oh-contacts-store__content,
.oh-contacts-map {
  padding: 30px;
  border-radius: 28px;
  background: #fffaf1;
  border: 1px solid rgba(122, 79, 42, 0.12);
  box-shadow: 0 18px 44px rgba(42, 28, 18, 0.07);
}

.oh-contacts-store__list {
  margin-top: 24px;
  padding: 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(36, 25, 20, 0.1);
}

.oh-contacts-store__list strong {
  display: block;
  margin-bottom: 14px;
  color: var(--oh-text);
  font-size: 16px;
  font-weight: 900;
}

.oh-contacts-store__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.oh-contacts-store__list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  color: rgba(36, 25, 20, 0.72);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}

.oh-contacts-store__list li:last-child {
  margin-bottom: 0;
}

.oh-contacts-store__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--oh-green);
}

.oh-contacts-map {
  min-height: 420px;
  padding: 16px;
}

.oh-contacts-map__placeholder {
  width: 100%;
  height: 100%;
  min-height: 388px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(36, 59, 37, 0.92), rgba(27, 47, 29, 0.96)),
    radial-gradient(circle at 20% 20%, rgba(255, 250, 241, 0.18), transparent 30%);
  color: #fffaf1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
}

.oh-contacts-map__placeholder span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 250, 241, 0.68);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.oh-contacts-map__placeholder strong {
  display: block;
  color: #fffaf1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.oh-contacts-map__placeholder p {
  max-width: 420px;
  margin: 12px 0 0;
  color: rgba(255, 250, 241, 0.78);
  font-size: 15px;
  line-height: 1.55;
}

/* Form section */

.oh-contacts-form-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: 44px;
  align-items: start;
}

.oh-contacts-form {
  padding: 30px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(122, 79, 42, 0.12);
  box-shadow: 0 18px 44px rgba(42, 28, 18, 0.07);
}

.oh-contacts-form__row {
  margin-bottom: 16px;
}

.oh-contacts-form label {
  display: block;
  color: rgba(36, 25, 20, 0.78);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 850;
}

.oh-contacts-form input,
.oh-contacts-form textarea {
  width: 100%;
  margin-top: 8px;
  border-radius: 14px;
  border: 1px solid rgba(36, 25, 20, 0.14);
  background: #fffaf1;
  color: var(--oh-text);
  font-size: 15px;
  font-weight: 650;
  outline: none;
  box-shadow: none;
}

.oh-contacts-form input {
  min-height: 50px;
  padding: 0 16px;
}

.oh-contacts-form textarea {
  min-height: 120px;
  padding: 14px 16px;
  resize: vertical;
  line-height: 1.5;
}

.oh-contacts-form input:focus,
.oh-contacts-form textarea:focus {
  border-color: var(--oh-green);
  box-shadow: 0 0 0 3px rgba(36, 59, 37, 0.12);
}

.oh-contacts-form button {
  width: 100%;
  margin-top: 4px;
}

.oh-contacts-form__note {
  margin: 14px 0 0;
  color: rgba(36, 25, 20, 0.54);
  font-size: 13px;
  line-height: 1.5;
}

/* CTA */

.oh-contacts-cta {
  padding: 72px 0 88px;
  background: var(--oh-cream);
}

.oh-contacts-cta__inner {
  padding: 34px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(36, 59, 37, 0.96), rgba(27, 47, 29, 0.98));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  box-shadow: 0 22px 54px rgba(36, 59, 37, 0.18);
}

.oh-contacts-cta span {
  background: rgba(255, 250, 241, 0.12);
  color: #fffaf1;
}

.oh-contacts-cta h2 {
  color: #fffaf1;
}

.oh-contacts-cta p {
  max-width: 680px;
  color: rgba(255, 250, 241, 0.78);
}

.oh-contacts-cta .oh-contacts-btn--primary {
  background: #fffaf1;
  border-color: #fffaf1;
  color: var(--oh-green) !important;
  box-shadow: none;
}

.oh-contacts-cta .oh-contacts-btn--primary:hover {
  background: var(--oh-cream-2);
  color: var(--oh-green) !important;
}

/* Responsive */

@media (max-width: 1180px) {
  .oh-contacts-hero__inner,
  .oh-contacts-info__inner,
  .oh-contacts-store__inner,
  .oh-contacts-form-section__inner,
  .oh-contacts-cta__inner {
    width: min(100% - 72px, 1180px);
  }

  .oh-contacts-hero__inner,
  .oh-contacts-store__inner,
  .oh-contacts-form-section__inner {
    grid-template-columns: 1fr;
  }

  .oh-contacts-hero__card {
    max-width: 620px;
  }

  .oh-contacts-grid {
    grid-template-columns: 1fr;
  }

  .oh-contacts-card {
    min-height: auto;
  }
}

@media (max-width: 900px) {
  .oh-contacts-hero,
  .oh-contacts-info,
  .oh-contacts-store,
  .oh-contacts-form-section,
  .oh-contacts-cta {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .oh-contacts-hero__inner,
  .oh-contacts-info__inner,
  .oh-contacts-store__inner,
  .oh-contacts-form-section__inner,
  .oh-contacts-cta__inner {
    width: min(100% - 40px, 100%);
  }

  .oh-contacts-hero__title {
    font-size: clamp(38px, 10vw, 52px);
  }

  .oh-contacts-hero__text,
  .oh-contacts-section-head p,
  .oh-contacts-store__content p,
  .oh-contacts-form-section__content p,
  .oh-contacts-cta p {
    font-size: 16px;
    line-height: 1.6;
  }

  .oh-contacts-hero__actions {
    flex-direction: column;
  }

  .oh-contacts-btn {
    width: 100%;
  }

  .oh-contacts-card {
    padding: 22px;
    border-radius: 22px;
  }

  .oh-contacts-card strong {
    font-size: 21px;
  }

  .oh-contacts-map {
    min-height: 320px;
  }

  .oh-contacts-map__placeholder {
    min-height: 288px;
  }

  .oh-contacts-cta__inner {
    grid-template-columns: 1fr;
    padding: 26px;
  }
}

@media (max-width: 420px) {
  .oh-contacts-hero__inner,
  .oh-contacts-info__inner,
  .oh-contacts-store__inner,
  .oh-contacts-form-section__inner,
  .oh-contacts-cta__inner {
    width: min(100% - 28px, 100%);
  }

  .oh-contacts-hero__card,
  .oh-contacts-store__content,
  .oh-contacts-map,
  .oh-contacts-form,
  .oh-contacts-cta__inner {
    border-radius: 22px;
    padding: 22px;
  }

  .oh-contacts-section-head h2,
  .oh-contacts-store__content h2,
  .oh-contacts-form-section__content h2,
  .oh-contacts-cta h2 {
    font-size: 32px;
  }

  .oh-contacts-card {
    flex-direction: column;
  }
}/* End custom CSS */