.red-oak-home {
  --bg: #efefef;
  --surface: #ffffff;
  --text: #111111;
  --muted: #5f5f5f;
  --line: #dddddd;
  --primary: #ff140f;
  --dark: #222020;
  --soft-dark: #2f2a2a;
  --soft: #e6e6e6;
  --green: #36c36a;
  --radius: 18px;
  --container: 1120px;
  background: var(--bg);
  color: var(--text);
  line-height: 1.4;
}

.red-oak-home * {
  box-sizing: border-box;
}

.red-oak-home img {
  max-width: 100%;
  display: block;
}

.red-oak-home a {
  color: inherit;
  text-decoration: none;
}

.red-oak-home button {
  font: inherit;
}

.red-oak-home .container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.red-oak-home .section {
  padding: 70px 0;
}

.red-oak-home .section-tight-top {
  padding-top: 10px;
}

.red-oak-home .hero {
  position: relative;
  min-height: 640px;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 10, 24, 0.72), rgba(7, 10, 24, 0.34)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(18, 3, 34, 0.7)),
    url("./img/hero-bg.jpg") center center / cover no-repeat;
}

.red-oak-home .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 80%, rgba(255, 0, 0, 0.14), transparent 20%),
    radial-gradient(circle at 40% 75%, rgba(255, 84, 0, 0.14), transparent 22%),
    radial-gradient(circle at 60% 78%, rgba(27, 53, 255, 0.12), transparent 30%);
  pointer-events: none;
}

.red-oak-home .hero .container {
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 96px;
}

.red-oak-home .hero-content {
  display: block;
}

.red-oak-home .hero-copy {
  max-width: 720px;
}

.red-oak-home .hero-copy p:first-child {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.9);
}

.red-oak-home .hero h1 {
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.03;
  font-weight: 800;
  margin-bottom: 18px;
}

.red-oak-home .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--primary);
  color: #fff;
  padding: 14px 24px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
}

.red-oak-home .mini-icon {
  width: 20px;
  height: 20px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid currentColor;
  font-size: 10px;
  line-height: 1;
}

.red-oak-home .ticker {
  background: var(--primary);
  color: #fff;
  padding: 12px 0;
  overflow: hidden;
}

.red-oak-home .ticker-track {
  display: flex;
  gap: 34px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
}

.red-oak-home .ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.red-oak-home .ticker-item::before {
  content: "✦";
  font-size: 12px;
  opacity: 0.95;
}

.red-oak-home .section-heading {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 34px;
}

.red-oak-home .section-heading h2 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 12px;
}

.red-oak-home .section-heading p {
  color: #3e3e3e;
  font-size: 18px;
}

.red-oak-home .create-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 28px;
}

.red-oak-home .gallery-row {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 16px;
  margin-top: 16px;
}

.red-oak-home .story-card,
.red-oak-home .quote-card,
.red-oak-home .contact-card {
  background: #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
}

.red-oak-home .gallery-image {
  background: #d9d9d9;
  border-radius: 6px;
  min-height: 320px;
  position: relative;
  overflow: hidden;
}

.red-oak-home .gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.red-oak-home .feature-copy {
  background: #f4f4f4;
  border-radius: 6px;
  padding: 18px 14px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 244px;
}

.red-oak-home .feature-copy-compact {
  min-height: auto;
  padding-top: 14px;
}

.red-oak-home .pill {
  display: inline-block;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.red-oak-home .pill-tight {
  margin-bottom: 10px;
}

.red-oak-home .story-title {
  font-size: 22px;
}

.red-oak-home .feature-copy h3,
.red-oak-home .mini-copy h4 {
  font-size: 28px;
  line-height: 1.15;
  margin-bottom: 10px;
  font-weight: 700;
}

.red-oak-home .feature-copy p,
.red-oak-home .mini-copy p,
.red-oak-home .service-card p {
  color: #434343;
  font-size: 15px;
}

.red-oak-home .create-side {
  display: grid;
  gap: 16px;
}

.red-oak-home .mini-feature {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 14px;
  align-items: start;
}

.red-oak-home .mini-thumb {
  min-height: 86px;
  height: 86px;
  background: #d9d9d9;
  border-radius: 6px;
  overflow: hidden;
}

.red-oak-home .mini-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.red-oak-home .mini-copy h4 {
  font-size: 18px;
  margin-bottom: 6px;
}

.red-oak-home .service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 26px;
}

.red-oak-home .service-card {
  min-height: 150px;
  padding: 18px;
  border-radius: 8px;
  background: #dcdcdc;
}

.red-oak-home .service-card.dark {
  background: var(--soft-dark);
  color: #fff;
}

.red-oak-home .service-card.dark p {
  color: rgba(255, 255, 255, 0.82);
}

.red-oak-home .service-card .mini-icon {
  margin-bottom: 18px;
  width: 24px;
  height: 24px;
  font-size: 11px;
}

.red-oak-home .service-card h3 {
  font-size: 20px;
  line-height: 1.15;
  margin-bottom: 10px;
  font-weight: 700;
}

.red-oak-home .accordion-wrap {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.red-oak-home details {
  background: #f5f5f5;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}

.red-oak-home summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 18px;
  font-weight: 700;
  position: relative;
  font-size: 14px;
}

.red-oak-home summary::-webkit-details-marker {
  display: none;
}

.red-oak-home summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
  font-size: 18px;
  font-weight: 400;
}

.red-oak-home details[open] summary::after {
  content: "−";
}

.red-oak-home .accordion-content {
  padding: 0 18px 18px;
  font-size: 13px;
  color: #444;
}

.red-oak-home .btn-light,
.red-oak-home .btn-white,
.red-oak-home .quote-nav button {
  border-radius: 8px;
}


.service-card.dark h3 {
  color: #fff;
}






@media (max-width: 1024px) {
  .red-oak-home .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .red-oak-home .hero {
    min-height: 560px;
  }

  .red-oak-home .hero .container {
    padding-top: 90px;
    padding-bottom: 70px;
  }

  .red-oak-home .hero-copy {
    max-width: 100%;
  }

  .red-oak-home .gallery-row {
    grid-template-columns: 1fr;
  }

  .red-oak-home .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .red-oak-home .section {
    padding: 56px 0;
  }

  .red-oak-home .section-tight-top {
    padding-top: 6px;
  }

  .red-oak-home .hero {
    min-height: 500px;
    background-position: center;
  }

  .red-oak-home .hero .container {
    padding-top: 72px;
    padding-bottom: 56px;
  }

  .red-oak-home .hero h1 {
    font-size: clamp(34px, 7vw, 52px);
    line-height: 1.08;
  }

  .red-oak-home .section-heading {
    margin-bottom: 24px;
  }

  .red-oak-home .section-heading h2 {
    font-size: 30px;
  }

  .red-oak-home .section-heading p {
    font-size: 16px;
  }

  .red-oak-home .create-grid {
    margin-top: 18px;
  }

  .red-oak-home .gallery-image {
    min-height: 260px;
  }

  .red-oak-home .feature-copy {
    min-height: auto;
  }

  .red-oak-home .mini-feature {
    grid-template-columns: 96px 1fr;
    gap: 12px;
  }

  .red-oak-home .mini-thumb {
    min-height: 96px;
    height: 96px;
  }

  .red-oak-home .service-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .red-oak-home .accordion-content {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .red-oak-home .container {
    width: min(calc(100% - 20px), var(--container));
  }

  .red-oak-home .section {
    padding: 44px 0;
  }

  .red-oak-home .hero {
    min-height: 460px;
  }

  .red-oak-home .hero .container {
    padding-top: 56px;
    padding-bottom: 44px;
  }

  .red-oak-home .hero h1 {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 14px;
  }

  .red-oak-home .btn-primary {
    width: 100%;
    justify-content: center;
  }

  .red-oak-home .ticker {
    padding: 10px 0;
  }

  .red-oak-home .ticker-track {
    gap: 22px;
    font-size: 12px;
  }

  .red-oak-home .section-heading h2 {
    font-size: 26px;
  }

  .red-oak-home .section-heading p {
    font-size: 15px;
  }

  .red-oak-home .gallery-row {
    gap: 14px;
  }

  .red-oak-home .gallery-image {
    min-height: 220px;
  }

  .red-oak-home .story-title {
    font-size: 20px;
  }

  .red-oak-home .mini-feature {
    grid-template-columns: 1fr;
  }

  .red-oak-home .mini-thumb {
    width: 100%;
    height: 180px;
  }

  .red-oak-home .mini-copy h4 {
    font-size: 17px;
  }

  .red-oak-home .service-grid {
    grid-template-columns: 1fr;
  }

  .red-oak-home .service-card h3 {
    font-size: 18px;
  }
}

@media (max-width: 380px) {
  .red-oak-home .hero h1 {
    font-size: 28px;
  }

  .red-oak-home .section-heading h2 {
    font-size: 23px;
  }
}